mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
b044464abf
when building non Darwin architectures with Xcode 26.4 beta 1 and later -- the archiver that ships in Xcode is guaranteed to work only on MachO object files, and will generate empty archives for other executable formats. This is a temporary solution while we add the support to build the Embedded Swift stdlib in the new Runtimes build system. Addresses rdar://171007411