Open AnessZurba opened 1 month ago
as specified in https://github.com/swiftlang/swift-package-manager/pull/2787/commits/d1fdbbfef0aec0bf6c5a0bff5e9c2c9bf23c6bb5 passing multiple archs is intended to allow compiling universal binaries in macOS. When compiling for Swift 6, passing these arguments in linux fails due to the lack of xcode. For some reason this didn't prevent building prior to Swift 6.
Tested sudo make install on linux and macOS
sudo make install
@stevelandeyasana Could you please take a look?
as specified in https://github.com/swiftlang/swift-package-manager/pull/2787/commits/d1fdbbfef0aec0bf6c5a0bff5e9c2c9bf23c6bb5 passing multiple archs is intended to allow compiling universal binaries in macOS. When compiling for Swift 6, passing these arguments in linux fails due to the lack of xcode. For some reason this didn't prevent building prior to Swift 6.