The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUINavigationHeader, reference main (5f9530), with Swift 6.2 for macOS (SPM) on 14 Oct 2025 05:39:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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/245] Fetching smoothgradient
Fetched https://github.com/raymondjavaxx/SmoothGradient.git from cache (1.09s)
Computing version for https://github.com/raymondjavaxx/SmoothGradient.git
Computed https://github.com/raymondjavaxx/SmoothGradient.git at 1.0.1 (1.62s)
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",
  "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",
      "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/alexeichhorn/SwiftUINavigationHeader.git
[1/187] Fetching swiftuinavigationheader
Fetched https://github.com/alexeichhorn/SwiftUINavigationHeader.git from cache (0.86s)
Fetching https://github.com/raymondjavaxx/SmoothGradient.git from cache
Fetched https://github.com/raymondjavaxx/SmoothGradient.git from cache (0.45s)
Computing version for https://github.com/raymondjavaxx/SmoothGradient.git
Computed https://github.com/raymondjavaxx/SmoothGradient.git at 1.0.1 (0.51s)
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.2
Building package at path:  $PWD
https://github.com/alexeichhorn/SwiftUINavigationHeader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.2 macosSpm