The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Slab, reference develop (cddcfa), with Swift 6.3 for tvOS using Xcode 26.4 on 12 Apr 2026 13:25:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Slab.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptrkstr/Slab
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at cddcfa9 Update readme
Cloned https://github.com/ptrkstr/Slab.git
Revision (git rev-parse @):
cddcfa99626ec372f31f935b85103aaf8769f4ca
SUCCESS checkout https://github.com/ptrkstr/Slab.git at develop
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ptrkstr/Slab.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/scinfu/SwiftSoup
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘SwiftSoup’
Checking out 2.13.4 of package ‘SwiftSoup’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  Slab: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.13.4
resolved source packages: Slab, swift-collections, SwiftSoup
2026-04-12 09:25:10.932 xcodebuild[529:3073] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:11.032 xcodebuild[529:3073] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:11.473 xcodebuild[529:3073] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Slab",
  "name" : "Slab",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Slab",
      "targets" : [
        "Slab"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SlabTests",
      "module_type" : "SwiftTarget",
      "name" : "SlabTests",
      "path" : "Tests/SlabTests",
      "sources" : [
        "SlabTests.swift"
      ],
      "target_dependencies" : [
        "Slab"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Slab",
      "module_type" : "SwiftTarget",
      "name" : "Slab",
      "path" : "Sources/Slab",
      "product_dependencies" : [
        "SwiftSoup",
        "Collections"
      ],
      "product_memberships" : [
        "Slab"
      ],
      "sources" : [
        "Configuration.swift",
        "Slab.swift",
        "SlabError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Slab"
    ]
  }
}
2026-04-12 09:25:37.459 xcodebuild[697:4141] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:37.561 xcodebuild[697:4141] [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 Slab -destination generic/platform=tvOS
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 Slab -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.13.4
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Slab: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
    Target 'SlabTests' in project 'Slab'
        ➜ Explicit dependency on target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 811d15e6bfefd771665a5cb25698b795
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/811d15e6bfefd771665a5cb25698b795.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Slab' from project 'Slab')
2026-04-12 09:25:39.207 xcodebuild[701:4202] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:39.312 xcodebuild[701:4202] [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 Slab
(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:
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.13.4
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Slab: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftSoup, swift-collections, Slab
2026-04-12 09:25:43.476 xcodebuild[733:4412] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:43.605 xcodebuild[733:4412] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Slab",
  "name" : "Slab",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Slab",
      "targets" : [
        "Slab"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SlabTests",
      "module_type" : "SwiftTarget",
      "name" : "SlabTests",
      "path" : "Tests/SlabTests",
      "sources" : [
        "SlabTests.swift"
      ],
      "target_dependencies" : [
        "Slab"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Slab",
      "module_type" : "SwiftTarget",
      "name" : "Slab",
      "path" : "Sources/Slab",
      "product_dependencies" : [
        "SwiftSoup",
        "Collections"
      ],
      "product_memberships" : [
        "Slab"
      ],
      "sources" : [
        "Configuration.swift",
        "Slab.swift",
        "SlabError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Slab"
    ]
  }
}
2026-04-12 09:25:45.190 xcodebuild[764:4653] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:45.306 xcodebuild[764:4653] [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 Slab -destination generic/platform=tvOS
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 Slab -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  Slab: /Users/admin/builder/spi-builder-workspace
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.13.4
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
    Target 'SlabTests' in project 'Slab'
        ➜ Explicit dependency on target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Slab' in project 'Slab'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 811d15e6bfefd771665a5cb25698b795
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/811d15e6bfefd771665a5cb25698b795.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'Slab' from project 'Slab')
2026-04-12 09:25:46.599 xcodebuild[769:4708] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:46.735 xcodebuild[769:4708] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-12 09:25:46.840 xcodebuild[769:4708] [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 Slab
(1 failure)
BUILD FAILURE 6.3 tvOS