So a week or so ago I become interested in OpenCore to install Monterey on my 2014 MBP just so I could use Swift 5.5. Concurrency APIs on Monterey since it didn't support Big Sur.
But I found this page from a while ago and it says that Concurrency i.e. Async/Await on Big Sur is now supported.
I Swear I tried running a project on Big Sur with Xcode 13.2 and had no luck building the project. Warning message said I needed macOS 12.
I noticed Xcode 13.2 was released on Dec 13th and Xcode 13.2.1 on Dec 17th. going by Sundell's page, Concurrency APIs were fixed to work as far back as Catalina.
Can someone here confirm if projects using the Concurrency APIs Async/Await build on Big Sur?
Thanks
But I found this page from a while ago and it says that Concurrency i.e. Async/Await on Big Sur is now supported.
Swift’s new concurrency system gains backward compatibility in Xcode 13.2 | Swift by Sundell
Starting in Xcode 13.2, Swift’s new suite of concurrency features are now backward compatible all the way back to iOS 13, macOS Catalina, watchOS 6, and tvOS 13.
www.swiftbysundell.com
I Swear I tried running a project on Big Sur with Xcode 13.2 and had no luck building the project. Warning message said I needed macOS 12.
I noticed Xcode 13.2 was released on Dec 13th and Xcode 13.2.1 on Dec 17th. going by Sundell's page, Concurrency APIs were fixed to work as far back as Catalina.
Can someone here confirm if projects using the Concurrency APIs Async/Await build on Big Sur?
Thanks