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 (33465c), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 7 Nov 2025 22:40:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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.68.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 33465cd Update README.md
Cloned https://github.com/ciaranrobrien/SwiftUIIndexedList.git
Revision (git rev-parse @):
33465cd49d0054f53cea9de72e9d2062da7b8779
SUCCESS checkout https://github.com/ciaranrobrien/SwiftUIIndexedList.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ciaranrobrien/SwiftUIIndexedList.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/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:
  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-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIIndexedList -destination platform=macOS,arch=arm64
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 SwiftUIIndexedList -destination platform=macOS,arch=arm64
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:
  SwiftUIIndexedList: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 1.3.0
Prepare packages
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-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/MacOSX.platform/Developer/SDKs/MacOSX15.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: d4e859e587a4d48b1cccf2a55aac3936
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d4e859e587a4d48b1cccf2a55aac3936.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:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:145b9a64f60367bf4e154f90d77f8381959928ec, 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-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:
  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-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIIndexedList -destination platform=macOS,arch=arm64
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 SwiftUIIndexedList -destination platform=macOS,arch=arm64
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:
  SwiftUIIndexedList: /Users/admin/builder/spi-builder-workspace
  swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 1.3.0
Prepare packages
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-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/MacOSX.platform/Developer/SDKs/MacOSX15.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: d4e859e587a4d48b1cccf2a55aac3936
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d4e859e587a4d48b1cccf2a55aac3936.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:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:145b9a64f60367bf4e154f90d77f8381959928ec, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftUIIndexedList
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild