diff --git a/v2_MIGRATION_GUIDE.md b/v2_MIGRATION_GUIDE.md index c8c64cc4..832db835 100644 --- a/v2_MIGRATION_GUIDE.md +++ b/v2_MIGRATION_GUIDE.md @@ -220,8 +220,8 @@ class MyViewController { } ``` * Note about using async/await functions: Our async/await functions utilize `withCheckedContinuation` -There were crashes reported with Xcode 16 beta 5+ with earlier iOS 18 beta versions. -Also reported issues with MacCatalyst apps built with Xcode 16 and running on MacOS 14-. +There were crashes reported in use of `withCheckedContinuation` with Xcode 16 beta 5+ with earlier iOS 18 beta versions. +Also there were reported issues with MacCatalyst apps using `withCheckedContinuation` built with Xcode 16 and running on MacOS 14-. The fix for MacCatalyst apps was released with Xcode 16.2 beta. https://github.com/swiftlang/swift/pull/76218#issuecomment-2377064768