Avatar
Let's talk about data race safety in Swift 6! The Swift 6 language mode is opt-in; you can continue to use Swift 5 mode with the Swift 6 compiler. You can incrementally refine your code to take advantage of full data isolation at your own pace, module by module.
11:48 AM
Swift6コンパイラのデフォルトの挙動はSwift5モードらしい。