Can we use async await on under iOS 15?
Async await backword support issue
The release notes of Xcode 13.2 RC contains this statement:
Swift
New Features
- You can now use Swift Concurrency in applications that deploy to macOS 10.15, iOS 13, tvOS 13, and watchOS 6 or newer. This support includes async/await, actors, global actors, structured concurrency, and the task APIs. (70738378)
It suggests that we can use async/await on iOS 13 and 14. Though I have not tried yet.