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 Quack, reference 1.9.0 (38930d), with Swift 6.2 (beta) for Android on 18 Jun 2025 07:28:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/cpageler93/quack.git
Reference: 1.9.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/cpageler93/quack
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at 38930de Update to Swift 5
Cloned https://github.com/cpageler93/quack.git
Revision (git rev-parse @):
38930deedf25007f860fff45d2cfe7550ed02776
SUCCESS checkout https://github.com/cpageler93/quack.git at 1.9.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cpageler93/quack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.bnXrHY/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", "4", "-I", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.1.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.QMjfrK/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:7:69: error: missing argument for parameter 'condition' in call
 5 | #if os(Linux)
 6 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/vapor/http.git", "3.0.0"..<"4.0.0")
 7 | let httpTargetDependency = Target.Dependency.byNameItem(name: "HTTP")
   |                                                                     `- error: missing argument for parameter 'condition' in call
 8 | #else
 9 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.8.2")
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 |   enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?)  }
  |      `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/host/spi-builder-workspace/Package.swift:26:43: error: missing argument for parameter 'condition' in call
24 |         .target(name: "Quack", dependencies: [
25 |             httpTargetDependency,
26 |             .byNameItem(name: "SwiftyJSON"),
   |                                           `- error: missing argument for parameter 'condition' in call
27 |             .byNameItem(name: "Result")
28 |         ]),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 |   enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?)  }
  |      `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/host/spi-builder-workspace/Package.swift:27:39: error: missing argument for parameter 'condition' in call
25 |             httpTargetDependency,
26 |             .byNameItem(name: "SwiftyJSON"),
27 |             .byNameItem(name: "Result")
   |                                       `- error: missing argument for parameter 'condition' in call
28 |         ]),
29 |         .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 |   enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?)  }
  |      `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
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.W6DZO2/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", "4", "-I", "/root/.local/share/swiftly/toolchains/6.2-snapshot-2025-05-15/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.1.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.5qIsvr/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:7:69: error: missing argument for parameter 'condition' in call
 5 | #if os(Linux)
 6 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/vapor/http.git", "3.0.0"..<"4.0.0")
 7 | let httpTargetDependency = Target.Dependency.byNameItem(name: "HTTP")
   |                                                                     `- error: missing argument for parameter 'condition' in call
 8 | #else
 9 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.8.2")
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 |   enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?)  }
  |      `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/host/spi-builder-workspace/Package.swift:26:43: error: missing argument for parameter 'condition' in call
24 |         .target(name: "Quack", dependencies: [
25 |             httpTargetDependency,
26 |             .byNameItem(name: "SwiftyJSON"),
   |                                           `- error: missing argument for parameter 'condition' in call
27 |             .byNameItem(name: "Result")
28 |         ]),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 |   enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?)  }
  |      `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/host/spi-builder-workspace/Package.swift:27:39: error: missing argument for parameter 'condition' in call
25 |             httpTargetDependency,
26 |             .byNameItem(name: "SwiftyJSON"),
27 |             .byNameItem(name: "Result")
   |                                       `- error: missing argument for parameter 'condition' in call
28 |         ]),
29 |         .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 |   enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?)  }
  |      `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
BUILD FAILURE 6.2 android