The Swift Package Index logo.Swift Package Index

Build Information

Failed to build elementary-components, reference 1.0.1 (03519c), with Swift 6.0 for tvOS using Xcode 16.2 on 9 Dec 2025 15:57:46 UTC.

Build Command

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

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:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/h0p3zZ/elementary-components.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/elementary-swift/elementary.git
Creating working copy of package ‘elementary’
Checking out 0.6.0 of package ‘elementary’
Resolve Package Graph
Resolved source packages:
  elementary-components: /Users/admin/builder/spi-builder-workspace
  elementary: https://github.com/elementary-swift/elementary.git @ 0.6.0
resolved source packages: elementary-components, elementary
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.2.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=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  elementary-components: /Users/admin/builder/spi-builder-workspace
  elementary: https://github.com/elementary-swift/elementary.git @ 0.6.0
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0c9685db8cc68a9ee33e344bc97d869c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c9685db8cc68a9ee33e344bc97d869c.xcbuilddata
error: The package product 'Elementary' requires minimum platform version 17.0 for the tvOS platform, but this target supports 13.0 (in target 'ElementaryShoelace' from project 'elementary-components')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme elementary-components
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  elementary-components: /Users/admin/builder/spi-builder-workspace
  elementary: https://github.com/elementary-swift/elementary.git @ 0.6.0
resolved source packages: elementary-components, elementary
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.2.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=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  elementary: https://github.com/elementary-swift/elementary.git @ 0.6.0
  elementary-components: /Users/admin/builder/spi-builder-workspace
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0c9685db8cc68a9ee33e344bc97d869c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c9685db8cc68a9ee33e344bc97d869c.xcbuilddata
error: The package product 'Elementary' requires minimum platform version 17.0 for the tvOS platform, but this target supports 13.0 (in target 'ElementaryShoelace' from project 'elementary-components')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme elementary-components
(1 failure)
BUILD FAILURE 6.0 tvOS