The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-openapi-vapor, reference 1.0.1 (b53c15), with Swift 6.1 for Android on 29 May 2025 07:13:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-vapor.git
Reference: 1.0.1
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/swift-server/swift-openapi-vapor
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at b53c151 Merge pull request #18 from swift-server/nio-http-types
Cloned https://github.com/swift-server/swift-openapi-vapor.git
Revision (git rev-parse @):
b53c1517e889d5479567729fbe143a59da302ffc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-openapi-vapor.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-openapi-vapor.git
https://github.com/swift-server/swift-openapi-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.91.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.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"
    }
  ],
  "manifest_display_name" : "swift-openapi-vapor",
  "name" : "swift-openapi-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIVapor",
      "targets" : [
        "OpenAPIVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVaporTests",
      "path" : "Tests/OpenAPIVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporTransportTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIVapor",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVapor",
      "path" : "Sources/OpenAPIVapor",
      "product_dependencies" : [
        "Vapor",
        "OpenAPIRuntime",
        "Atomics",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "OpenAPIVapor"
      ],
      "sources" : [
        "VaporTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-nio-extras
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1233/7389] Fetching swift-atomics, swift-openapi-runtime
[2927/13303] Fetching swift-atomics, swift-openapi-runtime, swift-nio-extras
[13304/87681] Fetching swift-atomics, swift-openapi-runtime, swift-nio-extras, vapor
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.84s)
[8368/82002] Fetching swift-atomics, swift-nio-extras, vapor
Fetched https://github.com/apple/swift-nio-extras from cache (2.51s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.51s)
Fetched https://github.com/vapor/vapor.git from cache (2.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.14s)
Computing version for https://github.com/apple/swift-nio-extras
Computed https://github.com/apple/swift-nio-extras at 1.27.1 (0.78s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[2035/9991] Fetching swift-log, swift-certificates
[2595/14976] Fetching swift-log, swift-certificates, swift-async-algorithms
[2846/17402] Fetching swift-log, swift-certificates, swift-async-algorithms, swift-service-lifecycle
[10840/32245] Fetching swift-log, swift-certificates, swift-async-algorithms, swift-service-lifecycle, swift-nio-ssl
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[5247/17269] Fetching swift-service-lifecycle, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[7177/18859] Fetching swift-service-lifecycle, swift-nio-ssl, swift-asn1
[10697/20000] Fetching swift-service-lifecycle, swift-nio-ssl, swift-asn1, swift-http-structured-headers
[10709/20904] Fetching swift-service-lifecycle, swift-nio-ssl, swift-asn1, swift-http-structured-headers, swift-http-types
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
Fetching https://github.com/apple/swift-nio.git
[12965/17269] Fetching swift-service-lifecycle, swift-nio-ssl
[14153/23228] Fetching swift-service-lifecycle, swift-nio-ssl, swift-algorithms
[23229/34755] Fetching swift-service-lifecycle, swift-nio-ssl, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
[19806/104889] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.31s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.34s)
[31312/87620] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.60s)
[40330/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.82s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.37s)
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.56s)
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.88s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.41s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.90s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (4.08s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.90s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (2.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.60s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.97s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (0.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.86s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/routing-kit.git
[1/1063] Fetching swift-service-context
[544/3269] Fetching swift-service-context, swift-metrics
[1114/5878] Fetching swift-service-context, swift-metrics, websocket-kit
[2178/9197] Fetching swift-service-context, swift-metrics, websocket-kit, multipart-kit
[5841/14171] Fetching swift-service-context, swift-metrics, websocket-kit, multipart-kit, swift-distributed-tracing
[6451/34898] Fetching swift-service-context, swift-metrics, websocket-kit, multipart-kit, swift-distributed-tracing, routing-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.71s)
[13888/32692] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, routing-kit
Fetching https://github.com/vapor/console-kit.git
[25703/38339] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.72s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.67s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.69s)
[7158/11726] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[7166/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[8229/23370] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-service-context.git from cache (2.46s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.47s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.52s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.97s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.28s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.72s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.18s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.53s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.59s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.56s)
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.56s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.2
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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-extras
Working copy of https://github.com/apple/swift-nio-extras resolved at 1.27.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/835] Write sources
[50/835] Compiling CNIOWindows shim.c
[51/835] Compiling _NumericsShims _NumericsShims.c
[52/835] Compiling CNIOWindows WSAStartup.c
[53/835] Compiling CVaporBcrypt bcrypt.c
[54/835] Compiling CSystem shims.c
[55/835] Compiling CNIOSHA1 c_nio_sha1.c
[56/835] Compiling CNIOWASI CNIOWASI.c
[56/835] Compiling CVaporBcrypt blf.c
[58/835] Compiling CNIOLinux liburing_shims.c
[59/835] Compiling CNIODarwin shim.c
[60/835] Compiling CNIOExtrasZlib empty.c
[61/835] Compiling CNIOLinux shim.c
[62/835] Compiling CNIOLLHTTP c_nio_http.c
[63/835] Compiling CNIOLLHTTP c_nio_api.c
[64/835] Compiling fiat_p256_adx_sqr.S
[65/835] Compiling fiat_curve25519_adx_square.S
[66/835] Compiling fiat_p256_adx_mul.S
[67/835] Write swift-version-24593BA9C3E375BF.txt
[68/835] Compiling _AtomicsShims.c
[69/835] Compiling fiat_curve25519_adx_mul.S
[70/837] Compiling CNIOBoringSSLShims shims.c
[71/840] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/872] Compiling tls13_server.cc
[73/872] Compiling tls_method.cc
[74/887] Compiling tls_record.cc
[75/901] Compiling tls13_enc.cc
[77/901] Emitting module InternalCollectionsUtilities
[78/902] Compiling InternalCollectionsUtilities Descriptions.swift
[79/902] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/902] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/909] Emitting module RealModule
[82/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/909] Compiling InternalCollectionsUtilities Integer rank.swift
[84/909] Compiling RealModule Float80+Real.swift
[85/911] Emitting module _NIOBase64
[86/911] Compiling _NIOBase64 Base64.swift
[87/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/911] Compiling InternalCollectionsUtilities Debugging.swift
[89/912] Compiling RealModule Float+Real.swift
[90/912] Compiling RealModule Float16+Real.swift
[91/912] Compiling RealModule Real.swift
[92/912] Compiling ServiceContextModule ServiceContextKey.swift
[93/912] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/912] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/912] Compiling RealModule ElementaryFunctions.swift
[96/912] Emitting module ServiceContextModule
[97/912] Compiling ServiceContextModule ServiceContext.swift
[98/913] Compiling _NIODataStructures PriorityQueue.swift
[99/913] Compiling _NIODataStructures _TinyArray.swift
[100/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[101/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[102/913] Compiling RealModule RealFunctions.swift
[104/914] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/914] Compiling SystemPackage MachPort.swift
[107/914] Compiling SystemPackage PlatformString.swift
[108/914] Compiling SystemPackage SystemString.swift
[109/917] Emitting module _NIODataStructures
[110/917] Compiling _NIODataStructures Heap.swift
[115/921] Emitting module SystemPackage
[120/927] Compiling HTTPTypes ISOLatin1String.swift
[121/928] Emitting module HTTPTypes
[122/928] Compiling HTTPTypes HTTPField.swift
[123/928] Compiling Instrumentation NoOpInstrument.swift
[126/928] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[127/928] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[128/929] Emitting module Instrumentation
[133/929] Compiling Instrumentation MultiplexInstrument.swift
[135/929] Compiling HTTPTypes HTTPParsedFields.swift
[136/929] Compiling HTTPTypes HTTPRequest.swift
[137/929] Compiling SystemPackage Util+StringArray.swift
[138/929] Compiling SystemPackage Util.swift
[139/929] Compiling SystemPackage UtilConsumers.swift
[140/929] Compiling HTTPTypes NIOLock.swift
[141/953] Compiling HTTPTypes HTTPResponse.swift
[142/997] Compiling CoreMetrics Metrics.swift
[142/997] Compiling tls13_client.cc
[144/1052] Compiling Instrumentation InstrumentationSystem.swift
[145/1052] Compiling Instrumentation Instrument.swift
[146/1052] Compiling Instrumentation Locks.swift
[147/1053] Emitting module Logging
[148/1053] Emitting module CoreMetrics
[149/1053] Compiling CoreMetrics Locks.swift
[150/1054] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[151/1054] Compiling OrderedCollections OrderedDictionary+Elements.swift
[152/1054] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[153/1054] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[154/1054] Compiling OrderedCollections OrderedDictionary+Codable.swift
[155/1054] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[156/1054] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[157/1054] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[158/1054] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[159/1054] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[160/1054] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[161/1054] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[162/1054] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[163/1054] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[164/1054] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[165/1054] Compiling OrderedCollections OrderedDictionary+Values.swift
[166/1054] Compiling Logging MetadataProvider.swift
[168/1054] Compiling Logging LogHandler.swift
[169/1054] Compiling Logging Locks.swift
[170/1055] Compiling Logging Logging.swift
[171/1056] Compiling OrderedCollections OrderedSet+Invariants.swift
[172/1056] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[173/1056] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[174/1056] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[175/1056] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[176/1056] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[177/1056] Compiling _RopeModule RopeSummary.swift
[178/1056] Compiling _RopeModule _RopeItem.swift
[179/1056] Compiling _RopeModule _RopePath.swift
[183/1072] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[184/1072] Compiling HeapModule Heap+Invariants.swift
[185/1080] Compiling HeapModule Heap.swift
[186/1082] Compiling HeapModule Heap+Descriptions.swift
[187/1082] Emitting module HeapModule
[188/1088] Compiling HeapModule _HeapNode.swift
[189/1088] Compiling HeapModule Heap+UnsafeHandle.swift
[190/1089] Compiling Tracing InstrumentationSystem+Tracing.swift
[190/1089] Compiling tls13_both.cc
[192/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[193/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[194/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[195/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[196/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[197/1089] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[198/1089] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[200/1096] Compiling Tracing TracingTime.swift
[201/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[202/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[203/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[204/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[205/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[206/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[207/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[208/1096] Emitting module Tracing
[209/1096] Compiling Tracing NoOpTracer.swift
[210/1097] Compiling Tracing TracerProtocol.swift
[211/1187] Compiling Tracing Tracer.swift
[212/1187] Compiling Tracing TracerProtocol+Legacy.swift
[213/1187] Compiling DequeModule _DequeBuffer.swift
[214/1187] Compiling DequeModule _DequeBufferHeader.swift
[215/1189] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/1189] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/1189] Compiling HashTreeCollections TreeDictionary+Merge.swift
[218/1189] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[219/1189] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[220/1189] Compiling HashTreeCollections TreeDictionary+Values.swift
[221/1189] Compiling HashTreeCollections _HashTreeIterator.swift
[222/1189] Compiling HashTreeCollections _HashTreeStatistics.swift
[223/1189] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[224/1189] Compiling HashTreeCollections _RawHashNode.swift
[225/1189] Compiling HashTreeCollections _UnmanagedHashNode.swift
[226/1189] Compiling HashTreeCollections _UnsafePath.swift
[227/1189] Compiling HashTreeCollections TreeDictionary+Codable.swift
[228/1189] Compiling HashTreeCollections TreeDictionary+Collection.swift
[229/1189] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[230/1189] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[231/1189] Compiling DequeModule Deque._UnsafeHandle.swift
[232/1189] Compiling DequeModule Deque.swift
[233/1189] Compiling DequeModule Deque+Extras.swift
[234/1189] Compiling DequeModule Deque+Hashable.swift
[237/1189] Compiling DequeModule _DequeSlot.swift
[238/1189] Compiling DequeModule _UnsafeWrappedBuffer.swift
[239/1189] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[240/1189] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[241/1189] Compiling HashTreeCollections _HashNode.swift
[242/1189] Compiling HashTreeCollections _HashNodeHeader.swift
[243/1189] Compiling HashTreeCollections _HashSlot.swift
[244/1189] Compiling HashTreeCollections _HashStack.swift
[245/1189] Compiling HashTreeCollections _AncestorHashSlots.swift
[246/1189] Compiling HashTreeCollections _Bitmap.swift
[247/1189] Compiling DequeModule Deque+CustomReflectable.swift
[248/1189] Compiling DequeModule Deque+Descriptions.swift
[249/1189] Compiling HashTreeCollections TreeSet+Collection.swift
[250/1189] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[251/1189] Compiling HashTreeCollections TreeSet+Debugging.swift
[252/1189] Compiling HashTreeCollections TreeSet+Descriptions.swift
[253/1189] Compiling HashTreeCollections TreeSet+Equatable.swift
[254/1189] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[255/1189] Compiling HashTreeCollections TreeSet+Extras.swift
[256/1189] Compiling HashTreeCollections TreeSet+Filter.swift
[257/1189] Compiling HashTreeCollections TreeSet+Hashable.swift
[258/1189] Compiling HashTreeCollections TreeSet+Sendable.swift
[259/1189] Compiling Tracing SpanProtocol.swift
[262/1190] Compiling DequeModule Deque+Equatable.swift
[263/1190] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[273/1190] Compiling HashTreeCollections _HashNode+Initializers.swift
[274/1190] Compiling HashTreeCollections _HashNode+Invariants.swift
[275/1190] Compiling HashTreeCollections _HashNode+Lookups.swift
[276/1190] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[277/1190] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[278/1190] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[279/1190] Compiling HashTreeCollections TreeDictionary+Filter.swift
[280/1190] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[281/1190] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/1190] Compiling HashTreeCollections TreeSet+Sequence.swift
[286/1190] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[287/1190] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[288/1190] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[289/1190] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[290/1190] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[291/1190] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[292/1190] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[294/1200] Compiling HashTreeCollections TreeDictionary.swift
[295/1200] Compiling HashTreeCollections TreeSet+Codable.swift
[304/1200] Compiling DequeModule Deque+Testing.swift
[305/1200] Compiling DequeModule Deque._Storage.swift
[321/1200] Compiling DequeModule Deque+Codable.swift
[322/1200] Compiling DequeModule Deque+Collection.swift
[323/1200] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[346/1200] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[348/1200] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[349/1200] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[350/1200] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[351/1200] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[352/1200] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[353/1200] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[354/1200] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[355/1200] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[356/1200] Compiling HashTreeCollections TreeSet.swift
[357/1200] Emitting module _RopeModule
[358/1200] Emitting module Metrics
[359/1200] Emitting module DequeModule
[360/1201] Compiling RoutingKit AnyRouter.swift
[361/1201] Emitting module RoutingKit
[362/1201] Emitting module OrderedCollections
[364/1202] Compiling RoutingKit PathComponent.swift
[365/1202] Compiling RoutingKit Router.swift
[366/1202] Compiling RoutingKit TrieRouter.swift
[368/1202] Compiling HTTPTypes HTTPFieldName.swift
[369/1202] Compiling HTTPTypes HTTPFields.swift
[392/1203] Compiling t1_enc.cc
[408/1203] Compiling HashTreeCollections _Bucket.swift
[409/1203] Compiling HashTreeCollections _Hash.swift
[410/1203] Compiling HashTreeCollections _HashLevel.swift
[411/1203] Compiling HashTreeCollections _HashNode+Builder.swift
[412/1203] Compiling HashTreeCollections _HashNode+Debugging.swift
[445/1203] Compiling RoutingKit Parameters.swift
[446/1204] Compiling Metrics Metrics.swift
[450/1267] Emitting module HashTreeCollections
[451/1268] Compiling ssl_versions.cc
[452/1268] Compiling ssl_x509.cc
[453/1268] Compiling ssl_stat.cc
[454/1268] Compiling ssl_transcript.cc
[456/1268] Emitting module OpenAPIRuntime
[457/1276] Compiling OpenAPIRuntime URICodeCodingKey.swift
[458/1276] Compiling OpenAPIRuntime URICoderConfiguration.swift
[459/1276] Compiling OpenAPIRuntime URIEncodedNode.swift
[460/1276] Compiling OpenAPIRuntime URIParsedTypes.swift
[461/1276] Compiling OpenAPIRuntime URIDecoder.swift
[462/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[463/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[464/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[464/1276] Compiling ssl_privkey.cc
[465/1276] Compiling ssl_file.cc
[466/1276] Compiling ssl_session.cc
[467/1276] Compiling ssl_key_share.cc
[468/1276] Compiling ssl_credential.cc
[470/1276] Compiling OpenAPIRuntime CurrencyTypes.swift
[471/1276] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[472/1276] Compiling OpenAPIRuntime HTTPBody.swift
[473/1276] Compiling OpenAPIRuntime ServerTransport.swift
[474/1276] Compiling OpenAPIRuntime UniversalClient.swift
[475/1276] Compiling OpenAPIRuntime UniversalServer.swift
[476/1276] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[477/1276] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[478/1276] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[479/1276] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[480/1276] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[481/1276] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[482/1276] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[483/1276] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[484/1276] Compiling OpenAPIRuntime MultipartValidation.swift
[485/1276] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[486/1276] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[487/1276] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[488/1276] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[489/1276] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[490/1276] Compiling OpenAPIRuntime ServerSentEvents.swift
[491/1276] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[492/1276] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[493/1276] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[494/1276] Compiling OpenAPIRuntime ClientTransport.swift
[495/1276] Compiling OpenAPIRuntime FoundationExtensions.swift
[496/1276] Compiling OpenAPIRuntime ParameterStyles.swift
[497/1276] Compiling OpenAPIRuntime ServerVariable.swift
[498/1276] Compiling OpenAPIRuntime URLExtensions.swift
[499/1276] Compiling OpenAPIRuntime Deprecated.swift
[500/1276] Compiling OpenAPIRuntime ClientError.swift
[501/1276] Compiling OpenAPIRuntime CodingErrors.swift
[502/1276] Compiling OpenAPIRuntime RuntimeError.swift
[503/1276] Compiling OpenAPIRuntime ServerError.swift
[504/1276] Compiling OpenAPIRuntime Acceptable.swift
[505/1276] Compiling OpenAPIRuntime Base64EncodedData.swift
[506/1276] Compiling OpenAPIRuntime ByteUtilities.swift
[507/1276] Compiling OpenAPIRuntime ContentDisposition.swift
[508/1276] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[509/1276] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[510/1276] Compiling OpenAPIRuntime OpenAPIValue.swift
[511/1276] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[512/1276] Compiling OpenAPIRuntime UndocumentedPayload.swift
[513/1276] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[514/1276] Compiling OpenAPIRuntime CodableExtensions.swift
[515/1276] Compiling OpenAPIRuntime Configuration.swift
[516/1276] Compiling OpenAPIRuntime Converter+Client.swift
[517/1276] Compiling OpenAPIRuntime Converter+Common.swift
[518/1276] Compiling OpenAPIRuntime Converter+Server.swift
[519/1276] Compiling OpenAPIRuntime Converter.swift
[520/1276] Compiling OpenAPIRuntime CurrencyExtensions.swift
[521/1276] Compiling OpenAPIRuntime ErrorExtensions.swift
[521/1276] Compiling ssl_lib.cc
[522/1276] Compiling ssl_cipher.cc
[523/1276] Compiling ssl_cert.cc
[524/1276] Compiling ssl_asn1.cc
[525/1276] Compiling ssl_aead_ctx.cc
[526/1276] Compiling ssl_buffer.cc
[528/1276] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[529/1276] Compiling OpenAPIRuntime URIEncoder.swift
[530/1276] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[531/1276] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[532/1276] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[533/1276] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[534/1276] Compiling OpenAPIRuntime URIParser.swift
[535/1276] Compiling OpenAPIRuntime URISerializer.swift
[536/1277] Compiling s3_pkt.cc
[537/1277] Compiling s3_both.cc
[538/1277] Compiling s3_lib.cc
[539/1277] Compiling handshake_server.cc
[540/1277] Compiling handshake.cc
[541/1277] Compiling handshake_client.cc
[542/1277] Compiling dtls_record.cc
[543/1277] Compiling handoff.cc
[544/1277] Compiling d1_srtp.cc
[545/1277] Compiling md5-x86_64-linux.S
[546/1277] Compiling md5-x86_64-apple.S
[547/1277] Compiling md5-586-linux.S
[548/1277] Compiling md5-586-apple.S
[549/1277] Compiling encrypted_client_hello.cc
[550/1277] Compiling chacha20_poly1305_x86_64-linux.S
[551/1277] Compiling err_data.cc
[552/1277] Compiling dtls_method.cc
[553/1277] Compiling chacha20_poly1305_x86_64-apple.S
[554/1277] Compiling chacha20_poly1305_armv8-win.S
[555/1277] Compiling chacha20_poly1305_armv8-apple.S
[556/1277] Compiling extensions.cc
[557/1277] Compiling chacha-x86_64-linux.S
[558/1277] Compiling chacha20_poly1305_armv8-linux.S
[559/1277] Compiling chacha-x86_64-apple.S
[560/1277] Compiling chacha-x86-linux.S
[561/1277] Compiling chacha-x86-apple.S
[562/1277] Compiling chacha-armv8-win.S
[563/1277] Compiling chacha-armv8-apple.S
[564/1277] Compiling chacha-armv4-linux.S
[565/1277] Compiling d1_lib.cc
[566/1277] Compiling chacha-armv8-linux.S
[567/1277] Compiling aes128gcmsiv-x86_64-linux.S
[568/1277] Compiling x86_64-mont5-linux.S
[569/1277] Compiling x86_64-mont5-apple.S
[570/1277] Compiling aes128gcmsiv-x86_64-apple.S
[571/1277] Compiling x86_64-mont-linux.S
[572/1277] Compiling x86_64-mont-apple.S
[573/1277] Compiling x86-mont-apple.S
[574/1277] Compiling vpaes-x86_64-apple.S
[575/1277] Compiling x86-mont-linux.S
[575/1277] Compiling vpaes-x86_64-linux.S
[577/1277] Compiling vpaes-x86-linux.S
[578/1277] Compiling vpaes-x86-apple.S
[579/1277] Compiling vpaes-armv8-linux.S
[580/1277] Compiling vpaes-armv8-win.S
[581/1277] Compiling vpaes-armv8-apple.S
[582/1277] Compiling vpaes-armv7-linux.S
[583/1277] Compiling sha512-x86_64-linux.S
[584/1277] Compiling sha512-armv8-win.S
[585/1277] Compiling sha512-x86_64-apple.S
[586/1277] Compiling sha512-armv8-linux.S
[587/1277] Compiling sha512-armv8-apple.S
[588/1277] Compiling sha512-armv4-linux.S
[589/1277] Compiling sha512-586-linux.S
[590/1277] Compiling bio_ssl.cc
[591/1277] Compiling sha256-x86_64-linux.S
[592/1277] Compiling sha256-x86_64-apple.S
[593/1277] Compiling sha512-586-apple.S
[594/1277] Compiling sha256-armv8-win.S
[595/1277] Compiling sha256-armv8-apple.S
[596/1277] Compiling sha256-586-linux.S
[597/1277] Compiling sha256-armv4-linux.S
[598/1277] Compiling sha256-586-apple.S
[599/1277] Compiling sha1-x86_64-linux.S
[600/1277] Compiling sha256-armv8-linux.S
[601/1277] Compiling d1_pkt.cc
[602/1277] Compiling sha1-armv8-win.S
[603/1277] Compiling sha1-x86_64-apple.S
[604/1277] Compiling sha1-armv8-apple.S
[605/1277] Compiling sha1-586-linux.S
[606/1277] Compiling sha1-armv8-linux.S
[607/1277] Compiling sha1-586-apple.S
[608/1277] Compiling rsaz-avx2-apple.S
[609/1277] Compiling sha1-armv4-large-linux.S
[610/1277] Compiling rdrand-x86_64-linux.S
[611/1277] Compiling rsaz-avx2-linux.S
[612/1277] Compiling rdrand-x86_64-apple.S
[613/1277] Compiling p256_beeu-x86_64-asm-apple.S
[614/1277] Compiling p256_beeu-armv8-asm-apple.S
[615/1277] Compiling p256_beeu-x86_64-asm-linux.S
[616/1277] Compiling p256_beeu-armv8-asm-win.S
[617/1277] Compiling p256_beeu-armv8-asm-linux.S
[618/1277] Compiling p256-x86_64-asm-linux.S
[619/1277] Compiling d1_both.cc
[620/1277] Compiling p256-x86_64-asm-apple.S
[621/1277] Compiling p256-armv8-asm-win.S
[622/1277] Compiling ghashv8-armv8-linux.S
[623/1277] Compiling p256-armv8-asm-apple.S
[624/1277] Compiling ghashv8-armv8-win.S
[625/1277] Compiling p256-armv8-asm-linux.S
[626/1277] Compiling ghashv8-armv7-linux.S
[627/1277] Compiling ghashv8-armv8-apple.S
[628/1277] Compiling ghash-x86_64-linux.S
[629/1277] Compiling ghash-ssse3-x86_64-linux.S
[630/1277] Compiling ghash-x86-linux.S
[631/1277] Compiling ghash-ssse3-x86-linux.S
[632/1277] Compiling ghash-ssse3-x86_64-apple.S
[633/1277] Compiling ghash-x86-apple.S
[634/1277] Compiling ghash-x86_64-apple.S
[635/1277] Compiling ghash-ssse3-x86-apple.S
[636/1277] Compiling ghash-neon-armv8-win.S
[637/1277] Compiling ghash-armv4-linux.S
[638/1277] Compiling ghash-neon-armv8-apple.S
[639/1277] Compiling ghash-neon-armv8-linux.S
[640/1277] Compiling co-586-linux.S
[641/1277] Compiling co-586-apple.S
[642/1277] Compiling bsaes-armv7-linux.S
[643/1277] Compiling bn-armv8-apple.S
[643/1277] Compiling bn-armv8-win.S
[645/1277] Compiling bn-armv8-linux.S
[646/1277] Compiling bn-586-apple.S
[647/1277] Compiling bn-586-linux.S
[648/1277] Compiling armv8-mont-win.S
[649/1277] Compiling armv8-mont-linux.S
[650/1277] Compiling armv4-mont-linux.S
[651/1277] Compiling aesv8-gcm-armv8-win.S
[652/1277] Compiling armv8-mont-apple.S
[653/1277] Compiling aesv8-gcm-armv8-apple.S
[654/1277] Compiling aesv8-gcm-armv8-linux.S
[655/1277] Compiling aesv8-armv8-win.S
[656/1277] Compiling aesv8-armv8-apple.S
[657/1277] Compiling aesni-x86_64-apple.S
[658/1277] Compiling aesv8-armv7-linux.S
[659/1277] Compiling aesv8-armv8-linux.S
[660/1277] Compiling aesni-x86_64-linux.S
[661/1277] Compiling aesni-x86-linux.S
[662/1277] Compiling aesni-x86-apple.S
[663/1277] Compiling aesni-gcm-x86_64-linux.S
[664/1277] Compiling aes-gcm-avx2-x86_64-apple.S
[665/1277] Compiling aesni-gcm-x86_64-apple.S
[666/1277] Compiling aes-gcm-avx10-x86_64-linux.S
[667/1277] Compiling aes-gcm-avx10-x86_64-apple.S
[668/1277] Compiling aes-gcm-avx2-x86_64-linux.S
[669/1277] Compiling x_sig.cc
[670/1277] Compiling x_val.cc
[671/1277] Compiling x_x509a.cc
[672/1277] Compiling x_req.cc
[673/1277] Compiling x_spki.cc
[674/1277] Compiling x_x509.cc
[675/1277] Compiling x_exten.cc
[676/1277] Compiling x_name.cc
[677/1277] Compiling x_pubkey.cc
[678/1277] Compiling x_crl.cc
[679/1277] Compiling x509spki.cc
[680/1277] Compiling x509cset.cc
[681/1277] Compiling x_attrib.cc
[682/1277] Compiling x_all.cc
[683/1277] Compiling x509_vpm.cc
[684/1277] Compiling x509rset.cc
[685/1277] Compiling x_algor.cc
[686/1277] Compiling x509name.cc
[687/1277] Compiling x509_vfy.cc
[688/1277] Compiling x509_v3.cc
[689/1277] Compiling x509_set.cc
[690/1277] Compiling x509_txt.cc
[691/1277] Compiling x509_obj.cc
[692/1277] Compiling x509_trs.cc
[693/1277] Compiling x509_req.cc
[694/1277] Compiling x509_ext.cc
[695/1277] Compiling x509_lu.cc
[696/1277] Compiling x509_def.cc
[697/1277] Compiling x509_att.cc
[698/1277] Compiling x509_d2.cc
[699/1277] Compiling x509_cmp.cc
[700/1277] Compiling x509.cc
[701/1277] Compiling v3_skey.cc
[702/1277] Compiling v3_utl.cc
[703/1277] Compiling v3_prn.cc
[704/1277] Compiling v3_ocsp.cc
[705/1277] Compiling v3_purp.cc
[706/1277] Compiling v3_pcons.cc
[707/1277] Compiling v3_pmaps.cc
[708/1277] Compiling v3_ncons.cc
[709/1277] Compiling v3_lib.cc
[710/1277] Compiling v3_info.cc
[711/1277] Compiling v3_int.cc
[712/1277] Compiling v3_extku.cc
[713/1277] Compiling v3_ia5.cc
[714/1277] Compiling v3_enum.cc
[715/1277] Compiling v3_genn.cc
[716/1277] Compiling v3_cpols.cc
[717/1277] Compiling v3_bcons.cc
[718/1277] Compiling v3_crld.cc
[719/1277] Compiling t_x509a.cc
[720/1277] Compiling v3_conf.cc
[721/1277] Compiling v3_bitst.cc
[722/1277] Compiling v3_akey.cc
[723/1277] Compiling v3_akeya.cc
[724/1277] Compiling v3_alt.cc
[725/1277] Compiling i2d_pr.cc
[726/1277] Compiling t_x509.cc
[727/1277] Compiling t_req.cc
[728/1277] Compiling t_crl.cc
[729/1277] Compiling rsa_pss.cc
[730/1277] Compiling by_file.cc
[731/1277] Compiling name_print.cc
[732/1277] Compiling policy.cc
[733/1277] Compiling asn1_gen.cc
[734/1277] Compiling a_digest.cc
[735/1277] Compiling a_verify.cc
[736/1277] Compiling thread_win.cc
[737/1277] Compiling a_sign.cc
[738/1277] Compiling trust_token.cc
[739/1277] Compiling algorithm.cc
[740/1277] Compiling by_dir.cc
[741/1277] Compiling voprf.cc
[742/1277] Compiling thread_none.cc
[743/1277] Compiling thread.cc
[744/1277] Compiling pmbtoken.cc
[745/1277] Compiling thread_pthread.cc
[746/1277] Compiling stack.cc
[747/1277] Compiling siphash.cc
[748/1277] Compiling sha512.cc
[749/1277] Compiling sha256.cc
[750/1277] Compiling spake2plus.cc
[751/1277] Compiling rsa_print.cc
[752/1277] Compiling sha1.cc
[753/1277] Compiling slhdsa.cc
[754/1277] Compiling rsa_extra.cc
[755/1277] Compiling rc4.cc
[756/1277] Compiling rsa_crypt.cc
[757/1277] Compiling urandom.cc
[758/1277] Compiling rsa_asn1.cc
[759/1277] Compiling windows.cc
[760/1277] Compiling rand.cc
[761/1277] Compiling trusty.cc
[762/1277] Compiling refcount.cc
[763/1277] Compiling passive.cc
[764/1277] Compiling poly1305_arm_asm.S
[765/1277] Compiling ios.cc
[766/1277] Compiling getentropy.cc
[767/1277] Compiling poly1305_vec.cc
[768/1277] Compiling fork_detect.cc
[769/1277] Compiling deterministic.cc
[770/1277] Compiling forkunsafe.cc
[771/1277] Compiling poly1305_arm.cc
[772/1277] Compiling poly1305.cc
[773/1277] Compiling pool.cc
[774/1277] Compiling pkcs7.cc
[775/1277] Compiling pkcs8_x509.cc
[776/1277] Compiling pem_xaux.cc
[777/1277] Compiling p5_pbev2.cc
[778/1277] Compiling pkcs8.cc
[779/1277] Compiling pkcs7_x509.cc
[780/1277] Compiling pem_pkey.cc
[781/1277] Compiling pem_x509.cc
[782/1277] Compiling pem_pk8.cc
[783/1277] Compiling pem_info.cc
[784/1277] Compiling pem_oth.cc
[785/1277] Compiling pem_lib.cc
[786/1277] Compiling mlkem.cc
[787/1277] Compiling obj_xref.cc
[788/1277] Compiling md4.cc
[789/1277] Compiling mldsa.cc
[790/1277] Compiling poly_rq_mul.S
[791/1277] Compiling pem_all.cc
[792/1277] Compiling fips_shared_support.cc
[793/1277] Compiling md5.cc
[794/1277] Compiling mem.cc
[795/1277] Compiling lhash.cc
[796/1277] Compiling obj.cc
[797/1277] Compiling ex_data.cc
[798/1277] Compiling kyber.cc
[799/1277] Compiling scrypt.cc
[800/1277] Compiling hrss.cc
[801/1277] Compiling sign.cc
[802/1277] Compiling hpke.cc
[803/1277] Compiling pbkdf.cc
[804/1277] Compiling print.cc
[805/1277] Compiling p_x25519.cc
[806/1277] Compiling p_rsa.cc
[807/1277] Compiling p_x25519_asn1.cc
[808/1277] Compiling p_hkdf.cc
[809/1277] Compiling p_ed25519.cc
[810/1277] Compiling p_rsa_asn1.cc
[811/1277] Compiling p_ed25519_asn1.cc
[812/1277] Compiling p_ec.cc
[813/1277] Compiling p_dh_asn1.cc
[814/1277] Compiling p_dsa_asn1.cc
[815/1277] Compiling p_ec_asn1.cc
[816/1277] Compiling evp_ctx.cc
[817/1277] Compiling p_dh.cc
[818/1277] Compiling evp_asn1.cc
[819/1277] Compiling evp.cc
[820/1277] Compiling ecdh.cc
[821/1277] Compiling engine.cc
[822/1277] Compiling err.cc
[823/1277] Compiling hash_to_curve.cc
[824/1277] Compiling ecdsa_asn1.cc
[825/1277] Compiling ec_derive.cc
[826/1277] Compiling dsa.cc
[827/1277] Compiling bcm.cc
[828/1277] Compiling ec_asn1.cc
[829/1277] Compiling params.cc
[830/1277] Compiling x25519-asm-arm.S
[831/1277] Compiling dsa_asn1.cc
[832/1277] Compiling digest_extra.cc
[833/1277] Compiling dh_asn1.cc
[834/1277] Compiling crypto.cc
[835/1277] Compiling curve25519_64_adx.cc
[836/1277] Compiling cpu_intel.cc
[837/1277] Compiling des.cc
[838/1277] Compiling cpu_arm_linux.cc
[839/1277] Compiling cpu_arm_freebsd.cc
[840/1277] Compiling spake25519.cc
[841/1277] Compiling cpu_aarch64_win.cc
[842/1277] Compiling cpu_aarch64_openbsd.cc
[843/1277] Compiling cpu_aarch64_sysreg.cc
[844/1277] Compiling curve25519.cc
[845/1277] Compiling cpu_aarch64_fuchsia.cc
[846/1277] Compiling cpu_aarch64_linux.cc
[847/1277] Compiling get_cipher.cc
[848/1277] Compiling e_tls.cc
[849/1277] Compiling cpu_aarch64_apple.cc
[850/1277] Compiling tls_cbc.cc
[851/1277] Compiling conf.cc
[852/1277] Compiling e_rc4.cc
[853/1277] Compiling e_chacha20poly1305.cc
[854/1277] Compiling e_null.cc
[855/1277] Compiling e_rc2.cc
[856/1277] Compiling e_des.cc
[857/1277] Compiling derive_key.cc
[858/1277] Compiling e_aesgcmsiv.cc
[859/1277] Compiling e_aesctrhmac.cc
[860/1277] Compiling unicode.cc
[861/1277] Compiling ber.cc
[862/1277] Compiling chacha.cc
[863/1277] Compiling cbb.cc
[864/1277] Compiling cbs.cc
[865/1277] Compiling buf.cc
[866/1277] Compiling socket_helper.cc
[867/1277] Compiling blake2.cc
[868/1277] Compiling asn1_compat.cc
[869/1277] Compiling socket.cc
[870/1277] Compiling printf.cc
[871/1277] Compiling convert.cc
[872/1277] Compiling hexdump.cc
[873/1277] Compiling bn_asn1.cc
[874/1277] Compiling pair.cc
[875/1277] Compiling base64.cc
[876/1277] Compiling bio_mem.cc
[877/1277] Compiling file.cc
[878/1277] Compiling fd.cc
[879/1277] Compiling connect.cc
[880/1277] Compiling errno.cc
[881/1277] Compiling bio.cc
[882/1277] Compiling tasn_enc.cc
[883/1277] Compiling tasn_utl.cc
[884/1277] Compiling tasn_fre.cc
[885/1277] Compiling tasn_typ.cc
[886/1277] Compiling posix_time.cc
[887/1277] Compiling tasn_new.cc
[888/1277] Compiling asn_pack.cc
[889/1277] Compiling f_string.cc
[890/1277] Compiling tasn_dec.cc
[891/1277] Compiling f_int.cc
[892/1277] Compiling asn1_par.cc
[893/1277] Compiling a_utctm.cc
[894/1277] Compiling a_type.cc
[895/1277] Compiling a_octet.cc
[896/1277] Compiling asn1_lib.cc
[897/1277] Compiling a_object.cc
[898/1277] Compiling a_time.cc
[899/1277] Compiling a_strex.cc
[900/1277] Compiling a_strnid.cc
[901/1277] Compiling a_mbstr.cc
[902/1277] Compiling a_i2d_fp.cc
[903/1277] Compiling a_int.cc
[904/1277] Compiling a_dup.cc
[905/1277] Compiling a_d2i_fp.cc
[906/1277] Compiling a_bitstr.cc
[907/1277] Compiling a_gentm.cc
[908/1277] Compiling fiat_p256_adx_sqr.S
[909/1277] Compiling fiat_p256_adx_mul.S
[910/1277] Compiling fiat_curve25519_adx_mul.S
[911/1277] Compiling CCryptoBoringSSLShims shims.c
[912/1277] Compiling a_bool.cc
[913/1277] Compiling fiat_curve25519_adx_square.S
[914/1277] Compiling md5-x86_64-apple.S
[915/1277] Compiling md5-x86_64-linux.S
[916/1277] Compiling md5-586-linux.S
[917/1277] Compiling md5-586-apple.S
[918/1277] Compiling chacha20_poly1305_x86_64-linux.S
[919/1277] Compiling chacha20_poly1305_x86_64-apple.S
[920/1277] Compiling chacha20_poly1305_armv8-win.S
[921/1277] Compiling chacha20_poly1305_armv8-apple.S
[922/1277] Compiling chacha-x86_64-linux.S
[923/1277] Compiling chacha20_poly1305_armv8-linux.S
[924/1277] Compiling chacha-x86_64-apple.S
[925/1277] Compiling chacha-armv8-win.S
[926/1277] Compiling chacha-x86-linux.S
[927/1277] Compiling chacha-x86-apple.S
[928/1277] Compiling chacha-armv8-apple.S
[929/1277] Compiling err_data.cc
[930/1277] Compiling aes128gcmsiv-x86_64-linux.S
[931/1277] Compiling chacha-armv4-linux.S
[932/1277] Compiling aes128gcmsiv-x86_64-apple.S
[933/1277] Compiling chacha-armv8-linux.S
[934/1277] Compiling x86_64-mont5-linux.S
[935/1277] Compiling x86_64-mont-linux.S
[936/1277] Compiling x86_64-mont5-apple.S
[937/1277] Compiling x86-mont-linux.S
[938/1277] Compiling vpaes-x86_64-linux.S
[939/1277] Compiling x86-mont-apple.S
[940/1277] Compiling x86_64-mont-apple.S
[941/1277] Compiling vpaes-x86_64-apple.S
[942/1277] Compiling vpaes-armv8-linux.S
[943/1277] Compiling vpaes-x86-linux.S
[944/1277] Compiling vpaes-x86-apple.S
[945/1277] Compiling vpaes-armv8-win.S
[946/1277] Compiling vpaes-armv7-linux.S
[947/1277] Compiling vpaes-armv8-apple.S
[948/1277] Compiling sha512-x86_64-linux.S
[949/1277] Compiling sha512-x86_64-apple.S
[950/1277] Compiling sha512-armv8-win.S
[951/1277] Compiling sha512-armv8-apple.S
[952/1277] Compiling sha512-armv8-linux.S
[953/1277] Compiling sha512-armv4-linux.S
[954/1277] Compiling sha512-586-linux.S
[955/1277] Compiling sha512-586-apple.S
[956/1277] Compiling sha256-x86_64-linux.S
[957/1277] Compiling sha256-x86_64-apple.S
[958/1277] Compiling sha256-armv8-win.S
[959/1277] Compiling sha256-armv8-apple.S
[960/1277] Compiling sha256-armv8-linux.S
[961/1277] Compiling sha256-586-linux.S
[962/1277] Compiling sha256-armv4-linux.S
[963/1277] Compiling sha256-586-apple.S
[964/1277] Compiling sha1-x86_64-apple.S
[965/1277] Compiling sha1-x86_64-linux.S
[966/1277] Compiling sha1-armv8-apple.S
[967/1277] Compiling sha1-armv4-large-linux.S
[968/1277] Compiling sha1-armv8-win.S
[969/1277] Compiling sha1-armv8-linux.S
[970/1277] Compiling sha1-586-linux.S
[971/1277] Compiling rsaz-avx2-linux.S
[972/1277] Compiling sha1-586-apple.S
[973/1277] Compiling rdrand-x86_64-apple.S
[974/1277] Compiling rsaz-avx2-apple.S
[975/1277] Compiling rdrand-x86_64-linux.S
[976/1277] Compiling p256_beeu-x86_64-asm-linux.S
[977/1277] Compiling p256_beeu-x86_64-asm-apple.S
[978/1277] Compiling p256_beeu-armv8-asm-win.S
[979/1277] Compiling p256_beeu-armv8-asm-apple.S
[980/1277] Compiling p256_beeu-armv8-asm-linux.S
[981/1277] Compiling p256-x86_64-asm-apple.S
[982/1277] Compiling p256-x86_64-asm-linux.S
[983/1277] Compiling p256-armv8-asm-win.S
[984/1277] Compiling p256-armv8-asm-apple.S
[985/1277] Compiling p256-armv8-asm-linux.S
[986/1277] Compiling ghashv8-armv8-win.S
[987/1277] Compiling ghashv8-armv8-linux.S
[988/1277] Compiling ghashv8-armv8-apple.S
[989/1277] Compiling ghash-x86_64-linux.S
[990/1277] Compiling ghash-x86_64-apple.S
[991/1277] Compiling ghash-x86-linux.S
[992/1277] Compiling ghashv8-armv7-linux.S
[993/1277] Compiling ghash-x86-apple.S
[994/1277] Compiling ghash-ssse3-x86_64-linux.S
[995/1277] Compiling ghash-ssse3-x86_64-apple.S
[996/1277] Compiling ghash-ssse3-x86-apple.S
[997/1277] Compiling ghash-neon-armv8-win.S
[998/1277] Compiling ghash-ssse3-x86-linux.S
[999/1277] Compiling ghash-neon-armv8-linux.S
[1000/1277] Compiling ghash-armv4-linux.S
[1000/1277] Compiling ghash-neon-armv8-apple.S
[1002/1277] Compiling bsaes-armv7-linux.S
[1003/1277] Compiling co-586-apple.S
[1004/1277] Compiling bn-armv8-win.S
[1005/1277] Compiling co-586-linux.S
[1006/1277] Compiling bn-armv8-apple.S
[1007/1277] Compiling bn-armv8-linux.S
[1008/1277] Compiling bn-586-linux.S
[1009/1277] Compiling bn-586-apple.S
[1010/1277] Compiling armv8-mont-linux.S
[1011/1277] Compiling armv8-mont-win.S
[1011/1277] Compiling armv8-mont-apple.S
[1013/1277] Compiling armv4-mont-linux.S
[1014/1277] Compiling aesv8-gcm-armv8-win.S
[1015/1277] Compiling aesv8-gcm-armv8-apple.S
[1016/1277] Compiling aesv8-gcm-armv8-linux.S
[1017/1277] Compiling aesv8-armv8-linux.S
[1018/1277] Compiling aesv8-armv8-apple.S
[1019/1277] Compiling aesv8-armv8-win.S
[1020/1277] Compiling aesv8-armv7-linux.S
[1021/1277] Compiling aesni-x86_64-apple.S
[1022/1277] Compiling aesni-x86_64-linux.S
[1023/1277] Compiling aesni-x86-linux.S
[1024/1277] Compiling aesni-x86-apple.S
[1025/1277] Compiling aesni-gcm-x86_64-apple.S
[1026/1277] Compiling aesni-gcm-x86_64-linux.S
[1027/1277] Compiling aes-gcm-avx10-x86_64-linux.S
[1028/1277] Compiling aes-gcm-avx10-x86_64-apple.S
[1029/1277] Compiling x_req.cc
[1030/1277] Compiling x_val.cc
[1031/1277] Compiling c-nioatomics.c
[1032/1277] Compiling x_sig.cc
[1033/1277] Compiling c-atomics.c
[1034/1277] Compiling x_spki.cc
[1035/1277] Compiling x_x509a.cc
[1035/1277] Compiling x_x509.cc
[1037/1277] Compiling x_name.cc
[1038/1283] Compiling x_pubkey.cc
[1039/1283] Compiling x_exten.cc
[1040/1283] Compiling x_crl.cc
[1042/1283] Compiling NIOConcurrencyHelpers atomics.swift
[1043/1283] Compiling NIOConcurrencyHelpers NIOLock.swift
[1044/1283] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1045/1283] Compiling NIOConcurrencyHelpers lock.swift
[1046/1283] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1047/1283] Emitting module NIOConcurrencyHelpers
[1047/1284] Compiling x_attrib.cc
[1049/1284] Compiling x_all.cc
[1050/1284] Compiling x509spki.cc
[1051/1284] Compiling x_algor.cc
[1052/1284] Compiling x509rset.cc
[1053/1284] Compiling x509cset.cc
[1054/1310] Compiling x509_txt.cc
[1055/1310] Compiling x509name.cc
[1056/1310] Compiling x509_vpm.cc
[1058/1310] Compiling ConsoleKitTerminal Console+Wait.swift
[1059/1310] Compiling ConsoleKitTerminal ConsoleColor.swift
[1060/1310] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1060/1313] Compiling x509_v3.cc
[1061/1313] Compiling x509_vfy.cc
[1063/1313] Compiling ConsoleKitTerminal Console+Confirm.swift
[1064/1313] Compiling ConsoleKitTerminal Console+Input.swift
[1065/1313] Compiling ConsoleKitTerminal Console+Center.swift
[1066/1313] Compiling ConsoleKitTerminal Console+Output.swift
[1067/1313] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1068/1313] Compiling ConsoleKitTerminal ConsoleClear.swift
[1069/1313] Compiling ConsoleKitTerminal Console+Ask.swift
[1070/1313] Compiling ConsoleKitTerminal Console+Choose.swift
[1070/1313] Compiling x509_trs.cc
[1072/1313] Emitting module ConsoleKitTerminal
[1073/1313] Compiling ConsoleKitTerminal CustomActivity.swift
[1074/1313] Compiling ConsoleKitTerminal LoadingBar.swift
[1075/1313] Compiling ConsoleKitTerminal ProgressBar.swift
[1076/1313] Compiling ConsoleKitTerminal Console+Clear.swift
[1077/1313] Compiling ConsoleKitTerminal ActivityBar.swift
[1078/1313] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1079/1313] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1080/1313] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1080/1313] Compiling x509_set.cc
[1081/1313] Compiling x509_lu.cc
[1083/1313] Compiling ConsoleKitTerminal Console.swift
[1084/1313] Compiling ConsoleKitTerminal Terminal.swift
[1085/1313] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1086/1313] Compiling ConsoleKitTerminal ConsoleText.swift
[1087/1313] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1088/1313] Compiling ConsoleKitTerminal ANSI.swift
[1088/1313] Compiling x509_obj.cc
[1089/1313] Compiling x509_d2.cc
[1090/1313] Compiling x509_req.cc
[1091/1313] Compiling x509_ext.cc
[1093/1313] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1094/1313] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1095/1313] Compiling ConsoleKitTerminal LoggerFragment.swift
[1095/1314] Compiling x509_def.cc
[1097/1314] Compiling x509_cmp.cc
[1098/1314] Compiling x509_att.cc
[1099/1336] Compiling v3_pcons.cc
[1100/1336] Compiling x509.cc
[1102/1336] Emitting module ConsoleKitCommands
[1103/1338] Compiling ConsoleKitCommands CommandSignature.swift
[1104/1338] Compiling ConsoleKitCommands Flag.swift
[1105/1338] Compiling ConsoleKitCommands Option.swift
[1105/1338] Compiling v3_utl.cc
[1107/1338] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1108/1338] Compiling ConsoleKitCommands AsyncCommand.swift
[1109/1338] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1109/1338] Compiling v3_skey.cc
[1111/1338] Compiling ConsoleKitCommands Command.swift
[1112/1338] Compiling ConsoleKitCommands CommandContext.swift
[1113/1338] Compiling ConsoleKitCommands CommandError.swift
[1114/1338] Compiling ConsoleKitCommands AsyncCommands.swift
[1115/1338] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1116/1338] Compiling ConsoleKitCommands AnyCommand.swift
[1116/1338] Compiling v3_prn.cc
[1118/1338] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1119/1338] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1120/1338] Compiling ConsoleKitCommands Argument.swift
[1120/1338] Compiling v3_pmaps.cc
[1121/1338] Compiling v3_purp.cc
[1123/1338] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1124/1338] Compiling ConsoleKitCommands Utilities.swift
[1124/1338] Compiling v3_ocsp.cc
[1125/1338] Compiling v3_ncons.cc
[1126/1338] Compiling v3_ia5.cc
[1127/1338] Compiling v3_int.cc
[1129/1338] Compiling ConsoleKitCommands Console+Run.swift
[1130/1338] Compiling ConsoleKitCommands ConsoleError.swift
[1131/1338] Compiling ConsoleKitCommands Completion.swift
[1132/1338] Compiling ConsoleKitCommands CommandGroup.swift
[1133/1338] Compiling ConsoleKitCommands CommandInput.swift
[1134/1338] Compiling ConsoleKitCommands Commands.swift
[1134/1339] Compiling v3_info.cc
[1135/1339] Compiling v3_lib.cc
[1137/1339] Compiling v3_genn.cc
[1138/1341] Compiling v3_enum.cc
[1140/1341] Emitting module ConsoleKit
[1141/1341] Compiling ConsoleKit Exports.swift
[1141/1342] Compiling v3_extku.cc
[1143/1342] Compiling v3_crld.cc
[1144/1342] Compiling v3_cpols.cc
[1144/1342] Compiling v3_bcons.cc
[1146/1342] Compiling v3_bitst.cc
[1147/1342] Compiling v3_conf.cc
[1148/1342] Compiling v3_alt.cc
[1149/1342] Compiling v3_akeya.cc
[1150/1342] Compiling v3_akey.cc
[1151/1342] Compiling t_x509a.cc
[1152/1342] Compiling t_x509.cc
[1153/1342] Compiling t_req.cc
[1154/1342] Compiling t_crl.cc
[1155/1342] Compiling rsa_pss.cc
[1156/1342] Compiling i2d_pr.cc
[1157/1342] Compiling name_print.cc
[1158/1342] Compiling policy.cc
[1159/1342] Compiling asn1_gen.cc
[1160/1342] Compiling by_dir.cc
[1161/1342] Compiling by_file.cc
[1162/1342] Compiling algorithm.cc
[1163/1342] Compiling a_sign.cc
[1164/1342] Compiling voprf.cc
[1165/1342] Compiling a_digest.cc
[1166/1342] Compiling trust_token.cc
[1167/1342] Compiling a_verify.cc
[1168/1342] Compiling thread_win.cc
[1169/1342] Compiling thread_pthread.cc
[1170/1342] Compiling wots.cc
[1171/1342] Compiling thread_none.cc
[1172/1342] Compiling thread.cc
[1173/1342] Compiling stack.cc
[1174/1342] Compiling pmbtoken.cc
[1175/1342] Compiling thash.cc
[1176/1342] Compiling merkle.cc
[1177/1342] Compiling sha1.cc
[1178/1342] Compiling fors.cc
[1179/1342] Compiling slhdsa.cc
[1180/1342] Compiling siphash.cc
[1181/1342] Compiling sha256.cc
[1182/1342] Compiling sha512.cc
[1183/1342] Compiling rsa_print.cc
[1184/1342] Compiling rsa_extra.cc
[1185/1342] Compiling rc4.cc
[1186/1342] Compiling rsa_crypt.cc
[1187/1342] Compiling rsa_asn1.cc
[1188/1342] Compiling windows.cc
[1189/1342] Compiling urandom.cc
[1190/1342] Compiling trusty.cc
[1191/1342] Compiling refcount.cc
[1192/1342] Compiling ios.cc
[1193/1342] Compiling rand_extra.cc
[1194/1342] Compiling poly1305_arm_asm.S
[1195/1342] Compiling deterministic.cc
[1196/1342] Compiling passive.cc
[1197/1342] Compiling forkunsafe.cc
[1198/1342] Compiling fork_detect.cc
[1199/1342] Compiling getentropy.cc
[1200/1342] Compiling poly1305_vec.cc
[1201/1342] Compiling poly1305_arm.cc
[1202/1342] Compiling pool.cc
[1203/1342] Compiling poly1305.cc
[1204/1342] Compiling pkcs7.cc
[1205/1342] Compiling pkcs8.cc
[1206/1342] Compiling p5_pbev2.cc
[1207/1342] Compiling pem_xaux.cc
[1208/1342] Compiling pkcs8_x509.cc
[1209/1342] Compiling pkcs7_x509.cc
[1210/1342] Compiling pem_x509.cc
[1211/1342] Compiling pem_pkey.cc
[1212/1342] Compiling pem_pk8.cc
[1213/1342] Compiling pem_info.cc
[1214/1342] Compiling obj_xref.cc
[1215/1342] Compiling pem_oth.cc
[1216/1342] Compiling mlkem.cc
[1217/1342] Compiling pem_all.cc
[1218/1342] Compiling pem_lib.cc
[1219/1342] Compiling obj.cc
[1220/1342] Compiling poly_rq_mul.S
[1221/1342] Compiling mldsa.cc
[1222/1342] Compiling fips_shared_support.cc
[1223/1342] Compiling md4.cc
[1224/1342] Compiling mem.cc
[1225/1342] Compiling md5.cc
[1226/1342] Compiling lhash.cc
[1227/1342] Compiling kyber.cc
[1228/1342] Compiling ex_data.cc
[1229/1342] Compiling hpke.cc
[1230/1342] Compiling hrss.cc
[1231/1342] Compiling scrypt.cc
[1232/1342] Compiling sign.cc
[1233/1342] Compiling print.cc
[1234/1342] Compiling p_x25519.cc
[1235/1342] Compiling pbkdf.cc
[1236/1342] Compiling p_rsa_asn1.cc
[1237/1342] Compiling p_x25519_asn1.cc
[1238/1342] Compiling p_hkdf.cc
[1239/1342] Compiling p_rsa.cc
[1240/1342] Compiling p_ed25519_asn1.cc
[1241/1342] Compiling p_ed25519.cc
[1242/1342] Compiling p_ec_asn1.cc
[1243/1342] Compiling p_ec.cc
[1244/1342] Compiling p_dh_asn1.cc
[1245/1342] Compiling p_dsa_asn1.cc
[1246/1342] Compiling p_dh.cc
[1247/1342] Compiling evp_ctx.cc
[1248/1342] Compiling evp.cc
[1249/1342] Compiling err.cc
[1250/1342] Compiling evp_asn1.cc
[1251/1342] Compiling engine.cc
[1252/1342] Compiling ecdh_extra.cc
[1253/1342] Compiling ecdsa_asn1.cc
[1254/1342] Compiling hash_to_curve.cc
[1255/1342] Compiling dsa.cc
[1256/1342] Compiling ec_derive.cc
[1257/1342] Compiling dsa_asn1.cc
[1258/1342] Compiling ec_asn1.cc
[1259/1342] Compiling bcm.cc
[1260/1342] Compiling x25519-asm-arm.S
[1261/1342] Compiling params.cc
[1262/1342] Compiling dh_asn1.cc
[1263/1342] Compiling digest_extra.cc
[1264/1342] Compiling spake25519.cc
[1265/1342] Compiling curve25519_64_adx.cc
[1266/1342] Compiling des.cc
[1267/1342] Compiling crypto.cc
[1268/1342] Compiling cpu_intel.cc
[1269/1342] Compiling curve25519.cc
[1270/1342] Compiling cpu_arm_linux.cc
[1271/1342] Compiling cpu_arm_freebsd.cc
[1272/1342] Compiling cpu_aarch64_win.cc
[1273/1342] Compiling cpu_aarch64_openbsd.cc
[1274/1342] Compiling cpu_aarch64_sysreg.cc
[1275/1342] Compiling cpu_aarch64_linux.cc
[1276/1342] Compiling cpu_aarch64_fuchsia.cc
[1277/1342] Compiling e_tls.cc
[1278/1342] Compiling cpu_aarch64_apple.cc
[1279/1342] Compiling conf.cc
[1280/1342] Compiling tls_cbc.cc
[1281/1342] Compiling e_rc4.cc
[1282/1342] Compiling e_rc2.cc
[1283/1342] Compiling e_null.cc
[1284/1342] Compiling e_des.cc
[1285/1342] Compiling e_chacha20poly1305.cc
[1286/1342] Compiling e_aesctrhmac.cc
[1287/1342] Compiling cipher_extra.cc
[1288/1342] Compiling derive_key.cc
[1289/1342] Compiling e_aesgcmsiv.cc
[1290/1342] Compiling chacha.cc
[1291/1342] Compiling unicode.cc
[1292/1342] Compiling buf.cc
[1293/1342] Compiling cbs.cc
[1294/1342] Compiling cbb.cc
[1295/1342] Compiling asn1_compat.cc
[1296/1342] Compiling convert.cc
[1297/1342] Compiling ber.cc
[1298/1342] Compiling blake2.cc
[1299/1342] Compiling printf.cc
[1300/1342] Compiling bn_asn1.cc
[1301/1342] Compiling pair.cc
[1302/1342] Compiling hexdump.cc
[1303/1342] Compiling file.cc
[1304/1342] Compiling errno.cc
[1305/1342] Compiling fd.cc
[1306/1342] Compiling bio_mem.cc
[1307/1342] Compiling base64.cc
[1308/1342] Compiling bio.cc
[1309/1342] Compiling tasn_typ.cc
[1310/1342] Compiling tasn_enc.cc
[1311/1342] Compiling tasn_utl.cc
[1312/1342] Compiling tasn_fre.cc
[1313/1342] Compiling asn1_par.cc
[1314/1342] Compiling tasn_new.cc
[1315/1342] Compiling posix_time.cc
[1316/1342] Compiling a_utctm.cc
[1317/1342] Compiling f_string.cc
[1318/1342] Compiling f_int.cc
[1319/1342] Compiling tasn_dec.cc
[1320/1342] Compiling a_strnid.cc
[1321/1342] Compiling asn_pack.cc
[1322/1342] Compiling asn1_lib.cc
[1323/1342] Compiling a_type.cc
[1324/1342] Compiling a_int.cc
[1325/1342] Compiling a_octet.cc
[1326/1342] Compiling a_time.cc
[1327/1342] Compiling a_strex.cc
[1328/1342] Compiling a_object.cc
[1329/1342] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1330/1342] Write sources
[1331/1342] Compiling a_mbstr.cc
[1332/1342] Write sources
[1333/1342] Compiling a_d2i_fp.cc
[1334/1342] Write sources
[1337/1342] Compiling a_dup.cc
[1338/1342] Compiling a_i2d_fp.cc
[1339/1439] Compiling a_gentm.cc
[1340/1439] Compiling a_bool.cc
[1342/1439] Compiling Atomics ManagedAtomic.swift
[1343/1439] Compiling Atomics ManagedAtomicLazyReference.swift
[1344/1439] Compiling Atomics UnsafeAtomic.swift
[1345/1439] Compiling Atomics UnsafeAtomicLazyReference.swift
[1345/1441] Compiling a_bitstr.cc
[1347/1441] Compiling Atomics AtomicMemoryOrderings.swift
[1348/1441] Compiling Atomics DoubleWord.swift
[1349/1449] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1350/1449] Compiling BitCollections BitSet+CustomReflectable.swift
[1351/1449] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1352/1449] Compiling BitCollections BitSet+Equatable.swift
[1353/1449] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1354/1449] Compiling BitCollections BitSet+Extras.swift
[1355/1449] Compiling BitCollections BitSet+Hashable.swift
[1356/1456] Compiling Atomics IntegerOperations.swift
[1357/1456] Compiling Atomics Unmanaged extensions.swift
[1358/1456] Compiling Atomics Primitives.shims.swift
[1359/1456] Compiling Atomics AtomicInteger.swift
[1360/1456] Compiling Atomics AtomicOptionalWrappable.swift
[1361/1456] Compiling Atomics AtomicReference.swift
[1362/1456] Compiling Atomics AtomicStorage.swift
[1363/1456] Compiling Atomics AtomicValue.swift
[1364/1456] Compiling BitCollections BitSet+Initializers.swift
[1365/1456] Compiling BitCollections BitSet+Invariants.swift
[1366/1456] Compiling BitCollections BitSet+Random.swift
[1367/1456] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1368/1456] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1369/1456] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1370/1456] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1371/1456] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1372/1456] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1373/1456] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1374/1456] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1375/1456] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1376/1456] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1377/1456] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1378/1456] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1379/1456] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1380/1456] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1381/1456] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1382/1456] Compiling BitCollections BitSet+SetAlgebra union.swift
[1383/1456] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1384/1456] Compiling BitCollections BitSet.Counted.swift
[1387/1456] Compiling BitCollections BitArray._UnsafeHandle.swift
[1388/1456] Compiling Algorithms Split.swift
[1389/1456] Compiling Algorithms Stride.swift
[1390/1456] Compiling Algorithms Suffix.swift
[1391/1459] Emitting module BitCollections
[1392/1459] Compiling Atomics OptionalRawRepresentable.swift
[1393/1459] Compiling Atomics RawRepresentable.swift
[1394/1459] Compiling Atomics AtomicBool.swift
[1398/1459] Compiling Atomics IntegerConformances.swift
[1399/1459] Compiling Atomics PointerConformances.swift
[1400/1459] Compiling Atomics Primitives.native.swift
[1422/1459] Compiling CryptoBoringWrapper RandomBytes.swift
[1423/1459] Compiling BitCollections BitSet.Index.swift
[1424/1459] Compiling BitCollections BitSet._UnsafeHandle.swift
[1425/1459] Compiling BitCollections BitSet.swift
[1426/1459] Compiling BitCollections Range+Utilities.swift
[1427/1459] Compiling BitCollections Slice+Utilities.swift
[1428/1459] Compiling BitCollections UInt+Tricks.swift
[1429/1459] Compiling BitCollections _Word.swift
[1439/1460] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1440/1460] Compiling Algorithms Trim.swift
[1441/1460] Compiling Algorithms Unique.swift
[1442/1460] Compiling Algorithms Windows.swift
[1443/1462] Emitting module Collections
[1444/1462] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1445/1462] Emitting module CryptoBoringWrapper
[1446/1462] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1447/1462] Compiling Collections Collections.swift
[1448/1463] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1449/1463] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1450/1463] Compiling CryptoBoringWrapper EllipticCurve.swift
[1457/1464] Emitting module Atomics
[1458/1535] Compiling Crypto AES-GCM.swift
[1459/1535] Compiling Crypto AES-GCM_boring.swift
[1460/1535] Compiling Crypto ChaChaPoly_boring.swift
[1461/1535] Compiling Crypto ASN1.swift
[1462/1535] Compiling Crypto ASN1Any.swift
[1463/1535] Compiling Crypto ASN1BitString.swift
[1465/1596] Emitting module Algorithms
[1467/1597] Compiling NIOCore MarkedCircularBuffer.swift
[1468/1597] Compiling NIOCore MulticastChannel.swift
[1469/1597] Compiling NIOCore NIOAny.swift
[1470/1597] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1471/1597] Compiling NIOCore NIOLoopBound.swift
[1472/1597] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1473/1597] Compiling NIOCore NIOScheduledCallback.swift
[1474/1597] Compiling NIOCore NIOSendable.swift
[1475/1597] Compiling NIOCore RecvByteBufferAllocator.swift
[1476/1597] Compiling Crypto X25519Keys.swift
[1477/1597] Compiling Crypto SymmetricKeys.swift
[1478/1597] Compiling Crypto HMAC.swift
[1479/1597] Compiling Crypto MACFunctions.swift
[1480/1597] Compiling Crypto MessageAuthenticationCode.swift
[1481/1597] Compiling Crypto AES.swift
[1482/1597] Compiling Crypto ECDSASignature_boring.swift
[1483/1597] Compiling Crypto ECDSA_boring.swift
[1484/1597] Compiling Crypto EdDSA_boring.swift
[1485/1597] Compiling Crypto ECDSA.swift
[1486/1597] Compiling Crypto Ed25519.swift
[1487/1606] Emitting module Crypto
[1488/1606] Compiling NIOCore ConvenienceOptionSupport.swift
[1489/1606] Compiling NIOCore DeadChannel.swift
[1490/1606] Compiling NIOCore DispatchQueue+WithFuture.swift
[1491/1606] Compiling NIOCore EventLoop+Deprecated.swift
[1492/1606] Compiling NIOCore EventLoop+SerialExecutor.swift
[1493/1606] Compiling NIOCore EventLoop.swift
[1494/1606] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1495/1606] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1496/1606] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1497/1606] Compiling NIOCore EventLoopFuture.swift
[1506/1614] Compiling NIOCore FileDescriptor.swift
[1507/1614] Compiling NIOCore FileHandle.swift
[1508/1614] Compiling NIOCore FileRegion.swift
[1509/1614] Compiling NIOCore GlobalSingletons.swift
[1510/1614] Compiling NIOCore ByteBuffer-multi-int.swift
[1511/1614] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1512/1614] Compiling NIOCore ByteBuffer-views.swift
[1513/1614] Compiling NIOCore Channel.swift
[1514/1614] Compiling NIOCore ChannelHandler.swift
[1515/1614] Compiling NIOCore ChannelHandlers.swift
[1516/1614] Compiling NIOCore ChannelInvoker.swift
[1517/1614] Compiling NIOCore ChannelOption.swift
[1518/1614] Compiling NIOCore ChannelPipeline.swift
[1519/1614] Compiling NIOCore IO.swift
[1520/1614] Compiling NIOCore IOData.swift
[1521/1614] Compiling NIOCore IPProtocol.swift
[1522/1614] Compiling NIOCore IntegerBitPacking.swift
[1523/1614] Compiling NIOCore IntegerTypes.swift
[1524/1614] Compiling NIOCore Interfaces.swift
[1525/1614] Compiling NIOCore Linux.swift
[1526/1614] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1527/1614] Compiling NIOCore BSDSocketAPI.swift
[1528/1614] Compiling NIOCore ByteBuffer-aux.swift
[1529/1614] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1530/1614] Compiling NIOCore ByteBuffer-conversions.swift
[1531/1614] Compiling NIOCore ByteBuffer-core.swift
[1532/1614] Compiling NIOCore ByteBuffer-hex.swift
[1533/1614] Compiling NIOCore ByteBuffer-int.swift
[1534/1614] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1535/1614] Compiling NIOCore AddressedEnvelope.swift
[1536/1614] Compiling NIOCore AsyncAwaitSupport.swift
[1537/1614] Compiling NIOCore AsyncChannel.swift
[1538/1614] Compiling NIOCore AsyncChannelHandler.swift
[1539/1614] Compiling NIOCore AsyncChannelInboundStream.swift
[1540/1614] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1541/1614] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1542/1614] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1543/1614] Compiling NIOCore NIOAsyncWriter.swift
[1544/1614] Compiling NIOCore CircularBuffer.swift
[1545/1614] Compiling NIOCore Codec.swift
[1562/1614] Compiling Crypto Signature.swift
[1563/1614] Compiling Crypto CryptoKitErrors_boring.swift
[1564/1614] Compiling Crypto RNG_boring.swift
[1565/1614] Compiling Crypto SafeCompare_boring.swift
[1566/1614] Compiling Crypto Zeroization_boring.swift
[1567/1614] Compiling Crypto PrettyBytes.swift
[1568/1614] Compiling Crypto SafeCompare.swift
[1569/1614] Compiling Crypto SecureBytes.swift
[1570/1614] Compiling Crypto Zeroization.swift
[1580/1615] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1581/1615] Compiling NIOCore SocketAddresses.swift
[1582/1615] Compiling NIOCore SocketOptionProvider.swift
[1583/1615] Compiling NIOCore SystemCallHelpers.swift
[1584/1615] Compiling NIOCore TimeAmount+Duration.swift
[1585/1615] Compiling NIOCore TypeAssistedChannelHandler.swift
[1586/1615] Compiling NIOCore UniversalBootstrapSupport.swift
[1587/1615] Compiling NIOCore Utilities.swift
[1597/1615] Emitting module NIOCore
[1617/1668] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1618/1668] Emitting module NIOHTTPTypes
[1620/1669] Emitting module NIOEmbedded
[1621/1669] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1622/1669] Compiling NIOEmbedded AsyncTestingChannel.swift
[1623/1669] Compiling NIOEmbedded Embedded.swift
[1625/1670] Emitting module NIOPosix
[1626/1676] Compiling NIOPosix Pool.swift
[1627/1676] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1628/1676] Compiling NIOPosix PosixSingletons.swift
[1629/1676] Compiling NIOPosix RawSocketBootstrap.swift
[1630/1676] Compiling NIOPosix Resolver.swift
[1631/1676] Compiling NIOPosix Selectable.swift
[1632/1676] Compiling NIOPosix ServerSocket.swift
[1633/1676] Compiling NIOPosix Socket.swift
[1634/1676] Compiling NIOPosix SocketChannel.swift
[1635/1676] Compiling NIOPosix SocketProtocols.swift
[1636/1676] Compiling NIOPosix System.swift
[1637/1676] Compiling NIOPosix Thread.swift
[1638/1676] Compiling NIOPosix SelectableChannel.swift
[1639/1676] Compiling NIOPosix SelectableEventLoop.swift
[1640/1676] Compiling NIOPosix SelectorEpoll.swift
[1641/1676] Compiling NIOPosix SelectorGeneric.swift
[1642/1676] Compiling NIOPosix SelectorKqueue.swift
[1643/1676] Compiling NIOPosix SelectorUring.swift
[1644/1676] Compiling NIOPosix ThreadPosix.swift
[1645/1676] Compiling NIOPosix ThreadWindows.swift
[1646/1676] Compiling NIOPosix UnsafeTransfer.swift
[1647/1676] Compiling NIOPosix Utilities.swift
[1648/1676] Compiling NIOPosix VsockAddress.swift
[1649/1676] Compiling NIOPosix VsockChannelEvents.swift
[1650/1676] Compiling NIOPosix IO.swift
[1651/1676] Compiling NIOPosix IntegerBitPacking.swift
[1652/1676] Compiling NIOPosix IntegerTypes.swift
[1653/1676] Compiling NIOPosix Linux.swift
[1654/1676] Compiling NIOPosix LinuxCPUSet.swift
[1655/1676] Compiling NIOPosix LinuxUring.swift
[1656/1676] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1657/1676] Compiling NIOPosix NIOThreadPool.swift
[1658/1676] Compiling NIOPosix NonBlockingFileIO.swift
[1659/1676] Compiling NIOPosix PendingDatagramWritesManager.swift
[1660/1676] Compiling NIOPosix PendingWritesManager.swift
[1661/1676] Compiling NIOPosix PipeChannel.swift
[1662/1676] Compiling NIOPosix PipePair.swift
[1663/1676] Compiling NIOPosix BSDSocketAPICommon.swift
[1664/1676] Compiling NIOPosix BSDSocketAPIPosix.swift
[1665/1676] Compiling NIOPosix BSDSocketAPIWindows.swift
[1666/1676] Compiling NIOPosix BaseSocket.swift
[1667/1676] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1668/1676] Compiling NIOPosix BaseSocketChannel.swift
[1669/1676] Compiling NIOPosix BaseStreamSocketChannel.swift
[1670/1676] Compiling NIOPosix Bootstrap.swift
[1671/1676] Compiling NIOPosix ControlMessage.swift
[1672/1676] Compiling NIOPosix DatagramVectorReadManager.swift
[1673/1676] Compiling NIOPosix Errors+Any.swift
[1674/1676] Compiling NIOPosix FileDescriptor.swift
[1675/1676] Compiling NIOPosix GetaddrinfoResolver.swift
[1676/1676] Compiling NIOPosix HappyEyeballs.swift
[1678/1731] Compiling NIO Exports.swift
[1679/1736] Emitting module NIO
[1681/1742] Compiling _NIOFileSystem FileInfo.swift
[1682/1742] Compiling _NIOFileSystem FileSystem.swift
[1683/1742] Compiling _NIOFileSystem ParallelDirCopy.swift
[1684/1778] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1685/1778] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1686/1778] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1687/1778] Compiling NIOTLS TLSEvents.swift
[1688/1778] Emitting module NIOTLS
[1689/1778] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1690/1778] Compiling NIOSOCKS AuthenticationMethod.swift
[1691/1778] Compiling NIOSOCKS ClientGreeting.swift
[1692/1778] Compiling NIOSOCKS SOCKSClientHandler.swift
[1693/1778] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1694/1778] Compiling NIOSOCKS Errors.swift
[1695/1782] Compiling NIOSOCKS SOCKSResponse.swift
[1696/1783] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1697/1783] Compiling NIOSOCKS ClientStateMachine.swift
[1698/1783] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1699/1783] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1701/1783] Compiling NIOSOCKS Helpers.swift
[1704/1783] Compiling NIOSOCKS ServerStateMachine.swift
[1705/1783] Emitting module NIOSOCKS
[1708/1783] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1709/1783] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1710/1783] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1711/1783] Compiling _NIOFileSystem FileChunks.swift
[1712/1783] Compiling _NIOFileSystem FileHandle.swift
[1713/1783] Compiling _NIOFileSystem FileHandleProtocol.swift
[1714/1783] Emitting module _NIOFileSystem
[1715/1783] Compiling NIOSOCKS Messages.swift
[1716/1783] Compiling NIOSOCKS SOCKSRequest.swift
[1720/1786] Emitting module NIOHTTP1
[1721/1786] Emitting module NIOFoundationCompat
[1722/1786] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1723/1787] Compiling NIOTLS SNIHandler.swift
[1726/1788] Compiling AsyncKit Optional+StrictMap.swift
[1727/1788] Compiling AsyncKit Exports.swift
[1731/1788] Compiling _NIOFileSystem CInterop.swift
[1732/1788] Compiling _NIOFileSystem Errno.swift
[1733/1788] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1734/1788] Compiling _NIOFileSystem Mocking.swift
[1735/1788] Compiling _NIOFileSystem Syscall.swift
[1736/1788] Compiling _NIOFileSystem Syscalls.swift
[1737/1788] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1738/1788] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1739/1788] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1740/1788] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1741/1839] Compiling NIOSSL NIOSSLHandler.swift
[1742/1839] Compiling NIOSSL SSLContext.swift
[1743/1839] Compiling NIOSSL SSLCallbacks.swift
[1744/1839] Compiling NIOSSL SSLPrivateKey.swift
[1745/1839] Compiling NIOSSL SSLPublicKey.swift
[1746/1839] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1747/1839] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1748/1839] Compiling NIOSSL SSLCertificate.swift
[1749/1841] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1750/1841] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1751/1841] Compiling NIOSSL NIOSSLServerHandler.swift
[1752/1841] Compiling NIOSSL ObjectIdentifier.swift
[1753/1841] Compiling NIOSSL PosixPort.swift
[1754/1841] Emitting module NIOTransportServices
[1755/1841] Compiling NIOSSL SSLInit.swift
[1756/1841] Compiling NIOSSL SSLPKCS12Bundle.swift
[1757/1841] Compiling NIOSSL AndroidCABundle.swift
[1758/1841] Compiling NIOSSL ByteBufferBIO.swift
[1759/1841] Compiling NIOSSL CustomPrivateKey.swift
[1760/1841] Compiling NIOSSL IdentityVerification.swift
[1766/1841] Compiling NIOSSL NIOSSLSecureBytes.swift
[1767/1841] Compiling NIOSSL RNG.swift
[1768/1841] Compiling NIOSSL SafeCompare.swift
[1769/1841] Compiling _NIOFileSystem TokenBucket.swift
[1770/1841] Compiling _NIOFileSystem UnsafeTransfer.swift
[1773/1841] Compiling NIOSSL SSLErrors.swift
[1774/1841] Compiling NIOSSL LinuxCABundle.swift
[1775/1841] Compiling NIOSSL NIOSSLClientHandler.swift
[1776/1841] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1784/1842] Emitting module AsyncKit
[1785/1842] Compiling _NIOFileSystem SystemFileHandle.swift
[1786/1842] Compiling _NIOFileSystem Utilities.swift
[1787/1842] Compiling _NIOFileSystem OpenOptions.swift
[1788/1842] Compiling _NIOFileSystem String+FileSystem.swift
[1811/1848] Compiling NIOSSL SubjectAlternativeName.swift
[1816/1898] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1817/1898] Compiling NIOExtras NIOExtrasError.swift
[1818/1898] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1819/1898] Compiling NIOExtras LengthFieldPrepender.swift
[1820/1917] Compiling NIOHPACK IntegerCoding.swift
[1821/1918] Compiling NIOHPACK IndexedHeaderTable.swift
[1822/1918] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1823/1919] Emitting module NIOHTTPTypesHTTP1
[1824/1919] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1825/1919] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1826/1919] Compiling NIOWebSocket WebSocketOpcode.swift
[1827/1919] Compiling NIOHPACK HuffmanCoding.swift
[1828/1919] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1829/1919] Compiling MultipartKit FormDataDecoder.swift
[1833/1921] Compiling NIOSSL SSLConnection.swift
[1834/1921] Compiling MultipartKit MultipartError.swift
[1835/1921] Compiling MultipartKit Exports.swift
[1836/1921] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1837/1921] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1838/1921] Compiling MultipartKit MultipartParser.swift
[1839/1921] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1840/1921] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1841/1921] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1842/1921] Emitting module NIOSSL
[1843/1921] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1844/1921] Compiling NIOHTTPCompression HTTPDecompression.swift
[1846/1921] Compiling MultipartKit MultipartPart.swift
[1847/1921] Compiling NIOHPACK StaticHeaderTable.swift
[1848/1921] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1849/1921] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1850/1921] Emitting module NIOHTTPCompression
[1851/1921] Compiling NIOHTTPCompression HTTPCompression.swift
[1852/1921] Compiling NIOHPACK HuffmanTables.swift
[1854/1921] Compiling NIOExtras UnsafeTransfer.swift
[1855/1923] Emitting module MultipartKit
[1856/1924] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1857/1924] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1858/1924] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1859/1924] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1861/1925] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1862/1925] Compiling MultipartKit BasicCodingKey.swift
[1864/1925] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1865/1925] Compiling MultipartKit FormDataEncoder.swift
[1868/1925] Emitting module NIOWebSocket
[1871/1925] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1872/1925] Emitting module NIOHPACK
[1884/1925] Emitting module NIOExtras
[1885/1925] Compiling NIOWebSocket WebSocketFrame.swift
[1890/1929] Compiling MultipartKit Storage.swift
[1891/1929] Compiling MultipartKit MultipartFormData.swift
[1907/1932] Emitting module _NIOFileSystemFoundationCompat
[1908/1932] Compiling MultipartKit MultipartSerializer.swift
[1909/1932] Compiling MultipartKit Utilities.swift
[1910/1933] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1913/1933] Compiling NIOFileSystem Exports.swift
[1914/1933] Emitting module NIOFileSystem
[1915/1934] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1916/1993] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1917/1993] Compiling NIOHTTP2 HTTP2PingData.swift
[1918/1993] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1919/1993] Compiling NIOHTTP2 HTTP2Settings.swift
[1923/1994] Compiling NIOHTTP2 MaySendFrames.swift
[1924/1994] Compiling NIOHTTP2 SendingDataState.swift
[1926/1995] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1927/1995] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1928/1995] Compiling NIOHTTP2 HasLocalSettings.swift
[1929/1995] Compiling NIOHTTP2 HasRemoteSettings.swift
[1930/1995] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1931/1995] Compiling NIOHTTP2 QuiescingState.swift
[1932/1995] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1933/1995] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1934/2011] Compiling WebSocketKit WebSocket+Connect.swift
[1935/2011] Compiling WebSocketKit Exports.swift
[1936/2011] Compiling WebSocketKit WebSocketHandler.swift
[1937/2011] Compiling WebSocketKit WebSocket.swift
[1938/2011] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1939/2011] Compiling WebSocketKit WebSocket+Concurrency.swift
[1940/2011] Emitting module WebSocketKit
[1941/2011] Compiling WebSocketKit WebSocketClient.swift
[1945/2012] Compiling NIOHTTP2 SendingGoawayState.swift
[1946/2012] Compiling NIOHTTP2 SendingHeadersState.swift
[1947/2012] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1948/2012] Compiling NIOHTTP2 SendingRstStreamState.swift
[1949/2012] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1950/2012] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1951/2012] Compiling NIOHTTP2 InboundWindowManager.swift
[1952/2012] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1953/2012] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1954/2012] Compiling NIOHTTP2 StreamChannelList.swift
[1955/2012] Compiling NIOHTTP2 StreamMap.swift
[1956/2012] Compiling NIOHTTP2 StreamStateMachine.swift
[1957/2012] Compiling NIOHTTP2 UnsafeTransfer.swift
[1958/2012] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1959/2012] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1960/2012] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1961/2012] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1962/2012] Compiling NIOHTTP2 HTTP2StreamID.swift
[1963/2012] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1964/2012] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1965/2012] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1966/2012] Compiling NIOHTTP2 InboundEventBuffer.swift
[1967/2012] Emitting module NIOHTTP2
[1968/2012] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1969/2012] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1970/2012] Compiling NIOHTTP2 MayReceiveFrames.swift
[1971/2012] Compiling NIOHTTP2 ReceivingDataState.swift
[1972/2012] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1973/2012] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1974/2012] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1975/2012] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1976/2012] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1977/2012] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1978/2012] Compiling NIOHTTP2 HTTP2Frame.swift
[1979/2012] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1984/2012] Compiling NIOHTTP2 HTTP2Stream.swift
[1998/2013] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1999/2013] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2000/2013] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2001/2013] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2002/2013] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2003/2013] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2004/2013] Compiling NIOHTTP2 HTTP2Error.swift
[2005/2013] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2006/2013] Compiling NIOHTTP2 StateMachineResult.swift
[2007/2013] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2008/2013] Compiling NIOHTTP2 DOSHeuristics.swift
[2009/2013] Compiling NIOHTTP2 Error+Any.swift
[2010/2013] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2011/2013] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2012/2013] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2013/2013] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2015/2074] Emitting module AsyncHTTPClient
[2016/2082] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2017/2082] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2018/2082] Compiling AsyncHTTPClient Transaction.swift
[2019/2082] Compiling AsyncHTTPClient Base64.swift
[2020/2082] Compiling AsyncHTTPClient BasicAuth.swift
[2021/2082] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2022/2082] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2023/2082] Compiling AsyncHTTPClient ConnectionPool.swift
[2024/2082] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2025/2082] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2026/2082] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2027/2082] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2028/2082] Compiling AsyncHTTPClient HTTP1Connection.swift
[2029/2082] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2030/2082] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2031/2082] Compiling AsyncHTTPClient HTTP2Connection.swift
[2032/2082] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2033/2082] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2034/2082] Compiling AsyncHTTPClient HTTPHandler.swift
[2035/2082] Compiling AsyncHTTPClient LRUCache.swift
[2036/2082] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2037/2082] Compiling AsyncHTTPClient NWErrorHandler.swift
[2038/2082] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2039/2082] Compiling AsyncHTTPClient TLSConfiguration.swift
[2040/2082] Compiling AsyncHTTPClient RedirectState.swift
[2041/2082] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2042/2082] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2043/2082] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2044/2082] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2045/2082] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2046/2082] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2047/2082] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2048/2082] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2049/2082] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2050/2082] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2051/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2052/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2053/2082] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2054/2082] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2055/2082] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2056/2082] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2057/2082] Compiling AsyncHTTPClient RequestBodyLength.swift
[2058/2082] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2059/2082] Compiling AsyncHTTPClient RequestBag.swift
[2060/2082] Compiling AsyncHTTPClient RequestValidation.swift
[2061/2082] Compiling AsyncHTTPClient SSLContextCache.swift
[2062/2082] Compiling AsyncHTTPClient Scheme.swift
[2063/2082] Compiling AsyncHTTPClient Singleton.swift
[2064/2082] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2065/2082] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2066/2082] Compiling AsyncHTTPClient Utils.swift
[2067/2082] Compiling AsyncHTTPClient ConnectionTarget.swift
[2068/2082] Compiling AsyncHTTPClient DeconstructedURL.swift
[2069/2082] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2070/2082] Compiling AsyncHTTPClient FoundationExtensions.swift
[2071/2082] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2072/2082] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2073/2082] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2074/2082] Compiling AsyncHTTPClient HTTPClient.swift
[2075/2082] Compiling AsyncHTTPClient RequestOptions.swift
[2076/2082] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2077/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2078/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2079/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2080/2082] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2081/2082] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2082/2082] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2084/2252] Compiling Vapor AsyncBasicResponder.swift
[2085/2252] Compiling Vapor AsyncMiddleware.swift
[2086/2252] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2087/2252] Compiling Vapor AsyncSessionDriver.swift
[2088/2252] Compiling Vapor Authentication+Concurrency.swift
[2089/2252] Compiling Vapor Cache+Concurrency.swift
[2090/2252] Compiling Vapor Client+Concurrency.swift
[2091/2252] Compiling Vapor RequestBody+Concurrency.swift
[2092/2252] Compiling Vapor Responder+Concurrency.swift
[2093/2252] Compiling Vapor ResponseCodable+Concurrency.swift
[2094/2252] Compiling Vapor RoutesBuilder+Concurrency.swift
[2095/2252] Compiling Vapor ViewRenderer+Concurrency.swift
[2096/2252] Compiling Vapor WebSocket+Concurrency.swift
[2097/2252] Compiling Vapor ContainerGetPathExecutor.swift
[2098/2252] Compiling Vapor Content.swift
[2099/2252] Compiling Vapor ContentCoders.swift
[2100/2252] Compiling Vapor ContentConfiguration.swift
[2101/2252] Compiling Vapor ContentContainer.swift
[2102/2252] Compiling Vapor JSONCoder+Custom.swift
[2103/2252] Compiling Vapor JSONCoders+Content.swift
[2104/2252] Compiling Vapor PlaintextDecoder.swift
[2105/2252] Compiling Vapor PlaintextEncoder.swift
[2106/2252] Compiling Vapor URLQueryCoders.swift
[2107/2252] Compiling Vapor URLQueryContainer.swift
[2108/2276] Compiling Vapor Core.swift
[2109/2276] Compiling Vapor Running.swift
[2110/2276] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2111/2276] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2112/2276] Compiling Vapor DotEnvFile+load.swift
[2113/2276] Compiling Vapor Routes+caseInsenstive.swift
[2114/2276] Compiling Vapor Validatable+validate.swift
[2115/2276] Compiling Vapor Environment+Process.swift
[2116/2276] Compiling Vapor Environment+Secret.swift
[2117/2276] Compiling Vapor Environment.swift
[2118/2276] Compiling Vapor Abort.swift
[2119/2276] Compiling Vapor AbortError.swift
[2120/2276] Compiling Vapor DebuggableError.swift
[2121/2276] Compiling Vapor Demangler.swift
[2122/2276] Compiling Vapor ErrorSource.swift
[2123/2276] Compiling Vapor StackTrace.swift
[2124/2276] Compiling Vapor Exports.swift
[2125/2276] Compiling Vapor Application+HTTP.swift
[2126/2276] Compiling Vapor BasicResponder.swift
[2127/2276] Compiling Vapor BodyStream.swift
[2128/2276] Compiling Vapor Application+HTTP+Client.swift
[2129/2276] Compiling Vapor EventLoopHTTPClient.swift
[2130/2276] Compiling Vapor EndpointCache.swift
[2131/2276] Compiling Vapor HTTPMethod+String.swift
[2132/2276] Compiling Vapor Application.swift
[2133/2276] Compiling Vapor AuthenticationCache.swift
[2134/2276] Compiling Vapor Authenticator.swift
[2135/2276] Compiling Vapor BasicAuthorization.swift
[2136/2276] Compiling Vapor BearerAuthorization.swift
[2137/2276] Compiling Vapor GuardMiddleware.swift
[2138/2276] Compiling Vapor RedirectMiddleware.swift
[2139/2276] Compiling Vapor SessionAuthenticatable.swift
[2140/2276] Compiling Vapor Bcrypt.swift
[2141/2276] Compiling Vapor Application+Cache.swift
[2142/2276] Compiling Vapor Cache.swift
[2143/2276] Compiling Vapor CacheExpirationTime.swift
[2144/2276] Compiling Vapor MemoryCache.swift
[2145/2276] Compiling Vapor Request+Cache.swift
[2146/2276] Compiling Vapor Application+Clients.swift
[2147/2276] Compiling Vapor Client.swift
[2148/2276] Compiling Vapor ClientRequest.swift
[2149/2276] Compiling Vapor ClientResponse.swift
[2150/2276] Compiling Vapor Request+Client.swift
[2151/2276] Compiling Vapor BootCommand.swift
[2152/2276] Compiling Vapor CommandContext+Application.swift
[2153/2276] Compiling Vapor RoutesCommand.swift
[2154/2276] Compiling Vapor ServeCommand.swift
[2155/2276] Compiling Vapor AnyResponse+Concurrency.swift
[2156/2300] Compiling Vapor Validator.swift
[2157/2300] Compiling Vapor ValidatorResult.swift
[2158/2300] Compiling Vapor And.swift
[2159/2300] Compiling Vapor Case.swift
[2160/2300] Compiling Vapor CharacterSet.swift
[2161/2300] Compiling Vapor Count.swift
[2162/2300] Compiling Vapor Custom.swift
[2163/2300] Compiling Vapor Email.swift
[2164/2300] Compiling Vapor Empty.swift
[2165/2300] Compiling Vapor In.swift
[2166/2300] Compiling Vapor Nil.swift
[2167/2300] Compiling Vapor NilIgnoring.swift
[2168/2300] Compiling Vapor Not.swift
[2169/2300] Compiling Vapor Or.swift
[2170/2300] Compiling Vapor Pattern.swift
[2171/2300] Compiling Vapor Range.swift
[2172/2300] Compiling Vapor URL.swift
[2173/2300] Compiling Vapor Valid.swift
[2174/2300] Compiling Vapor Application+Views.swift
[2175/2300] Compiling Vapor PlaintextRenderer.swift
[2176/2300] Compiling Vapor Request+View.swift
[2177/2300] Compiling Vapor View.swift
[2178/2300] Compiling Vapor ViewRenderer.swift
[2179/2300] Compiling Vapor _Deprecations.swift
[2180/2300] Emitting module Vapor
[2181/2300] Compiling Vapor Bytes+Hex.swift
[2182/2300] Compiling Vapor Bytes+SecureCompare.swift
[2183/2300] Compiling Vapor Collection+Safe.swift
[2184/2300] Compiling Vapor DataProtocol+Copy.swift
[2185/2300] Compiling Vapor DecoderUnwrapper.swift
[2186/2300] Compiling Vapor DirectoryConfiguration.swift
[2187/2300] Compiling Vapor DotEnv.swift
[2188/2300] Compiling Vapor Extendable.swift
[2189/2300] Compiling Vapor File.swift
[2190/2300] Compiling Vapor FileIO.swift
[2191/2300] Compiling Vapor LifecycleHandler.swift
[2192/2300] Compiling Vapor OptionalType.swift
[2193/2300] Compiling Vapor RFC1123.swift
[2194/2300] Compiling Vapor SocketAddress+Hostname.swift
[2195/2300] Compiling Vapor Storage.swift
[2196/2300] Compiling Vapor String+IsIPAddress.swift
[2197/2300] Compiling Vapor Thread.swift
[2198/2300] Compiling Vapor URI.swift
[2199/2300] Compiling Vapor RangeResult.swift
[2200/2300] Compiling Vapor Validatable.swift
[2201/2300] Compiling Vapor Validation.swift
[2202/2300] Compiling Vapor ValidationKey.swift
[2203/2300] Compiling Vapor Validations.swift
[2204/2300] Compiling Vapor ValidationsError.swift
[2205/2300] Compiling Vapor HTTPServerResponseEncoder.swift
[2206/2300] Compiling Vapor HTTPServerUpgradeHandler.swift
[2207/2300] Compiling Vapor Logger+Report.swift
[2208/2300] Compiling Vapor LoggingSystem+Environment.swift
[2209/2300] Compiling Vapor Application+Middleware.swift
[2210/2300] Compiling Vapor CORSMiddleware.swift
[2211/2300] Compiling Vapor ErrorMiddleware.swift
[2212/2300] Compiling Vapor FileMiddleware.swift
[2213/2300] Compiling Vapor Middleware.swift
[2214/2300] Compiling Vapor MiddlewareConfiguration.swift
[2215/2300] Compiling Vapor ResponseCompressionMiddleware.swift
[2216/2300] Compiling Vapor RouteLoggingMiddleware.swift
[2217/2300] Compiling Vapor TracingMiddleware.swift
[2218/2300] Compiling Vapor File+Multipart.swift
[2219/2300] Compiling Vapor FormDataDecoder+Content.swift
[2220/2300] Compiling Vapor FormDataEncoder+Content.swift
[2221/2300] Compiling Vapor Application+Password.swift
[2222/2300] Compiling Vapor Application+Passwords.swift
[2223/2300] Compiling Vapor AsyncPasswordHasher.swift
[2224/2300] Compiling Vapor BcryptHasher.swift
[2225/2300] Compiling Vapor PasswordHasher.swift
[2226/2300] Compiling Vapor PlaintextHasher.swift
[2227/2300] Compiling Vapor Request+Password.swift
[2228/2300] Compiling Vapor Redirect.swift
[2229/2300] Compiling Vapor Service.swift
[2230/2300] Compiling Vapor Application+Sessions.swift
[2231/2300] Compiling Vapor MemorySessions.swift
[2232/2300] Compiling Vapor Request+Session.swift
[2233/2300] Compiling Vapor Session.swift
[2234/2300] Compiling Vapor SessionCache.swift
[2235/2300] Compiling Vapor SessionData.swift
[2236/2300] Compiling Vapor SessionDriver.swift
[2237/2300] Compiling Vapor SessionsConfiguration.swift
[2238/2300] Compiling Vapor SessionsMiddleware.swift
[2239/2300] Compiling Vapor URLEncodedFormData.swift
[2240/2300] Compiling Vapor URLEncodedFormDecoder.swift
[2241/2300] Compiling Vapor URLEncodedFormEncoder.swift
[2242/2300] Compiling Vapor URLEncodedFormError.swift
[2243/2300] Compiling Vapor URLEncodedFormParser.swift
[2244/2300] Compiling Vapor URLEncodedFormSerializer.swift
[2245/2300] Compiling Vapor URLQueryFragmentConvertible.swift
[2246/2300] Compiling Vapor AnyResponse.swift
[2247/2300] Compiling Vapor Array+Random.swift
[2248/2300] Compiling Vapor Base32.swift
[2249/2300] Compiling Vapor Base64.swift
[2250/2300] Compiling Vapor BaseN.swift
[2251/2300] Compiling Vapor BasicCodingKey.swift
[2252/2300] Compiling Vapor ByteCount.swift
[2253/2300] Compiling Vapor Request+Body.swift
[2254/2300] Compiling Vapor Request+BodyStream.swift
[2255/2300] Compiling Vapor Request.swift
[2256/2300] Compiling Vapor Application+Responder.swift
[2257/2300] Compiling Vapor DefaultResponder.swift
[2258/2300] Compiling Vapor Response+Body.swift
[2259/2300] Compiling Vapor Response.swift
[2260/2300] Compiling Vapor ResponseCodable.swift
[2261/2300] Compiling Vapor Application+Routes.swift
[2262/2300] Compiling Vapor Parameters+Require.swift
[2263/2300] Compiling Vapor Request+WebSocket.swift
[2264/2300] Compiling Vapor Route.swift
[2265/2300] Compiling Vapor RouteCollection.swift
[2266/2300] Compiling Vapor Routes.swift
[2267/2300] Compiling Vapor RoutesBuilder+Group.swift
[2268/2300] Compiling Vapor RoutesBuilder+Method.swift
[2269/2300] Compiling Vapor RoutesBuilder+Middleware.swift
[2270/2300] Compiling Vapor RoutesBuilder+WebSocket.swift
[2271/2300] Compiling Vapor RoutesBuilder.swift
[2272/2300] Compiling Vapor OTP.swift
[2273/2300] Compiling Vapor Application+Servers.swift
[2274/2300] Compiling Vapor Server.swift
[2275/2300] Compiling Vapor App+Service.swift
[2276/2300] Compiling Vapor Req+Service.swift
[2277/2300] Compiling Vapor HTTPStatus.swift
[2278/2300] Compiling Vapor HTTPCookies.swift
[2279/2300] Compiling Vapor HTTPHeaderCacheControl.swift
[2280/2300] Compiling Vapor HTTPHeaderExpires.swift
[2281/2300] Compiling Vapor HTTPHeaderLastModified.swift
[2282/2300] Compiling Vapor HTTPHeaders+Cache.swift
[2283/2300] Compiling Vapor HTTPHeaders+Connection.swift
[2284/2300] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2285/2300] Compiling Vapor HTTPHeaders+ContentRange.swift
[2286/2300] Compiling Vapor HTTPHeaders+Directive.swift
[2287/2300] Compiling Vapor HTTPHeaders+Forwarded.swift
[2288/2300] Compiling Vapor HTTPHeaders+Link.swift
[2289/2300] Compiling Vapor HTTPHeaders+Name.swift
[2290/2300] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2291/2300] Compiling Vapor HTTPHeaders.swift
[2292/2300] Compiling Vapor HTTPMediaType.swift
[2293/2300] Compiling Vapor HTTPMediaTypePreference.swift
[2294/2300] Compiling Vapor Responder.swift
[2295/2300] Compiling Vapor Application+HTTP+Server.swift
[2296/2300] Compiling Vapor HTTPServer.swift
[2297/2300] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2298/2300] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2299/2300] Compiling Vapor HTTPServerHandler.swift
[2300/2300] Compiling Vapor HTTPServerRequestDecoder.swift
[2302/2303] Emitting module OpenAPIVapor
[2303/2303] Compiling OpenAPIVapor VaporTransport.swift
Build complete! (506.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.91.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.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"
    }
  ],
  "manifest_display_name" : "swift-openapi-vapor",
  "name" : "swift-openapi-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIVapor",
      "targets" : [
        "OpenAPIVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVaporTests",
      "path" : "Tests/OpenAPIVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporTransportTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIVapor",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIVapor",
      "path" : "Sources/OpenAPIVapor",
      "product_dependencies" : [
        "Vapor",
        "OpenAPIRuntime",
        "Atomics",
        "NIOHTTPTypesHTTP1"
      ],
      "product_memberships" : [
        "OpenAPIVapor"
      ],
      "sources" : [
        "VaporTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.