The Swift Package Index logo.Swift Package Index

Build Information

Failed to build elementary-components, reference 1.0.1 (03519c), with Swift 6.3 for watchOS using Xcode 26.4 on 17 Apr 2026 18:28:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/h0p3zZ/elementary-components.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/elementary-swift/elementary.git
Creating working copy of package ‘elementary’
Checking out 0.7.1 of package ‘elementary’
Resolve Package Graph
Resolved source packages:
  elementary: https://github.com/elementary-swift/elementary.git @ 0.7.1
  elementary-components: /Users/admin/builder/spi-builder-workspace
resolved source packages: elementary, elementary-components
2026-04-17 14:28:12.537 xcodebuild[529:3056] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "elementary-components"
    ]
  }
}
2026-04-17 14:28:20.544 xcodebuild[668:3988] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme elementary-components -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  elementary: https://github.com/elementary-swift/elementary.git @ 0.7.1
  elementary-components: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ElementaryShoelace' in project 'elementary-components'
        ➜ Explicit dependency on target 'ElementaryShoelace' in project 'elementary-components'
        ➜ Explicit dependency on target 'Elementary' in project 'elementary'
    Target 'ElementaryShoelace' in project 'elementary-components'
        ➜ Explicit dependency on target 'Elementary' in project 'elementary'
    Target 'Elementary' in project 'elementary'
        ➜ Explicit dependency on target 'Elementary' in project 'elementary'
    Target 'Elementary' in project 'elementary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 830891ff7f7b405a51500bbdec2d3913
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/830891ff7f7b405a51500bbdec2d3913.xcbuilddata
error: The package product 'Elementary' requires minimum platform version 10.0 for the watchOS platform, but this target supports 6.0 (in target 'ElementaryShoelace' from project 'elementary-components')
2026-04-17 14:28:22.713 xcodebuild[678:4062] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme elementary-components
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  elementary: https://github.com/elementary-swift/elementary.git @ 0.7.1
  elementary-components: /Users/admin/builder/spi-builder-workspace
resolved source packages: elementary, elementary-components
2026-04-17 14:28:24.782 xcodebuild[708:4237] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "elementary-components"
    ]
  }
}
2026-04-17 14:28:26.191 xcodebuild[721:4314] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme elementary-components -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  elementary-components: /Users/admin/builder/spi-builder-workspace
  elementary: https://github.com/elementary-swift/elementary.git @ 0.7.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ElementaryShoelace' in project 'elementary-components'
        ➜ Explicit dependency on target 'ElementaryShoelace' in project 'elementary-components'
        ➜ Explicit dependency on target 'Elementary' in project 'elementary'
    Target 'ElementaryShoelace' in project 'elementary-components'
        ➜ Explicit dependency on target 'Elementary' in project 'elementary'
    Target 'Elementary' in project 'elementary'
        ➜ Explicit dependency on target 'Elementary' in project 'elementary'
    Target 'Elementary' in project 'elementary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 830891ff7f7b405a51500bbdec2d3913
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/830891ff7f7b405a51500bbdec2d3913.xcbuilddata
error: The package product 'Elementary' requires minimum platform version 10.0 for the watchOS platform, but this target supports 6.0 (in target 'ElementaryShoelace' from project 'elementary-components')
2026-04-17 14:28:27.134 xcodebuild[727:4355] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme elementary-components
(1 failure)
BUILD FAILURE 6.3 watchOS