You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass -Xcc -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH to CMAKE_Swift_FLAGS
VS 17.10 introduced a requirement on Clang 17, but the pinned Swift toolchain used to bootstrap the compilers (a 5.10 snapshot) uses Clang 16. We can relax this version requirement with ALLOW_COMPILER_AND_STL_VERSION_MISMATCH which needs to be passed via CMAKE_Swift_FLAGS when configuring the compilers
0 commit comments