Which iOS version includes async/await

Asked on 06/06/2025

1 search

The async/await feature was introduced in Swift, and it is used in various iOS versions. Specifically, the context mentions that StoreKit Two, which utilizes the Swift async/await pattern, is available starting with iOS 18. This suggests that async/await is supported in iOS 18 and later versions.

For more details on using async/await in Swift, you can refer to the session A Swift Tour: Explore Swift’s features and design (18:33).