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:
The test targets don't set the same Swift as the library targets.
There's no reason for them not to.
Modifications:
- Apply default settings to test targets.
- Add missing 'any'
Result:
Test targets use Swift 6 language mode, explicit existential any, and
internal imports by default
0 commit comments