Closed ailtonvivaz closed 2 years ago
I've merged this into master
, but I can't seem to be able to build it with the current values in the @available
attribute, Xcode keeps suggesting to raise them. I'll update Xcode to the latest version and try again.
I've merged this into
master
, but I can't seem to be able to build it with the current values in the@available
attribute, Xcode keeps suggesting to raise them. I'll update Xcode to the latest version and try again.
Maybe your Xcode version is below 13.2. Before this, concurrency was supported just for iOS15+. https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes
Updating to the new Xcode, you'll get this feature.
Yeah, I googled around and arrived to the same conclusion. 🙂 And it really is compilable with 13.2.1, so I've released it as 1.6.0
. 🙂 Thank you again for this great pull request!
This PR implements support for parsing async methods and closures as discussed in #407