Opened 3 years ago
Closed 3 years ago
#64099 closed defect (fixed)
mint: build failure on 10.15 buildbot: swift doesn't support '--arch' for Xcode releases prior to 12.0
Reported by: | mascguy (Christopher Nielsen) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | Cc: | klanchman (Kyle Lanchman) | |
Port: | mint |
Description
Presently, this brand-new port is failing to build on the 10.15 buildbot, with the following error:
swift build --disable-sandbox -c release --arch arm64 --arch x86_64 error: unknown option --arch; use --help to list available options
I believe this is related to the Xcode version on our 10.15 buildbot, which is 11.7. However, the port builds successfully on 10.15 with Xcode 12.0.
In any case, Kyle is in the process of enhancing this port, to add support for older macOS releases. (At least back to 10.14, and perhaps further.) That effort should resolve the issue, and this ticket can serve as a tracker for that work.
Change History (1)
comment:1 Changed 3 years ago by Kyle Lanchman <k.lanchman@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 3cb5fcb16aaebfffaf60db6263d2371a01c1d7c1/macports-ports (master):