The Swift Package Index logo.Swift Package Index

Build Information

Failed to build elementary-components, reference 1.0.1 (03519c), with Swift 6.2 for macOS (SPM) on 9 Dec 2025 15:55:08 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/h0p3zZ/elementary-components.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/h0p3zZ/elementary-components
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 03519c9 updated elementary package reference
Cloned https://github.com/h0p3zZ/elementary-components.git
Revision (git rev-parse @):
03519c93fae21bee03e367c50838d1b2563f5df9
SUCCESS checkout https://github.com/h0p3zZ/elementary-components.git at 1.0.1
Fetching https://github.com/elementary-swift/elementary.git
[1/1423] Fetching elementary
Fetched https://github.com/elementary-swift/elementary.git from cache (0.93s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (1.54s)
Creating working copy for https://github.com/elementary-swift/elementary.git
Working copy of https://github.com/elementary-swift/elementary.git resolved at 0.6.0
========================================
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": "elementary-components",
      "name": "elementary-components",
      "url": "https://github.com/h0p3zZ/elementary-components.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/elementary-components",
      "dependencies": [
        {
          "identity": "elementary",
          "name": "elementary",
          "url": "https://github.com/elementary-swift/elementary.git",
          "version": "0.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/elementary",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/h0p3zZ/elementary-components.git
[1/557] Fetching elementary-components
Fetched https://github.com/h0p3zZ/elementary-components.git from cache (0.83s)
Fetching https://github.com/elementary-swift/elementary.git from cache
Fetched https://github.com/elementary-swift/elementary.git from cache (0.48s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (0.53s)
Creating working copy for https://github.com/elementary-swift/elementary.git
Working copy of https://github.com/elementary-swift/elementary.git resolved at 0.6.0
Creating working copy for https://github.com/h0p3zZ/elementary-components.git
Working copy of https://github.com/h0p3zZ/elementary-components.git resolved at 1.0.1 (03519c9)
warning: '.resolve-product-dependencies': dependency 'elementary-components' is not used by any target
Found 1 product dependencies
  - elementary
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/h0p3zZ/elementary-components.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'ElementaryShoelace' requires macos 10.15, but depends on the product 'Elementary' which requires macos 14.0; consider changing the library 'ElementaryShoelace' to require macos 14.0 or later, or the product 'Elementary' to require macos 10.15 or earlier.
BUILD FAILURE 6.2 macosSpm