Open
Description
Swift Atomics doesn't compile on Windows.
Information
- Package version:
main
,1.0.2
- Platform version: Windows 10 21H1
- Swift version: compnerd.org Swift version 5.6.2 (swift-5.6.2-RELEASE)
Checklist
- If possible, I've reproduced the issue using the
main
branch of this package. - I've searched for existing reports of the same issue.
Steps to Reproduce
Clone & checkout the repository on a Windows machine with Swift toolchain installed. Use swift build
to compile.
Expected behavior
The package is supposed to compile successfully.