The CMake install path for XCTests libs overlaps for different architectures on Windows, complicating building for multiple architectures on the same machine. This change adds an architecture subfolder, consistent with what we have for XCTest.swiftdoc and XCTest.swiftmodule.
The CMake install path for XCTests libs overlaps for different architectures on Windows, complicating building for multiple architectures on the same machine. This change adds an architecture subfolder, consistent with what we have for
XCTest.swiftdoc
andXCTest.swiftmodule
.The same problem applies to
bin
, but is better resolved by https://github.com/apple/swift-corelibs-xctest/pull/433Co-dependent on https://github.com/apple/swift-installer-scripts/pull/181