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
ci: fix Testing framework compatibility - require Swift 6.0+
The Swift Testing framework (@test, #expect) requires Swift 6.0+
and is not available in Swift 5.9/5.10. Remove those CI jobs.
Changes:
- Remove macos-swift59 jobs (Swift 5.9 + Xcode 15.2)
- Remove linux-swift510 job (Swift 5.10 container)
- Add macos-swift60 jobs (Swift 6.0 + Xcode 16.0)
- Add linux-swift60 job (Swift 6.0 container)
- Update ci-success dependencies to match new jobs
- Add explanatory comment about Swift Testing requirement
This resolves CI failures where Swift 5.x versions cannot compile
tests that use the modern Testing framework.
0 commit comments