Native support for concurrent programming with the Swift language and Swift package collections. Swift 5.5 natively supports concurrent programming using async/await and actors. Also in support of Swift concurrency, the Apple Clang compiler now can warn if a call completion handler is called more than once or if an execution path does not have a completion handler call.
Developers can create and merge pull requests using Xcode source control features when signed into a GitHub or Bitbucket Server account.
SDKs are included for iOS 15, iPadOS 15, MacOS Monterey, tvOS 15, and watchOS 8.
The
Crash reports are featured with more filtering capabilities and more statistics.