Build Information
Failed to build VaporMonitoring, reference master (77c9af
), with Swift 6.1 for Wasm on 27 May 2025 15:46:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/MrLotU/SwiftPrometheus.git
Fetching https://github.com/RuntimeTools/SwiftMetrics.git
[1/3786] Fetching swiftmetrics
[380/6339] Fetching swiftmetrics, swiftprometheus
[6340/80717] Fetching swiftmetrics, swiftprometheus, vapor
Fetched https://github.com/RuntimeTools/SwiftMetrics.git from cache (2.57s)
Fetched https://github.com/MrLotU/SwiftPrometheus.git from cache (2.57s)
Fetched https://github.com/vapor/vapor.git from cache (2.61s)
Computing version for https://github.com/MrLotU/SwiftPrometheus.git
Computed https://github.com/MrLotU/SwiftPrometheus.git at 0.3.0 (9.00s)
Computing version for https://github.com/RuntimeTools/SwiftMetrics.git
Computed https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4 (2.69s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/RuntimeTools/omr-agentcore
Fetching https://github.com/IBM-Swift/Kitura-WebSocket.git
Fetching https://github.com/IBM-Swift/Kitura.git
Fetching https://github.com/IBM-Swift/Swift-cfenv.git
[1/1604] Fetching swift-cfenv
[322/3258] Fetching swift-cfenv, bluecryptor
[3259/5361] Fetching swift-cfenv, bluecryptor, omr-agentcore
[3911/7197] Fetching swift-cfenv, bluecryptor, omr-agentcore, kitura-websocket
[4668/24106] Fetching swift-cfenv, bluecryptor, omr-agentcore, kitura-websocket, kitura
Fetched https://github.com/IBM-Swift/Swift-cfenv.git from cache (0.39s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.39s)
Fetched https://github.com/IBM-Swift/Kitura-WebSocket.git from cache (0.39s)
[4640/19012] Fetching omr-agentcore, kitura
Fetched https://github.com/RuntimeTools/omr-agentcore from cache (1.14s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.16s)
Computing version for https://github.com/IBM-Swift/Swift-cfenv.git
Computed https://github.com/IBM-Swift/Swift-cfenv.git at 6.0.200 (1.75s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (0.27s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.85s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (1.17s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (3.02s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.26s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.90s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
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.11s)
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.76s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.47s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.71s)
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.73s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.67s)
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/websocket.git
[1/381] Fetching url-encoded-form
[28/1300] Fetching url-encoded-form, service
[29/22027] Fetching url-encoded-form, service, routing
[1721/23309] Fetching url-encoded-form, service, routing, template-kit
[4270/23888] Fetching url-encoded-form, service, routing, template-kit, validation
[6686/26497] Fetching url-encoded-form, service, routing, template-kit, validation, websocket
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.48s)
Fetched https://github.com/vapor/template-kit.git from cache (0.48s)
[9982/24834] Fetching service, routing, validation, websocket
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/websocket.git from cache (0.76s)
Fetched https://github.com/vapor/service.git from cache (0.76s)
[17368/21306] Fetching routing, validation
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/crypto.git
[21307/46773] Fetching routing, validation, http
[21308/50092] Fetching routing, validation, http, multipart
Fetched https://github.com/vapor/validation.git from cache (1.08s)
[26429/49513] Fetching routing, http, multipart
Fetched https://github.com/vapor/routing.git from cache (1.10s)
[7230/28786] Fetching http, multipart
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/core.git
[12579/31572] Fetching http, multipart, crypto
[12635/32753] Fetching http, multipart, crypto, database-kit
Fetched https://github.com/vapor/database-kit.git from cache (0.59s)
Fetched https://github.com/vapor/crypto.git from cache (0.60s)
[22002/48929] Fetching http, multipart, core
[24218/54506] Fetching http, multipart, core, console
Fetched https://github.com/vapor/console.git from cache (0.58s)
[43410/48929] Fetching http, multipart, core
Fetched https://github.com/vapor/http.git from cache (3.35s)
Fetched https://github.com/vapor/multipart.git from cache (3.38s)
Fetched https://github.com/vapor/core.git from cache (2.91s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (6.11s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/76042] Fetching swift-nio
[762/90885] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.29s)
[54751/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.84s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (6.44s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.71s)
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.32s)
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 (1.13s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.55s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.64s)
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.68s)
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 (0.24s)
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.84s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.75s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.61s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.57s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (1.00s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.99s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.70s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.pupoe4/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.0qChoW/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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/RuntimeTools/SwiftMetrics.git
Updated https://github.com/RuntimeTools/SwiftMetrics.git (0.20s)
Updating https://github.com/vapor/vapor.git
Updating https://github.com/MrLotU/SwiftPrometheus.git
Updated https://github.com/vapor/vapor.git (0.26s)
Updated https://github.com/MrLotU/SwiftPrometheus.git (0.26s)
Computing version for https://github.com/MrLotU/SwiftPrometheus.git
Computed https://github.com/MrLotU/SwiftPrometheus.git at 0.3.0 (3.03s)
Computing version for https://github.com/RuntimeTools/SwiftMetrics.git
Computed https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4 (3.85s)
Updating https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating https://github.com/RuntimeTools/omr-agentcore
Updating https://github.com/IBM-Swift/Swift-cfenv.git
Updating https://github.com/IBM-Swift/Kitura.git
Updating https://github.com/IBM-Swift/BlueCryptor.git
Updated https://github.com/RuntimeTools/omr-agentcore (0.21s)
Updated https://github.com/IBM-Swift/Kitura-WebSocket.git (0.22s)
Updated https://github.com/IBM-Swift/Swift-cfenv.git (0.25s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.27s)
Updated https://github.com/IBM-Swift/Kitura.git (0.27s)
Computing version for https://github.com/IBM-Swift/Swift-cfenv.git
Computed https://github.com/IBM-Swift/Swift-cfenv.git at 6.0.200 (1.13s)
Updating https://github.com/Kitura/Configuration.git
Updated https://github.com/Kitura/Configuration.git (0.17s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.21s)
Updating https://github.com/Kitura/FileKit.git
Updated https://github.com/Kitura/FileKit.git (0.17s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.90s)
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.18s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.12s)
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.19s)
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.01s)
Updating https://github.com/IBM-Swift/Kitura-net.git
Updated https://github.com/IBM-Swift/Kitura-net.git (0.20s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.80s)
Updating https://github.com/Kitura/OpenSSL.git
Updated https://github.com/Kitura/OpenSSL.git (0.19s)
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.58s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.60s)
Updating https://github.com/vapor/template-kit.git
Updating https://github.com/vapor/websocket.git
Updating https://github.com/vapor/routing.git
Updating https://github.com/vapor/service.git
Updating https://github.com/vapor/url-encoded-form.git
Updating https://github.com/vapor/validation.git
Updated https://github.com/vapor/routing.git (0.17s)
Updating https://github.com/vapor/multipart.git
Updated https://github.com/vapor/url-encoded-form.git (0.23s)
Updated https://github.com/vapor/template-kit.git (0.23s)
Updated https://github.com/vapor/websocket.git (0.23s)
Updated https://github.com/vapor/service.git (0.24s)
Updated https://github.com/vapor/validation.git (0.24s)
Updating https://github.com/vapor/http.git
Updating https://github.com/vapor/crypto.git
Updating https://github.com/vapor/database-kit.git
Updated https://github.com/vapor/multipart.git (0.16s)
Updated https://github.com/vapor/database-kit.git (0.14s)
Updated https://github.com/vapor/crypto.git (0.15s)
Updating https://github.com/vapor/core.git
Updated https://github.com/vapor/http.git (0.17s)
Updating https://github.com/vapor/console.git
Updated https://github.com/vapor/core.git (0.21s)
Updated https://github.com/vapor/console.git (0.20s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (1.19s)
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/apple/swift-nio-ssl.git
Updated https://github.com/apple/swift-nio-ssl.git (0.17s)
Updated https://github.com/apple/swift-nio.git (0.32s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.96s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.87s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.55s)
Updating https://github.com/apple/swift-nio-zlib-support.git
Updated https://github.com/apple/swift-nio-zlib-support.git (0.16s)
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 (1.13s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.60s)
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.59s)
Updating https://github.com/apple/swift-nio-ssl-support.git
Updated https://github.com/apple/swift-nio-ssl-support.git (0.21s)
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 (1.39s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.95s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.00s)
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.61s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.68s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.59s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.pshz75/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.t3qXMu/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 wasm