Build Information
Failed to build GatheredKit, reference v0.2.0 (ed2b33
), with Swift 6.2 (beta) for Android on 19 Jun 2025 02:45:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/JosephDuffy/GatheredKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.BjKxlo/vfs.yaml", "-L", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.5.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.sjBlmM/spi-builder-workspace-manifest"])
/host/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: Version) -> Package.Dependency }
| `- note: 'package(url:exact:)' was introduced in PackageDescription 5.6
5 | }
6 |
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.sDOQ72/vfs.yaml", "-L", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.5.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.5E3qBp/spi-builder-workspace-manifest"])
/host/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: Version) -> Package.Dependency }
| `- note: 'package(url:exact:)' was introduced in PackageDescription 5.6
5 | }
6 |
BUILD FAILURE 6.2 android