Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Avoid using NSLock.withLock because Linux doesn't support it before Swift 6.0 #93

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

d-ronnqvist
Copy link
Contributor

@d-ronnqvist d-ronnqvist commented Aug 23, 2024

Bug/issue #, if applicable: #92

Summary

This fixes a build error on Linux before Swift 6.0.

Dependencies

None

Testing

Build on Linux with Swift 5.10

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

  • [ ] Added tests
  • Ran the ./bin/test script and it succeeded
  • [ ] Updated documentation if necessary

@d-ronnqvist
Copy link
Contributor Author

@swift-ci please test

@d-ronnqvist d-ronnqvist linked an issue Aug 23, 2024 that may be closed by this pull request
@d-ronnqvist d-ronnqvist merged commit 0510d91 into swiftlang:main Aug 23, 2024
2 checks passed
@d-ronnqvist d-ronnqvist deleted the withLock-on-linux branch August 23, 2024 11:11
@hassila
Copy link

hassila commented Aug 23, 2024

Thanks for quick turnaround!

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

Successfully merging this pull request may close these issues.

Release 1.4.0 is not building on Linux before Swift 6
3 participants