You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added require-explicit-sendable to macOS CI. (#39)
Added require-explicit-sendable to macOS CI
### Motivation:
Make macOS CI fail in case we have public types not explicitly marked as
Sendable or explicitly marked as non sendable.
### Modifications:
Enabled extra flags to macOS CI build.
### Result:
Swift compiler will check for public types without an explicit Sendable
statement.
0 commit comments