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
Motivation:
Swift 6.1 emits a few new warnings from Swift Testing
Modifications:
- Remove redundant `#require` macros
- Enable warnings as errors in CI
- Remove `-require-explicit-sendable` as it wasn't enabled correctly (it
requires `-Xfrontend` and is currently incompatible with
`-warnings-as-errors`)
Result:
Fewer warnings
0 commit comments