Build Information
Failed to build SwiftUINavigationHeader, reference main (5f9530), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 06:15:51 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/alexeichhorn/SwiftUINavigationHeader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexeichhorn/SwiftUINavigationHeader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5f9530a even better support for landscape
Cloned https://github.com/alexeichhorn/SwiftUINavigationHeader.git
Revision (git rev-parse @):
5f9530a4e1975d90d04e4b2ed14a127ea5a064a5
SUCCESS checkout https://github.com/alexeichhorn/SwiftUINavigationHeader.git at main
Fetching https://github.com/raymondjavaxx/SmoothGradient.git
[1/250] Fetching smoothgradient
Fetched https://github.com/raymondjavaxx/SmoothGradient.git from cache (1.08s)
Computing version for https://github.com/raymondjavaxx/SmoothGradient.git
Computed https://github.com/raymondjavaxx/SmoothGradient.git at 1.0.1 (1.65s)
Creating working copy for https://github.com/raymondjavaxx/SmoothGradient.git
Working copy of https://github.com/raymondjavaxx/SmoothGradient.git resolved at 1.0.1
========================================
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": "swiftuinavigationheader",
"name": "SwiftUINavigationHeader",
"url": "https://github.com/alexeichhorn/SwiftUINavigationHeader.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUINavigationHeader",
"traits": [
"default"
],
"dependencies": [
{
"identity": "smoothgradient",
"name": "SmoothGradient",
"url": "https://github.com/raymondjavaxx/SmoothGradient.git",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SmoothGradient",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/alexeichhorn/SwiftUINavigationHeader.git
[1/187] Fetching swiftuinavigationheader
Fetched https://github.com/alexeichhorn/SwiftUINavigationHeader.git from cache (0.76s)
Fetching https://github.com/raymondjavaxx/SmoothGradient.git from cache
Fetched https://github.com/raymondjavaxx/SmoothGradient.git from cache (0.47s)
Computing version for https://github.com/raymondjavaxx/SmoothGradient.git
Computed https://github.com/raymondjavaxx/SmoothGradient.git at 1.0.1 (0.54s)
Creating working copy for https://github.com/raymondjavaxx/SmoothGradient.git
Working copy of https://github.com/raymondjavaxx/SmoothGradient.git resolved at 1.0.1
Creating working copy for https://github.com/alexeichhorn/SwiftUINavigationHeader.git
Working copy of https://github.com/alexeichhorn/SwiftUINavigationHeader.git resolved at main (5f9530a)
warning: '.resolve-product-dependencies': dependency 'swiftuinavigationheader' is not used by any target
Found 1 product dependencies
- SmoothGradient
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/alexeichhorn/SwiftUINavigationHeader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'SwiftUINavigationHeader' requires macos 10.13, but depends on the product 'SmoothGradient' which requires macos 11.0; consider changing the library 'SwiftUINavigationHeader' to require macos 11.0 or later, or the product 'SmoothGradient' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm