The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftMetrics, reference 2.6.4 (a8460c), with Swift 6.1 for Wasm on 27 May 2025 09:15:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/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:         wasm
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-3":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/IBM-Swift/Kitura.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/Swift-cfenv.git
[1/2103] Fetching omr-agentcore
[1432/3707] Fetching omr-agentcore, swift-cfenv
[3078/5361] Fetching omr-agentcore, swift-cfenv, bluecryptor
[3227/7197] Fetching omr-agentcore, swift-cfenv, bluecryptor, kitura-websocket
[4381/24106] Fetching omr-agentcore, swift-cfenv, bluecryptor, kitura-websocket, kitura
Fetched https://github.com/IBM-Swift/Swift-cfenv.git from cache (0.31s)
[6946/22502] Fetching omr-agentcore, bluecryptor, kitura-websocket, kitura
Fetched https://github.com/IBM-Swift/Kitura-WebSocket.git from cache (0.40s)
Fetched https://github.com/RuntimeTools/omr-agentcore from cache (0.40s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.41s)
[2368/16909] Fetching kitura
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.06s)
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.58s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (1.08s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (2.62s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.27s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.76s)
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.72s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.93s)
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.77s)
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.79s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.27s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.17s)
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 (1.01s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.lZAvEG/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.OfXUOc/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-3":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/IBM-Swift/BlueCryptor.git
Updating https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating https://github.com/IBM-Swift/Kitura.git
Updating https://github.com/RuntimeTools/omr-agentcore
Updating https://github.com/IBM-Swift/Swift-cfenv.git
Updated https://github.com/IBM-Swift/Swift-cfenv.git (0.19s)
Updated https://github.com/RuntimeTools/omr-agentcore (0.20s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.23s)
Updated https://github.com/IBM-Swift/Kitura-WebSocket.git (0.23s)
Updated https://github.com/IBM-Swift/Kitura.git (0.23s)
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.92s)
Updating https://github.com/Kitura/Configuration.git
Updated https://github.com/Kitura/Configuration.git (0.20s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.68s)
Updating https://github.com/Kitura/FileKit.git
Updated https://github.com/Kitura/FileKit.git (0.19s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.67s)
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.15s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.61s)
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.14s)
Computing version for https://github.com/IBM-Swift/Kitura-WebSocket.git
Computed https://github.com/IBM-Swift/Kitura-WebSocket.git at 2.1.200 (0.61s)
Updating https://github.com/IBM-Swift/Kitura-net.git
Updated https://github.com/IBM-Swift/Kitura-net.git (0.24s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.84s)
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 (1.45s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.EsJo8q/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.VAmM3t/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