Build Information
Failed to build HandShadows, reference main (cfbf92), with Swift 6.3 for macOS (SPM) on 2 May 2026 00:46:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/HandShadows.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/HandShadows
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfbf925 Merge agent agent-9b5de18d work
Cloned https://github.com/adamwulf/HandShadows.git
Revision (git rev-parse @):
cfbf925bcffc3da65cb90898d8affa1273614fd2
SUCCESS checkout https://github.com/adamwulf/HandShadows.git at main
Fetching https://github.com/adamwulf/SwiftToolbox
[1/1988] Fetching swifttoolbox
Fetched https://github.com/adamwulf/SwiftToolbox from cache (1.32s)
Fetching https://github.com/adamwulf/PerformanceBezier
[1/1170] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier from cache (0.88s)
Creating working copy for https://github.com/adamwulf/SwiftToolbox
Working copy of https://github.com/adamwulf/SwiftToolbox resolved at main (48432fc)
Creating working copy for https://github.com/adamwulf/PerformanceBezier
Working copy of https://github.com/adamwulf/PerformanceBezier resolved at main (2b15a68)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "handshadows",
"name": "HandShadows",
"url": "https://github.com/adamwulf/HandShadows.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HandShadows",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swifttoolbox",
"name": "SwiftToolbox",
"url": "https://github.com/adamwulf/SwiftToolbox",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftToolbox",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "performancebezier",
"name": "PerformanceBezier",
"url": "https://github.com/adamwulf/PerformanceBezier",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PerformanceBezier",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/adamwulf/HandShadows.git
[1/508] Fetching handshadows
Fetched https://github.com/adamwulf/HandShadows.git from cache (1.36s)
Fetching https://github.com/adamwulf/SwiftToolbox from cache
Fetched https://github.com/adamwulf/SwiftToolbox from cache (0.44s)
Fetching https://github.com/adamwulf/PerformanceBezier from cache
Fetched https://github.com/adamwulf/PerformanceBezier from cache (0.42s)
Creating working copy for https://github.com/adamwulf/SwiftToolbox
Working copy of https://github.com/adamwulf/SwiftToolbox resolved at main (48432fc)
Creating working copy for https://github.com/adamwulf/PerformanceBezier
Working copy of https://github.com/adamwulf/PerformanceBezier resolved at main (2b15a68)
Creating working copy for https://github.com/adamwulf/HandShadows.git
Working copy of https://github.com/adamwulf/HandShadows.git resolved at main (cfbf925)
warning: '.resolve-product-dependencies': dependency 'handshadows' is not used by any target
Found 2 product dependencies
- SwiftToolbox
- PerformanceBezier
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/adamwulf/HandShadows.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'HandShadows' requires macos 10.13, but depends on the product 'SwiftToolbox' which requires macos 10.14; consider changing the library 'HandShadows' to require macos 10.14 or later, or the product 'SwiftToolbox' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm