The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of hummingbird-websocket, reference main (d6a4fe), with Swift 6.1 for Linux on 5 May 2025 10:42:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-websocket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d6a4fe4 Add isOutboundHalfClosureEnabled: true to NIOAsyncChannel configuration (#104)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
d6a4fe4640ce7bb8429fa4f8e03854be0a46abdb
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at main
========================================
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.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-websocket.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "hummingbird-websocket",
  "name" : "hummingbird-websocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdWebSocket",
      "targets" : [
        "HummingbirdWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSClient",
      "targets" : [
        "HummingbirdWSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSCompression",
      "targets" : [
        "HummingbirdWSCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSTesting",
      "targets" : [
        "HummingbirdWSTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebsocketTest",
      "targets" : [
        "WebsocketTest"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "AutobahnServerTest",
      "targets" : [
        "AutobahnServerTest"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocketTests",
      "path" : "Tests/HummingbirdWebSocketTests",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdTesting",
        "HummingbirdTLS"
      ],
      "sources" : [
        "Certificates.swift",
        "WebSocketExtensionTests.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSClient",
        "HummingbirdWSCompression",
        "HummingbirdWSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocket",
      "path" : "Sources/HummingbirdWebSocket",
      "product_dependencies" : [
        "WSCore",
        "Hummingbird",
        "NIOHTTPTypes",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "HummingbirdWebSocket",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift",
        "HTTPServerBuilder+WebSocket.swift",
        "NIOWebSocketServerUpgrade+ext.swift",
        "WebSocketChannel.swift",
        "WebSocketRouter.swift",
        "WebSocketServerConfiguration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSTesting",
      "path" : "Sources/HummingbirdWSTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "TestClient+ws.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWSClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSCompression",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSCompression",
      "path" : "Sources/HummingbirdWSCompression",
      "product_dependencies" : [
        "WSCompression"
      ],
      "product_memberships" : [
        "HummingbirdWSCompression",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSClient",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSClient",
      "path" : "Sources/HummingbirdWSClient",
      "product_dependencies" : [
        "WSClient"
      ],
      "product_memberships" : [
        "HummingbirdWSClient",
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebsocketTest",
      "module_type" : "SwiftTarget",
      "name" : "WebsocketTest",
      "path" : "Snippets",
      "product_memberships" : [
        "WebsocketTest"
      ],
      "sources" : [
        "WebsocketTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "AutobahnServerTest",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnServerTest",
      "path" : "Snippets",
      "product_memberships" : [
        "AutobahnServerTest"
      ],
      "sources" : [
        "AutobahnServerTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/387] Fetching swift-websocket
[385/6153] Fetching swift-websocket, swift-nio-extras
[2349/30590] Fetching swift-websocket, swift-nio-extras, hummingbird
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.64s)
[5032/39660] Fetching swift-websocket, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.01s)
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (3.22s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.26s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.13.0 (4.13s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
[1/4974] Fetching swift-distributed-tracing
[1444/16479] Fetching swift-distributed-tracing, swift-nio-http2
[4205/30449] Fetching swift-distributed-tracing, swift-nio-http2, async-http-client
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.08s)
[19033/25475] Fetching swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-metrics.git
[25476/28102] Fetching swift-nio-http2, async-http-client, swift-nio-transport-services
[25660/30308] Fetching swift-nio-http2, async-http-client, swift-nio-transport-services, swift-metrics
[25683/32702] Fetching swift-nio-http2, async-http-client, swift-nio-transport-services, swift-metrics, swift-service-lifecycle
[32703/108401] Fetching swift-nio-http2, async-http-client, swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.80s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.78s)
[28859/103801] Fetching swift-nio-http2, async-http-client, swift-nio-transport-services, swift-nio
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
Fetching https://github.com/apple/swift-collections.git
[27746/101174] Fetching swift-nio-http2, async-http-client, swift-nio
[30775/102078] Fetching swift-nio-http2, async-http-client, swift-nio, swift-http-types
[33193/105914] Fetching swift-nio-http2, async-http-client, swift-nio, swift-http-types, swift-log
[42328/122285] Fetching swift-nio-http2, async-http-client, swift-nio, swift-http-types, swift-log, swift-collections
Fetched https://github.com/swift-server/async-http-client.git from cache (2.64s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.66s)
Fetching https://github.com/apple/swift-async-algorithms.git
[22049/96810] Fetching swift-nio, swift-http-types, swift-log, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (0.87s)
[23642/95906] Fetching swift-nio, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[20563/92070] Fetching swift-nio, swift-collections
[46650/93775] Fetching swift-nio, swift-collections, swift-atomics
[54657/98751] Fetching swift-nio, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
[64884/97046] Fetching swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.03s)
[61709/92070] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.30s)
[53747/75699] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.53s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.2.2 (9.48s)
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.34s)
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.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (3.56s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.34s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.70s)
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.74s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.75s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.33s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.04s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.83s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1135] Fetching swift-http-structured-headers
[1102/7053] Fetching swift-http-structured-headers, swift-algorithms
[1480/5918] Fetching swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
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.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.74s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.91s)
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.76s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.70s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.55s)
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.2.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.13.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.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
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.25.2
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.30.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/534] Write swift-version-24593BA9C3E375BF.txt
[1/534] Write sources
[2/534] Compiling _NumericsShims _NumericsShims.c
[3/534] Write sources
[4/537] Compiling f_int.cc
[5/537] Write sources
[6/538] Compiling a_bitstr.cc
[7/538] Compiling _AtomicsShims.c
[8/538] Write sources
[17/540] Compiling a_mbstr.cc
[18/540] Compiling a_bool.cc
[18/540] Write sources
[51/540] Compiling curve25519.cc
[52/575] Compiling curve25519_64_adx.cc
[53/575] Write sources
[55/575] Emitting module Logging
[56/583] Emitting module InternalCollectionsUtilities
[56/585] Compiling c-nioatomics.c
[56/585] Write sources
[62/585] Compiling CNIOWindows shim.c
[64/588] Compiling HTTPTypes HTTPResponse.swift
[65/589] Compiling RealModule Real.swift
[66/590] Emitting module HTTPTypes
[67/590] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/590] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/590] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/590] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/590] Compiling Logging LogHandler.swift
[72/590] Emitting module _NIOBase64
[73/590] Compiling _NIOBase64 Base64.swift
[74/590] Compiling HTTPTypes HTTPRequest.swift
[75/591] Compiling RealModule Float80+Real.swift
[76/591] Compiling RealModule Float16+Real.swift
[77/591] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/591] Compiling InternalCollectionsUtilities Specialize.swift
[79/591] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/591] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/591] Compiling InternalCollectionsUtilities Debugging.swift
[82/591] Compiling InternalCollectionsUtilities Descriptions.swift
[83/591] Compiling HTTPTypes HTTPParsedFields.swift
[84/591] Compiling RealModule ElementaryFunctions.swift
[85/591] Compiling RealModule Float+Real.swift
[86/591] Compiling _NIODataStructures PriorityQueue.swift
[87/591] Compiling _NIODataStructures _TinyArray.swift
[88/591] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/591] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/591] Emitting module RealModule
[91/591] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[92/591] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[93/591] Compiling HTTPTypes ISOLatin1String.swift
[94/591] Emitting module ServiceContextModule
[95/591] Compiling ServiceContextModule ServiceContext.swift
[96/591] Compiling ServiceContextModule ServiceContextKey.swift
[99/591] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[100/591] Compiling InternalCollectionsUtilities Integer rank.swift
[101/591] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[104/591] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[105/593] Compiling RealModule RealFunctions.swift
[109/594] Wrapping AST for _NIOBase64 for debugging
[111/678] Compiling CoreMetrics Metrics.swift
[112/720] Compiling ConcurrencyHelpers LockedValueBox.swift
[113/726] Emitting module ConcurrencyHelpers
[114/726] Compiling Instrumentation NoOpInstrument.swift
[115/726] Emitting module Instrumentation
[116/726] Compiling Instrumentation MultiplexInstrument.swift
[117/726] Compiling Instrumentation Instrument.swift
[118/726] Compiling Instrumentation Locks.swift
[119/726] Compiling Instrumentation InstrumentationSystem.swift
[120/727] Compiling ConcurrencyHelpers Lock.swift
[121/727] Compiling CoreMetrics Locks.swift
[122/727] Compiling HTTPTypes NIOLock.swift
[123/728] Emitting module CoreMetrics
[124/729] Compiling Logging Locks.swift
[125/729] Emitting module _NIODataStructures
[126/729] Compiling _NIODataStructures Heap.swift
[127/729] Compiling Logging MetadataProvider.swift
[128/729] Compiling Logging Logging.swift
[131/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[132/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[133/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[134/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[135/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[136/731] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[137/731] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[139/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[140/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[141/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[142/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[143/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[144/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[145/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[148/750] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/750] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/750] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/750] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/750] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/750] Compiling OrderedCollections OrderedDictionary.swift
[157/750] Compiling OrderedCollections OrderedSet+Codable.swift
[158/750] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[159/750] Compiling OrderedCollections OrderedSet+Descriptions.swift
[160/750] Compiling OrderedCollections OrderedSet+Diffing.swift
[161/750] Compiling OrderedCollections OrderedSet+Equatable.swift
[162/750] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[163/750] Compiling OrderedCollections OrderedSet+Hashable.swift
[164/751] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[165/753] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[166/753] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[167/753] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[168/753] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[169/753] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[170/753] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[171/753] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[172/753] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/754] Compiling OrderedCollections OrderedDictionary+Codable.swift
[174/754] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[175/754] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[176/754] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[177/754] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[178/754] Compiling OrderedCollections OrderedDictionary+Elements.swift
[179/754] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[180/754] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[181/759] Compiling HeapModule Heap+Descriptions.swift
[182/834] Compiling HeapModule _HeapNode.swift
[183/834] Emitting module HeapModule
[184/834] Compiling HeapModule Heap.swift
[185/834] Compiling HeapModule Heap+Invariants.swift
[186/834] Compiling HeapModule Heap+UnsafeHandle.swift
[187/835] Compiling Tracing TracingTime.swift
[188/835] Compiling Tracing TracerProtocol.swift
[190/835] Emitting module Tracing
[191/835] Compiling Tracing NoOpTracer.swift
[192/835] Compiling Tracing InstrumentationSystem+Tracing.swift
[193/835] Compiling UnixSignals UnixSignalsSequence.swift
[194/835] Emitting module UnixSignals
[195/835] Compiling HashTreeCollections _HashSlot.swift
[196/835] Compiling HashTreeCollections _HashStack.swift
[197/835] Compiling HashTreeCollections _AncestorHashSlots.swift
[198/835] Compiling HashTreeCollections _Bitmap.swift
[199/835] Compiling HashTreeCollections _Bucket.swift
[200/835] Compiling HashTreeCollections _Hash.swift
[201/835] Compiling HashTreeCollections _HashLevel.swift
[202/835] Compiling HashTreeCollections _HashNode+Builder.swift
[203/835] Compiling HashTreeCollections _HashNode+Debugging.swift
[204/835] Compiling HashTreeCollections _HashNode+Initializers.swift
[205/835] Compiling HashTreeCollections TreeDictionary+Keys.swift
[206/835] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[207/835] Compiling HashTreeCollections TreeDictionary+Merge.swift
[208/835] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[209/835] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[210/835] Compiling HashTreeCollections TreeDictionary+Values.swift
[211/835] Compiling HashTreeCollections TreeDictionary.swift
[212/835] Compiling HashTreeCollections TreeSet+Codable.swift
[213/835] Compiling HashTreeCollections TreeSet+Collection.swift
[214/835] Compiling UnixSignals UnixSignal.swift
[215/845] Compiling Tracing TracerProtocol+Legacy.swift
[216/845] Compiling Tracing Tracer.swift
[217/852] Compiling HashTreeCollections TreeSet+Hashable.swift
[218/852] Compiling HashTreeCollections TreeSet+Sendable.swift
[219/852] Compiling _RopeModule Rope+Join.swift
[220/852] Compiling _RopeModule Rope+MutatingForEach.swift
[221/852] Compiling _RopeModule Rope+Remove.swift
[222/852] Compiling _RopeModule Rope+RemoveSubrange.swift
[223/852] Compiling _RopeModule Rope+Split.swift
[224/852] Compiling _RopeModule Optional Utilities.swift
[225/852] Compiling _RopeModule String Utilities.swift
[226/852] Compiling _RopeModule String.Index+ABI.swift
[228/870] Compiling DequeModule Deque+Codable.swift
[229/870] Compiling DequeModule Deque+Collection.swift
[230/870] Compiling DequeModule Deque+CustomReflectable.swift
[231/870] Compiling DequeModule Deque+Descriptions.swift
[232/870] Compiling DequeModule Deque+Equatable.swift
[233/870] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[234/870] Compiling DequeModule Deque+Extras.swift
[235/870] Compiling DequeModule Deque+Hashable.swift
[238/870] Compiling Tracing SpanProtocol.swift
[238/872] Wrapping AST for _NIODataStructures for debugging
[240/873] Compiling DequeModule _DequeBuffer.swift
[241/873] Compiling DequeModule _DequeBufferHeader.swift
[242/873] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[243/873] Compiling HashTreeCollections TreeSet+Debugging.swift
[244/873] Compiling HashTreeCollections TreeSet+Descriptions.swift
[245/873] Compiling HashTreeCollections TreeSet+Equatable.swift
[246/873] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[247/873] Compiling HashTreeCollections TreeSet+Extras.swift
[248/873] Compiling HashTreeCollections TreeSet+Filter.swift
[251/873] Compiling DequeModule Deque+Testing.swift
[252/873] Compiling DequeModule Deque._Storage.swift
[255/873] Compiling DequeModule _DequeSlot.swift
[256/873] Compiling DequeModule _UnsafeWrappedBuffer.swift
[257/873] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[258/873] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[259/873] Compiling HashTreeCollections _HashNode.swift
[260/873] Compiling HashTreeCollections _HashNodeHeader.swift
[261/873] Wrapping AST for UnixSignals for debugging
[271/873] Wrapping AST for ServiceContextModule for debugging
[277/873] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[278/873] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[279/873] Compiling HashTreeCollections TreeDictionary+Filter.swift
[280/873] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[281/873] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[306/873] Compiling DequeModule Deque._UnsafeHandle.swift
[307/873] Compiling DequeModule Deque.swift
[307/873] Wrapping AST for RealModule for debugging
[309/873] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[310/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[311/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[312/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[313/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[314/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[315/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[316/873] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[317/873] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[318/873] Compiling HashTreeCollections TreeSet.swift
[319/873] Emitting module OrderedCollections
[319/874] Wrapping AST for Logging for debugging
[325/874] Wrapping AST for InternalCollectionsUtilities for debugging
[328/874] Wrapping AST for Instrumentation for debugging
[329/874] Wrapping AST for Tracing for debugging
[330/874] Wrapping AST for OrderedCollections for debugging
[332/874] Emitting module _RopeModule
[332/874] Wrapping AST for HeapModule for debugging
[334/874] Compiling HTTPTypes HTTPField.swift
[335/874] Compiling HTTPTypes HTTPFieldName.swift
[336/874] Compiling HTTPTypes HTTPFields.swift
[336/874] Compiling CNIOWindows WSAStartup.c
[337/875] Compiling CNIOWASI CNIOWASI.c
[339/875] Emitting module DequeModule
[339/876] Compiling CNIOSHA1 c_nio_sha1.c
[340/876] Wrapping AST for ConcurrencyHelpers for debugging
[342/876] Wrapping AST for CoreMetrics for debugging
[344/876] Compiling CNIOLinux liburing_shims.c
[346/876] Compiling HashTreeCollections _HashTreeIterator.swift
[347/876] Compiling HashTreeCollections _HashTreeStatistics.swift
[348/876] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[349/876] Compiling HashTreeCollections _RawHashNode.swift
[350/876] Compiling HashTreeCollections _UnmanagedHashNode.swift
[351/876] Compiling HashTreeCollections _UnsafePath.swift
[352/876] Compiling HashTreeCollections TreeDictionary+Codable.swift
[353/876] Compiling HashTreeCollections TreeDictionary+Collection.swift
[354/876] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[355/876] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[356/876] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[356/876] Compiling CNIOLLHTTP c_nio_http.c
[357/876] Compiling CNIOLinux shim.c
[358/876] Compiling CNIOExtrasZlib empty.c
[359/876] Compiling CNIOLLHTTP c_nio_api.c
[360/876] Compiling CNIODarwin shim.c
[361/876] Wrapping AST for HTTPTypes for debugging
[362/876] Wrapping AST for DequeModule for debugging
[364/876] Emitting module Metrics
[364/876] Compiling fiat_p256_adx_sqr.S
[365/876] Compiling CNIOLLHTTP c_nio_llhttp.c
[366/876] Compiling fiat_p256_adx_mul.S
[367/876] Compiling fiat_curve25519_adx_square.S
[368/876] Compiling CNIOBoringSSLShims shims.c
[369/876] Compiling fiat_curve25519_adx_mul.S
[410/876] Compiling HashTreeCollections _HashNode+Invariants.swift
[411/876] Compiling HashTreeCollections _HashNode+Lookups.swift
[412/876] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[413/876] Emitting module HashTreeCollections
[433/877] Compiling Metrics Metrics.swift
[436/879] Wrapping AST for HashTreeCollections for debugging
[437/879] Wrapping AST for Metrics for debugging
[438/879] Wrapping AST for _RopeModule for debugging
[439/879] Compiling tls13_enc.cc
[440/879] Compiling tls_record.cc
[441/879] Compiling tls13_server.cc
[442/879] Compiling tls_method.cc
[443/879] Compiling tls13_client.cc
[444/879] Compiling tls13_both.cc
[445/879] Compiling t1_enc.cc
[446/879] Compiling ssl_versions.cc
[447/879] Compiling ssl_x509.cc
[448/879] Compiling ssl_transcript.cc
[449/879] Compiling ssl_stat.cc
[450/879] Compiling ssl_privkey.cc
[451/879] Compiling ssl_session.cc
[452/879] Compiling ssl_lib.cc
[453/879] Compiling ssl_file.cc
[454/879] Compiling ssl_key_share.cc
[455/879] Compiling ssl_cipher.cc
[456/879] Compiling ssl_cert.cc
[457/879] Compiling ssl_buffer.cc
[458/879] Compiling ssl_credential.cc
[459/879] Compiling ssl_asn1.cc
[460/879] Compiling ssl_aead_ctx.cc
[461/879] Compiling s3_pkt.cc
[462/879] Compiling s3_lib.cc
[463/879] Compiling s3_both.cc
[464/879] Compiling handshake_server.cc
[465/879] Compiling handshake.cc
[466/879] Compiling handshake_client.cc
[467/879] Compiling handoff.cc
[468/879] Compiling dtls_method.cc
[469/879] Compiling dtls_record.cc
[470/879] Compiling encrypted_client_hello.cc
[471/879] Compiling d1_srtp.cc
[472/879] Compiling md5-x86_64-linux.S
[473/879] Compiling md5-586-apple.S
[473/879] Compiling md5-x86_64-apple.S
[473/879] Compiling md5-586-linux.S
[476/879] Compiling chacha20_poly1305_x86_64-apple.S
[477/879] Compiling d1_pkt.cc
[478/879] Compiling chacha20_poly1305_x86_64-linux.S
[479/879] Compiling d1_lib.cc
[480/879] Compiling chacha20_poly1305_armv8-win.S
[481/879] Compiling extensions.cc
[481/879] Compiling chacha20_poly1305_armv8-linux.S
[483/879] Compiling chacha-x86_64-apple.S
[483/879] Compiling chacha20_poly1305_armv8-apple.S
[485/879] Compiling chacha-x86-linux.S
[486/879] Compiling chacha-x86_64-linux.S
[487/879] Compiling chacha-x86-apple.S
[488/879] Compiling chacha-armv8-win.S
[489/879] Compiling chacha-armv4-linux.S
[490/879] Compiling chacha-armv8-apple.S
[491/879] Compiling chacha-armv8-linux.S
[492/879] Compiling aes128gcmsiv-x86_64-linux.S
[493/879] Compiling aes128gcmsiv-x86_64-apple.S
[494/879] Compiling x86_64-mont5-apple.S
[495/879] Compiling x86_64-mont-linux.S
[496/879] Compiling x86_64-mont-apple.S
[497/879] Compiling x86_64-mont5-linux.S
[498/879] Compiling x86-mont-linux.S
[499/879] Compiling x86-mont-apple.S
[500/879] Compiling err_data.cc
[501/879] Compiling vpaes-x86_64-linux.S
[502/879] Compiling vpaes-x86-linux.S
[503/879] Compiling vpaes-x86_64-apple.S
[504/879] Compiling vpaes-x86-apple.S
[505/879] Compiling vpaes-armv8-win.S
[506/879] Compiling vpaes-armv8-linux.S
[507/879] Compiling vpaes-armv8-apple.S
[508/879] Compiling vpaes-armv7-linux.S
[509/879] Compiling sha512-x86_64-linux.S
[510/879] Compiling sha512-x86_64-apple.S
[511/879] Compiling sha512-armv8-win.S
[512/879] Compiling sha512-armv8-linux.S
[513/879] Compiling sha512-armv8-apple.S
[514/879] Compiling sha512-armv4-linux.S
[515/879] Compiling sha512-586-apple.S
[516/879] Compiling sha512-586-linux.S
[517/879] Compiling sha256-x86_64-apple.S
[518/879] Compiling sha256-armv8-linux.S
[519/879] Compiling sha256-x86_64-linux.S
[520/879] Compiling sha256-armv8-win.S
[521/879] Compiling sha256-armv8-apple.S
[522/879] Compiling sha256-armv4-linux.S
[523/879] Compiling sha256-586-linux.S
[524/879] Compiling sha1-x86_64-apple.S
[525/879] Compiling sha256-586-apple.S
[526/879] Compiling sha1-x86_64-linux.S
[527/879] Compiling sha1-armv8-win.S
[528/879] Compiling bio_ssl.cc
[529/879] Compiling sha1-armv8-linux.S
[530/879] Compiling sha1-armv8-apple.S
[531/879] Compiling sha1-armv4-large-linux.S
[532/879] Compiling sha1-586-apple.S
[533/879] Compiling sha1-586-linux.S
[534/879] Compiling d1_both.cc
[535/879] Compiling rsaz-avx2-apple.S
[536/879] Compiling rdrand-x86_64-apple.S
[537/879] Compiling rsaz-avx2-linux.S
[538/879] Compiling rdrand-x86_64-linux.S
[539/879] Compiling p256_beeu-x86_64-asm-linux.S
[540/879] Compiling p256_beeu-x86_64-asm-apple.S
[541/879] Compiling p256_beeu-armv8-asm-win.S
[542/879] Compiling p256_beeu-armv8-asm-apple.S
[543/879] Compiling p256-x86_64-asm-apple.S
[544/879] Compiling p256_beeu-armv8-asm-linux.S
[545/879] Compiling p256-armv8-asm-win.S
[546/879] Compiling p256-x86_64-asm-linux.S
[547/879] Compiling p256-armv8-asm-linux.S
[548/879] Compiling p256-armv8-asm-apple.S
[549/879] Compiling ghashv8-armv8-win.S
[550/879] Compiling ghashv8-armv8-linux.S
[551/879] Compiling ghashv8-armv8-apple.S
[552/879] Compiling ghashv8-armv7-linux.S
[553/879] Compiling ghash-x86_64-apple.S
[554/879] Compiling ghash-x86_64-linux.S
[555/879] Compiling ghash-x86-apple.S
[556/879] Compiling ghash-x86-linux.S
[557/879] Compiling ghash-ssse3-x86_64-apple.S
[558/879] Compiling ghash-ssse3-x86_64-linux.S
[558/879] Compiling ghash-ssse3-x86-linux.S
[560/879] Compiling ghash-ssse3-x86-apple.S
[561/879] Compiling ghash-neon-armv8-win.S
[562/879] Compiling ghash-neon-armv8-linux.S
[563/879] Compiling ghash-neon-armv8-apple.S
[564/879] Compiling co-586-apple.S
[565/879] Compiling ghash-armv4-linux.S
[566/879] Compiling co-586-linux.S
[567/879] Compiling bsaes-armv7-linux.S
[568/879] Compiling bn-armv8-win.S
[569/879] Compiling bn-armv8-linux.S
[570/879] Compiling bn-armv8-apple.S
[571/879] Compiling bn-586-linux.S
[572/879] Compiling bn-586-apple.S
[573/879] Compiling armv8-mont-linux.S
[574/879] Compiling armv8-mont-win.S
[575/879] Compiling armv8-mont-apple.S
[576/879] Compiling armv4-mont-linux.S
[577/879] Compiling aesv8-gcm-armv8-win.S
[578/879] Compiling aesv8-gcm-armv8-linux.S
[579/879] Compiling aesv8-armv8-linux.S
[580/879] Compiling aesv8-armv8-win.S
[581/879] Compiling aesv8-gcm-armv8-apple.S
[582/879] Compiling aesv8-armv8-apple.S
[583/879] Compiling aesv8-armv7-linux.S
[584/879] Compiling aesni-x86_64-apple.S
[585/879] Compiling aesni-x86-linux.S
[586/879] Compiling aesni-x86_64-linux.S
[587/879] Compiling aesni-x86-apple.S
[588/879] Compiling aes-gcm-avx2-x86_64-apple.S
[589/879] Compiling aesni-gcm-x86_64-apple.S
[590/879] Compiling aesni-gcm-x86_64-linux.S
[591/879] Compiling aes-gcm-avx2-x86_64-linux.S
[592/879] Compiling aes-gcm-avx10-x86_64-linux.S
[593/879] Compiling aes-gcm-avx10-x86_64-apple.S
[594/879] Compiling x_sig.cc
[595/879] Compiling x_val.cc
[596/879] Compiling x_spki.cc
[597/879] Compiling x_pubkey.cc
[597/879] Compiling x_x509.cc
[599/879] Compiling x_name.cc
[600/879] Compiling x_req.cc
[601/879] Compiling x_x509a.cc
[602/879] Compiling x_algor.cc
[603/879] Compiling x_exten.cc
[604/879] Compiling x_crl.cc
[605/879] Compiling x_attrib.cc
[606/879] Compiling x509spki.cc
[607/879] Compiling x_all.cc
[608/879] Compiling x509rset.cc
[609/879] Compiling x509name.cc
[610/879] Compiling x509cset.cc
[611/879] Compiling x509_v3.cc
[612/879] Compiling x509_txt.cc
[613/879] Compiling x509_vpm.cc
[614/879] Compiling x509_vfy.cc
[615/879] Compiling x509_trs.cc
[616/879] Compiling x509_req.cc
[617/879] Compiling x509_set.cc
[618/879] Compiling x509_def.cc
[619/879] Compiling x509_obj.cc
[620/879] Compiling x509_ext.cc
[621/879] Compiling x509_lu.cc
[622/879] Compiling x509_d2.cc
[623/879] Compiling x509_cmp.cc
[624/879] Compiling x509.cc
[625/879] Compiling x509_att.cc
[626/879] Compiling v3_skey.cc
[627/879] Compiling v3_prn.cc
[628/879] Compiling v3_utl.cc
[629/879] Compiling v3_purp.cc
[630/879] Compiling v3_pmaps.cc
[631/879] Compiling v3_pcons.cc
[632/879] Compiling v3_ocsp.cc
[633/879] Compiling v3_ncons.cc
[634/879] Compiling v3_int.cc
[635/879] Compiling v3_lib.cc
[636/879] Compiling v3_info.cc
[637/879] Compiling v3_ia5.cc
[638/879] Compiling v3_genn.cc
[639/879] Compiling v3_extku.cc
[640/879] Compiling v3_enum.cc
[641/879] Compiling v3_crld.cc
[642/879] Compiling v3_cpols.cc
[643/879] Compiling v3_conf.cc
[644/879] Compiling v3_bitst.cc
[645/879] Compiling v3_bcons.cc
[646/879] Compiling v3_alt.cc
[646/879] Compiling v3_akeya.cc
[648/879] Compiling v3_akey.cc
[649/879] Compiling t_x509a.cc
[650/879] Compiling i2d_pr.cc
[651/879] Compiling t_crl.cc
[652/879] Compiling t_x509.cc
[653/879] Compiling t_req.cc
[654/879] Compiling rsa_pss.cc
[655/879] Compiling name_print.cc
[656/879] Compiling policy.cc
[657/879] Compiling by_file.cc
[658/879] Compiling by_dir.cc
[659/879] Compiling voprf.cc
[660/879] Compiling asn1_gen.cc
[661/879] Compiling algorithm.cc
[662/879] Compiling a_verify.cc
[663/879] Compiling a_digest.cc
[664/879] Compiling a_sign.cc
[665/879] Compiling trust_token.cc
[666/879] Compiling thread.cc
[667/879] Compiling thread_win.cc
[668/879] Compiling thread_pthread.cc
[669/879] Compiling thread_none.cc
[670/879] Compiling stack.cc
[671/879] Compiling pmbtoken.cc
[672/879] Compiling sha512.cc
[673/879] Compiling sha256.cc
[674/879] Compiling siphash.cc
[675/879] Compiling sha1.cc
[676/879] Compiling slhdsa.cc
[676/879] Compiling spake2plus.cc
[678/879] Compiling rsa_print.cc
[679/879] Compiling rsa_extra.cc
[680/879] Compiling rc4.cc
[681/879] Compiling refcount.cc
[682/879] Compiling windows.cc
[683/879] Compiling trusty.cc
[684/879] Compiling rsa_crypt.cc
[685/879] Compiling urandom.cc
[686/879] Compiling rand.cc
[687/879] Compiling rsa_asn1.cc
[688/879] Compiling ios.cc
[689/879] Compiling passive.cc
[690/879] Compiling poly1305_arm_asm.S
[691/879] Compiling getentropy.cc
[692/879] Compiling deterministic.cc
[693/879] Compiling fork_detect.cc
[694/879] Compiling forkunsafe.cc
[695/879] Compiling poly1305_arm.cc
[696/879] Compiling poly1305.cc
[697/879] Compiling poly1305_vec.cc
[698/879] Compiling pool.cc
[699/879] Compiling pkcs7.cc
[700/879] Compiling pkcs8.cc
[701/879] Compiling p5_pbev2.cc
[702/879] Compiling pkcs8_x509.cc
[703/879] Compiling pkcs7_x509.cc
[704/879] Compiling pem_xaux.cc
[705/879] Compiling pem_x509.cc
[706/879] Compiling pem_pkey.cc
[707/879] Compiling mlkem.cc
[708/879] Compiling obj_xref.cc
[709/879] Compiling pem_pk8.cc
[710/879] Compiling pem_oth.cc
[711/879] Compiling pem_info.cc
[712/879] Compiling mldsa.cc
[713/879] Compiling pem_all.cc
[714/879] Compiling pem_lib.cc
[715/879] Compiling obj.cc
[716/879] Compiling poly_rq_mul.S
[717/879] Compiling fips_shared_support.cc
[718/879] Compiling md5.cc
[719/879] Compiling mem.cc
[720/879] Compiling md4.cc
[721/879] Compiling lhash.cc
[722/879] Compiling hrss.cc
[723/879] Compiling ex_data.cc
[724/879] Compiling sign.cc
[725/879] Compiling kyber.cc
[726/879] Compiling scrypt.cc
[727/879] Compiling hpke.cc
[728/879] Compiling print.cc
[729/879] Compiling pbkdf.cc
[730/879] Compiling p_x25519.cc
[731/879] Compiling p_x25519_asn1.cc
[732/879] Compiling p_rsa_asn1.cc
[733/879] Compiling p_ed25519.cc
[734/879] Compiling p_rsa.cc
[735/879] Compiling p_hkdf.cc
[736/879] Compiling p_ed25519_asn1.cc
[737/879] Compiling p_ec_asn1.cc
[738/879] Compiling p_ec.cc
[739/879] Compiling p_dh.cc
[740/879] Compiling p_dh_asn1.cc
[741/879] Compiling evp_ctx.cc
[742/879] Compiling p_dsa_asn1.cc
[743/879] Compiling evp.cc
[744/879] Compiling err.cc
[745/879] Compiling engine.cc
[746/879] Compiling evp_asn1.cc
[747/879] Compiling ecdh.cc
[748/879] Compiling ecdsa_asn1.cc
[749/879] Compiling hash_to_curve.cc
[750/879] Compiling ec_derive.cc
[751/879] Compiling dsa.cc
[752/879] Compiling ec_asn1.cc
[753/879] Compiling dsa_asn1.cc
[754/879] Compiling x25519-asm-arm.S
[755/879] Compiling params.cc
[756/879] Compiling digest_extra.cc
[757/879] Compiling des.cc
[758/879] Compiling dh_asn1.cc
[759/879] Compiling crypto.cc
[760/879] Compiling cpu_intel.cc
[761/879] Compiling cpu_arm_linux.cc
[762/879] Compiling spake25519.cc
[763/879] Compiling cpu_arm_freebsd.cc
[764/879] Compiling cpu_aarch64_win.cc
[765/879] Compiling cpu_aarch64_sysreg.cc
[766/879] Compiling cpu_aarch64_openbsd.cc
[767/879] Compiling cpu_aarch64_linux.cc
[768/879] Compiling cpu_aarch64_fuchsia.cc
[769/879] Compiling bcm.cc
[770/879] Compiling cpu_aarch64_apple.cc
[771/879] Compiling conf.cc
[772/879] Compiling tls_cbc.cc
[773/879] Compiling get_cipher.cc
[774/879] Compiling e_tls.cc
[775/879] Compiling e_rc4.cc
[776/879] Compiling e_null.cc
[777/879] Compiling e_rc2.cc
[778/879] Compiling e_des.cc
[779/879] Compiling e_chacha20poly1305.cc
[780/879] Compiling e_aesgcmsiv.cc
[781/879] Compiling derive_key.cc
[782/879] Compiling e_aesctrhmac.cc
[783/879] Compiling chacha.cc
[784/879] Compiling unicode.cc
[785/879] Compiling buf.cc
[786/879] Compiling ber.cc
[787/879] Compiling cbb.cc
[788/879] Compiling cbs.cc
[789/879] Compiling asn1_compat.cc
[790/879] Compiling bn_asn1.cc
[791/879] Compiling blake2.cc
[792/879] Compiling convert.cc
[793/879] Compiling socket.cc
[793/879] Compiling socket_helper.cc
[795/879] Compiling printf.cc
[796/879] Compiling pair.cc
[797/879] Compiling hexdump.cc
[798/879] Compiling errno.cc
[799/879] Compiling file.cc
[800/879] Compiling fd.cc
[801/879] Compiling bio_mem.cc
[802/879] Compiling connect.cc
[803/879] Compiling bio.cc
[804/879] Compiling base64.cc
[805/879] Compiling tasn_typ.cc
[806/879] Compiling tasn_fre.cc
[807/879] Compiling tasn_utl.cc
[808/879] Compiling tasn_enc.cc
[809/879] Compiling posix_time.cc
[810/879] Compiling f_string.cc
[811/879] Compiling tasn_new.cc
[812/879] Compiling asn_pack.cc
[813/879] Compiling asn1_par.cc
[814/879] Compiling tasn_dec.cc
[815/879] Compiling a_octet.cc
[816/879] Compiling a_utctm.cc
[817/879] Compiling asn1_lib.cc
[818/879] Compiling a_type.cc
[819/879] Compiling a_time.cc
[820/879] Compiling a_strnid.cc
[821/879] Compiling a_strex.cc
[822/879] Compiling CCompressZlib empty.c
[823/879] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[824/879] Write sources
[825/879] Compiling a_object.cc
[826/879] Write sources
[828/879] Compiling a_i2d_fp.cc
[829/879] Write sources
[831/879] Compiling a_dup.cc
[831/879] Compiling a_d2i_fp.cc
[832/879] Write sources
[834/1003] Compiling a_gentm.cc
[835/1003] Compiling a_int.cc
[837/1021] Compiling Algorithms Permutations.swift
[838/1021] Compiling Algorithms Product.swift
[839/1021] Compiling Algorithms Joined.swift
[840/1021] Compiling Algorithms Keyed.swift
[841/1023] Compiling Algorithms MinMax.swift
[842/1023] Compiling Algorithms Partition.swift
[843/1023] Compiling Algorithms Chunked.swift
[844/1023] Compiling Algorithms Combinations.swift
[845/1023] Compiling Algorithms FlattenCollection.swift
[846/1023] Compiling Algorithms Grouped.swift
[847/1023] Compiling Algorithms Indexed.swift
[848/1023] Compiling Algorithms Intersperse.swift
[849/1023] Compiling Atomics IntegerOperations.swift
[850/1023] Compiling Atomics Unmanaged extensions.swift
[851/1023] Compiling AsyncAlgorithms AsyncChannel.swift
[852/1023] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[853/1023] Compiling AsyncAlgorithms ChannelStateMachine.swift
[854/1023] Compiling AsyncAlgorithms ChannelStorage.swift
[855/1023] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[856/1023] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[857/1023] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[858/1030] Compiling AsyncAlgorithms CombineLatestStorage.swift
[859/1030] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[860/1030] Compiling AsyncAlgorithms DebounceStateMachine.swift
[861/1030] Compiling AsyncAlgorithms DebounceStorage.swift
[862/1030] Compiling AsyncAlgorithms Dictionary.swift
[863/1030] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[864/1030] Compiling AsyncAlgorithms Locking.swift
[865/1030] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[866/1030] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[867/1030] Compiling AsyncAlgorithms MergeStateMachine.swift
[868/1030] Compiling AsyncAlgorithms MergeStorage.swift
[869/1030] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[870/1030] Compiling AsyncAlgorithms Rethrow.swift
[871/1030] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[872/1030] Compiling Algorithms RandomSample.swift
[873/1030] Compiling Algorithms Reductions.swift
[874/1030] Compiling Algorithms Rotate.swift
[877/1030] Compiling Algorithms Suffix.swift
[878/1030] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[879/1030] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[880/1030] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[881/1030] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[882/1030] Compiling BitCollections BitSet+SetAlgebra union.swift
[883/1030] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[884/1030] Compiling BitCollections BitSet.Counted.swift
[885/1033] Emitting module BitCollections
[886/1033] Compiling Algorithms Compacted.swift
[887/1033] Compiling Algorithms Cycle.swift
[888/1033] Compiling Algorithms EitherSequence.swift
[889/1033] Compiling Algorithms FirstNonNil.swift
[890/1033] Compiling Algorithms AdjacentPairs.swift
[891/1033] Compiling Algorithms Chain.swift
[900/1039] Emitting module AsyncAlgorithms
[951/1039] Compiling Algorithms Trim.swift
[952/1039] Compiling Algorithms Unique.swift
[953/1039] Compiling Algorithms Windows.swift
[960/1039] Compiling BitCollections BitSet.Index.swift
[961/1039] Compiling BitCollections BitSet._UnsafeHandle.swift
[962/1039] Compiling BitCollections BitSet.swift
[963/1039] Compiling BitCollections Range+Utilities.swift
[964/1039] Compiling BitCollections Slice+Utilities.swift
[965/1039] Compiling BitCollections UInt+Tricks.swift
[966/1039] Compiling BitCollections _Word.swift
[971/1040] Wrapping AST for BitCollections for debugging
[988/1042] Emitting module Atomics
[992/1042] Emitting module Collections
[993/1042] Compiling Collections Collections.swift
[995/1044] Wrapping AST for Atomics for debugging
[996/1044] Wrapping AST for Collections for debugging
[997/1044] Compiling c-atomics.c
[999/1044] Compiling AsyncAlgorithms SetAlgebra.swift
[1000/1044] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1001/1044] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1002/1044] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1003/1044] Compiling AsyncAlgorithms ZipStateMachine.swift
[1004/1044] Compiling AsyncAlgorithms ZipStorage.swift
[1005/1045] Emitting module Algorithms
[1007/1052] Wrapping AST for AsyncAlgorithms for debugging
[1008/1052] Wrapping AST for Algorithms for debugging
[1010/1060] Compiling NIOConcurrencyHelpers lock.swift
[1011/1060] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1012/1060] Compiling NIOConcurrencyHelpers atomics.swift
[1013/1060] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1014/1060] Compiling NIOConcurrencyHelpers NIOLock.swift
[1015/1060] Emitting module NIOConcurrencyHelpers
[1016/1060] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1017/1061] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1018/1061] Emitting module ServiceLifecycle
[1020/1062] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1021/1062] Compiling ServiceLifecycle GracefulShutdown.swift
[1022/1062] Compiling ServiceLifecycle ServiceRunnerError.swift
[1022/1062] Wrapping AST for NIOConcurrencyHelpers for debugging
[1024/1121] Compiling ServiceLifecycle Service.swift
[1025/1121] Compiling ServiceLifecycle ServiceGroup.swift
[1026/1121] Compiling ServiceLifecycle CancellationWaiter.swift
[1027/1122] Wrapping AST for ServiceLifecycle for debugging
[1029/1122] Compiling NIOCore GlobalSingletons.swift
[1030/1122] Compiling NIOCore IO.swift
[1031/1122] Compiling NIOCore IOData.swift
[1032/1122] Compiling NIOCore IPProtocol.swift
[1033/1122] Compiling NIOCore IntegerBitPacking.swift
[1034/1122] Compiling NIOCore IntegerTypes.swift
[1035/1122] Compiling NIOCore Interfaces.swift
[1036/1122] Compiling NIOCore Linux.swift
[1037/1130] Compiling NIOCore AddressedEnvelope.swift
[1038/1130] Compiling NIOCore AsyncAwaitSupport.swift
[1039/1130] Compiling NIOCore AsyncChannel.swift
[1040/1130] Compiling NIOCore AsyncChannelHandler.swift
[1041/1130] Compiling NIOCore AsyncChannelInboundStream.swift
[1042/1130] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1043/1130] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1044/1130] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1045/1130] Compiling NIOCore NIOAsyncWriter.swift
[1046/1130] Compiling NIOCore ChannelPipeline.swift
[1047/1130] Compiling NIOCore CircularBuffer.swift
[1048/1130] Compiling NIOCore Codec.swift
[1049/1130] Compiling NIOCore ConvenienceOptionSupport.swift
[1050/1130] Compiling NIOCore DeadChannel.swift
[1051/1130] Compiling NIOCore DispatchQueue+WithFuture.swift
[1052/1130] Compiling NIOCore EventLoop+Deprecated.swift
[1053/1130] Compiling NIOCore EventLoop+SerialExecutor.swift
[1054/1130] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1055/1130] Compiling NIOCore SocketAddresses.swift
[1056/1130] Compiling NIOCore SocketOptionProvider.swift
[1057/1130] Compiling NIOCore SystemCallHelpers.swift
[1058/1130] Compiling NIOCore TimeAmount+Duration.swift
[1059/1130] Compiling NIOCore TypeAssistedChannelHandler.swift
[1060/1130] Compiling NIOCore UniversalBootstrapSupport.swift
[1061/1130] Compiling NIOCore Utilities.swift
[1062/1130] Compiling NIOCore EventLoop.swift
[1063/1130] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1064/1130] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1065/1130] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1066/1130] Compiling NIOCore EventLoopFuture.swift
[1067/1130] Compiling NIOCore FileDescriptor.swift
[1068/1130] Compiling NIOCore FileHandle.swift
[1069/1130] Compiling NIOCore FileRegion.swift
[1070/1130] Compiling NIOCore MarkedCircularBuffer.swift
[1071/1130] Compiling NIOCore MulticastChannel.swift
[1072/1130] Compiling NIOCore NIOAny.swift
[1073/1130] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1074/1130] Compiling NIOCore NIOLoopBound.swift
[1075/1130] Compiling NIOCore NIOScheduledCallback.swift
[1076/1130] Compiling NIOCore NIOSendable.swift
[1077/1130] Compiling NIOCore RecvByteBufferAllocator.swift
[1078/1130] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1079/1130] Compiling NIOCore BSDSocketAPI.swift
[1080/1130] Compiling NIOCore ByteBuffer-aux.swift
[1081/1130] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1082/1130] Compiling NIOCore ByteBuffer-conversions.swift
[1083/1130] Compiling NIOCore ByteBuffer-core.swift
[1084/1130] Compiling NIOCore ByteBuffer-hex.swift
[1085/1130] Compiling NIOCore ByteBuffer-int.swift
[1086/1130] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1087/1130] Compiling NIOCore ByteBuffer-multi-int.swift
[1088/1130] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1089/1130] Compiling NIOCore ByteBuffer-views.swift
[1090/1130] Compiling NIOCore Channel.swift
[1091/1130] Compiling NIOCore ChannelHandler.swift
[1092/1130] Compiling NIOCore ChannelHandlers.swift
[1093/1130] Compiling NIOCore ChannelInvoker.swift
[1094/1130] Compiling NIOCore ChannelOption.swift
[1095/1130] Emitting module NIOCore
[1096/1131] Wrapping AST for NIOCore for debugging
[1098/1193] Compiling CompressNIO CompressionAlgorithm.swift
[1099/1194] Emitting module NIOHTTPTypes
[1100/1194] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1101/1195] Compiling CompressNIO Compressor.swift
[1102/1195] Compiling CompressNIO Error.swift
[1104/1195] Emitting module CompressNIO
[1105/1195] Compiling NIOPosix BSDSocketAPICommon.swift
[1106/1195] Compiling NIOPosix BSDSocketAPIPosix.swift
[1107/1195] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1107/1195] Wrapping AST for NIOHTTPTypes for debugging
[1109/1195] Compiling CompressNIO ZlibWrapper.swift
[1110/1195] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1111/1195] Compiling CompressNIO Zlib.swift
[1112/1196] Wrapping AST for CompressNIO for debugging
[1114/1196] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1115/1196] Compiling NIOEmbedded Embedded.swift
[1116/1196] Emitting module NIOEmbedded
[1117/1196] Compiling NIOEmbedded AsyncTestingChannel.swift
[1118/1197] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1119/1197] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1120/1197] Compiling NIOPosix PosixSingletons.swift
[1121/1197] Compiling NIOPosix RawSocketBootstrap.swift
[1122/1197] Compiling NIOPosix Resolver.swift
[1123/1197] Compiling NIOPosix Selectable.swift
[1124/1203] Wrapping AST for NIOEmbedded for debugging
[1126/1203] Compiling NIOPosix ThreadPosix.swift
[1127/1203] Compiling NIOPosix ThreadWindows.swift
[1128/1203] Compiling NIOPosix UnsafeTransfer.swift
[1129/1203] Compiling NIOPosix Utilities.swift
[1130/1203] Compiling NIOPosix VsockAddress.swift
[1131/1203] Compiling NIOPosix VsockChannelEvents.swift
[1132/1203] Emitting module NIOPosix
[1133/1203] Compiling NIOPosix ServerSocket.swift
[1134/1203] Compiling NIOPosix Socket.swift
[1135/1203] Compiling NIOPosix SocketChannel.swift
[1136/1203] Compiling NIOPosix SocketProtocols.swift
[1137/1203] Compiling NIOPosix System.swift
[1138/1203] Compiling NIOPosix Thread.swift
[1139/1203] Compiling NIOPosix SelectableChannel.swift
[1140/1203] Compiling NIOPosix SelectableEventLoop.swift
[1141/1203] Compiling NIOPosix SelectorEpoll.swift
[1142/1203] Compiling NIOPosix SelectorGeneric.swift
[1143/1203] Compiling NIOPosix SelectorKqueue.swift
[1144/1203] Compiling NIOPosix SelectorUring.swift
[1147/1203] Compiling NIOPosix BSDSocketAPIWindows.swift
[1148/1203] Compiling NIOPosix BaseSocket.swift
[1149/1203] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1150/1203] Compiling NIOPosix BaseSocketChannel.swift
[1151/1203] Compiling NIOPosix BaseStreamSocketChannel.swift
[1152/1203] Compiling NIOPosix Bootstrap.swift
[1153/1203] Compiling NIOPosix ControlMessage.swift
[1154/1203] Compiling NIOPosix DatagramVectorReadManager.swift
[1155/1203] Compiling NIOPosix Errors+Any.swift
[1156/1203] Compiling NIOPosix FileDescriptor.swift
[1157/1203] Compiling NIOPosix GetaddrinfoResolver.swift
[1158/1203] Compiling NIOPosix HappyEyeballs.swift
[1159/1203] Compiling NIOPosix NIOThreadPool.swift
[1160/1203] Compiling NIOPosix NonBlockingFileIO.swift
[1161/1203] Compiling NIOPosix PendingDatagramWritesManager.swift
[1162/1203] Compiling NIOPosix PendingWritesManager.swift
[1163/1203] Compiling NIOPosix PipeChannel.swift
[1164/1203] Compiling NIOPosix PipePair.swift
[1165/1203] Compiling NIOPosix Pool.swift
[1166/1203] Compiling NIOPosix IO.swift
[1167/1203] Compiling NIOPosix IntegerBitPacking.swift
[1168/1203] Compiling NIOPosix IntegerTypes.swift
[1169/1203] Compiling NIOPosix Linux.swift
[1170/1203] Compiling NIOPosix LinuxCPUSet.swift
[1171/1203] Compiling NIOPosix LinuxUring.swift
[1172/1203] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1173/1204] Wrapping AST for NIOPosix for debugging
[1175/1206] Compiling NIO Exports.swift
[1176/1206] Emitting module NIO
[1177/1207] Wrapping AST for NIO for debugging
[1179/1246] Compiling NIOTLS TLSEvents.swift
[1180/1246] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1181/1246] Emitting module NIOSOCKS
[1182/1247] Emitting module NIOTLS
[1183/1247] Compiling NIOSOCKS ClientStateMachine.swift
[1184/1247] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1185/1247] Compiling NIOSOCKS SOCKSResponse.swift
[1186/1247] Compiling NIOSOCKS ServerStateMachine.swift
[1187/1247] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1188/1247] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1189/1247] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1190/1247] Compiling NIOTLS SNIHandler.swift
[1191/1248] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1192/1248] Compiling NIOHTTP1 HTTPDecoder.swift
[1194/1248] Compiling NIOSOCKS Errors.swift
[1195/1248] Compiling NIOSOCKS Helpers.swift
[1196/1248] Compiling NIOSOCKS Messages.swift
[1197/1248] Compiling NIOSOCKS SOCKSRequest.swift
[1198/1248] Compiling NIOSOCKS AuthenticationMethod.swift
[1199/1248] Compiling NIOSOCKS ClientGreeting.swift
[1200/1249] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1201/1249] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1202/1249] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1203/1249] Emitting module NIOFoundationCompat
[1204/1250] Wrapping AST for NIOTLS for debugging
[1206/1250] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1207/1250] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1209/1253] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1210/1253] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1210/1273] Wrapping AST for NIOSOCKS for debugging
[1211/1281] Wrapping AST for NIOFoundationCompat for debugging
[1212/1281] Compiling NIOSSL IdentityVerification.swift
[1214/1281] Compiling NIOSSL LinuxCABundle.swift
[1215/1281] Compiling NIOSSL NIOSSLClientHandler.swift
[1216/1281] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1217/1303] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1218/1303] Compiling NIOTransportServices NIOTSBootstraps.swift
[1219/1303] Compiling NIOTransportServices NIOTSErrors.swift
[1220/1303] Compiling NIOTransportServices NIOTSEventLoop.swift
[1222/1303] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1223/1303] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1224/1305] Emitting module NIOTransportServices
[1225/1305] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1228/1305] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1229/1305] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1230/1305] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1231/1305] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1232/1305] Compiling NIOTransportServices NIOTSSingletons.swift
[1233/1305] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1234/1305] Compiling NIOTransportServices StateManagedChannel.swift
[1235/1305] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1237/1305] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1238/1305] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1239/1305] Compiling NIOTransportServices AcceptHandler.swift
[1240/1305] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1241/1305] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1242/1305] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1243/1305] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1244/1305] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1248/1306] Emitting module NIOHTTP1
[1251/1307] Wrapping AST for NIOTransportServices for debugging
[1253/1307] Wrapping AST for NIOHTTP1 for debugging
[1255/1357] Emitting module NIOSSL
[1256/1360] Emitting module NIOHTTPTypesHTTP1
[1257/1360] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1258/1360] Compiling NIOWebSocket WebSocketOpcode.swift
[1259/1361] Compiling NIOExtras DebugInboundEventsHandler.swift
[1260/1361] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1261/1362] Compiling NIOHPACK IntegerCoding.swift
[1262/1362] Compiling NIOHPACK IndexedHeaderTable.swift
[1263/1362] Emitting module NIOHTTPCompression
[1264/1362] Compiling NIOExtras RequestResponseHandler.swift
[1265/1362] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1266/1364] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1267/1364] Compiling NIOHPACK HuffmanTables.swift
[1268/1364] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1269/1364] Compiling NIOExtras NIOExtrasError.swift
[1270/1364] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1271/1364] Compiling NIOExtras NIORequestIdentifiable.swift
[1272/1364] Compiling NIOExtras PCAPRingBuffer.swift
[1273/1364] Compiling NIOExtras QuiescingHelper.swift
[1274/1364] Compiling NIOHTTPCompression HTTPCompression.swift
[1275/1364] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1276/1364] Emitting module NIOWebSocket
[1277/1364] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1278/1364] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1279/1364] Compiling NIOHPACK StaticHeaderTable.swift
[1282/1364] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1283/1364] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1284/1364] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1285/1364] Emitting module NIOHPACK
[1286/1364] Compiling NIOHPACK HuffmanCoding.swift
[1287/1364] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1288/1364] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1289/1364] Compiling NIOHTTPCompression HTTPDecompression.swift
[1290/1364] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1291/1364] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1292/1364] Compiling NIOSSL NIOSSLSecureBytes.swift
[1293/1364] Compiling NIOSSL RNG.swift
[1294/1364] Compiling NIOSSL SafeCompare.swift
[1295/1364] Compiling NIOSSL Zeroization.swift
[1300/1366] Compiling NIOExtras UnsafeTransfer.swift
[1301/1366] Compiling NIOExtras WritePCAPHandler.swift
[1306/1366] Compiling NIOSSL SubjectAlternativeName.swift
[1309/1366] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1310/1366] Compiling NIOWebSocket WebSocketFrame.swift
[1311/1367] Emitting module NIOExtras
[1312/1367] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1313/1367] Compiling NIOExtras JSONRPCFraming.swift
[1320/1367] Wrapping AST for NIOHTTPCompression for debugging
[1325/1368] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1330/1368] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1331/1368] Compiling NIOExtras LengthFieldPrepender.swift
[1332/1368] Compiling NIOExtras LineBasedFrameDecoder.swift
[1332/1368] Wrapping AST for NIOWebSocket for debugging
[1334/1383] Wrapping AST for NIOHPACK for debugging
[1336/1441] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1337/1441] Compiling NIOHTTP2 QuiescingState.swift
[1338/1441] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1339/1441] Compiling NIOHTTP2 HTTP2Frame.swift
[1340/1441] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1342/1442] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1343/1442] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1344/1442] Compiling NIOHTTP2 HTTP2Error.swift
[1345/1442] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1346/1442] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1347/1442] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1348/1442] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1349/1442] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1350/1452] Wrapping AST for NIOExtras for debugging
[1351/1467] Wrapping AST for NIOSSL for debugging
[1353/1467] Emitting module NIOHTTP2
[1354/1475] Compiling HummingbirdCore BindAddress.swift
[1355/1475] Compiling HummingbirdCore HTTP1Channel.swift
[1356/1475] Compiling HummingbirdCore HTTPChannelHandler.swift
[1357/1478] Compiling HummingbirdCore ResponseBodyWriter.swift
[1358/1478] Compiling HummingbirdCore ResponseWriter.swift
[1359/1478] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1360/1478] Compiling HummingbirdCore HTTPServerBuilder.swift
[1361/1478] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1362/1478] Compiling HummingbirdCore Server.swift
[1363/1478] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1364/1478] Compiling HummingbirdCore URI.swift
[1365/1478] Compiling HummingbirdCore Response.swift
[1366/1478] Compiling HummingbirdCore ResponseBody.swift
[1371/1478] Emitting module WSCore
[1374/1479] Emitting module HummingbirdCore
[1375/1479] Compiling HummingbirdCore Deprecations.swift
[1376/1479] Compiling HummingbirdCore Request.swift
[1377/1479] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1378/1479] Compiling HummingbirdCore RequestBody.swift
[1381/1479] Compiling HummingbirdCore ServerChildChannel.swift
[1382/1479] Compiling HummingbirdCore ServerConfiguration.swift
[1383/1479] Compiling HummingbirdCore TSTLSOptions.swift
[1384/1479] Compiling HummingbirdCore AnyAsyncSequence.swift
[1385/1479] Compiling HummingbirdCore FlatDictionary.swift
[1386/1479] Compiling HummingbirdCore HBParser.swift
[1387/1479] Compiling WSCore WebSocketStateMachine.swift
[1388/1479] Compiling HummingbirdCore OutputBuffer.swift
[1389/1479] Compiling HummingbirdCore String+percentEncode.swift
[1390/1479] Compiling HummingbirdCore UnsafeTransfer.swift
[1392/1480] Compiling NIOHTTP2 StateMachineResult.swift
[1393/1480] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1394/1480] Compiling NIOHTTP2 DOSHeuristics.swift
[1395/1480] Compiling NIOHTTP2 Error+Any.swift
[1396/1480] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1397/1480] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1398/1480] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1399/1480] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1400/1480] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1401/1480] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1402/1480] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1403/1480] Compiling NIOHTTP2 HTTP2StreamID.swift
[1404/1480] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1405/1480] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1406/1480] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1407/1480] Compiling NIOHTTP2 InboundEventBuffer.swift
[1414/1481] Wrapping AST for HummingbirdCore for debugging
[1415/1491] Wrapping AST for WSCore for debugging
[1417/1558] Compiling Hummingbird RequestContextSource.swift
[1418/1558] Compiling Hummingbird RequestID.swift
[1419/1558] Compiling Hummingbird RequestResponder.swift
[1420/1558] Compiling Hummingbird Response.swift
[1421/1558] Compiling Hummingbird URI+decodeQuery.swift
[1422/1558] Compiling Hummingbird MemoryPersistDriver.swift
[1423/1558] Compiling NIOHTTP2 UnsafeTransfer.swift
[1424/1558] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1425/1558] Compiling Hummingbird ResponseGenerator.swift
[1426/1558] Compiling Hummingbird RouteCollection.swift
[1427/1558] Compiling Hummingbird Router+validation.swift
[1428/1558] Compiling Hummingbird Router.swift
[1429/1558] Compiling Hummingbird CORSMiddleware.swift
[1430/1558] Compiling Hummingbird FileMiddleware.swift
[1431/1558] Compiling Hummingbird LogRequestMiddleware.swift
[1432/1558] Compiling Hummingbird MetricsMiddleware.swift
[1433/1558] Compiling Hummingbird Middleware.swift
[1434/1558] Emitting module WSCompression
[1435/1558] Compiling WSCompression PerMessageDeflateExtension.swift
[1436/1558] Compiling WSClient Exports.swift
[1438/1560] Compiling WSClient TSTLSOptions.swift
[1439/1560] Compiling WSClient URI.swift
[1440/1560] Compiling WSClient WebSocketClientConfiguration.swift
[1441/1560] Compiling WSClient WebSocketClientError.swift
[1442/1560] Compiling WSClient ClientChannel.swift
[1443/1560] Compiling WSClient ClientConnection.swift
[1444/1560] Compiling WSClient Parser.swift
[1445/1560] Compiling WSClient TLSClientChannel.swift
[1448/1560] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1449/1560] Compiling Hummingbird Exports.swift
[1450/1560] Compiling Hummingbird CacheControl.swift
[1451/1569] Compiling WSClient WebSocketClientChannel.swift
[1452/1569] Compiling WSClient WebSocketClient.swift
[1453/1569] Compiling Hummingbird ChildRequestContext.swift
[1454/1569] Compiling Hummingbird Request.swift
[1455/1569] Compiling Hummingbird RequestContext.swift
[1461/1569] Wrapping AST for WSCompression for debugging
[1463/1571] Compiling HummingbirdWSCompression Exports.swift
[1464/1571] Compiling Hummingbird MediaType.swift
[1465/1571] Compiling Hummingbird Request+Cookies.swift
[1466/1571] Compiling Hummingbird Response+Cookies.swift
[1467/1571] Compiling Hummingbird _SpreadMiddleware.swift
[1468/1571] Compiling Hummingbird TracingMiddleware.swift
[1469/1571] Compiling Hummingbird EndpointResponder.swift
[1470/1571] Compiling Hummingbird Parameters+UUID.swift
[1471/1571] Compiling Hummingbird Parameters.swift
[1473/1571] Compiling Hummingbird Application.swift
[1474/1571] Compiling Hummingbird CodableProtocols.swift
[1475/1571] Compiling Hummingbird JSONCoding.swift
[1476/1571] Compiling Hummingbird ResponseEncodable.swift
[1477/1571] Compiling Hummingbird URLEncodedForm+Request.swift
[1478/1571] Compiling Hummingbird URLEncodedForm.swift
[1479/1571] Compiling Hummingbird URLEncodedFormDecoder.swift
[1488/1571] Compiling Hummingbird URLEncodedFormEncoder.swift
[1489/1571] Compiling Hummingbird URLEncodedFormNode.swift
[1490/1571] Compiling Hummingbird FileIO.swift
[1491/1571] Compiling Hummingbird FileProvider.swift
[1492/1571] Compiling Hummingbird LocalFileSystem.swift
[1493/1571] Compiling Hummingbird Cookie.swift
[1494/1571] Compiling Hummingbird Cookies.swift
[1495/1571] Compiling Hummingbird MediaType+FileExtension.swift
[1496/1571] Emitting module HummingbirdWSCompression
[1499/1573] Emitting module WSClient
[1523/1574] Compiling Hummingbird RouterGroup.swift
[1524/1574] Compiling Hummingbird RouterMethods.swift
[1525/1574] Compiling Hummingbird RouterPath.swift
[1526/1574] Compiling Hummingbird RouterResponder.swift
[1527/1574] Compiling Hummingbird TransformingRouterGroup.swift
[1528/1574] Compiling Hummingbird RouterTrie.swift
[1529/1574] Compiling Hummingbird Trie+resolve.swift
[1530/1574] Compiling Hummingbird Trie+serialize.swift
[1531/1574] Compiling Hummingbird TrieRouter.swift
[1537/1574] Compiling Hummingbird MiddlewareGroup.swift
[1538/1574] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1539/1574] Compiling Hummingbird _Middleware2.swift
[1540/1574] Compiling Hummingbird _OptionalMiddleware.swift
[1540/1574] Wrapping AST for HummingbirdWSCompression for debugging
[1541/1574] Wrapping AST for WSClient for debugging
[1542/1574] Wrapping AST for NIOHTTP2 for debugging
[1544/1635] Emitting module HummingbirdWSClient
[1545/1635] Compiling HummingbirdWSClient Exports.swift
[1546/1636] Compiling Hummingbird PersistDriver.swift
[1547/1636] Compiling Hummingbird PersistError.swift
[1548/1636] Compiling Hummingbird ByteBuffer+foundation.swift
[1549/1636] Compiling Hummingbird DateCache.swift
[1550/1636] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1551/1636] Compiling Hummingbird HexDigest.swift
[1552/1636] Compiling Hummingbird InitializableFromSource.swift
[1553/1636] Compiling Hummingbird PreludeService.swift
[1554/1636] Compiling Hummingbird StringProtocol.swift
[1556/1636] Emitting module Hummingbird
[1557/1636] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1558/1636] Compiling AsyncHTTPClient Transaction.swift
[1559/1636] Compiling AsyncHTTPClient Base64.swift
[1560/1636] Compiling AsyncHTTPClient BasicAuth.swift
[1561/1636] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1562/1636] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1563/1636] Compiling AsyncHTTPClient ConnectionPool.swift
[1564/1636] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1565/1636] Compiling AsyncHTTPClient HTTPClient.swift
[1565/1637] Wrapping AST for HummingbirdWSClient for debugging
[1567/1637] Wrapping AST for Hummingbird for debugging
[1569/1637] Emitting module AsyncHTTPClient
[1570/1652] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1571/1652] Compiling HummingbirdWebSocket Exports.swift
[1572/1652] Emitting module HummingbirdWebSocket
[1573/1652] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1574/1652] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1583/1652] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1584/1652] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1585/1652] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1587/1653] Compiling AsyncHTTPClient RequestBag.swift
[1588/1653] Compiling AsyncHTTPClient RequestValidation.swift
[1589/1653] Compiling AsyncHTTPClient SSLContextCache.swift
[1590/1653] Compiling AsyncHTTPClient Scheme.swift
[1591/1653] Compiling AsyncHTTPClient Singleton.swift
[1592/1653] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1593/1653] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1594/1653] Compiling AsyncHTTPClient Utils.swift
[1595/1653] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1596/1653] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1597/1653] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1598/1653] Compiling AsyncHTTPClient HTTP1Connection.swift
[1599/1653] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1600/1653] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1601/1653] Compiling AsyncHTTPClient HTTP2Connection.swift
[1602/1653] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1603/1653] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1604/1653] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1605/1653] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1606/1653] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1607/1653] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1608/1653] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1609/1653] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1610/1653] Compiling AsyncHTTPClient RequestBodyLength.swift
[1610/1653] Wrapping AST for HummingbirdWebSocket for debugging
[1612/1653] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1613/1653] Compiling AsyncHTTPClient RequestOptions.swift
[1614/1653] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1615/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1616/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1617/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1618/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1619/1653] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1620/1653] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1621/1653] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1622/1653] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1623/1653] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1624/1653] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1625/1653] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1626/1653] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1627/1653] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1628/1653] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1629/1653] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1630/1653] Compiling AsyncHTTPClient ConnectionTarget.swift
[1631/1653] Compiling AsyncHTTPClient DeconstructedURL.swift
[1632/1653] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1633/1653] Compiling AsyncHTTPClient FoundationExtensions.swift
[1634/1653] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1635/1653] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1636/1653] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1638/1653] Compiling AsyncHTTPClient HTTPHandler.swift
[1639/1653] Compiling AsyncHTTPClient LRUCache.swift
[1640/1653] Compiling AsyncHTTPClient NWErrorHandler.swift
[1641/1653] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1642/1653] Compiling AsyncHTTPClient TLSConfiguration.swift
[1643/1653] Compiling AsyncHTTPClient RedirectState.swift
[1644/1653] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1645/1654] Wrapping AST for AsyncHTTPClient for debugging
[1647/1663] Compiling HummingbirdTesting Deprecations.swift
[1648/1664] Compiling HummingbirdTesting TestApplication.swift
[1649/1664] Compiling HummingbirdTesting TestClient+types.swift
[1650/1664] Compiling HummingbirdTesting LiveTestFramework.swift
[1651/1664] Compiling HummingbirdTesting RouterTestFramework.swift
[1652/1664] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1653/1664] Emitting module HummingbirdTesting
[1654/1664] Compiling HummingbirdTesting Application+Test.swift
[1655/1664] Compiling HummingbirdTesting ApplicationTester.swift
[1656/1664] Compiling HummingbirdTesting TestClient.swift
[1657/1665] Wrapping AST for HummingbirdTesting for debugging
[1659/1667] Emitting module HummingbirdWSTesting
[1660/1667] Compiling HummingbirdWSTesting TestClient+ws.swift
[1661/1668] Wrapping AST for HummingbirdWSTesting for debugging
[1663/1672] Compiling AutobahnServerTest AutobahnServerTest.swift
[1664/1672] Emitting module AutobahnServerTest
[1665/1672] Emitting module WebsocketTest
[1666/1672] Compiling WebsocketTest WebsocketTest.swift
[1668/1674] Wrapping AST for AutobahnServerTest for debugging
[1669/1674] Write Objects.LinkFileList
[1670/1674] Wrapping AST for WebsocketTest for debugging
[1671/1674] Write Objects.LinkFileList
[1672/1674] Linking AutobahnServerTest
[1673/1674] Linking WebsocketTest
Build complete! (162.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-websocket.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "hummingbird-websocket",
  "name" : "hummingbird-websocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdWebSocket",
      "targets" : [
        "HummingbirdWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSClient",
      "targets" : [
        "HummingbirdWSClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSCompression",
      "targets" : [
        "HummingbirdWSCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdWSTesting",
      "targets" : [
        "HummingbirdWSTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebsocketTest",
      "targets" : [
        "WebsocketTest"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "AutobahnServerTest",
      "targets" : [
        "AutobahnServerTest"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocketTests",
      "path" : "Tests/HummingbirdWebSocketTests",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdTesting",
        "HummingbirdTLS"
      ],
      "sources" : [
        "Certificates.swift",
        "WebSocketExtensionTests.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSClient",
        "HummingbirdWSCompression",
        "HummingbirdWSTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWebSocket",
      "path" : "Sources/HummingbirdWebSocket",
      "product_dependencies" : [
        "WSCore",
        "Hummingbird",
        "NIOHTTPTypes",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "HummingbirdWebSocket",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift",
        "HTTPServerBuilder+WebSocket.swift",
        "NIOWebSocketServerUpgrade+ext.swift",
        "WebSocketChannel.swift",
        "WebSocketRouter.swift",
        "WebSocketServerConfiguration.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSTesting",
      "path" : "Sources/HummingbirdWSTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "TestClient+ws.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWSClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSCompression",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSCompression",
      "path" : "Sources/HummingbirdWSCompression",
      "product_dependencies" : [
        "WSCompression"
      ],
      "product_memberships" : [
        "HummingbirdWSCompression",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdWSClient",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdWSClient",
      "path" : "Sources/HummingbirdWSClient",
      "product_dependencies" : [
        "WSClient"
      ],
      "product_memberships" : [
        "HummingbirdWSClient",
        "HummingbirdWSTesting",
        "WebsocketTest",
        "AutobahnServerTest"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebsocketTest",
      "module_type" : "SwiftTarget",
      "name" : "WebsocketTest",
      "path" : "Snippets",
      "product_memberships" : [
        "WebsocketTest"
      ],
      "sources" : [
        "WebsocketTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "AutobahnServerTest",
      "module_type" : "SwiftTarget",
      "name" : "AutobahnServerTest",
      "path" : "Snippets",
      "product_memberships" : [
        "AutobahnServerTest"
      ],
      "sources" : [
        "AutobahnServerTest.swift"
      ],
      "target_dependencies" : [
        "HummingbirdWebSocket",
        "HummingbirdWSTesting",
        "HummingbirdWSCompression",
        "HummingbirdWSClient"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.