Build Information
Failed to build WandFoundation, reference 3.0.5 (bed565), with Swift 6.0 for Linux on 31 Mar 2026 16:48:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Foundation.git
Reference: 3.0.5
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/The-Wand/Foundation
* tag 3.0.5 -> FETCH_HEAD
HEAD is now at bed565c Bump 3.0.5
Cloned https://github.com/The-Wand/Foundation.git
Revision (git rev-parse @):
bed565cc606ec1670cdbe7a802960204fbb73871
SUCCESS checkout https://github.com/The-Wand/Foundation.git at 3.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/The-Wand/Foundation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/the-wand/Wand.git
Fetching https://github.com/the-wand/Any.git
[1/277] Fetching any
Fetched https://github.com/the-wand/Any.git from cache (0.68s)
[1/9074] Fetching wand
Fetched https://github.com/the-wand/Wand.git from cache (1.79s)
Computing version for https://github.com/the-wand/Any.git
Computed https://github.com/the-wand/Any.git at 1.0.3 (1.90s)
Computing version for https://github.com/the-wand/Wand.git
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.KBDILs/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.6.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.fH8Dvy/wand-manifest"])
/Package.swift:38:67: error: expected ',' separator
36 |
37 | dependencies: [
38 | .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
| `- error: expected ',' separator
39 | ],
40 |
/Package.swift:38:67: error: expected argument label before colon
36 |
37 | dependencies: [
38 | .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
| `- error: expected argument label before colon
39 | ],
40 |
/Package.swift:38:10: error: no exact matches in call to static method 'package'
36 |
37 | dependencies: [
38 | .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
| `- error: no exact matches in call to static method 'package'
39 | ],
40 |
PackageDescription.Package.Dependency:8:24: note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:branch:)')
6 | public static func package(url: String, branch: String) -> Package.Dependency
7 | @available(_PackageDescription, introduced: 5.5, deprecated: 5.6, message: "use package(url:branch:) instead")
8 | public static func package(name: String, url: String, branch: String) -> Package.Dependency
| `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:branch:)')
9 | @available(_PackageDescription 5.5)
10 | public static func package(url: String, revision: String) -> Package.Dependency
11 | @available(_PackageDescription, introduced: 5.5, deprecated: 5.6, message: "use package(url:revision:) instead")
12 | public static func package(name: String, url: String, revision: String) -> Package.Dependency
| `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:revision:)')
13 | public static func package(url: String, _ range: Range<Version>) -> Package.Dependency
14 | @available(_PackageDescription, introduced: 5.2, deprecated: 5.6, message: "use package(url:_:) instead")
15 | public static func package(name: String, url: String, _ range: Range<Version>) -> Package.Dependency
| `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
16 | public static func package(url: String, _ range: ClosedRange<Version>) -> Package.Dependency
17 | @available(_PackageDescription, introduced: 5.2, deprecated: 5.6, message: "use package(url:_:) instead")
18 | public static func package(name: String, url: String, _ range: ClosedRange<Version>) -> Package.Dependency
| `- note: incorrect labels for candidate (have: '(url:_:_:)', expected: '(name:url:_:)')
19 | @available(_PackageDescription 5.6)
20 | public static func package(url: String, exact version: Version) -> Package.Dependency
/Package.swift:38:63: error: reference to member 'from' cannot be resolved without a contextual type
36 |
37 | dependencies: [
38 | .package(url: "https://github.com/The-Wand/Any.git", .from: "1.0.3")
| `- error: reference to member 'from' cannot be resolved without a contextual type
39 | ],
40 | in https://github.com/the-wand/Wand.git
BUILD FAILURE 6.0 linux