Build Information
Failed to build SwiftMetrics, reference 2.6.4 (a8460c
), with Swift 6.1 for Linux on 25 Apr 2025 08:18:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/runtimetools/swiftmetrics.git
Reference: 2.6.4
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/runtimetools/swiftmetrics
* tag 2.6.4 -> FETCH_HEAD
HEAD is now at a8460c4 Support Swift 5.1 (#222)
Submodule path 'public/graphmetrics': checked out '39b73a3202cf7f564eb0e4c1d7e224180347a90c'
Submodule 'public/graphmetrics' (https://github.com/RuntimeTools/graphmetrics) registered for path 'public/graphmetrics'
Cloning into '/host/spi-builder-workspace/public/graphmetrics'...
Cloned https://github.com/runtimetools/swiftmetrics.git
Revision (git rev-parse @):
a8460c44d91ee25e0931be7792fed5e5c8a494a4
SUCCESS checkout https://github.com/runtimetools/swiftmetrics.git at 2.6.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/runtimetools/swiftmetrics.git
https://github.com/runtimetools/swiftmetrics.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "kitura",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura.git"
},
{
"identity" : "kitura-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura-WebSocket.git"
},
{
"identity" : "swift-cfenv",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Swift-cfenv.git"
},
{
"identity" : "omr-agentcore",
"requirement" : {
"exact" : [
"3.2.4-swift4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/RuntimeTools/omr-agentcore"
},
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueCryptor.git"
}
],
"manifest_display_name" : "SwiftMetrics",
"name" : "SwiftMetrics",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftMetrics",
"targets" : [
"SwiftMetrics",
"SwiftMetricsKitura",
"SwiftBAMDC",
"SwiftMetricsBluemix",
"SwiftMetricsDash",
"SwiftMetricsREST",
"SwiftMetricsPrometheus"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftMetricsEmitSample",
"targets" : [
"SwiftMetricsEmitSample"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftMetricsCommonSample",
"targets" : [
"SwiftMetricsCommonSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftMetricsRESTTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsRESTTests",
"path" : "Tests/SwiftMetricsRESTTests",
"sources" : [
"SwiftMetricsRESTTests.swift"
],
"target_dependencies" : [
"SwiftMetricsREST"
],
"type" : "test"
},
{
"c99name" : "SwiftMetricsREST",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsREST",
"path" : "Sources/SwiftMetricsREST",
"product_memberships" : [
"SwiftMetrics"
],
"sources" : [
"SwiftMetricsREST.swift"
],
"target_dependencies" : [
"SwiftMetricsKitura"
],
"type" : "library"
},
{
"c99name" : "SwiftMetricsPrometheus",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsPrometheus",
"path" : "Sources/SwiftMetricsPrometheus",
"product_memberships" : [
"SwiftMetrics"
],
"sources" : [
"SwiftMetricsPrometheus.swift"
],
"target_dependencies" : [
"SwiftMetricsKitura"
],
"type" : "library"
},
{
"c99name" : "SwiftMetricsKitura",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsKitura",
"path" : "Sources/SwiftMetricsKitura",
"product_dependencies" : [
"Kitura"
],
"product_memberships" : [
"SwiftMetrics"
],
"sources" : [
"SwiftMetricsKitura.swift"
],
"target_dependencies" : [
"SwiftMetrics"
],
"type" : "library"
},
{
"c99name" : "SwiftMetricsEmitSample",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsEmitSample",
"path" : "emitSample/Sources",
"product_memberships" : [
"SwiftMetricsEmitSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftMetrics"
],
"type" : "executable"
},
{
"c99name" : "SwiftMetricsDash",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsDash",
"path" : "Sources/SwiftMetricsDash",
"product_memberships" : [
"SwiftMetrics"
],
"sources" : [
"SwiftMetricsDash.swift"
],
"target_dependencies" : [
"SwiftMetricsBluemix"
],
"type" : "library"
},
{
"c99name" : "SwiftMetricsCommonSample",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsCommonSample",
"path" : "commonSample/Sources",
"product_memberships" : [
"SwiftMetricsCommonSample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftMetrics"
],
"type" : "executable"
},
{
"c99name" : "SwiftMetricsBluemix",
"module_type" : "SwiftTarget",
"name" : "SwiftMetricsBluemix",
"path" : "Sources/SwiftMetricsBluemix",
"product_memberships" : [
"SwiftMetrics"
],
"sources" : [
"SwiftMetricsBluemix.swift"
],
"target_dependencies" : [
"SwiftMetricsKitura",
"SwiftBAMDC"
],
"type" : "library"
},
{
"c99name" : "SwiftMetrics",
"module_type" : "SwiftTarget",
"name" : "SwiftMetrics",
"path" : "Sources/SwiftMetrics",
"product_dependencies" : [
"agentcore",
"hcapiplugin",
"envplugin",
"cpuplugin",
"memplugin",
"CloudFoundryEnv"
],
"product_memberships" : [
"SwiftMetrics",
"SwiftMetricsEmitSample",
"SwiftMetricsCommonSample"
],
"sources" : [
"SwiftMetrics.swift",
"SwiftMonitor.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftBAMDC",
"module_type" : "SwiftTarget",
"name" : "SwiftBAMDC",
"path" : "Sources/SwiftBAMDC",
"product_dependencies" : [
"Kitura-WebSocket",
"Cryptor"
],
"product_memberships" : [
"SwiftMetrics"
],
"sources" : [
"SwiftDataCollector.swift",
"SwiftMetricsBAMConfig.swift"
],
"target_dependencies" : [
"SwiftMetricsKitura"
],
"type" : "library"
},
{
"c99name" : "CoreSwiftMetricsTests",
"module_type" : "SwiftTarget",
"name" : "CoreSwiftMetricsTests",
"path" : "Tests/CoreSwiftMetricsTests",
"sources" : [
"CoreSwiftMetricsTests.swift"
],
"target_dependencies" : [
"SwiftMetrics"
],
"type" : "test"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/RuntimeTools/omr-agentcore
Fetching https://github.com/IBM-Swift/Kitura.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/IBM-Swift/Swift-cfenv.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket.git
[1/1604] Fetching swift-cfenv
[306/3707] Fetching swift-cfenv, omr-agentcore
[971/5543] Fetching swift-cfenv, omr-agentcore, kitura-websocket
[1588/7197] Fetching swift-cfenv, omr-agentcore, kitura-websocket, bluecryptor
[5615/24106] Fetching swift-cfenv, omr-agentcore, kitura-websocket, bluecryptor, kitura
Fetched https://github.com/IBM-Swift/Kitura-WebSocket.git from cache (0.45s)
[7221/22270] Fetching swift-cfenv, omr-agentcore, bluecryptor, kitura
Fetched https://github.com/IBM-Swift/Swift-cfenv.git from cache (1.65s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (1.65s)
Fetched https://github.com/RuntimeTools/omr-agentcore from cache (1.65s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.68s)
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.34s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (1.43s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.93s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.37s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (1.21s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.34s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.19s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
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.37s)
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 (1.28s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (2.26s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.62s)
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.80s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.rlpq5z/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.5kmDnD/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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating https://github.com/RuntimeTools/omr-agentcore
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.27s)
Updating https://github.com/IBM-Swift/Swift-cfenv.git
Updating https://github.com/IBM-Swift/Kitura.git
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.32s)
Updated https://github.com/IBM-Swift/Swift-cfenv.git (0.26s)
Updated https://github.com/IBM-Swift/Kitura.git (0.28s)
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.41s)
Updating https://github.com/Kitura/Configuration.git
Updated https://github.com/Kitura/Configuration.git (0.16s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (2.06s)
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 (1.06s)
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.23s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.20s)
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.21s)
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.00s)
Updating https://github.com/IBM-Swift/Kitura-net.git
Updated https://github.com/IBM-Swift/Kitura-net.git (0.19s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.92s)
Updating https://github.com/Kitura/OpenSSL.git
Updated https://github.com/Kitura/OpenSSL.git (0.14s)
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.57s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.YAMxus/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.Iixluv/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 linux