Skip to content

Commit

Permalink
Make structured Swift representation types Sendable
Browse files Browse the repository at this point in the history
Motivation:

The structured Swift types aren't marked as Sendable. This means that
defining a 'static let' isn't possible, and a static computed property
must be used instead. This is fine, just verbose.

Modifications:

- Make all structured swift representation types 'Sendable'

Result:

Can use 'static let' with structured Swift types
  • Loading branch information
glbrntt committed Nov 13, 2024
1 parent c3f09df commit c977ff2
Showing 1 changed file with 57 additions and 57 deletions.
Loading

0 comments on commit c977ff2

Please sign in to comment.