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.5.0 (974ab0), with Swift 6.1 for Android on 31 May 2025 02:20:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: 2.5.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.5.0      -> FETCH_HEAD
HEAD is now at 974ab0d Require hummingbird 2.14.0 (#105)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
974ab0d7a7876bb6cbb1ceb5ce55e52c100ad8d7
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at 2.5.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.2.0",
            "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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/24536] Fetching hummingbird
[1228/39379] Fetching hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.95s)
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.86s)
[1/430] Fetching swift-websocket
[431/6353] Fetching swift-websocket, swift-nio-extras
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.43s)
[1007/5923] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.71s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (4.59s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/4974] Fetching swift-distributed-tracing
[2/7400] Fetching swift-distributed-tracing, swift-service-lifecycle
[896/10067] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-transport-services
[9408/24081] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-transport-services, async-http-client
[12171/100204] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-transport-services, async-http-client, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.89s)
[12227/97537] Fetching swift-distributed-tracing, swift-service-lifecycle, async-http-client, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.91s)
Fetching https://github.com/apple/swift-metrics.git
[7813/92563] Fetching swift-service-lifecycle, async-http-client, swift-nio
Fetching https://github.com/apple/swift-http-types.git
[20248/94769] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-metrics
[21307/95673] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
Fetching https://github.com/apple/swift-log.git
[23975/94769] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.66s)
Fetching https://github.com/apple/swift-collections.git
[22530/92563] Fetching swift-service-lifecycle, async-http-client, swift-nio
[29382/96399] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-log
[36137/112990] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-log, swift-collections
Fetched https://github.com/swift-server/async-http-client.git from cache (2.33s)
[29334/98976] Fetching swift-service-lifecycle, swift-nio, swift-log, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
Fetching https://github.com/apple/swift-async-algorithms.git
[34769/95140] Fetching swift-service-lifecycle, swift-nio, swift-collections
[39474/96857] Fetching swift-service-lifecycle, swift-nio, swift-collections, swift-atomics
[50824/101842] Fetching swift-service-lifecycle, swift-nio, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
[61388/100125] Fetching swift-service-lifecycle, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.93s)
[58686/95140] Fetching swift-service-lifecycle, swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.82s)
[57996/78549] Fetching swift-service-lifecycle, swift-nio
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (9.25s)
Fetched https://github.com/apple/swift-nio.git from cache (9.45s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (17.62s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.62s)
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.00s)
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.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.89s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.1 (0.98s)
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.41s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (2.08s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.96s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.32s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Computing version for https://github.com/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.27.1 (1.04s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1590] Fetching swift-asn1
[590/2731] Fetching swift-asn1, swift-http-structured-headers
[1442/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[3225/14845] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-algorithms
[10540/13255] Fetching swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.08s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.00s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.88s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.96s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.99s)
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.06s)
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Building for debugging...
[0/534] Write sources
[1/534] Compiling _NumericsShims _NumericsShims.c
[2/534] Write sources
[4/534] Compiling _AtomicsShims.c
[5/534] Write sources
[52/534] Compiling CNIOWindows shim.c
[53/534] Compiling CNIOWindows WSAStartup.c
[54/534] Compiling CNIOWASI CNIOWASI.c
[55/534] Compiling CNIOSHA1 c_nio_sha1.c
[56/534] Write swift-version-24593BA9C3E375BF.txt
[57/534] Compiling CNIOLinux liburing_shims.c
[58/534] Compiling CNIOLinux shim.c
[59/540] Compiling cpu_aarch64_fuchsia.cc
[60/543] Compiling cpu_aarch64_linux.cc
[61/543] Compiling ec_derive.cc
[62/543] Compiling a_bitstr.cc
[64/543] Emitting module ServiceContextModule
[64/572] Compiling a_utctm.cc
[66/580] Emitting module InternalCollectionsUtilities
[67/581] Compiling HTTPTypes ISOLatin1String.swift
[68/581] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/582] Emitting module RealModule
[70/582] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/582] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/582] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/582] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/583] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/583] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/583] Compiling RealModule Real.swift
[77/583] Compiling RealModule Float80+Real.swift
[78/583] Compiling RealModule Float16+Real.swift
[79/583] Compiling _NIODataStructures _TinyArray.swift
[80/583] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/583] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[82/583] Compiling InternalCollectionsUtilities Integer rank.swift
[83/583] Compiling _NIODataStructures PriorityQueue.swift
[86/583] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/583] Compiling InternalCollectionsUtilities Debugging.swift
[88/583] Compiling InternalCollectionsUtilities Descriptions.swift
[89/583] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/584] Compiling HTTPTypes HTTPRequest.swift
[93/584] Compiling HTTPTypes HTTPResponse.swift
[94/584] Compiling HTTPTypes HTTPParsedFields.swift
[95/584] Emitting module _NIOBase64
[96/584] Compiling _NIOBase64 Base64.swift
[97/584] Emitting module HTTPTypes
[98/584] Compiling RealModule ElementaryFunctions.swift
[99/585] Compiling RealModule Float+Real.swift
[100/585] Compiling HTTPTypes HTTPField.swift
[101/585] Compiling ServiceContextModule ServiceContext.swift
[102/585] Compiling ServiceContextModule ServiceContextKey.swift
[104/586] Emitting module _NIODataStructures
[105/586] Compiling _NIODataStructures Heap.swift
[108/587] Compiling RealModule RealFunctions.swift
[111/716] Compiling HTTPTypes NIOLock.swift
[112/727] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[113/800] Compiling HeapModule Heap+Descriptions.swift
[114/800] Compiling Instrumentation NoOpInstrument.swift
[115/800] Emitting module Instrumentation
[116/800] Compiling Instrumentation MultiplexInstrument.swift
[117/800] Compiling Instrumentation Instrument.swift
[118/800] Emitting module HeapModule
[119/800] Compiling HeapModule Heap+Invariants.swift
[120/800] Compiling HeapModule Heap+UnsafeHandle.swift
[121/800] Compiling HeapModule Heap.swift
[122/800] Compiling HeapModule _HeapNode.swift
[123/801] Compiling c-atomics.c
[125/801] Compiling HashTreeCollections TreeDictionary+Merge.swift
[126/801] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[127/801] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[128/801] Compiling HashTreeCollections TreeDictionary+Values.swift
[129/801] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[130/801] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[131/801] Compiling HashTreeCollections _HashNode+Structural union.swift
[132/801] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[133/801] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[134/801] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[135/801] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[136/801] Compiling HashTreeCollections _HashNode.swift
[137/801] Compiling HashTreeCollections _HashNodeHeader.swift
[138/801] Compiling HashTreeCollections _HashSlot.swift
[139/826] Compiling HashTreeCollections TreeSet+Hashable.swift
[140/826] Compiling HashTreeCollections TreeSet+Sendable.swift
[141/826] Compiling HashTreeCollections TreeSet+Sequence.swift
[142/826] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[143/826] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[144/826] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[145/826] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[146/826] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[147/826] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[148/826] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[149/836] Compiling DequeModule Deque+Codable.swift
[150/836] Compiling DequeModule Deque+Collection.swift
[151/836] Compiling DequeModule Deque+CustomReflectable.swift
[152/836] Compiling DequeModule Deque+Descriptions.swift
[153/836] Compiling DequeModule Deque+Extras.swift
[154/836] Compiling DequeModule Deque+Hashable.swift
[155/836] Compiling DequeModule Deque+Equatable.swift
[156/836] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[159/838] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[160/838] Compiling HashTreeCollections _RawHashNode.swift
[161/838] Compiling HashTreeCollections _UnmanagedHashNode.swift
[162/838] Compiling HashTreeCollections _UnsafePath.swift
[163/838] Compiling HashTreeCollections TreeDictionary+Codable.swift
[164/838] Compiling HashTreeCollections TreeDictionary+Collection.swift
[165/838] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[166/838] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[167/838] Compiling HashTreeCollections _HashNode+Builder.swift
[168/838] Compiling HashTreeCollections _HashNode+Debugging.swift
[169/838] Compiling HashTreeCollections _HashNode+Initializers.swift
[170/838] Compiling HashTreeCollections _HashNode+Invariants.swift
[171/838] Compiling HashTreeCollections _HashNode+Lookups.swift
[172/838] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[173/838] Compiling HashTreeCollections _HashTreeIterator.swift
[174/838] Compiling HashTreeCollections _HashTreeStatistics.swift
[175/838] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[176/838] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[177/838] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[178/838] Compiling HashTreeCollections TreeDictionary+Filter.swift
[179/838] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[180/838] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[181/838] Compiling HashTreeCollections TreeDictionary+Keys.swift
[182/838] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[183/838] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/838] Compiling OrderedCollections OrderedSet+Testing.swift
[185/838] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[186/838] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[187/838] Compiling OrderedCollections OrderedSet.swift
[188/838] Compiling OrderedCollections _UnsafeBitset.swift
[189/838] Compiling HashTreeCollections TreeSet+Equatable.swift
[190/838] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[191/838] Compiling HashTreeCollections TreeSet+Extras.swift
[192/838] Compiling HashTreeCollections TreeSet+Filter.swift
[193/838] Compiling DequeModule Deque._UnsafeHandle.swift
[194/838] Compiling DequeModule Deque.swift
[195/838] Compiling DequeModule _DequeBuffer.swift
[196/838] Compiling DequeModule _DequeBufferHeader.swift
[199/838] Compiling DequeModule Deque+Testing.swift
[200/838] Compiling DequeModule Deque._Storage.swift
[208/838] Compiling OrderedCollections OrderedSet+Sendable.swift
[212/847] Emitting module CoreMetrics
[213/847] Compiling DequeModule _DequeSlot.swift
[214/847] Compiling DequeModule _UnsafeWrappedBuffer.swift
[215/847] Compiling _RopeModule _CharacterRecognizer.swift
[216/847] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[217/847] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[218/847] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[219/847] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[220/847] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[221/847] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[222/847] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[223/847] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[224/847] Compiling HashTreeCollections TreeSet.swift
[227/847] Compiling Instrumentation InstrumentationSystem.swift
[228/847] Compiling Instrumentation Locks.swift
[229/847] Compiling Logging MetadataProvider.swift
[230/847] Emitting module Logging
[231/847] Compiling Logging Locks.swift
[241/848] Compiling Logging LogHandler.swift
[242/848] Compiling Logging Logging.swift
[304/849] Emitting module DequeModule
[307/850] Compiling CoreMetrics Metrics.swift
[308/850] Compiling CoreMetrics Locks.swift
[309/859] Emitting module OrderedCollections
[328/860] Wrapping AST for _NIODataStructures for debugging
[341/860] Emitting module HashTreeCollections
[342/863] Wrapping AST for _NIOBase64 for debugging
[343/863] Wrapping AST for ServiceContextModule for debugging
[345/863] Compiling Tracing TracingTime.swift
[346/863] Compiling ConcurrencyHelpers LockedValueBox.swift
[346/863] Wrapping AST for RealModule for debugging
[348/863] Emitting module _RopeModule
[348/863] Wrapping AST for OrderedCollections for debugging
[349/863] Wrapping AST for Logging for debugging
[351/865] Emitting module Tracing
[351/865] Wrapping AST for InternalCollectionsUtilities for debugging
[353/865] Compiling Tracing Tracer.swift
[354/865] Compiling Tracing TracerProtocol.swift
[355/865] Compiling Tracing TracerProtocol+Legacy.swift
[355/865] Wrapping AST for Instrumentation for debugging
[356/865] Wrapping AST for HeapModule for debugging
[357/865] Wrapping AST for DequeModule for debugging
[359/865] Compiling ConcurrencyHelpers Lock.swift
[360/865] Emitting module ConcurrencyHelpers
[371/867] Wrapping AST for CoreMetrics for debugging
[373/867] Compiling CNIOLLHTTP c_nio_http.c
[374/867] Compiling CNIOLLHTTP c_nio_api.c
[376/867] Wrapping AST for ConcurrencyHelpers for debugging
[377/867] Compiling CNIOExtrasZlib empty.c
[379/867] Compiling Tracing InstrumentationSystem+Tracing.swift
[380/867] Compiling Tracing NoOpTracer.swift
[381/867] Compiling Tracing SpanProtocol.swift
[381/868] Compiling CNIODarwin shim.c
[382/871] Compiling CNIOLLHTTP c_nio_llhttp.c
[383/871] Wrapping AST for HashTreeCollections for debugging
[385/871] Compiling fiat_p256_adx_sqr.S
[386/871] Compiling fiat_p256_adx_mul.S
[388/871] Compiling _RopeModule Rope+Join.swift
[389/871] Compiling _RopeModule Rope+MutatingForEach.swift
[390/871] Compiling _RopeModule Rope+Remove.swift
[391/871] Compiling _RopeModule Rope+RemoveSubrange.swift
[392/871] Compiling _RopeModule Rope+Split.swift
[393/871] Compiling _RopeModule Optional Utilities.swift
[394/871] Compiling _RopeModule String Utilities.swift
[395/871] Compiling _RopeModule String.Index+ABI.swift
[396/871] Compiling fiat_curve25519_adx_square.S
[397/871] Compiling fiat_curve25519_adx_mul.S
[418/872] Compiling UnixSignals UnixSignal.swift
[419/872] Emitting module UnixSignals
[419/872] Wrapping AST for Tracing for debugging
[422/872] Compiling UnixSignals UnixSignalsSequence.swift
[423/873] Compiling CNIOBoringSSLShims shims.c
[424/873] Wrapping AST for _RopeModule for debugging
[425/873] Wrapping AST for UnixSignals for debugging
[427/873] Compiling HTTPTypes HTTPFields.swift
[428/873] Compiling HTTPTypes HTTPFieldName.swift
[429/874] Compiling tls13_client.cc
[430/874] Wrapping AST for HTTPTypes for debugging
[431/874] Compiling tls_method.cc
[432/874] Compiling tls_record.cc
[433/874] Compiling tls13_server.cc
[434/874] Compiling tls13_enc.cc
[436/874] Emitting module Metrics
[437/874] Compiling Metrics Metrics.swift
[437/875] Compiling tls13_both.cc
[439/875] Compiling t1_enc.cc
[440/875] Wrapping AST for Metrics for debugging
[441/875] Compiling ssl_versions.cc
[442/875] Compiling ssl_x509.cc
[443/875] Compiling ssl_transcript.cc
[444/875] Compiling ssl_stat.cc
[445/875] Compiling ssl_privkey.cc
[446/875] Compiling ssl_session.cc
[447/875] Compiling ssl_key_share.cc
[448/875] Compiling ssl_lib.cc
[449/875] Compiling ssl_buffer.cc
[450/875] Compiling ssl_credential.cc
[451/875] Compiling ssl_cipher.cc
[452/875] Compiling ssl_cert.cc
[453/875] Compiling ssl_file.cc
[454/875] Compiling ssl_asn1.cc
[455/875] Compiling ssl_aead_ctx.cc
[456/875] Compiling s3_pkt.cc
[457/875] Compiling s3_lib.cc
[458/875] Compiling dtls_record.cc
[459/875] Compiling s3_both.cc
[460/875] Compiling handshake.cc
[460/875] Compiling handshake_client.cc
[460/875] Compiling handshake_server.cc
[460/875] Compiling extensions.cc
[460/875] Compiling handoff.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 encrypted_client_hello.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 dtls_method.cc
[473/875] Compiling chacha20_poly1305_armv8-win.S
[474/875] Compiling d1_lib.cc
[475/875] Compiling d1_srtp.cc
[476/875] Compiling bio_ssl.cc
[477/875] Compiling err_data.cc
[478/875] Compiling chacha20_poly1305_armv8-apple.S
[479/875] Compiling chacha-x86_64-apple.S
[480/875] Compiling chacha-x86_64-linux.S
[481/875] Compiling chacha20_poly1305_armv8-linux.S
[482/875] Compiling chacha-x86-linux.S
[483/875] Compiling chacha-x86-apple.S
[484/875] Compiling d1_pkt.cc
[485/875] Compiling chacha-armv8-apple.S
[486/875] Compiling aes128gcmsiv-x86_64-apple.S
[487/875] Compiling chacha-armv8-win.S
[487/875] Compiling aes128gcmsiv-x86_64-linux.S
[489/875] Compiling chacha-armv4-linux.S
[490/875] Compiling chacha-armv8-linux.S
[491/875] Compiling x86_64-mont5-linux.S
[492/875] Compiling x86_64-mont5-apple.S
[493/875] Compiling vpaes-x86_64-linux.S
[494/875] Compiling x86-mont-linux.S
[495/875] Compiling x86-mont-apple.S
[496/875] Compiling x86_64-mont-linux.S
[497/875] Compiling x86_64-mont-apple.S
[498/875] Compiling vpaes-x86_64-apple.S
[499/875] Compiling d1_both.cc
[500/875] Compiling vpaes-x86-linux.S
[501/875] Compiling vpaes-armv8-linux.S
[502/875] Compiling vpaes-armv8-win.S
[503/875] Compiling vpaes-armv8-apple.S
[504/875] Compiling vpaes-armv7-linux.S
[505/875] Compiling sha512-x86_64-linux.S
[505/875] Compiling sha512-armv8-win.S
[507/875] Compiling sha512-x86_64-apple.S
[508/875] Compiling vpaes-x86-apple.S
[509/875] Compiling sha512-armv4-linux.S
[510/875] Compiling sha512-586-apple.S
[511/875] Compiling sha512-armv8-apple.S
[512/875] Compiling sha512-586-linux.S
[513/875] Compiling sha256-x86_64-linux.S
[514/875] Compiling sha512-armv8-linux.S
[515/875] Compiling sha256-armv8-win.S
[516/875] Compiling sha256-x86_64-apple.S
[517/875] Compiling sha256-armv8-apple.S
[518/875] Compiling sha256-armv4-linux.S
[519/875] Compiling sha256-586-linux.S
[520/875] Compiling sha256-armv8-linux.S
[521/875] Compiling sha1-x86_64-linux.S
[522/875] Compiling sha256-586-apple.S
[523/875] Compiling sha1-armv8-win.S
[524/875] Compiling sha1-x86_64-apple.S
[525/875] Compiling sha1-armv8-apple.S
[526/875] Compiling sha1-586-linux.S
[527/875] Compiling sha1-armv8-linux.S
[528/875] Compiling sha1-armv4-large-linux.S
[529/875] Compiling sha1-586-apple.S
[530/875] Compiling rsaz-avx2-linux.S
[531/875] Compiling rdrand-x86_64-linux.S
[532/875] Compiling rsaz-avx2-apple.S
[533/875] Compiling rdrand-x86_64-apple.S
[534/875] Compiling p256_beeu-x86_64-asm-linux.S
[534/875] Compiling p256_beeu-x86_64-asm-apple.S
[536/875] Compiling p256_beeu-armv8-asm-apple.S
[537/875] Compiling p256_beeu-armv8-asm-win.S
[538/875] Compiling p256_beeu-armv8-asm-linux.S
[539/875] Compiling p256-x86_64-asm-linux.S
[540/875] Compiling p256-armv8-asm-win.S
[541/875] Compiling p256-x86_64-asm-apple.S
[542/875] Compiling ghashv8-armv8-win.S
[543/875] Compiling ghashv8-armv8-linux.S
[544/875] Compiling p256-armv8-asm-apple.S
[545/875] Compiling p256-armv8-asm-linux.S
[546/875] Compiling ghashv8-armv8-apple.S
[547/875] Compiling ghash-x86_64-linux.S
[548/875] Compiling ghashv8-armv7-linux.S
[549/875] Compiling ghash-x86_64-apple.S
[550/875] Compiling ghash-ssse3-x86_64-linux.S
[551/875] Compiling ghash-x86-linux.S
[552/875] Compiling ghash-x86-apple.S
[552/875] Compiling ghash-ssse3-x86_64-apple.S
[554/875] Compiling ghash-ssse3-x86-linux.S
[555/875] Compiling ghash-neon-armv8-linux.S
[556/875] Compiling ghash-neon-armv8-win.S
[557/875] Compiling ghash-ssse3-x86-apple.S
[558/875] Compiling bsaes-armv7-linux.S
[559/875] Compiling ghash-armv4-linux.S
[560/875] Compiling ghash-neon-armv8-apple.S
[561/875] Compiling co-586-linux.S
[561/875] Compiling co-586-apple.S
[563/875] Compiling bn-armv8-apple.S
[564/875] Compiling bn-armv8-win.S
[565/875] Compiling bn-armv8-linux.S
[566/875] Compiling armv8-mont-win.S
[567/875] Compiling bn-586-apple.S
[568/875] Compiling bn-586-linux.S
[569/875] Compiling armv8-mont-apple.S
[570/875] Compiling aesv8-gcm-armv8-win.S
[571/875] Compiling armv4-mont-linux.S
[572/875] Compiling armv8-mont-linux.S
[573/875] Compiling aesv8-gcm-armv8-linux.S
[574/875] Compiling aesv8-armv8-win.S
[575/875] Compiling aesv8-gcm-armv8-apple.S
[576/875] Compiling aesv8-armv8-linux.S
[577/875] Compiling aesv8-armv7-linux.S
[578/875] Compiling aesni-x86_64-linux.S
[579/875] Compiling aesv8-armv8-apple.S
[580/875] Compiling aesni-x86_64-apple.S
[581/875] Compiling aesni-x86-linux.S
[582/875] Compiling aesni-gcm-x86_64-linux.S
[583/875] Compiling aesni-x86-apple.S
[584/875] Compiling aesni-gcm-x86_64-apple.S
[585/875] Compiling aes-gcm-avx2-x86_64-linux.S
[586/875] Compiling aes-gcm-avx10-x86_64-linux.S
[587/875] Compiling aes-gcm-avx2-x86_64-apple.S
[588/875] Compiling aes-gcm-avx10-x86_64-apple.S
[589/875] Compiling x_sig.cc
[590/875] Compiling x_req.cc
[591/875] Compiling x_spki.cc
[592/875] Compiling x_name.cc
[593/875] Compiling x_val.cc
[594/875] Compiling x_x509a.cc
[595/875] Compiling x_pubkey.cc
[596/875] Compiling x_x509.cc
[597/875] Compiling x_crl.cc
[598/875] Compiling x_exten.cc
[599/875] Compiling x_all.cc
[600/875] Compiling x_attrib.cc
[601/875] Compiling x_algor.cc
[602/875] Compiling x509spki.cc
[603/875] Compiling x509cset.cc
[604/875] Compiling x509_vpm.cc
[605/875] Compiling x509name.cc
[606/875] Compiling x509rset.cc
[607/875] Compiling x509_vfy.cc
[608/875] Compiling x509_v3.cc
[609/875] Compiling x509_txt.cc
[610/875] Compiling x509_req.cc
[611/875] Compiling x509_set.cc
[612/875] Compiling x509_obj.cc
[613/875] Compiling x509_trs.cc
[614/875] Compiling x509_lu.cc
[615/875] Compiling x509_ext.cc
[616/875] Compiling x509_def.cc
[617/875] Compiling x509_d2.cc
[618/875] Compiling x509_cmp.cc
[619/875] Compiling x509_att.cc
[620/875] Compiling x509.cc
[621/875] Compiling v3_utl.cc
[622/875] Compiling v3_skey.cc
[623/875] Compiling v3_purp.cc
[624/875] Compiling v3_prn.cc
[625/875] Compiling v3_pmaps.cc
[626/875] Compiling v3_pcons.cc
[627/875] Compiling v3_ocsp.cc
[628/875] Compiling v3_ncons.cc
[629/875] Compiling v3_lib.cc
[630/875] Compiling v3_int.cc
[631/875] Compiling v3_ia5.cc
[632/875] Compiling v3_info.cc
[633/875] Compiling v3_genn.cc
[634/875] Compiling v3_extku.cc
[635/875] Compiling v3_enum.cc
[636/875] Compiling v3_crld.cc
[637/875] Compiling v3_cpols.cc
[638/875] Compiling v3_conf.cc
[639/875] Compiling v3_bitst.cc
[640/875] Compiling v3_bcons.cc
[641/875] Compiling v3_alt.cc
[642/875] Compiling v3_akeya.cc
[643/875] Compiling v3_akey.cc
[644/875] Compiling t_x509a.cc
[645/875] Compiling t_x509.cc
[646/875] Compiling t_req.cc
[647/875] Compiling t_crl.cc
[648/875] Compiling i2d_pr.cc
[649/875] Compiling rsa_pss.cc
[650/875] Compiling policy.cc
[651/875] Compiling name_print.cc
[652/875] Compiling by_file.cc
[653/875] Compiling by_dir.cc
[654/875] Compiling asn1_gen.cc
[655/875] Compiling algorithm.cc
[655/875] Compiling a_verify.cc
[655/875] Compiling a_sign.cc
[658/875] Compiling a_digest.cc
[659/875] Compiling voprf.cc
[660/875] Compiling trust_token.cc
[661/875] Compiling thread_win.cc
[662/875] Compiling thread_pthread.cc
[663/875] Compiling thread_none.cc
[664/875] Compiling thread.cc
[665/875] Compiling pmbtoken.cc
[666/875] Compiling siphash.cc
[667/875] Compiling stack.cc
[668/875] Compiling sha512.cc
[669/875] Compiling slhdsa.cc
[670/875] Compiling sha256.cc
[671/875] Compiling spake2plus.cc
[672/875] Compiling sha1.cc
[673/875] Compiling rsa_print.cc
[674/875] Compiling rsa_extra.cc
[675/875] Compiling rsa_crypt.cc
[676/875] Compiling refcount.cc
[677/875] Compiling rc4.cc
[678/875] Compiling urandom.cc
[679/875] Compiling rand.cc
[680/875] Compiling windows.cc
[681/875] Compiling rsa_asn1.cc
[682/875] Compiling passive.cc
[683/875] Compiling trusty.cc
[684/875] Compiling poly1305_arm_asm.S
[685/875] Compiling getentropy.cc
[686/875] Compiling ios.cc
[687/875] Compiling fork_detect.cc
[688/875] Compiling pool.cc
[689/875] Compiling deterministic.cc
[690/875] Compiling forkunsafe.cc
[691/875] Compiling poly1305_vec.cc
[692/875] Compiling poly1305.cc
[693/875] Compiling poly1305_arm.cc
[694/875] Compiling pkcs8_x509.cc
[695/875] Compiling pkcs8.cc
[696/875] Compiling pkcs7.cc
[697/875] Compiling p5_pbev2.cc
[698/875] Compiling pem_xaux.cc
[699/875] Compiling pkcs7_x509.cc
[700/875] Compiling pem_pkey.cc
[701/875] Compiling pem_x509.cc
[702/875] Compiling mlkem.cc
[703/875] Compiling pem_oth.cc
[704/875] Compiling pem_pk8.cc
[705/875] Compiling obj.cc
[706/875] Compiling pem_lib.cc
[707/875] Compiling obj_xref.cc
[708/875] Compiling md4.cc
[709/875] Compiling pem_info.cc
[710/875] Compiling pem_all.cc
[711/875] Compiling poly_rq_mul.S
[712/875] Compiling fips_shared_support.cc
[713/875] Compiling mem.cc
[714/875] Compiling mldsa.cc
[715/875] Compiling md5.cc
[716/875] Compiling lhash.cc
[717/875] Compiling ex_data.cc
[718/875] Compiling kyber.cc
[719/875] Compiling sign.cc
[720/875] Compiling scrypt.cc
[721/875] Compiling hrss.cc
[722/875] Compiling hpke.cc
[723/875] Compiling p_x25519.cc
[724/875] Compiling print.cc
[725/875] Compiling pbkdf.cc
[726/875] Compiling p_x25519_asn1.cc
[727/875] Compiling p_ed25519.cc
[728/875] Compiling p_rsa.cc
[729/875] Compiling p_rsa_asn1.cc
[730/875] Compiling p_hkdf.cc
[731/875] Compiling p_ed25519_asn1.cc
[732/875] Compiling p_dh_asn1.cc
[733/875] Compiling p_ec_asn1.cc
[734/875] Compiling p_ec.cc
[735/875] Compiling p_dh.cc
[736/875] Compiling evp_ctx.cc
[737/875] Compiling evp_asn1.cc
[738/875] Compiling p_dsa_asn1.cc
[739/875] Compiling evp.cc
[740/875] Compiling engine.cc
[741/875] Compiling err.cc
[742/875] Compiling ecdh.cc
[743/875] Compiling ecdsa_asn1.cc
[744/875] Compiling params.cc
[745/875] Compiling hash_to_curve.cc
[746/875] Compiling dsa_asn1.cc
[747/875] Compiling dsa.cc
[748/875] Compiling ec_asn1.cc
[749/875] Compiling x25519-asm-arm.S
[750/875] Compiling digest_extra.cc
[751/875] Compiling des.cc
[752/875] Compiling dh_asn1.cc
[753/875] Compiling bcm.cc
[754/875] Compiling curve25519_64_adx.cc
[755/875] Compiling spake25519.cc
[756/875] Compiling cpu_intel.cc
[757/875] Compiling crypto.cc
[758/875] Compiling curve25519.cc
[759/875] Compiling cpu_aarch64_win.cc
[760/875] Compiling cpu_arm_linux.cc
[761/875] Compiling cpu_arm_freebsd.cc
[762/875] Compiling cpu_aarch64_apple.cc
[763/875] Compiling cpu_aarch64_sysreg.cc
[764/875] Compiling conf.cc
[765/875] Compiling get_cipher.cc
[766/875] Compiling cpu_aarch64_openbsd.cc
[767/875] Compiling e_null.cc
[768/875] Compiling e_tls.cc
[769/875] Compiling tls_cbc.cc
[770/875] Compiling e_des.cc
[771/875] Compiling e_rc4.cc
[772/875] Compiling e_rc2.cc
[773/875] Compiling e_chacha20poly1305.cc
[774/875] Compiling e_aesctrhmac.cc
[775/875] Compiling e_aesgcmsiv.cc
[776/875] Compiling derive_key.cc
[777/875] Compiling chacha.cc
[778/875] Compiling unicode.cc
[779/875] Compiling cbb.cc
[780/875] Compiling ber.cc
[781/875] Compiling cbs.cc
[782/875] Compiling buf.cc
[783/875] Compiling blake2.cc
[784/875] Compiling bn_asn1.cc
[785/875] Compiling asn1_compat.cc
[786/875] Compiling socket_helper.cc
[787/875] Compiling printf.cc
[788/875] Compiling convert.cc
[789/875] Compiling errno.cc
[790/875] Compiling socket.cc
[791/875] Compiling file.cc
[792/875] Compiling pair.cc
[793/875] Compiling hexdump.cc
[794/875] Compiling fd.cc
[795/875] Compiling connect.cc
[796/875] Compiling bio_mem.cc
[797/875] Compiling bio.cc
[798/875] Compiling base64.cc
[799/875] Compiling tasn_typ.cc
[800/875] Compiling tasn_fre.cc
[801/875] Compiling tasn_enc.cc
[802/875] Compiling tasn_new.cc
[803/875] Compiling tasn_utl.cc
[804/875] Compiling posix_time.cc
[805/875] Compiling tasn_dec.cc
[806/875] Compiling f_string.cc
[807/875] Compiling asn_pack.cc
[808/875] Compiling f_int.cc
[809/875] Compiling asn1_par.cc
[810/875] Compiling a_time.cc
[811/875] Compiling asn1_lib.cc
[812/875] Compiling a_type.cc
[813/875] Compiling a_strnid.cc
[814/875] Compiling a_octet.cc
[815/875] Compiling a_mbstr.cc
[816/875] Compiling a_strex.cc
[817/875] Compiling a_object.cc
[818/875] Compiling CCompressZlib empty.c
[819/875] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[819/875] Write sources
[826/875] Compiling a_i2d_fp.cc
[827/879] Compiling a_dup.cc
[828/947] Compiling a_d2i_fp.cc
[829/947] Compiling a_int.cc
[830/1008] Compiling a_gentm.cc
[832/1017] Compiling Algorithms Intersperse.swift
[833/1017] Compiling Algorithms Joined.swift
[834/1019] Compiling Algorithms Keyed.swift
[835/1019] Compiling Algorithms MinMax.swift
[836/1019] Compiling Algorithms Grouped.swift
[837/1019] Compiling Algorithms Indexed.swift
[838/1019] Compiling Algorithms AdjacentPairs.swift
[839/1019] Compiling Algorithms Chain.swift
[840/1019] Compiling Algorithms Chunked.swift
[840/1019] Compiling a_bool.cc
[842/1019] Compiling Algorithms Combinations.swift
[843/1019] Compiling Algorithms Compacted.swift
[844/1019] Compiling Algorithms Cycle.swift
[845/1019] Compiling Algorithms Partition.swift
[846/1019] Compiling Algorithms Permutations.swift
[847/1019] Compiling Algorithms Product.swift
[854/1019] Compiling Algorithms EitherSequence.swift
[855/1019] Compiling Algorithms FirstNonNil.swift
[856/1026] Compiling Atomics IntegerOperations.swift
[857/1026] Compiling Atomics Unmanaged extensions.swift
[858/1026] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[859/1026] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[860/1026] Compiling AsyncAlgorithms MergeStateMachine.swift
[861/1026] Compiling AsyncAlgorithms MergeStorage.swift
[862/1026] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[863/1026] Compiling AsyncAlgorithms Rethrow.swift
[864/1026] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[865/1026] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[866/1026] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[867/1026] Compiling AsyncAlgorithms ChannelStateMachine.swift
[868/1026] Compiling AsyncAlgorithms ChannelStorage.swift
[869/1026] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[870/1026] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[871/1026] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[872/1026] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[873/1026] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[874/1026] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[875/1026] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[876/1026] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[877/1026] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[878/1026] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[879/1026] Compiling AsyncAlgorithms CombineLatestStorage.swift
[880/1026] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[881/1026] Compiling AsyncAlgorithms DebounceStateMachine.swift
[882/1026] Compiling AsyncAlgorithms DebounceStorage.swift
[883/1026] Compiling AsyncAlgorithms Dictionary.swift
[884/1026] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[885/1026] Compiling AsyncAlgorithms Locking.swift
[886/1026] Emitting module AsyncAlgorithms
[887/1032] Emitting module BitCollections
[896/1032] Compiling Algorithms Rotate.swift
[897/1032] Compiling Algorithms Split.swift
[898/1032] Compiling Algorithms Stride.swift
[899/1032] Compiling Algorithms Suffix.swift
[900/1035] Compiling Algorithms FlattenCollection.swift
[930/1035] Compiling BitCollections BitSet.Index.swift
[931/1035] Compiling BitCollections BitSet._UnsafeHandle.swift
[932/1035] Compiling BitCollections BitSet.swift
[933/1035] Compiling BitCollections Range+Utilities.swift
[934/1035] Compiling BitCollections Slice+Utilities.swift
[935/1035] Compiling BitCollections UInt+Tricks.swift
[936/1035] Compiling BitCollections _Word.swift
[937/1036] Compiling Algorithms Trim.swift
[938/1036] Compiling Algorithms Unique.swift
[939/1036] Compiling Algorithms Windows.swift
[954/1036] Wrapping AST for BitCollections for debugging
[956/1038] Compiling Collections Collections.swift
[963/1038] Emitting module Collections
[971/1039] Wrapping AST for Collections for debugging
[973/1039] Emitting module Atomics
[993/1040] Compiling AsyncAlgorithms SetAlgebra.swift
[994/1040] Compiling AsyncAlgorithms UnsafeTransfer.swift
[995/1040] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[996/1040] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[997/1040] Compiling AsyncAlgorithms ZipStateMachine.swift
[998/1040] Compiling AsyncAlgorithms ZipStorage.swift
[998/1040] Wrapping AST for Atomics for debugging
[1000/1041] Compiling c-nioatomics.c
[1001/1041] Wrapping AST for AsyncAlgorithms for debugging
[1003/1055] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1004/1055] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1005/1056] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1006/1056] Compiling NIOConcurrencyHelpers lock.swift
[1007/1056] Emitting module Algorithms
[1008/1057] Compiling ServiceLifecycle ServiceRunnerError.swift
[1009/1057] Emitting module NIOConcurrencyHelpers
[1010/1057] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1011/1057] Compiling NIOConcurrencyHelpers NIOLock.swift
[1012/1057] Compiling NIOConcurrencyHelpers atomics.swift
[1014/1058] Wrapping AST for Algorithms for debugging
[1015/1058] Wrapping AST for NIOConcurrencyHelpers for debugging
[1017/1118] Compiling ServiceLifecycle Service.swift
[1018/1118] Emitting module ServiceLifecycle
[1019/1118] Compiling ServiceLifecycle ServiceGroup.swift
[1020/1118] Compiling ServiceLifecycle CancellationWaiter.swift
[1021/1118] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1022/1118] Compiling ServiceLifecycle GracefulShutdown.swift
[1023/1119] Wrapping AST for ServiceLifecycle for debugging
[1025/1119] Compiling NIOCore MulticastChannel.swift
[1026/1119] Compiling NIOCore NIOAny.swift
[1027/1119] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1028/1119] Compiling NIOCore NIOLoopBound.swift
[1029/1119] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1030/1119] Compiling NIOCore NIOScheduledCallback.swift
[1031/1119] Compiling NIOCore NIOSendable.swift
[1032/1119] Compiling NIOCore RecvByteBufferAllocator.swift
[1033/1127] Compiling NIOCore IO.swift
[1034/1127] Compiling NIOCore IOData.swift
[1035/1127] Compiling NIOCore IPProtocol.swift
[1036/1127] Compiling NIOCore IntegerBitPacking.swift
[1037/1127] Compiling NIOCore IntegerTypes.swift
[1038/1127] Compiling NIOCore Interfaces.swift
[1039/1127] Compiling NIOCore Linux.swift
[1040/1127] Compiling NIOCore MarkedCircularBuffer.swift
[1041/1127] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1042/1127] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1043/1127] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1044/1127] Compiling NIOCore EventLoopFuture.swift
[1045/1127] Compiling NIOCore FileDescriptor.swift
[1046/1127] Compiling NIOCore FileHandle.swift
[1047/1127] Compiling NIOCore FileRegion.swift
[1048/1127] Compiling NIOCore GlobalSingletons.swift
[1049/1127] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1050/1127] Compiling NIOCore SocketAddresses.swift
[1051/1127] Compiling NIOCore SocketOptionProvider.swift
[1052/1127] Compiling NIOCore SystemCallHelpers.swift
[1053/1127] Compiling NIOCore TimeAmount+Duration.swift
[1054/1127] Compiling NIOCore TypeAssistedChannelHandler.swift
[1055/1127] Compiling NIOCore UniversalBootstrapSupport.swift
[1056/1127] Compiling NIOCore Utilities.swift
[1057/1127] Compiling NIOCore CircularBuffer.swift
[1058/1127] Compiling NIOCore Codec.swift
[1059/1127] Compiling NIOCore ConvenienceOptionSupport.swift
[1060/1127] Compiling NIOCore DeadChannel.swift
[1061/1127] Compiling NIOCore DispatchQueue+WithFuture.swift
[1062/1127] Compiling NIOCore EventLoop+Deprecated.swift
[1063/1127] Compiling NIOCore EventLoop+SerialExecutor.swift
[1064/1127] Compiling NIOCore EventLoop.swift
[1065/1127] Compiling NIOCore AddressedEnvelope.swift
[1066/1127] Compiling NIOCore AsyncAwaitSupport.swift
[1067/1127] Compiling NIOCore AsyncChannel.swift
[1068/1127] Compiling NIOCore AsyncChannelHandler.swift
[1069/1127] Compiling NIOCore AsyncChannelInboundStream.swift
[1070/1127] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1071/1127] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1072/1127] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1073/1127] Compiling NIOCore NIOAsyncWriter.swift
[1074/1127] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1075/1127] Compiling NIOCore BSDSocketAPI.swift
[1076/1127] Compiling NIOCore ByteBuffer-aux.swift
[1077/1127] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1078/1127] Compiling NIOCore ByteBuffer-conversions.swift
[1079/1127] Compiling NIOCore ByteBuffer-core.swift
[1080/1127] Compiling NIOCore ByteBuffer-hex.swift
[1081/1127] Compiling NIOCore ByteBuffer-int.swift
[1082/1127] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1083/1127] Compiling NIOCore ByteBuffer-multi-int.swift
[1084/1127] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1085/1127] Compiling NIOCore ByteBuffer-views.swift
[1086/1127] Compiling NIOCore Channel.swift
[1087/1127] Compiling NIOCore ChannelHandler.swift
[1088/1127] Compiling NIOCore ChannelHandlers.swift
[1089/1127] Compiling NIOCore ChannelInvoker.swift
[1090/1127] Compiling NIOCore ChannelOption.swift
[1091/1127] Compiling NIOCore ChannelPipeline.swift
[1092/1127] Emitting module NIOCore
[1093/1128] Wrapping AST for NIOCore for debugging
[1095/1189] Emitting module NIOHTTPTypes
[1096/1189] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1098/1190] Compiling CompressNIO CompressionAlgorithm.swift
[1099/1191] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1099/1191] Wrapping AST for NIOHTTPTypes for debugging
[1101/1191] Compiling CompressNIO Error.swift
[1102/1191] Compiling CompressNIO Compressor.swift
[1103/1191] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1104/1191] Compiling CompressNIO Zlib.swift
[1105/1191] Compiling CompressNIO ZlibWrapper.swift
[1106/1191] Emitting module NIOEmbedded
[1107/1191] Compiling NIOPosix Bootstrap.swift
[1108/1191] Compiling NIOPosix ControlMessage.swift
[1109/1191] Emitting module CompressNIO
[1110/1192] Wrapping AST for CompressNIO for debugging
[1112/1192] Emitting module NIOPosix
[1113/1198] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1114/1198] Compiling NIOEmbedded AsyncTestingChannel.swift
[1115/1198] Compiling NIOEmbedded Embedded.swift
[1116/1199] Wrapping AST for NIOEmbedded for debugging
[1118/1199] Compiling NIOPosix ThreadPosix.swift
[1119/1199] Compiling NIOPosix ThreadWindows.swift
[1120/1199] Compiling NIOPosix UnsafeTransfer.swift
[1121/1199] Compiling NIOPosix Utilities.swift
[1122/1199] Compiling NIOPosix VsockAddress.swift
[1123/1199] Compiling NIOPosix VsockChannelEvents.swift
[1124/1199] Compiling NIOPosix Pool.swift
[1125/1199] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1126/1199] Compiling NIOPosix PosixSingletons.swift
[1127/1199] Compiling NIOPosix RawSocketBootstrap.swift
[1128/1199] Compiling NIOPosix Resolver.swift
[1129/1199] Compiling NIOPosix Selectable.swift
[1130/1199] Compiling NIOPosix ServerSocket.swift
[1131/1199] Compiling NIOPosix Socket.swift
[1132/1199] Compiling NIOPosix SocketChannel.swift
[1133/1199] Compiling NIOPosix SocketProtocols.swift
[1134/1199] Compiling NIOPosix System.swift
[1135/1199] Compiling NIOPosix Thread.swift
[1136/1199] Compiling NIOPosix SelectableChannel.swift
[1137/1199] Compiling NIOPosix SelectableEventLoop.swift
[1138/1199] Compiling NIOPosix SelectorEpoll.swift
[1139/1199] Compiling NIOPosix SelectorGeneric.swift
[1140/1199] Compiling NIOPosix SelectorKqueue.swift
[1141/1199] Compiling NIOPosix SelectorUring.swift
[1144/1199] Compiling NIOPosix DatagramVectorReadManager.swift
[1145/1199] Compiling NIOPosix Errors+Any.swift
[1146/1199] Compiling NIOPosix FileDescriptor.swift
[1147/1199] Compiling NIOPosix GetaddrinfoResolver.swift
[1148/1199] Compiling NIOPosix HappyEyeballs.swift
[1149/1199] Compiling NIOPosix IO.swift
[1150/1199] Compiling NIOPosix IntegerBitPacking.swift
[1151/1199] Compiling NIOPosix IntegerTypes.swift
[1152/1199] Compiling NIOPosix Linux.swift
[1153/1199] Compiling NIOPosix LinuxCPUSet.swift
[1154/1199] Compiling NIOPosix LinuxUring.swift
[1155/1199] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1156/1199] Compiling NIOPosix NIOThreadPool.swift
[1157/1199] Compiling NIOPosix NonBlockingFileIO.swift
[1158/1199] Compiling NIOPosix PendingDatagramWritesManager.swift
[1159/1199] Compiling NIOPosix PendingWritesManager.swift
[1160/1199] Compiling NIOPosix PipeChannel.swift
[1161/1199] Compiling NIOPosix PipePair.swift
[1162/1199] Compiling NIOPosix BSDSocketAPICommon.swift
[1163/1199] Compiling NIOPosix BSDSocketAPIPosix.swift
[1164/1199] Compiling NIOPosix BSDSocketAPIWindows.swift
[1165/1199] Compiling NIOPosix BaseSocket.swift
[1166/1199] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1167/1199] Compiling NIOPosix BaseSocketChannel.swift
[1168/1199] Compiling NIOPosix BaseStreamSocketChannel.swift
[1169/1200] Wrapping AST for NIOPosix for debugging
[1171/1202] Compiling NIO Exports.swift
[1172/1202] Emitting module NIO
[1173/1203] Wrapping AST for NIO for debugging
[1175/1242] Compiling NIOTLS TLSEvents.swift
[1176/1242] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1177/1243] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1178/1243] Emitting module NIOTLS
[1179/1243] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1180/1243] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1181/1243] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1182/1243] Emitting module NIOSOCKS
[1183/1243] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1184/1243] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1185/1245] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1186/1245] Compiling NIOSOCKS SOCKSResponse.swift
[1187/1245] Compiling NIOSOCKS ClientStateMachine.swift
[1188/1245] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1189/1245] Compiling NIOTLS SNIHandler.swift
[1190/1246] Compiling NIOHTTP1 HTTPEncoder.swift
[1192/1246] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1193/1246] Compiling NIOHTTP1 HTTPDecoder.swift
[1194/1246] Emitting module NIOFoundationCompat
[1196/1246] Compiling NIOSOCKS ServerStateMachine.swift
[1196/1259] Wrapping AST for NIOTLS for debugging
[1198/1275] Compiling NIOSSL LinuxCABundle.swift
[1199/1275] Compiling NIOSSL NIOSSLClientHandler.swift
[1200/1275] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1201/1275] Compiling NIOSSL NIOSSLHandler.swift
[1203/1276] Compiling NIOSSL SSLErrors.swift
[1204/1276] Compiling NIOSSL SSLInit.swift
[1204/1276] Wrapping AST for NIOSOCKS for debugging
[1206/1276] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1208/1277] Compiling NIOSSL SSLCallbacks.swift
[1209/1277] Compiling NIOSSL SSLContext.swift
[1211/1277] Wrapping AST for NIOFoundationCompat for debugging
[1213/1287] Compiling NIOSSL SSLPKCS12Bundle.swift
[1214/1287] Compiling NIOSSL SSLCertificate.swift
[1215/1299] Emitting module NIOTransportServices
[1216/1301] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1217/1301] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1218/1301] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1219/1301] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1220/1301] Compiling NIOTransportServices NIOTSErrors.swift
[1221/1301] Compiling NIOTransportServices NIOTSEventLoop.swift
[1222/1301] Compiling NIOTransportServices NIOTSBootstraps.swift
[1223/1301] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1224/1301] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1225/1301] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1226/1301] Compiling NIOTransportServices NIOTSSingletons.swift
[1227/1301] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1228/1301] Compiling NIOTransportServices StateManagedChannel.swift
[1229/1301] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1230/1301] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1231/1301] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1232/1301] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1233/1301] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1234/1301] Compiling NIOTransportServices AcceptHandler.swift
[1235/1301] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1236/1301] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1237/1301] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1238/1301] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1243/1302] Wrapping AST for NIOTransportServices for debugging
[1245/1302] Emitting module NIOHTTP1
[1249/1303] Wrapping AST for NIOHTTP1 for debugging
[1251/1310] Emitting module NIOSSL
[1252/1357] Compiling NIOHPACK HPACKHeader.swift
[1253/1357] Compiling NIOHPACK HeaderTables.swift
[1254/1357] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1255/1357] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1256/1357] Compiling NIOHPACK DynamicHeaderTable.swift
[1257/1357] Compiling NIOHPACK HPACKDecoder.swift
[1258/1357] Compiling NIOHPACK HPACKEncoder.swift
[1259/1357] Compiling NIOHPACK HPACKErrors.swift
[1260/1357] Compiling NIOExtras JSONRPCFraming.swift
[1261/1357] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1262/1357] Compiling NIOExtras NIORequestIdentifiable.swift
[1263/1357] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1267/1357] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1268/1357] Compiling NIOSSL SubjectAlternativeName.swift
[1269/1357] Compiling NIOSSL NIOSSLSecureBytes.swift
[1270/1357] Compiling NIOSSL RNG.swift
[1271/1357] Compiling NIOSSL SafeCompare.swift
[1272/1357] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1273/1357] Compiling NIOHPACK IndexedHeaderTable.swift
[1274/1358] Emitting module NIOHTTPTypesHTTP1
[1275/1358] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1276/1358] Compiling NIOWebSocket WebSocketOpcode.swift
[1277/1359] Compiling NIOHPACK IntegerCoding.swift
[1280/1361] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1281/1361] Emitting module NIOHTTPCompression
[1282/1361] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1283/1361] Compiling NIOHPACK StaticHeaderTable.swift
[1284/1361] Compiling NIOExtras PCAPRingBuffer.swift
[1285/1361] Compiling NIOExtras QuiescingHelper.swift
[1286/1361] Compiling NIOExtras RequestResponseHandler.swift
[1287/1361] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1288/1361] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1290/1361] Compiling NIOExtras NIOExtrasError.swift
[1294/1361] Compiling NIOHTTPCompression HTTPDecompression.swift
[1295/1361] Compiling NIOHTTPCompression HTTPCompression.swift
[1296/1361] Compiling NIOHPACK HuffmanTables.swift
[1297/1361] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1298/1361] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1299/1361] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1301/1362] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1302/1362] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1305/1363] Compiling NIOHPACK HuffmanCoding.swift
[1306/1363] Compiling NIOWebSocket WebSocketFrame.swift
[1307/1363] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1310/1363] Emitting module NIOWebSocket
[1313/1364] Emitting module NIOExtras
[1314/1364] Emitting module NIOHPACK
[1321/1364] Compiling NIOExtras UnsafeTransfer.swift
[1322/1364] Compiling NIOExtras WritePCAPHandler.swift
[1336/1365] Compiling NIOSSL Zeroization.swift
[1337/1365] Compiling NIOSSL TLSConfiguration.swift
[1338/1365] Compiling NIOSSL UniversalBootstrapSupport.swift
[1339/1365] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1340/1366] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1341/1366] Wrapping AST for NIOWebSocket for debugging
[1342/1366] Wrapping AST for NIOHPACK for debugging
[1343/1381] Wrapping AST for NIOHTTPCompression for debugging
[1347/1440] Wrapping AST for NIOSSL for debugging
[1348/1440] Wrapping AST for NIOExtras for debugging
[1350/1464] Emitting module NIOHTTP2
[1351/1472] Compiling HummingbirdCore ResponseBodyWriter.swift
[1352/1472] Compiling HummingbirdCore ResponseWriter.swift
[1353/1472] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1354/1475] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1355/1475] Compiling HummingbirdCore URI.swift
[1356/1475] Compiling HummingbirdCore Response.swift
[1357/1475] Compiling HummingbirdCore ResponseBody.swift
[1358/1475] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1359/1475] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1360/1475] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1361/1475] Compiling NIOHTTP2 HTTP2StreamID.swift
[1362/1475] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1363/1475] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1364/1475] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1365/1475] Compiling NIOHTTP2 InboundEventBuffer.swift
[1366/1475] Compiling HummingbirdCore UnsafeTransfer.swift
[1367/1475] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1368/1475] Compiling NIOHTTP2 DOSHeuristics.swift
[1369/1475] Compiling NIOHTTP2 Error+Any.swift
[1370/1475] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1371/1475] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1372/1475] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1373/1475] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1374/1475] Emitting module HummingbirdCore
[1375/1475] Compiling HummingbirdCore Deprecations.swift
[1376/1475] Compiling HummingbirdCore Request.swift
[1377/1475] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1378/1475] Compiling HummingbirdCore RequestBody.swift
[1379/1475] Compiling HummingbirdCore ServerChildChannel.swift
[1380/1475] Compiling HummingbirdCore ServerConfiguration.swift
[1381/1475] Compiling HummingbirdCore TSTLSOptions.swift
[1382/1475] Compiling HummingbirdCore HTTPServerBuilder.swift
[1383/1475] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1384/1475] Compiling HummingbirdCore Server.swift
[1385/1475] Compiling HummingbirdCore BindAddress.swift
[1386/1475] Compiling HummingbirdCore HTTP1Channel.swift
[1387/1475] Compiling HummingbirdCore HTTPChannelHandler.swift
[1388/1475] Compiling HummingbirdCore AnyAsyncSequence.swift
[1389/1475] Compiling HummingbirdCore FlatDictionary.swift
[1390/1475] Compiling HummingbirdCore HBParser.swift
[1391/1475] Compiling HummingbirdCore OutputBuffer.swift
[1392/1475] Compiling HummingbirdCore String+percentEncode.swift
[1404/1476] Compiling NIOHTTP2 InboundWindowManager.swift
[1405/1476] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1406/1476] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1407/1476] Compiling NIOHTTP2 StreamChannelList.swift
[1408/1476] Compiling NIOHTTP2 StreamMap.swift
[1409/1476] Compiling NIOHTTP2 StreamStateMachine.swift
[1410/1476] Compiling NIOHTTP2 UnsafeTransfer.swift
[1411/1476] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1411/1476] Wrapping AST for HummingbirdCore for debugging
[1413/1540] Compiling Hummingbird Application.swift
[1414/1540] Compiling Hummingbird CodableProtocols.swift
[1415/1541] Compiling Hummingbird Deprecations.swift
[1416/1541] Compiling Hummingbird Environment.swift
[1417/1541] Emitting module WSCore
[1418/1541] Compiling Hummingbird JSONCoding.swift
[1419/1541] Compiling Hummingbird ResponseEncodable.swift
[1420/1541] Compiling Hummingbird URLEncodedForm+Request.swift
[1421/1541] Compiling Hummingbird URLEncodedForm.swift
[1422/1541] Compiling WSCore WebSocketStateMachine.swift
[1423/1541] Compiling Hummingbird URLEncodedFormDecoder.swift
[1424/1541] Compiling Hummingbird URLEncodedFormEncoder.swift
[1425/1541] Compiling Hummingbird EditedHTTPError.swift
[1426/1541] Compiling Hummingbird HTTPError.swift
[1427/1541] Compiling Hummingbird URLEncodedFormNode.swift
[1428/1541] Compiling Hummingbird Configuration.swift
[1429/1542] Compiling Hummingbird CacheControl.swift
[1430/1542] Compiling Hummingbird FileIO.swift
[1431/1542] Compiling Hummingbird FileProvider.swift
[1432/1542] Compiling Hummingbird LocalFileSystem.swift
[1433/1542] Compiling Hummingbird Cookie.swift
[1434/1542] Compiling Hummingbird Cookies.swift
[1435/1542] Compiling Hummingbird MediaType+FileExtension.swift
[1436/1542] Compiling Hummingbird MediaType.swift
[1442/1542] Compiling Hummingbird HTTPResponseError.swift
[1443/1542] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1444/1542] Compiling Hummingbird Exports.swift
[1445/1542] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1446/1542] Compiling Hummingbird _Middleware2.swift
[1447/1542] Compiling Hummingbird _OptionalMiddleware.swift
[1448/1542] Compiling Hummingbird _SpreadMiddleware.swift
[1449/1542] Compiling Hummingbird TracingMiddleware.swift
[1450/1542] Compiling Hummingbird EndpointResponder.swift
[1451/1542] Compiling Hummingbird Parameters+UUID.swift
[1452/1542] Compiling Hummingbird Parameters.swift
[1453/1542] Compiling Hummingbird TransformingRouterGroup.swift
[1454/1542] Compiling Hummingbird RouterTrie.swift
[1455/1542] Compiling Hummingbird Trie+resolve.swift
[1456/1542] Compiling Hummingbird Trie+serialize.swift
[1457/1542] Compiling Hummingbird TrieRouter.swift
[1458/1542] Compiling Hummingbird ChildRequestContext.swift
[1459/1542] Compiling Hummingbird Request.swift
[1460/1542] Compiling Hummingbird RequestContext.swift
[1462/1543] Wrapping AST for NIOHTTP2 for debugging
[1463/1543] Wrapping AST for WSCore for debugging
[1477/1616] Compiling Hummingbird RequestContextSource.swift
[1478/1616] Compiling Hummingbird RequestID.swift
[1479/1616] Compiling Hummingbird RequestResponder.swift
[1480/1616] Compiling Hummingbird Response.swift
[1481/1616] Compiling Hummingbird URI+decodeQuery.swift
[1482/1616] Compiling Hummingbird MemoryPersistDriver.swift
[1483/1625] Emitting module WSCompression
[1484/1625] Compiling WSCompression PerMessageDeflateExtension.swift
[1485/1625] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1486/1625] Compiling AsyncHTTPClient FoundationExtensions.swift
[1487/1625] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1488/1625] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1489/1625] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1490/1625] Compiling AsyncHTTPClient HTTPClient.swift
[1491/1625] Compiling AsyncHTTPClient HTTPHandler.swift
[1492/1625] Compiling AsyncHTTPClient LRUCache.swift
[1493/1625] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1494/1625] Compiling AsyncHTTPClient NWErrorHandler.swift
[1495/1625] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1496/1625] Compiling AsyncHTTPClient TLSConfiguration.swift
[1497/1625] Compiling AsyncHTTPClient RedirectState.swift
[1498/1625] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1499/1625] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1500/1625] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1501/1625] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1502/1625] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1503/1625] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1504/1625] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1505/1625] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1506/1625] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1507/1625] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1508/1625] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1509/1625] Compiling AsyncHTTPClient RequestBodyLength.swift
[1510/1625] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1511/1625] Compiling AsyncHTTPClient RequestOptions.swift
[1512/1625] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1513/1625] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1514/1625] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1515/1625] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1516/1625] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1517/1625] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1518/1625] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1519/1625] Compiling AsyncHTTPClient ConnectionTarget.swift
[1520/1625] Compiling AsyncHTTPClient DeconstructedURL.swift
[1521/1626] Wrapping AST for WSCompression for debugging
[1523/1626] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1524/1626] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1525/1627] Compiling WSClient WebSocketClientConfiguration.swift
[1526/1629] Compiling WSClient WebSocketClientChannel.swift
[1527/1629] Compiling WSClient Exports.swift
[1528/1629] Compiling AsyncHTTPClient BasicAuth.swift
[1529/1629] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1530/1629] Compiling WSClient WebSocketClient.swift
[1531/1629] Emitting module WSClient
[1532/1629] Emitting module HummingbirdWSCompression
[1533/1629] Compiling HummingbirdWSCompression Exports.swift
[1534/1629] Compiling WSClient WebSocketClientError.swift
[1536/1630] Compiling Hummingbird PersistDriver.swift
[1537/1630] Compiling Hummingbird PersistError.swift
[1538/1630] Compiling Hummingbird ByteBuffer+foundation.swift
[1539/1630] Compiling Hummingbird DateCache.swift
[1540/1630] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1541/1630] Compiling Hummingbird HexDigest.swift
[1542/1630] Compiling Hummingbird InitializableFromSource.swift
[1543/1630] Compiling Hummingbird PreludeService.swift
[1544/1630] Compiling Hummingbird StringProtocol.swift
[1545/1630] Emitting module Hummingbird
[1548/1630] Compiling AsyncHTTPClient Transaction.swift
[1549/1630] Compiling AsyncHTTPClient Base64.swift
[1552/1630] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1553/1630] Compiling AsyncHTTPClient ConnectionPool.swift
[1554/1630] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1555/1630] Emitting module AsyncHTTPClient
[1555/1639] Wrapping AST for HummingbirdWSCompression for debugging
[1559/1640] Wrapping AST for Hummingbird for debugging
[1561/1647] Wrapping AST for WSClient for debugging
[1563/1647] Compiling HummingbirdWebSocket Exports.swift
[1564/1647] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1565/1649] Compiling HummingbirdWSClient Exports.swift
[1566/1649] Emitting module HummingbirdWSClient
[1575/1649] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1576/1650] Compiling AsyncHTTPClient RequestBag.swift
[1577/1650] Compiling AsyncHTTPClient RequestValidation.swift
[1578/1650] Compiling AsyncHTTPClient SSLContextCache.swift
[1579/1650] Compiling AsyncHTTPClient Scheme.swift
[1580/1650] Compiling AsyncHTTPClient Singleton.swift
[1581/1650] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1582/1650] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1583/1650] Compiling AsyncHTTPClient Utils.swift
[1584/1650] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1585/1650] Emitting module HummingbirdWebSocket
[1586/1650] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1587/1650] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1606/1651] Wrapping AST for HummingbirdWSClient for debugging
[1607/1651] Wrapping AST for HummingbirdWebSocket for debugging
[1617/1651] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1618/1651] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1619/1651] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1620/1651] Compiling AsyncHTTPClient HTTP1Connection.swift
[1621/1651] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1622/1651] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1623/1651] Compiling AsyncHTTPClient HTTP2Connection.swift
[1624/1651] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1625/1651] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1630/1651] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1631/1651] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1632/1651] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1633/1651] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1634/1651] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1643/1652] Wrapping AST for AsyncHTTPClient for debugging
[1645/1661] Compiling HummingbirdTesting Deprecations.swift
[1646/1662] Compiling HummingbirdTesting TestClient+types.swift
[1647/1662] Compiling HummingbirdTesting TestApplication.swift
[1648/1662] Compiling HummingbirdTesting LiveTestFramework.swift
[1649/1662] Compiling HummingbirdTesting RouterTestFramework.swift
[1650/1662] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1651/1662] Compiling HummingbirdTesting Application+Test.swift
[1652/1662] Compiling HummingbirdTesting ApplicationTester.swift
[1653/1662] Emitting module HummingbirdTesting
[1654/1662] Compiling HummingbirdTesting TestClient.swift
[1655/1663] Wrapping AST for HummingbirdTesting for debugging
[1657/1665] Emitting module HummingbirdWSTesting
[1658/1665] Compiling HummingbirdWSTesting TestClient+ws.swift
[1659/1667] Wrapping AST for HummingbirdWSTesting for debugging
[1661/1670] Emitting module AutobahnServerTest
[1662/1670] Compiling WebsocketTest WebsocketTest.swift
[1663/1670] Emitting module WebsocketTest
[1664/1670] Compiling AutobahnServerTest AutobahnServerTest.swift
[1666/1672] Wrapping AST for WebsocketTest for debugging
[1667/1672] Write Objects.LinkFileList
[1668/1672] Wrapping AST for AutobahnServerTest for debugging
[1669/1672] Write Objects.LinkFileList
[1670/1672] Linking WebsocketTest
[1671/1672] Linking AutobahnServerTest
Build complete! (374.93s)
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.2.0",
            "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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.