Build Information
Failed to build VaporMonitoring, reference 2.1.2 (77c9af
), with Swift 6.1 for Android on 27 May 2025 15:45:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapormonitoring.git
Reference: 2.1.2
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/vapor-community/vapormonitoring
* tag 2.1.2 -> FETCH_HEAD
HEAD is now at 77c9af0 Fix shared issues
Cloned https://github.com/vapor-community/vapormonitoring.git
Revision (git rev-parse @):
77c9af0d7a6f2c57a5de788c12ee1e07f74586e8
SUCCESS checkout https://github.com/vapor-community/vapormonitoring.git at 2.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/vapormonitoring.git
https://github.com/vapor-community/vapormonitoring.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swiftmetrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RuntimeTools/SwiftMetrics.git"
},
{
"identity" : "swiftprometheus",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MrLotU/SwiftPrometheus.git"
}
],
"manifest_display_name" : "VaporMonitoring",
"name" : "VaporMonitoring",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "VaporMonitoring",
"targets" : [
"VaporMonitoring"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MonitoringExample",
"targets" : [
"MonitoringExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VaporMonitoring",
"module_type" : "SwiftTarget",
"name" : "VaporMonitoring",
"path" : "Sources/VaporMonitoring",
"product_dependencies" : [
"Vapor",
"SwiftMetrics",
"SwiftPrometheus"
],
"product_memberships" : [
"VaporMonitoring",
"MonitoringExample"
],
"sources" : [
"Extensions.swift",
"Responder+Monitoring.swift",
"Router+Monitoring.swift",
"VaporMetricsPrometheus.swift",
"VaporMonitoring.swift"
],
"type" : "library"
},
{
"c99name" : "MonitoringExample",
"module_type" : "SwiftTarget",
"name" : "MonitoringExample",
"path" : "Sources/MonitoringExample",
"product_memberships" : [
"MonitoringExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"VaporMonitoring"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/MrLotU/SwiftPrometheus.git
Fetching https://github.com/RuntimeTools/SwiftMetrics.git
Fetching https://github.com/vapor/vapor.git
[1/3786] Fetching swiftmetrics
[304/6339] Fetching swiftmetrics, swiftprometheus
[4255/80717] Fetching swiftmetrics, swiftprometheus, vapor
Fetched https://github.com/MrLotU/SwiftPrometheus.git from cache (0.73s)
[8249/78164] Fetching swiftmetrics, vapor
Fetched https://github.com/RuntimeTools/SwiftMetrics.git from cache (3.12s)
Fetched https://github.com/vapor/vapor.git from cache (3.15s)
Computing version for https://github.com/MrLotU/SwiftPrometheus.git
Computed https://github.com/MrLotU/SwiftPrometheus.git at 0.3.0 (7.58s)
Computing version for https://github.com/RuntimeTools/SwiftMetrics.git
Computed https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4 (2.90s)
Fetching https://github.com/IBM-Swift/Swift-cfenv.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket.git
Fetching https://github.com/RuntimeTools/omr-agentcore
Fetching https://github.com/IBM-Swift/Kitura.git
[1/2103] Fetching omr-agentcore
[275/3757] Fetching omr-agentcore, bluecryptor
[773/5593] Fetching omr-agentcore, bluecryptor, kitura-websocket
[842/7197] Fetching omr-agentcore, bluecryptor, kitura-websocket, swift-cfenv
[5303/24106] Fetching omr-agentcore, bluecryptor, kitura-websocket, swift-cfenv, kitura
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.56s)
[8587/22452] Fetching omr-agentcore, kitura-websocket, swift-cfenv, kitura
Fetched https://github.com/IBM-Swift/Swift-cfenv.git from cache (0.56s)
[7321/20848] Fetching omr-agentcore, kitura-websocket, kitura
Fetched https://github.com/IBM-Swift/Kitura-WebSocket.git from cache (0.56s)
[5654/19012] Fetching omr-agentcore, kitura
Fetched https://github.com/RuntimeTools/omr-agentcore from cache (1.41s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.60s)
Computing version for https://github.com/IBM-Swift/Swift-cfenv.git
Computed https://github.com/IBM-Swift/Swift-cfenv.git at 6.0.200 (2.48s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (0.35s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.38s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.24s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.82s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.31s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.03s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/IBM-Swift/Kitura-WebSocket.git
Computed https://github.com/IBM-Swift/Kitura-WebSocket.git at 2.1.200 (2.65s)
Fetching https://github.com/IBM-Swift/Kitura-net.git
[1/9544] Fetching kitura-net
Fetched https://github.com/IBM-Swift/Kitura-net.git from cache (0.85s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.44s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.26s)
Computing version for https://github.com/IBM-Swift/Kitura-net.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.00s)
Computed https://github.com/IBM-Swift/Kitura-WebSocket.git at 2.1.2 (0.66s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.71s)
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/service.git
[1/579] Fetching validation
[580/960] Fetching validation, url-encoded-form
[961/1879] Fetching validation, url-encoded-form, service
[1044/3161] Fetching validation, url-encoded-form, service, template-kit
[2199/23888] Fetching validation, url-encoded-form, service, template-kit, routing
[3992/26497] Fetching validation, url-encoded-form, service, template-kit, routing, websocket
Fetched https://github.com/vapor/service.git from cache (0.32s)
[8168/25578] Fetching validation, url-encoded-form, template-kit, routing, websocket
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/websocket.git from cache (0.45s)
Fetching https://github.com/vapor/http.git
[18410/22969] Fetching validation, url-encoded-form, template-kit, routing
[18411/26288] Fetching validation, url-encoded-form, template-kit, routing, multipart
[21165/51755] Fetching validation, url-encoded-form, template-kit, routing, multipart, http
Fetched https://github.com/vapor/validation.git from cache (1.15s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.15s)
Fetched https://github.com/vapor/template-kit.git from cache (1.15s)
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/routing.git from cache (1.17s)
Fetching https://github.com/vapor/console.git
[21725/28786] Fetching multipart, http
[26564/48929] Fetching multipart, http, core
[26565/54506] Fetching multipart, http, core, console
Fetched https://github.com/vapor/console.git from cache (0.49s)
[40083/48929] Fetching multipart, http, core
Fetched https://github.com/vapor/http.git from cache (1.41s)
[17436/23462] Fetching multipart, core
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/multipart.git from cache (2.07s)
Fetched https://github.com/vapor/core.git from cache (1.24s)
[1/1181] Fetching database-kit
[1112/3967] Fetching database-kit, crypto
Fetched https://github.com/vapor/database-kit.git from cache (0.29s)
[1728/2786] Fetching crypto
Fetched https://github.com/vapor/crypto.git from cache (0.36s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (3.66s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14843] Fetching swift-nio-ssl
[1783/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.76s)
Fetched https://github.com/apple/swift-nio.git from cache (5.85s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (6.50s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.68s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.27s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.98s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.57s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (1.54s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (1.40s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (2.27s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.60s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (2.02s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.62s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.76s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.59s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.63s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.PKrifR/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "4", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.0.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.LHKQ1B/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/IBM-Swift/Kitura-net.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/vapor/vapor.git
Updating https://github.com/MrLotU/SwiftPrometheus.git
Updating https://github.com/RuntimeTools/SwiftMetrics.git
Updated https://github.com/RuntimeTools/SwiftMetrics.git (0.22s)
Updated https://github.com/MrLotU/SwiftPrometheus.git (0.23s)
Updated https://github.com/vapor/vapor.git (0.34s)
Computing version for https://github.com/MrLotU/SwiftPrometheus.git
Computed https://github.com/MrLotU/SwiftPrometheus.git at 0.3.0 (2.86s)
Computing version for https://github.com/RuntimeTools/SwiftMetrics.git
Computed https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4 (2.76s)
Updating https://github.com/IBM-Swift/Kitura.git
Updating https://github.com/RuntimeTools/omr-agentcore
Updating https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating https://github.com/IBM-Swift/Swift-cfenv.git
Updating https://github.com/IBM-Swift/BlueCryptor.git
Updated https://github.com/RuntimeTools/omr-agentcore (0.22s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.22s)
Updated https://github.com/IBM-Swift/Kitura.git (0.22s)
Updated https://github.com/IBM-Swift/Kitura-WebSocket.git (0.22s)
Updated https://github.com/IBM-Swift/Swift-cfenv.git (0.22s)
Computing version for https://github.com/IBM-Swift/Swift-cfenv.git
Computed https://github.com/IBM-Swift/Swift-cfenv.git at 6.0.200 (0.86s)
Updating https://github.com/Kitura/Configuration.git
Updated https://github.com/Kitura/Configuration.git (0.14s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.86s)
Updating https://github.com/Kitura/FileKit.git
Updated https://github.com/Kitura/FileKit.git (0.16s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.73s)
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.19s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.81s)
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.32s)
Computing version for https://github.com/IBM-Swift/Kitura-WebSocket.git
Computed https://github.com/IBM-Swift/Kitura-WebSocket.git at 2.1.200 (1.42s)
Updating https://github.com/IBM-Swift/Kitura-net.git
Updated https://github.com/IBM-Swift/Kitura-net.git (0.34s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.16s)
Updating https://github.com/Kitura/OpenSSL.git
Updated https://github.com/Kitura/OpenSSL.git (0.18s)
Computing version for https://github.com/IBM-Swift/Kitura-net.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.00s)
Computed https://github.com/IBM-Swift/Kitura-WebSocket.git at 2.1.2 (0.93s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (2.35s)
Updating https://github.com/vapor/routing.git
Updating https://github.com/vapor/url-encoded-form.git
Updating https://github.com/vapor/websocket.git
Updating https://github.com/vapor/template-kit.git
Updating https://github.com/vapor/service.git
Updating https://github.com/vapor/validation.git
Updated https://github.com/vapor/routing.git (0.42s)
Updating https://github.com/vapor/multipart.git
Updated https://github.com/vapor/url-encoded-form.git (0.47s)
Updated https://github.com/vapor/websocket.git (0.47s)
Updated https://github.com/vapor/validation.git (0.50s)
Updated https://github.com/vapor/template-kit.git (0.50s)
Updated https://github.com/vapor/service.git (0.50s)
Updating https://github.com/vapor/crypto.git
Updating https://github.com/vapor/core.git
Updating https://github.com/vapor/console.git
Updating https://github.com/vapor/http.git
Updating https://github.com/vapor/database-kit.git
Updated https://github.com/vapor/multipart.git (0.25s)
Updated https://github.com/vapor/console.git (0.18s)
Updated https://github.com/vapor/crypto.git (0.42s)
Updated https://github.com/vapor/core.git (0.42s)
Updated https://github.com/vapor/database-kit.git (0.48s)
Updated https://github.com/vapor/http.git (0.48s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (3.49s)
Updating https://github.com/apple/swift-nio-ssl.git
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio-ssl.git (0.16s)
Updated https://github.com/apple/swift-nio.git (0.30s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (1.14s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.86s)
Updating https://github.com/apple/swift-nio-zlib-support.git
Updated https://github.com/apple/swift-nio-zlib-support.git (0.14s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.76s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.66s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.62s)
Updating https://github.com/apple/swift-nio-ssl-support.git
Updated https://github.com/apple/swift-nio-ssl-support.git (0.13s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (0.70s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.56s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.87s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.83s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.56s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.61s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (2.10s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.1ODykR/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "4", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "4.0.0", "/Package.swift", "-o", "/tmp/TemporaryDirectory.XaUhoV/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/IBM-Swift/Kitura-net.git
BUILD FAILURE 6.1 android