The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Slab, reference develop (cddcfa), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 19 Jun 2025 04:54:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Slab -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ptrkstr/Slab.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/scinfu/SwiftSoup
Creating working copy of package ‘SwiftSoup’
Checking out 2.8.8 of package ‘SwiftSoup’
Creating working copy of package ‘swift-collections’
Checking out 1.2.0 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.2.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.8.8
resolved source packages: Slab, swift-collections, SwiftSoup
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Slab -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.8.8
  Slab: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 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 '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 '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'
    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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a4d76cf07e526de82d6b0bb339ec5daa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a4d76cf07e526de82d6b0bb339ec5daa.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'Slab' from project 'Slab')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Slab
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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.8.8
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  Slab: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftSoup, swift-collections, Slab
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Slab -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Slab: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.0
  SwiftSoup: https://github.com/scinfu/SwiftSoup @ 2.8.8
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 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 '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 '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'
    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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a4d76cf07e526de82d6b0bb339ec5daa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a4d76cf07e526de82d6b0bb339ec5daa.xcbuilddata
error: The package product 'SwiftSoup' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'Slab' from project 'Slab')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e7369b0884d8907b159bf43907404ea941bc3f2e, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Slab
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild