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 swift-identified-collections, reference main (d9f974), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 23 Jun 2025 00:20:34 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 swift-identified-collections-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-identified-collections.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-identified-collections
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d9f9741 Run swift-format
Cloned https://github.com/pointfreeco/swift-identified-collections.git
Revision (git rev-parse @):
d9f9741112e86e6c62a376c76b4d4585b906c12d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-identified-collections.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pointfreeco/swift-identified-collections.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
Fetching from https://github.com/apple/swift-collections-benchmark
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-system
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.4 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-system’
Checking out 1.5.0 of package ‘swift-system’
Creating working copy of package ‘swift-collections’
Checking out 1.2.0 of package ‘swift-collections’
Creating working copy of package ‘swift-collections-benchmark’
Checking out 0.0.4 of package ‘swift-collections-benchmark’
Resolve Package Graph
Resolved source packages:
  swift-identified-collections: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
  swift-system: https://github.com/apple/swift-system @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-collections-benchmark: https://github.com/apple/swift-collections-benchmark @ 0.0.4
  swift-collections: https://github.com/apple/swift-collections @ 1.2.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
resolved source packages: swift-identified-collections, SwiftDocCPlugin, swift-system, SymbolKit, swift-collections-benchmark, swift-collections, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-collections-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections-benchmark"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-identified-collections",
  "name" : "swift-identified-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IdentifiedCollections",
      "targets" : [
        "IdentifiedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-identified-collections-benchmark",
      "targets" : [
        "swift-identified-collections-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "swift_identified_collections_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-identified-collections-benchmark",
      "path" : "Sources/swift-identified-collections-benchmark",
      "product_dependencies" : [
        "CollectionsBenchmark"
      ],
      "product_memberships" : [
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IdentifiedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollectionsTests",
      "path" : "Tests/IdentifiedCollectionsTests",
      "sources" : [
        "IdentifiedArrayCollectionOperationTests.swift",
        "IdentifiedArrayTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedCollections",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollections",
      "path" : "Sources/IdentifiedCollections",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IdentifiedCollections",
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "Identified/Identified.swift",
        "IdentifiedArray/IdentifiedArray+Codable.swift",
        "IdentifiedArray/IdentifiedArray+Collection.swift",
        "IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
        "IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
        "IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+Equatable.swift",
        "IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
        "IdentifiedArray/IdentifiedArray+Hashable.swift",
        "IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
        "IdentifiedArray/IdentifiedArray+Initializers.swift",
        "IdentifiedArray/IdentifiedArray+Insertions.swift",
        "IdentifiedArray/IdentifiedArray+MutableCollection.swift",
        "IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
        "IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
        "IdentifiedArray/IdentifiedArray+Sendable.swift",
        "IdentifiedArray/IdentifiedArray.swift",
        "IdentifiedCollection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "IdentifiedCollections",
      "swift-collections-benchmark",
      "swift-identified-collections-benchmark",
      "swift-identified-collections-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-identified-collections-Package -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 swift-identified-collections-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-identified-collections: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  swift-collections: https://github.com/apple/swift-collections @ 1.2.0
  swift-system: https://github.com/apple/swift-system @ 1.5.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
  swift-collections-benchmark: https://github.com/apple/swift-collections-benchmark @ 0.0.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'swift-identified-collections-benchmark' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
    Target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
        ➜ Explicit dependency on target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' 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 'InternalCollectionsUtilities' in project 'swift-collections' (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/clang -v -E -dM -arch arm64 -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: 9d66ea8ebfa8b7e902d0ca35f1a0b019
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9d66ea8ebfa8b7e902d0ca35f1a0b019.xcbuilddata
error: The package product 'CollectionsBenchmark' requires minimum platform version 15.0 for the macOS platform, but this target supports 10.13 (in target 'swift-identified-collections-benchmark' from project 'swift-identified-collections')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-identified-collections-Package
(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:
  swift-system: https://github.com/apple/swift-system @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-collections-benchmark: https://github.com/apple/swift-collections-benchmark @ 0.0.4
  swift-identified-collections: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections @ 1.2.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
resolved source packages: swift-system, SymbolKit, swift-collections-benchmark, swift-identified-collections, swift-collections, SwiftDocCPlugin, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-collections-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections-benchmark"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-identified-collections",
  "name" : "swift-identified-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IdentifiedCollections",
      "targets" : [
        "IdentifiedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-identified-collections-benchmark",
      "targets" : [
        "swift-identified-collections-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "swift_identified_collections_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-identified-collections-benchmark",
      "path" : "Sources/swift-identified-collections-benchmark",
      "product_dependencies" : [
        "CollectionsBenchmark"
      ],
      "product_memberships" : [
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IdentifiedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollectionsTests",
      "path" : "Tests/IdentifiedCollectionsTests",
      "sources" : [
        "IdentifiedArrayCollectionOperationTests.swift",
        "IdentifiedArrayTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedCollections",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollections",
      "path" : "Sources/IdentifiedCollections",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IdentifiedCollections",
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "Identified/Identified.swift",
        "IdentifiedArray/IdentifiedArray+Codable.swift",
        "IdentifiedArray/IdentifiedArray+Collection.swift",
        "IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
        "IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
        "IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+Equatable.swift",
        "IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
        "IdentifiedArray/IdentifiedArray+Hashable.swift",
        "IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
        "IdentifiedArray/IdentifiedArray+Initializers.swift",
        "IdentifiedArray/IdentifiedArray+Insertions.swift",
        "IdentifiedArray/IdentifiedArray+MutableCollection.swift",
        "IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
        "IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
        "IdentifiedArray/IdentifiedArray+Sendable.swift",
        "IdentifiedArray/IdentifiedArray.swift",
        "IdentifiedCollection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "IdentifiedCollections",
      "swift-collections-benchmark",
      "swift-identified-collections-benchmark",
      "swift-identified-collections-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-identified-collections-Package -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 swift-identified-collections-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
  swift-identified-collections: /Users/admin/builder/spi-builder-workspace
  swift-system: https://github.com/apple/swift-system @ 1.5.0
  swift-collections: https://github.com/apple/swift-collections @ 1.2.0
  swift-collections-benchmark: https://github.com/apple/swift-collections-benchmark @ 0.0.4
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
    Target 'swift-identified-collections-benchmark' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
    Target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
        ➜ Explicit dependency on target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'CollectionsBenchmark' in project 'swift-collections-benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'IdentifiedCollections' in project 'swift-identified-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' 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 'InternalCollectionsUtilities' in project 'swift-collections' (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/clang -v -E -dM -arch arm64 -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: 9d66ea8ebfa8b7e902d0ca35f1a0b019
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9d66ea8ebfa8b7e902d0ca35f1a0b019.xcbuilddata
error: The package product 'CollectionsBenchmark' requires minimum platform version 15.0 for the macOS platform, but this target supports 10.13 (in target 'swift-identified-collections-benchmark' from project 'swift-identified-collections')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:dba47f11b69130dcb7748e9dac348709abf145b1, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme swift-identified-collections-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild