Compiler crash when building Atomics
on Windows
#60543
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Describe the bug
The compiler crashes when building the
Atomics
module from apple/swift-atomics package.Steps To Reproduce
Steps to reproduce the behavior:
https://github.com/apple/swift-atomics
;swift-atomics
;swift build
.Expected behavior
The Swift package should compile successfully.
Screenshots

Environment (please fill out the following information)
Additional context
Regarding to #60534, you should first run
mklink /D C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\lib\swift\clang C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\lib\clang\13.0.0
to correctly set up Clang headers.The text was updated successfully, but these errors were encountered: