-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for complete strict concurrency and Swift 6 migration #456
Draft
martinmitrevski
wants to merge
25
commits into
develop
Choose a base branch
from
swift6-migration
base: develop
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.
Draft
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ea93b87
Fixed some crashes
martinmitrevski d7dc395
Compiling on both Xcodes
martinmitrevski 5863a99
Fixed some crashes
martinmitrevski 8367da6
Fixed tests
martinmitrevski fb4f338
Small fix for Swift6
martinmitrevski b807384
Fixed a crash
martinmitrevski 776ed9d
Merge branch 'develop' of https://github.com/GetStream/stream-video-s…
martinmitrevski bd7393b
Replaced usage of dispatchqueue.main with main actor task
martinmitrevski 98f5941
Removed executeOnMain helper
martinmitrevski 11d4888
PR remarks
martinmitrevski 14cd09b
Merge branch 'develop' of https://github.com/GetStream/stream-video-s…
martinmitrevski ad54f07
Fixed issues with the latest Xcode beta
martinmitrevski 6934f20
Fixed LLC warnings
martinmitrevski 84c548a
Fixed some warnings
martinmitrevski edf9fb9
Updated Xcode version for CI
martinmitrevski e193941
Fixed some warnings
martinmitrevski c06c002
Merged develop
martinmitrevski ea9e454
PR remarks
martinmitrevski 02dd40b
PR remarks
martinmitrevski 35809ba
PR remarks
martinmitrevski 2ae5031
Fixed some warnings
martinmitrevski da5fd90
Changed the smoke checks Xcode version to 15.3
martinmitrevski abf3932
Merge branch 'develop' of https://github.com/GetStream/stream-video-s…
martinmitrevski 3f1bc36
Some fixes
martinmitrevski 0be8e17
Fixed tests
martinmitrevski 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 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 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 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 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 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 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.
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.
Temp to see if the CI passes - we might have a problem if
nonisolated(unsafe)
doesn't work on 15.2.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.
What's the outcome on this one?
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.
we still have a problem here, need to dig into this
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.
I spent the whole day on this one - there's no good way.
nonisolated(unsafe)
was introduced in Swift 5.10. Tried with macros and property wrappers, but no luck. Let's discuss it if you have an idea.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.
If there's no solution, we would have to drop 5.9.