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 2.6.0 (716c54), with Swift 6.1 for Android on 22 Jun 2025 07:39:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: 2.6.0
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
 * tag               2.6.0      -> FETCH_HEAD
HEAD is now at 716c542 If we receive an upgrade request after not upgrading, return redirect and close connection (#108)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
716c54294152c6d3301a6239a1d74db57cbcd6dc
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at 2.6.0
========================================
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",
        "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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/apple/swift-nio-extras.git
[1/430] Fetching swift-websocket
[431/6372] Fetching swift-websocket, swift-nio-extras
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.46s)
[3625/5942] Fetching swift-nio-extras
[5943/20832] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.71s)
[1787/14890] Fetching swift-nio-ssl
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.23s)
[1/24766] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.51s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.1 (5.63s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
[644/3310] Fetching compress-nio, swift-nio-transport-services
[831/7146] Fetching compress-nio, swift-nio-transport-services, swift-log
[912/9572] Fetching compress-nio, swift-nio-transport-services, swift-log, swift-service-lifecycle
[2075/10476] Fetching compress-nio, swift-nio-transport-services, swift-log, swift-service-lifecycle, swift-http-types
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.65s)
[5907/9833] Fetching swift-nio-transport-services, swift-log, swift-service-lifecycle, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.73s)
[7587/8929] Fetching swift-nio-transport-services, swift-log, swift-service-lifecycle
[7933/85268] Fetching swift-nio-transport-services, swift-log, swift-service-lifecycle, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.06s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (6.06s)
Fetched https://github.com/apple/swift-log.git from cache (6.06s)
Fetched https://github.com/apple/swift-nio.git from cache (6.19s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (6.94s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
[1/1797] Fetching swift-atomics
[199/6790] Fetching swift-atomics, swift-distributed-tracing
[2150/18322] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2
[3221/20528] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-metrics
[9278/34542] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-metrics, async-http-client
[10401/51182] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-metrics, async-http-client, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (0.53s)
[11256/48976] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, async-http-client, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
[13838/47179] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-collections
[28127/52164] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
[37682/47179] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client, swift-collections
Fetched https://github.com/swift-server/async-http-client.git from cache (1.28s)
[25844/33165] Fetching swift-distributed-tracing, swift-nio-http2, swift-collections
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.85s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.87s)
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.77s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.18s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.97s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.92s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.94s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.48s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.33s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.13s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1616] Fetching swift-asn1
[1617/2785] Fetching swift-asn1, swift-http-structured-headers
[2038/8969] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[2039/14928] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.93s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.94s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (1.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.55s)
Fetching https://github.com/apple/swift-crypto.git
[1/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.89s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.97s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.77s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.82s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.22s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.05s)
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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.3.1
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.32.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/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/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/534] Write sources
[3/534] Compiling CCompressZlib empty.c
[3/534] Write sources
[51/534] Compiling _NumericsShims _NumericsShims.c
[52/534] Compiling _AtomicsShims.c
[53/534] Compiling CNIOWindows shim.c
[54/534] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[55/534] Compiling CNIOWindows WSAStartup.c
[56/534] Compiling CNIOWASI CNIOWASI.c
[57/534] Compiling CNIOLinux liburing_shims.c
[58/534] Compiling CNIOSHA1 c_nio_sha1.c
[59/534] Compiling CNIOLLHTTP c_nio_http.c
[60/534] Compiling CNIOExtrasZlib empty.c
[61/534] Compiling CNIOLinux shim.c
[62/534] Compiling CNIODarwin shim.c
[63/534] Compiling CNIOLLHTTP c_nio_api.c
[64/534] Compiling fiat_p256_adx_sqr.S
[65/534] Write swift-version-24593BA9C3E375BF.txt
[66/534] Compiling fiat_p256_adx_mul.S
[67/534] Compiling fiat_curve25519_adx_square.S
[68/534] Compiling fiat_curve25519_adx_mul.S
[69/534] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/543] Compiling CNIOBoringSSLShims shims.c
[71/553] Compiling a_d2i_fp.cc
[72/572] Compiling a_strex.cc
[74/580] Emitting module InternalCollectionsUtilities
[75/581] Compiling ServiceContextModule ServiceContextKey.swift
[76/581] Compiling HTTPTypes HTTPFieldName.swift
[77/581] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/582] Compiling HTTPTypes ISOLatin1String.swift
[79/582] Compiling HTTPTypes HTTPRequest.swift
[80/582] Compiling HTTPTypes HTTPResponse.swift
[81/582] Compiling RealModule ElementaryFunctions.swift
[82/582] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/583] Emitting module HTTPTypes
[84/583] Compiling HTTPTypes HTTPField.swift
[85/583] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/583] Compiling InternalCollectionsUtilities Debugging.swift
[87/583] Compiling InternalCollectionsUtilities Descriptions.swift
[88/583] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[89/583] Compiling ServiceContextModule ServiceContext.swift
[90/583] Emitting module ServiceContextModule
[91/583] Compiling HTTPTypes HTTPParsedFields.swift
[92/583] Emitting module _NIOBase64
[93/583] Compiling _NIOBase64 Base64.swift
[94/585] Compiling _NIODataStructures PriorityQueue.swift
[95/585] Compiling RealModule Float80+Real.swift
[96/585] Compiling RealModule Real.swift
[97/585] Compiling _NIODataStructures _TinyArray.swift
[98/585] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[99/585] Compiling InternalCollectionsUtilities Integer rank.swift
[100/585] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[101/585] Compiling InternalCollectionsUtilities UInt+reversed.swift
[102/585] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/585] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[104/585] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[105/585] Compiling InternalCollectionsUtilities _SortedCollection.swift
[106/586] Compiling RealModule Float+Real.swift
[107/586] Compiling RealModule Float16+Real.swift
[108/586] Emitting module RealModule
[113/586] Compiling _NIODataStructures Heap.swift
[114/586] Emitting module _NIODataStructures
[115/587] Compiling RealModule RealFunctions.swift
[120/591] Wrapping AST for _NIODataStructures for debugging
[122/599] Compiling HTTPTypes NIOLock.swift
[123/723] Compiling Instrumentation NoOpInstrument.swift
[124/723] Compiling ConcurrencyHelpers LockedValueBox.swift
[125/723] Emitting module Instrumentation
[126/723] Compiling Instrumentation MultiplexInstrument.swift
[127/723] Compiling Instrumentation Instrument.swift
[128/723] Compiling _RopeModule BigString+Initializers.swift
[129/723] Compiling _RopeModule BigString+Insert.swift
[130/723] Compiling _RopeModule BigString+Managing Breaks.swift
[131/723] Compiling _RopeModule BigString+RemoveSubrange.swift
[132/723] Compiling _RopeModule BigString+ReplaceSubrange.swift
[133/723] Compiling _RopeModule BigString+Split.swift
[134/723] Compiling _RopeModule Range+BigString.swift
[135/730] Compiling _RopeModule BigString+UTF16View.swift
[136/730] Compiling _RopeModule BigString+UTF8View.swift
[137/730] Compiling _RopeModule Rope+_Storage.swift
[138/730] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[139/730] Compiling _RopeModule Rope+_UnsafeHandle.swift
[140/730] Compiling _RopeModule Rope.swift
[141/730] Compiling _RopeModule RopeElement.swift
[142/730] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[143/730] Compiling _RopeModule BigString+Chunk+Splitting.swift
[144/730] Compiling _RopeModule BigString+Chunk.swift
[145/730] Compiling _RopeModule BigString+BidirectionalCollection.swift
[146/730] Compiling _RopeModule BigString+Comparable.swift
[147/730] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[148/730] Compiling _RopeModule BigString+CustomStringConvertible.swift
[149/730] Compiling _RopeModule BigString+Equatable.swift
[150/730] Compiling _RopeModule BigString+Summary.swift
[151/730] Compiling _RopeModule BigString.swift
[152/730] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[153/730] Compiling _RopeModule BigString+Chunk+Breaks.swift
[154/730] Compiling _RopeModule BigString+Chunk+Counts.swift
[155/730] Compiling _RopeModule BigString+Chunk+Description.swift
[156/730] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[157/730] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[158/730] Compiling _RopeModule BigSubstring+UTF8View.swift
[159/730] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[160/730] Compiling _RopeModule BigSubstring.swift
[161/730] Compiling _RopeModule Rope+Builder.swift
[162/730] Compiling _RopeModule Rope+Debugging.swift
[163/730] Compiling _RopeModule Rope+Invariants.swift
[164/730] Compiling _RopeModule Rope+_Node.swift
[165/730] Compiling _RopeModule BigString+Append.swift
[166/730] Compiling _RopeModule BigString+Builder.swift
[167/730] Compiling _RopeModule BigString+Contents.swift
[168/730] Compiling _RopeModule BigString+Debugging.swift
[169/730] Compiling _RopeModule BigString+Index.swift
[170/730] Compiling _RopeModule BigString+Ingester.swift
[171/730] Compiling _RopeModule BigString+Invariants.swift
[172/730] Compiling _RopeModule BigString+Iterators.swift
[173/730] Compiling _RopeModule BigString+Metrics.swift
[173/730] Compiling c-atomics.c
[175/737] Compiling CoreMetrics Metrics.swift
[176/737] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[177/737] Compiling OrderedCollections OrderedSet.swift
[178/737] Compiling OrderedCollections _UnsafeBitset.swift
[179/737] Compiling _RopeModule Rope+Sequence.swift
[180/737] Compiling _RopeModule Rope+Append.swift
[181/737] Compiling _RopeModule Rope+Extract.swift
[182/737] Compiling _RopeModule Rope+Find.swift
[183/737] Compiling _RopeModule Rope+ForEachWhile.swift
[184/737] Compiling _RopeModule Rope+Insert.swift
[185/746] Compiling HeapModule Heap+Descriptions.swift
[191/746] Compiling OrderedCollections OrderedSet+Sendable.swift
[192/746] Compiling OrderedCollections OrderedSet+SubSequence.swift
[193/746] Compiling OrderedCollections OrderedSet+Testing.swift
[194/746] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[195/746] Emitting module ConcurrencyHelpers
[196/746] Compiling ConcurrencyHelpers Lock.swift
[197/746] Emitting module CoreMetrics
[198/746] Compiling CoreMetrics Locks.swift
[199/746] Compiling Logging MetadataProvider.swift
[200/746] Compiling Instrumentation InstrumentationSystem.swift
[201/746] Compiling Instrumentation Locks.swift
[202/746] Emitting module Logging
[203/747] Compiling Logging Locks.swift
[204/749] Compiling Logging LogHandler.swift
[205/749] Compiling Logging Logging.swift
[206/750] Compiling HeapModule _HeapNode.swift
[209/750] Compiling HeapModule Heap.swift
[212/750] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[213/750] Compiling HeapModule Heap+Invariants.swift
[214/750] Compiling HeapModule Heap+UnsafeHandle.swift
[215/750] Emitting module HeapModule
[217/756] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[218/756] Compiling _RopeModule BigString+Hashing.swift
[219/756] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[220/756] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[221/756] Compiling _RopeModule BigString+Sequence.swift
[222/756] Compiling _RopeModule BigString+TextOutputStream.swift
[223/756] Compiling _RopeModule BigString+UnicodeScalarView.swift
[224/756] Compiling _RopeModule BigSubstring+UTF16View.swift
[225/840] Compiling Tracing InstrumentationSystem+Tracing.swift
[226/840] Compiling HashTreeCollections _HashNode+Structural merge.swift
[227/840] Compiling HashTreeCollections TreeSet+Hashable.swift
[228/840] Compiling HashTreeCollections TreeSet+Sendable.swift
[229/840] Compiling HashTreeCollections TreeSet+Sequence.swift
[230/840] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[231/840] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[232/840] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[233/855] Compiling Tracing TracingTime.swift
[234/855] Emitting module Tracing
[235/855] Compiling DequeModule Deque+CustomReflectable.swift
[236/855] Compiling DequeModule Deque+Descriptions.swift
[237/855] Compiling DequeModule Deque+Equatable.swift
[238/855] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[239/857] Emitting module UnixSignals
[240/857] Compiling UnixSignals UnixSignal.swift
[241/857] Compiling Tracing TracerProtocol.swift
[242/857] Compiling DequeModule _DequeBuffer.swift
[243/857] Compiling UnixSignals UnixSignalsSequence.swift
[244/857] Compiling DequeModule _DequeBufferHeader.swift
[245/858] Emitting module OrderedCollections
[246/859] Compiling Tracing Tracer.swift
[247/859] Compiling Tracing TracerProtocol+Legacy.swift
[255/859] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[256/859] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[257/859] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[258/859] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[259/869] Wrapping AST for _NIOBase64 for debugging
[260/869] Wrapping AST for UnixSignals for debugging
[261/869] Wrapping AST for ServiceContextModule for debugging
[263/869] Compiling Tracing NoOpTracer.swift
[264/869] Compiling Tracing SpanProtocol.swift
[265/869] Compiling HashTreeCollections TreeDictionary.swift
[266/869] Compiling HashTreeCollections TreeSet+Codable.swift
[267/869] Compiling HashTreeCollections TreeSet+Collection.swift
[268/869] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[269/869] Compiling HashTreeCollections TreeSet+Debugging.swift
[270/869] Compiling HashTreeCollections TreeSet+Descriptions.swift
[271/869] Compiling HashTreeCollections TreeSet+Equatable.swift
[272/869] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[273/869] Compiling HashTreeCollections TreeSet+Extras.swift
[274/869] Compiling HashTreeCollections TreeSet+Filter.swift
[275/870] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[276/870] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[277/870] Compiling HashTreeCollections TreeDictionary+Filter.swift
[278/870] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[279/870] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[280/870] Compiling HashTreeCollections TreeDictionary+Keys.swift
[281/870] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[282/870] Compiling HashTreeCollections TreeDictionary+Merge.swift
[283/870] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[284/870] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[285/870] Compiling HashTreeCollections TreeDictionary+Values.swift
[286/870] Compiling DequeModule _DequeSlot.swift
[287/870] Compiling DequeModule _UnsafeWrappedBuffer.swift
[287/870] Wrapping AST for RealModule for debugging
[288/870] Wrapping AST for OrderedCollections for debugging
[290/870] Wrapping AST for Logging for debugging
[292/870] Compiling DequeModule Deque+Testing.swift
[293/870] Compiling DequeModule Deque._Storage.swift
[294/870] Compiling DequeModule Deque._UnsafeHandle.swift
[295/870] Compiling DequeModule Deque.swift
[296/870] Compiling DequeModule Deque+Extras.swift
[297/870] Compiling DequeModule Deque+Hashable.swift
[297/870] Wrapping AST for InternalCollectionsUtilities for debugging
[299/870] Emitting module _RopeModule
[299/870] Wrapping AST for Instrumentation for debugging
[300/870] Wrapping AST for Tracing for debugging
[302/870] Compiling DequeModule Deque+Codable.swift
[303/870] Compiling DequeModule Deque+Collection.swift
[303/870] Wrapping AST for HeapModule for debugging
[304/870] Wrapping AST for CoreMetrics for debugging
[305/870] Wrapping AST for ConcurrencyHelpers for debugging
[307/870] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[308/870] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[309/870] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[310/870] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[311/870] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[312/870] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[313/870] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[314/870] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[315/870] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[316/870] Compiling HashTreeCollections TreeSet.swift
[317/870] Emitting module DequeModule
[328/871] Emitting module Metrics
[329/871] Compiling HTTPTypes HTTPFields.swift
[336/872] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[337/872] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[338/872] Compiling HashTreeCollections _HashNode+Storage.swift
[339/872] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[340/872] Compiling HashTreeCollections _HashNode+Structural filter.swift
[347/872] Compiling HashTreeCollections _HashNode+Builder.swift
[348/872] Compiling HashTreeCollections _HashNode+Debugging.swift
[349/872] Compiling HashTreeCollections _HashNode+Initializers.swift
[350/872] Compiling HashTreeCollections _HashNode+Invariants.swift
[361/872] Compiling HashTreeCollections _HashNodeHeader.swift
[362/872] Compiling HashTreeCollections _HashSlot.swift
[363/872] Compiling HashTreeCollections _HashStack.swift
[370/872] Compiling HashTreeCollections _HashNode+Lookups.swift
[371/872] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[372/872] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[373/872] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[374/872] Compiling HashTreeCollections _HashNode+Structural union.swift
[375/872] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[376/872] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[377/872] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[378/872] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[379/872] Compiling HashTreeCollections _HashNode.swift
[379/872] Wrapping AST for DequeModule for debugging
[380/873] Wrapping AST for HTTPTypes for debugging
[421/873] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[422/873] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[423/873] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[424/873] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[425/873] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[426/873] Compiling tls_record.cc
[427/873] Compiling tls_method.cc
[428/873] Wrapping AST for _RopeModule for debugging
[430/873] Compiling Metrics Metrics.swift
[430/874] Compiling tls13_server.cc
[432/874] Compiling tls13_enc.cc
[433/874] Wrapping AST for Metrics for debugging
[435/874] Emitting module HashTreeCollections
[436/875] Compiling tls13_client.cc
[437/875] Compiling tls13_both.cc
[438/875] Wrapping AST for HashTreeCollections for debugging
[439/875] Compiling t1_enc.cc
[440/875] Compiling ssl_versions.cc
[441/875] Compiling ssl_transcript.cc
[442/875] Compiling ssl_x509.cc
[443/875] Compiling ssl_stat.cc
[444/875] Compiling ssl_session.cc
[445/875] Compiling ssl_privkey.cc
[446/875] Compiling ssl_key_share.cc
[447/875] Compiling ssl_file.cc
[448/875] Compiling ssl_credential.cc
[449/875] Compiling ssl_cipher.cc
[450/875] Compiling ssl_lib.cc
[451/875] Compiling ssl_cert.cc
[452/875] Compiling ssl_buffer.cc
[453/875] Compiling ssl_asn1.cc
[454/875] Compiling s3_pkt.cc
[455/875] Compiling ssl_aead_ctx.cc
[456/875] Compiling s3_lib.cc
[457/875] Compiling s3_both.cc
[458/875] Compiling handshake_server.cc
[459/875] Compiling handshake_client.cc
[460/875] Compiling handshake.cc
[461/875] Compiling handoff.cc
[462/875] Compiling encrypted_client_hello.cc
[463/875] Compiling dtls_record.cc
[464/875] Compiling dtls_method.cc
[465/875] Compiling md5-x86_64-linux.S
[466/875] Compiling md5-x86_64-apple.S
[467/875] Compiling md5-586-linux.S
[468/875] Compiling extensions.cc
[469/875] Compiling md5-586-apple.S
[470/875] Compiling chacha20_poly1305_x86_64-linux.S
[471/875] Compiling chacha20_poly1305_x86_64-apple.S
[472/875] Compiling chacha20_poly1305_armv8-win.S
[473/875] Compiling d1_srtp.cc
[474/875] Compiling chacha20_poly1305_armv8-apple.S
[475/875] Compiling chacha-x86_64-linux.S
[476/875] Compiling chacha20_poly1305_armv8-linux.S
[477/875] Compiling chacha-x86_64-apple.S
[478/875] Compiling chacha-x86-apple.S
[479/875] Compiling chacha-x86-linux.S
[480/875] Compiling chacha-armv8-win.S
[481/875] Compiling chacha-armv8-apple.S
[482/875] Compiling d1_pkt.cc
[483/875] Compiling chacha-armv8-linux.S
[484/875] Compiling chacha-armv4-linux.S
[485/875] Compiling aes128gcmsiv-x86_64-linux.S
[486/875] Compiling aes128gcmsiv-x86_64-apple.S
[487/875] Compiling x86_64-mont5-linux.S
[488/875] Compiling x86_64-mont5-apple.S
[489/875] Compiling x86_64-mont-linux.S
[490/875] Compiling x86_64-mont-apple.S
[491/875] Compiling x86-mont-linux.S
[492/875] Compiling x86-mont-apple.S
[493/875] Compiling vpaes-x86_64-linux.S
[494/875] Compiling vpaes-x86_64-apple.S
[495/875] Compiling vpaes-x86-linux.S
[496/875] Compiling vpaes-x86-apple.S
[497/875] Compiling vpaes-armv8-win.S
[498/875] Compiling vpaes-armv8-linux.S
[499/875] Compiling vpaes-armv8-apple.S
[500/875] Compiling sha512-x86_64-linux.S
[501/875] Compiling vpaes-armv7-linux.S
[502/875] Compiling sha512-x86_64-apple.S
[503/875] Compiling sha512-armv8-win.S
[504/875] Compiling err_data.cc
[505/875] Compiling sha512-armv4-linux.S
[506/875] Compiling sha512-armv8-apple.S
[507/875] Compiling sha512-586-linux.S
[508/875] Compiling sha512-586-apple.S
[509/875] Compiling sha512-armv8-linux.S
[510/875] Compiling sha256-x86_64-apple.S
[511/875] Compiling sha256-x86_64-linux.S
[512/875] Compiling sha256-armv8-win.S
[513/875] Compiling sha256-armv4-linux.S
[514/875] Compiling sha256-armv8-apple.S
[515/875] Compiling sha256-armv8-linux.S
[516/875] Compiling sha256-586-linux.S
[517/875] Compiling sha256-586-apple.S
[518/875] Compiling sha1-x86_64-linux.S
[519/875] Compiling sha1-armv8-win.S
[520/875] Compiling sha1-x86_64-apple.S
[521/875] Compiling sha1-armv8-apple.S
[522/875] Compiling sha1-586-linux.S
[523/875] Compiling sha1-armv4-large-linux.S
[524/875] Compiling sha1-armv8-linux.S
[525/875] Compiling sha1-586-apple.S
[526/875] Compiling rsaz-avx2-linux.S
[527/875] Compiling rdrand-x86_64-linux.S
[528/875] Compiling rsaz-avx2-apple.S
[529/875] Compiling p256_beeu-x86_64-asm-linux.S
[530/875] Compiling rdrand-x86_64-apple.S
[531/875] Compiling p256_beeu-x86_64-asm-apple.S
[532/875] Compiling p256_beeu-armv8-asm-win.S
[533/875] Compiling p256_beeu-armv8-asm-linux.S
[534/875] Compiling p256-x86_64-asm-linux.S
[535/875] Compiling p256_beeu-armv8-asm-apple.S
[536/875] Compiling d1_lib.cc
[536/875] Compiling p256-x86_64-asm-apple.S
[538/875] Compiling p256-armv8-asm-win.S
[539/875] Compiling p256-armv8-asm-linux.S
[540/875] Compiling ghashv8-armv8-apple.S
[541/875] Compiling ghashv8-armv8-linux.S
[542/875] Compiling p256-armv8-asm-apple.S
[543/875] Compiling ghashv8-armv8-win.S
[544/875] Compiling ghashv8-armv7-linux.S
[545/875] Compiling ghash-x86_64-linux.S
[546/875] Compiling ghash-ssse3-x86_64-linux.S
[547/875] Compiling ghash-x86-linux.S
[548/875] Compiling ghash-x86_64-apple.S
[549/875] Compiling ghash-ssse3-x86_64-apple.S
[550/875] Compiling ghash-x86-apple.S
[551/875] Compiling ghash-neon-armv8-win.S
[552/875] Compiling ghash-ssse3-x86-linux.S
[553/875] Compiling ghash-ssse3-x86-apple.S
[554/875] Compiling bio_ssl.cc
[555/875] Compiling ghash-neon-armv8-linux.S
[556/875] Compiling ghash-neon-armv8-apple.S
[557/875] Compiling ghash-armv4-linux.S
[558/875] Compiling co-586-apple.S
[559/875] Compiling co-586-linux.S
[560/875] Compiling bn-armv8-win.S
[561/875] Compiling bsaes-armv7-linux.S
[562/875] Compiling bn-armv8-apple.S
[563/875] Compiling bn-armv8-linux.S
[564/875] Compiling bn-586-apple.S
[564/875] Compiling armv8-mont-win.S
[566/875] Compiling bn-586-linux.S
[567/875] Compiling armv8-mont-apple.S
[568/875] Compiling armv8-mont-linux.S
[569/875] Compiling armv4-mont-linux.S
[570/875] Compiling d1_both.cc
[571/875] Compiling aesv8-gcm-armv8-apple.S
[572/875] Compiling aesv8-gcm-armv8-win.S
[573/875] Compiling aesv8-gcm-armv8-linux.S
[574/875] Compiling aesv8-armv8-apple.S
[575/875] Compiling aesv8-armv8-win.S
[576/875] Compiling aesv8-armv7-linux.S
[577/875] Compiling aesv8-armv8-linux.S
[578/875] Compiling aesni-x86-linux.S
[579/875] Compiling aesni-x86_64-linux.S
[580/875] Compiling aesni-gcm-x86_64-linux.S
[580/875] Compiling aesni-x86_64-apple.S
[582/875] Compiling aes-gcm-avx2-x86_64-linux.S
[583/875] Compiling aesni-x86-apple.S
[584/875] Compiling aes-gcm-avx2-x86_64-apple.S
[585/875] Compiling aesni-gcm-x86_64-apple.S
[586/875] Compiling aes-gcm-avx10-x86_64-linux.S
[587/875] Compiling aes-gcm-avx10-x86_64-apple.S
[588/875] Compiling x_req.cc
[589/875] Compiling x_sig.cc
[590/875] Compiling x_pubkey.cc
[591/875] Compiling x_val.cc
[592/875] Compiling x_spki.cc
[593/875] Compiling x_x509.cc
[594/875] Compiling x_x509a.cc
[595/875] Compiling x_name.cc
[596/875] Compiling x_attrib.cc
[597/875] Compiling x_exten.cc
[598/875] Compiling x_crl.cc
[599/875] Compiling x509spki.cc
[600/875] Compiling x_all.cc
[601/875] Compiling x_algor.cc
[602/875] Compiling x509rset.cc
[603/875] Compiling x509name.cc
[604/875] Compiling x509_vpm.cc
[605/875] Compiling x509_vfy.cc
[606/875] Compiling x509_trs.cc
[607/875] Compiling x509cset.cc
[608/875] Compiling x509_req.cc
[609/875] Compiling x509_txt.cc
[610/875] Compiling x509_v3.cc
[611/875] Compiling x509_set.cc
[612/875] Compiling x509_obj.cc
[613/875] Compiling x509_def.cc
[614/875] Compiling x509_ext.cc
[615/875] Compiling x509_lu.cc
[616/875] Compiling x509_d2.cc
[617/875] Compiling x509_att.cc
[618/875] Compiling x509_cmp.cc
[619/875] Compiling x509.cc
[620/875] Compiling v3_skey.cc
[621/875] Compiling v3_utl.cc
[622/875] Compiling v3_pmaps.cc
[623/875] Compiling v3_prn.cc
[624/875] Compiling v3_pcons.cc
[625/875] Compiling v3_purp.cc
[626/875] Compiling v3_ocsp.cc
[627/875] Compiling v3_ncons.cc
[628/875] Compiling v3_ia5.cc
[629/875] Compiling v3_info.cc
[630/875] Compiling v3_lib.cc
[631/875] Compiling v3_int.cc
[632/875] Compiling v3_enum.cc
[633/875] Compiling v3_extku.cc
[634/875] Compiling v3_genn.cc
[635/875] Compiling v3_crld.cc
[636/875] Compiling v3_cpols.cc
[637/875] Compiling v3_conf.cc
[638/875] Compiling v3_bitst.cc
[639/875] Compiling v3_bcons.cc
[640/875] Compiling v3_alt.cc
[641/875] Compiling v3_akeya.cc
[642/875] Compiling v3_akey.cc
[643/875] Compiling t_x509a.cc
[644/875] Compiling i2d_pr.cc
[645/875] Compiling t_req.cc
[646/875] Compiling t_x509.cc
[647/875] Compiling rsa_pss.cc
[648/875] Compiling name_print.cc
[649/875] Compiling t_crl.cc
[650/875] Compiling policy.cc
[651/875] Compiling by_file.cc
[652/875] Compiling by_dir.cc
[653/875] Compiling asn1_gen.cc
[654/875] Compiling a_digest.cc
[655/875] Compiling algorithm.cc
[656/875] Compiling voprf.cc
[657/875] Compiling a_verify.cc
[658/875] Compiling a_sign.cc
[659/875] Compiling trust_token.cc
[660/875] Compiling thread_win.cc
[661/875] Compiling thread_none.cc
[662/875] Compiling thread_pthread.cc
[663/875] Compiling thread.cc
[664/875] Compiling stack.cc
[665/875] Compiling pmbtoken.cc
[666/875] Compiling spake2plus.cc
[667/875] Compiling slhdsa.cc
[668/875] Compiling sha512.cc
[669/875] Compiling siphash.cc
[670/875] Compiling sha1.cc
[671/875] Compiling sha256.cc
[672/875] Compiling rsa_print.cc
[673/875] Compiling rsa_extra.cc
[674/875] Compiling rc4.cc
[675/875] Compiling windows.cc
[676/875] Compiling refcount.cc
[677/875] Compiling rsa_crypt.cc
[678/875] Compiling urandom.cc
[679/875] Compiling trusty.cc
[680/875] Compiling rand.cc
[681/875] Compiling rsa_asn1.cc
[682/875] Compiling passive.cc
[683/875] Compiling ios.cc
[684/875] Compiling forkunsafe.cc
[685/875] Compiling getentropy.cc
[686/875] Compiling poly1305_arm_asm.S
[687/875] Compiling fork_detect.cc
[688/875] Compiling deterministic.cc
[689/875] Compiling poly1305_vec.cc
[690/875] Compiling pool.cc
[691/875] Compiling poly1305_arm.cc
[692/875] Compiling poly1305.cc
[693/875] Compiling pkcs7.cc
[694/875] Compiling pkcs8.cc
[695/875] Compiling pkcs8_x509.cc
[696/875] Compiling p5_pbev2.cc
[697/875] Compiling pkcs7_x509.cc
[698/875] Compiling pem_xaux.cc
[699/875] Compiling pem_x509.cc
[700/875] Compiling pem_pkey.cc
[701/875] Compiling pem_pk8.cc
[702/875] Compiling pem_oth.cc
[703/875] Compiling mlkem.cc
[704/875] Compiling pem_all.cc
[705/875] Compiling pem_lib.cc
[706/875] Compiling pem_info.cc
[707/875] Compiling obj_xref.cc
[708/875] Compiling obj.cc
[709/875] Compiling poly_rq_mul.S
[710/875] Compiling mldsa.cc
[711/875] Compiling fips_shared_support.cc
[712/875] Compiling mem.cc
[713/875] Compiling md5.cc
[714/875] Compiling lhash.cc
[715/875] Compiling md4.cc
[716/875] Compiling kyber.cc
[717/875] Compiling ex_data.cc
[718/875] Compiling hrss.cc
[719/875] Compiling sign.cc
[720/875] Compiling scrypt.cc
[721/875] Compiling hpke.cc
[722/875] Compiling print.cc
[723/875] Compiling pbkdf.cc
[724/875] Compiling p_x25519.cc
[725/875] Compiling p_x25519_asn1.cc
[726/875] Compiling p_rsa_asn1.cc
[727/875] Compiling p_ed25519.cc
[728/875] Compiling p_rsa.cc
[729/875] Compiling p_ed25519_asn1.cc
[730/875] Compiling p_hkdf.cc
[731/875] Compiling p_ec_asn1.cc
[732/875] Compiling p_ec.cc
[733/875] Compiling p_dh.cc
[734/875] Compiling p_dh_asn1.cc
[735/875] Compiling evp_ctx.cc
[736/875] Compiling p_dsa_asn1.cc
[737/875] Compiling evp.cc
[738/875] Compiling evp_asn1.cc
[739/875] Compiling err.cc
[740/875] Compiling engine.cc
[741/875] Compiling ecdh.cc
[742/875] Compiling ecdsa_asn1.cc
[743/875] Compiling hash_to_curve.cc
[744/875] Compiling ec_derive.cc
[745/875] Compiling dsa.cc
[746/875] Compiling bcm.cc
[747/875] Compiling ec_asn1.cc
[748/875] Compiling dsa_asn1.cc
[749/875] Compiling x25519-asm-arm.S
[750/875] Compiling params.cc
[751/875] Compiling digest_extra.cc
[752/875] Compiling des.cc
[753/875] Compiling dh_asn1.cc
[754/875] Compiling curve25519_64_adx.cc
[755/875] Compiling crypto.cc
[756/875] Compiling cpu_intel.cc
[757/875] Compiling cpu_arm_linux.cc
[758/875] Compiling spake25519.cc
[759/875] Compiling cpu_arm_freebsd.cc
[760/875] Compiling curve25519.cc
[761/875] Compiling cpu_aarch64_win.cc
[762/875] Compiling cpu_aarch64_sysreg.cc
[763/875] Compiling cpu_aarch64_openbsd.cc
[764/875] Compiling cpu_aarch64_fuchsia.cc
[765/875] Compiling cpu_aarch64_linux.cc
[766/875] Compiling cpu_aarch64_apple.cc
[767/875] Compiling conf.cc
[768/875] Compiling get_cipher.cc
[769/875] Compiling tls_cbc.cc
[770/875] Compiling e_tls.cc
[771/875] Compiling e_rc4.cc
[772/875] Compiling e_null.cc
[772/875] Compiling e_rc2.cc
[774/875] Compiling e_des.cc
[775/875] Compiling derive_key.cc
[776/875] Compiling e_chacha20poly1305.cc
[777/875] Compiling e_aesgcmsiv.cc
[778/875] Compiling e_aesctrhmac.cc
[779/875] Compiling chacha.cc
[780/875] Compiling buf.cc
[781/875] Compiling unicode.cc
[782/875] Compiling ber.cc
[783/875] Compiling cbb.cc
[784/875] Compiling asn1_compat.cc
[785/875] Compiling cbs.cc
[786/875] Compiling convert.cc
[787/875] Compiling bn_asn1.cc
[788/875] Compiling blake2.cc
[789/875] Compiling socket_helper.cc
[790/875] Compiling printf.cc
[791/875] Compiling socket.cc
[792/875] Compiling pair.cc
[793/875] Compiling hexdump.cc
[794/875] Compiling file.cc
[795/875] Compiling fd.cc
[796/875] Compiling errno.cc
[797/875] Compiling bio_mem.cc
[798/875] Compiling connect.cc
[799/875] Compiling base64.cc
[800/875] Compiling bio.cc
[801/875] Compiling tasn_typ.cc
[802/875] Compiling tasn_utl.cc
[803/875] Compiling tasn_fre.cc
[804/875] Compiling tasn_enc.cc
[805/875] Compiling tasn_new.cc
[806/875] Compiling f_string.cc
[807/875] Compiling posix_time.cc
[808/875] Compiling tasn_dec.cc
[809/875] Compiling f_int.cc
[810/875] Compiling asn1_par.cc
[811/875] Compiling asn_pack.cc
[812/875] Compiling asn1_lib.cc
[813/875] Compiling a_octet.cc
[814/875] Compiling a_utctm.cc
[815/875] Compiling a_time.cc
[816/875] Compiling a_type.cc
[817/875] Compiling a_strnid.cc
[818/875] Compiling a_mbstr.cc
[819/875] Compiling a_object.cc
[819/875] Write sources
[826/875] Compiling a_i2d_fp.cc
[827/875] Compiling a_dup.cc
[828/875] Compiling a_int.cc
[829/1016] Compiling a_gentm.cc
[830/1016] Compiling a_bool.cc
[831/1016] Compiling a_bitstr.cc
[833/1016] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[834/1016] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[835/1016] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[836/1016] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[837/1018] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[838/1018] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[839/1018] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[840/1018] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[841/1018] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[842/1018] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[843/1018] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[844/1018] Compiling AsyncAlgorithms DebounceStateMachine.swift
[845/1018] Compiling AsyncAlgorithms DebounceStorage.swift
[846/1018] Compiling AsyncAlgorithms Dictionary.swift
[847/1018] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[848/1025] Compiling Atomics IntegerOperations.swift
[849/1025] Compiling Atomics Unmanaged extensions.swift
[850/1025] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[851/1025] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[852/1025] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[853/1025] Emitting module BitCollections
[854/1025] Compiling AsyncAlgorithms Locking.swift
[855/1025] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[856/1025] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[857/1025] Compiling AsyncAlgorithms MergeStateMachine.swift
[858/1025] Compiling AsyncAlgorithms MergeStorage.swift
[859/1025] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[860/1025] Compiling AsyncAlgorithms Rethrow.swift
[861/1025] Compiling AsyncAlgorithms ChannelStateMachine.swift
[862/1025] Compiling AsyncAlgorithms ChannelStorage.swift
[863/1025] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[864/1025] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[865/1025] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[866/1025] Compiling AsyncAlgorithms CombineLatestStorage.swift
[867/1025] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[868/1025] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[869/1025] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[870/1025] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[871/1025] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[872/1025] Compiling BitCollections BitSet+SetAlgebra union.swift
[873/1025] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[874/1025] Compiling BitCollections BitSet.Counted.swift
[875/1025] Emitting module AsyncAlgorithms
[876/1031] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[877/1031] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[878/1031] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[880/1031] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[881/1031] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[882/1034] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[883/1034] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[889/1034] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[900/1034] Compiling BitCollections BitSet.Index.swift
[901/1034] Compiling BitCollections BitSet._UnsafeHandle.swift
[902/1034] Compiling BitCollections BitSet.swift
[903/1034] Compiling BitCollections Range+Utilities.swift
[904/1034] Compiling BitCollections Slice+Utilities.swift
[905/1034] Compiling BitCollections UInt+Tricks.swift
[906/1034] Compiling BitCollections _Word.swift
[915/1034] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[916/1034] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[917/1034] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[948/1035] Compiling Algorithms Trim.swift
[949/1035] Compiling Algorithms Unique.swift
[950/1035] Compiling Algorithms Windows.swift
[950/1035] Wrapping AST for BitCollections for debugging
[952/1037] Compiling Collections Collections.swift
[953/1037] Emitting module Collections
[961/1038] Emitting module Atomics
[965/1038] Wrapping AST for Collections for debugging
[991/1039] Compiling AsyncAlgorithms SetAlgebra.swift
[992/1039] Compiling AsyncAlgorithms UnsafeTransfer.swift
[993/1039] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[994/1039] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[995/1039] Compiling AsyncAlgorithms ZipStateMachine.swift
[996/1039] Compiling AsyncAlgorithms ZipStorage.swift
[998/1040] Compiling c-nioatomics.c
[999/1040] Wrapping AST for Atomics for debugging
[1001/1040] Emitting module Algorithms
[1001/1041] Wrapping AST for AsyncAlgorithms for debugging
[1003/1055] Wrapping AST for Algorithms for debugging
[1005/1055] Compiling ServiceLifecycle Service.swift
[1006/1056] Compiling ServiceLifecycle ServiceRunnerError.swift
[1007/1056] Emitting module ServiceLifecycle
[1008/1056] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1009/1056] Compiling ServiceLifecycle CancellationWaiter.swift
[1010/1056] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1011/1056] Compiling ServiceLifecycle GracefulShutdown.swift
[1012/1056] Compiling NIOConcurrencyHelpers lock.swift
[1013/1056] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1014/1056] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1015/1056] Compiling NIOConcurrencyHelpers NIOLock.swift
[1016/1056] Compiling NIOConcurrencyHelpers atomics.swift
[1017/1056] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1018/1056] Emitting module NIOConcurrencyHelpers
[1020/1057] Compiling ServiceLifecycle ServiceGroup.swift
[1021/1058] Wrapping AST for ServiceLifecycle for debugging
[1022/1058] Wrapping AST for NIOConcurrencyHelpers for debugging
[1024/1118] Compiling NIOCore MulticastChannel.swift
[1025/1118] Compiling NIOCore NIOAny.swift
[1026/1118] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1027/1118] Compiling NIOCore NIOLoopBound.swift
[1028/1118] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1029/1118] Compiling NIOCore NIOScheduledCallback.swift
[1030/1118] Compiling NIOCore NIOSendable.swift
[1031/1118] Compiling NIOCore RecvByteBufferAllocator.swift
[1032/1126] Compiling NIOCore IO.swift
[1033/1126] Compiling NIOCore IOData.swift
[1034/1126] Compiling NIOCore IPProtocol.swift
[1035/1126] Compiling NIOCore IntegerBitPacking.swift
[1036/1126] Compiling NIOCore IntegerTypes.swift
[1037/1126] Compiling NIOCore Interfaces.swift
[1038/1126] Compiling NIOCore Linux.swift
[1039/1126] Compiling NIOCore MarkedCircularBuffer.swift
[1040/1126] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1041/1126] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1042/1126] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1043/1126] Compiling NIOCore EventLoopFuture.swift
[1044/1126] Compiling NIOCore FileDescriptor.swift
[1045/1126] Compiling NIOCore FileHandle.swift
[1046/1126] Compiling NIOCore FileRegion.swift
[1047/1126] Compiling NIOCore GlobalSingletons.swift
[1048/1126] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1049/1126] Compiling NIOCore SocketAddresses.swift
[1050/1126] Compiling NIOCore SocketOptionProvider.swift
[1051/1126] Compiling NIOCore SystemCallHelpers.swift
[1052/1126] Compiling NIOCore TimeAmount+Duration.swift
[1053/1126] Compiling NIOCore TypeAssistedChannelHandler.swift
[1054/1126] Compiling NIOCore UniversalBootstrapSupport.swift
[1055/1126] Compiling NIOCore Utilities.swift
[1056/1126] Compiling NIOCore AddressedEnvelope.swift
[1057/1126] Compiling NIOCore AsyncAwaitSupport.swift
[1058/1126] Compiling NIOCore AsyncChannel.swift
[1059/1126] Compiling NIOCore AsyncChannelHandler.swift
[1060/1126] Compiling NIOCore AsyncChannelInboundStream.swift
[1061/1126] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1062/1126] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1063/1126] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1064/1126] Compiling NIOCore NIOAsyncWriter.swift
[1065/1126] Compiling NIOCore CircularBuffer.swift
[1066/1126] Compiling NIOCore Codec.swift
[1067/1126] Compiling NIOCore ConvenienceOptionSupport.swift
[1068/1126] Compiling NIOCore DeadChannel.swift
[1069/1126] Compiling NIOCore DispatchQueue+WithFuture.swift
[1070/1126] Compiling NIOCore EventLoop+Deprecated.swift
[1071/1126] Compiling NIOCore EventLoop+SerialExecutor.swift
[1072/1126] Compiling NIOCore EventLoop.swift
[1073/1126] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1074/1126] Compiling NIOCore BSDSocketAPI.swift
[1075/1126] Compiling NIOCore ByteBuffer-aux.swift
[1076/1126] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1077/1126] Compiling NIOCore ByteBuffer-conversions.swift
[1078/1126] Compiling NIOCore ByteBuffer-core.swift
[1079/1126] Compiling NIOCore ByteBuffer-hex.swift
[1080/1126] Compiling NIOCore ByteBuffer-int.swift
[1081/1126] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1082/1126] Compiling NIOCore ByteBuffer-multi-int.swift
[1083/1126] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1084/1126] Compiling NIOCore ByteBuffer-views.swift
[1085/1126] Compiling NIOCore Channel.swift
[1086/1126] Compiling NIOCore ChannelHandler.swift
[1087/1126] Compiling NIOCore ChannelHandlers.swift
[1088/1126] Compiling NIOCore ChannelInvoker.swift
[1089/1126] Compiling NIOCore ChannelOption.swift
[1090/1126] Compiling NIOCore ChannelPipeline.swift
[1091/1126] Emitting module NIOCore
[1092/1127] Wrapping AST for NIOCore for debugging
[1094/1188] Emitting module NIOHTTPTypes
[1095/1188] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1096/1189] Compiling CompressNIO Compressor.swift
[1098/1190] Compiling CompressNIO CompressionAlgorithm.swift
[1098/1190] Wrapping AST for NIOHTTPTypes for debugging
[1100/1190] Compiling CompressNIO Error.swift
[1101/1190] Emitting module CompressNIO
[1102/1190] Compiling NIOPosix Bootstrap.swift
[1103/1190] Compiling NIOPosix ControlMessage.swift
[1104/1190] Compiling NIOEmbedded AsyncTestingChannel.swift
[1105/1190] Compiling CompressNIO ZlibWrapper.swift
[1106/1190] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1107/1190] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1108/1190] Compiling CompressNIO Zlib.swift
[1109/1191] Wrapping AST for CompressNIO for debugging
[1111/1191] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1112/1191] Emitting module NIOEmbedded
[1113/1191] Compiling NIOEmbedded Embedded.swift
[1114/1192] Wrapping AST for NIOEmbedded for debugging
[1116/1192] Compiling NIOPosix Pool.swift
[1117/1192] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1118/1192] Compiling NIOPosix PosixSingletons.swift
[1119/1192] Compiling NIOPosix RawSocketBootstrap.swift
[1120/1192] Compiling NIOPosix Resolver.swift
[1121/1192] Compiling NIOPosix Selectable.swift
[1122/1198] Emitting module NIOPosix
[1123/1198] Compiling NIOPosix SelectableChannel.swift
[1124/1198] Compiling NIOPosix SelectableEventLoop.swift
[1125/1198] Compiling NIOPosix SelectorEpoll.swift
[1126/1198] Compiling NIOPosix SelectorGeneric.swift
[1127/1198] Compiling NIOPosix SelectorKqueue.swift
[1128/1198] Compiling NIOPosix SelectorUring.swift
[1129/1198] Compiling NIOPosix ServerSocket.swift
[1130/1198] Compiling NIOPosix Socket.swift
[1131/1198] Compiling NIOPosix SocketChannel.swift
[1132/1198] Compiling NIOPosix SocketProtocols.swift
[1133/1198] Compiling NIOPosix System.swift
[1134/1198] Compiling NIOPosix Thread.swift
[1135/1198] Compiling NIOPosix ThreadPosix.swift
[1136/1198] Compiling NIOPosix ThreadWindows.swift
[1137/1198] Compiling NIOPosix UnsafeTransfer.swift
[1138/1198] Compiling NIOPosix Utilities.swift
[1139/1198] Compiling NIOPosix VsockAddress.swift
[1140/1198] Compiling NIOPosix VsockChannelEvents.swift
[1141/1198] Compiling NIOPosix IO.swift
[1142/1198] Compiling NIOPosix IntegerBitPacking.swift
[1143/1198] Compiling NIOPosix IntegerTypes.swift
[1144/1198] Compiling NIOPosix Linux.swift
[1145/1198] Compiling NIOPosix LinuxCPUSet.swift
[1146/1198] Compiling NIOPosix LinuxUring.swift
[1147/1198] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1148/1198] Compiling NIOPosix NIOThreadPool.swift
[1149/1198] Compiling NIOPosix NonBlockingFileIO.swift
[1150/1198] Compiling NIOPosix PendingDatagramWritesManager.swift
[1151/1198] Compiling NIOPosix PendingWritesManager.swift
[1152/1198] Compiling NIOPosix PipeChannel.swift
[1153/1198] Compiling NIOPosix PipePair.swift
[1154/1198] Compiling NIOPosix BSDSocketAPICommon.swift
[1155/1198] Compiling NIOPosix BSDSocketAPIPosix.swift
[1156/1198] Compiling NIOPosix BSDSocketAPIWindows.swift
[1157/1198] Compiling NIOPosix BaseSocket.swift
[1158/1198] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1159/1198] Compiling NIOPosix BaseSocketChannel.swift
[1160/1198] Compiling NIOPosix BaseStreamSocketChannel.swift
[1163/1198] Compiling NIOPosix DatagramVectorReadManager.swift
[1164/1198] Compiling NIOPosix Errors+Any.swift
[1165/1198] Compiling NIOPosix FileDescriptor.swift
[1166/1198] Compiling NIOPosix GetaddrinfoResolver.swift
[1167/1198] Compiling NIOPosix HappyEyeballs.swift
[1168/1199] Wrapping AST for NIOPosix for debugging
[1170/1201] Emitting module NIO
[1171/1201] Compiling NIO Exports.swift
[1172/1202] Wrapping AST for NIO for debugging
[1174/1241] Compiling NIOTLS TLSEvents.swift
[1175/1241] Emitting module NIOTLS
[1176/1241] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1177/1241] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1178/1241] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1179/1241] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1180/1241] Compiling NIOSOCKS SOCKSResponse.swift
[1181/1242] Compiling NIOSOCKS SOCKSClientHandler.swift
[1182/1242] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1183/1244] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1184/1244] Compiling NIOSOCKS ClientStateMachine.swift
[1185/1244] Emitting module NIOSOCKS
[1188/1244] Compiling NIOSOCKS ServerStateMachine.swift
[1189/1244] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1190/1244] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1191/1244] Compiling NIOTLS SNIHandler.swift
[1192/1245] Compiling NIOSOCKS AuthenticationMethod.swift
[1193/1245] Compiling NIOSOCKS ClientGreeting.swift
[1194/1245] Compiling NIOSOCKS Errors.swift
[1195/1245] Compiling NIOSOCKS Helpers.swift
[1196/1245] Compiling NIOSOCKS Messages.swift
[1197/1245] Compiling NIOSOCKS SOCKSRequest.swift
[1199/1246] Emitting module NIOFoundationCompat
[1200/1246] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1201/1247] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1202/1247] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1204/1247] Emitting module NIOHTTP1
[1205/1247] Wrapping AST for NIOTLS for debugging
[1206/1247] Wrapping AST for NIOSOCKS for debugging
[1208/1276] Compiling NIOSSL IdentityVerification.swift
[1209/1276] Compiling NIOSSL NIOSSLServerHandler.swift
[1209/1276] Wrapping AST for NIOFoundationCompat for debugging
[1211/1298] Compiling NIOTransportServices StateManagedChannel.swift
[1212/1298] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1213/1298] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1214/1298] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1215/1298] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1216/1298] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1217/1298] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1218/1298] Compiling NIOTransportServices NIOTSSingletons.swift
[1219/1298] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1220/1298] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1221/1298] Compiling NIOTransportServices NIOTSErrors.swift
[1222/1298] Compiling NIOTransportServices NIOTSEventLoop.swift
[1223/1298] Compiling NIOTransportServices AcceptHandler.swift
[1224/1298] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1225/1298] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1226/1300] Compiling NIOTransportServices NIOTSBootstraps.swift
[1227/1300] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1228/1300] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1229/1300] Emitting module NIOTransportServices
[1232/1300] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1233/1300] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1234/1300] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1235/1300] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1236/1300] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1243/1301] Wrapping AST for NIOTransportServices for debugging
[1248/1302] Wrapping AST for NIOHTTP1 for debugging
[1250/1352] Emitting module NIOSSL
[1251/1356] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1252/1357] Compiling NIOWebSocket WebSocketOpcode.swift
[1253/1357] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1254/1357] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1258/1357] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1259/1357] Compiling NIOSSL SubjectAlternativeName.swift
[1260/1357] Compiling NIOSSL NIOSSLSecureBytes.swift
[1261/1357] Compiling NIOSSL RNG.swift
[1262/1357] Compiling NIOSSL SafeCompare.swift
[1263/1357] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1264/1357] Compiling NIOExtras NIOExtrasError.swift
[1265/1359] Compiling NIOExtras RequestResponseHandler.swift
[1266/1359] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1267/1359] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1268/1359] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1269/1359] Compiling NIOExtras NIORequestIdentifiable.swift
[1270/1359] Compiling NIOExtras PCAPRingBuffer.swift
[1271/1359] Compiling NIOExtras QuiescingHelper.swift
[1272/1359] Compiling NIOHPACK IndexedHeaderTable.swift
[1273/1359] Compiling NIOHPACK IntegerCoding.swift
[1274/1360] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1275/1360] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1276/1360] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1277/1360] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1278/1360] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1279/1360] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1280/1360] Emitting module NIOHTTPTypesHTTP1
[1281/1360] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1282/1360] Compiling NIOHTTPCompression HTTPDecompression.swift
[1283/1360] Emitting module NIOExtras
[1284/1361] Emitting module NIOHTTPCompression
[1285/1361] Compiling NIOHTTPCompression HTTPCompression.swift
[1286/1362] Compiling NIOHPACK HPACKEncoder.swift
[1287/1362] Compiling NIOHPACK HPACKErrors.swift
[1288/1362] Compiling NIOWebSocket WebSocketFrame.swift
[1289/1362] Compiling NIOHPACK HuffmanTables.swift
[1290/1362] Compiling NIOHPACK HuffmanCoding.swift
[1291/1362] Emitting module NIOWebSocket
[1292/1362] Compiling NIOHPACK DynamicHeaderTable.swift
[1293/1362] Compiling NIOHPACK HPACKDecoder.swift
[1295/1363] Compiling NIOExtras LineBasedFrameDecoder.swift
[1300/1363] Compiling NIOExtras UnsafeTransfer.swift
[1301/1363] Compiling NIOExtras WritePCAPHandler.swift
[1307/1363] Compiling NIOHPACK HPACKHeader.swift
[1308/1363] Compiling NIOHPACK HeaderTables.swift
[1309/1363] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1310/1363] Compiling NIOExtras LengthFieldPrepender.swift
[1318/1363] Emitting module NIOHPACK
[1322/1363] Compiling NIOHPACK StaticHeaderTable.swift
[1334/1364] Wrapping AST for NIOWebSocket for debugging
[1335/1364] Wrapping AST for NIOHTTPCompression for debugging
[1336/1364] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1337/1364] Wrapping AST for NIOHPACK for debugging
[1339/1437] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1340/1437] Compiling NIOHTTP2 HasLocalSettings.swift
[1342/1438] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1343/1438] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1344/1438] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1345/1438] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1346/1439] Wrapping AST for NIOExtras for debugging
[1347/1463] Wrapping AST for NIOSSL for debugging
[1349/1463] Emitting module NIOHTTP2
[1350/1471] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1351/1471] Compiling HummingbirdCore URI.swift
[1352/1471] Compiling HummingbirdCore Response.swift
[1353/1471] Compiling HummingbirdCore ResponseBody.swift
[1354/1471] Compiling HummingbirdCore Deprecations.swift
[1355/1471] Compiling HummingbirdCore Request.swift
[1356/1471] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1357/1471] Compiling HummingbirdCore RequestBody.swift
[1358/1471] Emitting module HummingbirdCore
[1359/1474] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1360/1474] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1361/1474] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1362/1474] Compiling NIOHTTP2 HTTP2StreamID.swift
[1363/1474] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1364/1474] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1365/1474] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1366/1474] Compiling NIOHTTP2 InboundEventBuffer.swift
[1367/1474] Compiling HummingbirdCore ResponseBodyWriter.swift
[1368/1474] Compiling HummingbirdCore ResponseWriter.swift
[1369/1474] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1370/1474] Compiling HummingbirdCore HTTPServerBuilder.swift
[1371/1474] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1372/1474] Compiling HummingbirdCore Server.swift
[1381/1474] Compiling HummingbirdCore ServerChildChannel.swift
[1382/1474] Compiling HummingbirdCore ServerConfiguration.swift
[1383/1474] Compiling HummingbirdCore TSTLSOptions.swift
[1384/1474] Compiling HummingbirdCore AnyAsyncSequence.swift
[1385/1474] Compiling HummingbirdCore FlatDictionary.swift
[1386/1474] Compiling HummingbirdCore HBParser.swift
[1387/1474] Compiling HummingbirdCore BindAddress.swift
[1388/1474] Compiling HummingbirdCore HTTP1Channel.swift
[1389/1474] Compiling HummingbirdCore HTTPChannelHandler.swift
[1390/1474] Compiling NIOHTTP2 InboundWindowManager.swift
[1391/1474] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1392/1474] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1393/1474] Compiling NIOHTTP2 StreamChannelList.swift
[1394/1474] Compiling NIOHTTP2 StreamMap.swift
[1395/1474] Compiling NIOHTTP2 StreamStateMachine.swift
[1396/1474] Compiling NIOHTTP2 UnsafeTransfer.swift
[1397/1474] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1398/1474] Emitting module WSCore
[1399/1474] Compiling HummingbirdCore OutputBuffer.swift
[1400/1474] Compiling HummingbirdCore String+percentEncode.swift
[1401/1474] Compiling HummingbirdCore UnsafeTransfer.swift
[1409/1476] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1410/1476] Compiling NIOHTTP2 HTTP2Frame.swift
[1411/1476] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1412/1476] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1413/1476] Compiling NIOHTTP2 HTTP2PingData.swift
[1414/1476] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1415/1476] Compiling NIOHTTP2 HTTP2Settings.swift
[1416/1476] Compiling NIOHTTP2 HTTP2Stream.swift
[1416/1476] Wrapping AST for HummingbirdCore for debugging
[1420/1540] Compiling WSCore WebSocketStateMachine.swift
[1421/1540] Compiling Hummingbird URLEncodedFormDecoder.swift
[1422/1540] Compiling Hummingbird URLEncodedFormEncoder.swift
[1423/1540] Compiling Hummingbird Deprecations.swift
[1424/1540] Compiling Hummingbird Environment.swift
[1425/1540] Compiling Hummingbird URLEncodedForm+Request.swift
[1426/1540] Compiling Hummingbird URLEncodedForm.swift
[1427/1541] Wrapping AST for WSCore for debugging
[1429/1554] Compiling Hummingbird Exports.swift
[1430/1554] Compiling Hummingbird CacheControl.swift
[1431/1554] Compiling Hummingbird CORSMiddleware.swift
[1432/1554] Compiling Hummingbird FileMiddleware.swift
[1433/1554] Compiling Hummingbird LogRequestMiddleware.swift
[1434/1554] Compiling Hummingbird MetricsMiddleware.swift
[1435/1554] Compiling Hummingbird Middleware.swift
[1436/1554] Compiling Hummingbird MiddlewareGroup.swift
[1437/1554] Compiling Hummingbird URLEncodedFormNode.swift
[1438/1554] Compiling Hummingbird Configuration.swift
[1441/1554] Compiling Hummingbird EditedHTTPError.swift
[1442/1554] Compiling Hummingbird HTTPError.swift
[1443/1554] Compiling Hummingbird HTTPResponseError.swift
[1444/1554] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1445/1554] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1446/1554] Compiling Hummingbird _Middleware2.swift
[1447/1554] Compiling Hummingbird _OptionalMiddleware.swift
[1448/1554] Compiling Hummingbird _SpreadMiddleware.swift
[1449/1554] Compiling Hummingbird TracingMiddleware.swift
[1450/1554] Compiling Hummingbird EndpointResponder.swift
[1451/1554] Compiling Hummingbird Parameters+UUID.swift
[1452/1554] Compiling Hummingbird Parameters.swift
[1453/1554] Compiling Hummingbird ResponseGenerator.swift
[1454/1554] Compiling Hummingbird MediaType+FileExtension.swift
[1455/1554] Compiling Hummingbird MediaType.swift
[1456/1554] Compiling Hummingbird Request+Cookies.swift
[1457/1554] Compiling Hummingbird Response+Cookies.swift
[1458/1554] Compiling Hummingbird RouterGroup.swift
[1459/1554] Compiling Hummingbird RouterMethods.swift
[1460/1554] Compiling Hummingbird RouterPath.swift
[1461/1554] Compiling Hummingbird RouterResponder.swift
[1463/1555] Compiling WSCompression PerMessageDeflateExtension.swift
[1464/1555] Emitting module WSCompression
[1464/1556] Wrapping AST for NIOHTTP2 for debugging
[1467/1557] Compiling Hummingbird ChildRequestContext.swift
[1468/1557] Compiling Hummingbird Request.swift
[1469/1557] Compiling Hummingbird RequestContext.swift
[1470/1557] Compiling Hummingbird RequestContextSource.swift
[1471/1557] Compiling Hummingbird RequestID.swift
[1472/1557] Compiling Hummingbird RequestResponder.swift
[1473/1557] Compiling Hummingbird Response.swift
[1474/1557] Compiling Hummingbird URI+decodeQuery.swift
[1475/1557] Compiling Hummingbird MemoryPersistDriver.swift
[1476/1570] Compiling WSClient Exports.swift
[1477/1626] Compiling WSClient WebSocketClientConfiguration.swift
[1477/1626] Wrapping AST for WSCompression for debugging
[1479/1626] Compiling WSClient WebSocketClientError.swift
[1480/1628] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1481/1628] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1482/1628] Compiling WSClient WebSocketClientChannel.swift
[1483/1628] Compiling WSClient WebSocketClient.swift
[1484/1628] Emitting module Hummingbird
[1485/1628] Emitting module HummingbirdWSCompression
[1486/1628] Compiling HummingbirdWSCompression Exports.swift
[1488/1629] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1489/1629] Compiling AsyncHTTPClient FoundationExtensions.swift
[1490/1629] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1491/1629] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1492/1629] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1493/1629] Compiling AsyncHTTPClient HTTPClient.swift
[1494/1629] Compiling AsyncHTTPClient HTTPHandler.swift
[1495/1629] Compiling AsyncHTTPClient LRUCache.swift
[1496/1629] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1497/1629] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1498/1629] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1499/1629] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1500/1629] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1501/1629] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1502/1629] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1503/1629] Compiling AsyncHTTPClient RequestBodyLength.swift
[1504/1629] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1505/1629] Compiling AsyncHTTPClient RequestOptions.swift
[1505/1629] Wrapping AST for HummingbirdWSCompression for debugging
[1507/1629] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1508/1629] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1509/1629] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1510/1629] Compiling AsyncHTTPClient HTTP1Connection.swift
[1511/1629] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1512/1629] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1513/1629] Compiling AsyncHTTPClient HTTP2Connection.swift
[1514/1629] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1515/1629] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1516/1629] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1517/1629] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1518/1629] Compiling AsyncHTTPClient Transaction.swift
[1519/1629] Compiling AsyncHTTPClient Base64.swift
[1520/1629] Compiling AsyncHTTPClient BasicAuth.swift
[1521/1629] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1522/1629] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1523/1629] Compiling AsyncHTTPClient ConnectionPool.swift
[1524/1629] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1525/1629] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1526/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1527/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1528/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1529/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1530/1629] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1531/1629] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1532/1629] Compiling AsyncHTTPClient ConnectionTarget.swift
[1533/1629] Compiling AsyncHTTPClient DeconstructedURL.swift
[1534/1629] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1535/1629] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1536/1629] Emitting module WSClient
[1537/1629] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1538/1629] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1539/1630] Wrapping AST for WSClient for debugging
[1547/1632] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1548/1632] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1549/1632] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1550/1632] Compiling Hummingbird PersistDriver.swift
[1551/1632] Compiling Hummingbird PersistError.swift
[1552/1632] Compiling Hummingbird ByteBuffer+foundation.swift
[1553/1632] Compiling Hummingbird DateCache.swift
[1554/1632] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1555/1632] Compiling Hummingbird HexDigest.swift
[1556/1632] Compiling Hummingbird InitializableFromSource.swift
[1557/1632] Compiling Hummingbird PreludeService.swift
[1558/1632] Compiling Hummingbird StringProtocol.swift
[1560/1633] Compiling HummingbirdWSClient Exports.swift
[1561/1633] Emitting module HummingbirdWSClient
[1561/1639] Wrapping AST for Hummingbird for debugging
[1564/1641] Emitting module AsyncHTTPClient
[1564/1649] Wrapping AST for HummingbirdWSClient for debugging
[1566/1649] Emitting module HummingbirdWebSocket
[1567/1649] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1568/1649] Compiling HummingbirdWebSocket Exports.swift
[1569/1649] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1597/1649] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1598/1649] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1599/1649] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1603/1650] Compiling AsyncHTTPClient NWErrorHandler.swift
[1604/1650] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1605/1650] Compiling AsyncHTTPClient TLSConfiguration.swift
[1606/1650] Compiling AsyncHTTPClient RedirectState.swift
[1607/1650] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1616/1650] Wrapping AST for HummingbirdWebSocket for debugging
[1618/1650] Compiling AsyncHTTPClient RequestBag.swift
[1619/1650] Compiling AsyncHTTPClient RequestValidation.swift
[1620/1650] Compiling AsyncHTTPClient SSLContextCache.swift
[1621/1650] Compiling AsyncHTTPClient Scheme.swift
[1622/1650] Compiling AsyncHTTPClient Singleton.swift
[1623/1650] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1624/1650] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1625/1650] Compiling AsyncHTTPClient Utils.swift
[1642/1651] Wrapping AST for AsyncHTTPClient for debugging
[1644/1660] Compiling HummingbirdTesting TestApplication.swift
[1645/1660] Compiling HummingbirdTesting TestClient+types.swift
[1646/1661] Emitting module HummingbirdTesting
[1647/1661] Compiling HummingbirdTesting Application+Test.swift
[1648/1661] Compiling HummingbirdTesting ApplicationTester.swift
[1649/1661] Compiling HummingbirdTesting Deprecations.swift
[1650/1661] Compiling HummingbirdTesting RouterTestFramework.swift
[1651/1661] Compiling HummingbirdTesting LiveTestFramework.swift
[1652/1661] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1653/1661] Compiling HummingbirdTesting TestClient.swift
[1654/1662] Wrapping AST for HummingbirdTesting for debugging
[1656/1664] Emitting module HummingbirdWSTesting
[1657/1664] Compiling HummingbirdWSTesting TestClient+ws.swift
[1658/1665] Wrapping AST for HummingbirdWSTesting for debugging
[1660/1669] Emitting module WebsocketTest
[1661/1669] Emitting module AutobahnServerTest
[1662/1669] Compiling AutobahnServerTest AutobahnServerTest.swift
[1663/1669] Compiling WebsocketTest WebsocketTest.swift
[1665/1671] Wrapping AST for WebsocketTest for debugging
[1666/1671] Write Objects.LinkFileList
[1667/1671] Wrapping AST for AutobahnServerTest for debugging
[1668/1671] Write Objects.LinkFileList
[1669/1671] Linking AutobahnServerTest
[1670/1671] Linking WebsocketTest
Build complete! (555.94s)
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",
        "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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.