Build Information
Failed to build WandFoundation, reference 3.0.5 (bed565), with Swift 6.0 for macOS (SPM) on 31 Mar 2026 16:50:01 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/The-Wand/Foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/the-wand/Wand.git
Fetching https://github.com/the-wand/Any.git
[1/277] Fetching any
[140/9351] Fetching any, wand
Fetched https://github.com/the-wand/Wand.git from cache (1.40s)
Fetched https://github.com/the-wand/Any.git from cache (1.40s)
Computing version for https://github.com/the-wand/Any.git
Computed https://github.com/the-wand/Any.git at 1.0.3 (0.59s)
Computing version for https://github.com/the-wand/Wand.git
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.ja8Cfx/vfs.yaml", "-L", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk", "-F", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "5", "-I", "/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk", "-package-description-version", "5.6.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.yGL7w0/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
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
BUILD FAILURE 6.0 macosSpm