The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/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:         android
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-4606859-0":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/IBM-Swift/Swift-cfenv.git
Fetching https://github.com/IBM-Swift/Kitura-WebSocket.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/IBM-Swift/Kitura.git
Fetching https://github.com/RuntimeTools/omr-agentcore
[1/1604] Fetching swift-cfenv
[1605/3707] Fetching swift-cfenv, omr-agentcore
[1942/5543] Fetching swift-cfenv, omr-agentcore, kitura-websocket
[2221/7197] Fetching swift-cfenv, omr-agentcore, kitura-websocket, bluecryptor
[5807/24106] Fetching swift-cfenv, omr-agentcore, kitura-websocket, bluecryptor, kitura
Fetched https://github.com/RuntimeTools/omr-agentcore from cache (0.43s)
[7800/22003] Fetching swift-cfenv, kitura-websocket, bluecryptor, kitura
Fetched https://github.com/IBM-Swift/Swift-cfenv.git from cache (1.16s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (1.16s)
Fetched https://github.com/IBM-Swift/Kitura-WebSocket.git from cache (1.16s)
Fetched https://github.com/IBM-Swift/Kitura.git from cache (1.18s)
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.85s)
Fetching https://github.com/Kitura/Configuration.git
[1/1135] Fetching configuration
Fetched https://github.com/Kitura/Configuration.git from cache (0.31s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.00s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.32s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (3.57s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.48s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (1.68s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
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.24s)
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.83s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (1.76s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.27s)
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.59s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.WWCJ77/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.UDxGWr/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: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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/IBM-Swift/Swift-cfenv.git
Updating https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating https://github.com/RuntimeTools/omr-agentcore
Updating https://github.com/IBM-Swift/Kitura.git
Updating https://github.com/IBM-Swift/BlueCryptor.git
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.22s)
Updated https://github.com/IBM-Swift/Kitura-WebSocket.git (0.25s)
Updated https://github.com/IBM-Swift/Kitura.git (0.25s)
Updated https://github.com/IBM-Swift/Swift-cfenv.git (0.25s)
Updated https://github.com/RuntimeTools/omr-agentcore (0.25s)
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.90s)
Updating https://github.com/Kitura/Configuration.git
Updated https://github.com/Kitura/Configuration.git (0.22s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (1.01s)
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 (1.75s)
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.16s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.92s)
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.20s)
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.83s)
Updating https://github.com/IBM-Swift/Kitura-net.git
Updated https://github.com/IBM-Swift/Kitura-net.git (0.18s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.75s)
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.78s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.0JXEbz/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.v80hWJ/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