The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BetSwift, reference 0.0.1 (25061c), with Swift 6.3 for Android on 21 Apr 2026 07:09:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/foulkesjohn/betswift.git
Reference: 0.0.1
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/foulkesjohn/betswift
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 25061c0 Initial commit
Cloned https://github.com/foulkesjohn/betswift.git
Revision (git rev-parse @):
25061c0f0443b20198edcc0ffd05d8333f6b9a29
SUCCESS checkout https://github.com/foulkesjohn/betswift.git at 0.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/foulkesjohn/betswift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/emiliopavia/Kitura-net.git
[1/4268] Fetching kitura-net
Fetched https://github.com/emiliopavia/Kitura-net.git from cache (0.82s)
error: Invalid manifest (compiled with: ["/root/.local/share/swiftly/toolchains/6.3.0/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.CsG8Q2/vfs.yaml", "-L", "/root/.local/share/swiftly/toolchains/6.3.0/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/root/.local/share/swiftly/toolchains/6.3.0/usr/lib/swift/pm/ManifestAPI", "-swift-version", "4", "-I", "/root/.local/share/swiftly/toolchains/6.3.0/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.0.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.TqMkRH/kitura-net-manifest"])
/Package.swift:30:36: error: missing argument for parameter 'condition' in call
28 |
29 | var kituraNetDependencies: [Target.Dependency] = [
30 |     .byNameItem(name: "CHTTPParser"),
   |                                    `- error: missing argument for parameter 'condition' in call
31 |     .byNameItem(name: "LoggerAPI"),
32 |     .byNameItem(name: "Socket"),
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 |
/Package.swift:31:34: error: missing argument for parameter 'condition' in call
29 | var kituraNetDependencies: [Target.Dependency] = [
30 |     .byNameItem(name: "CHTTPParser"),
31 |     .byNameItem(name: "LoggerAPI"),
   |                                  `- error: missing argument for parameter 'condition' in call
32 |     .byNameItem(name: "Socket"),
33 |     .byNameItem(name: "CCurl"),
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 |
/Package.swift:32:31: error: missing argument for parameter 'condition' in call
30 |     .byNameItem(name: "CHTTPParser"),
31 |     .byNameItem(name: "LoggerAPI"),
32 |     .byNameItem(name: "Socket"),
   |                               `- error: missing argument for parameter 'condition' in call
33 |     .byNameItem(name: "CCurl"),
34 |     .byNameItem(name: "SSLService")
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 |
/Package.swift:33:30: error: missing argument for parameter 'condition' in call
31 |     .byNameItem(name: "LoggerAPI"),
32 |     .byNameItem(name: "Socket"),
33 |     .byNameItem(name: "CCurl"),
   |                              `- error: missing argument for parameter 'condition' in call
34 |     .byNameItem(name: "SSLService")
35 | ]
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 |
/Package.swift:34:35: error: missing argument for parameter 'condition' in call
32 |     .byNameItem(name: "Socket"),
33 |     .byNameItem(name: "CCurl"),
34 |     .byNameItem(name: "SSLService")
   |                                   `- error: missing argument for parameter 'condition' in call
35 | ]
36 |
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 |
/Package.swift:45:32: error: missing argument for parameter 'condition' in call
43 | kituraNetDependencies.append(contentsOf: [
44 |     .byNameItem(name: "CEpoll"),
45 |     .byNameItem(name: "Signals")
   |                                `- error: missing argument for parameter 'condition' in call
46 |     ])
47 | #endif
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 |
/Package.swift:44:31: error: missing argument for parameter 'condition' in call
42 |
43 | kituraNetDependencies.append(contentsOf: [
44 |     .byNameItem(name: "CEpoll"),
   |                               `- error: missing argument for parameter 'condition' in call
45 |     .byNameItem(name: "Signals")
46 |     ])
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 | in https://github.com/emiliopavia/Kitura-net.git
BUILD FAILURE 6.3 android