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 GatheredKit, reference v0.2.0 (ed2b33), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 19 Jun 2025 03:02:43 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/GatheredKit.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/GatheredKit
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at ed2b330 Add Swift Package Index manifest file
Cloned https://github.com/JosephDuffy/GatheredKit.git
Revision (git rev-parse @):
ed2b33049017e5d3c60e18a700a104647a683751
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/GatheredKit.git at v0.2.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JosephDuffy/GatheredKit.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
Package: spi-builder-workspace
Resolve Package Graph
Package: spi-builder-workspace
Resolved source packages:
  spi-builder-workspace: (null)
2025-06-18 20:02:41.967 xcodebuild[518:2969] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_20-02-0041.xcresult
xcodebuild: error: Could not resolve package dependencies:
  'package(url:exact:)' is unavailable
  /Users/admin/builder/spi-builder-workspace/Package.swift:65:6: error: 'package(url:exact:)' is unavailable
63 | #if swift(>=5.6)
64 | package.dependencies.append(
65 |     .package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.0.0")
   |      `- error: 'package(url:exact:)' is unavailable
66 | )
67 | #endif
PackageDescription.Package.Dependency.package:4:24: note: 'package(url:exact:)' was introduced in PackageDescription 5.6
2 |   class Dependency {
3 | @available(_PackageDescription 5.6)
4 |     public static func package(url: String, exact version: PackageDescription.Version) -> PackageDescription.Package.Dependency  }
  |                        `- note: 'package(url:exact:)' was introduced in PackageDescription 5.6
5 | }
6 |
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
Package: spi-builder-workspace
Resolved source packages:
  spi-builder-workspace: (null)
2025-06-18 20:02:43.056 xcodebuild[533:3190] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_20-02-0043.xcresult
xcodebuild: error: Could not resolve package dependencies:
  'package(url:exact:)' is unavailable
  /Users/admin/builder/spi-builder-workspace/Package.swift:65:6: error: 'package(url:exact:)' is unavailable
63 | #if swift(>=5.6)
64 | package.dependencies.append(
65 |     .package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.0.0")
   |      `- error: 'package(url:exact:)' is unavailable
66 | )
67 | #endif
PackageDescription.Package.Dependency.package:4:24: note: 'package(url:exact:)' was introduced in PackageDescription 5.6
2 |   class Dependency {
3 | @available(_PackageDescription 5.6)
4 |     public static func package(url: String, exact version: PackageDescription.Version) -> PackageDescription.Package.Dependency  }
  |                        `- note: 'package(url:exact:)' was introduced in PackageDescription 5.6
5 | }
6 |
BUILD FAILURE 6.2 tvOS