-
Notifications
You must be signed in to change notification settings - Fork 420
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
Enable Swift 6 mode #723
Merged
Merged
Enable Swift 6 mode #723
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebf80b3 - Browse repository at this point
Copy the full SHA ebf80b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cefb8a - Browse repository at this point
Copy the full SHA 9cefb8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5167685 - Browse repository at this point
Copy the full SHA 5167685View commit details -
Configuration menu - View commit details
-
Copy full SHA for e00ab6c - Browse repository at this point
Copy the full SHA e00ab6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43785b7 - Browse repository at this point
Copy the full SHA 43785b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e224f4a - Browse repository at this point
Copy the full SHA e224f4aView commit details
Commits on Aug 22, 2024
-
Make properties in layout attributes subclasses nonisolated
UICollectionViewLayoutAttributes has been isolated to the main actor, but isEqual(object:) and copy(with:zone) is still non-isolated. Fixed for now, by making our own properties nonisolated.
Configuration menu - View commit details
-
Copy full SHA for 5d7ed95 - Browse repository at this point
Copy the full SHA 5d7ed95View commit details -
Rewrite tests to new swift-testing framework
Fixes actor isolation issues with XCTestCase.
Configuration menu - View commit details
-
Copy full SHA for 2e5981d - Browse repository at this point
Copy the full SHA 2e5981dView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7190374 - Browse repository at this point
Copy the full SHA 7190374View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.