The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexeichhorn/SwiftUINavigationHeader.git
https://github.com/alexeichhorn/SwiftUINavigationHeader.git
{
  "dependencies" : [
    {
      "identity" : "smoothgradient",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/raymondjavaxx/SmoothGradient.git"
    }
  ],
  "manifest_display_name" : "SwiftUINavigationHeader",
  "name" : "SwiftUINavigationHeader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUINavigationHeader",
      "targets" : [
        "SwiftUINavigationHeader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUINavigationHeaderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUINavigationHeaderTests",
      "path" : "Tests/SwiftUINavigationHeaderTests",
      "sources" : [
        "SwiftUINavigationHeaderTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftUINavigationHeader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUINavigationHeader",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUINavigationHeader",
      "path" : "Sources/SwiftUINavigationHeader",
      "product_dependencies" : [
        "SmoothGradient"
      ],
      "product_memberships" : [
        "SwiftUINavigationHeader"
      ],
      "sources" : [
        "ColorComparison.swift",
        "Extensions.swift",
        "NavigationHeaderContainer.swift",
        "SwiftUINavigationHeader.swift",
        "ToolbarItemExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/raymondjavaxx/SmoothGradient.git
[1/245] Fetching smoothgradient
Fetched https://github.com/raymondjavaxx/SmoothGradient.git from cache (1.10s)
Computing version for https://github.com/raymondjavaxx/SmoothGradient.git
Computed https://github.com/raymondjavaxx/SmoothGradient.git at 1.0.1 (1.56s)
Creating working copy for https://github.com/raymondjavaxx/SmoothGradient.git
Working copy of https://github.com/raymondjavaxx/SmoothGradient.git resolved at 1.0.1
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm