Closed stevapple closed 1 year ago
This thread is also used to track the compatibility with future v143 toolsets.
See also compnerd/swift-build#430
Looks like it is getting fixed in 14.33.31629, but we shall wait for CI confirmation.
Looks like there’s something wrong in Swift’s compiler code base, still need investigating.
Describe the bug The Swift compiler compiled with MSVC 14.32 and newer version isn't capable of compiling the standard library. It will emit the following error:
Steps To Reproduce Steps to reproduce the behavior:
utils\build-windows-toolchain.bat
.Expected behavior Since 14.32 is a minor update within the v143 toolset, it shouldn't have breaking changes. The compiler should function the same.
Environment
Additional Context To work around the problem, fix MSVC version to 14.31, or use Visual Studio 2019 (v142) instead.