The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HandShadows, reference main (cfbf92), with Swift 6.1 for macOS (SPM) on 2 May 2026 00:46:13 UTC.

Build Command

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

Build 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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adamwulf/HandShadows.git
https://github.com/adamwulf/HandShadows.git
{
  "dependencies" : [
    {
      "identity" : "swifttoolbox",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adamwulf/SwiftToolbox"
    },
    {
      "identity" : "performancebezier",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adamwulf/PerformanceBezier"
    }
  ],
  "manifest_display_name" : "HandShadows",
  "name" : "HandShadows",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HandShadows",
      "targets" : [
        "HandShadows"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HandShadowsTests",
      "module_type" : "SwiftTarget",
      "name" : "HandShadowsTests",
      "path" : "Tests/HandShadowsTests",
      "sources" : [
        "HandShadowsTests.swift"
      ],
      "target_dependencies" : [
        "HandShadows"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HandShadows",
      "module_type" : "SwiftTarget",
      "name" : "HandShadows",
      "path" : "Sources/HandShadows",
      "product_dependencies" : [
        "SwiftToolbox",
        "PerformanceBezier"
      ],
      "product_memberships" : [
        "HandShadows"
      ],
      "sources" : [
        "Extensions/CATransaction+Extensions.swift",
        "Extensions/CGPoint+Extensions.swift",
        "Extensions/CGRect+Extensions.swift",
        "HandShadowView.swift",
        "HandType.swift",
        "Helpers/HandShadow.swift",
        "Helpers/IndexFingerShadow.swift",
        "Helpers/IndexMiddleFingerShadow.swift",
        "Helpers/ThumbAndIndexShadow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/adamwulf/SwiftToolbox
[1/1988] Fetching swifttoolbox
Fetched https://github.com/adamwulf/SwiftToolbox from cache (1.37s)
Fetching https://github.com/adamwulf/PerformanceBezier
[1/1170] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier from cache (0.82s)
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)
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm