Skip to content

Incompatible use of nonisolated(unsafe) with Swift 5.9 #843

New issue

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

Open
mattesmohr opened this issue May 21, 2025 · 1 comment
Open

Incompatible use of nonisolated(unsafe) with Swift 5.9 #843

mattesmohr opened this issue May 21, 2025 · 1 comment

Comments

@mattesmohr
Copy link

mattesmohr commented May 21, 2025

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.

@Lukasa
Copy link
Collaborator

Lukasa commented May 22, 2025

Dang it, #830 was subtly wrong. We should ship a fixed 1.26.1, and then actually fix the Package.swift.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants