Reading List

Unwanted Swift Concurrency Checking from Michael Tsai RSS feed.

Unwanted Swift Concurrency Checking

I’m not adopting Swift Concurrency yet—it’s not even available on the OS versions I’m targeting—so my plan was to take advantage of the Swift 5 language mode of the Swift 6 compiler: The Swift 6 language mode is opt-in. Existing projects will not switch to this mode without configuration changes. I had SWIFT_VERSION set to […]