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 PrchVapor, reference main (4c9de4), with Swift 6.1 for Android on 28 May 2025 02:58:33 UTC.

Swift 6 data race errors: 0

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 -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/PrchVapor.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/PrchVapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c9de49 Unhide dev dependencies
Cloned https://github.com/brightdigit/PrchVapor.git
Revision (git rev-parse @):
4c9de49338edadd64deb9f544d89ba4f177720ef
SUCCESS checkout https://github.com/brightdigit/PrchVapor.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/PrchVapor.git
https://github.com/brightdigit/PrchVapor.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" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "prchnio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/PrchNIO.git"
    }
  ],
  "manifest_display_name" : "PrchVapor",
  "name" : "PrchVapor",
  "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" : "PrchVapor",
      "targets" : [
        "PrchVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchVapor",
      "module_type" : "SwiftTarget",
      "name" : "PrchVapor",
      "path" : "Sources/PrchVapor",
      "product_dependencies" : [
        "PrchNIO",
        "Vapor"
      ],
      "product_memberships" : [
        "PrchVapor"
      ],
      "sources" : [
        "ClientResponse.swift",
        "SessionClient.swift",
        "URI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/shibapm/Rocket.git
[1/1386] Fetching rocket
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/brightdigit/PrchNIO.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/shibapm/Komondor
Fetched https://github.com/shibapm/Rocket.git from cache (0.41s)
[1/509] Fetching komondor
[510/718] Fetching komondor, prchnio
Fetched https://github.com/shibapm/Komondor from cache (0.45s)
[1/74378] Fetching vapor
[11902/224761] Fetching vapor, swiftlint
[14150/272943] Fetching vapor, swiftlint, swiftformat
Fetched https://github.com/brightdigit/PrchNIO.git from cache (50.38s)
Fetched https://github.com/vapor/vapor.git from cache (50.53s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (52.07s)
Fetched https://github.com/realm/SwiftLint from cache (59.23s)
Computing version for https://github.com/shibapm/Rocket.git
Computed https://github.com/shibapm/Rocket.git at 1.3.0 (60.59s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
[1/580] Fetching packageconfig
[581/5443] Fetching packageconfig, swiftshell
[1846/5559] Fetching packageconfig, swiftshell, logger
Fetched https://github.com/shibapm/Logger from cache (0.46s)
[2284/16100] Fetching packageconfig, swiftshell, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.76s)
[6142/15520] Fetching swiftshell, yams
Fetched https://github.com/kareman/SwiftShell from cache (2.12s)
Fetched https://github.com/jpsim/Yams from cache (2.17s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.13s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (3.34s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.88s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.40s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.37s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.90s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (1.50s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.11s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
[1/929] Fetching swiftytexttable
[782/13870] Fetching swiftytexttable, cryptoswift
[2742/29982] Fetching swiftytexttable, cryptoswift, sourcekitten
[2904/30066] Fetching swiftytexttable, cryptoswift, sourcekitten, collectionconcurrencykit
[5082/45417] Fetching swiftytexttable, cryptoswift, sourcekitten, collectionconcurrencykit, swift-argument-parser
[25345/115865] Fetching swiftytexttable, cryptoswift, sourcekitten, collectionconcurrencykit, swift-argument-parser, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (2.83s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.86s)
[50356/99669] Fetching swiftytexttable, cryptoswift, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (8.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (8.90s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (8.94s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.96s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (13.09s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.94s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.21s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.92s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (2.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (11.08s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (7.34s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (4.21s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (4.53s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.09s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
[1/2609] Fetching websocket-kit
[1097/4319] Fetching websocket-kit, swift-atomics
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/vapor/websocket-kit.git from cache (5.31s)
Fetched https://github.com/apple/swift-atomics.git from cache (5.30s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
[1/1063] Fetching swift-service-context
[671/4382] Fetching swift-service-context, multipart-kit
[2691/6588] Fetching swift-service-context, multipart-kit, swift-metrics
[3750/11562] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing
[6340/15398] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing, swift-log
[13729/21357] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (3.30s)
[17481/19151] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-log, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (3.33s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.34s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[7697/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[9357/15270] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-extras
[11368/26797] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[18038/41640] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-service-context.git from cache (4.38s)
[28703/40577] Fetching multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.40s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[23878/35603] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (4.59s)
[21301/32284] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[28278/53011] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit
[48245/66947] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto
[49082/143002] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.78s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.79s)
[32540/125561] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/vapor/console-kit.git
[43062/131138] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.90s)
Fetching https://github.com/swift-server/async-http-client.git
[48042/125561] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.01s)
[39283/110718] Fetching routing-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (3.06s)
[21117/89991] Fetching swift-crypto, swift-nio
[22158/92361] Fetching swift-crypto, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.71s)
[30040/89991] Fetching swift-crypto, swift-nio
[30041/104005] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.88s)
[63372/89991] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.96s)
[51718/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (21.13s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.94s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.80s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.00s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2065/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.26s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.64s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/2426] Fetching swift-service-lifecycle
[681/3330] Fetching swift-service-lifecycle, swift-http-types
[706/8315] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms
[1967/9456] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-http-structured-headers
[3040/11046] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-http-structured-headers, swift-asn1
[8279/17201] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
[12051/16297] Fetching swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.54s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.55s)
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 (1.11s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.89s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.79s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.74s)
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 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.85s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.96s)
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 (1.04s)
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.88s)
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 (2.35s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (3.41s)
Computing version for https://github.com/brightdigit/PrchNIO.git
Computed https://github.com/brightdigit/PrchNIO.git at 0.2.0-beta.1 (2.80s)
Fetching https://github.com/brightdigit/Prch.git
[1/2495] Fetching prch
Fetched https://github.com/brightdigit/Prch.git from cache (0.53s)
Computing version for https://github.com/brightdigit/Prch.git
Computed https://github.com/brightdigit/Prch.git at 0.2.1 (1.96s)
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
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/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
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/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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
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/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
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/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/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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/brightdigit/PrchNIO.git
Working copy of https://github.com/brightdigit/PrchNIO.git resolved at 0.2.0-beta.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
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/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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/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/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/shibapm/Rocket.git
Working copy of https://github.com/shibapm/Rocket.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 SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/837] Write sources
[48/837] Compiling CNIOWindows shim.c
[48/837] Write sources
[50/837] Compiling CNIOWindows WSAStartup.c
[50/837] Compiling CNIOWASI CNIOWASI.c
[52/837] Write sources
[59/837] Compiling _AtomicsShims.c
[59/837] Compiling CVaporBcrypt bcrypt.c
[59/837] Compiling CVaporBcrypt blf.c
[62/837] Compiling _NumericsShims _NumericsShims.c
[63/837] Compiling CSystem shims.c
[64/837] Compiling CNIOSHA1 c_nio_sha1.c
[65/837] Compiling CNIOLinux shim.c
[66/837] Compiling CNIOLinux liburing_shims.c
[67/837] Compiling CNIOLLHTTP c_nio_http.c
[68/837] Compiling CNIOExtrasZlib empty.c
[69/837] Compiling CNIODarwin shim.c
[70/837] Compiling CNIOLLHTTP c_nio_api.c
[71/837] Compiling fiat_p256_adx_sqr.S
[72/837] Compiling fiat_p256_adx_mul.S
[73/837] Compiling fiat_curve25519_adx_square.S
[74/837] Write swift-version-24593BA9C3E375BF.txt
[75/837] Compiling fiat_curve25519_adx_mul.S
[76/837] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/837] Compiling CNIOBoringSSLShims shims.c
[78/871] Compiling tls13_client.cc
[79/871] Compiling tls_method.cc
[80/871] Compiling tls13_enc.cc
[81/871] Compiling tls13_server.cc
[82/871] Compiling tls_record.cc
[84/945] Compiling _NIOBase64 Base64.swift
[85/945] Emitting module _NIOBase64
[86/946] Compiling Prch Model.swift
[87/946] Compiling Prch DateDay.swift
[88/946] Compiling Prch File.swift
[90/949] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/950] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/950] Compiling InternalCollectionsUtilities UInt+reversed.swift
[93/950] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/950] Compiling InternalCollectionsUtilities Integer rank.swift
[97/950] Emitting module SystemPackage
[98/950] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[99/950] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[100/950] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[101/950] Compiling InternalCollectionsUtilities _SortedCollection.swift
[102/950] Compiling InternalCollectionsUtilities Descriptions.swift
[103/950] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[104/950] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/950] Compiling InternalCollectionsUtilities Debugging.swift
[106/950] Emitting module InternalCollectionsUtilities
[109/950] Emitting module ServiceContextModule
[110/950] Compiling ServiceContextModule ServiceContext.swift
[111/950] Compiling ServiceContextModule ServiceContextKey.swift
[116/950] Compiling RealModule Float16+Real.swift
[117/950] Compiling RealModule Real.swift
[118/952] Compiling RealModule Float80+Real.swift
[119/952] Compiling RealModule Float+Real.swift
[122/952] Compiling RealModule ElementaryFunctions.swift
[127/952] Compiling _NIODataStructures _TinyArray.swift
[128/952] Compiling _NIODataStructures PriorityQueue.swift
[129/952] Emitting module RealModule
[132/952] Emitting module _NIODataStructures
[133/952] Compiling _NIODataStructures Heap.swift
[136/953] Compiling RealModule RealFunctions.swift
[137/954] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/955] Compiling SystemPackage Util+StringArray.swift
[141/955] Compiling SystemPackage Util.swift
[142/955] Compiling SystemPackage UtilConsumers.swift
[143/955] Compiling Logging MetadataProvider.swift
[144/955] Compiling Prch DateFormatter.swift
[145/955] Compiling Prch DecodingError.swift
[146/955] Compiling Prch KeyedDecodingContainer.swift
[147/955] Compiling Prch KeyedEncodingContainer.swift
[148/955] Compiling Logging LogHandler.swift
[149/955] Compiling Logging Logging.swift
[150/955] Compiling Prch DeprecatedRequest.swift
[151/955] Compiling Prch DeprecatedResponse.swift
[152/955] Compiling Prch DeprecatedResponseResult.swift
[153/955] Compiling Prch TypeAliases.swift
[154/955] Compiling Prch RequestEncoder.swift
[155/955] Compiling Prch ResponseDecoder.swift
[156/955] Compiling Prch StringCodingKey.swift
[157/955] Compiling Prch DateEncodingContainer.swift
[158/955] Compiling Logging Locks.swift
[159/955] Emitting module Logging
[168/962] Compiling Prch Response.swift
[169/962] Compiling Prch ResponseResult.swift
[170/962] Compiling Prch Result.swift
[171/962] Compiling Prch Authentication.swift
[172/962] Compiling Prch BasicAuthentication.swift
[179/962] Compiling Prch Session.swift
[180/962] Compiling Prch Task.swift
[181/962] Compiling Prch URL.swift
[182/962] Compiling Prch URLSession.swift
[183/962] Compiling Prch URLSessionResponse.swift
[184/962] Compiling Prch Request.swift
[197/962] Emitting module Prch
[204/962] Compiling Prch SecurityRequirement.swift
[205/962] Compiling Prch Service.swift
[206/962] Compiling Prch ServiceRequest.swift
[207/962] Compiling Prch StatusCodeProvider.swift
[208/962] Compiling Prch SuccessModel.swift
[210/1176] Emitting module Instrumentation
[211/1176] Compiling Instrumentation Instrument.swift
[212/1183] Compiling Instrumentation MultiplexInstrument.swift
[213/1183] Compiling Instrumentation NoOpInstrument.swift
[214/1197] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[215/1197] Compiling HeapModule Heap+Descriptions.swift
[216/1197] Compiling Instrumentation InstrumentationSystem.swift
[217/1197] Compiling Instrumentation Locks.swift
[218/1204] Compiling CoreMetrics Locks.swift
[219/1204] Emitting module CoreMetrics
[221/1204] Compiling HeapModule _HeapNode.swift
[222/1204] Compiling HeapModule Heap.swift
[223/1204] Emitting module HeapModule
[224/1204] Compiling _RopeModule BigString+Ingester.swift
[225/1204] Compiling _RopeModule BigString+Invariants.swift
[226/1206] Compiling HeapModule Heap+Invariants.swift
[227/1206] Compiling HeapModule Heap+UnsafeHandle.swift
[228/1206] Compiling _RopeModule BigString+Iterators.swift
[229/1206] Compiling _RopeModule BigString+Metrics.swift
[230/1222] Compiling DequeModule _DequeBuffer.swift
[231/1222] Compiling DequeModule _DequeBufferHeader.swift
[232/1222] Emitting module RoutingKit
[233/1222] Compiling RoutingKit AnyRouter.swift
[235/1222] Compiling _RopeModule BigString+UnicodeScalarView.swift
[236/1222] Compiling _RopeModule BigSubstring+UTF16View.swift
[237/1222] Compiling _RopeModule BigSubstring+UTF8View.swift
[238/1222] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[239/1222] Compiling _RopeModule BigSubstring.swift
[240/1222] Compiling _RopeModule Rope+Builder.swift
[241/1222] Compiling _RopeModule Rope+Debugging.swift
[242/1229] Compiling RoutingKit Parameters.swift
[243/1229] Compiling RoutingKit PathComponent.swift
[244/1229] Compiling _RopeModule Rope+ForEachWhile.swift
[245/1229] Compiling _RopeModule Rope+Insert.swift
[246/1229] Compiling HashTreeCollections TreeSet+Sequence.swift
[247/1229] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[248/1229] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[249/1229] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[250/1229] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[251/1229] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[252/1229] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[253/1229] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[254/1239] Compiling RoutingKit Router.swift
[255/1239] Compiling RoutingKit TrieRouter.swift
[256/1240] Compiling DequeModule Deque+CustomReflectable.swift
[257/1240] Compiling DequeModule Deque+Descriptions.swift
[258/1240] Compiling DequeModule Deque+Equatable.swift
[259/1240] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[260/1242] Compiling _RopeModule Rope+Invariants.swift
[261/1242] Compiling _RopeModule Rope+_Node.swift
[262/1242] Compiling _RopeModule Rope+_Storage.swift
[263/1242] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[264/1242] Compiling _RopeModule Rope+_UnsafeHandle.swift
[265/1242] Compiling _RopeModule Rope.swift
[266/1242] Compiling _RopeModule RopeElement.swift
[268/1250] Compiling Atomics IntegerOperations.swift
[269/1250] Compiling Atomics Unmanaged extensions.swift
[272/1250] Compiling DequeModule Deque+Collection.swift
[275/1250] Compiling DequeModule Deque+Hashable.swift
[276/1250] Compiling DequeModule Deque._UnsafeHandle.swift
[277/1250] Compiling DequeModule Deque.swift
[278/1250] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[279/1250] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[280/1250] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[281/1250] Compiling _RopeModule BigString+Chunk+Splitting.swift
[282/1250] Compiling _RopeModule BigString+Chunk.swift
[283/1250] Compiling _RopeModule BigString+BidirectionalCollection.swift
[284/1250] Compiling _RopeModule BigString+Append.swift
[285/1250] Compiling _RopeModule BigString+Initializers.swift
[286/1250] Compiling _RopeModule BigString+Insert.swift
[287/1250] Compiling _RopeModule BigString+Managing Breaks.swift
[288/1250] Compiling _RopeModule BigString+RemoveSubrange.swift
[289/1250] Compiling _RopeModule BigString+ReplaceSubrange.swift
[290/1250] Compiling _RopeModule BigString+Split.swift
[291/1250] Compiling _RopeModule Range+BigString.swift
[292/1250] Compiling _RopeModule BigString+UTF16View.swift
[293/1250] Compiling _RopeModule BigString+UTF8View.swift
[294/1250] Compiling OrderedCollections OrderedSet+Sendable.swift
[295/1250] Compiling OrderedCollections OrderedSet+SubSequence.swift
[296/1250] Compiling OrderedCollections OrderedSet+Testing.swift
[297/1250] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[298/1250] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[299/1250] Compiling OrderedCollections OrderedSet.swift
[300/1250] Compiling OrderedCollections _UnsafeBitset.swift
[301/1250] Compiling _RopeModule Rope+Sequence.swift
[302/1250] Compiling _RopeModule Rope+Append.swift
[303/1250] Compiling _RopeModule Rope+Extract.swift
[304/1250] Compiling _RopeModule Rope+Find.swift
[315/1250] Compiling Tracing InstrumentationSystem+Tracing.swift
[316/1250] Compiling DequeModule Deque+Extras.swift
[322/1250] Compiling DequeModule _DequeSlot.swift
[323/1250] Compiling DequeModule _UnsafeWrappedBuffer.swift
[324/1275] Compiling Algorithms Keyed.swift
[325/1275] Compiling Algorithms MinMax.swift
[326/1275] Compiling Algorithms RandomSample.swift
[327/1275] Compiling Algorithms Reductions.swift
[328/1275] Compiling Algorithms Rotate.swift
[329/1275] Compiling Algorithms Split.swift
[330/1275] Compiling Algorithms Stride.swift
[331/1275] Compiling Algorithms Suffix.swift
[332/1275] Emitting module Tracing
[333/1275] Compiling Algorithms Product.swift
[334/1275] Compiling Algorithms Joined.swift
[335/1275] Compiling Tracing TracingTime.swift
[336/1275] Compiling CoreMetrics Metrics.swift
[337/1276] Compiling Algorithms EitherSequence.swift
[338/1276] Compiling Algorithms FirstNonNil.swift
[340/1276] Compiling Tracing TracerProtocol+Legacy.swift
[341/1276] Compiling Tracing Tracer.swift
[342/1276] Compiling Tracing TracerProtocol.swift
[343/1276] Compiling Algorithms FlattenCollection.swift
[344/1276] Compiling Algorithms Grouped.swift
[345/1276] Compiling Algorithms Indexed.swift
[346/1276] Compiling Algorithms Intersperse.swift
[347/1276] Compiling Algorithms Chunked.swift
[348/1276] Compiling Algorithms Combinations.swift
[349/1276] Compiling Algorithms Compacted.swift
[350/1276] Compiling Algorithms Cycle.swift
[353/1276] Compiling Algorithms AdjacentPairs.swift
[354/1276] Compiling Algorithms Chain.swift
[357/1276] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[358/1276] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[359/1276] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[360/1276] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[361/1276] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[362/1276] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[363/1276] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[364/1276] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[365/1276] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[366/1276] Compiling HashTreeCollections TreeSet.swift
[378/1276] Compiling Tracing NoOpTracer.swift
[379/1276] Compiling Tracing SpanProtocol.swift
[402/1291] Emitting module DequeModule
[414/1292] Emitting module OrderedCollections
[431/1293] Emitting module Atomics
[433/1294] Emitting module Metrics
[434/1294] Compiling Metrics Metrics.swift
[436/1295] Compiling Algorithms Partition.swift
[437/1295] Compiling Algorithms Permutations.swift
[459/1295] Emitting module _RopeModule
[487/1295] Compiling Algorithms Trim.swift
[488/1295] Compiling Algorithms Unique.swift
[489/1295] Compiling Algorithms Windows.swift
[489/1295] Compiling tls13_both.cc
[502/1295] Compiling ssl_transcript.cc
[504/1295] Emitting module Algorithms
[505/1296] Emitting module HashTreeCollections
[507/1297] Compiling _RopeModule Rope+Join.swift
[508/1297] Compiling _RopeModule Rope+MutatingForEach.swift
[509/1297] Compiling _RopeModule Rope+Remove.swift
[510/1297] Compiling _RopeModule Rope+RemoveSubrange.swift
[511/1297] Compiling _RopeModule Rope+Split.swift
[512/1297] Compiling _RopeModule Optional Utilities.swift
[513/1297] Compiling _RopeModule String Utilities.swift
[514/1297] Compiling _RopeModule String.Index+ABI.swift
[515/1297] Compiling _RopeModule _CharacterRecognizer.swift
[516/1297] Compiling t1_enc.cc
[546/1297] Compiling ssl_versions.cc
[548/1298] Compiling ssl_x509.cc
[549/1298] Compiling ssl_stat.cc
[550/1298] Compiling ssl_session.cc
[551/1298] Compiling ssl_privkey.cc
[552/1298] Compiling ssl_file.cc
[553/1298] Compiling ssl_key_share.cc
[554/1298] Compiling ssl_lib.cc
[555/1298] Compiling ssl_credential.cc
[556/1298] Compiling ssl_buffer.cc
[557/1298] Compiling ssl_cipher.cc
[558/1298] Compiling ssl_cert.cc
[559/1298] Compiling ssl_asn1.cc
[560/1298] Compiling s3_both.cc
[561/1298] Compiling ssl_aead_ctx.cc
[562/1298] Compiling s3_pkt.cc
[563/1298] Compiling handshake_client.cc
[564/1298] Compiling s3_lib.cc
[565/1298] Compiling handshake_server.cc
[566/1298] Compiling handshake.cc
[567/1298] Compiling dtls_record.cc
[568/1298] Compiling extensions.cc
[569/1298] Compiling handoff.cc
[569/1298] Compiling encrypted_client_hello.cc
[571/1298] Compiling md5-x86_64-linux.S
[572/1298] Compiling md5-x86_64-apple.S
[573/1298] Compiling d1_srtp.cc
[574/1298] Compiling md5-586-linux.S
[575/1298] Compiling md5-586-apple.S
[576/1298] Compiling chacha20_poly1305_x86_64-apple.S
[577/1298] Compiling chacha20_poly1305_x86_64-linux.S
[578/1298] Compiling d1_pkt.cc
[579/1298] Compiling chacha20_poly1305_armv8-win.S
[580/1298] Compiling dtls_method.cc
[581/1298] Compiling err_data.cc
[582/1298] Compiling chacha20_poly1305_armv8-linux.S
[583/1298] Compiling bio_ssl.cc
[584/1298] Compiling chacha20_poly1305_armv8-apple.S
[585/1298] Compiling chacha-x86_64-apple.S
[586/1298] Compiling d1_both.cc
[587/1298] Compiling d1_lib.cc
[588/1298] Compiling chacha-x86_64-linux.S
[588/1298] Compiling chacha-x86-linux.S
[590/1298] Compiling chacha-x86-apple.S
[591/1298] Compiling chacha-armv8-win.S
[592/1298] Compiling chacha-armv8-linux.S
[593/1298] Compiling chacha-armv4-linux.S
[594/1298] Compiling aes128gcmsiv-x86_64-linux.S
[595/1298] Compiling chacha-armv8-apple.S
[596/1298] Compiling x86_64-mont5-linux.S
[597/1298] Compiling aes128gcmsiv-x86_64-apple.S
[598/1298] Compiling x86_64-mont-linux.S
[599/1298] Compiling x86_64-mont5-apple.S
[599/1298] Compiling x86-mont-linux.S
[601/1298] Compiling x86_64-mont-apple.S
[602/1298] Compiling x86-mont-apple.S
[603/1298] Compiling vpaes-x86_64-apple.S
[604/1298] Compiling vpaes-x86-linux.S
[605/1298] Compiling vpaes-x86_64-linux.S
[606/1298] Compiling vpaes-x86-apple.S
[607/1298] Compiling vpaes-armv8-apple.S
[608/1298] Compiling vpaes-armv8-win.S
[608/1298] Compiling vpaes-armv8-linux.S
[610/1298] Compiling vpaes-armv7-linux.S
[611/1298] Compiling sha512-x86_64-linux.S
[612/1298] Compiling sha512-x86_64-apple.S
[613/1298] Compiling sha512-armv8-win.S
[614/1298] Compiling sha512-armv8-apple.S
[615/1298] Compiling sha512-586-linux.S
[616/1298] Compiling sha512-armv8-linux.S
[617/1298] Compiling sha256-x86_64-linux.S
[618/1298] Compiling sha512-armv4-linux.S
[619/1298] Compiling sha512-586-apple.S
[620/1298] Compiling sha256-x86_64-apple.S
[621/1298] Compiling sha256-armv8-win.S
[622/1298] Compiling sha256-armv8-apple.S
[623/1298] Compiling sha256-armv4-linux.S
[624/1298] Compiling sha256-armv8-linux.S
[625/1298] Compiling sha256-586-apple.S
[626/1298] Compiling sha256-586-linux.S
[627/1298] Compiling sha1-x86_64-linux.S
[628/1298] Compiling sha1-x86_64-apple.S
[629/1298] Compiling sha1-armv8-win.S
[630/1298] Compiling sha1-armv8-linux.S
[631/1298] Compiling sha1-586-linux.S
[632/1298] Compiling sha1-armv8-apple.S
[633/1298] Compiling sha1-586-apple.S
[634/1298] Compiling rsaz-avx2-linux.S
[635/1298] Compiling sha1-armv4-large-linux.S
[636/1298] Compiling rsaz-avx2-apple.S
[637/1298] Compiling rdrand-x86_64-linux.S
[638/1298] Compiling p256_beeu-x86_64-asm-linux.S
[639/1298] Compiling p256_beeu-x86_64-asm-apple.S
[640/1298] Compiling rdrand-x86_64-apple.S
[641/1298] Compiling p256_beeu-armv8-asm-linux.S
[642/1298] Compiling p256_beeu-armv8-asm-win.S
[643/1298] Compiling p256_beeu-armv8-asm-apple.S
[644/1298] Compiling p256-x86_64-asm-linux.S
[645/1298] Compiling p256-x86_64-asm-apple.S
[646/1298] Compiling p256-armv8-asm-apple.S
[647/1298] Compiling p256-armv8-asm-win.S
[648/1298] Compiling p256-armv8-asm-linux.S
[649/1298] Compiling ghashv8-armv8-linux.S
[649/1298] Compiling ghashv8-armv8-win.S
[651/1298] Compiling ghashv8-armv8-apple.S
[652/1298] Compiling ghashv8-armv7-linux.S
[653/1298] Compiling ghash-x86_64-linux.S
[654/1298] Compiling ghash-x86_64-apple.S
[655/1298] Compiling ghash-x86-apple.S
[656/1298] Compiling ghash-x86-linux.S
[657/1298] Compiling ghash-ssse3-x86_64-linux.S
[658/1298] Compiling ghash-ssse3-x86_64-apple.S
[659/1298] Compiling ghash-ssse3-x86-apple.S
[659/1298] Compiling ghash-ssse3-x86-linux.S
[661/1298] Compiling ghash-neon-armv8-linux.S
[662/1298] Compiling ghash-neon-armv8-win.S
[663/1298] Compiling ghash-neon-armv8-apple.S
[664/1298] Compiling ghash-armv4-linux.S
[665/1298] Compiling co-586-apple.S
[665/1298] Compiling bsaes-armv7-linux.S
[667/1298] Compiling co-586-linux.S
[668/1298] Compiling bn-armv8-win.S
[669/1298] Compiling bn-586-linux.S
[670/1298] Compiling bn-armv8-apple.S
[670/1298] Compiling bn-armv8-linux.S
[672/1298] Compiling bn-586-apple.S
[673/1298] Compiling armv8-mont-win.S
[674/1298] Compiling armv8-mont-apple.S
[675/1298] Compiling armv8-mont-linux.S
[676/1298] Compiling armv4-mont-linux.S
[677/1298] Compiling aesv8-gcm-armv8-win.S
[678/1298] Compiling aesv8-gcm-armv8-apple.S
[679/1298] Compiling aesv8-gcm-armv8-linux.S
[680/1298] Compiling aesv8-armv8-win.S
[681/1298] Compiling aesv8-armv8-linux.S
[682/1298] Compiling aesv8-armv7-linux.S
[682/1298] Compiling aesni-x86_64-linux.S
[682/1298] Compiling aesv8-armv8-apple.S
[685/1298] Compiling aesni-x86-linux.S
[686/1298] Compiling aesni-x86_64-apple.S
[687/1298] Compiling aesni-x86-apple.S
[688/1298] Compiling x_x509a.cc
[689/1298] Compiling aesni-gcm-x86_64-apple.S
[690/1298] Compiling aes-gcm-avx2-x86_64-linux.S
[691/1298] Compiling aesni-gcm-x86_64-linux.S
[692/1298] Compiling aes-gcm-avx2-x86_64-apple.S
[693/1298] Compiling aes-gcm-avx10-x86_64-linux.S
[694/1298] Compiling aes-gcm-avx10-x86_64-apple.S
[695/1298] Compiling x_x509.cc
[696/1298] Compiling x_pubkey.cc
[697/1298] Compiling x_req.cc
[698/1298] Compiling x_spki.cc
[699/1298] Compiling x_val.cc
[700/1298] Compiling x_exten.cc
[701/1298] Compiling x_name.cc
[702/1298] Compiling x_sig.cc
[703/1298] Compiling x509rset.cc
[704/1298] Compiling x_attrib.cc
[705/1298] Compiling x_crl.cc
[706/1298] Compiling x_all.cc
[707/1298] Compiling x_algor.cc
[708/1298] Compiling x509spki.cc
[709/1298] Compiling x509cset.cc
[710/1298] Compiling x509_txt.cc
[711/1298] Compiling x509_vpm.cc
[712/1298] Compiling x509_set.cc
[713/1298] Compiling x509name.cc
[714/1298] Compiling x509_v3.cc
[715/1298] Compiling x509_vfy.cc
[716/1298] Compiling x509_req.cc
[717/1298] Compiling x509_trs.cc
[718/1298] Compiling x509_ext.cc
[719/1298] Compiling x509_obj.cc
[720/1298] Compiling x509_d2.cc
[721/1298] Compiling x509_cmp.cc
[722/1298] Compiling x509_lu.cc
[723/1298] Compiling x509_def.cc
[724/1298] Compiling x509_att.cc
[725/1298] Compiling v3_utl.cc
[726/1298] Compiling x509.cc
[727/1298] Compiling v3_purp.cc
[728/1298] Compiling v3_prn.cc
[729/1298] Compiling v3_skey.cc
[730/1298] Compiling v3_pmaps.cc
[731/1298] Compiling v3_pcons.cc
[732/1298] Compiling v3_ocsp.cc
[733/1298] Compiling v3_ncons.cc
[734/1298] Compiling v3_lib.cc
[735/1298] Compiling v3_int.cc
[736/1298] Compiling v3_ia5.cc
[737/1298] Compiling v3_enum.cc
[738/1298] Compiling v3_extku.cc
[739/1298] Compiling v3_info.cc
[740/1298] Compiling v3_genn.cc
[741/1298] Compiling v3_crld.cc
[742/1298] Compiling v3_cpols.cc
[743/1298] Compiling v3_bcons.cc
[744/1298] Compiling v3_akey.cc
[745/1298] Compiling v3_conf.cc
[746/1298] Compiling v3_bitst.cc
[747/1298] Compiling v3_akeya.cc
[748/1298] Compiling v3_alt.cc
[749/1298] Compiling t_x509a.cc
[750/1298] Compiling t_req.cc
[751/1298] Compiling t_x509.cc
[752/1298] Compiling by_file.cc
[753/1298] Compiling t_crl.cc
[754/1298] Compiling i2d_pr.cc
[755/1298] Compiling policy.cc
[756/1298] Compiling name_print.cc
[757/1298] Compiling rsa_pss.cc
[758/1298] Compiling a_verify.cc
[759/1298] Compiling by_dir.cc
[760/1298] Compiling asn1_gen.cc
[761/1298] Compiling algorithm.cc
[762/1298] Compiling a_digest.cc
[763/1298] Compiling a_sign.cc
[764/1298] Compiling thread_win.cc
[765/1298] Compiling voprf.cc
[766/1298] Compiling trust_token.cc
[767/1298] Compiling thread_none.cc
[768/1298] Compiling thread_pthread.cc
[769/1298] Compiling thread.cc
[770/1298] Compiling pmbtoken.cc
[771/1298] Compiling sha1.cc
[772/1298] Compiling slhdsa.cc
[772/1298] Compiling stack.cc
[774/1298] Compiling siphash.cc
[775/1298] Compiling sha512.cc
[776/1298] Compiling rsa_print.cc
[777/1298] Compiling sha256.cc
[778/1298] Compiling spake2plus.cc
[779/1298] Compiling refcount.cc
[780/1298] Compiling rc4.cc
[781/1298] Compiling rsa_extra.cc
[782/1298] Compiling urandom.cc
[783/1298] Compiling trusty.cc
[784/1298] Compiling rsa_crypt.cc
[785/1298] Compiling rsa_asn1.cc
[786/1298] Compiling windows.cc
[787/1298] Compiling ios.cc
[788/1298] Compiling rand.cc
[789/1298] Compiling getentropy.cc
[790/1298] Compiling fork_detect.cc
[791/1298] Compiling poly1305_arm_asm.S
[792/1298] Compiling passive.cc
[793/1298] Compiling forkunsafe.cc
[794/1298] Compiling deterministic.cc
[795/1298] Compiling pool.cc
[796/1298] Compiling poly1305_vec.cc
[797/1298] Compiling poly1305_arm.cc
[798/1298] Compiling poly1305.cc
[799/1298] Compiling pkcs8.cc
[800/1298] Compiling p5_pbev2.cc
[801/1298] Compiling pkcs7.cc
[802/1298] Compiling pkcs7_x509.cc
[803/1298] Compiling pkcs8_x509.cc
[804/1298] Compiling pem_xaux.cc
[805/1298] Compiling pem_oth.cc
[806/1298] Compiling pem_x509.cc
[807/1298] Compiling pem_lib.cc
[808/1298] Compiling pem_pkey.cc
[809/1298] Compiling pem_info.cc
[810/1298] Compiling pem_pk8.cc
[811/1298] Compiling mlkem.cc
[812/1298] Compiling mldsa.cc
[813/1298] Compiling obj_xref.cc
[814/1298] Compiling obj.cc
[815/1298] Compiling md5.cc
[816/1298] Compiling poly_rq_mul.S
[817/1298] Compiling fips_shared_support.cc
[818/1298] Compiling mem.cc
[819/1298] Compiling pem_all.cc
[820/1298] Compiling lhash.cc
[821/1298] Compiling md4.cc
[822/1298] Compiling kyber.cc
[823/1298] Compiling hrss.cc
[824/1298] Compiling sign.cc
[825/1298] Compiling print.cc
[826/1298] Compiling ex_data.cc
[827/1298] Compiling p_x25519_asn1.cc
[828/1298] Compiling scrypt.cc
[829/1298] Compiling pbkdf.cc
[830/1298] Compiling hpke.cc
[831/1298] Compiling p_rsa_asn1.cc
[832/1298] Compiling p_x25519.cc
[833/1298] Compiling p_ec_asn1.cc
[834/1298] Compiling p_hkdf.cc
[835/1298] Compiling p_ed25519.cc
[836/1298] Compiling p_ed25519_asn1.cc
[837/1298] Compiling p_ec.cc
[838/1298] Compiling p_rsa.cc
[839/1298] Compiling p_dh_asn1.cc
[840/1298] Compiling p_dsa_asn1.cc
[841/1298] Compiling evp_ctx.cc
[842/1298] Compiling p_dh.cc
[843/1298] Compiling evp.cc
[844/1298] Compiling evp_asn1.cc
[845/1298] Compiling bcm.cc
[846/1298] Compiling err.cc
[847/1298] Compiling ecdh.cc
[848/1298] Compiling ecdsa_asn1.cc
[849/1298] Compiling engine.cc
[850/1298] Compiling hash_to_curve.cc
[851/1298] Compiling dsa.cc
[852/1298] Compiling ec_derive.cc
[853/1298] Compiling params.cc
[854/1298] Compiling dh_asn1.cc
[855/1298] Compiling x25519-asm-arm.S
[856/1298] Compiling ec_asn1.cc
[857/1298] Compiling digest_extra.cc
[858/1298] Compiling des.cc
[859/1298] Compiling dsa_asn1.cc
[860/1298] Compiling curve25519_64_adx.cc
[861/1298] Compiling cpu_arm_freebsd.cc
[862/1298] Compiling cpu_aarch64_win.cc
[863/1298] Compiling spake25519.cc
[864/1298] Compiling cpu_aarch64_openbsd.cc
[865/1298] Compiling cpu_arm_linux.cc
[866/1298] Compiling curve25519.cc
[867/1298] Compiling cpu_intel.cc
[868/1298] Compiling crypto.cc
[869/1298] Compiling cpu_aarch64_linux.cc
[870/1298] Compiling cpu_aarch64_sysreg.cc
[871/1298] Compiling cpu_aarch64_fuchsia.cc
[872/1298] Compiling conf.cc
[873/1298] Compiling tls_cbc.cc
[874/1298] Compiling cpu_aarch64_apple.cc
[875/1298] Compiling e_rc4.cc
[876/1298] Compiling get_cipher.cc
[877/1298] Compiling e_tls.cc
[878/1298] Compiling e_rc2.cc
[879/1298] Compiling e_des.cc
[880/1298] Compiling e_chacha20poly1305.cc
[881/1298] Compiling e_null.cc
[882/1298] Compiling unicode.cc
[883/1298] Compiling derive_key.cc
[884/1298] Compiling chacha.cc
[885/1298] Compiling e_aesgcmsiv.cc
[886/1298] Compiling e_aesctrhmac.cc
[887/1298] Compiling cbs.cc
[888/1298] Compiling asn1_compat.cc
[889/1298] Compiling buf.cc
[890/1298] Compiling cbb.cc
[891/1298] Compiling ber.cc
[892/1298] Compiling blake2.cc
[893/1298] Compiling bn_asn1.cc
[894/1298] Compiling socket.cc
[895/1298] Compiling socket_helper.cc
[896/1298] Compiling convert.cc
[897/1298] Compiling printf.cc
[898/1298] Compiling pair.cc
[899/1298] Compiling hexdump.cc
[900/1298] Compiling connect.cc
[901/1298] Compiling errno.cc
[902/1298] Compiling file.cc
[903/1298] Compiling bio_mem.cc
[904/1298] Compiling fd.cc
[905/1298] Compiling tasn_utl.cc
[906/1298] Compiling bio.cc
[907/1298] Compiling base64.cc
[908/1298] Compiling tasn_typ.cc
[909/1298] Compiling f_string.cc
[910/1298] Compiling f_int.cc
[911/1298] Compiling tasn_enc.cc
[912/1298] Compiling tasn_fre.cc
[913/1298] Compiling tasn_new.cc
[914/1298] Compiling posix_time.cc
[915/1298] Compiling tasn_dec.cc
[916/1298] Compiling asn_pack.cc
[917/1298] Compiling a_strex.cc
[918/1298] Compiling a_utctm.cc
[919/1298] Compiling asn1_par.cc
[920/1298] Compiling asn1_lib.cc
[921/1298] Compiling a_time.cc
[922/1298] Compiling a_type.cc
[923/1298] Compiling a_object.cc
[924/1298] Compiling a_octet.cc
[925/1298] Compiling a_strnid.cc
[926/1298] Compiling a_i2d_fp.cc
[927/1298] Compiling a_dup.cc
[928/1298] Compiling a_bitstr.cc
[929/1298] Compiling a_int.cc
[930/1298] Compiling a_mbstr.cc
[931/1298] Compiling a_d2i_fp.cc
[932/1298] Compiling a_gentm.cc
[933/1298] Compiling a_bool.cc
[934/1298] Compiling fiat_p256_adx_mul.S
[935/1298] Compiling fiat_p256_adx_sqr.S
[936/1298] Compiling CCryptoBoringSSLShims shims.c
[937/1298] Compiling fiat_curve25519_adx_square.S
[938/1298] Compiling err_data.cc
[939/1298] Compiling fiat_curve25519_adx_mul.S
[940/1298] Compiling md5-x86_64-linux.S
[941/1298] Compiling md5-x86_64-apple.S
[942/1298] Compiling md5-586-linux.S
[943/1298] Compiling md5-586-apple.S
[944/1298] Compiling c-nioatomics.c
[945/1298] Compiling chacha20_poly1305_x86_64-linux.S
[946/1298] Compiling chacha20_poly1305_x86_64-apple.S
[947/1298] Compiling chacha20_poly1305_armv8-win.S
[948/1298] Compiling c-atomics.c
[949/1298] Compiling chacha-x86_64-linux.S
[950/1298] Compiling chacha20_poly1305_armv8-linux.S
[951/1298] Compiling chacha-x86_64-apple.S
[952/1298] Compiling chacha20_poly1305_armv8-apple.S
[953/1304] Compiling chacha-x86-apple.S
[954/1304] Compiling chacha-x86-linux.S
[955/1304] Compiling chacha-armv8-win.S
[956/1304] Compiling chacha-armv8-linux.S
[957/1304] Compiling chacha-armv8-apple.S
[958/1304] Compiling chacha-armv4-linux.S
[959/1304] Compiling aes128gcmsiv-x86_64-linux.S
[960/1304] Compiling x86_64-mont5-linux.S
[961/1304] Compiling aes128gcmsiv-x86_64-apple.S
[963/1304] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[964/1304] Emitting module NIOConcurrencyHelpers
[965/1304] Compiling NIOConcurrencyHelpers lock.swift
[966/1304] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[967/1304] Compiling NIOConcurrencyHelpers NIOLock.swift
[968/1304] Compiling NIOConcurrencyHelpers atomics.swift
[969/1305] Compiling x86_64-mont5-apple.S
[970/1305] Compiling x86_64-mont-apple.S
[971/1305] Compiling x86_64-mont-linux.S
[972/1305] Compiling x86-mont-apple.S
[973/1305] Compiling x86-mont-linux.S
[974/1305] Compiling vpaes-x86_64-linux.S
[975/1305] Compiling vpaes-x86_64-apple.S
[976/1305] Compiling vpaes-x86-linux.S
[977/1305] Compiling vpaes-armv8-win.S
[977/1305] Compiling vpaes-x86-apple.S
[979/1365] Compiling vpaes-armv8-apple.S
[980/1365] Compiling vpaes-armv8-linux.S
[980/1365] Compiling sha512-x86_64-linux.S
[982/1365] Compiling sha512-x86_64-apple.S
[983/1365] Compiling vpaes-armv7-linux.S
[984/1365] Compiling sha512-armv8-win.S
[986/1391] Emitting module ConsoleKitTerminal
[987/1394] Compiling ConsoleKitTerminal Console+Confirm.swift
[988/1394] Compiling ConsoleKitTerminal Console+Input.swift
[989/1394] Compiling ConsoleKitTerminal Console+Center.swift
[990/1394] Compiling ConsoleKitTerminal Console+Output.swift
[990/1394] Compiling sha512-armv8-apple.S
[992/1394] Compiling ConsoleKitTerminal Console+Wait.swift
[993/1394] Compiling ConsoleKitTerminal ConsoleColor.swift
[994/1394] Compiling ConsoleKitTerminal ConsoleStyle.swift
[995/1394] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[996/1394] Compiling ConsoleKitTerminal ConsoleClear.swift
[997/1394] Compiling ConsoleKitTerminal Console+Ask.swift
[998/1394] Compiling ConsoleKitTerminal Console+Choose.swift
[998/1394] Compiling sha512-armv8-linux.S
[999/1394] Compiling sha512-586-linux.S
[1000/1394] Compiling sha512-armv4-linux.S
[1001/1394] Compiling sha512-586-apple.S
[1003/1394] Compiling ConsoleKitTerminal CustomActivity.swift
[1004/1394] Compiling ConsoleKitTerminal LoadingBar.swift
[1005/1394] Compiling ConsoleKitTerminal ProgressBar.swift
[1006/1394] Compiling ConsoleKitTerminal Console+Clear.swift
[1007/1394] Compiling ConsoleKitTerminal ActivityBar.swift
[1008/1394] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1009/1394] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1010/1394] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1010/1394] Compiling sha256-x86_64-linux.S
[1012/1394] Compiling ConsoleKitTerminal Console.swift
[1013/1394] Compiling ConsoleKitTerminal Terminal.swift
[1014/1394] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1015/1394] Compiling ConsoleKitTerminal ConsoleText.swift
[1016/1394] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1017/1394] Compiling ConsoleKitTerminal ANSI.swift
[1017/1394] Compiling sha256-armv8-apple.S
[1018/1394] Compiling sha256-armv8-win.S
[1020/1394] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1021/1394] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1022/1394] Compiling ConsoleKitTerminal LoggerFragment.swift
[1023/1394] Compiling NIOCore IO.swift
[1024/1394] Compiling NIOCore IOData.swift
[1025/1394] Compiling NIOCore IPProtocol.swift
[1026/1394] Compiling NIOCore IntegerBitPacking.swift
[1027/1394] Compiling NIOCore IntegerTypes.swift
[1028/1394] Compiling NIOCore Interfaces.swift
[1029/1394] Compiling NIOCore Linux.swift
[1030/1394] Compiling NIOCore MarkedCircularBuffer.swift
[1032/1403] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1033/1403] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1034/1403] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1035/1403] Compiling NIOCore EventLoopFuture.swift
[1036/1403] Compiling NIOCore FileDescriptor.swift
[1037/1403] Compiling NIOCore FileHandle.swift
[1038/1403] Compiling NIOCore FileRegion.swift
[1039/1403] Compiling NIOCore GlobalSingletons.swift
[1039/1403] Compiling sha256-x86_64-apple.S
[1040/1403] Compiling sha256-586-linux.S
[1041/1403] Compiling sha256-armv4-linux.S
[1042/1403] Compiling sha256-armv8-linux.S
[1043/1403] Compiling sha1-x86_64-linux.S
[1044/1403] Compiling sha256-586-apple.S
[1047/1403] Compiling NIOCore NIOAny.swift
[1048/1403] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1049/1403] Compiling NIOCore NIOLoopBound.swift
[1050/1403] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1051/1403] Compiling NIOCore NIOScheduledCallback.swift
[1052/1403] Compiling NIOCore NIOSendable.swift
[1053/1403] Compiling NIOCore RecvByteBufferAllocator.swift
[1071/1403] Compiling sha1-x86_64-apple.S
[1072/1403] Compiling sha1-armv8-win.S
[1073/1403] Compiling sha1-armv8-linux.S
[1074/1403] Compiling sha1-586-linux.S
[1075/1403] Compiling sha1-armv4-large-linux.S
[1076/1403] Compiling sha1-armv8-apple.S
[1078/1403] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1079/1403] Compiling NIOCore SocketAddresses.swift
[1080/1403] Compiling NIOCore SocketOptionProvider.swift
[1081/1403] Compiling NIOCore SystemCallHelpers.swift
[1082/1403] Compiling NIOCore TimeAmount+Duration.swift
[1083/1403] Compiling NIOCore TypeAssistedChannelHandler.swift
[1084/1403] Compiling NIOCore UniversalBootstrapSupport.swift
[1085/1403] Compiling NIOCore Utilities.swift
[1086/1425] Emitting module ConsoleKitCommands
[1087/1427] Compiling ConsoleKitCommands CommandSignature.swift
[1088/1427] Compiling ConsoleKitCommands Flag.swift
[1089/1427] Compiling ConsoleKitCommands Option.swift
[1090/1427] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1091/1427] Compiling ConsoleKitCommands AsyncCommand.swift
[1092/1427] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1093/1427] Compiling ConsoleKitCommands AsyncCommands.swift
[1094/1427] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1095/1427] Compiling ConsoleKitCommands AnyCommand.swift
[1096/1427] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1097/1427] Compiling ConsoleKitCommands Utilities.swift
[1097/1427] Compiling sha1-586-apple.S
[1098/1427] Compiling rsaz-avx2-linux.S
[1099/1427] Compiling rsaz-avx2-apple.S
[1100/1427] Compiling p256_beeu-x86_64-asm-linux.S
[1100/1427] Compiling rdrand-x86_64-apple.S
[1101/1427] Compiling rdrand-x86_64-linux.S
[1103/1427] Compiling p256_beeu-armv8-asm-win.S
[1104/1427] Compiling p256_beeu-x86_64-asm-apple.S
[1106/1427] Emitting module NIOCore
[1106/1427] Compiling p256_beeu-armv8-asm-apple.S
[1108/1427] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1109/1427] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1110/1427] Compiling ConsoleKitCommands Argument.swift
[1111/1427] Compiling ConsoleKitCommands Command.swift
[1112/1427] Compiling ConsoleKitCommands CommandContext.swift
[1113/1427] Compiling ConsoleKitCommands CommandError.swift
[1114/1427] Compiling ConsoleKitCommands CommandGroup.swift
[1115/1427] Compiling ConsoleKitCommands CommandInput.swift
[1116/1427] Compiling ConsoleKitCommands Commands.swift
[1117/1427] Compiling ConsoleKitCommands Console+Run.swift
[1118/1427] Compiling ConsoleKitCommands ConsoleError.swift
[1119/1427] Compiling ConsoleKitCommands Completion.swift
[1119/1428] Compiling p256-x86_64-asm-linux.S
[1120/1428] Compiling p256-x86_64-asm-apple.S
[1122/1428] Compiling p256_beeu-armv8-asm-linux.S
[1124/1428] Compiling NIOCore CircularBuffer.swift
[1125/1428] Compiling NIOCore Codec.swift
[1126/1428] Compiling NIOCore ConvenienceOptionSupport.swift
[1127/1428] Compiling NIOCore DeadChannel.swift
[1128/1428] Compiling NIOCore DispatchQueue+WithFuture.swift
[1129/1428] Compiling NIOCore EventLoop+Deprecated.swift
[1130/1428] Compiling NIOCore EventLoop+SerialExecutor.swift
[1131/1428] Compiling NIOCore EventLoop.swift
[1141/1429] Compiling p256-armv8-asm-win.S
[1142/1429] Compiling p256-armv8-asm-linux.S
[1143/1429] Compiling ghashv8-armv8-linux.S
[1144/1429] Compiling p256-armv8-asm-apple.S
[1145/1429] Compiling ghashv8-armv8-apple.S
[1146/1429] Compiling ghashv8-armv8-win.S
[1147/1429] Compiling ghashv8-armv7-linux.S
[1148/1429] Compiling ghash-x86_64-linux.S
[1149/1429] Compiling ghash-ssse3-x86_64-linux.S
[1150/1429] Compiling ghash-x86-apple.S
[1151/1429] Compiling ghash-x86-linux.S
[1152/1429] Compiling ghash-x86_64-apple.S
[1153/1429] Compiling ghash-ssse3-x86_64-apple.S
[1154/1429] Compiling ghash-ssse3-x86-linux.S
[1155/1429] Compiling ghash-ssse3-x86-apple.S
[1156/1431] Compiling ghash-neon-armv8-win.S
[1158/1431] Emitting module ConsoleKit
[1159/1431] Compiling ConsoleKit Exports.swift
[1161/1478] Compiling NIOPosix Pool.swift
[1162/1478] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1163/1478] Compiling NIOPosix PosixSingletons.swift
[1164/1478] Compiling NIOPosix RawSocketBootstrap.swift
[1165/1478] Compiling NIOPosix Resolver.swift
[1166/1478] Compiling NIOPosix Selectable.swift
[1166/1484] Compiling co-586-linux.S
[1167/1484] Compiling ghash-neon-armv8-linux.S
[1168/1484] Compiling ghash-armv4-linux.S
[1169/1484] Compiling ghash-neon-armv8-apple.S
[1170/1484] Compiling co-586-apple.S
[1172/1484] Compiling NIOPosix ThreadPosix.swift
[1173/1484] Compiling NIOPosix ThreadWindows.swift
[1174/1484] Compiling NIOPosix UnsafeTransfer.swift
[1175/1484] Compiling NIOPosix Utilities.swift
[1176/1484] Compiling NIOPosix VsockAddress.swift
[1177/1484] Compiling NIOPosix VsockChannelEvents.swift
[1177/1484] Compiling bsaes-armv7-linux.S
[1179/1488] Compiling NIOPosix SelectableChannel.swift
[1180/1488] Compiling NIOPosix SelectableEventLoop.swift
[1181/1488] Compiling NIOPosix SelectorEpoll.swift
[1182/1488] Compiling NIOPosix SelectorGeneric.swift
[1183/1488] Compiling NIOPosix SelectorKqueue.swift
[1184/1488] Compiling NIOPosix SelectorUring.swift
[1185/1488] Compiling NIOPosix ServerSocket.swift
[1186/1488] Compiling NIOPosix Socket.swift
[1187/1488] Compiling NIOPosix SocketChannel.swift
[1188/1488] Compiling NIOPosix SocketProtocols.swift
[1189/1488] Compiling NIOPosix System.swift
[1190/1488] Compiling NIOPosix Thread.swift
[1190/1488] Compiling bn-armv8-apple.S
[1191/1488] Compiling bn-armv8-win.S
[1192/1488] Compiling bn-armv8-linux.S
[1194/1488] Compiling NIOEmbedded Embedded.swift
[1195/1488] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1196/1488] Compiling NIOEmbedded AsyncTestingChannel.swift
[1197/1488] Emitting module NIOEmbedded
[1198/1489] Emitting module NIOPosix
[1199/1489] Compiling NIOPosix Bootstrap.swift
[1200/1489] Compiling NIOPosix ControlMessage.swift
[1201/1489] Compiling NIOPosix DatagramVectorReadManager.swift
[1202/1489] Compiling NIOPosix Errors+Any.swift
[1203/1489] Compiling NIOPosix FileDescriptor.swift
[1204/1489] Compiling NIOPosix GetaddrinfoResolver.swift
[1205/1489] Compiling NIOPosix HappyEyeballs.swift
[1206/1489] Compiling NIOPosix IO.swift
[1207/1489] Compiling NIOPosix IntegerBitPacking.swift
[1208/1489] Compiling NIOPosix IntegerTypes.swift
[1209/1489] Compiling NIOPosix Linux.swift
[1210/1489] Compiling NIOPosix LinuxCPUSet.swift
[1211/1489] Compiling NIOPosix LinuxUring.swift
[1212/1489] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1213/1489] Compiling NIOPosix NIOThreadPool.swift
[1214/1489] Compiling NIOPosix NonBlockingFileIO.swift
[1215/1489] Compiling NIOPosix PendingDatagramWritesManager.swift
[1216/1489] Compiling NIOPosix PendingWritesManager.swift
[1217/1489] Compiling NIOPosix PipeChannel.swift
[1218/1489] Compiling NIOPosix PipePair.swift
[1219/1489] Compiling NIOPosix BSDSocketAPICommon.swift
[1220/1489] Compiling NIOPosix BSDSocketAPIPosix.swift
[1221/1489] Compiling NIOPosix BSDSocketAPIWindows.swift
[1222/1489] Compiling NIOPosix BaseSocket.swift
[1223/1489] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1224/1489] Compiling NIOPosix BaseSocketChannel.swift
[1225/1489] Compiling NIOPosix BaseStreamSocketChannel.swift
[1225/1489] Compiling armv8-mont-win.S
[1226/1489] Compiling bn-586-apple.S
[1226/1489] Compiling armv8-mont-apple.S
[1227/1489] Compiling armv8-mont-linux.S
[1227/1489] Compiling armv4-mont-linux.S
[1228/1489] Compiling bn-586-linux.S
[1233/1490] Compiling aesv8-armv8-linux.S
[1234/1490] Compiling aesv8-gcm-armv8-linux.S
[1235/1490] Compiling aesv8-armv8-apple.S
[1236/1490] Compiling aesv8-gcm-armv8-apple.S
[1237/1490] Compiling aesv8-gcm-armv8-win.S
[1238/1490] Compiling aesv8-armv8-win.S
[1239/1490] Compiling aesv8-armv7-linux.S
[1240/1490] Compiling aesni-x86_64-linux.S
[1241/1490] Compiling aesni-x86_64-apple.S
[1242/1490] Compiling aesni-x86-linux.S
[1243/1490] Compiling aesni-gcm-x86_64-linux.S
[1244/1490] Compiling x_x509.cc
[1245/1490] Compiling x_x509a.cc
[1246/1490] Compiling x_val.cc
[1247/1490] Compiling x_sig.cc
[1248/1490] Compiling x_spki.cc
[1249/1490] Compiling aesni-gcm-x86_64-apple.S
[1249/1490] Compiling aesni-x86-apple.S
[1251/1490] Compiling aes-gcm-avx10-x86_64-linux.S
[1252/1525] Compiling x_req.cc
[1253/1527] Compiling x_name.cc
[1254/1527] Compiling x_pubkey.cc
[1255/1527] Compiling aes-gcm-avx10-x86_64-apple.S
[1257/1527] Compiling NIO Exports.swift
[1258/1527] Emitting module NIO
[1258/1527] Compiling x_crl.cc
[1259/1528] Compiling x_exten.cc
[1261/1528] Compiling x_attrib.cc
[1263/1528] Compiling _NIOFileSystem Array+FileSystem.swift
[1264/1528] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1265/1528] Compiling _NIOFileSystem BufferedReader.swift
[1266/1528] Compiling _NIOFileSystem BufferedWriter.swift
[1267/1528] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1268/1532] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1269/1532] Compiling _NIOFileSystem Mocking.swift
[1270/1532] Compiling _NIOFileSystem Syscall.swift
[1271/1532] Compiling _NIOFileSystem Syscalls.swift
[1271/1532] Compiling x_all.cc
[1273/1532] Compiling _NIOFileSystem ParallelDirCopy.swift
[1274/1532] Compiling _NIOFileSystem ParallelRemoval.swift
[1275/1532] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1276/1532] Compiling _NIOFileSystem CInterop.swift
[1277/1532] Compiling _NIOFileSystem Errno.swift
[1277/1532] Compiling x_algor.cc
[1278/1532] Compiling x509spki.cc
[1280/1532] Emitting module _NIOFileSystem
[1280/1532] Compiling x509cset.cc
[1281/1532] Compiling x509name.cc
[1282/1532] Compiling x509rset.cc
[1283/1532] Compiling x509_vpm.cc
[1284/1532] Compiling x509_v3.cc
[1285/1532] Compiling x509_set.cc
[1286/1532] Compiling x509_vfy.cc
[1287/1532] Compiling x509_txt.cc
[1289/1532] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1290/1532] Compiling _NIOFileSystem FileSystemError.swift
[1291/1532] Compiling _NIOFileSystem FileSystemProtocol.swift
[1292/1532] Compiling _NIOFileSystem FileType.swift
[1293/1532] Compiling _NIOFileSystem IOStrategy.swift
[1294/1532] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1295/1532] Compiling _NIOFileSystem BufferedStream.swift
[1296/1532] Compiling _NIOFileSystem Cancellation.swift
[1297/1532] Compiling _NIOFileSystem TokenBucket.swift
[1298/1532] Compiling _NIOFileSystem UnsafeTransfer.swift
[1298/1532] Compiling x509_trs.cc
[1300/1532] Compiling _NIOFileSystem SystemFileHandle.swift
[1301/1532] Compiling _NIOFileSystem Utilities.swift
[1302/1532] Compiling _NIOFileSystem OpenOptions.swift
[1303/1532] Compiling _NIOFileSystem String+FileSystem.swift
[1303/1532] Compiling x509_req.cc
[1304/1532] Compiling x509_obj.cc
[1305/1532] Compiling x509_ext.cc
[1306/1532] Compiling x509_def.cc
[1307/1532] Compiling x509_d2.cc
[1308/1532] Compiling x509_lu.cc
[1310/1555] Emitting module NIOTLS
[1311/1571] Compiling NIOTLS TLSEvents.swift
[1312/1571] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1313/1571] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1314/1571] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1315/1571] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1316/1571] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1317/1571] Compiling NIOHTTP1 HTTPTypes.swift
[1318/1571] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1319/1571] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1320/1571] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1321/1571] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1323/1572] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1324/1572] Compiling NIOSOCKS SOCKSResponse.swift
[1325/1572] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1326/1572] Compiling NIOSOCKS ClientStateMachine.swift
[1327/1572] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1328/1572] Compiling NIOHTTP1 HTTPDecoder.swift
[1329/1572] Compiling NIOHTTP1 HTTPEncoder.swift
[1330/1572] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1331/1572] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1335/1572] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1336/1573] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1337/1573] Emitting module NIOSOCKS
[1338/1573] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1338/1573] Compiling x509_cmp.cc
[1339/1573] Compiling x509_att.cc
[1341/1573] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1342/1573] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1343/1573] Compiling NIOTLS SNIHandler.swift
[1344/1574] Emitting module NIOHTTP1
[1346/1576] Emitting module NIOFoundationCompat
[1347/1576] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1347/1576] Compiling x509.cc
[1349/1577] Compiling NIOSOCKS ServerStateMachine.swift
[1355/1578] Compiling v3_skey.cc
[1357/1578] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1358/1578] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1358/1578] Compiling v3_utl.cc
[1370/1578] Compiling v3_purp.cc
[1372/1579] Compiling v3_prn.cc
[1373/1579] Compiling v3_pmaps.cc
[1374/1579] Compiling v3_pcons.cc
[1375/1579] Compiling v3_ocsp.cc
[1376/1579] Compiling v3_ncons.cc
[1377/1579] Compiling v3_lib.cc
[1378/1579] Compiling v3_int.cc
[1379/1579] Compiling v3_info.cc
[1380/1579] Compiling v3_ia5.cc
[1381/1579] Compiling v3_genn.cc
[1382/1579] Compiling v3_extku.cc
[1383/1579] Compiling v3_crld.cc
[1384/1579] Compiling v3_enum.cc
[1384/1579] Compiling v3_cpols.cc
[1387/1661] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1388/1661] Emitting module _NIOFileSystemFoundationCompat
[1389/1661] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1390/1662] Compiling NIOSSL SSLCallbacks.swift
[1391/1662] Compiling NIOSSL SSLContext.swift
[1392/1662] Compiling NIOSSL SSLErrors.swift
[1393/1662] Compiling NIOSSL SSLInit.swift
[1394/1662] Compiling NIOSSL SSLPKCS12Bundle.swift
[1395/1662] Compiling NIOSSL SSLPrivateKey.swift
[1396/1662] Compiling NIOSSL ByteBufferBIO.swift
[1397/1662] Compiling NIOSSL CustomPrivateKey.swift
[1398/1662] Compiling NIOSSL IdentityVerification.swift
[1399/1662] Compiling NIOSSL SSLCertificateName.swift
[1400/1662] Compiling NIOSSL SSLConnection.swift
[1401/1662] Compiling NIOSSL AndroidCABundle.swift
[1402/1662] Compiling NIOSSL NIOSSLServerHandler.swift
[1403/1662] Compiling NIOSSL ObjectIdentifier.swift
[1404/1662] Compiling NIOSSL PosixPort.swift
[1405/1662] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1406/1664] Compiling NIOHPACK IndexedHeaderTable.swift
[1407/1664] Compiling NIOWebSocket WebSocketOpcode.swift
[1408/1666] Emitting module NIOWebSocket
[1410/1666] Compiling NIOHPACK DynamicHeaderTable.swift
[1411/1666] Compiling NIOHPACK HPACKDecoder.swift
[1412/1666] Compiling NIOHPACK HPACKEncoder.swift
[1413/1666] Compiling NIOHPACK HPACKErrors.swift
[1414/1666] Compiling NIOHPACK HPACKHeader.swift
[1415/1666] Compiling NIOHPACK HeaderTables.swift
[1416/1666] Emitting module NIOTransportServices
[1417/1666] Emitting module NIOSSL
[1418/1670] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1419/1670] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1420/1670] Compiling NIOHPACK IntegerCoding.swift
[1421/1671] Compiling NIOHPACK StaticHeaderTable.swift
[1422/1671] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1423/1671] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1424/1671] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1427/1671] Compiling NIOWebSocket WebSocketFrame.swift
[1428/1671] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1428/1671] Compiling v3_bitst.cc
[1432/1672] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1433/1672] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1434/1672] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1434/1672] Compiling v3_conf.cc
[1438/1674] Compiling NIOHTTPCompression HTTPCompression.swift
[1439/1674] Compiling NIOHTTPCompression HTTPDecompression.swift
[1440/1674] Emitting module NIOHTTPCompression
[1441/1675] Compiling NIOHPACK HuffmanCoding.swift
[1448/1675] Compiling NIOHPACK HuffmanTables.swift
[1449/1675] Emitting module NIOHPACK
[1450/1676] Compiling NIOFileSystem Exports.swift
[1451/1676] Emitting module NIOFileSystem
[1452/1676] Compiling NIOSSL SubjectAlternativeName.swift
[1453/1676] Compiling NIOSSL NIOSSLSecureBytes.swift
[1454/1676] Compiling NIOSSL RNG.swift
[1455/1676] Compiling NIOSSL SafeCompare.swift
[1458/1681] Compiling NIOSSL Zeroization.swift
[1459/1681] Compiling NIOSSL TLSConfiguration.swift
[1460/1681] Compiling NIOSSL UniversalBootstrapSupport.swift
[1461/1681] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1463/1695] Emitting module NIOExtras
[1463/1697] Compiling v3_bcons.cc
[1465/1697] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1466/1697] Compiling NIOExtras NIORequestIdentifiable.swift
[1467/1697] Compiling NIOExtras DebugInboundEventsHandler.swift
[1468/1697] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1469/1697] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1470/1697] Compiling NIOExtras RequestResponseHandler.swift
[1471/1697] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1475/1697] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1476/1697] Compiling NIOExtras PCAPRingBuffer.swift
[1477/1697] Compiling NIOExtras QuiescingHelper.swift
[1478/1697] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1479/1697] Compiling NIOExtras NIOExtrasError.swift
[1480/1697] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1481/1697] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1482/1697] Compiling NIOExtras JSONRPCFraming.swift
[1483/1697] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1484/1697] Compiling NIOExtras LengthFieldPrepender.swift
[1485/1697] Compiling NIOExtras LineBasedFrameDecoder.swift
[1503/1697] Compiling NIOExtras UnsafeTransfer.swift
[1504/1697] Compiling NIOExtras WritePCAPHandler.swift
[1509/1699] Compiling v3_alt.cc
[1510/1699] Compiling t_x509a.cc
[1511/1732] Compiling v3_akey.cc
[1512/1757] Compiling v3_akeya.cc
[1513/1757] Compiling t_req.cc
[1514/1757] Compiling t_x509.cc
[1515/1757] Compiling t_crl.cc
[1516/1765] Compiling i2d_pr.cc
[1517/1765] Compiling rsa_pss.cc
[1518/1765] Compiling policy.cc
[1520/1765] Compiling WebSocketKit Exports.swift
[1521/1765] Emitting module NIOHTTP2
[1521/1773] Compiling name_print.cc
[1523/1773] Compiling WebSocketKit WebSocketHandler.swift
[1523/1773] Compiling by_file.cc
[1525/1773] Compiling WebSocketKit WebSocketClient.swift
[1526/1773] Compiling WebSocketKit WebSocket+Connect.swift
[1527/1773] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1528/1773] Compiling WebSocketKit WebSocket.swift
[1529/1773] Emitting module WebSocketKit
[1530/1773] Compiling WebSocketKit WebSocket+Concurrency.swift
[1530/1773] Compiling algorithm.cc
[1531/1774] Compiling a_verify.cc
[1532/1774] Compiling by_dir.cc
[1533/1774] Compiling asn1_gen.cc
[1535/1774] Compiling a_sign.cc
[1536/1774] Compiling voprf.cc
[1537/1774] Compiling thread_win.cc
[1538/1774] Compiling pmbtoken.cc
[1539/1774] Compiling thread_pthread.cc
[1540/1774] Compiling trust_token.cc
[1542/1774] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1543/1774] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1544/1774] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1545/1774] Compiling NIOHTTP2 HTTP2StreamID.swift
[1546/1774] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1547/1774] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1548/1774] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1549/1774] Compiling NIOHTTP2 InboundEventBuffer.swift
[1549/1774] Compiling thread_none.cc
[1550/1774] Compiling a_digest.cc
[1551/1774] Compiling thread.cc
[1552/1774] Compiling stack.cc
[1554/1774] Compiling NIOHTTP2 InboundWindowManager.swift
[1555/1774] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1556/1774] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1557/1774] Compiling NIOHTTP2 StreamChannelList.swift
[1558/1774] Compiling NIOHTTP2 StreamMap.swift
[1559/1774] Compiling NIOHTTP2 StreamStateMachine.swift
[1560/1774] Compiling NIOHTTP2 UnsafeTransfer.swift
[1561/1774] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1561/1774] Compiling thash.cc
[1562/1774] Compiling wots.cc
[1564/1774] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1565/1774] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1566/1774] Compiling NIOHTTP2 MayReceiveFrames.swift
[1567/1774] Compiling NIOHTTP2 ReceivingDataState.swift
[1568/1774] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1569/1774] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1570/1774] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1571/1774] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1572/1774] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1572/1774] Compiling slhdsa.cc
[1573/1774] Compiling merkle.cc
[1574/1774] Compiling fors.cc
[1575/1774] Compiling siphash.cc
[1576/1774] Compiling sha256.cc
[1577/1774] Compiling sha512.cc
[1579/1774] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1580/1774] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1581/1774] Compiling NIOHTTP2 HasLocalSettings.swift
[1582/1774] Compiling NIOHTTP2 HasRemoteSettings.swift
[1583/1774] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1584/1774] Compiling NIOHTTP2 QuiescingState.swift
[1585/1774] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1586/1774] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1587/1774] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1588/1774] Compiling NIOHTTP2 HTTP2Frame.swift
[1589/1774] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1590/1774] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1591/1774] Compiling NIOHTTP2 HTTP2PingData.swift
[1592/1774] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1593/1774] Compiling NIOHTTP2 HTTP2Settings.swift
[1594/1774] Compiling NIOHTTP2 HTTP2Stream.swift
[1594/1774] Compiling sha1.cc
[1595/1774] Compiling rsa_print.cc
[1596/1774] Compiling rsa_extra.cc
[1597/1774] Compiling refcount.cc
[1598/1774] Compiling rsa_crypt.cc
[1599/1774] Compiling rsa_asn1.cc
[1600/1774] Compiling rc4.cc
[1602/1774] Compiling NIOHTTP2 StateMachineResult.swift
[1603/1774] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1604/1774] Compiling NIOHTTP2 DOSHeuristics.swift
[1605/1774] Compiling NIOHTTP2 Error+Any.swift
[1606/1774] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1607/1774] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1608/1774] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1609/1774] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1610/1774] Compiling NIOHTTP2 MaySendFrames.swift
[1611/1774] Compiling NIOHTTP2 SendingDataState.swift
[1612/1774] Compiling NIOHTTP2 SendingGoawayState.swift
[1613/1774] Compiling NIOHTTP2 SendingHeadersState.swift
[1614/1774] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1615/1774] Compiling NIOHTTP2 SendingRstStreamState.swift
[1616/1774] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1617/1774] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1618/1774] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1619/1774] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1620/1774] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1621/1774] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1622/1774] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1623/1774] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1624/1774] Compiling NIOHTTP2 HTTP2Error.swift
[1625/1774] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1625/1774] Compiling windows.cc
[1626/1775] Compiling trusty.cc
[1627/1775] Compiling urandom.cc
[1629/1775] Compiling rand_extra.cc
[1630/1775] Compiling passive.cc
[1631/1775] Compiling ios.cc
[1632/1775] Compiling deterministic.cc
[1633/1775] Compiling getentropy.cc
[1634/1775] Compiling forkunsafe.cc
[1635/1775] Compiling fork_detect.cc
[1636/1775] Compiling poly1305_arm_asm.S
[1637/1775] Compiling poly1305_arm.cc
[1638/1775] Compiling poly1305.cc
[1639/1775] Compiling poly1305_vec.cc
[1640/1775] Compiling pkcs8_x509.cc
[1641/1775] Compiling pool.cc
[1642/1775] Compiling pkcs8.cc
[1643/1775] Compiling p5_pbev2.cc
[1644/1775] Compiling pkcs7.cc
[1645/1775] Compiling pem_x509.cc
[1646/1775] Compiling pem_xaux.cc
[1647/1775] Compiling pem_pkey.cc
[1648/1775] Compiling pkcs7_x509.cc
[1649/1775] Compiling pem_pk8.cc
[1650/1775] Compiling pem_oth.cc
[1651/1775] Compiling mldsa.cc
[1652/1775] Compiling obj_xref.cc
[1653/1775] Compiling pem_lib.cc
[1654/1775] Compiling mlkem.cc
[1655/1775] Compiling pem_info.cc
[1656/1775] Compiling pem_all.cc
[1657/1775] Compiling obj.cc
[1658/1775] Compiling mem.cc
[1659/1775] Compiling fips_shared_support.cc
[1660/1775] Compiling md5.cc
[1661/1775] Compiling md4.cc
[1662/1775] Compiling lhash.cc
[1663/1775] Compiling kyber.cc
[1664/1775] Compiling poly_rq_mul.S
[1665/1775] Compiling hpke.cc
[1666/1775] Compiling ex_data.cc
[1667/1775] Compiling sign.cc
[1668/1775] Compiling scrypt.cc
[1669/1775] Compiling hrss.cc
[1670/1775] Compiling print.cc
[1671/1775] Compiling pbkdf.cc
[1672/1775] Compiling p_x25519.cc
[1673/1775] Compiling p_x25519_asn1.cc
[1674/1775] Compiling p_hkdf.cc
[1675/1775] Compiling p_rsa_asn1.cc
[1676/1775] Compiling p_rsa.cc
[1677/1775] Compiling p_ed25519.cc
[1678/1775] Compiling p_ed25519_asn1.cc
[1679/1775] Compiling p_dh_asn1.cc
[1680/1775] Compiling p_ec.cc
[1681/1775] Compiling p_ec_asn1.cc
[1682/1775] Compiling p_dh.cc
[1683/1775] Compiling p_dsa_asn1.cc
[1684/1775] Compiling evp_ctx.cc
[1685/1775] Compiling evp.cc
[1686/1775] Compiling evp_asn1.cc
[1687/1775] Compiling err.cc
[1688/1775] Compiling ecdh_extra.cc
[1689/1775] Compiling engine.cc
[1690/1775] Compiling ecdsa_asn1.cc
[1691/1775] Compiling hash_to_curve.cc
[1692/1775] Compiling bcm.cc
[1693/1775] Compiling ec_derive.cc
[1694/1775] Compiling ec_asn1.cc
[1695/1775] Compiling dsa_asn1.cc
[1696/1775] Compiling params.cc
[1697/1775] Compiling digest_extra.cc
[1698/1775] Compiling dsa.cc
[1699/1775] Compiling des.cc
[1700/1775] Compiling dh_asn1.cc
[1701/1775] Compiling spake25519.cc
[1702/1775] Compiling curve25519_64_adx.cc
[1703/1775] Compiling cpu_intel.cc
[1704/1775] Compiling x25519-asm-arm.S
[1705/1775] Compiling crypto.cc
[1706/1775] Compiling curve25519.cc
[1707/1775] Compiling cpu_arm_linux.cc
[1708/1775] Compiling cpu_arm_freebsd.cc
[1709/1775] Compiling cpu_aarch64_win.cc
[1710/1775] Compiling cpu_aarch64_sysreg.cc
[1711/1775] Compiling cpu_aarch64_openbsd.cc
[1712/1775] Compiling cpu_aarch64_fuchsia.cc
[1712/1775] Compiling cpu_aarch64_linux.cc
[1714/1775] Compiling cpu_aarch64_apple.cc
[1715/1775] Compiling conf.cc
[1716/1775] Compiling tls_cbc.cc
[1717/1775] Compiling e_tls.cc
[1718/1775] Compiling e_rc4.cc
[1719/1775] Compiling e_rc2.cc
[1720/1775] Compiling e_null.cc
[1721/1775] Compiling e_des.cc
[1722/1775] Compiling e_chacha20poly1305.cc
[1723/1775] Compiling e_aesgcmsiv.cc
[1724/1775] Compiling e_aesctrhmac.cc
[1725/1775] Compiling derive_key.cc
[1726/1775] Compiling cipher_extra.cc
[1727/1775] Compiling chacha.cc
[1728/1775] Compiling unicode.cc
[1729/1775] Compiling cbs.cc
[1730/1775] Compiling ber.cc
[1731/1775] Compiling buf.cc
[1732/1775] Compiling cbb.cc
[1733/1775] Compiling asn1_compat.cc
[1734/1775] Compiling convert.cc
[1735/1775] Compiling blake2.cc
[1736/1775] Compiling printf.cc
[1737/1775] Compiling bn_asn1.cc
[1738/1775] Compiling pair.cc
[1738/1775] Compiling hexdump.cc
[1740/1775] Compiling fd.cc
[1741/1775] Compiling file.cc
[1742/1775] Compiling errno.cc
[1743/1775] Compiling bio_mem.cc
[1744/1775] Compiling base64.cc
[1745/1775] Compiling bio.cc
[1746/1775] Compiling tasn_typ.cc
[1747/1775] Compiling tasn_fre.cc
[1748/1775] Compiling tasn_utl.cc
[1749/1775] Compiling tasn_new.cc
[1750/1775] Compiling tasn_enc.cc
[1751/1775] Compiling posix_time.cc
[1752/1775] Compiling f_string.cc
[1753/1775] Compiling tasn_dec.cc
[1754/1775] Compiling f_int.cc
[1755/1775] Compiling asn_pack.cc
[1756/1775] Compiling asn1_par.cc
[1757/1775] Compiling a_utctm.cc
[1758/1775] Compiling asn1_lib.cc
[1759/1775] Compiling a_type.cc
[1759/1775] Compiling a_time.cc
[1761/1775] Compiling a_octet.cc
[1762/1775] Compiling a_strnid.cc
[1763/1775] Compiling a_strex.cc
[1764/1775] Compiling a_object.cc
[1765/1775] Compiling a_mbstr.cc
[1766/1775] Compiling a_i2d_fp.cc
[1767/1775] Write sources
[1768/1775] Compiling a_int.cc
[1769/1775] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1770/1775] Compiling a_dup.cc
[1771/1775] Compiling a_gentm.cc
[1772/1806] Compiling a_d2i_fp.cc
[1773/1888] Compiling a_bool.cc
[1774/1888] Compiling a_bitstr.cc
[1776/1896] Emitting module BitCollections
[1777/1903] Compiling BitCollections BitSet+Initializers.swift
[1778/1903] Compiling BitCollections BitSet+Invariants.swift
[1779/1903] Compiling BitCollections BitSet+Random.swift
[1780/1903] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1781/1903] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1782/1903] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1783/1903] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1784/1903] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1785/1903] Compiling BitCollections BitSet+CustomReflectable.swift
[1786/1903] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1787/1903] Compiling BitCollections BitSet+Equatable.swift
[1788/1903] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1789/1903] Compiling BitCollections BitSet+Extras.swift
[1790/1903] Compiling BitCollections BitSet+Hashable.swift
[1791/1903] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1792/1903] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1793/1903] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1794/1903] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1795/1903] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1796/1903] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1797/1903] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1798/1903] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1799/1903] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1800/1903] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1801/1903] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1802/1903] Compiling BitCollections BitSet+SetAlgebra union.swift
[1803/1903] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1804/1903] Compiling BitCollections BitSet.Counted.swift
[1805/1903] Compiling BitCollections BitSet.Index.swift
[1806/1903] Compiling BitCollections BitSet._UnsafeHandle.swift
[1807/1903] Compiling BitCollections BitSet.swift
[1808/1903] Compiling BitCollections Range+Utilities.swift
[1809/1903] Compiling BitCollections Slice+Utilities.swift
[1810/1903] Compiling BitCollections UInt+Tricks.swift
[1811/1903] Compiling BitCollections _Word.swift
[1812/1903] Compiling CryptoBoringWrapper RandomBytes.swift
[1813/1903] Emitting module AsyncHTTPClient
[1814/1903] Emitting module CryptoBoringWrapper
[1815/1903] Compiling BitCollections BitArray+BitwiseOperations.swift
[1816/1903] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1817/1903] Compiling BitCollections BitArray+Codable.swift
[1818/1903] Compiling BitCollections BitArray+Collection.swift
[1819/1903] Compiling BitCollections BitArray+Copy.swift
[1820/1903] Compiling BitCollections BitArray+CustomReflectable.swift
[1821/1903] Compiling BitCollections BitArray+Descriptions.swift
[1822/1903] Compiling BitCollections BitArray+Equatable.swift
[1823/1903] Compiling BitCollections BitArray+RandomBits.swift
[1824/1911] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1825/1911] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1826/1911] Compiling BitCollections BitArray+Extras.swift
[1827/1911] Compiling BitCollections BitArray+Fill.swift
[1828/1911] Compiling BitCollections BitArray+Hashable.swift
[1829/1911] Compiling BitCollections BitArray+Initializers.swift
[1830/1911] Compiling BitCollections BitArray+Invariants.swift
[1831/1911] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1841/1911] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1842/1911] Compiling BitCollections BitArray+Shifts.swift
[1843/1911] Compiling BitCollections BitArray+Testing.swift
[1844/1911] Compiling BitCollections BitArray._UnsafeHandle.swift
[1845/1911] Compiling BitCollections BitArray.swift
[1846/1911] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1847/1911] Compiling BitCollections BitSet+Codable.swift
[1849/1912] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1850/1912] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1851/1912] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1852/1912] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1853/1912] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1854/1912] Compiling CryptoBoringWrapper EllipticCurve.swift
[1865/1913] Compiling AsyncHTTPClient RequestBag.swift
[1866/1913] Compiling AsyncHTTPClient RequestValidation.swift
[1867/1913] Compiling AsyncHTTPClient SSLContextCache.swift
[1868/1913] Compiling AsyncHTTPClient Scheme.swift
[1869/1913] Compiling AsyncHTTPClient Singleton.swift
[1870/1913] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1871/1913] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1872/1913] Compiling AsyncHTTPClient Utils.swift
[1890/1953] Compiling Collections Collections.swift
[1891/1957] Emitting module Collections
[1893/1987] Compiling Crypto ObjectIdentifier.swift
[1894/1987] Compiling Crypto ECDSASignature.swift
[1895/1987] Compiling Crypto PEMDocument.swift
[1896/1987] Compiling Crypto PKCS8PrivateKey.swift
[1897/1987] Compiling Crypto SEC1PrivateKey.swift
[1898/1987] Compiling Crypto SubjectPublicKeyInfo.swift
[1899/1987] Compiling Crypto CryptoKitErrors.swift
[1900/1987] Compiling Crypto Digest_boring.swift
[1901/1987] Compiling Crypto Digest.swift
[1902/1987] Compiling Crypto Digests.swift
[1903/1987] Compiling Crypto HashFunctions.swift
[1904/1987] Compiling Crypto HashFunctions_SHA2.swift
[1905/1987] Compiling Crypto HPKE-AEAD.swift
[1906/1987] Compiling Crypto HPKE-Ciphersuite.swift
[1907/1987] Compiling Crypto HPKE-KDF.swift
[1908/1987] Compiling Crypto HPKE-KexKeyDerivation.swift
[1909/1987] Compiling Crypto ASN1Boolean.swift
[1910/1987] Compiling Crypto ASN1Identifier.swift
[1911/1987] Compiling Crypto ASN1Integer.swift
[1912/1987] Compiling Crypto ASN1Null.swift
[1913/1987] Compiling Crypto ASN1OctetString.swift
[1914/1987] Compiling Crypto ASN1Strings.swift
[1915/1987] Compiling Crypto ArraySliceBigint.swift
[1916/1987] Compiling Crypto GeneralizedTime.swift
[1918/1988] Emitting module Crypto
[1919/1997] Compiling Crypto HKDF.swift
[1920/1997] Compiling Crypto AESWrap.swift
[1921/1997] Compiling Crypto AESWrap_boring.swift
[1922/1997] Compiling Crypto Ed25519_boring.swift
[1923/1997] Compiling Crypto NISTCurvesKeys_boring.swift
[1924/1997] Compiling Crypto X25519Keys_boring.swift
[1925/1997] Compiling Crypto Curve25519.swift
[1926/1997] Compiling Crypto Ed25519Keys.swift
[1927/1997] Compiling Crypto NISTCurvesKeys.swift
[1928/1997] Compiling Crypto X25519Keys.swift
[1929/1997] Compiling Crypto SymmetricKeys.swift
[1930/1997] Compiling Crypto HMAC.swift
[1931/1997] Compiling Crypto MACFunctions.swift
[1932/1997] Compiling Crypto MessageAuthenticationCode.swift
[1933/1997] Compiling Crypto AES.swift
[1934/1997] Compiling Crypto ECDSASignature_boring.swift
[1935/1997] Compiling Crypto ECDSA_boring.swift
[1936/1997] Compiling Crypto EdDSA_boring.swift
[1937/1997] Compiling Crypto ECDSA.swift
[1938/1997] Compiling Crypto Ed25519.swift
[1942/1997] Compiling Crypto HPKE-LabeledExtract.swift
[1943/1997] Compiling Crypto HPKE-Utils.swift
[1944/1997] Compiling Crypto DHKEM.swift
[1945/1997] Compiling Crypto HPKE-KEM-Curve25519.swift
[1946/1997] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1947/1997] Compiling Crypto HPKE-KEM.swift
[1948/1997] Compiling Crypto HPKE-Errors.swift
[1949/1997] Compiling Crypto HPKE.swift
[1950/1997] Compiling Crypto HPKE-Context.swift
[1951/1997] Compiling Crypto HPKE-KeySchedule.swift
[1952/1997] Compiling Crypto HPKE-Modes.swift
[1953/1997] Compiling Crypto Insecure.swift
[1954/1997] Compiling Crypto Insecure_HashFunctions.swift
[1955/1997] Compiling Crypto KEM.swift
[1956/1997] Compiling Crypto ECDH_boring.swift
[1957/1997] Compiling Crypto DH.swift
[1958/1997] Compiling Crypto ECDH.swift
[1959/1997] Compiling Crypto AES-GCM.swift
[1960/1997] Compiling Crypto AES-GCM_boring.swift
[1961/1997] Compiling Crypto ChaChaPoly_boring.swift
[1962/1997] Compiling Crypto ChaChaPoly.swift
[1963/1997] Compiling Crypto Cipher.swift
[1964/1997] Compiling Crypto Nonces.swift
[1965/1997] Compiling Crypto ASN1.swift
[1966/1997] Compiling Crypto ASN1Any.swift
[1967/1997] Compiling Crypto ASN1BitString.swift
[1989/1997] Compiling Crypto Signature.swift
[1990/1997] Compiling Crypto CryptoKitErrors_boring.swift
[1991/1997] Compiling Crypto RNG_boring.swift
[1992/1997] Compiling Crypto SafeCompare_boring.swift
[1993/1997] Compiling Crypto Zeroization_boring.swift
[1994/1997] Compiling Crypto PrettyBytes.swift
[1995/1997] Compiling Crypto SafeCompare.swift
[1996/1997] Compiling Crypto SecureBytes.swift
[1997/1997] Compiling Crypto Zeroization.swift
[1999/2045] Compiling PrchNIO EventLoopFuture.swift
[2000/2045] Compiling PrchNIO Client.swift
[2001/2045] Compiling PrchNIO HTTPClient.Response.swift
[2002/2045] Emitting module PrchNIO
[2003/2045] Compiling PrchNIO HTTPClient.swift
[2004/2045] Compiling PrchNIO EventLoopSession.swift
[2005/2046] Emitting module MultipartKit
[2007/2048] Compiling MultipartKit MultipartSerializer.swift
[2008/2048] Compiling MultipartKit Utilities.swift
[2009/2048] Compiling AsyncKit FutureOperators.swift
[2010/2050] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2011/2050] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2012/2050] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2013/2050] Compiling AsyncKit EventLoop+Flatten.swift
[2014/2050] Compiling AsyncKit EventLoop+Future.swift
[2015/2050] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[2016/2050] Compiling AsyncKit EventLoopConnectionPool.swift
[2017/2050] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[2018/2050] Compiling AsyncKit EventLoop+Concurrency.swift
[2019/2050] Compiling AsyncKit EventLoopGroup+Throwing.swift
[2020/2050] Compiling AsyncKit Collection+Flatten.swift
[2021/2050] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[2022/2050] Compiling MultipartKit MultipartPart.swift
[2023/2050] Compiling MultipartKit MultipartPartConvertible.swift
[2024/2050] Emitting module AsyncKit
[2025/2050] Compiling AsyncKit EventLoopFutureQueue.swift
[2026/2050] Compiling AsyncKit Future+Collection.swift
[2027/2050] Compiling MultipartKit MultipartFormData.swift
[2028/2050] Compiling MultipartKit MultipartParser.swift
[2038/2051] Compiling AsyncKit Optional+StrictMap.swift
[2039/2051] Compiling AsyncKit Exports.swift
[2053/2221] Compiling Vapor HTTPServerResponseEncoder.swift
[2054/2221] Compiling Vapor HTTPServerUpgradeHandler.swift
[2055/2221] Compiling Vapor Logger+Report.swift
[2056/2221] Compiling Vapor LoggingSystem+Environment.swift
[2057/2221] Compiling Vapor Application+Middleware.swift
[2058/2221] Compiling Vapor CORSMiddleware.swift
[2059/2221] Compiling Vapor ErrorMiddleware.swift
[2060/2221] Compiling Vapor FileMiddleware.swift
[2061/2221] Compiling Vapor Middleware.swift
[2062/2221] Compiling Vapor MiddlewareConfiguration.swift
[2063/2221] Compiling Vapor ResponseCompressionMiddleware.swift
[2064/2221] Compiling Vapor RouteLoggingMiddleware.swift
[2065/2221] Compiling Vapor TracingMiddleware.swift
[2066/2221] Compiling Vapor File+Multipart.swift
[2067/2221] Compiling Vapor FormDataDecoder+Content.swift
[2068/2221] Compiling Vapor FormDataEncoder+Content.swift
[2069/2221] Compiling Vapor Application+Password.swift
[2070/2221] Compiling Vapor Application+Passwords.swift
[2071/2221] Compiling Vapor AsyncPasswordHasher.swift
[2072/2221] Compiling Vapor BcryptHasher.swift
[2073/2221] Compiling Vapor PasswordHasher.swift
[2074/2221] Compiling Vapor PlaintextHasher.swift
[2075/2221] Compiling Vapor Request+Password.swift
[2076/2221] Compiling Vapor Redirect.swift
[2077/2245] Compiling Vapor Core.swift
[2078/2245] Compiling Vapor Running.swift
[2079/2245] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2080/2245] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2081/2245] Compiling Vapor DotEnvFile+load.swift
[2082/2245] Compiling Vapor Routes+caseInsenstive.swift
[2083/2245] Compiling Vapor Validatable+validate.swift
[2084/2245] Compiling Vapor Environment+Process.swift
[2085/2245] Compiling Vapor Environment+Secret.swift
[2086/2245] Compiling Vapor Environment.swift
[2087/2245] Compiling Vapor Abort.swift
[2088/2245] Compiling Vapor AbortError.swift
[2089/2245] Compiling Vapor DebuggableError.swift
[2090/2245] Compiling Vapor Demangler.swift
[2091/2245] Compiling Vapor ErrorSource.swift
[2092/2245] Compiling Vapor StackTrace.swift
[2093/2245] Compiling Vapor Exports.swift
[2094/2245] Compiling Vapor Application+HTTP.swift
[2095/2245] Compiling Vapor BasicResponder.swift
[2096/2245] Compiling Vapor BodyStream.swift
[2097/2245] Compiling Vapor Application+HTTP+Client.swift
[2098/2245] Compiling Vapor EventLoopHTTPClient.swift
[2099/2245] Compiling Vapor EndpointCache.swift
[2100/2245] Compiling Vapor HTTPMethod+String.swift
[2101/2245] Compiling Vapor Application.swift
[2102/2245] Compiling Vapor AuthenticationCache.swift
[2103/2245] Compiling Vapor Authenticator.swift
[2104/2245] Compiling Vapor BasicAuthorization.swift
[2105/2245] Compiling Vapor BearerAuthorization.swift
[2106/2245] Compiling Vapor GuardMiddleware.swift
[2107/2245] Compiling Vapor RedirectMiddleware.swift
[2108/2245] Compiling Vapor SessionAuthenticatable.swift
[2109/2245] Compiling Vapor Bcrypt.swift
[2110/2245] Compiling Vapor Application+Cache.swift
[2111/2245] Compiling Vapor Cache.swift
[2112/2245] Compiling Vapor CacheExpirationTime.swift
[2113/2245] Compiling Vapor MemoryCache.swift
[2114/2245] Compiling Vapor Request+Cache.swift
[2115/2245] Compiling Vapor Application+Clients.swift
[2116/2245] Compiling Vapor Client.swift
[2117/2245] Compiling Vapor ClientRequest.swift
[2118/2245] Compiling Vapor ClientResponse.swift
[2119/2245] Compiling Vapor Request+Client.swift
[2120/2245] Compiling Vapor BootCommand.swift
[2121/2245] Compiling Vapor CommandContext+Application.swift
[2122/2245] Compiling Vapor RoutesCommand.swift
[2123/2245] Compiling Vapor ServeCommand.swift
[2124/2245] Compiling Vapor AnyResponse+Concurrency.swift
[2125/2269] Compiling Vapor Service.swift
[2126/2269] Compiling Vapor Application+Sessions.swift
[2127/2269] Compiling Vapor MemorySessions.swift
[2128/2269] Compiling Vapor Request+Session.swift
[2129/2269] Compiling Vapor Session.swift
[2130/2269] Compiling Vapor SessionCache.swift
[2131/2269] Compiling Vapor SessionData.swift
[2132/2269] Compiling Vapor SessionDriver.swift
[2133/2269] Compiling Vapor SessionsConfiguration.swift
[2134/2269] Compiling Vapor SessionsMiddleware.swift
[2135/2269] Compiling Vapor URLEncodedFormData.swift
[2136/2269] Compiling Vapor URLEncodedFormDecoder.swift
[2137/2269] Compiling Vapor URLEncodedFormEncoder.swift
[2138/2269] Compiling Vapor URLEncodedFormError.swift
[2139/2269] Compiling Vapor URLEncodedFormParser.swift
[2140/2269] Compiling Vapor URLEncodedFormSerializer.swift
[2141/2269] Compiling Vapor URLQueryFragmentConvertible.swift
[2142/2269] Compiling Vapor AnyResponse.swift
[2143/2269] Compiling Vapor Array+Random.swift
[2144/2269] Compiling Vapor Base32.swift
[2145/2269] Compiling Vapor Base64.swift
[2146/2269] Compiling Vapor BaseN.swift
[2147/2269] Compiling Vapor BasicCodingKey.swift
[2148/2269] Compiling Vapor ByteCount.swift
[2149/2269] Compiling Vapor Bytes+Hex.swift
[2150/2269] Compiling Vapor Bytes+SecureCompare.swift
[2151/2269] Compiling Vapor Collection+Safe.swift
[2152/2269] Compiling Vapor DataProtocol+Copy.swift
[2153/2269] Compiling Vapor DecoderUnwrapper.swift
[2154/2269] Compiling Vapor DirectoryConfiguration.swift
[2155/2269] Compiling Vapor DotEnv.swift
[2156/2269] Compiling Vapor Extendable.swift
[2157/2269] Compiling Vapor File.swift
[2158/2269] Compiling Vapor FileIO.swift
[2159/2269] Compiling Vapor LifecycleHandler.swift
[2160/2269] Compiling Vapor OptionalType.swift
[2161/2269] Compiling Vapor RFC1123.swift
[2162/2269] Compiling Vapor SocketAddress+Hostname.swift
[2163/2269] Compiling Vapor Storage.swift
[2164/2269] Compiling Vapor String+IsIPAddress.swift
[2165/2269] Compiling Vapor Thread.swift
[2166/2269] Compiling Vapor URI.swift
[2167/2269] Compiling Vapor RangeResult.swift
[2168/2269] Compiling Vapor Validatable.swift
[2169/2269] Compiling Vapor Validation.swift
[2170/2269] Compiling Vapor ValidationKey.swift
[2171/2269] Compiling Vapor Validations.swift
[2172/2269] Compiling Vapor ValidationsError.swift
[2173/2269] Compiling Vapor AsyncBasicResponder.swift
[2174/2269] Compiling Vapor AsyncMiddleware.swift
[2175/2269] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2176/2269] Compiling Vapor AsyncSessionDriver.swift
[2177/2269] Compiling Vapor Authentication+Concurrency.swift
[2178/2269] Compiling Vapor Cache+Concurrency.swift
[2179/2269] Compiling Vapor Client+Concurrency.swift
[2180/2269] Compiling Vapor RequestBody+Concurrency.swift
[2181/2269] Compiling Vapor Responder+Concurrency.swift
[2182/2269] Compiling Vapor ResponseCodable+Concurrency.swift
[2183/2269] Compiling Vapor RoutesBuilder+Concurrency.swift
[2184/2269] Compiling Vapor ViewRenderer+Concurrency.swift
[2185/2269] Compiling Vapor WebSocket+Concurrency.swift
[2186/2269] Compiling Vapor ContainerGetPathExecutor.swift
[2187/2269] Compiling Vapor Content.swift
[2188/2269] Compiling Vapor ContentCoders.swift
[2189/2269] Compiling Vapor ContentConfiguration.swift
[2190/2269] Compiling Vapor ContentContainer.swift
[2191/2269] Compiling Vapor JSONCoder+Custom.swift
[2192/2269] Compiling Vapor JSONCoders+Content.swift
[2193/2269] Compiling Vapor PlaintextDecoder.swift
[2194/2269] Compiling Vapor PlaintextEncoder.swift
[2195/2269] Compiling Vapor URLQueryCoders.swift
[2196/2269] Compiling Vapor URLQueryContainer.swift
[2197/2269] Compiling Vapor Request+Body.swift
[2198/2269] Compiling Vapor Request+BodyStream.swift
[2199/2269] Compiling Vapor Request.swift
[2200/2269] Compiling Vapor Application+Responder.swift
[2201/2269] Compiling Vapor DefaultResponder.swift
[2202/2269] Compiling Vapor Response+Body.swift
[2203/2269] Compiling Vapor Response.swift
[2204/2269] Compiling Vapor ResponseCodable.swift
[2205/2269] Compiling Vapor Application+Routes.swift
[2206/2269] Compiling Vapor Parameters+Require.swift
[2207/2269] Compiling Vapor Request+WebSocket.swift
[2208/2269] Compiling Vapor Route.swift
[2209/2269] Compiling Vapor RouteCollection.swift
[2210/2269] Compiling Vapor Routes.swift
[2211/2269] Compiling Vapor RoutesBuilder+Group.swift
[2212/2269] Compiling Vapor RoutesBuilder+Method.swift
[2213/2269] Compiling Vapor RoutesBuilder+Middleware.swift
[2214/2269] Compiling Vapor RoutesBuilder+WebSocket.swift
[2215/2269] Compiling Vapor RoutesBuilder.swift
[2216/2269] Compiling Vapor OTP.swift
[2217/2269] Compiling Vapor Application+Servers.swift
[2218/2269] Compiling Vapor Server.swift
[2219/2269] Compiling Vapor App+Service.swift
[2220/2269] Compiling Vapor Req+Service.swift
[2221/2269] Emitting module Vapor
[2222/2269] Compiling Vapor HTTPStatus.swift
[2223/2269] Compiling Vapor HTTPCookies.swift
[2224/2269] Compiling Vapor HTTPHeaderCacheControl.swift
[2225/2269] Compiling Vapor HTTPHeaderExpires.swift
[2226/2269] Compiling Vapor HTTPHeaderLastModified.swift
[2227/2269] Compiling Vapor HTTPHeaders+Cache.swift
[2228/2269] Compiling Vapor HTTPHeaders+Connection.swift
[2229/2269] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2230/2269] Compiling Vapor HTTPHeaders+ContentRange.swift
[2231/2269] Compiling Vapor HTTPHeaders+Directive.swift
[2232/2269] Compiling Vapor HTTPHeaders+Forwarded.swift
[2233/2269] Compiling Vapor HTTPHeaders+Link.swift
[2234/2269] Compiling Vapor HTTPHeaders+Name.swift
[2235/2269] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2236/2269] Compiling Vapor HTTPHeaders.swift
[2237/2269] Compiling Vapor HTTPMediaType.swift
[2238/2269] Compiling Vapor HTTPMediaTypePreference.swift
[2239/2269] Compiling Vapor Responder.swift
[2240/2269] Compiling Vapor Application+HTTP+Server.swift
[2241/2269] Compiling Vapor HTTPServer.swift
[2242/2269] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2243/2269] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2244/2269] Compiling Vapor HTTPServerHandler.swift
[2245/2269] Compiling Vapor HTTPServerRequestDecoder.swift
[2246/2269] Compiling Vapor Validator.swift
[2247/2269] Compiling Vapor ValidatorResult.swift
[2248/2269] Compiling Vapor And.swift
[2249/2269] Compiling Vapor Case.swift
[2250/2269] Compiling Vapor CharacterSet.swift
[2251/2269] Compiling Vapor Count.swift
[2252/2269] Compiling Vapor Custom.swift
[2253/2269] Compiling Vapor Email.swift
[2254/2269] Compiling Vapor Empty.swift
[2255/2269] Compiling Vapor In.swift
[2256/2269] Compiling Vapor Nil.swift
[2257/2269] Compiling Vapor NilIgnoring.swift
[2258/2269] Compiling Vapor Not.swift
[2259/2269] Compiling Vapor Or.swift
[2260/2269] Compiling Vapor Pattern.swift
[2261/2269] Compiling Vapor Range.swift
[2262/2269] Compiling Vapor URL.swift
[2263/2269] Compiling Vapor Valid.swift
[2264/2269] Compiling Vapor Application+Views.swift
[2265/2269] Compiling Vapor PlaintextRenderer.swift
[2266/2269] Compiling Vapor Request+View.swift
[2267/2269] Compiling Vapor View.swift
[2268/2269] Compiling Vapor ViewRenderer.swift
[2269/2269] Compiling Vapor _Deprecations.swift
[2271/2274] Compiling PrchVapor URI.swift
[2272/2274] Compiling PrchVapor SessionClient.swift
[2273/2274] Emitting module PrchVapor
/host/spi-builder-workspace/Sources/PrchVapor/ClientResponse.swift:4:1: warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
 2 | import Vapor
 3 |
 4 | extension ClientResponse: ResponseComponents {
   | |- warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |   public var data: Data? {
 6 |     body.map {
[2274/2274] Compiling PrchVapor ClientResponse.swift
/host/spi-builder-workspace/Sources/PrchVapor/ClientResponse.swift:4:1: warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
 2 | import Vapor
 3 |
 4 | extension ClientResponse: ResponseComponents {
   | |- warning: extension declares a conformance of imported type 'ClientResponse' to imported protocol 'ResponseComponents'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |   public var data: Data? {
 6 |     body.map {
Build complete! (464.91s)
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" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "prchnio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0-beta.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/PrchNIO.git"
    }
  ],
  "manifest_display_name" : "PrchVapor",
  "name" : "PrchVapor",
  "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" : "PrchVapor",
      "targets" : [
        "PrchVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrchVapor",
      "module_type" : "SwiftTarget",
      "name" : "PrchVapor",
      "path" : "Sources/PrchVapor",
      "product_dependencies" : [
        "PrchNIO",
        "Vapor"
      ],
      "product_memberships" : [
        "PrchVapor"
      ],
      "sources" : [
        "ClientResponse.swift",
        "SessionClient.swift",
        "URI.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.