-
-
Couldn't load subscription status.
- Fork 56
Bump Swift minimum to 6.0 #226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
- Coverage 54.23% 54.06% -0.18%
==========================================
Files 8 8
Lines 437 431 -6
==========================================
- Hits 237 233 -4
+ Misses 200 198 -2
🚀 New features to boost your workflow:
|
| .enableUpcomingFeature("DisableOutwardActorInference"), | ||
| .enableExperimentalFeature("StrictConcurrency=complete"), | ||
| .enableUpcomingFeature("InferIsolatedConformances"), | ||
| //.enableUpcomingFeature("NonisolatedNonsendingByDefault"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To remind myself to make the code compatible with it later. It's not trivial, but should eventually be done.
These changes are now available in 2.12.0
Also update CI and convert the tests to SwiftTesting.