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 SwiftUIIndexedList, reference main (5183e1), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 21 Jun 2025 11:56:50 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 SwiftUIIndexedList -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ciaranrobrien/SwiftUIIndexedList.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ciaranrobrien/SwiftUIIndexedList
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5183e17 Update README.md
Cloned https://github.com/ciaranrobrien/SwiftUIIndexedList.git
Revision (git rev-parse @):
5183e178ba405ff4eec2ecc5d4e08bf93c4482b8
SUCCESS checkout https://github.com/ciaranrobrien/SwiftUIIndexedList.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ciaranrobrien/SwiftUIIndexedList.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/siteline/SwiftUI-Introspect
Creating working copy of package ‘SwiftUI-Introspect’
Checking out 1.3.0 of package ‘SwiftUI-Introspect’
Resolve Package Graph
Resolved source packages:
  SwiftUIIndexedList: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 1.3.0
resolved source packages: SwiftUIIndexedList, swiftui-introspect
{
  "dependencies" : [
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/SwiftUI-Introspect"
    }
  ],
  "manifest_display_name" : "SwiftUIIndexedList",
  "name" : "SwiftUIIndexedList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIIndexedList",
      "targets" : [
        "SwiftUIIndexedList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIIndexedList",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIIndexedList",
      "path" : "Sources/SwiftUIIndexedList",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "SwiftUIIndexedList"
      ],
      "sources" : [
        "API/Index.swift",
        "API/IndexBarInsets.swift",
        "API/Indexable.swift",
        "API/IndexedList.swift",
        "API/IndexedScrollView.swift",
        "API/ScrollAccessory.swift",
        "API/View+Extensions.swift",
        "Examples/ExampleA.swift",
        "Examples/ExampleB.swift",
        "Internal/Extensions.swift",
        "Internal/IndexBar.swift",
        "Internal/IndexBarBackground.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftUIIndexedList"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIIndexedList -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 SwiftUIIndexedList -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftUIIndexedList: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'SwiftUIIndexedList' in project 'SwiftUIIndexedList'
        ➜ Explicit dependency on target 'SwiftUIIndexedList' in project 'SwiftUIIndexedList'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIndexedList' in project 'SwiftUIIndexedList'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8a1bc86ece3b71827d468d560bb0f4ee
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8a1bc86ece3b71827d468d560bb0f4ee.xcbuilddata
error: The package product 'SwiftUIIntrospect' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SwiftUIIndexedList' from project 'SwiftUIIndexedList')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftUIIndexedList
(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:
  swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 1.3.0
  SwiftUIIndexedList: /Users/admin/builder/spi-builder-workspace
resolved source packages: swiftui-introspect, SwiftUIIndexedList
{
  "dependencies" : [
    {
      "identity" : "swiftui-introspect",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/siteline/SwiftUI-Introspect"
    }
  ],
  "manifest_display_name" : "SwiftUIIndexedList",
  "name" : "SwiftUIIndexedList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIIndexedList",
      "targets" : [
        "SwiftUIIndexedList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIIndexedList",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIIndexedList",
      "path" : "Sources/SwiftUIIndexedList",
      "product_dependencies" : [
        "SwiftUIIntrospect"
      ],
      "product_memberships" : [
        "SwiftUIIndexedList"
      ],
      "sources" : [
        "API/Index.swift",
        "API/IndexBarInsets.swift",
        "API/Indexable.swift",
        "API/IndexedList.swift",
        "API/IndexedScrollView.swift",
        "API/ScrollAccessory.swift",
        "API/View+Extensions.swift",
        "Examples/ExampleA.swift",
        "Examples/ExampleB.swift",
        "Internal/Extensions.swift",
        "Internal/IndexBar.swift",
        "Internal/IndexBarBackground.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftUIIndexedList"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIIndexedList -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 SwiftUIIndexedList -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  SwiftUIIndexedList: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 1.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'SwiftUIIndexedList' in project 'SwiftUIIndexedList'
        ➜ Explicit dependency on target 'SwiftUIIndexedList' in project 'SwiftUIIndexedList'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIndexedList' in project 'SwiftUIIndexedList'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect'
        ➜ Explicit dependency on target 'SwiftUIIntrospect' in project 'swiftui-introspect'
    Target 'SwiftUIIntrospect' in project 'swiftui-introspect' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8a1bc86ece3b71827d468d560bb0f4ee
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8a1bc86ece3b71827d468d560bb0f4ee.xcbuilddata
error: The package product 'SwiftUIIntrospect' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SwiftUIIndexedList' from project 'SwiftUIIndexedList')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f8b4ae1e1243f49965852c49d7ce62b7959844a0, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftUIIndexedList
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild