swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.72k stars 1.34k forks source link

Improve cross-compilation when using experimental XCBuild support #7719

Closed neonichu closed 3 months ago

neonichu commented 3 months ago

This allows e.g. swift build --build-system xcode --triple arm64-apple-iphoneos to work, slightly improving the ergonomics here and reducing hard-coded values.

neonichu commented 3 months ago

@swift-ci please test

neonichu commented 3 months ago

@swift-ci please test

neonichu commented 3 months ago

@swift-ci please test windows