Whew, Swift 6.2 is going to be something. A few feature flags will be needed, but wow it is remarkable how many common concurrency problems it will directly address.
Comments
Log in with your Bluesky account to leave a comment
I believe new Xcode projects (maybe only app projects?) still default to Swift 5 language mode today. Maybe we’ll see that change if the new stuff really does smooth off the sharp edges enough?
Cool about the migration tool, looking forward to using that.
Comments
My understanding is there will be a migration tool for nonisolated+async semantic change, so that’s definitely interesting!
Cool about the migration tool, looking forward to using that.
Most of the features that do make things easier are already defined as opt-in. Those could potentially be on, but I doubt it…
Do I have to rewrite things.
Again?