Moving to async-await
Swift 5.5 version leap
As you probably know, Xcode 13 introduced Swift 5.5 and async-await features for iOS 15 (along with full concurrency support), 13.1 adding macOS 12 Monterey SDK support, but 13.2 includes backwards compatibility for async-await down to iOS 13 and macOS 10.15 Catalina, too!
Here is a set of articles from Swift by Sundell around these and a few related topics…