When will Apple finish migrating system frameworks to strict concurrency

Asked on 07/29/2024

1 search

Apple has not provided a specific timeline for when they will finish migrating all system frameworks to strict concurrency. However, they have been making significant progress in this area. For example, many delegates and protocols, especially in the latest SDKs that come with Xcode 16, have been annotated to operate only on the main actor, which is a step towards strict concurrency.

For more detailed information on the progress and strategies for adopting Swift concurrency, you can refer to the session Migrate your app to Swift 6 (19:53).

Relevant Sessions

  1. Migrate your app to Swift 6
  2. What’s new in Swift