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 hummingbird-websocket, reference main (e78532), with Swift 6.1 for Android on 30 Nov 2025 11:17:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.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/hummingbird-project/hummingbird-websocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e785329 Bump actions/checkout from 5 to 6 in the dependencies group (#116)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
e785329ed5150229f0b6ff0e471feea3f01f18cf
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-websocket.git
https://github.com/hummingbird-project/hummingbird-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-websocket.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "hummingbird-websocket",
  "name" : "hummingbird-websocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdWebSocket",
      "targets" : [
        "HummingbirdWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSClient",
      "targets" : [
        "HummingbirdWSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSCompression",
      "targets" : [
        "HummingbirdWSCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSTesting",
      "targets" : [
        "HummingbirdWSTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebsocketTest",
      "targets" : [
        "WebsocketTest"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "AutobahnServerTest",
      "targets" : [
        "AutobahnServerTest"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocketTests",
      "path" : "Tests/HummingbirdWebSocketTests",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdTesting",
        "HummingbirdTLS"
      ],
      "sources" : [
        "Certificates.swift",
        "WebSocketExtensionTests.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSClient",
        "HummingbirdWSCompression",
        "HummingbirdWSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocket",
      "path" : "Sources/HummingbirdWebSocket",
      "product_dependencies" : [
        "WSCore",
        "Hummingbird",
        "NIOHTTPTypes",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "HummingbirdWebSocket",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift",
        "HTTPServerBuilder+WebSocket.swift",
        "NIOWebSocketServerUpgrade+ext.swift",
        "Utils/SendableMetatype.swift",
        "WebSocketChannel.swift",
        "WebSocketRouter.swift",
        "WebSocketServerConfiguration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSTesting",
      "path" : "Sources/HummingbirdWSTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "TestClient+ws.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWSClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSCompression",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSCompression",
      "path" : "Sources/HummingbirdWSCompression",
      "product_dependencies" : [
        "WSCompression"
      ],
      "product_memberships" : [
        "HummingbirdWSCompression",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSClient",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSClient",
      "path" : "Sources/HummingbirdWSClient",
      "product_dependencies" : [
        "WSClient"
      ],
      "product_memberships" : [
        "HummingbirdWSClient",
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebsocketTest",
      "module_type" : "SwiftTarget",
      "name" : "WebsocketTest",
      "path" : "Snippets",
      "product_memberships" : [
        "WebsocketTest"
      ],
      "sources" : [
        "WebsocketTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "AutobahnServerTest",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnServerTest",
      "path" : "Snippets",
      "product_memberships" : [
        "AutobahnServerTest"
      ],
      "sources" : [
        "AutobahnServerTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/502] Fetching swift-websocket
[503/6828] Fetching swift-websocket, swift-nio-extras
[4679/32094] Fetching swift-websocket, swift-nio-extras, hummingbird
[9609/47382] Fetching swift-websocket, swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.25s)
[21199/22116] Fetching swift-websocket, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (1.89s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.89s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.91s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.2 (2.44s)
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2568] Fetching swift-service-lifecycle
[130/3211] Fetching swift-service-lifecycle, compress-nio
[1184/4154] Fetching swift-service-lifecycle, compress-nio, swift-http-types
[4130/6963] Fetching swift-service-lifecycle, compress-nio, swift-http-types, swift-nio-transport-services
[5111/12376] Fetching swift-service-lifecycle, compress-nio, swift-http-types, swift-nio-transport-services, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
[11433/11433] Fetching swift-service-lifecycle, compress-nio, swift-nio-transport-services, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.38s)
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.39s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
[1/80555] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.66s)
Fetched https://github.com/apple/swift-nio.git from cache (5.77s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (6.39s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.17.0 (0.92s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2487] Fetching swift-metrics
[101/8053] Fetching swift-metrics, swift-distributed-tracing
[207/9873] Fetching swift-metrics, swift-distributed-tracing, swift-atomics
[3020/21591] Fetching swift-metrics, swift-distributed-tracing, swift-atomics, swift-nio-http2
[9098/36078] Fetching swift-metrics, swift-distributed-tracing, swift-atomics, swift-nio-http2, async-http-client
[12085/54392] Fetching swift-metrics, swift-distributed-tracing, swift-atomics, swift-nio-http2, async-http-client, swift-collections
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.59s)
[21947/48826] Fetching swift-metrics, swift-atomics, swift-nio-http2, async-http-client, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
[35210/54613] Fetching swift-metrics, swift-atomics, swift-nio-http2, async-http-client, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
[42233/48826] Fetching swift-metrics, swift-atomics, swift-nio-http2, async-http-client, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (1.54s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.55s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.56s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.73s)
Fetched https://github.com/apple/swift-collections.git from cache (1.75s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (2.30s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.51s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.19s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.73s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.99s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (3.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.62s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (1.28s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1204] Fetching swift-http-structured-headers
[1205/2867] Fetching swift-http-structured-headers, swift-asn1
[1754/9893] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[1755/15934] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (4.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.41s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.9.1 (1.14s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.83s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.32s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.63s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.62s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.78s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (5.15s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.0 (0.78s)
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.26.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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.30.0
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.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.3.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.17.0
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.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
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.39.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.3.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.5.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.5.1
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.1
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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.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.6.3
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.3.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.0
Building for debugging...
[0/535] Compiling a_bitstr.cc
[1/535] Compiling a_dup.cc
[1/535] Write sources
[3/535] Compiling _NumericsShims _NumericsShims.c
[4/535] Write sources
[6/535] Compiling a_i2d_fp.cc
[6/535] Write sources
[54/535] Compiling _AtomicsShims.c
[55/535] Compiling a_d2i_fp.cc
[56/535] Compiling CNIOWindows shim.c
[57/535] Compiling CNIOWindows WSAStartup.c
[58/535] Compiling CNIOWASI CNIOWASI.c
[59/535] Compiling CNIOPosix event_loop_id.c
[60/535] Compiling CNIOSHA1 c_nio_sha1.c
[61/535] Compiling CNIOLinux liburing_shims.c
[62/535] Compiling CNIOLLHTTP c_nio_http.c
[62/535] Compiling CNIOLinux shim.c
[64/535] Compiling CNIOExtrasZlib empty.c
[65/535] Compiling CNIODarwin shim.c
[66/535] Write swift-version-24593BA9C3E375BF.txt
[67/535] Compiling a_bool.cc
[68/535] Compiling CNIOLLHTTP c_nio_api.c
[69/535] Compiling a_gentm.cc
[70/535] Compiling fiat_p256_adx_sqr.S
[71/554] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/555] Compiling a_int.cc
[73/560] Compiling CNIOBoringSSLShims shims.c
[75/576] Emitting module _NIOBase64
[76/576] Emitting module RealModule
[77/586] Compiling InternalCollectionsUtilities _SortedCollection.swift
[78/586] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/586] Compiling InternalCollectionsUtilities Debugging.swift
[80/586] Compiling InternalCollectionsUtilities Descriptions.swift
[81/588] Compiling RealModule RelaxedArithmetic.swift
[82/588] Compiling _NIODataStructures PriorityQueue.swift
[83/588] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[84/588] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/588] Compiling HTTPTypes HTTPField.swift
[86/588] Compiling HTTPTypes HTTPFieldName.swift
[87/588] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/588] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/588] Compiling RealModule RealFunctions.swift
[90/588] Compiling _NIODataStructures _TinyArray.swift
[91/588] Compiling RealModule Float80+Real.swift
[92/588] Compiling RealModule Real.swift
[94/588] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[95/588] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/588] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[97/588] Compiling ServiceContextModule ServiceContextKey.swift
[98/588] Compiling _NIOBase64 Base64.swift
[102/588] Emitting module InternalCollectionsUtilities
[103/588] Compiling RealModule Float16+Real.swift
[106/588] Emitting module ServiceContextModule
[107/588] Compiling ServiceContextModule ServiceContext.swift
[108/590] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[109/590] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/591] Emitting module _NIODataStructures
[111/591] Compiling _NIODataStructures Heap.swift
[112/592] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[113/592] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[117/593] Compiling c-atomics.c
[119/593] Wrapping AST for _NIOBase64 for debugging
[120/600] Wrapping AST for _NIODataStructures for debugging
[122/600] Compiling HTTPTypes ISOLatin1String.swift
[122/606] Wrapping AST for ServiceContextModule for debugging
[124/606] Compiling Instrumentation Instrument.swift
[125/681] Compiling Instrumentation MultiplexInstrument.swift
[126/681] Compiling Instrumentation NoOpInstrument.swift
[127/681] Compiling ConcurrencyHelpers LockedValueBox.swift
[128/681] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[129/681] Compiling HTTPTypes HTTPRequest.swift
[130/736] Compiling HeapModule Heap+Descriptions.swift
[131/736] Compiling HTTPTypes HTTPResponse.swift
[132/736] Compiling HeapModule Heap.swift
[133/736] Compiling HeapModule _HeapNode.swift
[134/736] Compiling HeapModule Heap+Invariants.swift
[135/736] Compiling HeapModule Heap+UnsafeHandle.swift
[136/736] Compiling HTTPTypes NIOLock.swift
[137/736] Emitting module HeapModule
[138/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[139/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[140/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[141/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[142/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[143/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[144/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[145/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[146/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[147/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[148/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[149/737] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[150/737] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[151/737] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[153/756] Compiling HashTreeCollections _HashNode+Invariants.swift
[154/756] Compiling HashTreeCollections _HashNode+Lookups.swift
[155/756] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[156/756] Compiling OrderedCollections OrderedSet+Descriptions.swift
[157/756] Compiling OrderedCollections OrderedSet+Diffing.swift
[158/756] Compiling OrderedCollections OrderedSet+Equatable.swift
[159/756] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[160/756] Compiling OrderedCollections OrderedSet+Hashable.swift
[161/756] Compiling OrderedCollections OrderedSet+Initializers.swift
[162/756] Compiling OrderedCollections OrderedSet+Insertions.swift
[163/756] Compiling OrderedCollections OrderedSet+Invariants.swift
[164/756] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[165/756] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[166/756] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[167/756] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[168/756] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[169/820] Compiling CoreMetrics Metrics.swift
[170/820] Emitting module CoreMetrics
[171/820] Compiling CoreMetrics Locks.swift
[173/821] Emitting module Logging
[174/821] Compiling Instrumentation InstrumentationSystem.swift
[175/821] Compiling Logging MetadataProvider.swift
[176/821] Compiling Instrumentation Locks.swift
[177/821] Emitting module Instrumentation
[178/822] Compiling ConcurrencyHelpers Lock.swift
[179/822] Emitting module ConcurrencyHelpers
[180/823] Compiling HTTPTypes HTTPParsedFields.swift
[181/823] Compiling HTTPTypes HTTPRequest+URL.swift
[182/823] Compiling Logging LogHandler.swift
[183/823] Compiling Logging Locks.swift
[184/823] Compiling Logging Logging.swift
[185/824] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[186/824] Compiling HashTreeCollections TreeDictionary+Values.swift
[187/824] Compiling HashTreeCollections _HashTreeIterator.swift
[188/824] Compiling HashTreeCollections _HashTreeStatistics.swift
[189/824] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[190/824] Compiling HashTreeCollections _RawHashNode.swift
[191/824] Compiling HashTreeCollections _UnmanagedHashNode.swift
[192/824] Compiling HashTreeCollections _UnsafePath.swift
[193/824] Compiling HashTreeCollections TreeDictionary+Codable.swift
[194/824] Compiling HashTreeCollections TreeDictionary+Collection.swift
[195/824] Compiling HashTreeCollections TreeDictionary+Keys.swift
[196/824] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[197/824] Compiling HashTreeCollections TreeDictionary+Merge.swift
[198/824] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[203/824] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[204/824] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[205/824] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[206/824] Compiling HashTreeCollections _HashNode+Structural union.swift
[207/824] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[208/824] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[209/824] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[210/824] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[211/824] Compiling HashTreeCollections _AncestorHashSlots.swift
[212/824] Compiling HashTreeCollections _Bitmap.swift
[213/824] Compiling HashTreeCollections _Bucket.swift
[214/824] Compiling HashTreeCollections _Hash.swift
[215/824] Compiling HashTreeCollections _HashLevel.swift
[216/824] Compiling HashTreeCollections _HashNode+Builder.swift
[217/824] Compiling HashTreeCollections _HashNode+Debugging.swift
[218/824] Compiling HashTreeCollections _HashNode+Initializers.swift
[222/848] Compiling DequeModule Deque._Storage.swift
[223/848] Compiling DequeModule _DequeBuffer.swift
[224/848] Compiling DequeModule _DequeBufferHeader.swift
[225/848] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[226/848] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[233/858] Compiling HashTreeCollections TreeSet+Hashable.swift
[234/858] Compiling HashTreeCollections TreeSet+Sendable.swift
[235/858] Compiling HashTreeCollections TreeSet+Sequence.swift
[236/858] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[237/858] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[238/858] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[239/858] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[240/858] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[241/858] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[242/858] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/858] Compiling HashTreeCollections TreeDictionary.swift
[244/858] Compiling HashTreeCollections TreeSet+Codable.swift
[245/858] Compiling _RopeModule Rope+Join.swift
[246/858] Compiling _RopeModule Rope+MutatingForEach.swift
[247/858] Compiling _RopeModule Rope+Remove.swift
[248/858] Compiling _RopeModule Rope+RemoveSubrange.swift
[249/858] Compiling _RopeModule Rope+Split.swift
[250/858] Compiling _RopeModule Optional Utilities.swift
[251/858] Compiling _RopeModule String Utilities.swift
[252/858] Compiling _RopeModule String.Index+ABI.swift
[253/858] Compiling HashTreeCollections _HashNode.swift
[254/858] Compiling HashTreeCollections _HashNodeHeader.swift
[255/858] Compiling HashTreeCollections _HashSlot.swift
[256/858] Compiling HashTreeCollections _HashStack.swift
[267/858] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[268/858] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[269/858] Compiling HashTreeCollections _HashNode+Storage.swift
[270/858] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[271/858] Compiling DequeModule Deque+Testing.swift
[280/858] Wrapping AST for RealModule for debugging
[282/858] Compiling DequeModule Deque+CustomReflectable.swift
[283/858] Compiling DequeModule Deque+Descriptions.swift
[288/860] Compiling HashTreeCollections _HashNode+Structural filter.swift
[289/860] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[290/860] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[293/870] Compiling DequeModule Deque+Codable.swift
[294/870] Compiling DequeModule Deque+Collection.swift
[297/870] Compiling DequeModule Deque+Equatable.swift
[298/870] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[299/870] Compiling DequeModule Deque+Extras.swift
[300/870] Compiling DequeModule Deque+Hashable.swift
[301/870] Compiling DequeModule Deque._UnsafeHandle.swift
[302/870] Compiling DequeModule Deque.swift
[305/873] Emitting module UnixSignals
[306/873] Emitting module OrderedCollections
[308/874] Compiling DequeModule _DequeSlot.swift
[309/874] Compiling DequeModule _UnsafeWrappedBuffer.swift
[310/874] Compiling Tracing InstrumentationSystem+Tracing.swift
[311/874] Compiling Tracing NoOpTracer.swift
[311/874] Wrapping AST for OrderedCollections for debugging
[313/874] Compiling Tracing TracingTime.swift
[322/874] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[323/874] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[325/874] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[326/874] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[327/874] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[328/874] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[329/874] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[330/874] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[331/874] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[332/874] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[333/874] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[334/874] Compiling HashTreeCollections TreeSet.swift
[334/874] Wrapping AST for Logging for debugging
[336/874] Compiling UnixSignals UnixSignal.swift
[337/874] Compiling UnixSignals UnixSignalsSequence.swift
[338/875] Emitting module Tracing
[345/875] Wrapping AST for InternalCollectionsUtilities for debugging
[347/875] Compiling Tracing TracerProtocol.swift
[348/875] Compiling Tracing Tracer.swift
[348/875] Wrapping AST for UnixSignals for debugging
[349/875] Wrapping AST for Instrumentation for debugging
[353/875] Emitting module Metrics
[354/875] Compiling Metrics Metrics.swift
[355/875] Compiling Tracing TracerProtocol+Legacy.swift
[356/875] Emitting module _RopeModule
[356/876] Wrapping AST for HeapModule for debugging
[358/876] Compiling fiat_p256_adx_mul.S
[359/876] Wrapping AST for CoreMetrics for debugging
[360/876] Wrapping AST for ConcurrencyHelpers for debugging
[361/876] Compiling fiat_curve25519_adx_square.S
[362/876] Compiling fiat_curve25519_adx_mul.S
[363/876] Wrapping AST for Metrics for debugging
[365/876] Compiling Tracing SpanProtocol.swift
[366/877] Emitting module HashTreeCollections
[368/877] Emitting module DequeModule
[369/878] Wrapping AST for Tracing for debugging
[379/878] Wrapping AST for DequeModule for debugging
[388/878] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[389/878] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[390/878] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[391/878] Compiling HashTreeCollections _HashNode+Structural merge.swift
[416/878] Compiling HTTPTypes HTTPFields.swift
[417/878] Emitting module HTTPTypes
[439/881] Wrapping AST for HTTPTypes for debugging
[440/881] Wrapping AST for HashTreeCollections for debugging
[441/881] Wrapping AST for _RopeModule for debugging
[442/881] Compiling tls_method.cc
[443/881] Compiling tls_record.cc
[444/881] Compiling tls13_server.cc
[445/881] Compiling tls13_enc.cc
[446/881] Compiling tls13_client.cc
[447/881] Compiling t1_enc.cc
[448/881] Compiling tls13_both.cc
[449/881] Compiling ssl_transcript.cc
[450/881] Compiling ssl_stat.cc
[451/881] Compiling ssl_x509.cc
[452/881] Compiling ssl_versions.cc
[453/881] Compiling ssl_session.cc
[454/881] Compiling ssl_privkey.cc
[455/881] Compiling ssl_key_share.cc
[456/881] Compiling ssl_lib.cc
[457/881] Compiling ssl_file.cc
[458/881] Compiling ssl_cipher.cc
[459/881] Compiling ssl_cert.cc
[460/881] Compiling ssl_credential.cc
[461/881] Compiling ssl_buffer.cc
[462/881] Compiling ssl_asn1.cc
[463/881] Compiling ssl_aead_ctx.cc
[464/881] Compiling handshake.cc
[465/881] Compiling s3_lib.cc
[466/881] Compiling s3_pkt.cc
[467/881] Compiling handshake_server.cc
[468/881] Compiling s3_both.cc
[469/881] Compiling handshake_client.cc
[470/881] Compiling handoff.cc
[471/881] Compiling encrypted_client_hello.cc
[472/881] Compiling dtls_method.cc
[473/881] Compiling md5-x86_64-linux.S
[474/881] Compiling md5-x86_64-apple.S
[475/881] Compiling extensions.cc
[476/881] Compiling md5-586-linux.S
[477/881] Compiling md5-586-apple.S
[478/881] Compiling dtls_record.cc
[479/881] Compiling chacha20_poly1305_x86_64-linux.S
[480/881] Compiling d1_srtp.cc
[481/881] Compiling chacha20_poly1305_x86_64-apple.S
[482/881] Compiling chacha20_poly1305_armv8-win.S
[483/881] Compiling chacha20_poly1305_armv8-apple.S
[484/881] Compiling chacha-x86_64-linux.S
[485/881] Compiling chacha20_poly1305_armv8-linux.S
[486/881] Compiling d1_pkt.cc
[487/881] Compiling chacha-x86-linux.S
[488/881] Compiling chacha-x86-apple.S
[489/881] Compiling chacha-x86_64-apple.S
[490/881] Compiling chacha-armv8-win.S
[491/881] Compiling chacha-armv8-apple.S
[492/881] Compiling aes128gcmsiv-x86_64-linux.S
[493/881] Compiling chacha-armv4-linux.S
[494/881] Compiling chacha-armv8-linux.S
[495/881] Compiling aes128gcmsiv-x86_64-apple.S
[496/881] Compiling x86_64-mont5-linux.S
[497/881] Compiling x86_64-mont5-apple.S
[498/881] Compiling x86_64-mont-linux.S
[499/881] Compiling x86-mont-linux.S
[500/881] Compiling x86-mont-apple.S
[501/881] Compiling x86_64-mont-apple.S
[502/881] Compiling vpaes-x86_64-linux.S
[503/881] Compiling vpaes-x86_64-apple.S
[504/881] Compiling vpaes-x86-apple.S
[505/881] Compiling vpaes-x86-linux.S
[506/881] Compiling vpaes-armv8-win.S
[507/881] Compiling vpaes-armv8-apple.S
[508/881] Compiling d1_lib.cc
[509/881] Compiling vpaes-armv8-linux.S
[510/881] Compiling vpaes-armv7-linux.S
[511/881] Compiling err_data.cc
[512/881] Compiling sha512-x86_64-linux.S
[513/881] Compiling sha512-armv8-win.S
[514/881] Compiling sha512-x86_64-apple.S
[515/881] Compiling sha512-armv4-linux.S
[516/881] Compiling sha512-armv8-apple.S
[517/881] Compiling d1_both.cc
[518/881] Compiling sha512-armv8-linux.S
[519/881] Compiling sha512-586-linux.S
[520/881] Compiling sha512-586-apple.S
[521/881] Compiling sha256-x86_64-linux.S
[522/881] Compiling sha256-armv8-win.S
[523/881] Compiling sha256-586-linux.S
[524/881] Compiling sha256-x86_64-apple.S
[525/881] Compiling sha256-586-apple.S
[526/881] Compiling sha256-armv8-apple.S
[527/881] Compiling sha256-armv4-linux.S
[528/881] Compiling sha256-armv8-linux.S
[529/881] Compiling sha1-x86_64-apple.S
[530/881] Compiling sha1-x86_64-linux.S
[531/881] Compiling sha1-armv8-linux.S
[532/881] Compiling sha1-armv8-win.S
[533/881] Compiling sha1-armv8-apple.S
[534/881] Compiling sha1-armv4-large-linux.S
[535/881] Compiling sha1-586-linux.S
[536/881] Compiling rsaz-avx2-linux.S
[537/881] Compiling rdrand-x86_64-linux.S
[538/881] Compiling sha1-586-apple.S
[539/881] Compiling rsaz-avx2-apple.S
[540/881] Compiling p256_beeu-x86_64-asm-apple.S
[541/881] Compiling rdrand-x86_64-apple.S
[542/881] Compiling p256_beeu-x86_64-asm-linux.S
[543/881] Compiling p256_beeu-armv8-asm-apple.S
[544/881] Compiling p256_beeu-armv8-asm-win.S
[545/881] Compiling p256-x86_64-asm-linux.S
[546/881] Compiling p256_beeu-armv8-asm-linux.S
[547/881] Compiling p256-x86_64-asm-apple.S
[548/881] Compiling p256-armv8-asm-win.S
[549/881] Compiling p256-armv8-asm-apple.S
[550/881] Compiling p256-armv8-asm-linux.S
[551/881] Compiling ghashv8-armv8-win.S
[552/881] Compiling ghashv8-armv8-apple.S
[553/881] Compiling ghashv8-armv8-linux.S
[554/881] Compiling ghashv8-armv7-linux.S
[555/881] Compiling ghash-x86_64-linux.S
[556/881] Compiling ghash-x86-linux.S
[557/881] Compiling ghash-x86_64-apple.S
[558/881] Compiling ghash-x86-apple.S
[559/881] Compiling ghash-ssse3-x86_64-linux.S
[560/881] Compiling ghash-ssse3-x86_64-apple.S
[561/881] Compiling ghash-ssse3-x86-linux.S
[562/881] Compiling ghash-ssse3-x86-apple.S
[563/881] Compiling ghash-neon-armv8-win.S
[564/881] Compiling ghash-neon-armv8-linux.S
[565/881] Compiling bsaes-armv7-linux.S
[566/881] Compiling ghash-armv4-linux.S
[567/881] Compiling ghash-neon-armv8-apple.S
[568/881] Compiling co-586-apple.S
[569/881] Compiling co-586-linux.S
[570/881] Compiling bn-armv8-win.S
[571/881] Compiling bn-armv8-linux.S
[572/881] Compiling bn-armv8-apple.S
[573/881] Compiling armv8-mont-apple.S
[574/881] Compiling bn-586-apple.S
[575/881] Compiling bn-586-linux.S
[576/881] Compiling armv8-mont-win.S
[577/881] Compiling armv4-mont-linux.S
[578/881] Compiling armv8-mont-linux.S
[579/881] Compiling aesv8-armv8-win.S
[580/881] Compiling aesv8-armv8-apple.S
[581/881] Compiling aesv8-gcm-armv8-win.S
[582/881] Compiling aesv8-gcm-armv8-linux.S
[583/881] Compiling aesv8-armv8-linux.S
[584/881] Compiling aesv8-gcm-armv8-apple.S
[585/881] Compiling aesv8-armv7-linux.S
[586/881] Compiling aesni-x86_64-apple.S
[587/881] Compiling aesni-x86_64-linux.S
[588/881] Compiling aesni-x86-linux.S
[589/881] Compiling bio_ssl.cc
[590/881] Compiling aesni-x86-apple.S
[591/881] Compiling aesni-gcm-x86_64-linux.S
[591/881] Compiling aesni-gcm-x86_64-apple.S
[593/881] Compiling aes-gcm-avx2-x86_64-linux.S
[594/881] Compiling aes-gcm-avx2-x86_64-apple.S
[595/881] Compiling aes-gcm-avx10-x86_64-apple.S
[596/881] Compiling aes-gcm-avx10-x86_64-linux.S
[597/881] Compiling x_x509.cc
[598/881] Compiling x_exten.cc
[599/881] Compiling x_req.cc
[600/881] Compiling x_val.cc
[601/881] Compiling x_sig.cc
[602/881] Compiling x_x509a.cc
[603/881] Compiling x_spki.cc
[604/881] Compiling x_pubkey.cc
[605/881] Compiling x_name.cc
[606/881] Compiling x_crl.cc
[607/881] Compiling x_attrib.cc
[608/881] Compiling x509cset.cc
[609/881] Compiling x_algor.cc
[610/881] Compiling x509name.cc
[611/881] Compiling x509rset.cc
[612/881] Compiling x_all.cc
[613/881] Compiling x509spki.cc
[614/881] Compiling x509_vpm.cc
[615/881] Compiling x509_v3.cc
[616/881] Compiling x509_trs.cc
[617/881] Compiling x509_txt.cc
[618/881] Compiling x509_vfy.cc
[619/881] Compiling x509_set.cc
[620/881] Compiling x509_obj.cc
[621/881] Compiling x509_req.cc
[622/881] Compiling x509_lu.cc
[623/881] Compiling x509_cmp.cc
[624/881] Compiling x509_ext.cc
[625/881] Compiling x509_d2.cc
[626/881] Compiling x509.cc
[627/881] Compiling x509_def.cc
[628/881] Compiling x509_att.cc
[629/881] Compiling v3_utl.cc
[630/881] Compiling v3_skey.cc
[631/881] Compiling v3_purp.cc
[632/881] Compiling v3_pmaps.cc
[633/881] Compiling v3_prn.cc
[634/881] Compiling v3_pcons.cc
[635/881] Compiling v3_ocsp.cc
[636/881] Compiling v3_ncons.cc
[637/881] Compiling v3_lib.cc
[638/881] Compiling v3_int.cc
[639/881] Compiling v3_info.cc
[640/881] Compiling v3_ia5.cc
[641/881] Compiling v3_crld.cc
[642/881] Compiling v3_genn.cc
[643/881] Compiling v3_enum.cc
[644/881] Compiling v3_extku.cc
[645/881] Compiling v3_cpols.cc
[646/881] Compiling v3_conf.cc
[647/881] Compiling v3_bitst.cc
[648/881] Compiling v3_bcons.cc
[649/881] Compiling v3_akeya.cc
[650/881] Compiling v3_alt.cc
[651/881] Compiling v3_akey.cc
[652/881] Compiling t_x509a.cc
[653/881] Compiling t_x509.cc
[654/881] Compiling t_req.cc
[655/881] Compiling t_crl.cc
[656/881] Compiling rsa_pss.cc
[657/881] Compiling i2d_pr.cc
[658/881] Compiling policy.cc
[659/881] Compiling name_print.cc
[660/881] Compiling by_file.cc
[661/881] Compiling asn1_gen.cc
[662/881] Compiling by_dir.cc
[663/881] Compiling algorithm.cc
[664/881] Compiling thread_win.cc
[665/881] Compiling a_verify.cc
[666/881] Compiling a_sign.cc
[667/881] Compiling voprf.cc
[668/881] Compiling a_digest.cc
[669/881] Compiling trust_token.cc
[670/881] Compiling thread_pthread.cc
[671/881] Compiling thread_none.cc
[672/881] Compiling pmbtoken.cc
[673/881] Compiling thread.cc
[674/881] Compiling siphash.cc
[675/881] Compiling stack.cc
[676/881] Compiling sha512.cc
[677/881] Compiling sha256.cc
[678/881] Compiling slhdsa.cc
[679/881] Compiling sha1.cc
[680/881] Compiling spake2plus.cc
[681/881] Compiling rsa_print.cc
[682/881] Compiling rsa_extra.cc
[683/881] Compiling rsa_crypt.cc
[684/881] Compiling rc4.cc
[685/881] Compiling refcount.cc
[686/881] Compiling windows.cc
[687/881] Compiling rsa_asn1.cc
[688/881] Compiling urandom.cc
[689/881] Compiling trusty.cc
[690/881] Compiling rand.cc
[691/881] Compiling passive.cc
[692/881] Compiling poly1305_arm_asm.S
[693/881] Compiling ios.cc
[694/881] Compiling getentropy.cc
[695/881] Compiling deterministic.cc
[696/881] Compiling forkunsafe.cc
[697/881] Compiling fork_detect.cc
[698/881] Compiling poly1305_vec.cc
[699/881] Compiling pool.cc
[700/881] Compiling poly1305_arm.cc
[701/881] Compiling poly1305.cc
[702/881] Compiling pkcs8_x509.cc
[703/881] Compiling pkcs7.cc
[704/881] Compiling pkcs8.cc
[705/881] Compiling p5_pbev2.cc
[706/881] Compiling pkcs7_x509.cc
[707/881] Compiling pem_xaux.cc
[708/881] Compiling pem_x509.cc
[709/881] Compiling pem_all.cc
[710/881] Compiling pem_pkey.cc
[711/881] Compiling mldsa.cc
[712/881] Compiling pem_pk8.cc
[713/881] Compiling pem_lib.cc
[714/881] Compiling mlkem.cc
[715/881] Compiling pem_oth.cc
[716/881] Compiling obj_xref.cc
[717/881] Compiling pem_info.cc
[718/881] Compiling poly_rq_mul.S
[719/881] Compiling obj.cc
[720/881] Compiling fips_shared_support.cc
[721/881] Compiling mem.cc
[722/881] Compiling hrss.cc
[723/881] Compiling md5.cc
[724/881] Compiling md4.cc
[725/881] Compiling lhash.cc
[726/881] Compiling sign.cc
[727/881] Compiling hpke.cc
[728/881] Compiling kyber.cc
[729/881] Compiling p_x25519_asn1.cc
[730/881] Compiling ex_data.cc
[731/881] Compiling scrypt.cc
[732/881] Compiling p_rsa.cc
[733/881] Compiling print.cc
[734/881] Compiling pbkdf.cc
[735/881] Compiling p_x25519.cc
[736/881] Compiling p_rsa_asn1.cc
[737/881] Compiling p_ed25519.cc
[738/881] Compiling p_hkdf.cc
[739/881] Compiling p_ed25519_asn1.cc
[740/881] Compiling p_ec.cc
[741/881] Compiling p_ec_asn1.cc
[742/881] Compiling p_dh_asn1.cc
[743/881] Compiling p_dsa_asn1.cc
[744/881] Compiling p_dh.cc
[745/881] Compiling evp_ctx.cc
[746/881] Compiling evp.cc
[747/881] Compiling err.cc
[748/881] Compiling engine.cc
[749/881] Compiling evp_asn1.cc
[750/881] Compiling ecdh.cc
[751/881] Compiling ec_derive.cc
[752/881] Compiling hash_to_curve.cc
[753/881] Compiling ecdsa_asn1.cc
[754/881] Compiling dsa.cc
[755/881] Compiling dsa_asn1.cc
[756/881] Compiling params.cc
[757/881] Compiling ec_asn1.cc
[758/881] Compiling x25519-asm-arm.S
[759/881] Compiling digest_extra.cc
[760/881] Compiling des.cc
[761/881] Compiling dh_asn1.cc
[762/881] Compiling curve25519_64_adx.cc
[763/881] Compiling bcm.cc
[764/881] Compiling cpu_intel.cc
[765/881] Compiling crypto.cc
[766/881] Compiling spake25519.cc
[767/881] Compiling cpu_arm_linux.cc
[768/881] Compiling curve25519.cc
[769/881] Compiling cpu_arm_freebsd.cc
[770/881] Compiling cpu_aarch64_openbsd.cc
[771/881] Compiling cpu_aarch64_win.cc
[772/881] Compiling cpu_aarch64_sysreg.cc
[773/881] Compiling cpu_aarch64_linux.cc
[774/881] Compiling cpu_aarch64_fuchsia.cc
[775/881] Compiling cpu_aarch64_apple.cc
[776/881] Compiling tls_cbc.cc
[777/881] Compiling conf.cc
[778/881] Compiling e_tls.cc
[779/881] Compiling get_cipher.cc
[780/881] Compiling e_rc4.cc
[781/881] Compiling e_null.cc
[782/881] Compiling e_rc2.cc
[783/881] Compiling e_des.cc
[784/881] Compiling e_chacha20poly1305.cc
[785/881] Compiling e_aesgcmsiv.cc
[786/881] Compiling derive_key.cc
[787/881] Compiling chacha.cc
[788/881] Compiling e_aesctrhmac.cc
[789/881] Compiling unicode.cc
[790/881] Compiling buf.cc
[791/881] Compiling cbs.cc
[792/881] Compiling ber.cc
[793/881] Compiling cbb.cc
[794/881] Compiling asn1_compat.cc
[795/881] Compiling bn_asn1.cc
[796/881] Compiling convert.cc
[797/881] Compiling blake2.cc
[798/881] Compiling socket.cc
[799/881] Compiling socket_helper.cc
[800/881] Compiling printf.cc
[801/881] Compiling pair.cc
[802/881] Compiling hexdump.cc
[803/881] Compiling fd.cc
[804/881] Compiling errno.cc
[805/881] Compiling file.cc
[806/881] Compiling bio_mem.cc
[807/881] Compiling connect.cc
[808/881] Compiling base64.cc
[809/881] Compiling bio.cc
[810/881] Compiling tasn_typ.cc
[811/881] Compiling tasn_fre.cc
[812/881] Compiling tasn_new.cc
[813/881] Compiling tasn_utl.cc
[814/881] Compiling tasn_enc.cc
[815/881] Compiling f_string.cc
[816/881] Compiling posix_time.cc
[817/881] Compiling f_int.cc
[818/881] Compiling tasn_dec.cc
[819/881] Compiling asn_pack.cc
[820/881] Compiling asn1_par.cc
[821/881] Compiling asn1_lib.cc
[822/881] Compiling a_time.cc
[823/881] Compiling a_utctm.cc
[824/881] Compiling CCompressZlib empty.c
[825/881] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[826/881] Write sources
[827/881] Compiling a_octet.cc
[828/881] Write sources
[830/881] Compiling a_type.cc
[831/881] Write sources
[833/881] Compiling a_strnid.cc
[833/881] Write sources
[835/881] Compiling a_strex.cc
[837/1026] Compiling Algorithms FirstNonNil.swift
[838/1026] Compiling Algorithms AdjacentPairs.swift
[839/1026] Compiling Algorithms Chain.swift
[840/1026] Compiling Algorithms Chunked.swift
[841/1028] Compiling Algorithms Cycle.swift
[842/1028] Compiling Algorithms EitherSequence.swift
[843/1028] Compiling Algorithms Intersperse.swift
[844/1028] Compiling Algorithms Compacted.swift
[844/1028] Compiling a_object.cc
[845/1028] Compiling a_mbstr.cc
[847/1028] Compiling Atomics IntegerOperations.swift
[848/1028] Compiling Atomics Unmanaged extensions.swift
[849/1028] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[850/1028] Compiling AsyncAlgorithms AsyncChannel.swift
[851/1028] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[852/1028] Compiling AsyncAlgorithms ChannelStateMachine.swift
[853/1028] Compiling AsyncAlgorithms DebounceStorage.swift
[854/1028] Compiling AsyncAlgorithms Dictionary.swift
[855/1028] Compiling AsyncAlgorithms _TinyArray.swift
[856/1033] Compiling Algorithms FlattenCollection.swift
[857/1033] Compiling Algorithms Grouped.swift
[858/1033] Compiling Algorithms Indexed.swift
[859/1035] Emitting module BitCollections
[860/1035] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[861/1035] Compiling AsyncAlgorithms Locking.swift
[862/1035] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[863/1035] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[864/1035] Compiling AsyncAlgorithms MergeStateMachine.swift
[865/1035] Compiling AsyncAlgorithms MergeStorage.swift
[866/1035] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[867/1035] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[868/1035] Compiling AsyncAlgorithms CombineLatestStorage.swift
[869/1035] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[870/1035] Compiling AsyncAlgorithms DebounceStateMachine.swift
[871/1035] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[872/1035] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[873/1035] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[874/1035] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[875/1035] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[876/1035] Compiling AsyncAlgorithms Rethrow.swift
[877/1035] Compiling BitCollections BitSet+SetAlgebra basics.swift
[878/1035] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[879/1035] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[880/1035] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[881/1035] Compiling Algorithms Joined.swift
[882/1035] Compiling Algorithms Keyed.swift
[883/1035] Compiling Algorithms MinMax.swift
[884/1035] Compiling Algorithms Partition.swift
[885/1035] Compiling Algorithms Permutations.swift
[886/1035] Compiling Algorithms Product.swift
[889/1035] Compiling Algorithms RandomSample.swift
[890/1035] Compiling Algorithms Reductions.swift
[891/1035] Compiling Algorithms Rotate.swift
[893/1035] Compiling Algorithms Stride.swift
[894/1035] Compiling Algorithms Suffix.swift
[938/1044] Compiling Algorithms Trim.swift
[939/1044] Compiling Algorithms Unique.swift
[940/1044] Compiling Algorithms Windows.swift
[941/1044] Compiling AsyncAlgorithms ZipStateMachine.swift
[942/1044] Compiling AsyncAlgorithms ZipStorage.swift
[943/1044] Compiling BitCollections BitSet.swift
[944/1044] Compiling BitCollections Range+Utilities.swift
[945/1044] Compiling BitCollections Slice+Utilities.swift
[946/1044] Compiling BitCollections UInt+Tricks.swift
[947/1044] Compiling BitCollections _Word.swift
[956/1045] Emitting module AsyncAlgorithms
[957/1045] Wrapping AST for BitCollections for debugging
[973/1047] Emitting module Collections
[974/1047] Compiling Collections Collections.swift
[975/1047] Emitting module Atomics
[987/1049] Wrapping AST for Collections for debugging
[988/1049] Wrapping AST for Atomics for debugging
[1003/1049] Emitting module Algorithms
[1004/1049] Compiling AsyncAlgorithms SetAlgebra.swift
[1005/1049] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1006/1049] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1007/1049] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1011/1051] Compiling c-nioatomics.c
[1012/1057] Wrapping AST for Algorithms for debugging
[1013/1057] Wrapping AST for AsyncAlgorithms for debugging
[1015/1065] Emitting module ServiceLifecycle
[1016/1066] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1017/1066] Compiling NIOConcurrencyHelpers NIOLock.swift
[1018/1066] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1019/1066] Compiling ServiceLifecycle CancellationWaiter.swift
[1020/1066] Compiling ServiceLifecycle ServiceRunnerError.swift
[1021/1066] Compiling NIOConcurrencyHelpers lock.swift
[1022/1066] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1023/1066] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1024/1066] Compiling NIOConcurrencyHelpers atomics.swift
[1025/1066] Emitting module NIOConcurrencyHelpers
[1026/1066] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1027/1067] Wrapping AST for NIOConcurrencyHelpers for debugging
[1029/1130] Compiling ServiceLifecycle ServiceGroup.swift
[1030/1130] Compiling ServiceLifecycle Service.swift
[1031/1130] Compiling ServiceLifecycle GracefulShutdown.swift
[1032/1131] Wrapping AST for ServiceLifecycle for debugging
[1034/1131] Compiling NIOCore NIOCoreSendableMetatype.swift
[1035/1131] Compiling NIOCore NIODecodedAsyncSequence.swift
[1036/1131] Compiling NIOCore NIOLoopBound.swift
[1037/1131] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1038/1131] Compiling NIOCore NIOScheduledCallback.swift
[1039/1131] Compiling NIOCore NIOSendable.swift
[1040/1131] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1041/1131] Compiling NIOCore RecvByteBufferAllocator.swift
[1042/1139] Compiling NIOCore IPProtocol.swift
[1043/1139] Compiling NIOCore IntegerBitPacking.swift
[1044/1139] Compiling NIOCore IntegerTypes.swift
[1045/1139] Compiling NIOCore Interfaces.swift
[1046/1139] Compiling NIOCore Linux.swift
[1047/1139] Compiling NIOCore MarkedCircularBuffer.swift
[1048/1139] Compiling NIOCore MulticastChannel.swift
[1049/1139] Compiling NIOCore NIOAny.swift
[1050/1139] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1051/1139] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1052/1139] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1053/1139] Compiling NIOCore EventLoopFuture.swift
[1054/1139] Compiling NIOCore FileDescriptor.swift
[1055/1139] Compiling NIOCore FileHandle.swift
[1056/1139] Compiling NIOCore FileRegion.swift
[1057/1139] Compiling NIOCore GlobalSingletons.swift
[1058/1139] Compiling NIOCore IO.swift
[1059/1139] Compiling NIOCore IOData.swift
[1060/1139] Compiling NIOCore CircularBuffer.swift
[1061/1139] Compiling NIOCore Codec.swift
[1062/1139] Compiling NIOCore ConvenienceOptionSupport.swift
[1063/1139] Compiling NIOCore DeadChannel.swift
[1064/1139] Compiling NIOCore DispatchQueue+WithFuture.swift
[1065/1139] Compiling NIOCore EventLoop+Deprecated.swift
[1066/1139] Compiling NIOCore EventLoop+SerialExecutor.swift
[1067/1139] Compiling NIOCore EventLoop.swift
[1068/1139] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1069/1139] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1070/1139] Compiling NIOCore SocketAddresses.swift
[1071/1139] Compiling NIOCore SocketOptionProvider.swift
[1072/1139] Compiling NIOCore SystemCallHelpers.swift
[1073/1139] Compiling NIOCore TimeAmount+Duration.swift
[1074/1139] Compiling NIOCore TypeAssistedChannelHandler.swift
[1075/1139] Compiling NIOCore UniversalBootstrapSupport.swift
[1076/1139] Compiling NIOCore Utilities.swift
[1077/1139] Compiling NIOCore AddressedEnvelope.swift
[1078/1139] Compiling NIOCore AsyncAwaitSupport.swift
[1079/1139] Compiling NIOCore AsyncChannel.swift
[1080/1139] Compiling NIOCore AsyncChannelHandler.swift
[1081/1139] Compiling NIOCore AsyncChannelInboundStream.swift
[1082/1139] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1083/1139] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1084/1139] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1085/1139] Compiling NIOCore NIOAsyncWriter.swift
[1086/1139] Compiling NIOCore ByteBuffer-multi-int.swift
[1087/1139] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1088/1139] Compiling NIOCore ByteBuffer-views.swift
[1089/1139] Compiling NIOCore Channel.swift
[1090/1139] Compiling NIOCore ChannelHandler.swift
[1091/1139] Compiling NIOCore ChannelHandlers.swift
[1092/1139] Compiling NIOCore ChannelInvoker.swift
[1093/1139] Compiling NIOCore ChannelOption.swift
[1094/1139] Compiling NIOCore ChannelPipeline.swift
[1095/1139] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1096/1139] Compiling NIOCore BSDSocketAPI.swift
[1097/1139] Compiling NIOCore ByteBuffer-aux.swift
[1098/1139] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1099/1139] Compiling NIOCore ByteBuffer-conversions.swift
[1100/1139] Compiling NIOCore ByteBuffer-core.swift
[1101/1139] Compiling NIOCore ByteBuffer-hex.swift
[1102/1139] Compiling NIOCore ByteBuffer-int.swift
[1103/1139] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1104/1139] Emitting module NIOCore
[1105/1140] Wrapping AST for NIOCore for debugging
[1107/1205] Compiling CompressNIO CompressionAlgorithm.swift
[1108/1206] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1109/1206] Compiling CompressNIO Compressor.swift
[1110/1206] Compiling CompressNIO Error.swift
[1111/1206] Emitting module CompressNIO
[1112/1206] Compiling NIOPosix Bootstrap.swift
[1113/1206] Compiling NIOPosix ControlMessage.swift
[1114/1206] Compiling CompressNIO ZlibWrapper.swift
[1115/1206] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1116/1206] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1117/1206] Compiling CompressNIO Zlib.swift
[1119/1207] Emitting module NIOEmbedded
[1119/1207] Wrapping AST for CompressNIO for debugging
[1121/1207] Compiling NIOPosix Pool.swift
[1122/1207] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1123/1207] Compiling NIOPosix PosixSingletons.swift
[1124/1207] Compiling NIOPosix RawSocketBootstrap.swift
[1125/1207] Compiling NIOPosix Resolver.swift
[1126/1207] Compiling NIOPosix Selectable.swift
[1127/1207] Compiling NIOPosix SelectableChannel.swift
[1128/1213] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1129/1213] Emitting module NIOHTTPTypes
[1130/1213] Compiling NIOEmbedded AsyncTestingChannel.swift
[1131/1213] Compiling NIOEmbedded Embedded.swift
[1133/1215] Wrapping AST for NIOHTTPTypes for debugging
[1134/1215] Wrapping AST for NIOEmbedded for debugging
[1136/1215] Compiling NIOPosix ThreadWindows.swift
[1137/1215] Compiling NIOPosix UnsafeTransfer.swift
[1138/1215] Compiling NIOPosix Utilities.swift
[1139/1215] Compiling NIOPosix VsockAddress.swift
[1140/1215] Compiling NIOPosix VsockChannelEvents.swift
[1141/1215] Compiling NIOPosix Windows.swift
[1142/1215] Emitting module NIOPosix
[1143/1215] Compiling NIOPosix SelectableEventLoop.swift
[1144/1215] Compiling NIOPosix SelectorEpoll.swift
[1145/1215] Compiling NIOPosix SelectorGeneric.swift
[1146/1215] Compiling NIOPosix SelectorKqueue.swift
[1147/1215] Compiling NIOPosix SelectorUring.swift
[1148/1215] Compiling NIOPosix SelectorWSAPoll.swift
[1149/1215] Compiling NIOPosix ServerSocket.swift
[1150/1215] Compiling NIOPosix Socket.swift
[1151/1215] Compiling NIOPosix SocketChannel.swift
[1152/1215] Compiling NIOPosix SocketProtocols.swift
[1153/1215] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1154/1215] Compiling NIOPosix System.swift
[1155/1215] Compiling NIOPosix Thread.swift
[1156/1215] Compiling NIOPosix ThreadPosix.swift
[1159/1215] Compiling NIOPosix DatagramVectorReadManager.swift
[1160/1215] Compiling NIOPosix Errors+Any.swift
[1161/1215] Compiling NIOPosix FileDescriptor.swift
[1162/1215] Compiling NIOPosix GetaddrinfoResolver.swift
[1163/1215] Compiling NIOPosix HappyEyeballs.swift
[1164/1215] Compiling NIOPosix BSDSocketAPICommon.swift
[1165/1215] Compiling NIOPosix BSDSocketAPIPosix.swift
[1166/1215] Compiling NIOPosix BSDSocketAPIWindows.swift
[1167/1215] Compiling NIOPosix BaseSocket.swift
[1168/1215] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1169/1215] Compiling NIOPosix BaseSocketChannel.swift
[1170/1215] Compiling NIOPosix BaseStreamSocketChannel.swift
[1171/1215] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1172/1215] Compiling NIOPosix NIOThreadPool.swift
[1173/1215] Compiling NIOPosix NonBlockingFileIO.swift
[1174/1215] Compiling NIOPosix PendingDatagramWritesManager.swift
[1175/1215] Compiling NIOPosix PendingWritesManager.swift
[1176/1215] Compiling NIOPosix PipeChannel.swift
[1177/1215] Compiling NIOPosix PipePair.swift
[1178/1215] Compiling NIOPosix IO.swift
[1179/1215] Compiling NIOPosix IntegerBitPacking.swift
[1180/1215] Compiling NIOPosix IntegerTypes.swift
[1181/1215] Compiling NIOPosix Linux.swift
[1182/1215] Compiling NIOPosix LinuxCPUSet.swift
[1183/1215] Compiling NIOPosix LinuxUring.swift
[1184/1215] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1185/1216] Wrapping AST for NIOPosix for debugging
[1187/1218] Compiling NIO Exports.swift
[1188/1218] Emitting module NIO
[1189/1233] Wrapping AST for NIO for debugging
[1191/1258] Compiling NIOTLS TLSEvents.swift
[1192/1258] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1193/1258] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1194/1259] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1195/1259] Compiling NIOSOCKS SOCKSResponse.swift
[1196/1259] Compiling NIOSOCKS ClientStateMachine.swift
[1197/1259] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1198/1259] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1199/1259] Emitting module NIOTLS
[1200/1259] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1201/1259] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1202/1259] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1203/1259] Compiling NIOHTTP1 HTTPDecoder.swift
[1204/1259] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1205/1259] Compiling NIOHTTP1 HTTPEncoder.swift
[1206/1259] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1207/1259] Emitting module NIOSOCKS
[1208/1259] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1209/1259] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1210/1259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1211/1259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1212/1261] Compiling NIOSOCKS ServerStateMachine.swift
[1215/1262] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1217/1262] Compiling NIOTLS SNIHandler.swift
[1218/1263] Emitting module NIOFoundationCompat
[1219/1263] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1222/1264] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1223/1264] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1223/1264] Wrapping AST for NIOSOCKS for debugging
[1224/1264] Wrapping AST for NIOTLS for debugging
[1225/1269] Wrapping AST for NIOFoundationCompat for debugging
[1227/1315] Compiling NIOTransportServices StateManagedChannel.swift
[1228/1315] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1229/1315] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1230/1317] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1231/1317] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1232/1317] Compiling NIOTransportServices NIOTSErrors.swift
[1233/1317] Compiling NIOTransportServices NIOTSEventLoop.swift
[1234/1317] Compiling NIOTransportServices NIOTSBootstraps.swift
[1235/1317] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1239/1317] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1240/1317] Compiling NIOTransportServices NIOTSSingletons.swift
[1241/1317] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1244/1317] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1245/1317] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1246/1317] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1247/1317] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1248/1317] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1249/1317] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1250/1317] Compiling NIOTransportServices AcceptHandler.swift
[1251/1317] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1252/1317] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1253/1317] Emitting module NIOTransportServices
[1254/1317] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1255/1317] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1259/1318] Wrapping AST for NIOTransportServices for debugging
[1264/1318] Emitting module NIOHTTP1
[1265/1322] Wrapping AST for NIOHTTP1 for debugging
[1267/1369] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1268/1369] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1269/1369] Compiling NIOExtras JSONRPCFraming.swift
[1270/1369] Compiling NIOExtras DebugInboundEventsHandler.swift
[1271/1369] Emitting module NIOSSL
[1272/1373] Emitting module NIOHTTPTypesHTTP1
[1273/1373] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1277/1373] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1278/1373] Compiling NIOSSL SubjectAlternativeName.swift
[1279/1373] Compiling NIOSSL NIOSSLSecureBytes.swift
[1280/1373] Compiling NIOSSL RNG.swift
[1281/1373] Compiling NIOSSL SafeCompare.swift
[1282/1373] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1283/1373] Compiling NIOExtras NIOExtrasError.swift
[1284/1375] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1285/1375] Compiling NIOWebSocket WebSocketOpcode.swift
[1286/1376] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1287/1376] Emitting module NIOHTTPCompression
[1288/1376] Compiling NIOHTTPCompression HTTPDecompression.swift
[1289/1376] Compiling NIOHTTPCompression HTTPCompression.swift
[1290/1376] Compiling NIOHPACK IntegerCoding.swift
[1291/1376] Compiling NIOHPACK IndexedHeaderTable.swift
[1292/1377] Compiling NIOExtras RequestResponseHandlers+State.swift
[1293/1377] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1294/1377] Compiling NIOExtras WritePCAPHandler.swift
[1296/1377] Compiling NIOExtras LineBasedFrameDecoder.swift
[1299/1377] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1300/1377] Compiling NIOExtras NIORequestIdentifiable.swift
[1301/1377] Compiling NIOExtras PCAPRingBuffer.swift
[1302/1377] Compiling NIOExtras QuiescingHelper.swift
[1303/1377] Compiling NIOExtras RequestResponseHandler.swift
[1304/1377] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1305/1377] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1306/1377] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1307/1377] Compiling NIOExtras LengthFieldPrepender.swift
[1308/1377] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1309/1377] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1310/1378] Compiling NIOHPACK HuffmanCoding.swift
[1311/1378] Compiling NIOHPACK HuffmanTables.swift
[1312/1378] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1321/1378] Emitting module NIOWebSocket
[1324/1378] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1325/1378] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1330/1378] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1331/1378] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1332/1378] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1333/1379] Compiling NIOWebSocket WebSocketFrame.swift
[1334/1380] Compiling NIOHPACK StaticHeaderTable.swift
[1341/1380] Emitting module NIOExtras
[1342/1380] Wrapping AST for NIOHTTPCompression for debugging
[1344/1380] Wrapping AST for NIOWebSocket for debugging
[1350/1381] Emitting module NIOHPACK
[1352/1396] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1356/1397] Wrapping AST for NIOHPACK for debugging
[1358/1397] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1359/1397] Compiling WSCore String+validatingString.swift
[1361/1398] Compiling WSCore WebSocketMessage.swift
[1362/1398] Compiling WSCore WebSocketOutboundWriter.swift
[1363/1458] Emitting module WSCore
[1364/1458] Compiling NIOHTTP2 MaySendFrames.swift
[1365/1458] Compiling NIOHTTP2 SendingDataState.swift
[1366/1458] Compiling NIOHTTP2 Error+Any.swift
[1367/1458] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1368/1458] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1369/1458] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1370/1459] Wrapping AST for NIOExtras for debugging
[1372/1484] Compiling HummingbirdCore HTTP1Channel.swift
[1373/1484] Compiling HummingbirdCore HTTPChannelHandler.swift
[1373/1484] Wrapping AST for NIOSSL for debugging
[1375/1484] Compiling WSCore WebSocketStateMachine.swift
[1376/1484] Compiling HummingbirdCore ServerConfiguration.swift
[1377/1484] Compiling HummingbirdCore TSTLSOptions.swift
[1378/1484] Compiling HummingbirdCore AnyAsyncSequence.swift
[1379/1487] Compiling HummingbirdCore Deprecations.swift
[1380/1487] Compiling HummingbirdCore Request.swift
[1381/1487] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1382/1487] Compiling HummingbirdCore RequestBody.swift
[1383/1487] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1384/1487] Compiling HummingbirdCore URI.swift
[1385/1487] Compiling HummingbirdCore Response.swift
[1386/1487] Compiling HummingbirdCore ResponseBody.swift
[1387/1487] Compiling HummingbirdCore ResponseBodyWriter.swift
[1392/1494] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1393/1494] Compiling HummingbirdCore BindAddress.swift
[1395/1496] Emitting module HummingbirdCore
[1397/1496] Compiling HummingbirdCore ResponseWriter.swift
[1402/1496] Compiling HummingbirdCore HTTPServerBuilder.swift
[1402/1496] Wrapping AST for WSCore for debugging
[1404/1509] Compiling WSClient TSTLSOptions.swift
[1405/1509] Compiling WSClient URI.swift
[1408/1509] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1409/1509] Compiling HummingbirdCore Server.swift
[1410/1509] Compiling HummingbirdCore ServerChildChannel.swift
[1411/1509] Compiling HummingbirdCore SendableMetatype.swift
[1412/1509] Compiling HummingbirdCore String+percentEncode.swift
[1413/1509] Compiling HummingbirdCore UnsafeTransfer.swift
[1414/1509] Compiling WSClient ClientChannel.swift
[1415/1509] Compiling WSClient ClientConnection.swift
[1416/1509] Compiling WSClient Parser.swift
[1417/1509] Compiling WSClient TLSClientChannel.swift
[1418/1509] Compiling HummingbirdCore FlatDictionary.swift
[1419/1509] Compiling HummingbirdCore HBParser.swift
[1420/1509] Compiling HummingbirdCore OutputBuffer.swift
[1421/1510] Emitting module NIOHTTP2
[1422/1510] Compiling WSClient WebSocketClientConfiguration.swift
[1425/1510] Emitting module WSClient
[1429/1511] Compiling WSCompression PerMessageDeflateExtension.swift
[1430/1511] Compiling WSClient WebSocketClient.swift
[1431/1511] Compiling WSClient WebSocketClientChannel.swift
[1432/1511] Compiling WSClient Exports.swift
[1433/1511] Emitting module WSCompression
[1435/1512] Compiling WSClient WebSocketClientError.swift
[1435/1512] Wrapping AST for HummingbirdCore for debugging
[1436/1578] Wrapping AST for WSCompression for debugging
[1438/1578] Compiling Hummingbird JSONCoding.swift
[1439/1578] Compiling Hummingbird ResponseEncodable.swift
[1440/1579] Compiling Hummingbird CORSMiddleware.swift
[1441/1579] Compiling Hummingbird FileMiddleware.swift
[1442/1579] Compiling Hummingbird LogRequestMiddleware.swift
[1443/1579] Compiling Hummingbird MetricsMiddleware.swift
[1444/1579] Compiling Hummingbird Middleware.swift
[1445/1579] Compiling Hummingbird MiddlewareGroup.swift
[1446/1579] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1447/1579] Compiling Hummingbird _Middleware2.swift
[1448/1579] Compiling Hummingbird _OptionalMiddleware.swift
[1450/1579] Compiling Hummingbird RequestResponder.swift
[1451/1579] Compiling Hummingbird Response.swift
[1452/1579] Compiling Hummingbird URI+decodeQuery.swift
[1453/1579] Compiling Hummingbird MemoryPersistDriver.swift
[1454/1579] Compiling NIOHTTP2 StreamMap.swift
[1455/1579] Compiling NIOHTTP2 StreamStateMachine.swift
[1456/1579] Compiling NIOHTTP2 UnsafeTransfer.swift
[1457/1579] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1458/1579] Compiling HummingbirdWSCompression Exports.swift
[1459/1579] Emitting module HummingbirdWSCompression
[1460/1580] Compiling Hummingbird Trie+resolve.swift
[1461/1580] Compiling Hummingbird Trie+serialize.swift
[1462/1580] Compiling Hummingbird TrieRouter.swift
[1463/1580] Compiling Hummingbird ChildRequestContext.swift
[1464/1580] Compiling Hummingbird Request.swift
[1465/1580] Compiling Hummingbird RequestContext.swift
[1466/1580] Compiling Hummingbird RequestContextSource.swift
[1467/1580] Compiling Hummingbird RequestID.swift
[1468/1582] Wrapping AST for WSClient for debugging
[1469/1582] Wrapping AST for HummingbirdWSCompression for debugging
[1471/1582] Emitting module HummingbirdWSClient
[1472/1582] Compiling HummingbirdWSClient Exports.swift
[1474/1583] Compiling Hummingbird Configuration.swift
[1475/1583] Compiling Hummingbird Deprecations.swift
[1476/1583] Compiling Hummingbird Environment.swift
[1477/1583] Compiling Hummingbird EditedHTTPError.swift
[1478/1583] Compiling Hummingbird HTTPError.swift
[1479/1583] Compiling Hummingbird HTTPResponseError.swift
[1480/1583] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1481/1583] Compiling Hummingbird Exports.swift
[1482/1583] Compiling Hummingbird CacheControl.swift
[1482/1583] Wrapping AST for HummingbirdWSClient for debugging
[1502/1592] Compiling Hummingbird Router.swift
[1503/1592] Compiling Hummingbird FileIO.swift
[1504/1592] Compiling Hummingbird FileProvider.swift
[1505/1592] Compiling Hummingbird LocalFileSystem.swift
[1506/1592] Compiling Hummingbird Cookie.swift
[1507/1592] Compiling Hummingbird Cookies.swift
[1508/1592] Compiling Hummingbird MediaType+FileExtension.swift
[1509/1592] Compiling Hummingbird MediaType.swift
[1510/1592] Compiling Hummingbird _SpreadMiddleware.swift
[1511/1592] Compiling Hummingbird TracingMiddleware.swift
[1512/1592] Compiling Hummingbird EndpointResponder.swift
[1513/1592] Compiling Hummingbird Parameters+UUID.swift
[1514/1592] Compiling Hummingbird Parameters.swift
[1515/1592] Compiling Hummingbird ResponseGenerator.swift
[1516/1592] Compiling Hummingbird RouteCollection.swift
[1517/1592] Compiling Hummingbird Router+validation.swift
[1519/1592] Compiling Hummingbird RouterGroup.swift
[1520/1592] Compiling Hummingbird RouterMethods.swift
[1521/1592] Compiling Hummingbird RouterPath.swift
[1522/1592] Compiling Hummingbird RouterResponder.swift
[1523/1592] Compiling Hummingbird TransformingRouterGroup.swift
[1524/1592] Compiling Hummingbird RouterTrie.swift
[1535/1592] Compiling Hummingbird Request+Cookies.swift
[1536/1592] Compiling Hummingbird Response+Cookies.swift
[1563/1593] Compiling Hummingbird PersistDriver.swift
[1564/1593] Compiling Hummingbird PersistError.swift
[1565/1593] Compiling Hummingbird ByteBuffer+foundation.swift
[1566/1593] Compiling Hummingbird DateCache.swift
[1567/1593] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1568/1593] Compiling Hummingbird HexDigest.swift
[1569/1593] Compiling Hummingbird InitializableFromSource.swift
[1570/1593] Compiling Hummingbird PreludeService.swift
[1571/1593] Compiling Hummingbird StringProtocol.swift
[1572/1593] Compiling Hummingbird Application.swift
[1573/1593] Compiling Hummingbird CodableProtocols.swift
[1576/1593] Compiling Hummingbird URLEncodedForm+Request.swift
[1577/1593] Compiling Hummingbird URLEncodedForm.swift
[1578/1593] Compiling Hummingbird URLEncodedFormDecoder.swift
[1579/1593] Compiling Hummingbird URLEncodedFormEncoder.swift
[1580/1593] Compiling Hummingbird URLEncodedFormNode.swift
[1581/1593] Emitting module Hummingbird
[1581/1594] Wrapping AST for NIOHTTP2 for debugging
[1583/1657] Wrapping AST for Hummingbird for debugging
[1585/1665] Compiling HummingbirdWebSocket SendableMetatype.swift
[1586/1665] Emitting module HummingbirdWebSocket
[1587/1665] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1588/1665] Compiling HummingbirdWebSocket Exports.swift
[1589/1665] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1590/1665] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1591/1665] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1592/1665] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1593/1666] Wrapping AST for HummingbirdWebSocket for debugging
[1595/1666] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1596/1666] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1597/1666] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1598/1666] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1599/1666] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1600/1666] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1601/1666] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1602/1666] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1603/1666] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1604/1674] Emitting module AsyncHTTPClient
[1605/1674] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1606/1674] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1607/1674] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1608/1674] Compiling AsyncHTTPClient Transaction.swift
[1609/1674] Compiling AsyncHTTPClient Base64.swift
[1610/1674] Compiling AsyncHTTPClient BasicAuth.swift
[1611/1674] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1612/1674] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1613/1674] Compiling AsyncHTTPClient ConnectionPool.swift
[1614/1674] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1615/1674] Compiling AsyncHTTPClient NWErrorHandler.swift
[1616/1674] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1617/1674] Compiling AsyncHTTPClient TLSConfiguration.swift
[1618/1674] Compiling AsyncHTTPClient RedirectState.swift
[1619/1674] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1620/1674] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1621/1674] Compiling AsyncHTTPClient RequestBag.swift
[1622/1674] Compiling AsyncHTTPClient RequestValidation.swift
[1623/1674] Compiling AsyncHTTPClient SSLContextCache.swift
[1624/1674] Compiling AsyncHTTPClient Scheme.swift
[1625/1674] Compiling AsyncHTTPClient Singleton.swift
[1626/1674] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1627/1674] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1628/1674] Compiling AsyncHTTPClient TracingSupport.swift
[1629/1674] Compiling AsyncHTTPClient Utils.swift
[1630/1674] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1631/1674] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1632/1674] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1633/1674] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1634/1674] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1635/1674] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1636/1674] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1637/1674] Compiling AsyncHTTPClient RequestBodyLength.swift
[1638/1674] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1639/1674] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1640/1674] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1641/1674] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1642/1674] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1643/1674] Compiling AsyncHTTPClient HTTP1Connection.swift
[1644/1674] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1645/1674] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1646/1674] Compiling AsyncHTTPClient HTTP2Connection.swift
[1647/1674] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1648/1674] Compiling AsyncHTTPClient RequestOptions.swift
[1649/1674] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1650/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1651/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1652/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1653/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1654/1674] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1655/1674] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1656/1674] Compiling AsyncHTTPClient ConnectionTarget.swift
[1657/1674] Compiling AsyncHTTPClient DeconstructedURL.swift
[1658/1674] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1659/1674] Compiling AsyncHTTPClient FoundationExtensions.swift
[1660/1674] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1661/1674] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1662/1674] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1663/1674] Compiling AsyncHTTPClient HTTPClient.swift
[1664/1674] Compiling AsyncHTTPClient HTTPHandler.swift
[1665/1674] Compiling AsyncHTTPClient LRUCache.swift
[1666/1675] Wrapping AST for AsyncHTTPClient for debugging
[1668/1684] Compiling HummingbirdTesting Application+Test.swift
[1669/1684] Compiling HummingbirdTesting ApplicationTester.swift
[1670/1685] Compiling HummingbirdTesting TestApplication.swift
[1671/1685] Compiling HummingbirdTesting TestClient+types.swift
[1672/1685] Emitting module HummingbirdTesting
[1673/1685] Compiling HummingbirdTesting Deprecations.swift
[1674/1685] Compiling HummingbirdTesting LiveTestFramework.swift
[1675/1685] Compiling HummingbirdTesting RouterTestFramework.swift
[1676/1685] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1677/1685] Compiling HummingbirdTesting TestClient.swift
[1678/1686] Wrapping AST for HummingbirdTesting for debugging
[1680/1688] Emitting module HummingbirdWSTesting
[1681/1688] Compiling HummingbirdWSTesting TestClient+ws.swift
[1682/1689] Wrapping AST for HummingbirdWSTesting for debugging
[1684/1693] Emitting module AutobahnServerTest
[1685/1693] Compiling AutobahnServerTest AutobahnServerTest.swift
[1686/1693] Emitting module WebsocketTest
[1687/1693] Compiling WebsocketTest WebsocketTest.swift
[1689/1695] Wrapping AST for AutobahnServerTest for debugging
[1690/1695] Write Objects.LinkFileList
[1691/1695] Wrapping AST for WebsocketTest for debugging
[1692/1695] Write Objects.LinkFileList
[1693/1695] Linking AutobahnServerTest
[1694/1695] Linking WebsocketTest
Build complete! (450.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-websocket.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "hummingbird-websocket",
  "name" : "hummingbird-websocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdWebSocket",
      "targets" : [
        "HummingbirdWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSClient",
      "targets" : [
        "HummingbirdWSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSCompression",
      "targets" : [
        "HummingbirdWSCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSTesting",
      "targets" : [
        "HummingbirdWSTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebsocketTest",
      "targets" : [
        "WebsocketTest"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "AutobahnServerTest",
      "targets" : [
        "AutobahnServerTest"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocketTests",
      "path" : "Tests/HummingbirdWebSocketTests",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdTesting",
        "HummingbirdTLS"
      ],
      "sources" : [
        "Certificates.swift",
        "WebSocketExtensionTests.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSClient",
        "HummingbirdWSCompression",
        "HummingbirdWSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocket",
      "path" : "Sources/HummingbirdWebSocket",
      "product_dependencies" : [
        "WSCore",
        "Hummingbird",
        "NIOHTTPTypes",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "HummingbirdWebSocket",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift",
        "HTTPServerBuilder+WebSocket.swift",
        "NIOWebSocketServerUpgrade+ext.swift",
        "Utils/SendableMetatype.swift",
        "WebSocketChannel.swift",
        "WebSocketRouter.swift",
        "WebSocketServerConfiguration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSTesting",
      "path" : "Sources/HummingbirdWSTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "TestClient+ws.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWSClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSCompression",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSCompression",
      "path" : "Sources/HummingbirdWSCompression",
      "product_dependencies" : [
        "WSCompression"
      ],
      "product_memberships" : [
        "HummingbirdWSCompression",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSClient",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSClient",
      "path" : "Sources/HummingbirdWSClient",
      "product_dependencies" : [
        "WSClient"
      ],
      "product_memberships" : [
        "HummingbirdWSClient",
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebsocketTest",
      "module_type" : "SwiftTarget",
      "name" : "WebsocketTest",
      "path" : "Snippets",
      "product_memberships" : [
        "WebsocketTest"
      ],
      "sources" : [
        "WebsocketTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "AutobahnServerTest",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnServerTest",
      "path" : "Snippets",
      "product_memberships" : [
        "AutobahnServerTest"
      ],
      "sources" : [
        "AutobahnServerTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.