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 VaporMonitoring, reference master (77c9af), with Swift 6.1 for Android on 27 May 2025 15:45:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapormonitoring.git
Reference: 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/vapormonitoring.git
https://github.com/vapor-community/vapormonitoring.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swiftmetrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RuntimeTools/SwiftMetrics.git"
    },
    {
      "identity" : "swiftprometheus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MrLotU/SwiftPrometheus.git"
    }
  ],
  "manifest_display_name" : "VaporMonitoring",
  "name" : "VaporMonitoring",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VaporMonitoring",
      "targets" : [
        "VaporMonitoring"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MonitoringExample",
      "targets" : [
        "MonitoringExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporMonitoring",
      "module_type" : "SwiftTarget",
      "name" : "VaporMonitoring",
      "path" : "Sources/VaporMonitoring",
      "product_dependencies" : [
        "Vapor",
        "SwiftMetrics",
        "SwiftPrometheus"
      ],
      "product_memberships" : [
        "VaporMonitoring",
        "MonitoringExample"
      ],
      "sources" : [
        "Extensions.swift",
        "Responder+Monitoring.swift",
        "Router+Monitoring.swift",
        "VaporMetricsPrometheus.swift",
        "VaporMonitoring.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MonitoringExample",
      "module_type" : "SwiftTarget",
      "name" : "MonitoringExample",
      "path" : "Sources/MonitoringExample",
      "product_memberships" : [
        "MonitoringExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "VaporMonitoring"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/RuntimeTools/SwiftMetrics.git
Fetching https://github.com/MrLotU/SwiftPrometheus.git
[1/2553] Fetching swiftprometheus
[487/6339] Fetching swiftprometheus, swiftmetrics
[6340/80717] Fetching swiftprometheus, swiftmetrics, vapor
Fetched https://github.com/RuntimeTools/SwiftMetrics.git from cache (0.41s)
[4041/76931] Fetching swiftprometheus, vapor
Fetched https://github.com/MrLotU/SwiftPrometheus.git from cache (3.07s)
Fetched https://github.com/vapor/vapor.git from cache (3.10s)
Computing version for https://github.com/MrLotU/SwiftPrometheus.git
Computed https://github.com/MrLotU/SwiftPrometheus.git at 0.3.0 (5.26s)
Computing version for https://github.com/RuntimeTools/SwiftMetrics.git
Computed https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4 (1.98s)
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
Fetching https://github.com/IBM-Swift/BlueCryptor.git
Fetching https://github.com/RuntimeTools/omr-agentcore
[1/1604] Fetching swift-cfenv
[1076/3258] Fetching swift-cfenv, bluecryptor
[3259/5094] Fetching swift-cfenv, bluecryptor, kitura-websocket
[3957/7197] Fetching swift-cfenv, bluecryptor, kitura-websocket, omr-agentcore
[5477/24106] Fetching swift-cfenv, bluecryptor, kitura-websocket, omr-agentcore, kitura
Fetched https://github.com/IBM-Swift/Swift-cfenv.git from cache (0.35s)
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.35s)
[5969/20848] Fetching kitura-websocket, omr-agentcore, kitura
Fetched https://github.com/IBM-Swift/Kitura-WebSocket.git from cache (0.39s)
Fetched https://github.com/RuntimeTools/omr-agentcore from cache (0.39s)
[2875/16909] Fetching kitura
Fetched https://github.com/IBM-Swift/Kitura.git from cache (0.98s)
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 (0.26s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (0.84s)
Fetching https://github.com/Kitura/FileKit.git
[1/298] Fetching filekit
Fetched https://github.com/Kitura/FileKit.git from cache (0.43s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (1.44s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.31s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (2.50s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
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.80s)
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 (2.11s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (2.99s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.24s)
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.61s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (1.17s)
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/validation.git
[1/2609] Fetching websocket
[2/3891] Fetching websocket, template-kit
[3892/4272] Fetching websocket, template-kit, url-encoded-form
[4075/24999] Fetching websocket, template-kit, url-encoded-form, routing
[4076/25578] Fetching websocket, template-kit, url-encoded-form, routing, validation
[5276/26497] Fetching websocket, template-kit, url-encoded-form, routing, validation, service
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.55s)
Fetched https://github.com/vapor/validation.git from cache (0.55s)
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/http.git
[17661/25537] Fetching websocket, template-kit, routing, service
Fetched https://github.com/vapor/service.git from cache (0.56s)
[17157/24618] Fetching websocket, template-kit, routing
Fetching https://github.com/vapor/database-kit.git
[20681/27937] Fetching websocket, template-kit, routing, multipart
[21255/29118] Fetching websocket, template-kit, routing, multipart, database-kit
[26689/54585] Fetching websocket, template-kit, routing, multipart, database-kit, http
Fetched https://github.com/vapor/database-kit.git from cache (0.26s)
[26988/53404] Fetching websocket, template-kit, routing, multipart, http
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/template-kit.git from cache (1.11s)
Fetched https://github.com/vapor/websocket.git from cache (1.11s)
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/core.git
[42198/52299] Fetching routing, multipart, http, crypto
Fetched https://github.com/vapor/routing.git from cache (1.14s)
[21749/31572] Fetching multipart, http, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.46s)
[25035/28786] Fetching multipart, http
[26564/48929] Fetching multipart, http, core
[27022/54506] Fetching multipart, http, core, console
Fetched https://github.com/vapor/console.git from cache (2.34s)
Fetched https://github.com/vapor/core.git from cache (2.38s)
Fetched https://github.com/vapor/http.git from cache (2.95s)
Fetched https://github.com/vapor/multipart.git from cache (2.96s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (4.02s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14843] Fetching swift-nio-ssl
[1931/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.11s)
[60834/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (4.70s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.78s)
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.20s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.71s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.54s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.54s)
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.55s)
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.25s)
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 (3.64s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (1.09s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.52s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.46s)
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.87s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.51s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.51s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.4VHy20/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.RxkWuT/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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/RuntimeTools/SwiftMetrics.git
Updating https://github.com/MrLotU/SwiftPrometheus.git
Updating https://github.com/vapor/vapor.git
Updated https://github.com/RuntimeTools/SwiftMetrics.git (0.30s)
Updated https://github.com/vapor/vapor.git (0.46s)
Updated https://github.com/MrLotU/SwiftPrometheus.git (0.46s)
Computing version for https://github.com/MrLotU/SwiftPrometheus.git
Computed https://github.com/MrLotU/SwiftPrometheus.git at 0.3.0 (3.76s)
Computing version for https://github.com/RuntimeTools/SwiftMetrics.git
Computed https://github.com/RuntimeTools/SwiftMetrics.git at 2.6.4 (2.49s)
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
Updated https://github.com/IBM-Swift/Kitura.git (0.28s)
Updated https://github.com/IBM-Swift/Kitura-WebSocket.git (0.71s)
Updated https://github.com/IBM-Swift/BlueCryptor.git (0.92s)
Updating https://github.com/IBM-Swift/Swift-cfenv.git
Updating https://github.com/RuntimeTools/omr-agentcore
Updated https://github.com/RuntimeTools/omr-agentcore (0.26s)
Updated https://github.com/IBM-Swift/Swift-cfenv.git (0.31s)
Computing version for https://github.com/IBM-Swift/Swift-cfenv.git
Computed https://github.com/IBM-Swift/Swift-cfenv.git at 6.0.200 (3.21s)
Updating https://github.com/Kitura/Configuration.git
Updated https://github.com/Kitura/Configuration.git (0.18s)
Computing version for https://github.com/Kitura/Configuration.git
Computed https://github.com/Kitura/Configuration.git at 3.1.0 (2.65s)
Updating https://github.com/Kitura/FileKit.git
Updated https://github.com/Kitura/FileKit.git (0.16s)
Computing version for https://github.com/Kitura/FileKit.git
Computed https://github.com/Kitura/FileKit.git at 1.1.0 (0.80s)
Updating https://github.com/Kitura/LoggerAPI.git
Updated https://github.com/Kitura/LoggerAPI.git (0.28s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (0.94s)
Updating https://github.com/apple/swift-log.git
Updated https://github.com/apple/swift-log.git (0.16s)
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.76s)
Updating https://github.com/Kitura/OpenSSL.git
Updated https://github.com/Kitura/OpenSSL.git (0.16s)
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.76s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.51s)
Updating https://github.com/vapor/url-encoded-form.git
Updating https://github.com/vapor/routing.git
Updating https://github.com/vapor/websocket.git
Updating https://github.com/vapor/service.git
Updating https://github.com/vapor/template-kit.git
Updated https://github.com/vapor/url-encoded-form.git (0.18s)
Updating https://github.com/vapor/validation.git
Updating https://github.com/vapor/multipart.git
Updated https://github.com/vapor/service.git (0.23s)
Updated https://github.com/vapor/template-kit.git (0.23s)
Updated https://github.com/vapor/routing.git (0.24s)
Updated https://github.com/vapor/websocket.git (0.25s)
Updating https://github.com/vapor/http.git
Updating https://github.com/vapor/database-kit.git
Updating https://github.com/vapor/crypto.git
Updating https://github.com/vapor/core.git
Updated https://github.com/vapor/validation.git (0.35s)
Updated https://github.com/vapor/multipart.git (0.35s)
Updating https://github.com/vapor/console.git
Updated https://github.com/vapor/http.git (0.38s)
Updated https://github.com/vapor/core.git (0.41s)
Updated https://github.com/vapor/crypto.git (0.47s)
Updated https://github.com/vapor/database-kit.git (0.50s)
Updated https://github.com/vapor/console.git (0.29s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (1.84s)
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.28s)
Updated https://github.com/apple/swift-nio.git (0.43s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (1.27s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (4.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.55s)
Updating https://github.com/apple/swift-nio-zlib-support.git
Updated https://github.com/apple/swift-nio-zlib-support.git (0.19s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.94s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.50s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.66s)
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.47s)
Updating https://github.com/apple/swift-nio-ssl-support.git
Updated https://github.com/apple/swift-nio-ssl-support.git (0.14s)
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.66s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.49s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.50s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.51s)
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.55s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.52s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (3.04s)
error: Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.2yiXcn/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.yvWRha/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