-
Notifications
You must be signed in to change notification settings - Fork 24
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
Guidance document fix #9 #72
Conversation
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 think this is a great start. I think we should also mention some of the "upcoming features" that are very high value to enable before enabling complete concurrency checking because they have the potential to eliminate a huge subset of the complete concurrency warnings. The two that come to mind are GlobalConcurrency
and InferSendableFromCaptures
.
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.
Good start, some minor wording ideas; pick or not, your call :)
ec7fe05
to
b9840e1
Compare
I've begun work on a guidance document. Currently, this mostly lines up with the content from the "Migrate your app to Swift 6" WWDC video. However, I did get into the leaf vs root module problem.
I also have a lot more to do here, but I thought it would be useful to get feedback early. Especailly since @dempseyatgithub had some ideas too.
#46