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

Successful build of PrchNIO, reference main (cef4ae), with Swift 6.1 for Android on 28 May 2025 02:44:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/PrchNIO.git
Reference: main
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/brightdigit/PrchNIO
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cef4aed Unhide dev dependencies
Cloned https://github.com/brightdigit/PrchNIO.git
Revision (git rev-parse @):
cef4aed2cc35fae80c47acf8e31c496ccd176545
SUCCESS checkout https://github.com/brightdigit/PrchNIO.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/PrchNIO.git
https://github.com/brightdigit/PrchNIO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket.git"
    },
    {
      "identity" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch.git"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "PrchNIO",
      "targets" : [
        "PrchNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIOTests",
      "path" : "Tests/PrchNIOTests",
      "sources" : [
        "PrchNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PrchNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchNIO",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIO",
      "path" : "Sources/PrchNIO",
      "product_dependencies" : [
        "Prch",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "PrchNIO"
      ],
      "sources" : [
        "Client.swift",
        "EventLoopFuture.swift",
        "EventLoopSession.swift",
        "HTTPClient.Response.swift",
        "HTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/brightdigit/Prch.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/shibapm/Rocket.git
Fetching https://github.com/brightdigit/swift-test-codecov
[1/1386] Fetching rocket
[1387/1716] Fetching rocket, swift-test-codecov
[1717/4211] Fetching rocket, swift-test-codecov, prch
Fetched https://github.com/brightdigit/swift-test-codecov from cache (0.32s)
[3208/3881] Fetching rocket, prch
Fetching https://github.com/shibapm/Komondor
[3858/17895] Fetching rocket, prch, async-http-client
Fetched https://github.com/brightdigit/Prch.git from cache (0.40s)
[3348/15400] Fetching rocket, async-http-client
[14981/15909] Fetching rocket, async-http-client, komondor
Fetched https://github.com/shibapm/Komondor from cache (0.25s)
[1/150383] Fetching swiftlint
[6017/198565] Fetching swiftlint, swiftformat
Fetched https://github.com/swift-server/async-http-client.git from cache (1.18s)
Fetched https://github.com/shibapm/Rocket.git from cache (27.41s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.19s)
Fetched https://github.com/realm/SwiftLint from cache (29.02s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.1.0 (29.70s)
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.84s)
Computing version for https://github.com/shibapm/Rocket.git
Computed https://github.com/shibapm/Rocket.git at 1.3.0 (1.32s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[877/5443] Fetching swiftshell, packageconfig
[1846/5559] Fetching swiftshell, packageconfig, logger
[5527/16216] Fetching swiftshell, packageconfig, logger, yams
Fetched https://github.com/shibapm/Logger from cache (1.23s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.23s)
Fetched https://github.com/kareman/SwiftShell from cache (1.24s)
Fetched https://github.com/jpsim/Yams from cache (1.28s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.80s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (1.87s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.53s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.20s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (3.28s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (2.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (4.95s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (2.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (3.05s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1711/4377] Fetching swift-atomics, swift-nio-transport-services
[4298/10291] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[4615/14127] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-log
[7018/20086] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-log, swift-algorithms
[16282/31613] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-log, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (2.45s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.59s)
Fetched https://github.com/apple/swift-log.git from cache (3.60s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.60s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.60s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.61s)
[10837/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.29s)
[31944/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.67s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (9.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.93s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.20s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.09s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[1188/4471] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[4472/6061] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1
[5140/12216] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates
[5314/17201] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.38s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.83s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.83s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.83s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.84s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.82s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.83s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.00s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.70s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.00s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.30s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.89s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.04s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.16s)
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/929] Fetching swiftytexttable
[262/1013] Fetching swiftytexttable, collectionconcurrencykit
[1005/13954] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift
[1144/30066] Fetching swiftytexttable, collectionconcurrencykit, cryptoswift, sourcekitten
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.51s)
[3218/29137] Fetching collectionconcurrencykit, cryptoswift, sourcekitten
[13918/99585] Fetching collectionconcurrencykit, cryptoswift, sourcekitten, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (3.12s)
[69209/99501] Fetching cryptoswift, sourcekitten, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.19s)
[62608/86560] Fetching sourcekitten, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (8.95s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.00s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (9.98s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.96s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.37s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (3.21s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (2.37s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.05s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.83s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (0.88s)
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/brightdigit/swift-test-codecov
Working copy of https://github.com/brightdigit/swift-test-codecov resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/shibapm/Rocket.git
Working copy of https://github.com/shibapm/Rocket.git resolved at 1.3.0
Creating working copy for https://github.com/brightdigit/Prch.git
Working copy of https://github.com/brightdigit/Prch.git resolved at 0.2.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket.git' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftLintCommandPlugin
[3/3] Compiling plugin SwiftLintBuildToolPlugin
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/445] Write sources
[23/445] Compiling CNIOWindows WSAStartup.c
[24/445] Compiling CNIOWASI CNIOWASI.c
[25/445] Compiling CNIOWindows shim.c
[26/445] Write sources
[27/445] Compiling CNIOLinux liburing_shims.c
[27/445] Write sources
[30/445] Compiling _NumericsShims _NumericsShims.c
[31/445] Compiling _AtomicsShims.c
[32/445] Compiling CNIOExtrasZlib empty.c
[33/445] Compiling CNIOLLHTTP c_nio_http.c
[34/445] Compiling CNIODarwin shim.c
[35/445] Compiling CNIOLinux shim.c
[36/445] Compiling fiat_curve25519_adx_square.S
[37/445] Compiling fiat_p256_adx_sqr.S
[38/445] Compiling fiat_p256_adx_mul.S
[39/445] Compiling CNIOLLHTTP c_nio_api.c
[40/445] Compiling fiat_curve25519_adx_mul.S
[41/445] Write swift-version-24593BA9C3E375BF.txt
[42/445] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/445] Compiling CNIOBoringSSLShims shims.c
[44/451] Compiling tls_method.cc
[45/461] Compiling tls_record.cc
[46/461] Compiling tls13_client.cc
[47/461] Compiling tls13_both.cc
[48/461] Compiling tls13_server.cc
[49/522] Compiling tls13_enc.cc
[50/522] Compiling t1_enc.cc
[51/522] Compiling ssl_x509.cc
[53/522] Emitting module RealModule
[54/522] Compiling RealModule Real.swift
[55/523] Compiling _NIODataStructures PriorityQueue.swift
[56/523] Compiling _NIODataStructures _TinyArray.swift
[57/523] Compiling RealModule RealFunctions.swift
[58/523] Emitting module InternalCollectionsUtilities
[59/523] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/523] Compiling InternalCollectionsUtilities Integer rank.swift
[61/524] Compiling InternalCollectionsUtilities Descriptions.swift
[62/524] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/524] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/524] Emitting module _NIODataStructures
[65/524] Compiling _NIODataStructures Heap.swift
[66/525] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/525] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/525] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/525] Compiling InternalCollectionsUtilities Debugging.swift
[72/525] Compiling _NIOBase64 Base64.swift
[73/525] Emitting module _NIOBase64
[74/525] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/525] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/525] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/526] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/526] Compiling RealModule Float16+Real.swift
[79/526] Compiling RealModule Float+Real.swift
[80/526] Compiling RealModule Float80+Real.swift
[83/526] Compiling RealModule ElementaryFunctions.swift
[85/527] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/528] Compiling ssl_versions.cc
[89/528] Compiling ssl_transcript.cc
[91/543] Compiling DequeModule Deque+CustomReflectable.swift
[92/543] Compiling DequeModule Deque+Descriptions.swift
[93/545] Compiling DequeModule _DequeBuffer.swift
[94/545] Compiling DequeModule _DequeBufferHeader.swift
[94/545] Compiling ssl_stat.cc
[96/545] Compiling DequeModule Deque+Equatable.swift
[97/545] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/545] Compiling DequeModule Deque+Extras.swift
[99/545] Compiling DequeModule Deque+Hashable.swift
[100/545] Compiling DequeModule _DequeSlot.swift
[101/545] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/545] Compiling DequeModule Deque._UnsafeHandle.swift
[103/545] Compiling DequeModule Deque.swift
[104/545] Compiling DequeModule Deque+Testing.swift
[105/545] Compiling DequeModule Deque._Storage.swift
[106/545] Compiling DequeModule Deque+Codable.swift
[107/545] Compiling DequeModule Deque+Collection.swift
[107/545] Compiling ssl_privkey.cc
[109/545] Compiling Logging Locks.swift
[110/545] Emitting module Logging
[111/545] Compiling Logging MetadataProvider.swift
[112/545] Compiling Logging LogHandler.swift
[113/545] Compiling Logging Logging.swift
[113/546] Compiling ssl_session.cc
[116/546] Emitting module DequeModule
[117/547] Compiling Prch Response.swift
[118/547] Compiling Prch ResponseResult.swift
[119/547] Compiling Prch Result.swift
[120/547] Compiling Prch Authentication.swift
[121/547] Compiling Prch BasicAuthentication.swift
[121/552] Compiling ssl_key_share.cc
[123/552] Compiling ssl_lib.cc
[125/552] Emitting module Prch
[136/552] Compiling Prch RequestEncoder.swift
[137/552] Compiling Prch ResponseDecoder.swift
[144/552] Compiling Prch StringCodingKey.swift
[145/552] Compiling Prch DateEncodingContainer.swift
[146/552] Compiling Prch DeprecatedRequest.swift
[147/552] Compiling Prch DeprecatedResponse.swift
[148/552] Compiling Prch DeprecatedResponseResult.swift
[149/552] Compiling Prch TypeAliases.swift
[150/552] Compiling Prch Model.swift
[151/552] Compiling Prch DateDay.swift
[152/552] Compiling Prch File.swift
[153/552] Compiling Prch ID.swift
[154/552] Compiling Prch UploadFile.swift
[155/552] Compiling Prch ResponseComponents.swift
[156/552] Compiling Prch Session.swift
[157/552] Compiling Prch Task.swift
[158/552] Compiling Prch URL.swift
[159/552] Compiling Prch URLSession.swift
[160/552] Compiling Prch URLSessionResponse.swift
[161/552] Compiling Prch Request.swift
[162/552] Compiling Prch SecurityRequirement.swift
[163/552] Compiling Prch Service.swift
[164/552] Compiling Prch ServiceRequest.swift
[165/552] Compiling Prch StatusCodeProvider.swift
[166/552] Compiling Prch SuccessModel.swift
[167/553] Compiling ssl_file.cc
[168/553] Compiling ssl_cert.cc
[169/553] Compiling ssl_asn1.cc
[170/553] Compiling ssl_aead_ctx.cc
[171/553] Compiling ssl_credential.cc
[172/553] Compiling ssl_cipher.cc
[173/553] Compiling ssl_buffer.cc
[174/553] Compiling s3_pkt.cc
[175/553] Compiling s3_lib.cc
[176/553] Compiling s3_both.cc
[177/553] Compiling handshake_server.cc
[178/553] Compiling handshake.cc
[179/553] Compiling handshake_client.cc
[180/553] Compiling extensions.cc
[181/553] Compiling encrypted_client_hello.cc
[182/553] Compiling d1_srtp.cc
[183/553] Compiling md5-x86_64-linux.S
[184/553] Compiling handoff.cc
[185/553] Compiling md5-x86_64-apple.S
[186/553] Compiling md5-586-linux.S
[187/553] Compiling md5-586-apple.S
[188/553] Compiling chacha20_poly1305_x86_64-linux.S
[189/553] Compiling chacha20_poly1305_x86_64-apple.S
[190/553] Compiling chacha20_poly1305_armv8-win.S
[191/553] Compiling dtls_method.cc
[192/553] Compiling dtls_record.cc
[193/553] Compiling bio_ssl.cc
[194/553] Compiling chacha20_poly1305_armv8-linux.S
[195/553] Compiling chacha20_poly1305_armv8-apple.S
[196/553] Compiling err_data.cc
[197/553] Compiling d1_pkt.cc
[198/553] Compiling chacha-x86_64-linux.S
[199/553] Compiling chacha-x86_64-apple.S
[200/553] Compiling d1_lib.cc
[201/553] Compiling chacha-x86-linux.S
[202/553] Compiling chacha-x86-apple.S
[202/553] Compiling chacha-armv8-win.S
[204/553] Compiling chacha-armv8-apple.S
[205/553] Compiling aes128gcmsiv-x86_64-linux.S
[205/553] Compiling chacha-armv8-linux.S
[207/553] Compiling chacha-armv4-linux.S
[208/553] Compiling x86_64-mont5-linux.S
[209/553] Compiling aes128gcmsiv-x86_64-apple.S
[210/553] Compiling x86_64-mont5-apple.S
[211/553] Compiling x86_64-mont-linux.S
[212/553] Compiling x86_64-mont-apple.S
[213/553] Compiling x86-mont-linux.S
[214/553] Compiling x86-mont-apple.S
[215/553] Compiling vpaes-x86_64-linux.S
[216/553] Compiling vpaes-x86_64-apple.S
[217/553] Compiling vpaes-x86-linux.S
[218/553] Compiling vpaes-x86-apple.S
[219/553] Compiling vpaes-armv8-win.S
[220/553] Compiling vpaes-armv8-linux.S
[221/553] Compiling sha512-x86_64-linux.S
[221/553] Compiling vpaes-armv7-linux.S
[223/553] Compiling vpaes-armv8-apple.S
[224/553] Compiling sha512-x86_64-apple.S
[225/553] Compiling sha512-armv8-win.S
[226/553] Compiling sha512-586-apple.S
[227/553] Compiling sha512-armv8-apple.S
[228/553] Compiling sha256-x86_64-linux.S
[229/553] Compiling sha512-armv8-linux.S
[230/553] Compiling sha512-586-linux.S
[231/553] Compiling sha512-armv4-linux.S
[232/553] Compiling sha256-x86_64-apple.S
[233/553] Compiling sha256-armv8-win.S
[234/553] Compiling sha256-armv8-apple.S
[235/553] Compiling sha256-armv4-linux.S
[236/553] Compiling sha256-586-linux.S
[237/553] Compiling sha256-armv8-linux.S
[238/553] Compiling sha256-586-apple.S
[239/553] Compiling sha1-x86_64-apple.S
[240/553] Compiling sha1-armv8-win.S
[241/553] Compiling sha1-x86_64-linux.S
[242/553] Compiling sha1-armv8-apple.S
[243/553] Compiling sha1-armv4-large-linux.S
[244/553] Compiling sha1-586-linux.S
[245/553] Compiling sha1-armv8-linux.S
[246/553] Compiling rsaz-avx2-apple.S
[247/553] Compiling sha1-586-apple.S
[247/553] Compiling rsaz-avx2-linux.S
[249/553] Compiling d1_both.cc
[250/553] Compiling p256_beeu-x86_64-asm-linux.S
[251/553] Compiling rdrand-x86_64-linux.S
[252/553] Compiling rdrand-x86_64-apple.S
[253/553] Compiling p256_beeu-x86_64-asm-apple.S
[254/553] Compiling p256_beeu-armv8-asm-win.S
[255/553] Compiling p256-x86_64-asm-linux.S
[256/553] Compiling p256_beeu-armv8-asm-linux.S
[257/553] Compiling p256_beeu-armv8-asm-apple.S
[258/553] Compiling p256-armv8-asm-win.S
[259/553] Compiling p256-x86_64-asm-apple.S
[260/553] Compiling ghashv8-armv8-win.S
[261/553] Compiling p256-armv8-asm-linux.S
[262/553] Compiling ghashv8-armv8-linux.S
[263/553] Compiling p256-armv8-asm-apple.S
[264/553] Compiling ghashv8-armv8-apple.S
[265/553] Compiling ghashv8-armv7-linux.S
[266/553] Compiling ghash-x86_64-linux.S
[267/553] Compiling ghash-x86_64-apple.S
[268/553] Compiling ghash-x86-linux.S
[269/553] Compiling ghash-x86-apple.S
[269/553] Compiling ghash-ssse3-x86_64-linux.S
[271/553] Compiling ghash-ssse3-x86_64-apple.S
[272/553] Compiling ghash-ssse3-x86-apple.S
[273/553] Compiling ghash-ssse3-x86-linux.S
[274/553] Compiling ghash-neon-armv8-win.S
[275/553] Compiling co-586-linux.S
[276/553] Compiling ghash-neon-armv8-apple.S
[277/553] Compiling ghash-armv4-linux.S
[278/553] Compiling co-586-apple.S
[279/553] Compiling ghash-neon-armv8-linux.S
[280/553] Compiling bn-armv8-win.S
[281/553] Compiling bn-armv8-linux.S
[282/553] Compiling bsaes-armv7-linux.S
[283/553] Compiling bn-586-linux.S
[284/553] Compiling bn-586-apple.S
[285/553] Compiling bn-armv8-apple.S
[286/553] Compiling armv8-mont-apple.S
[287/553] Compiling armv8-mont-win.S
[288/553] Compiling armv8-mont-linux.S
[289/553] Compiling armv4-mont-linux.S
[290/553] Compiling aesv8-gcm-armv8-win.S
[291/553] Compiling aesv8-gcm-armv8-linux.S
[292/553] Compiling aesv8-gcm-armv8-apple.S
[293/553] Compiling aesv8-armv8-win.S
[294/553] Compiling aesv8-armv8-apple.S
[295/553] Compiling aesv8-armv8-linux.S
[296/553] Compiling aesv8-armv7-linux.S
[297/553] Compiling aesni-x86_64-linux.S
[298/553] Compiling aesni-x86-linux.S
[299/553] Compiling aesni-x86-apple.S
[299/553] Compiling aesni-x86_64-apple.S
[301/553] Compiling aesni-gcm-x86_64-linux.S
[302/553] Compiling aesni-gcm-x86_64-apple.S
[303/553] Compiling aes-gcm-avx10-x86_64-linux.S
[304/553] Compiling aes-gcm-avx2-x86_64-linux.S
[304/553] Compiling aes-gcm-avx2-x86_64-apple.S
[306/553] Compiling aes-gcm-avx10-x86_64-apple.S
[307/553] Compiling x_x509a.cc
[308/553] Compiling x_val.cc
[309/553] Compiling x_x509.cc
[310/553] Compiling x_sig.cc
[311/553] Compiling x_spki.cc
[312/553] Compiling x_req.cc
[313/553] Compiling x_pubkey.cc
[314/553] Compiling x_name.cc
[315/553] Compiling x_crl.cc
[316/553] Compiling x_exten.cc
[317/553] Compiling x_attrib.cc
[318/553] Compiling x_algor.cc
[319/553] Compiling x509rset.cc
[320/553] Compiling x_all.cc
[321/553] Compiling x509spki.cc
[322/553] Compiling x509name.cc
[323/553] Compiling x509_txt.cc
[324/553] Compiling x509cset.cc
[325/553] Compiling x509_vfy.cc
[326/553] Compiling x509_vpm.cc
[327/553] Compiling x509_trs.cc
[328/553] Compiling x509_v3.cc
[329/553] Compiling x509_req.cc
[330/553] Compiling x509_def.cc
[331/553] Compiling x509_ext.cc
[332/553] Compiling x509_set.cc
[333/553] Compiling x509_lu.cc
[334/553] Compiling x509_obj.cc
[335/553] Compiling x509_d2.cc
[336/553] Compiling x509.cc
[337/553] Compiling x509_cmp.cc
[338/553] Compiling x509_att.cc
[339/553] Compiling v3_skey.cc
[340/553] Compiling v3_utl.cc
[341/553] Compiling v3_purp.cc
[342/553] Compiling v3_pmaps.cc
[343/553] Compiling v3_prn.cc
[344/553] Compiling v3_pcons.cc
[345/553] Compiling v3_ocsp.cc
[346/553] Compiling v3_ncons.cc
[347/553] Compiling v3_int.cc
[348/553] Compiling v3_lib.cc
[349/553] Compiling v3_ia5.cc
[350/553] Compiling v3_info.cc
[351/553] Compiling v3_extku.cc
[352/553] Compiling v3_genn.cc
[353/553] Compiling v3_enum.cc
[354/553] Compiling v3_cpols.cc
[355/553] Compiling v3_crld.cc
[356/553] Compiling v3_bitst.cc
[357/553] Compiling v3_conf.cc
[358/553] Compiling v3_bcons.cc
[359/553] Compiling v3_akeya.cc
[360/553] Compiling v3_alt.cc
[361/553] Compiling t_x509.cc
[362/553] Compiling v3_akey.cc
[363/553] Compiling t_x509a.cc
[364/553] Compiling rsa_pss.cc
[365/553] Compiling t_crl.cc
[366/553] Compiling name_print.cc
[367/553] Compiling t_req.cc
[367/553] Compiling i2d_pr.cc
[369/553] Compiling policy.cc
[370/553] Compiling by_file.cc
[371/553] Compiling by_dir.cc
[372/553] Compiling a_digest.cc
[373/553] Compiling a_verify.cc
[374/553] Compiling asn1_gen.cc
[375/553] Compiling algorithm.cc
[376/553] Compiling voprf.cc
[377/553] Compiling a_sign.cc
[378/553] Compiling trust_token.cc
[379/553] Compiling thread.cc
[380/553] Compiling thread_win.cc
[381/553] Compiling thread_none.cc
[382/553] Compiling pmbtoken.cc
[383/553] Compiling thread_pthread.cc
[384/553] Compiling sha512.cc
[385/553] Compiling stack.cc
[386/553] Compiling rsa_extra.cc
[387/553] Compiling sha256.cc
[388/553] Compiling siphash.cc
[389/553] Compiling sha1.cc
[390/553] Compiling rsa_print.cc
[391/553] Compiling slhdsa.cc
[392/553] Compiling spake2plus.cc
[393/553] Compiling refcount.cc
[394/553] Compiling rsa_crypt.cc
[395/553] Compiling rsa_asn1.cc
[396/553] Compiling windows.cc
[397/553] Compiling urandom.cc
[398/553] Compiling rc4.cc
[399/553] Compiling trusty.cc
[400/553] Compiling rand.cc
[401/553] Compiling passive.cc
[402/553] Compiling ios.cc
[403/553] Compiling poly1305_arm_asm.S
[404/553] Compiling getentropy.cc
[405/553] Compiling forkunsafe.cc
[406/553] Compiling deterministic.cc
[407/553] Compiling fork_detect.cc
[408/553] Compiling poly1305.cc
[409/553] Compiling poly1305_arm.cc
[410/553] Compiling poly1305_vec.cc
[411/553] Compiling pool.cc
[412/553] Compiling pkcs7.cc
[413/553] Compiling pkcs8.cc
[414/553] Compiling pkcs8_x509.cc
[415/553] Compiling p5_pbev2.cc
[416/553] Compiling pem_x509.cc
[417/553] Compiling pkcs7_x509.cc
[418/553] Compiling pem_xaux.cc
[419/553] Compiling pem_pk8.cc
[420/553] Compiling pem_pkey.cc
[421/553] Compiling obj_xref.cc
[422/553] Compiling obj.cc
[423/553] Compiling pem_oth.cc
[424/553] Compiling mlkem.cc
[425/553] Compiling pem_all.cc
[426/553] Compiling mem.cc
[427/553] Compiling pem_info.cc
[428/553] Compiling pem_lib.cc
[429/553] Compiling poly_rq_mul.S
[430/553] Compiling mldsa.cc
[431/553] Compiling fips_shared_support.cc
[432/553] Compiling md5.cc
[433/553] Compiling md4.cc
[434/553] Compiling lhash.cc
[435/553] Compiling ex_data.cc
[436/553] Compiling kyber.cc
[437/553] Compiling sign.cc
[438/553] Compiling print.cc
[439/553] Compiling scrypt.cc
[440/553] Compiling hpke.cc
[441/553] Compiling hrss.cc
[442/553] Compiling p_x25519.cc
[443/553] Compiling pbkdf.cc
[444/553] Compiling p_x25519_asn1.cc
[445/553] Compiling p_ed25519.cc
[446/553] Compiling p_rsa_asn1.cc
[447/553] Compiling p_ed25519_asn1.cc
[448/553] Compiling p_ec_asn1.cc
[449/553] Compiling p_hkdf.cc
[450/553] Compiling p_rsa.cc
[451/553] Compiling p_ec.cc
[452/553] Compiling p_dh_asn1.cc
[453/553] Compiling p_dh.cc
[454/553] Compiling p_dsa_asn1.cc
[455/553] Compiling evp_ctx.cc
[456/553] Compiling evp.cc
[457/553] Compiling err.cc
[458/553] Compiling engine.cc
[459/553] Compiling evp_asn1.cc
[460/553] Compiling ecdh.cc
[461/553] Compiling ecdsa_asn1.cc
[462/553] Compiling hash_to_curve.cc
[463/553] Compiling bcm.cc
[464/553] Compiling ec_derive.cc
[465/553] Compiling dsa.cc
[466/553] Compiling params.cc
[467/553] Compiling dsa_asn1.cc
[468/553] Compiling digest_extra.cc
[469/553] Compiling x25519-asm-arm.S
[470/553] Compiling ec_asn1.cc
[471/553] Compiling dh_asn1.cc
[472/553] Compiling curve25519_64_adx.cc
[473/553] Compiling des.cc
[474/553] Compiling spake25519.cc
[475/553] Compiling crypto.cc
[476/553] Compiling cpu_intel.cc
[477/553] Compiling cpu_arm_linux.cc
[478/553] Compiling cpu_arm_freebsd.cc
[479/553] Compiling cpu_aarch64_sysreg.cc
[480/553] Compiling curve25519.cc
[481/553] Compiling cpu_aarch64_win.cc
[482/553] Compiling cpu_aarch64_openbsd.cc
[483/553] Compiling cpu_aarch64_linux.cc
[484/553] Compiling cpu_aarch64_fuchsia.cc
[485/553] Compiling get_cipher.cc
[486/553] Compiling cpu_aarch64_apple.cc
[487/553] Compiling conf.cc
[488/553] Compiling tls_cbc.cc
[489/553] Compiling e_tls.cc
[490/553] Compiling e_rc2.cc
[491/553] Compiling e_rc4.cc
[492/553] Compiling e_null.cc
[493/553] Compiling e_des.cc
[494/553] Compiling e_chacha20poly1305.cc
[495/553] Compiling e_aesgcmsiv.cc
[496/553] Compiling e_aesctrhmac.cc
[497/553] Compiling derive_key.cc
[498/553] Compiling unicode.cc
[499/553] Compiling cbb.cc
[500/553] Compiling chacha.cc
[501/553] Compiling buf.cc
[502/553] Compiling blake2.cc
[503/553] Compiling asn1_compat.cc
[504/553] Compiling bn_asn1.cc
[505/553] Compiling socket_helper.cc
[506/553] Compiling cbs.cc
[507/553] Compiling ber.cc
[508/553] Compiling convert.cc
[509/553] Compiling pair.cc
[510/553] Compiling socket.cc
[511/553] Compiling errno.cc
[512/553] Compiling printf.cc
[513/553] Compiling hexdump.cc
[514/553] Compiling file.cc
[515/553] Compiling fd.cc
[516/553] Compiling bio.cc
[517/553] Compiling connect.cc
[518/553] Compiling bio_mem.cc
[519/553] Compiling base64.cc
[520/553] Compiling tasn_fre.cc
[520/553] Compiling tasn_utl.cc
[522/553] Compiling tasn_typ.cc
[523/553] Compiling tasn_dec.cc
[524/553] Compiling tasn_enc.cc
[525/553] Compiling f_string.cc
[526/553] Compiling posix_time.cc
[527/553] Compiling tasn_new.cc
[528/553] Compiling f_int.cc
[529/553] Compiling asn_pack.cc
[530/553] Compiling asn1_lib.cc
[531/553] Compiling asn1_par.cc
[532/553] Compiling a_strnid.cc
[533/553] Compiling a_utctm.cc
[534/553] Compiling a_time.cc
[535/553] Compiling a_type.cc
[536/553] Compiling a_octet.cc
[537/553] Compiling a_i2d_fp.cc
[538/553] Compiling a_dup.cc
[539/553] Compiling a_strex.cc
[540/553] Compiling a_int.cc
[541/553] Compiling a_mbstr.cc
[542/553] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[543/553] Write sources
[544/553] Compiling a_d2i_fp.cc
[545/553] Write sources
[547/553] Compiling a_object.cc
[548/553] Compiling a_gentm.cc
[549/591] Compiling a_bool.cc
[551/597] Compiling Algorithms Combinations.swift
[552/597] Compiling Algorithms Partition.swift
[553/597] Compiling Algorithms Permutations.swift
[554/597] Compiling Algorithms Product.swift
[554/599] Compiling a_bitstr.cc
[556/599] Compiling Algorithms Chain.swift
[557/599] Compiling Algorithms Chunked.swift
[558/599] Compiling Atomics IntegerOperations.swift
[559/599] Compiling Atomics Unmanaged extensions.swift
[562/599] Compiling Algorithms Suffix.swift
[563/602] Compiling Algorithms Indexed.swift
[564/602] Compiling Algorithms Intersperse.swift
[565/602] Compiling Algorithms Joined.swift
[566/602] Compiling Algorithms Keyed.swift
[567/602] Compiling Algorithms MinMax.swift
[568/602] Compiling Algorithms AdjacentPairs.swift
[572/602] Compiling Algorithms RandomSample.swift
[573/602] Compiling Algorithms Reductions.swift
[574/602] Compiling Algorithms Rotate.swift
[578/602] Compiling Algorithms Trim.swift
[579/602] Compiling Algorithms Unique.swift
[580/602] Compiling Algorithms Windows.swift
[581/602] Compiling Algorithms FlattenCollection.swift
[582/602] Compiling Algorithms Grouped.swift
[585/602] Compiling Algorithms Compacted.swift
[586/602] Compiling Algorithms Cycle.swift
[587/602] Compiling Algorithms EitherSequence.swift
[588/602] Compiling Algorithms FirstNonNil.swift
[589/602] Emitting module Algorithms
[598/603] Emitting module Atomics
[602/604] Compiling c-nioatomics.c
[603/604] Compiling c-atomics.c
[605/610] Compiling NIOConcurrencyHelpers lock.swift
[606/610] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[607/610] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[608/610] Compiling NIOConcurrencyHelpers NIOLock.swift
[609/610] Emitting module NIOConcurrencyHelpers
[610/610] Compiling NIOConcurrencyHelpers atomics.swift
[612/671] Compiling NIOCore MulticastChannel.swift
[613/671] Compiling NIOCore NIOAny.swift
[614/671] Compiling NIOCore NIOCloseOnErrorHandler.swift
[615/671] Compiling NIOCore NIOLoopBound.swift
[616/671] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[617/671] Compiling NIOCore NIOScheduledCallback.swift
[618/671] Compiling NIOCore NIOSendable.swift
[619/671] Compiling NIOCore RecvByteBufferAllocator.swift
[620/679] Compiling NIOCore IO.swift
[621/679] Compiling NIOCore IOData.swift
[622/679] Compiling NIOCore IPProtocol.swift
[623/679] Compiling NIOCore IntegerBitPacking.swift
[624/679] Compiling NIOCore IntegerTypes.swift
[625/679] Compiling NIOCore Interfaces.swift
[626/679] Compiling NIOCore Linux.swift
[627/679] Compiling NIOCore MarkedCircularBuffer.swift
[628/679] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[629/679] Compiling NIOCore EventLoopFuture+Deprecated.swift
[630/679] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[631/679] Compiling NIOCore EventLoopFuture.swift
[632/679] Compiling NIOCore FileDescriptor.swift
[633/679] Compiling NIOCore FileHandle.swift
[634/679] Compiling NIOCore FileRegion.swift
[635/679] Compiling NIOCore GlobalSingletons.swift
[636/679] Compiling NIOCore CircularBuffer.swift
[637/679] Compiling NIOCore Codec.swift
[638/679] Compiling NIOCore ConvenienceOptionSupport.swift
[639/679] Compiling NIOCore DeadChannel.swift
[640/679] Compiling NIOCore DispatchQueue+WithFuture.swift
[641/679] Compiling NIOCore EventLoop+Deprecated.swift
[642/679] Compiling NIOCore EventLoop+SerialExecutor.swift
[643/679] Compiling NIOCore EventLoop.swift
[644/679] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[645/679] Compiling NIOCore SocketAddresses.swift
[646/679] Compiling NIOCore SocketOptionProvider.swift
[647/679] Compiling NIOCore SystemCallHelpers.swift
[648/679] Compiling NIOCore TimeAmount+Duration.swift
[649/679] Compiling NIOCore TypeAssistedChannelHandler.swift
[650/679] Compiling NIOCore UniversalBootstrapSupport.swift
[651/679] Compiling NIOCore Utilities.swift
[652/679] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[653/679] Compiling NIOCore BSDSocketAPI.swift
[654/679] Compiling NIOCore ByteBuffer-aux.swift
[655/679] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[656/679] Compiling NIOCore ByteBuffer-conversions.swift
[657/679] Compiling NIOCore ByteBuffer-core.swift
[658/679] Compiling NIOCore ByteBuffer-hex.swift
[659/679] Compiling NIOCore ByteBuffer-int.swift
[660/679] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[661/679] Compiling NIOCore AddressedEnvelope.swift
[662/679] Compiling NIOCore AsyncAwaitSupport.swift
[663/679] Compiling NIOCore AsyncChannel.swift
[664/679] Compiling NIOCore AsyncChannelHandler.swift
[665/679] Compiling NIOCore AsyncChannelInboundStream.swift
[666/679] Compiling NIOCore AsyncChannelOutboundWriter.swift
[667/679] Compiling NIOCore NIOAsyncSequenceProducer.swift
[668/679] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[669/679] Compiling NIOCore NIOAsyncWriter.swift
[670/679] Compiling NIOCore ByteBuffer-multi-int.swift
[671/679] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[672/679] Compiling NIOCore ByteBuffer-views.swift
[673/679] Compiling NIOCore Channel.swift
[674/679] Compiling NIOCore ChannelHandler.swift
[675/679] Compiling NIOCore ChannelHandlers.swift
[676/679] Compiling NIOCore ChannelInvoker.swift
[677/679] Compiling NIOCore ChannelOption.swift
[678/679] Compiling NIOCore ChannelPipeline.swift
[679/679] Emitting module NIOCore
[681/730] Emitting module NIOEmbedded
[682/730] Compiling NIOPosix Pool.swift
[683/730] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[684/730] Compiling NIOPosix PosixSingletons.swift
[685/730] Compiling NIOPosix RawSocketBootstrap.swift
[686/730] Compiling NIOPosix Resolver.swift
[687/730] Compiling NIOPosix Selectable.swift
[688/730] Compiling NIOEmbedded Embedded.swift
[689/730] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[690/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[692/737] Compiling NIOPosix IO.swift
[693/737] Compiling NIOPosix IntegerBitPacking.swift
[694/737] Compiling NIOPosix IntegerTypes.swift
[695/737] Compiling NIOPosix Linux.swift
[696/737] Compiling NIOPosix LinuxCPUSet.swift
[697/737] Compiling NIOPosix LinuxUring.swift
[698/737] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[699/737] Compiling NIOPosix ThreadPosix.swift
[700/737] Compiling NIOPosix ThreadWindows.swift
[701/737] Compiling NIOPosix UnsafeTransfer.swift
[702/737] Compiling NIOPosix Utilities.swift
[703/737] Compiling NIOPosix VsockAddress.swift
[704/737] Compiling NIOPosix VsockChannelEvents.swift
[705/737] Emitting module NIOPosix
[706/737] Compiling NIOPosix SelectableChannel.swift
[707/737] Compiling NIOPosix SelectableEventLoop.swift
[708/737] Compiling NIOPosix SelectorEpoll.swift
[709/737] Compiling NIOPosix SelectorGeneric.swift
[710/737] Compiling NIOPosix SelectorKqueue.swift
[711/737] Compiling NIOPosix SelectorUring.swift
[712/737] Compiling NIOPosix ServerSocket.swift
[713/737] Compiling NIOPosix Socket.swift
[714/737] Compiling NIOPosix SocketChannel.swift
[715/737] Compiling NIOPosix SocketProtocols.swift
[716/737] Compiling NIOPosix System.swift
[717/737] Compiling NIOPosix Thread.swift
[718/737] Compiling NIOPosix NIOThreadPool.swift
[719/737] Compiling NIOPosix NonBlockingFileIO.swift
[720/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[721/737] Compiling NIOPosix PendingWritesManager.swift
[722/737] Compiling NIOPosix PipeChannel.swift
[723/737] Compiling NIOPosix PipePair.swift
[724/737] Compiling NIOPosix BSDSocketAPICommon.swift
[725/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[726/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[727/737] Compiling NIOPosix BaseSocket.swift
[728/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[729/737] Compiling NIOPosix BaseSocketChannel.swift
[730/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[731/737] Compiling NIOPosix Bootstrap.swift
[732/737] Compiling NIOPosix ControlMessage.swift
[733/737] Compiling NIOPosix DatagramVectorReadManager.swift
[734/737] Compiling NIOPosix Errors+Any.swift
[735/737] Compiling NIOPosix FileDescriptor.swift
[736/737] Compiling NIOPosix GetaddrinfoResolver.swift
[737/737] Compiling NIOPosix HappyEyeballs.swift
[739/740] Emitting module NIO
[740/740] Compiling NIO Exports.swift
[742/780] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[743/780] Compiling NIOTLS TLSEvents.swift
[744/780] Emitting module NIOTLS
[745/780] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[746/780] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[747/780] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[748/780] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[749/780] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[750/780] Compiling NIOSOCKS ClientStateMachine.swift
[751/781] Emitting module NIOSOCKS
[752/781] Compiling NIOHTTP1 ByteCollectionUtils.swift
[753/781] Compiling NIOHTTP1 HTTPDecoder.swift
[754/781] Compiling NIOSOCKS SOCKSResponse.swift
[755/781] Compiling NIOSOCKS AuthenticationMethod.swift
[756/781] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[757/781] Compiling NIOSOCKS Messages.swift
[758/781] Compiling NIOSOCKS SOCKSRequest.swift
[759/781] Compiling NIOSOCKS Errors.swift
[760/781] Compiling NIOSOCKS Helpers.swift
[761/781] Compiling NIOTLS SNIHandler.swift
[762/781] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[763/781] Emitting module NIOHTTP1
[764/781] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[765/781] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[766/784] Compiling NIOSOCKS ServerStateMachine.swift
[767/785] Emitting module NIOFoundationCompat
[768/785] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[769/785] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[770/785] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[774/805] Compiling NIOTransportServices NIOTSDatagramListener.swift
[775/805] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[776/805] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[777/805] Compiling NIOTransportServices NIOTSBootstraps.swift
[778/837] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[779/837] Compiling NIOSSL NIOSSLHandler.swift
[780/837] Compiling NIOSSL NIOSSLServerHandler.swift
[781/837] Compiling NIOSSL ObjectIdentifier.swift
[782/837] Compiling NIOSSL PosixPort.swift
[783/837] Compiling NIOSSL SSLCallbacks.swift
[784/839] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[785/839] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[786/839] Compiling NIOSSL SSLContext.swift
[787/839] Compiling NIOSSL SSLConnection.swift
[788/839] Compiling NIOSSL SSLPrivateKey.swift
[789/839] Compiling NIOSSL SSLPublicKey.swift
[790/839] Compiling NIOSSL SSLCertificate.swift
[791/839] Compiling NIOSSL SSLCertificateExtensions.swift
[792/839] Compiling NIOSSL SSLCertificateName.swift
[793/839] Compiling NIOSSL AndroidCABundle.swift
[794/839] Compiling NIOSSL ByteBufferBIO.swift
[795/839] Compiling NIOSSL CustomPrivateKey.swift
[796/839] Emitting module NIOTransportServices
[797/839] Compiling NIOSSL IdentityVerification.swift
[798/839] Compiling NIOSSL LinuxCABundle.swift
[799/839] Compiling NIOSSL NIOSSLClientHandler.swift
[800/839] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[801/839] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[813/859] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[814/859] Compiling NIOHPACK HuffmanTables.swift
[815/859] Compiling NIOHPACK IndexedHeaderTable.swift
[816/859] Compiling NIOHPACK IntegerCoding.swift
[817/860] Compiling NIOHPACK HuffmanCoding.swift
[818/860] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[819/860] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[820/860] Compiling NIOHTTPCompression HTTPDecompression.swift
[821/860] Compiling NIOHTTPCompression HTTPCompression.swift
[822/860] Emitting module NIOHTTPCompression
[823/860] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[824/861] Compiling NIOSSL SubjectAlternativeName.swift
[825/861] Compiling NIOSSL NIOSSLSecureBytes.swift
[826/861] Compiling NIOSSL RNG.swift
[827/861] Compiling NIOSSL SafeCompare.swift
[833/865] Compiling NIOHPACK StaticHeaderTable.swift
[834/865] Compiling NIOHPACK HPACKEncoder.swift
[835/865] Compiling NIOHPACK HPACKErrors.swift
[838/865] Emitting module NIOSSL
[839/865] Compiling NIOHPACK DynamicHeaderTable.swift
[840/865] Compiling NIOHPACK HPACKDecoder.swift
[841/865] Compiling NIOHPACK HPACKHeader.swift
[842/865] Compiling NIOHPACK HeaderTables.swift
[849/865] Emitting module NIOHPACK
[854/866] Compiling NIOSSL SSLPKCS12Bundle.swift
[863/866] Compiling NIOSSL Zeroization.swift
[864/866] Compiling NIOSSL TLSConfiguration.swift
[865/866] Compiling NIOSSL UniversalBootstrapSupport.swift
[866/866] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[868/925] Compiling NIOHTTP2 MaySendFrames.swift
[869/925] Compiling NIOHTTP2 SendingDataState.swift
[870/925] Compiling NIOHTTP2 SendingGoawayState.swift
[871/925] Compiling NIOHTTP2 SendingHeadersState.swift
[872/925] Compiling NIOHTTP2 SendingPushPromiseState.swift
[873/925] Compiling NIOHTTP2 SendingRstStreamState.swift
[874/925] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[875/925] Compiling NIOHTTP2 HTTP2SettingsState.swift
[876/933] Emitting module NIOHTTP2
[877/933] Compiling NIOHTTP2 InboundWindowManager.swift
[878/933] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[879/933] Compiling NIOHTTP2 StreamChannelFlowController.swift
[880/933] Compiling NIOHTTP2 StreamChannelList.swift
[881/933] Compiling NIOHTTP2 StreamMap.swift
[882/933] Compiling NIOHTTP2 StreamStateMachine.swift
[883/933] Compiling NIOHTTP2 UnsafeTransfer.swift
[884/933] Compiling NIOHTTP2 WatermarkedFlowController.swift
[885/933] Compiling NIOHTTP2 StateMachineResult.swift
[886/933] Compiling NIOHTTP2 ContentLengthVerifier.swift
[887/933] Compiling NIOHTTP2 DOSHeuristics.swift
[888/933] Compiling NIOHTTP2 Error+Any.swift
[889/933] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[890/933] Compiling NIOHTTP2 ControlFrameBuffer.swift
[891/933] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[892/933] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[893/933] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[894/933] Compiling NIOHTTP2 HasFlowControlWindows.swift
[895/933] Compiling NIOHTTP2 HasLocalSettings.swift
[896/933] Compiling NIOHTTP2 HasRemoteSettings.swift
[897/933] Compiling NIOHTTP2 LocallyQuiescingState.swift
[898/933] Compiling NIOHTTP2 QuiescingState.swift
[899/933] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[900/933] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[901/933] Compiling NIOHTTP2 ConnectionStateMachine.swift
[902/933] Compiling NIOHTTP2 ConnectionStreamsState.swift
[903/933] Compiling NIOHTTP2 MayReceiveFrames.swift
[904/933] Compiling NIOHTTP2 ReceivingDataState.swift
[905/933] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[906/933] Compiling NIOHTTP2 ReceivingHeadersState.swift
[907/933] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[908/933] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[909/933] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[910/933] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[911/933] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[912/933] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[913/933] Compiling NIOHTTP2 HTTP2StreamID.swift
[914/933] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[915/933] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[916/933] Compiling NIOHTTP2 HTTP2UserEvents.swift
[917/933] Compiling NIOHTTP2 InboundEventBuffer.swift
[918/933] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[919/933] Compiling NIOHTTP2 HTTP2Frame.swift
[920/933] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[921/933] Compiling NIOHTTP2 HTTP2FrameParser.swift
[922/933] Compiling NIOHTTP2 HTTP2PingData.swift
[923/933] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[924/933] Compiling NIOHTTP2 HTTP2Settings.swift
[925/933] Compiling NIOHTTP2 HTTP2Stream.swift
[926/933] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[927/933] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[928/933] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[929/933] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[930/933] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[931/933] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[932/933] Compiling NIOHTTP2 HTTP2Error.swift
[933/933] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[935/994] Emitting module AsyncHTTPClient
[936/994] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[937/994] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[938/994] Compiling AsyncHTTPClient Transaction.swift
[939/994] Compiling AsyncHTTPClient Base64.swift
[940/994] Compiling AsyncHTTPClient BasicAuth.swift
[941/994] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[942/994] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[943/994] Compiling AsyncHTTPClient ConnectionPool.swift
[944/994] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[945/1002] Compiling AsyncHTTPClient RequestOptions.swift
[946/1002] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[947/1002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[948/1002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[949/1002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[950/1002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[951/1002] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[952/1002] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[953/1002] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[954/1002] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[955/1002] Compiling AsyncHTTPClient AsyncLazySequence.swift
[956/1002] Compiling AsyncHTTPClient HTTPClient+execute.swift
[957/1002] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[958/1002] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[959/1002] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[960/1002] Compiling AsyncHTTPClient HTTPClientRequest.swift
[961/1002] Compiling AsyncHTTPClient HTTPClientResponse.swift
[962/1002] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[963/1002] Compiling AsyncHTTPClient TLSEventsHandler.swift
[964/1002] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[965/1002] Compiling AsyncHTTPClient HTTP1Connection.swift
[966/1002] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[967/1002] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[968/1002] Compiling AsyncHTTPClient HTTP2Connection.swift
[969/1002] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[970/1002] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[971/1002] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[972/1002] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[973/1002] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[974/1002] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[975/1002] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[976/1002] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[977/1002] Compiling AsyncHTTPClient RequestBodyLength.swift
[978/1002] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[979/1002] Compiling AsyncHTTPClient ConnectionTarget.swift
[980/1002] Compiling AsyncHTTPClient DeconstructedURL.swift
[981/1002] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[982/1002] Compiling AsyncHTTPClient FoundationExtensions.swift
[983/1002] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[984/1002] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[985/1002] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[986/1002] Compiling AsyncHTTPClient HTTPClient.swift
[987/1002] Compiling AsyncHTTPClient HTTPHandler.swift
[988/1002] Compiling AsyncHTTPClient LRUCache.swift
[989/1002] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[990/1002] Compiling AsyncHTTPClient NWErrorHandler.swift
[991/1002] Compiling AsyncHTTPClient NWWaitingHandler.swift
[992/1002] Compiling AsyncHTTPClient TLSConfiguration.swift
[993/1002] Compiling AsyncHTTPClient RedirectState.swift
[994/1002] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[995/1002] Compiling AsyncHTTPClient RequestBag.swift
[996/1002] Compiling AsyncHTTPClient RequestValidation.swift
[997/1002] Compiling AsyncHTTPClient SSLContextCache.swift
[998/1002] Compiling AsyncHTTPClient Scheme.swift
[999/1002] Compiling AsyncHTTPClient Singleton.swift
[1000/1002] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1001/1002] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1002/1002] Compiling AsyncHTTPClient Utils.swift
[1004/1009] Emitting module PrchNIO
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopFuture.swift:4:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
2 | import Prch
3 |
4 | extension EventLoopFuture: Task {}
  | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.Response.swift:6:1: warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 4 | import Prch
 5 |
 6 | extension HTTPClient.Response: ResponseComponents {
   | |- warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public var statusCode: Int? {
 8 |     Int(status.code)
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.swift:7:1: warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 5 | import Prch
 6 |
 7 | extension HTTPClient: EventLoopSession {
   | |- warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |   public func nextEventLoop() -> EventLoop {
 9 |     eventLoopGroup.next()
[1005/1009] Compiling PrchNIO EventLoopFuture.swift
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopFuture.swift:4:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
2 | import Prch
3 |
4 | extension EventLoopFuture: Task {}
  | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'Task'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[1006/1009] Compiling PrchNIO Client.swift
/host/spi-builder-workspace/Sources/PrchNIO/Client.swift:32:18: warning: capture of 'self' with non-sendable type 'Client<SessionType, APIType>' in a '@Sendable' closure
30 |         statusCode: httpStatus,
31 |         data: data,
32 |         decoder: self.api.decoder
   |                  `- warning: capture of 'self' with non-sendable type 'Client<SessionType, APIType>' in a '@Sendable' closure
33 |       )
34 |     }
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Client.swift:3:14: note: generic class 'Client' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public class Client<SessionType: Session, APIType: API> {
   |              `- note: generic class 'Client' does not conform to the 'Sendable' protocol
 4 |   public init(api: APIType, session: SessionType) {
 5 |     self.api = api
/host/spi-builder-workspace/Sources/PrchNIO/Client.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 2 | import Foundation
 3 | import NIOCore
 4 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 5 |
 6 | public extension Client where SessionType: EventLoopSession {
[1007/1009] Compiling PrchNIO HTTPClient.Response.swift
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.Response.swift:6:1: warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 4 | import Prch
 5 |
 6 | extension HTTPClient.Response: ResponseComponents {
   | |- warning: extension declares a conformance of imported type 'Response' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public var statusCode: Int? {
 8 |     Int(status.code)
[1008/1009] Compiling PrchNIO EventLoopSession.swift
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopSession.swift:25:7: warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure
23 |         newResult = .success(response)
24 |       }
25 |       completion(newResult)
   |       |- warning: capture of 'completion' with non-sendable type '(Result<any ResponseComponents, ClientError>) -> Void' in a '@Sendable' closure
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
26 |     }
27 |   }
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopSession.swift:32:39: warning: type 'any ResponseComponents' does not conform to the 'Sendable' protocol
30 |     @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
31 |     func request(_ request: RequestType) async throws -> ResponseComponents {
32 |       try await beginRequest(request).get()
   |                                       `- warning: type 'any ResponseComponents' does not conform to the 'Sendable' protocol
33 |     }
34 |   #endif
/host/spi-builder-workspace/.build/checkouts/Prch/Sources/Prch/Networking/ResponseComponents.swift:3:17: note: protocol 'ResponseComponents' does not conform to the 'Sendable' protocol
1 | import Foundation
2 |
3 | public protocol ResponseComponents {
  |                 `- note: protocol 'ResponseComponents' does not conform to the 'Sendable' protocol
4 |   var statusCode: Int? { get }
5 |   var data: Data? { get }
/host/spi-builder-workspace/Sources/PrchNIO/EventLoopSession.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 2 | import Foundation
 3 | import NIOCore
 4 | import Prch
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Prch'
 5 |
 6 | public protocol EventLoopSession: Session {
[1009/1009] Compiling PrchNIO HTTPClient.swift
/host/spi-builder-workspace/Sources/PrchNIO/HTTPClient.swift:7:1: warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
 5 | import Prch
 6 |
 7 | extension HTTPClient: EventLoopSession {
   | |- warning: extension declares a conformance of imported type 'HTTPClient' to imported protocol 'Session'; this will not behave correctly if the owners of 'AsyncHTTPClient' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |   public func nextEventLoop() -> EventLoop {
 9 |     eventLoopGroup.next()
Build complete! (313.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket.git"
    },
    {
      "identity" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "prch",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/Prch.git"
    }
  ],
  "manifest_display_name" : "PrchNIO",
  "name" : "PrchNIO",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "PrchNIO",
      "targets" : [
        "PrchNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIOTests",
      "path" : "Tests/PrchNIOTests",
      "sources" : [
        "PrchNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PrchNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrchNIO",
      "module_type" : "SwiftTarget",
      "name" : "PrchNIO",
      "path" : "Sources/PrchNIO",
      "product_dependencies" : [
        "Prch",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "PrchNIO"
      ],
      "sources" : [
        "Client.swift",
        "EventLoopFuture.swift",
        "EventLoopSession.swift",
        "HTTPClient.Response.swift",
        "HTTPClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
Done.