The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build HandShadows, reference main (ba54bd), with Swift 6.0 for macOS (SPM) on 13 Mar 2025 01:52:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 ba54bde Adding a test that generates shadow pngs
Cloned https://github.com/adamwulf/HandShadows.git
Revision (git rev-parse @):
ba54bdedad5189386b665c20eb55f0f6bb51dbf8
SUCCESS checkout https://github.com/adamwulf/HandShadows.git at main
Fetching https://github.com/adamwulf/SwiftToolbox
[1/1953] Fetching swifttoolbox
Fetched https://github.com/adamwulf/SwiftToolbox from cache (1.39s)
Fetching https://github.com/adamwulf/PerformanceBezier
[1/1091] Fetching performancebezier
Fetched https://github.com/adamwulf/PerformanceBezier from cache (0.91s)
Creating working copy for https://github.com/adamwulf/SwiftToolbox
Working copy of https://github.com/adamwulf/SwiftToolbox resolved at main (99fba0c)
Creating working copy for https://github.com/adamwulf/PerformanceBezier
Working copy of https://github.com/adamwulf/PerformanceBezier resolved at muse (b3cc822)
========================================
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": "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",
      "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",
          "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/adamwulf/HandShadows.git
[5/500] Fetching handshadows
Fetched https://github.com/adamwulf/HandShadows.git from cache (1.32s)
Fetching https://github.com/adamwulf/SwiftToolbox from cache
Fetched https://github.com/adamwulf/SwiftToolbox from cache (0.56s)
Fetching https://github.com/adamwulf/PerformanceBezier from cache
Fetched https://github.com/adamwulf/PerformanceBezier from cache (0.47s)
Creating working copy for https://github.com/adamwulf/PerformanceBezier
Working copy of https://github.com/adamwulf/PerformanceBezier resolved at muse (b3cc822)
Creating working copy for https://github.com/adamwulf/HandShadows.git
Working copy of https://github.com/adamwulf/HandShadows.git resolved at main (ba54bde)
Creating working copy for https://github.com/adamwulf/SwiftToolbox
Working copy of https://github.com/adamwulf/SwiftToolbox resolved at main (7a7dd40)
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.0
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" : [
          "muse"
        ]
      },
      "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.2.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
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.2.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.0 macosSpm