We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My workflow is stumbling over the keyword nonisolated(unsafe), which IIRC was introduced with 5.10, but my test runner runs on 5.9.2.
nonisolated(unsafe)
It fetches the version 1.26.0, which has declared 5.9 as its swift tools version.
E. g. it will be used in HTTPClient+HTTPCookie.swift on L219.
The text was updated successfully, but these errors were encountered:
Dang it, #830 was subtly wrong. We should ship a fixed 1.26.1, and then actually fix the Package.swift.
Sorry, something went wrong.
No branches or pull requests
My workflow is stumbling over the keyword
nonisolated(unsafe)
, which IIRC was introduced with 5.10, but my test runner runs on 5.9.2.It fetches the version 1.26.0, which has declared 5.9 as its swift tools version.
E. g. it will be used in HTTPClient+HTTPCookie.swift on L219.
The text was updated successfully, but these errors were encountered: