-
Notifications
You must be signed in to change notification settings - Fork 220
Swift 6: complete concurrency checking for StreamChatUI #3660
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
Open
laevandus
wants to merge
31
commits into
swift-6
Choose a base branch
from
swift-6-ui
base: swift-6
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3a2ecd2
Use SWIFT_STRICT_CONCURRENCY complete with Swift 5
laevandus 1716b46
Use @preconcurrency @MainActor for backwards compatibility
laevandus 2b9e30d
Merge branch 'swift-6' into swift-6-ui
laevandus 2ccbc6d
Fix issues with invalid display scale
laevandus 1e3641d
Merge branch 'swift-6' into swift-6-ui
laevandus 1c7bbf8
Merge branch 'swift-6' into swift-6-ui
laevandus e0777cf
Cleanup imports and comments
laevandus 31f663f
Force main thread for mutating Appearance.default and Components.defa…
laevandus 4624c79
Merge branch 'swift-6' into swift-6-ui
laevandus abaffab
Merge branch 'swift-6' into swift-6-ui
laevandus 09066fd
Merge branch 'swift-6' into swift-6-ui
laevandus 1e64b77
Set Swift version to 6 for StreamChatUI target in the project
laevandus ab404ab
Use MainActor for constraint creation
laevandus f3f8e90
Merge branch 'swift-6' into swift-6-ui
laevandus 1892c22
Merge branch 'swift-6' into swift-6-ui
laevandus 0290926
Merge branch 'swift-6' into swift-6-ui
laevandus b2e3fd9
Merge branch 'swift-6' into swift-6-ui
laevandus a9b37ee
Merge branch 'swift-6' into swift-6-ui
laevandus d6dc7e4
Merge branch 'swift-6' into swift-6-ui
laevandus fe9dc14
Merge branch 'swift-6' into swift-6-ui
laevandus 08dc3a5
Merge branch 'swift-6' into swift-6-ui
laevandus 4d67d1a
Merge branch 'swift-6' into swift-6-ui
laevandus aa4dfbe
Rename MainActor.ensureIsolated to StreamConcurrency.onMain
laevandus 58d2934
Use MainActor requirement in the channel name formatter
laevandus b109d9c
Fix warning in audio session generator
laevandus bf6d7f5
Revert Xcode 15 changes for PollsConfig
laevandus 2692abc
Revert Xcode 15 required change
laevandus b7a35a0
Replace nonisolated with MainActor in Appearance
laevandus 2c237df
Merge branch 'swift-6' into swift-6-ui
laevandus 16e6ba9
Remove assumeIsolated because Swift 6 compiler does not require it
laevandus ab32ffc
Merge branch 'swift-6' into swift-6-ui
laevandus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.