Build Information
Failed to build GatheredKit, reference v0.2.0 (ed2b33
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 02:46:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.PqBrwe/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.5.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.NXRNbX/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: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.SUWCs9/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.5.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.RN7RmZ/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 wasm