Build Information
Failed to build SwiftSVG, reference main (e7cbe2
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:37:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SwiftSVG.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/SwiftSVG
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e7cbe21 Corrected 'Line' Description Syntax (#17)
Cloned https://github.com/richardpiazza/SwiftSVG.git
Revision (git rev-parse @):
e7cbe21d68f0aef5f1e8fd3c3eb0d738672b039e
SUCCESS checkout https://github.com/richardpiazza/SwiftSVG.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/richardpiazza/SwiftSVG.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/richardpiazza/Swift2D.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/274] Fetching swift2d
[275/10334] Fetching swift2d, xmlcoder
Fetched https://github.com/richardpiazza/Swift2D.git from cache (0.70s)
[101/10060] Fetching xmlcoder
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.16s)
Computing version for https://github.com/richardpiazza/Swift2D.git
Computed https://github.com/richardpiazza/Swift2D.git at 2.2.1 (1.59s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (0.51s)
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/richardpiazza/Swift2D.git
Working copy of https://github.com/richardpiazza/Swift2D.git resolved at 2.2.1
error: the library 'SwiftSVG' requires macos 10.13, but depends on the product 'Swift2D' which requires macos 13.0; consider changing the library 'SwiftSVG' to require macos 13.0 or later, or the product 'Swift2D' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm