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 Linux on 22 Jun 2025 07:44:07 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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:         linux
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/430] Fetching swift-websocket
[431/6372] Fetching swift-websocket, swift-nio-extras
[2868/31138] Fetching swift-websocket, swift-nio-extras, hummingbird
[11079/46028] Fetching swift-websocket, swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.49s)
[13673/45598] Fetching swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
[7880/39656] Fetching hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.73s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.73s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.1 (2.27s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/adam-fowler/compress-nio.git
[1/904] Fetching swift-http-types
[851/1547] Fetching swift-http-types, compress-nio
[1548/3973] Fetching swift-http-types, compress-nio, swift-service-lifecycle
[3174/6640] Fetching swift-http-types, compress-nio, swift-service-lifecycle, swift-nio-transport-services
[4137/10476] Fetching swift-http-types, compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[3963/9572] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-log
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.34s)
[3912/8929] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.43s)
[4777/6503] Fetching swift-nio-transport-services, swift-log
[5200/82842] Fetching swift-nio-transport-services, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.54s)
[4485/80175] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (7.18s)
Fetched https://github.com/apple/swift-nio.git from cache (7.34s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (10.17s)
Fetching https://github.com/apple/swift-nio-http2.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-distributed-tracing.git
[1/16640] Fetching swift-collections
[2/21633] Fetching swift-collections, swift-distributed-tracing
[2265/33165] Fetching swift-collections, swift-distributed-tracing, swift-nio-http2
[2766/47179] Fetching swift-collections, swift-distributed-tracing, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.61s)
[17324/42186] Fetching swift-collections, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-async-algorithms.git
[32690/47171] Fetching swift-collections, swift-nio-http2, async-http-client, swift-async-algorithms
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.07s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.72s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.75s)
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
[1/2206] Fetching swift-metrics
[200/4003] Fetching swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.86s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.06s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
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.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.94s)
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.15s)
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.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.88s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.86s)
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.87s)
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.31s)
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.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.13s)
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 (0.89s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.95s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1169] Fetching swift-http-structured-headers
[212/2785] Fetching swift-http-structured-headers, swift-asn1
[2176/8744] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[2535/14928] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.56s)
[5602/13759] Fetching swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.57s)
[4286/12143] Fetching swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.90s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.92s)
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.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.98s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.33s)
Fetching https://github.com/apple/swift-crypto.git
[1/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
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.66s)
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.16s)
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.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.00s)
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 (0.85s)
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-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-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/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-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-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-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-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-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-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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/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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-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-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/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/534] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/534] Write sources
[2/534] Compiling CCompressZlib empty.c
[3/534] Write sources
[5/534] Compiling _AtomicsShims.c
[5/534] Write sources
[44/534] Compiling _NumericsShims _NumericsShims.c
[44/534] Write sources
[54/534] Compiling CNIOWindows WSAStartup.c
[55/534] Compiling CNIOWindows shim.c
[56/534] Compiling CNIOWASI CNIOWASI.c
[57/534] Compiling CNIOLinux shim.c
[58/534] Compiling CNIOSHA1 c_nio_sha1.c
[59/534] Compiling CNIOLinux liburing_shims.c
[60/534] Compiling CNIOLLHTTP c_nio_http.c
[61/534] Compiling CNIOLLHTTP c_nio_api.c
[62/534] Compiling CNIOExtrasZlib empty.c
[63/534] Write swift-version-24593BA9C3E375BF.txt
[64/534] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/534] Compiling CNIODarwin shim.c
[66/536] Compiling a_bitstr.cc
[67/540] Compiling a_bool.cc
[68/543] Compiling a_type.cc
[70/558] Emitting module _NIOBase64
[70/558] Compiling CNIOBoringSSLShims shims.c
[72/558] Emitting module ServiceContextModule
[73/572] Emitting module InternalCollectionsUtilities
[73/573] Compiling c-nioatomics.c
[75/581] Compiling HTTPTypes HTTPRequest.swift
[76/581] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/581] Compiling InternalCollectionsUtilities Integer rank.swift
[78/583] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/583] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/583] Compiling InternalCollectionsUtilities Debugging.swift
[83/583] Compiling _NIODataStructures _TinyArray.swift
[84/583] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[85/583] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/583] Compiling RealModule Real.swift
[87/583] Compiling HTTPTypes HTTPParsedFields.swift
[88/583] Compiling HTTPTypes ISOLatin1String.swift
[89/583] Compiling _NIODataStructures PriorityQueue.swift
[90/583] Compiling RealModule Float80+Real.swift
[91/583] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[92/583] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[93/583] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/583] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/583] Compiling HTTPTypes HTTPFieldName.swift
[98/583] Compiling HTTPTypes HTTPField.swift
[99/583] Compiling RealModule Float+Real.swift
[100/583] Compiling RealModule Float16+Real.swift
[101/583] Emitting module RealModule
[102/583] Compiling RealModule ElementaryFunctions.swift
[103/583] Compiling _NIOBase64 Base64.swift
[104/584] Compiling ServiceContextModule ServiceContext.swift
[105/584] Compiling ServiceContextModule ServiceContextKey.swift
[106/585] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[107/585] Compiling InternalCollectionsUtilities Descriptions.swift
[108/585] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[109/585] Compiling RealModule RealFunctions.swift
[112/587] Compiling HTTPTypes HTTPResponse.swift
[114/590] Wrapping AST for _NIOBase64 for debugging
[116/599] Compiling ConcurrencyHelpers LockedValueBox.swift
[117/664] Emitting module ConcurrencyHelpers
[118/667] Compiling Instrumentation NoOpInstrument.swift
[119/667] Compiling Instrumentation MultiplexInstrument.swift
[120/667] Emitting module Instrumentation
[121/667] Compiling HTTPTypes NIOLock.swift
[122/667] Compiling ConcurrencyHelpers Lock.swift
[123/667] Compiling _NIODataStructures Heap.swift
[124/667] Emitting module _NIODataStructures
[125/667] Emitting module Logging
[126/669] Compiling Instrumentation Instrument.swift
[127/669] Compiling Instrumentation InstrumentationSystem.swift
[128/669] Compiling Instrumentation Locks.swift
[129/670] Emitting module CoreMetrics
[130/670] Compiling Logging Logging.swift
[131/670] Compiling Logging Locks.swift
[132/670] Compiling Logging LogHandler.swift
[133/670] Compiling Logging MetadataProvider.swift
[135/671] Compiling c-atomics.c
[139/750] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[140/750] Compiling HeapModule Heap+Descriptions.swift
[141/750] Compiling HeapModule _HeapNode.swift
[142/750] Compiling Tracing TracingTime.swift
[143/750] Compiling Tracing InstrumentationSystem+Tracing.swift
[144/750] Compiling HeapModule Heap.swift
[145/750] Compiling CoreMetrics Locks.swift
[146/750] Compiling CoreMetrics Metrics.swift
[147/751] Compiling NIOConcurrencyHelpers NIOLock.swift
[148/751] Compiling HeapModule Heap+Invariants.swift
[149/751] Compiling HeapModule Heap+UnsafeHandle.swift
[150/751] Compiling NIOConcurrencyHelpers lock.swift
[151/751] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[152/751] Compiling NIOConcurrencyHelpers atomics.swift
[153/751] Compiling Tracing TracerProtocol+Legacy.swift
[154/751] Compiling Tracing TracerProtocol.swift
[156/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[157/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[158/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[159/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[160/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[161/751] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[162/751] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[163/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[164/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[165/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[166/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[167/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[168/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[169/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[170/758] Emitting module HeapModule
[171/759] Compiling Tracing Tracer.swift
[172/759] Emitting module NIOConcurrencyHelpers
[173/759] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[175/760] Compiling OrderedCollections OrderedDictionary+Codable.swift
[176/760] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[177/760] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[178/760] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[179/760] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[180/760] Compiling OrderedCollections OrderedDictionary+Elements.swift
[181/760] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[182/760] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[183/760] Compiling UnixSignals UnixSignalsSequence.swift
[184/760] Compiling UnixSignals UnixSignal.swift
[185/760] Emitting module UnixSignals
[186/760] Compiling OrderedCollections OrderedDictionary.swift
[187/760] Compiling OrderedCollections OrderedSet+Codable.swift
[188/760] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[189/760] Compiling OrderedCollections OrderedSet+Descriptions.swift
[190/760] Compiling OrderedCollections OrderedSet+Diffing.swift
[191/760] Compiling OrderedCollections OrderedSet+Equatable.swift
[192/760] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[193/760] Compiling OrderedCollections OrderedSet+Hashable.swift
[194/760] Compiling OrderedCollections OrderedSet+Initializers.swift
[195/760] Compiling OrderedCollections OrderedSet+Insertions.swift
[196/760] Compiling OrderedCollections OrderedSet+Invariants.swift
[197/760] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[198/760] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[199/760] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[200/760] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[201/760] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[202/760] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[203/760] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[204/760] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[205/760] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[206/760] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[207/760] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[208/760] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[209/760] Compiling OrderedCollections OrderedDictionary+Values.swift
[211/761] Compiling Tracing NoOpTracer.swift
[212/761] Emitting module Tracing
[213/761] Compiling Tracing SpanProtocol.swift
[214/838] Wrapping AST for _NIODataStructures for debugging
[216/855] Wrapping AST for UnixSignals for debugging
[217/855] Wrapping AST for ServiceContextModule for debugging
[218/855] Wrapping AST for Tracing for debugging
[220/855] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[221/855] Compiling HashTreeCollections TreeSet+Debugging.swift
[222/855] Compiling HashTreeCollections TreeSet+Descriptions.swift
[223/855] Compiling HashTreeCollections TreeSet+Equatable.swift
[224/855] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[225/855] Compiling HashTreeCollections TreeSet+Extras.swift
[226/855] Compiling HashTreeCollections TreeSet+Filter.swift
[227/855] Compiling HashTreeCollections TreeSet+Hashable.swift
[228/855] Compiling HashTreeCollections TreeSet+Sendable.swift
[229/855] Compiling HashTreeCollections TreeDictionary+Keys.swift
[230/855] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[231/855] Compiling HashTreeCollections TreeDictionary+Merge.swift
[232/855] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[233/855] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[234/855] Compiling HashTreeCollections TreeDictionary+Values.swift
[235/855] Compiling HashTreeCollections TreeDictionary.swift
[236/855] Compiling HashTreeCollections TreeSet+Codable.swift
[237/855] Compiling HashTreeCollections TreeSet+Collection.swift
[238/864] Compiling DequeModule Deque._UnsafeHandle.swift
[239/864] Compiling DequeModule Deque.swift
[240/864] Compiling DequeModule _DequeBuffer.swift
[241/864] Compiling DequeModule _DequeBufferHeader.swift
[242/864] Compiling HashTreeCollections _Hash.swift
[243/864] Compiling HashTreeCollections _HashLevel.swift
[244/864] Compiling HashTreeCollections _HashNode+Builder.swift
[245/864] Compiling HashTreeCollections _HashNode+Debugging.swift
[246/864] Compiling HashTreeCollections _HashNode+Initializers.swift
[247/864] Compiling HashTreeCollections _HashNode+Invariants.swift
[248/864] Compiling DequeModule Deque+Codable.swift
[249/864] Compiling DequeModule Deque+Collection.swift
[250/864] Compiling DequeModule Deque+Equatable.swift
[251/864] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[252/864] Compiling DequeModule Deque+CustomReflectable.swift
[253/864] Compiling DequeModule Deque+Descriptions.swift
[254/864] Compiling DequeModule Deque+Extras.swift
[255/864] Compiling DequeModule Deque+Hashable.swift
[256/864] Compiling DequeModule Deque+Testing.swift
[257/864] Compiling DequeModule Deque._Storage.swift
[259/866] Wrapping AST for RealModule for debugging
[260/866] Wrapping AST for NIOConcurrencyHelpers for debugging
[263/866] Wrapping AST for Logging for debugging
[271/866] Compiling _RopeModule Rope+Join.swift
[272/866] Compiling _RopeModule Rope+MutatingForEach.swift
[273/866] Compiling _RopeModule Rope+Remove.swift
[274/866] Compiling _RopeModule Rope+RemoveSubrange.swift
[275/866] Compiling _RopeModule Rope+Split.swift
[276/866] Compiling _RopeModule Optional Utilities.swift
[277/866] Compiling _RopeModule String Utilities.swift
[278/866] Compiling _RopeModule String.Index+ABI.swift
[278/876] Wrapping AST for InternalCollectionsUtilities for debugging
[279/876] Wrapping AST for Instrumentation for debugging
[280/876] Wrapping AST for HeapModule for debugging
[289/876] Wrapping AST for CoreMetrics for debugging
[291/876] Compiling DequeModule _DequeSlot.swift
[292/876] Compiling DequeModule _UnsafeWrappedBuffer.swift
[302/876] Compiling fiat_p256_adx_sqr.S
[304/876] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[305/876] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[306/876] Compiling HashTreeCollections TreeDictionary+Filter.swift
[307/876] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[308/876] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[314/876] Wrapping AST for ConcurrencyHelpers for debugging
[319/876] Compiling fiat_p256_adx_mul.S
[320/876] Compiling fiat_curve25519_adx_square.S
[321/876] Compiling fiat_curve25519_adx_mul.S
[332/876] Emitting module DequeModule
[333/877] Emitting module HTTPTypes
[334/877] Compiling HTTPTypes HTTPFields.swift
[335/878] Emitting module OrderedCollections
[338/879] Emitting module _RopeModule
[339/879] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[340/879] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[341/879] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[342/879] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[343/879] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[344/879] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[345/879] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[346/879] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[347/879] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[348/879] Compiling HashTreeCollections TreeSet.swift
[349/879] Wrapping AST for HTTPTypes for debugging
[350/879] Wrapping AST for DequeModule for debugging
[352/879] Compiling HashTreeCollections _HashTreeIterator.swift
[353/879] Compiling HashTreeCollections _HashTreeStatistics.swift
[354/879] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[355/879] Compiling HashTreeCollections _RawHashNode.swift
[356/879] Compiling HashTreeCollections _UnmanagedHashNode.swift
[357/879] Compiling HashTreeCollections _UnsafePath.swift
[358/879] Compiling HashTreeCollections TreeDictionary+Codable.swift
[359/879] Compiling HashTreeCollections TreeDictionary+Collection.swift
[360/879] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[361/879] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[362/879] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[362/879] Wrapping AST for OrderedCollections for debugging
[373/879] Compiling HashTreeCollections _HashNode+Lookups.swift
[374/879] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[375/879] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[376/879] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[377/879] Compiling HashTreeCollections _HashNode+Structural union.swift
[378/879] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[379/879] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[380/879] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[381/879] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[382/879] Compiling HashTreeCollections _HashNode.swift
[393/879] Compiling HashTreeCollections _HashNodeHeader.swift
[394/879] Compiling HashTreeCollections _HashSlot.swift
[395/879] Compiling HashTreeCollections _HashStack.swift
[435/880] Compiling tls_record.cc
[436/880] Compiling tls_method.cc
[437/880] Wrapping AST for _RopeModule for debugging
[439/880] Compiling Metrics Metrics.swift
[440/880] Emitting module Metrics
[440/881] Compiling tls13_enc.cc
[441/881] Compiling tls13_server.cc
[443/881] Compiling tls13_client.cc
[445/881] Emitting module HashTreeCollections
[446/882] Wrapping AST for Metrics for debugging
[447/882] Wrapping AST for HashTreeCollections for debugging
[448/882] Compiling tls13_both.cc
[449/882] Compiling t1_enc.cc
[450/882] Compiling ssl_transcript.cc
[451/882] Compiling ssl_stat.cc
[452/882] Compiling ssl_x509.cc
[453/882] Compiling ssl_versions.cc
[454/882] Compiling ssl_privkey.cc
[455/882] Compiling ssl_session.cc
[456/882] Compiling ssl_key_share.cc
[457/882] Compiling ssl_credential.cc
[458/882] Compiling ssl_buffer.cc
[459/882] Compiling ssl_lib.cc
[460/882] Compiling ssl_file.cc
[461/882] Compiling ssl_cert.cc
[462/882] Compiling ssl_cipher.cc
[463/882] Compiling ssl_asn1.cc
[464/882] Compiling ssl_aead_ctx.cc
[465/882] Compiling s3_pkt.cc
[466/882] Compiling handshake_server.cc
[467/882] Compiling s3_lib.cc
[468/882] Compiling s3_both.cc
[469/882] Compiling handshake_client.cc
[470/882] Compiling extensions.cc
[471/882] Compiling encrypted_client_hello.cc
[472/882] Compiling handshake.cc
[473/882] Compiling handoff.cc
[474/882] Compiling md5-x86_64-linux.S
[475/882] Compiling d1_srtp.cc
[476/882] Compiling dtls_method.cc
[477/882] Compiling md5-x86_64-apple.S
[478/882] Compiling md5-586-linux.S
[479/882] Compiling md5-586-apple.S
[480/882] Compiling dtls_record.cc
[481/882] Compiling chacha20_poly1305_x86_64-apple.S
[482/882] Compiling chacha20_poly1305_x86_64-linux.S
[483/882] Compiling chacha20_poly1305_armv8-win.S
[484/882] Compiling bio_ssl.cc
[485/882] Compiling chacha20_poly1305_armv8-linux.S
[486/882] Compiling chacha20_poly1305_armv8-apple.S
[487/882] Compiling chacha-x86_64-apple.S
[488/882] Compiling chacha-x86_64-linux.S
[489/882] Compiling chacha-x86-linux.S
[490/882] Compiling chacha-x86-apple.S
[491/882] Compiling chacha-armv8-win.S
[492/882] Compiling chacha-armv8-linux.S
[493/882] Compiling chacha-armv8-apple.S
[494/882] Compiling chacha-armv4-linux.S
[495/882] Compiling aes128gcmsiv-x86_64-apple.S
[496/882] Compiling x86_64-mont5-apple.S
[497/882] Compiling aes128gcmsiv-x86_64-linux.S
[498/882] Compiling x86_64-mont5-linux.S
[499/882] Compiling x86_64-mont-apple.S
[500/882] Compiling x86_64-mont-linux.S
[501/882] Compiling d1_pkt.cc
[502/882] Compiling err_data.cc
[503/882] Compiling x86-mont-apple.S
[504/882] Compiling x86-mont-linux.S
[505/882] Compiling vpaes-x86-linux.S
[506/882] Compiling vpaes-x86_64-apple.S
[507/882] Compiling vpaes-x86_64-linux.S
[508/882] Compiling vpaes-x86-apple.S
[509/882] Compiling vpaes-armv8-win.S
[510/882] Compiling d1_lib.cc
[511/882] Compiling vpaes-armv8-linux.S
[512/882] Compiling vpaes-armv8-apple.S
[513/882] Compiling sha512-x86_64-linux.S
[514/882] Compiling vpaes-armv7-linux.S
[515/882] Compiling sha512-x86_64-apple.S
[516/882] Compiling sha512-armv8-linux.S
[517/882] Compiling sha512-armv8-win.S
[518/882] Compiling sha512-armv8-apple.S
[519/882] Compiling sha512-586-linux.S
[520/882] Compiling sha512-586-apple.S
[521/882] Compiling sha256-x86_64-apple.S
[522/882] Compiling sha512-armv4-linux.S
[523/882] Compiling sha256-x86_64-linux.S
[524/882] Compiling sha256-armv8-linux.S
[524/882] Compiling sha256-armv8-apple.S
[526/882] Compiling sha256-armv4-linux.S
[527/882] Compiling sha256-armv8-win.S
[528/882] Compiling sha256-586-linux.S
[529/882] Compiling sha256-586-apple.S
[530/882] Compiling sha1-x86_64-apple.S
[531/882] Compiling sha1-armv8-apple.S
[532/882] Compiling sha1-armv8-linux.S
[533/882] Compiling sha1-armv4-large-linux.S
[534/882] Compiling sha1-armv8-win.S
[535/882] Compiling sha1-x86_64-linux.S
[536/882] Compiling sha1-586-linux.S
[537/882] Compiling p256_beeu-x86_64-asm-linux.S
[538/882] Compiling sha1-586-apple.S
[539/882] Compiling rsaz-avx2-linux.S
[540/882] Compiling rsaz-avx2-apple.S
[541/882] Compiling rdrand-x86_64-linux.S
[542/882] Compiling rdrand-x86_64-apple.S
[543/882] Compiling p256_beeu-x86_64-asm-apple.S
[544/882] Compiling d1_both.cc
[545/882] Compiling p256_beeu-armv8-asm-apple.S
[546/882] Compiling p256_beeu-armv8-asm-win.S
[547/882] Compiling p256_beeu-armv8-asm-linux.S
[548/882] Compiling p256-x86_64-asm-apple.S
[549/882] Compiling p256-x86_64-asm-linux.S
[550/882] Compiling p256-armv8-asm-win.S
[551/882] Compiling p256-armv8-asm-linux.S
[552/882] Compiling p256-armv8-asm-apple.S
[553/882] Compiling ghashv8-armv8-linux.S
[554/882] Compiling ghashv8-armv8-win.S
[555/882] Compiling ghashv8-armv7-linux.S
[556/882] Compiling ghashv8-armv8-apple.S
[557/882] Compiling ghash-x86-linux.S
[558/882] Compiling ghash-x86_64-apple.S
[559/882] Compiling ghash-x86-apple.S
[560/882] Compiling ghash-ssse3-x86_64-apple.S
[560/882] Compiling ghash-ssse3-x86_64-linux.S
[562/882] Compiling ghash-x86_64-linux.S
[563/882] Compiling ghash-ssse3-x86-linux.S
[564/882] Compiling ghash-neon-armv8-win.S
[565/882] Compiling ghash-ssse3-x86-apple.S
[566/882] Compiling ghash-neon-armv8-linux.S
[567/882] Compiling ghash-neon-armv8-apple.S
[568/882] Compiling bsaes-armv7-linux.S
[569/882] Compiling co-586-linux.S
[569/882] Compiling co-586-apple.S
[571/882] Compiling ghash-armv4-linux.S
[572/882] Compiling bn-armv8-linux.S
[572/882] Compiling bn-armv8-win.S
[574/882] Compiling bn-armv8-apple.S
[575/882] Compiling armv8-mont-apple.S
[576/882] Compiling bn-586-linux.S
[577/882] Compiling armv8-mont-linux.S
[578/882] Compiling bn-586-apple.S
[579/882] Compiling armv8-mont-win.S
[580/882] Compiling aesv8-gcm-armv8-linux.S
[581/882] Compiling armv4-mont-linux.S
[582/882] Compiling aesv8-gcm-armv8-win.S
[583/882] Compiling aesv8-armv8-win.S
[584/882] Compiling aesv8-gcm-armv8-apple.S
[585/882] Compiling aesv8-armv8-apple.S
[586/882] Compiling aesv8-armv8-linux.S
[587/882] Compiling aesni-x86_64-apple.S
[588/882] Compiling aesv8-armv7-linux.S
[589/882] Compiling aesni-x86-apple.S
[590/882] Compiling aesni-x86_64-linux.S
[591/882] Compiling aesni-gcm-x86_64-apple.S
[592/882] Compiling aesni-gcm-x86_64-linux.S
[593/882] Compiling aesni-x86-linux.S
[594/882] Compiling aes-gcm-avx2-x86_64-linux.S
[595/882] Compiling aes-gcm-avx2-x86_64-apple.S
[596/882] Compiling aes-gcm-avx10-x86_64-linux.S
[597/882] Compiling aes-gcm-avx10-x86_64-apple.S
[598/882] Compiling x_sig.cc
[599/882] Compiling x_x509.cc
[600/882] Compiling x_spki.cc
[601/882] Compiling x_val.cc
[602/882] Compiling x_pubkey.cc
[603/882] Compiling x_x509a.cc
[603/882] Compiling x_name.cc
[605/882] Compiling x_req.cc
[606/882] Compiling x_algor.cc
[607/882] Compiling x_crl.cc
[608/882] Compiling x_attrib.cc
[609/882] Compiling x_all.cc
[610/882] Compiling x509rset.cc
[611/882] Compiling x_exten.cc
[612/882] Compiling x509spki.cc
[613/882] Compiling x509name.cc
[614/882] Compiling x509_vfy.cc
[615/882] Compiling x509_set.cc
[616/882] Compiling x509cset.cc
[617/882] Compiling x509_vpm.cc
[618/882] Compiling x509_trs.cc
[619/882] Compiling x509_v3.cc
[620/882] Compiling x509_txt.cc
[621/882] Compiling x509_obj.cc
[622/882] Compiling x509_req.cc
[623/882] Compiling x509_lu.cc
[624/882] Compiling x509_ext.cc
[625/882] Compiling x509_d2.cc
[626/882] Compiling x509_def.cc
[627/882] Compiling x509_att.cc
[628/882] Compiling x509.cc
[629/882] Compiling x509_cmp.cc
[630/882] Compiling v3_skey.cc
[631/882] Compiling v3_purp.cc
[632/882] Compiling v3_prn.cc
[633/882] Compiling v3_utl.cc
[634/882] Compiling v3_pmaps.cc
[635/882] Compiling v3_pcons.cc
[636/882] Compiling v3_ocsp.cc
[637/882] Compiling v3_lib.cc
[638/882] Compiling v3_int.cc
[639/882] Compiling v3_ncons.cc
[640/882] Compiling v3_extku.cc
[641/882] Compiling v3_genn.cc
[642/882] Compiling v3_info.cc
[643/882] Compiling v3_ia5.cc
[644/882] Compiling v3_crld.cc
[645/882] Compiling v3_enum.cc
[646/882] Compiling v3_cpols.cc
[647/882] Compiling v3_conf.cc
[648/882] Compiling v3_akey.cc
[649/882] Compiling t_x509.cc
[650/882] Compiling t_x509a.cc
[651/882] Compiling v3_alt.cc
[652/882] Compiling v3_bitst.cc
[653/882] Compiling v3_bcons.cc
[654/882] Compiling v3_akeya.cc
[655/882] Compiling i2d_pr.cc
[656/882] Compiling t_crl.cc
[657/882] Compiling t_req.cc
[658/882] Compiling rsa_pss.cc
[659/882] Compiling policy.cc
[660/882] Compiling name_print.cc
[661/882] Compiling by_file.cc
[662/882] Compiling algorithm.cc
[663/882] Compiling asn1_gen.cc
[664/882] Compiling by_dir.cc
[665/882] Compiling thread_pthread.cc
[666/882] Compiling a_verify.cc
[667/882] Compiling a_sign.cc
[668/882] Compiling trust_token.cc
[669/882] Compiling thread_win.cc
[670/882] Compiling a_digest.cc
[671/882] Compiling voprf.cc
[672/882] Compiling stack.cc
[673/882] Compiling pmbtoken.cc
[674/882] Compiling thread.cc
[675/882] Compiling thread_none.cc
[676/882] Compiling sha256.cc
[677/882] Compiling sha512.cc
[678/882] Compiling siphash.cc
[679/882] Compiling sha1.cc
[680/882] Compiling spake2plus.cc
[681/882] Compiling rsa_print.cc
[682/882] Compiling rsa_extra.cc
[683/882] Compiling rsa_crypt.cc
[684/882] Compiling slhdsa.cc
[685/882] Compiling refcount.cc
[686/882] Compiling rsa_asn1.cc
[687/882] Compiling trusty.cc
[687/882] Compiling windows.cc
[687/882] Compiling passive.cc
[687/882] Compiling rand.cc
[687/882] Compiling rc4.cc
[687/882] Compiling urandom.cc
[687/882] Compiling forkunsafe.cc
[687/882] Compiling getentropy.cc
[695/882] Compiling fork_detect.cc
[696/882] Compiling ios.cc
[697/882] Compiling poly1305_arm_asm.S
[698/882] Compiling deterministic.cc
[699/882] Compiling poly1305_arm.cc
[700/882] Compiling poly1305.cc
[701/882] Compiling poly1305_vec.cc
[702/882] Compiling pool.cc
[703/882] Compiling pkcs7.cc
[704/882] Compiling pkcs8.cc
[705/882] Compiling p5_pbev2.cc
[706/882] Compiling pkcs8_x509.cc
[707/882] Compiling pkcs7_x509.cc
[707/882] Compiling pem_x509.cc
[709/882] Compiling pem_xaux.cc
[710/882] Compiling pem_pkey.cc
[711/882] Compiling mlkem.cc
[712/882] Compiling pem_oth.cc
[713/882] Compiling pem_pk8.cc
[714/882] Compiling pem_lib.cc
[715/882] Compiling mldsa.cc
[716/882] Compiling obj_xref.cc
[717/882] Compiling obj.cc
[718/882] Compiling pem_info.cc
[719/882] Compiling md5.cc
[720/882] Compiling mem.cc
[721/882] Compiling fips_shared_support.cc
[722/882] Compiling poly_rq_mul.S
[723/882] Compiling md4.cc
[724/882] Compiling pem_all.cc
[725/882] Compiling lhash.cc
[726/882] Compiling hrss.cc
[727/882] Compiling ex_data.cc
[728/882] Compiling kyber.cc
[729/882] Compiling sign.cc
[730/882] Compiling scrypt.cc
[731/882] Compiling print.cc
[732/882] Compiling hpke.cc
[733/882] Compiling p_x25519.cc
[734/882] Compiling pbkdf.cc
[735/882] Compiling p_hkdf.cc
[736/882] Compiling p_ed25519.cc
[737/882] Compiling p_x25519_asn1.cc
[738/882] Compiling p_rsa_asn1.cc
[739/882] Compiling p_ed25519_asn1.cc
[740/882] Compiling p_rsa.cc
[741/882] Compiling p_ec.cc
[742/882] Compiling p_dh_asn1.cc
[743/882] Compiling p_dh.cc
[744/882] Compiling p_dsa_asn1.cc
[745/882] Compiling evp_ctx.cc
[746/882] Compiling p_ec_asn1.cc
[747/882] Compiling evp.cc
[748/882] Compiling err.cc
[749/882] Compiling engine.cc
[750/882] Compiling evp_asn1.cc
[751/882] Compiling ecdh.cc
[752/882] Compiling ec_derive.cc
[753/882] Compiling hash_to_curve.cc
[754/882] Compiling params.cc
[755/882] Compiling ecdsa_asn1.cc
[756/882] Compiling ec_asn1.cc
[757/882] Compiling dsa.cc
[758/882] Compiling dsa_asn1.cc
[759/882] Compiling dh_asn1.cc
[760/882] Compiling x25519-asm-arm.S
[761/882] Compiling digest_extra.cc
[762/882] Compiling des.cc
[763/882] Compiling cpu_intel.cc
[764/882] Compiling cpu_arm_linux.cc
[765/882] Compiling crypto.cc
[766/882] Compiling curve25519.cc
[767/882] Compiling spake25519.cc
[768/882] Compiling cpu_arm_freebsd.cc
[769/882] Compiling bcm.cc
[770/882] Compiling cpu_aarch64_openbsd.cc
[771/882] Compiling cpu_aarch64_win.cc
[772/882] Compiling curve25519_64_adx.cc
[773/882] Compiling cpu_aarch64_sysreg.cc
[774/882] Compiling cpu_aarch64_linux.cc
[775/882] Compiling cpu_aarch64_apple.cc
[776/882] Compiling cpu_aarch64_fuchsia.cc
[777/882] Compiling conf.cc
[778/882] Compiling get_cipher.cc
[779/882] Compiling e_rc4.cc
[780/882] Compiling e_tls.cc
[781/882] Compiling tls_cbc.cc
[782/882] Compiling e_null.cc
[783/882] Compiling e_rc2.cc
[784/882] Compiling e_des.cc
[785/882] Compiling e_chacha20poly1305.cc
[786/882] Compiling derive_key.cc
[787/882] Compiling e_aesgcmsiv.cc
[788/882] Compiling chacha.cc
[789/882] Compiling unicode.cc
[790/882] Compiling e_aesctrhmac.cc
[791/882] Compiling buf.cc
[792/882] Compiling cbs.cc
[793/882] Compiling asn1_compat.cc
[794/882] Compiling ber.cc
[795/882] Compiling cbb.cc
[796/882] Compiling blake2.cc
[797/882] Compiling bn_asn1.cc
[798/882] Compiling socket_helper.cc
[799/882] Compiling socket.cc
[800/882] Compiling convert.cc
[801/882] Compiling pair.cc
[802/882] Compiling hexdump.cc
[803/882] Compiling file.cc
[804/882] Compiling printf.cc
[805/882] Compiling fd.cc
[806/882] Compiling connect.cc
[807/882] Compiling errno.cc
[808/882] Compiling bio_mem.cc
[809/882] Compiling base64.cc
[810/882] Compiling bio.cc
[811/882] Compiling tasn_typ.cc
[812/882] Compiling tasn_fre.cc
[813/882] Compiling tasn_enc.cc
[814/882] Compiling f_string.cc
[815/882] Compiling tasn_new.cc
[816/882] Compiling posix_time.cc
[817/882] Compiling asn_pack.cc
[818/882] Compiling asn1_par.cc
[819/882] Compiling tasn_dec.cc
[820/882] Compiling f_int.cc
[821/882] Compiling tasn_utl.cc
[822/882] Compiling a_utctm.cc
[823/882] Compiling a_octet.cc
[824/882] Compiling asn1_lib.cc
[825/882] Compiling a_time.cc
[826/882] Compiling a_strnid.cc
[827/882] Compiling a_strex.cc
[828/882] Write sources
[830/882] Compiling a_mbstr.cc
[831/882] Write sources
[833/882] Compiling a_dup.cc
[834/882] Write sources
[835/882] Compiling a_d2i_fp.cc
[836/882] Write sources
[837/882] Compiling a_object.cc
[838/882] Compiling a_i2d_fp.cc
[839/944] Compiling a_int.cc
[840/1023] Compiling a_gentm.cc
[842/1023] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[843/1023] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[844/1023] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[845/1023] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[846/1025] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[847/1025] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[848/1025] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[849/1025] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[850/1025] Compiling Atomics IntegerOperations.swift
[851/1025] Compiling Atomics Unmanaged extensions.swift
[852/1025] Emitting module BitCollections
[853/1032] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[854/1032] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[855/1032] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[856/1032] Compiling AsyncAlgorithms AsyncChannel.swift
[857/1032] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[858/1032] Compiling AsyncAlgorithms ChannelStateMachine.swift
[859/1032] Compiling AsyncAlgorithms ChannelStorage.swift
[860/1032] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[861/1032] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[862/1032] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[863/1032] Compiling AsyncAlgorithms CombineLatestStorage.swift
[864/1032] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[865/1032] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[866/1032] Compiling AsyncAlgorithms MergeStateMachine.swift
[867/1032] Compiling AsyncAlgorithms MergeStorage.swift
[868/1032] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[869/1032] Compiling AsyncAlgorithms Rethrow.swift
[870/1032] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[871/1032] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[872/1032] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[873/1032] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[874/1032] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[875/1032] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[876/1032] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[877/1032] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[878/1032] Compiling AsyncAlgorithms DebounceStateMachine.swift
[879/1032] Compiling AsyncAlgorithms DebounceStorage.swift
[880/1032] Compiling AsyncAlgorithms Dictionary.swift
[881/1032] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[882/1032] Compiling AsyncAlgorithms Locking.swift
[883/1032] Compiling BitCollections BitSet.Counted.swift
[884/1032] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[885/1032] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[886/1032] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[887/1032] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[888/1035] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[889/1035] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[890/1035] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[892/1035] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[893/1035] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[912/1041] Compiling BitCollections BitSet.Index.swift
[913/1041] Compiling BitCollections BitSet._UnsafeHandle.swift
[914/1041] Compiling BitCollections BitSet.swift
[915/1041] Compiling BitCollections Range+Utilities.swift
[916/1041] Compiling BitCollections Slice+Utilities.swift
[917/1041] Compiling BitCollections UInt+Tricks.swift
[918/1041] Compiling BitCollections _Word.swift
[919/1041] Emitting module AsyncAlgorithms
[924/1041] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[925/1041] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[962/1042] Compiling Algorithms Trim.swift
[963/1042] Compiling Algorithms Unique.swift
[964/1042] Compiling Algorithms Windows.swift
[972/1042] Emitting module Atomics
[972/1042] Wrapping AST for BitCollections for debugging
[974/1044] Compiling Collections Collections.swift
[975/1044] Emitting module Collections
[998/1046] Wrapping AST for Collections for debugging
[1001/1046] Compiling AsyncAlgorithms SetAlgebra.swift
[1002/1046] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1003/1046] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1004/1046] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1005/1046] Compiling AsyncAlgorithms ZipStateMachine.swift
[1006/1046] Compiling AsyncAlgorithms ZipStorage.swift
[1007/1047] Emitting module Algorithms
[1008/1048] Wrapping AST for Atomics for debugging
[1010/1108] Wrapping AST for AsyncAlgorithms for debugging
[1011/1112] Wrapping AST for Algorithms for debugging
[1013/1116] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1014/1117] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1015/1117] Emitting module ServiceLifecycle
[1016/1117] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1017/1117] Compiling ServiceLifecycle GracefulShutdown.swift
[1018/1117] Compiling ServiceLifecycle ServiceRunnerError.swift
[1019/1117] Compiling ServiceLifecycle Service.swift
[1020/1117] Compiling ServiceLifecycle CancellationWaiter.swift
[1021/1117] Compiling ServiceLifecycle ServiceGroup.swift
[1022/1118] Wrapping AST for ServiceLifecycle 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/1118] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1033/1118] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1034/1118] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1035/1118] Compiling NIOCore EventLoopFuture.swift
[1036/1118] Compiling NIOCore FileDescriptor.swift
[1037/1118] Compiling NIOCore FileHandle.swift
[1038/1118] Compiling NIOCore FileRegion.swift
[1039/1118] Compiling NIOCore GlobalSingletons.swift
[1040/1126] Compiling NIOCore IO.swift
[1041/1126] Compiling NIOCore IOData.swift
[1042/1126] Compiling NIOCore IPProtocol.swift
[1043/1126] Compiling NIOCore IntegerBitPacking.swift
[1044/1126] Compiling NIOCore IntegerTypes.swift
[1045/1126] Compiling NIOCore Interfaces.swift
[1046/1126] Compiling NIOCore Linux.swift
[1047/1126] Compiling NIOCore MarkedCircularBuffer.swift
[1048/1126] Compiling NIOCore CircularBuffer.swift
[1049/1126] Compiling NIOCore Codec.swift
[1050/1126] Compiling NIOCore ConvenienceOptionSupport.swift
[1051/1126] Compiling NIOCore DeadChannel.swift
[1052/1126] Compiling NIOCore DispatchQueue+WithFuture.swift
[1053/1126] Compiling NIOCore EventLoop+Deprecated.swift
[1054/1126] Compiling NIOCore EventLoop+SerialExecutor.swift
[1055/1126] Compiling NIOCore EventLoop.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 SingleStepByteToMessageDecoder.swift
[1066/1126] Compiling NIOCore SocketAddresses.swift
[1067/1126] Compiling NIOCore SocketOptionProvider.swift
[1068/1126] Compiling NIOCore SystemCallHelpers.swift
[1069/1126] Compiling NIOCore TimeAmount+Duration.swift
[1070/1126] Compiling NIOCore TypeAssistedChannelHandler.swift
[1071/1126] Compiling NIOCore UniversalBootstrapSupport.swift
[1072/1126] Compiling NIOCore Utilities.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/1129] Wrapping AST for NIOCore for debugging
[1094/1188] Emitting module NIOHTTPTypes
[1095/1188] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1096/1189] Emitting module CompressNIO
[1098/1190] Compiling CompressNIO Error.swift
[1099/1190] Compiling CompressNIO CompressionAlgorithm.swift
[1100/1190] Compiling CompressNIO Compressor.swift
[1101/1190] Emitting module NIOEmbedded
[1102/1190] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1103/1190] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1104/1190] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1105/1190] Compiling CompressNIO Zlib.swift
[1106/1190] Compiling CompressNIO ZlibWrapper.swift
[1107/1190] Compiling CompressNIO ByteBuffer+compress.swift
[1108/1190] Compiling CompressNIO ByteBuffer+decompress.swift
[1109/1191] Compiling NIOEmbedded AsyncTestingChannel.swift
[1109/1191] Wrapping AST for NIOHTTPTypes for debugging
[1112/1191] Compiling NIOEmbedded Embedded.swift
[1112/1192] Wrapping AST for CompressNIO for debugging
[1114/1192] Wrapping AST for NIOEmbedded for debugging
[1116/1192] Compiling NIOPosix IO.swift
[1117/1192] Compiling NIOPosix IntegerBitPacking.swift
[1118/1192] Compiling NIOPosix IntegerTypes.swift
[1119/1192] Compiling NIOPosix Linux.swift
[1120/1192] Compiling NIOPosix LinuxCPUSet.swift
[1121/1192] Compiling NIOPosix LinuxUring.swift
[1122/1192] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1123/1198] Emitting module NIOPosix
[1124/1198] Compiling NIOPosix ThreadPosix.swift
[1125/1198] Compiling NIOPosix ThreadWindows.swift
[1126/1198] Compiling NIOPosix UnsafeTransfer.swift
[1127/1198] Compiling NIOPosix Utilities.swift
[1128/1198] Compiling NIOPosix VsockAddress.swift
[1129/1198] Compiling NIOPosix VsockChannelEvents.swift
[1130/1198] Compiling NIOPosix Pool.swift
[1131/1198] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1132/1198] Compiling NIOPosix PosixSingletons.swift
[1133/1198] Compiling NIOPosix RawSocketBootstrap.swift
[1134/1198] Compiling NIOPosix Resolver.swift
[1135/1198] Compiling NIOPosix Selectable.swift
[1136/1198] Compiling NIOPosix SelectableChannel.swift
[1137/1198] Compiling NIOPosix SelectableEventLoop.swift
[1138/1198] Compiling NIOPosix SelectorEpoll.swift
[1139/1198] Compiling NIOPosix SelectorGeneric.swift
[1140/1198] Compiling NIOPosix SelectorKqueue.swift
[1141/1198] Compiling NIOPosix SelectorUring.swift
[1144/1198] Compiling NIOPosix BSDSocketAPIWindows.swift
[1145/1198] Compiling NIOPosix BaseSocket.swift
[1146/1198] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1147/1198] Compiling NIOPosix BaseSocketChannel.swift
[1148/1198] Compiling NIOPosix BaseStreamSocketChannel.swift
[1149/1198] Compiling NIOPosix ServerSocket.swift
[1150/1198] Compiling NIOPosix Socket.swift
[1151/1198] Compiling NIOPosix SocketChannel.swift
[1152/1198] Compiling NIOPosix SocketProtocols.swift
[1153/1198] Compiling NIOPosix System.swift
[1154/1198] Compiling NIOPosix Thread.swift
[1155/1198] Compiling NIOPosix Bootstrap.swift
[1156/1198] Compiling NIOPosix ControlMessage.swift
[1157/1198] Compiling NIOPosix DatagramVectorReadManager.swift
[1158/1198] Compiling NIOPosix Errors+Any.swift
[1159/1198] Compiling NIOPosix FileDescriptor.swift
[1160/1198] Compiling NIOPosix GetaddrinfoResolver.swift
[1161/1198] Compiling NIOPosix HappyEyeballs.swift
[1162/1198] Compiling NIOPosix NIOThreadPool.swift
[1163/1198] Compiling NIOPosix NonBlockingFileIO.swift
[1164/1198] Compiling NIOPosix PendingDatagramWritesManager.swift
[1165/1198] Compiling NIOPosix PendingWritesManager.swift
[1166/1198] Compiling NIOPosix PipeChannel.swift
[1167/1198] Compiling NIOPosix PipePair.swift
[1168/1199] Wrapping AST for NIOPosix for debugging
[1170/1201] Compiling NIO Exports.swift
[1171/1201] Emitting module NIO
[1172/1202] Wrapping AST for NIO for debugging
[1174/1241] Compiling NIOTLS TLSEvents.swift
[1175/1241] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1176/1241] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1177/1241] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1178/1241] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1179/1241] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1180/1241] Compiling NIOSOCKS ClientStateMachine.swift
[1181/1242] Compiling NIOSOCKS SOCKSResponse.swift
[1182/1242] Emitting module NIOTLS
[1183/1242] Compiling NIOSOCKS AuthenticationMethod.swift
[1184/1242] Compiling NIOSOCKS ClientGreeting.swift
[1185/1242] Emitting module NIOSOCKS
[1186/1242] Compiling NIOSOCKS SOCKSClientHandler.swift
[1187/1242] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1188/1242] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1189/1242] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1190/1242] Compiling NIOTLS SNIHandler.swift
[1191/1243] Compiling NIOSOCKS Errors.swift
[1192/1243] Compiling NIOSOCKS Helpers.swift
[1193/1243] Compiling NIOSOCKS Messages.swift
[1194/1243] Compiling NIOSOCKS SOCKSRequest.swift
[1195/1243] Compiling NIOSOCKS ServerStateMachine.swift
[1198/1244] Emitting module NIOFoundationCompat
[1199/1244] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1200/1245] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1201/1245] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1202/1245] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1203/1245] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1206/1247] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1206/1247] Wrapping AST for NIOTLS for debugging
[1209/1247] Wrapping AST for NIOSOCKS for debugging
[1210/1267] Wrapping AST for NIOFoundationCompat for debugging
[1212/1298] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1213/1298] Compiling NIOTransportServices NIOTSBootstraps.swift
[1214/1298] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1215/1298] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1216/1298] Compiling NIOTransportServices StateManagedChannel.swift
[1217/1298] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1218/1298] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1219/1298] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1220/1298] Compiling NIOTransportServices NIOTSSingletons.swift
[1223/1300] Compiling NIOTransportServices NIOTSErrors.swift
[1224/1300] Compiling NIOTransportServices NIOTSEventLoop.swift
[1226/1300] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1227/1300] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1228/1300] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1229/1300] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1230/1300] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1231/1300] Emitting module NIOTransportServices
[1232/1300] Compiling NIOTransportServices AcceptHandler.swift
[1233/1300] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1235/1300] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1236/1300] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1237/1300] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1238/1300] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1239/1300] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1243/1301] Emitting module NIOHTTP1
[1246/1302] Wrapping AST for NIOTransportServices for debugging
[1248/1309] Wrapping AST for NIOHTTP1 for debugging
[1250/1316] Emitting module NIOSSL
[1251/1356] Emitting module NIOHTTPTypesHTTP1
[1252/1356] Compiling NIOExtras NIORequestIdentifiable.swift
[1253/1356] Compiling NIOExtras PCAPRingBuffer.swift
[1254/1356] Compiling NIOExtras QuiescingHelper.swift
[1255/1356] Compiling NIOExtras RequestResponseHandler.swift
[1256/1356] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1257/1356] Compiling NIOWebSocket WebSocketOpcode.swift
[1258/1357] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1259/1357] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1260/1357] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1261/1357] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1262/1357] Compiling NIOExtras NIOExtrasError.swift
[1263/1357] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1265/1359] Compiling NIOSSL SubjectAlternativeName.swift
[1266/1359] Compiling NIOSSL NIOSSLSecureBytes.swift
[1267/1359] Compiling NIOSSL RNG.swift
[1268/1359] Compiling NIOSSL SafeCompare.swift
[1269/1359] Compiling NIOHPACK IntegerCoding.swift
[1270/1359] Compiling NIOHPACK IndexedHeaderTable.swift
[1271/1360] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1272/1360] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1273/1360] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1274/1360] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1275/1360] Compiling NIOHPACK StaticHeaderTable.swift
[1277/1360] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1278/1360] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1279/1360] Compiling NIOHPACK HuffmanCoding.swift
[1280/1360] Compiling NIOHPACK HuffmanTables.swift
[1281/1360] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1282/1360] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1283/1360] Compiling NIOWebSocket WebSocketFrame.swift
[1286/1361] Emitting module NIOHTTPCompression
[1287/1361] Compiling NIOHTTPCompression HTTPDecompression.swift
[1288/1361] Compiling NIOHTTPCompression HTTPCompression.swift
[1289/1361] Emitting module NIOWebSocket
[1290/1361] Compiling NIOExtras DebugInboundEventsHandler.swift
[1291/1361] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1292/1361] Emitting module NIOHPACK
[1294/1362] Emitting module NIOExtras
[1295/1362] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1296/1362] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1300/1363] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1301/1363] Wrapping AST for NIOWebSocket for debugging
[1303/1363] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1304/1363] Compiling NIOExtras LengthFieldPrepender.swift
[1305/1363] Compiling NIOExtras LineBasedFrameDecoder.swift
[1310/1363] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1311/1363] Compiling NIOExtras JSONRPCFraming.swift
[1315/1364] Wrapping AST for NIOHTTPCompression for debugging
[1317/1379] Compiling WSCore WebSocketFrameSequence.swift
[1318/1379] Compiling WSCore WebSocketHandler.swift
[1319/1379] Compiling WSCore WebSocketMessage.swift
[1320/1379] Compiling WSCore WebSocketOutboundWriter.swift
[1322/1379] Compiling NIOExtras UnsafeTransfer.swift
[1323/1379] Compiling NIOExtras WritePCAPHandler.swift
[1325/1379] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1326/1379] Compiling WSCore String+validatingString.swift
[1327/1379] Compiling WSCore UnsafeTransfer.swift
[1328/1379] Compiling WSCore WebSocketContext.swift
[1332/1379] Compiling NIOSSL IdentityVerification.swift
[1333/1379] Compiling WSCore WebSocketExtension.swift
[1334/1379] Compiling WSCore WebSocketExtensionBuilder.swift
[1335/1379] Compiling WSCore WebSocketDataFrame.swift
[1336/1379] Compiling WSCore WebSocketDataHandler.swift
[1337/1379] Wrapping AST for NIOHPACK for debugging
[1341/1380] Compiling NIOSSL Zeroization.swift
[1342/1380] Compiling NIOSSL TLSConfiguration.swift
[1343/1380] Compiling NIOSSL UniversalBootstrapSupport.swift
[1344/1380] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1346/1439] Wrapping AST for NIOExtras for debugging
[1347/1439] Wrapping AST for NIOSSL for debugging
[1349/1463] Compiling HummingbirdCore ServerChildChannel.swift
[1350/1463] Compiling HummingbirdCore ServerConfiguration.swift
[1351/1463] Compiling HummingbirdCore TSTLSOptions.swift
[1352/1463] Compiling HummingbirdCore AnyAsyncSequence.swift
[1353/1463] Compiling HummingbirdCore FlatDictionary.swift
[1354/1463] Compiling HummingbirdCore HBParser.swift
[1355/1463] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1356/1463] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1357/1471] Compiling HummingbirdCore Deprecations.swift
[1358/1471] Compiling HummingbirdCore Request.swift
[1359/1471] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1360/1471] Compiling HummingbirdCore RequestBody.swift
[1361/1471] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1362/1471] Compiling HummingbirdCore URI.swift
[1363/1471] Compiling HummingbirdCore Response.swift
[1364/1471] Compiling HummingbirdCore ResponseBody.swift
[1365/1471] Emitting module HummingbirdCore
[1366/1474] Compiling HummingbirdCore ResponseBodyWriter.swift
[1367/1474] Compiling HummingbirdCore ResponseWriter.swift
[1368/1474] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1369/1474] Compiling HummingbirdCore BindAddress.swift
[1370/1474] Compiling HummingbirdCore HTTP1Channel.swift
[1371/1474] Compiling HummingbirdCore HTTPChannelHandler.swift
[1376/1474] Compiling HummingbirdCore HTTPServerBuilder.swift
[1377/1474] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1378/1474] Compiling HummingbirdCore Server.swift
[1391/1475] Emitting module WSCore
[1394/1475] Compiling NIOHTTP2 InboundWindowManager.swift
[1395/1475] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1396/1475] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1397/1475] Compiling NIOHTTP2 StreamChannelList.swift
[1398/1475] Compiling NIOHTTP2 StreamMap.swift
[1399/1475] Compiling NIOHTTP2 StreamStateMachine.swift
[1400/1475] Compiling NIOHTTP2 UnsafeTransfer.swift
[1401/1475] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1402/1475] Compiling HummingbirdCore OutputBuffer.swift
[1403/1475] Compiling HummingbirdCore String+percentEncode.swift
[1404/1475] Compiling HummingbirdCore UnsafeTransfer.swift
[1405/1476] Emitting module NIOHTTP2
[1411/1476] Compiling WSCore WebSocketStateMachine.swift
[1413/1476] Wrapping AST for HummingbirdCore for debugging
[1415/1540] Compiling Hummingbird RequestID.swift
[1416/1540] Compiling Hummingbird RequestResponder.swift
[1417/1540] Compiling Hummingbird Response.swift
[1418/1540] Compiling Hummingbird URI+decodeQuery.swift
[1419/1540] Compiling Hummingbird MemoryPersistDriver.swift
[1420/1540] Compiling Hummingbird RouterGroup.swift
[1421/1540] Compiling Hummingbird RouterMethods.swift
[1422/1540] Compiling Hummingbird RouterPath.swift
[1423/1540] Compiling Hummingbird URLEncodedFormDecoder.swift
[1424/1540] Compiling Hummingbird URLEncodedFormEncoder.swift
[1425/1540] Compiling Hummingbird URLEncodedFormNode.swift
[1426/1540] Compiling Hummingbird FileIO.swift
[1430/1541] Compiling Hummingbird FileProvider.swift
[1431/1541] Compiling Hummingbird LocalFileSystem.swift
[1432/1541] Compiling Hummingbird Cookie.swift
[1433/1541] Compiling Hummingbird Cookies.swift
[1434/1541] Compiling Hummingbird MediaType+FileExtension.swift
[1435/1541] Compiling Hummingbird MediaType.swift
[1436/1541] Compiling Hummingbird Request+Cookies.swift
[1436/1541] Wrapping AST for WSCore for debugging
[1438/1554] Compiling WSCompression PerMessageDeflateExtension.swift
[1439/1554] Emitting module WSCompression
[1440/1555] Compiling Hummingbird MiddlewareGroup.swift
[1441/1555] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1442/1555] Compiling Hummingbird _Middleware2.swift
[1443/1555] Compiling Hummingbird _OptionalMiddleware.swift
[1444/1555] Compiling Hummingbird ChildRequestContext.swift
[1445/1555] Compiling Hummingbird Request.swift
[1446/1555] Compiling Hummingbird RequestContext.swift
[1447/1555] Compiling Hummingbird RequestContextSource.swift
[1449/1555] Compiling WSClient TSTLSOptions.swift
[1450/1555] Compiling WSClient URI.swift
[1451/1556] Compiling WSClient WebSocketClientConfiguration.swift
[1460/1556] Wrapping AST for WSCompression for debugging
[1462/1567] Compiling WSClient Exports.swift
[1463/1567] Compiling WSClient WebSocketClient.swift
[1464/1567] Compiling WSClient WebSocketClientChannel.swift
[1465/1567] Compiling WSClient WebSocketClientError.swift
[1466/1567] Emitting module HummingbirdWSCompression
[1467/1567] Compiling HummingbirdWSCompression Exports.swift
[1471/1567] Compiling Hummingbird RouterResponder.swift
[1472/1567] Compiling Hummingbird TransformingRouterGroup.swift
[1473/1567] Compiling Hummingbird RouterTrie.swift
[1474/1567] Compiling Hummingbird Trie+resolve.swift
[1475/1567] Compiling Hummingbird Trie+serialize.swift
[1476/1567] Compiling Hummingbird TrieRouter.swift
[1478/1568] Compiling Hummingbird _SpreadMiddleware.swift
[1479/1568] Compiling Hummingbird TracingMiddleware.swift
[1480/1568] Compiling Hummingbird EndpointResponder.swift
[1481/1568] Compiling Hummingbird Parameters+UUID.swift
[1482/1568] Compiling Hummingbird Parameters.swift
[1483/1568] Compiling Hummingbird ResponseGenerator.swift
[1484/1568] Compiling Hummingbird RouteCollection.swift
[1485/1568] Compiling Hummingbird Router+validation.swift
[1486/1568] Compiling Hummingbird Router.swift
[1486/1568] Wrapping AST for HummingbirdWSCompression for debugging
[1488/1568] Compiling Hummingbird CORSMiddleware.swift
[1489/1568] Compiling Hummingbird FileMiddleware.swift
[1490/1568] Compiling Hummingbird LogRequestMiddleware.swift
[1491/1568] Compiling Hummingbird MetricsMiddleware.swift
[1492/1568] Compiling Hummingbird Middleware.swift
[1505/1568] Compiling Hummingbird Response+Cookies.swift
[1506/1568] Compiling Hummingbird Configuration.swift
[1507/1568] Compiling Hummingbird Deprecations.swift
[1508/1568] Compiling Hummingbird Environment.swift
[1509/1568] Compiling Hummingbird EditedHTTPError.swift
[1510/1568] Compiling Hummingbird HTTPError.swift
[1511/1568] Compiling Hummingbird HTTPResponseError.swift
[1512/1568] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1513/1568] Compiling Hummingbird Exports.swift
[1514/1568] Compiling Hummingbird CacheControl.swift
[1515/1568] Compiling WSClient ClientChannel.swift
[1516/1568] Compiling WSClient ClientConnection.swift
[1517/1568] Compiling WSClient Parser.swift
[1518/1568] Compiling WSClient TLSClientChannel.swift
[1519/1568] Emitting module WSClient
[1537/1570] Emitting module Hummingbird
[1547/1570] Wrapping AST for WSClient for debugging
[1548/1572] Wrapping AST for NIOHTTP2 for debugging
[1550/1572] Emitting module HummingbirdWSClient
[1551/1572] Compiling HummingbirdWSClient Exports.swift
[1552/1572] Compiling Hummingbird PersistDriver.swift
[1553/1572] Compiling Hummingbird PersistError.swift
[1554/1572] Compiling Hummingbird ByteBuffer+foundation.swift
[1555/1572] Compiling Hummingbird DateCache.swift
[1556/1572] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1557/1572] Compiling Hummingbird HexDigest.swift
[1558/1572] Compiling Hummingbird InitializableFromSource.swift
[1559/1572] Compiling Hummingbird PreludeService.swift
[1560/1572] Compiling Hummingbird StringProtocol.swift
[1562/1634] Wrapping AST for HummingbirdWSClient for debugging
[1563/1641] Wrapping AST for Hummingbird for debugging
[1565/1641] Compiling HummingbirdWebSocket Exports.swift
[1566/1641] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1567/1641] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1568/1641] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1569/1641] Emitting module HummingbirdWebSocket
[1570/1641] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1571/1641] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1572/1642] Wrapping AST for HummingbirdWebSocket for debugging
[1574/1642] Emitting module AsyncHTTPClient
[1575/1650] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1576/1650] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1577/1650] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1578/1650] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1579/1650] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1580/1650] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1581/1650] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1582/1650] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1583/1650] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1584/1650] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1585/1650] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1586/1650] Compiling AsyncHTTPClient Transaction.swift
[1587/1650] Compiling AsyncHTTPClient Base64.swift
[1588/1650] Compiling AsyncHTTPClient BasicAuth.swift
[1589/1650] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1590/1650] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1591/1650] Compiling AsyncHTTPClient ConnectionPool.swift
[1592/1650] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1593/1650] Compiling AsyncHTTPClient ConnectionTarget.swift
[1594/1650] Compiling AsyncHTTPClient DeconstructedURL.swift
[1595/1650] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1596/1650] Compiling AsyncHTTPClient FoundationExtensions.swift
[1597/1650] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1598/1650] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1599/1650] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1600/1650] Compiling AsyncHTTPClient HTTPClient.swift
[1601/1650] Compiling AsyncHTTPClient HTTPHandler.swift
[1602/1650] Compiling AsyncHTTPClient LRUCache.swift
[1603/1650] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1604/1650] Compiling AsyncHTTPClient NWErrorHandler.swift
[1605/1650] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1606/1650] Compiling AsyncHTTPClient TLSConfiguration.swift
[1607/1650] Compiling AsyncHTTPClient RedirectState.swift
[1608/1650] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1609/1650] Compiling AsyncHTTPClient RequestOptions.swift
[1610/1650] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1611/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1612/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1613/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1614/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1615/1650] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1616/1650] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1617/1650] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1618/1650] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1619/1650] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1620/1650] Compiling AsyncHTTPClient HTTP1Connection.swift
[1621/1650] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1622/1650] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1623/1650] Compiling AsyncHTTPClient HTTP2Connection.swift
[1624/1650] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1625/1650] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1626/1650] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1627/1650] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1628/1650] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1629/1650] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1630/1650] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1631/1650] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1632/1650] Compiling AsyncHTTPClient RequestBodyLength.swift
[1633/1650] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1634/1650] Compiling AsyncHTTPClient RequestBag.swift
[1635/1650] Compiling AsyncHTTPClient RequestValidation.swift
[1636/1650] Compiling AsyncHTTPClient SSLContextCache.swift
[1637/1650] Compiling AsyncHTTPClient Scheme.swift
[1638/1650] Compiling AsyncHTTPClient Singleton.swift
[1639/1650] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1640/1650] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1641/1650] Compiling AsyncHTTPClient Utils.swift
[1642/1651] Wrapping AST for AsyncHTTPClient for debugging
[1644/1660] Emitting module HummingbirdTesting
[1645/1661] Compiling HummingbirdTesting TestApplication.swift
[1646/1661] Compiling HummingbirdTesting TestClient+types.swift
[1647/1661] Compiling HummingbirdTesting Deprecations.swift
[1648/1661] Compiling HummingbirdTesting LiveTestFramework.swift
[1649/1661] Compiling HummingbirdTesting RouterTestFramework.swift
[1650/1661] Compiling HummingbirdTesting Application+Test.swift
[1651/1661] Compiling HummingbirdTesting ApplicationTester.swift
[1652/1661] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1653/1661] Compiling HummingbirdTesting TestClient.swift
[1654/1662] Wrapping AST for HummingbirdTesting for debugging
[1656/1664] Compiling HummingbirdWSTesting TestClient+ws.swift
[1657/1664] Emitting module HummingbirdWSTesting
[1658/1665] Wrapping AST for HummingbirdWSTesting for debugging
[1660/1669] Compiling AutobahnServerTest AutobahnServerTest.swift
[1661/1669] Emitting module AutobahnServerTest
[1662/1670] Compiling WebsocketTest WebsocketTest.swift
[1663/1670] Emitting module WebsocketTest
[1665/1671] Wrapping AST for AutobahnServerTest for debugging
[1666/1671] Write Objects.LinkFileList
[1667/1671] Wrapping AST for WebsocketTest for debugging
[1668/1671] Write Objects.LinkFileList
[1669/1671] Linking AutobahnServerTest
[1670/1671] Linking WebsocketTest
Build complete! (279.49s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.