Skip to content

Commit

Permalink
Merge pull request #61 from tikidunpon/patch-1
Browse files Browse the repository at this point in the history
Update CompleteChecking.md
  • Loading branch information
stzn authored Sep 25, 2024
2 parents 2a7f01e + 8b22ed5 commit 8b6e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide.docc/CompleteChecking.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|更新日|2024/8/12(翻訳を最後に更新した日付)|
|ここまで反映|[https://github.com/apple/swift-migration-guide/commit/354d6ee8242b4fde41f9a0cb86ac7fdc1bfb6d30](https://github.com/apple/swift-migration-guide/commit/354d6ee8242b4fde41f9a0cb86ac7fdc1bfb6d30)|

Swift 6言語モードにおけるデータ競合安全性は段階的な移行できるように設計されています。プロジェクトのモジュール単位で、データ競合安全性の問題に対処できます。また、Swift 5言語モードでは、コンパイラのアクター隔離と`Sendable`確認を警告として有効にできます。さらに、データ競合の排除に対する進捗を評価しながら、Swift 6言語モードを有効にする前に準備を整えることができます。
Swift 6言語モードにおけるデータ競合安全性は段階的に移行できるように設計されています。プロジェクトのモジュール単位で、データ競合安全性の問題に対処できます。また、Swift 5言語モードでは、コンパイラのアクター隔離と`Sendable`確認を警告として有効にできます。さらに、データ競合の排除に対する進捗を評価しながら、Swift 6言語モードを有効にする前に準備を整えることができます。

Swift 5言語モードで`-strict-concurrency`コンパイラフラグを使用することで、完全なデータ競合安全の確認を警告として有効にできます。

Expand Down

0 comments on commit 8b6e189

Please sign in to comment.