The Swift Package Index logo.Swift Package Index

Build Information

Failed to build elementary-components, reference 1.0.1 (03519c), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 15:57:42 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/h0p3zZ/elementary-components.git
https://github.com/h0p3zZ/elementary-components.git
{
  "dependencies" : [
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elementary-swift/elementary.git"
    }
  ],
  "manifest_display_name" : "elementary-components",
  "name" : "elementary-components",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryShoelace",
      "targets" : [
        "ElementaryShoelace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ElementaryShoelaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryShoelaceTests",
      "path" : "Tests",
      "sources" : [
        "ElementaryShoelace/Test.swift"
      ],
      "target_dependencies" : [
        "ElementaryShoelace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryShoelace",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryShoelace",
      "path" : "Sources/ElementaryShoelace",
      "product_dependencies" : [
        "Elementary"
      ],
      "product_memberships" : [
        "ElementaryShoelace"
      ],
      "sources" : [
        "SLAttributeValues.swift",
        "SLAttributes.swift",
        "components/SLAlert.swift",
        "components/SLAnimatedImage.swift",
        "components/SLAnimation.swift",
        "components/SLAvatar.swift",
        "components/SLBadge.swift",
        "components/SLBreadcrumb.swift",
        "components/SLBreadcrumbItem.swift",
        "components/SLButton.swift",
        "components/SLButtonGroup.swift",
        "components/SLCard.swift",
        "components/SLCarousel.swift",
        "components/SLCarouselItem.swift",
        "components/SLCheckbox.swift",
        "components/SLColorPicker.swift",
        "components/SLCopyButton.swift",
        "components/SLDetails.swift",
        "components/SLDialog.swift",
        "components/SLDivider.swift",
        "components/SLDrawer.swift",
        "components/SLDropdown.swift",
        "components/SLFormatBytes.swift",
        "components/SLFormatDate.swift",
        "components/SLFormatNumber.swift",
        "components/SLIcon.swift",
        "components/SLIconButton.swift",
        "components/SLImageComparer.swift",
        "components/SLInclude.swift",
        "components/SLInput.swift",
        "components/SLMenu.swift",
        "components/SLMenuItem.swift",
        "components/SLMenuLabel.swift",
        "components/SLMutationObserver.swift",
        "components/SLOption.swift",
        "components/SLPopup.swift",
        "components/SLProgressBar.swift",
        "components/SLProgressRing.swift",
        "components/SLQRCode.swift",
        "components/SLRadio.swift",
        "components/SLRadioButton.swift",
        "components/SLRange.swift",
        "components/SLRating.swift",
        "components/SLRelativeTime.swift",
        "components/SLResizeObserver.swift",
        "components/SLSelect.swift",
        "components/SLSkeleton.swift",
        "components/SLSpinner.swift",
        "components/SLSplitPanel.swift",
        "components/SLSwitch.swift",
        "components/SLTab.swift",
        "components/SLTabGroup.swift",
        "components/SLTabPanel.swift",
        "components/SLTag.swift",
        "components/SLTextarea.swift",
        "components/SLTooltip.swift",
        "components/SLTree.swift",
        "components/SLTreeItem.swift",
        "components/SLVisuallyHidden.swift",
        "protocols/SLIconProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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/elementary-swift/elementary.git
[1/1423] Fetching elementary
Fetched https://github.com/elementary-swift/elementary.git from cache (0.86s)
Computing version for https://github.com/elementary-swift/elementary.git
Computed https://github.com/elementary-swift/elementary.git at 0.6.0 (1.45s)
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
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm