The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-openapi-vapor, reference main (4ee56d), with Swift 6.1 for Linux on 28 Apr 2025 14:40:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-vapor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server/swift-openapi-vapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4ee56d8 Update release.yml (#22)
Cloned https://github.com/swift-server/swift-openapi-vapor.git
Revision (git rev-parse @):
4ee56d8b04375b8f32af666f31bfaaa5105cadc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-openapi-vapor.git at main
========================================
Build
========================================
Selected platform:         linux
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.106.7",
            "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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras
[1/5672] Fetching swift-openapi-runtime
[1249/7377] Fetching swift-openapi-runtime, swift-atomics
[3593/13039] Fetching swift-openapi-runtime, swift-atomics, swift-nio-extras
[13040/87376] Fetching swift-openapi-runtime, swift-atomics, swift-nio-extras, vapor
Fetched https://github.com/apple/swift-nio-extras from cache (0.42s)
[11094/81714] Fetching swift-openapi-runtime, swift-atomics, vapor
Fetched https://github.com/apple/swift-atomics.git from cache (1.93s)
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (1.93s)
Fetched https://github.com/vapor/vapor.git from cache (1.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.49s)
Computing version for https://github.com/apple/swift-nio-extras
Computed https://github.com/apple/swift-nio-extras at 1.26.0 (0.59s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[238/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/7934] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
[5869/19426] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
[6938/17395] Fetching swift-algorithms, swift-nio-http2
[8433/92917] Fetching swift-algorithms, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.05s)
[49706/81425] Fetching swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (4.27s)
Fetched https://github.com/apple/swift-nio.git from cache (4.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.21s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
[3411/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
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.56s)
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.50s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.62s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[1/1063] Fetching swift-service-context
[1064/6037] Fetching swift-service-context, swift-distributed-tracing
[1214/8237] Fetching swift-service-context, swift-distributed-tracing, swift-metrics
[2477/11445] Fetching swift-service-context, swift-distributed-tracing, swift-metrics, multipart-kit
[5522/15281] Fetching swift-service-context, swift-distributed-tracing, swift-metrics, multipart-kit, swift-log
[7669/17877] Fetching swift-service-context, swift-distributed-tracing, swift-metrics, multipart-kit, swift-log, websocket-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
[13569/15677] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, swift-log, websocket-kit
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Fetching https://github.com/vapor/console-kit.git
[4234/11289] Fetching multipart-kit, websocket-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.33s)
Fetching https://github.com/vapor/async-kit.git
[4234/20597] Fetching multipart-kit, websocket-kit, swift-nio-ssl
[6601/22967] Fetching multipart-kit, websocket-kit, swift-nio-ssl, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.31s)
Fetching https://github.com/swift-server/async-http-client.git
[8080/20597] Fetching multipart-kit, websocket-kit, swift-nio-ssl
[16604/34446] Fetching multipart-kit, websocket-kit, swift-nio-ssl, async-http-client
[17445/55173] Fetching multipart-kit, websocket-kit, swift-nio-ssl, async-http-client, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (1.52s)
[15194/52577] Fetching multipart-kit, swift-nio-ssl, async-http-client, routing-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (1.57s)
[18931/49369] Fetching swift-nio-ssl, async-http-client, routing-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.13s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.10s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.02s)
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.39s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (4.36s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.50s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.51s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.81s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.54s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.57s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.63s)
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.51s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.95s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.84s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.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-extras
Working copy of https://github.com/apple/swift-nio-extras resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/835] Write sources
[42/835] Compiling CNIOWindows shim.c
[43/835] Write sources
[44/835] Compiling CNIOWASI CNIOWASI.c
[44/835] Compiling CNIOWindows WSAStartup.c
[44/835] Compiling _AtomicsShims.c
[46/835] Write sources
[54/835] Compiling _NumericsShims _NumericsShims.c
[55/835] Compiling CVaporBcrypt blf.c
[56/835] Compiling CNIOLinux liburing_shims.c
[57/835] Compiling CSystem shims.c
[58/835] Compiling CNIOSHA1 c_nio_sha1.c
[59/835] Compiling CNIOExtrasZlib empty.c
[60/835] Compiling CNIOLLHTTP c_nio_http.c
[61/835] Compiling CNIOLinux shim.c
[62/835] Compiling CNIODarwin shim.c
[63/835] Compiling CNIOLLHTTP c_nio_api.c
[64/835] Compiling fiat_p256_adx_mul.S
[65/835] Compiling fiat_p256_adx_sqr.S
[66/835] Compiling fiat_curve25519_adx_square.S
[67/835] Write swift-version-24593BA9C3E375BF.txt
[68/835] Compiling CVaporBcrypt bcrypt.c
[69/835] Compiling fiat_curve25519_adx_mul.S
[70/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/837] Compiling CNIOBoringSSLShims shims.c
[72/872] Compiling tls_record.cc
[73/872] Compiling tls_method.cc
[74/872] Compiling tls13_server.cc
[75/872] Compiling tls13_enc.cc
[77/912] Emitting module Logging
[78/912] Emitting module RealModule
[79/913] Emitting module _NIOBase64
[80/913] Compiling _NIOBase64 Base64.swift
[81/913] Compiling HTTPTypes ISOLatin1String.swift
[82/915] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/915] Compiling InternalCollectionsUtilities Specialize.swift
[85/917] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[86/917] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[87/917] Compiling InternalCollectionsUtilities Debugging.swift
[88/917] Compiling InternalCollectionsUtilities Descriptions.swift
[89/917] Emitting module HTTPTypes
[90/917] Compiling HTTPTypes HTTPField.swift
[91/917] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/917] Compiling InternalCollectionsUtilities Integer rank.swift
[93/917] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/917] Emitting module ServiceContextModule
[95/917] Compiling ServiceContextModule ServiceContext.swift
[96/917] Compiling ServiceContextModule ServiceContextKey.swift
[97/918] Compiling _NIODataStructures PriorityQueue.swift
[98/918] Compiling _NIODataStructures _TinyArray.swift
[99/918] Compiling RealModule Float80+Real.swift
[100/918] Compiling RealModule Float16+Real.swift
[101/918] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[102/918] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[103/918] Compiling InternalCollectionsUtilities UInt+reversed.swift
[104/918] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[105/918] Compiling InternalCollectionsUtilities _SortedCollection.swift
[106/918] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[107/918] Emitting module InternalCollectionsUtilities
[108/918] Compiling RealModule Real.swift
[111/918] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[116/918] Compiling RealModule ElementaryFunctions.swift
[119/918] Compiling RealModule Float+Real.swift
[120/918] Compiling SystemPackage MachPort.swift
[121/918] Compiling SystemPackage PlatformString.swift
[122/918] Compiling SystemPackage SystemString.swift
[123/918] Compiling RealModule RealFunctions.swift
[124/921] Compiling HTTPTypes HTTPResponse.swift
[125/921] Compiling HTTPTypes HTTPRequest.swift
[126/921] Compiling HTTPTypes HTTPParsedFields.swift
[127/921] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[128/921] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[129/926] Emitting module SystemPackage
[133/1000] Emitting module Instrumentation
[134/1000] Emitting module CoreMetrics
[135/1000] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[136/1000] Compiling _RopeModule BigString+Sequence.swift
[137/1000] Compiling _RopeModule BigString+TextOutputStream.swift
[138/1000] Compiling Instrumentation NoOpInstrument.swift
[139/1000] Compiling CoreMetrics Metrics.swift
[140/1000] Compiling Instrumentation MultiplexInstrument.swift
[141/1000] Compiling Logging MetadataProvider.swift
[142/1000] Compiling Logging Locks.swift
[143/1000] Compiling HTTPTypes NIOLock.swift
[144/1000] Compiling CoreMetrics Locks.swift
[145/1000] Compiling Instrumentation InstrumentationSystem.swift
[146/1000] Compiling Instrumentation Instrument.swift
[147/1000] Compiling Instrumentation Locks.swift
[148/1000] Compiling _RopeModule BigString+Ingester.swift
[149/1000] Compiling _RopeModule BigString+Invariants.swift
[150/1000] Compiling _RopeModule BigString+Iterators.swift
[151/1000] Compiling _RopeModule BigString+Metrics.swift
[152/1001] Compiling _RopeModule BigString+Summary.swift
[153/1001] Compiling _RopeModule BigString.swift
[154/1001] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[155/1001] Compiling _RopeModule BigString+Chunk+Breaks.swift
[156/1002] Compiling _RopeModule BigString+Chunk+Counts.swift
[157/1002] Compiling _RopeModule BigString+Chunk+Description.swift
[158/1002] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[159/1002] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[160/1002] Compiling _RopeModule BigString+Equatable.swift
[161/1002] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[162/1002] Compiling _RopeModule BigString+Hashing.swift
[163/1002] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[164/1002] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[165/1002] Compiling _RopeModule BigString+Chunk+Splitting.swift
[166/1002] Compiling _RopeModule BigString+Chunk.swift
[167/1002] Compiling _RopeModule BigString+BidirectionalCollection.swift
[168/1002] Compiling _NIODataStructures Heap.swift
[169/1002] Emitting module _NIODataStructures
[170/1004] Compiling Logging LogHandler.swift
[171/1004] Compiling Logging Logging.swift
[177/1153] Compiling Tracing InstrumentationSystem+Tracing.swift
[178/1153] Compiling HeapModule Heap+Descriptions.swift
[179/1153] Compiling Tracing TracerProtocol.swift
[180/1153] Compiling Tracing TracingTime.swift
[181/1153] Compiling HeapModule _HeapNode.swift
[182/1153] Emitting module Tracing
[183/1153] Compiling HeapModule Heap.swift
[183/1153] Compiling tls13_client.cc
[185/1153] Compiling HeapModule Heap+Invariants.swift
[186/1153] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[187/1153] Compiling HeapModule Heap+UnsafeHandle.swift
[188/1153] Compiling HashTreeCollections _AncestorHashSlots.swift
[189/1153] Compiling HashTreeCollections _Bitmap.swift
[190/1153] Compiling HashTreeCollections _Bucket.swift
[191/1153] Compiling HashTreeCollections _Hash.swift
[192/1153] Compiling HashTreeCollections _HashLevel.swift
[193/1153] Compiling HashTreeCollections _HashNode+Builder.swift
[194/1153] Compiling HashTreeCollections _HashNode+Debugging.swift
[195/1153] Compiling HashTreeCollections _HashNode+Initializers.swift
[196/1153] Compiling HashTreeCollections _HashNode+Invariants.swift
[197/1153] Compiling HashTreeCollections _HashNode+Lookups.swift
[198/1162] Compiling Tracing TracerProtocol+Legacy.swift
[199/1162] Compiling Tracing Tracer.swift
[200/1162] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[201/1162] Compiling HashTreeCollections TreeSet+Debugging.swift
[202/1162] Compiling HashTreeCollections TreeSet+Descriptions.swift
[203/1162] Compiling HashTreeCollections TreeSet+Equatable.swift
[204/1162] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[205/1162] Compiling HashTreeCollections TreeSet+Extras.swift
[206/1162] Compiling HashTreeCollections TreeSet+Filter.swift
[207/1169] Compiling HashTreeCollections TreeSet+Hashable.swift
[208/1169] Compiling HashTreeCollections TreeSet+Sendable.swift
[209/1169] Compiling _RopeModule Rope+Join.swift
[210/1169] Compiling _RopeModule Rope+MutatingForEach.swift
[211/1169] Compiling _RopeModule Rope+Remove.swift
[212/1169] Compiling _RopeModule Rope+RemoveSubrange.swift
[213/1169] Compiling _RopeModule Rope+Split.swift
[214/1169] Compiling _RopeModule Optional Utilities.swift
[215/1169] Compiling _RopeModule String Utilities.swift
[216/1169] Compiling _RopeModule String.Index+ABI.swift
[217/1169] Emitting module HeapModule
[218/1180] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[219/1180] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[220/1180] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[221/1180] Compiling HashTreeCollections _HashNode+Structural union.swift
[222/1180] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[223/1180] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[224/1180] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/1186] Compiling Tracing NoOpTracer.swift
[227/1186] Compiling Tracing SpanProtocol.swift
[228/1187] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[229/1187] Compiling HashTreeCollections _HashNode+Structural merge.swift
[230/1187] Compiling HashTreeCollections _HashTreeIterator.swift
[231/1187] Compiling HashTreeCollections _HashTreeStatistics.swift
[232/1187] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[233/1187] Compiling HashTreeCollections _RawHashNode.swift
[234/1187] Compiling HashTreeCollections _UnmanagedHashNode.swift
[235/1187] Compiling HashTreeCollections _UnsafePath.swift
[236/1187] Compiling HashTreeCollections TreeDictionary+Codable.swift
[237/1187] Compiling HashTreeCollections TreeDictionary+Collection.swift
[238/1187] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[239/1187] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[247/1187] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[248/1187] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[249/1187] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[250/1187] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[251/1187] Compiling HashTreeCollections _HashNode+Storage.swift
[252/1187] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[253/1187] Compiling HashTreeCollections _HashNode+Structural filter.swift
[254/1187] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[255/1187] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[256/1187] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[257/1187] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[268/1187] Compiling HashTreeCollections _HashNode.swift
[269/1187] Compiling HashTreeCollections _HashNodeHeader.swift
[270/1187] Compiling HashTreeCollections _HashSlot.swift
[271/1187] Compiling HashTreeCollections _HashStack.swift
[272/1187] Compiling HashTreeCollections TreeDictionary.swift
[273/1187] Compiling HashTreeCollections TreeSet+Codable.swift
[274/1187] Compiling HashTreeCollections TreeSet+Collection.swift
[280/1187] Compiling OrderedCollections OrderedSet+Sendable.swift
[281/1187] Compiling OrderedCollections OrderedSet+SubSequence.swift
[282/1187] Compiling OrderedCollections OrderedSet+Testing.swift
[283/1187] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[314/1202] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[315/1202] Compiling OrderedCollections OrderedSet.swift
[316/1202] Compiling OrderedCollections _UnsafeBitset.swift
[317/1202] Compiling HashTreeCollections TreeDictionary+Merge.swift
[318/1202] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[319/1202] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[320/1202] Compiling HashTreeCollections TreeDictionary+Values.swift
[321/1202] Compiling DequeModule Deque+CustomReflectable.swift
[322/1202] Compiling DequeModule Deque+Descriptions.swift
[323/1204] Compiling HTTPTypes HTTPFieldName.swift
[324/1204] Compiling HTTPTypes HTTPFields.swift
[325/1205] Compiling DequeModule _DequeBuffer.swift
[326/1205] Compiling DequeModule _DequeBufferHeader.swift
[328/1205] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[329/1205] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[330/1205] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[331/1205] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[332/1205] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[333/1205] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[334/1205] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[335/1205] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[336/1205] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[337/1205] Compiling HashTreeCollections TreeSet.swift
[338/1205] Compiling DequeModule Deque+Equatable.swift
[339/1205] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[340/1205] Compiling DequeModule Deque+Extras.swift
[341/1205] Compiling DequeModule Deque+Hashable.swift
[342/1205] Compiling DequeModule Deque+Testing.swift
[343/1205] Compiling DequeModule Deque._Storage.swift
[344/1205] Compiling DequeModule Deque+Codable.swift
[345/1205] Compiling DequeModule Deque+Collection.swift
[352/1205] Compiling DequeModule _DequeSlot.swift
[353/1205] Compiling DequeModule _UnsafeWrappedBuffer.swift
[361/1205] Emitting module _RopeModule
[363/1205] Compiling DequeModule Deque._UnsafeHandle.swift
[364/1205] Compiling DequeModule Deque.swift
[377/1205] Compiling RoutingKit AnyRouter.swift
[378/1205] Emitting module RoutingKit
[379/1205] Emitting module OrderedCollections
[391/1206] Compiling RoutingKit PathComponent.swift
[402/1206] Compiling RoutingKit Router.swift
[403/1206] Compiling RoutingKit TrieRouter.swift
[404/1206] Emitting module DequeModule
[423/1207] Compiling tls13_both.cc
[447/1269] Compiling t1_enc.cc
[449/1269] Emitting module Metrics
[450/1269] Compiling Metrics Metrics.swift
[451/1270] Compiling RoutingKit Parameters.swift
[454/1271] Emitting module HashTreeCollections
[455/1272] Compiling ssl_versions.cc
[457/1272] Compiling OpenAPIRuntime FoundationExtensions.swift
[458/1272] Compiling OpenAPIRuntime ParameterStyles.swift
[459/1272] Compiling OpenAPIRuntime ServerVariable.swift
[460/1272] Compiling OpenAPIRuntime URLExtensions.swift
[461/1272] Compiling OpenAPIRuntime Deprecated.swift
[462/1272] Compiling OpenAPIRuntime ClientError.swift
[463/1272] Compiling OpenAPIRuntime CodingErrors.swift
[464/1272] Compiling OpenAPIRuntime RuntimeError.swift
[465/1272] Compiling OpenAPIRuntime ServerError.swift
[465/1280] Compiling ssl_x509.cc
[466/1280] Compiling ssl_transcript.cc
[468/1280] Compiling OpenAPIRuntime URICodeCodingKey.swift
[469/1280] Compiling OpenAPIRuntime URICoderConfiguration.swift
[470/1280] Compiling OpenAPIRuntime URIEncodedNode.swift
[471/1280] Compiling OpenAPIRuntime URIParsedTypes.swift
[472/1280] Compiling OpenAPIRuntime URIDecoder.swift
[473/1280] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[474/1280] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[475/1280] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[475/1280] Compiling ssl_stat.cc
[476/1280] Compiling ssl_privkey.cc
[477/1280] Compiling ssl_session.cc
[479/1280] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[480/1280] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[481/1280] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[482/1280] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[483/1280] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[484/1280] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[485/1280] Compiling OpenAPIRuntime MultipartValidation.swift
[486/1280] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[487/1280] Emitting module OpenAPIRuntime
[488/1280] Compiling OpenAPIRuntime CurrencyTypes.swift
[489/1280] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[490/1280] Compiling OpenAPIRuntime HTTPBody.swift
[491/1280] Compiling OpenAPIRuntime ServerTransport.swift
[492/1280] Compiling OpenAPIRuntime UniversalClient.swift
[493/1280] Compiling OpenAPIRuntime UniversalServer.swift
[494/1280] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[495/1280] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[496/1280] Compiling OpenAPIRuntime Acceptable.swift
[497/1280] Compiling OpenAPIRuntime Base64EncodedData.swift
[498/1280] Compiling OpenAPIRuntime ByteUtilities.swift
[499/1280] Compiling OpenAPIRuntime ContentDisposition.swift
[500/1280] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[501/1280] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[502/1280] Compiling OpenAPIRuntime OpenAPIValue.swift
[503/1280] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[504/1280] Compiling OpenAPIRuntime UndocumentedPayload.swift
[505/1280] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[506/1280] Compiling OpenAPIRuntime CodableExtensions.swift
[507/1280] Compiling OpenAPIRuntime Configuration.swift
[508/1280] Compiling OpenAPIRuntime Converter+Client.swift
[509/1280] Compiling OpenAPIRuntime Converter+Common.swift
[510/1280] Compiling OpenAPIRuntime Converter+Server.swift
[511/1280] Compiling OpenAPIRuntime Converter.swift
[512/1280] Compiling OpenAPIRuntime CurrencyExtensions.swift
[513/1280] Compiling OpenAPIRuntime ErrorExtensions.swift
[514/1280] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[515/1280] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[516/1280] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[517/1280] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[518/1280] Compiling OpenAPIRuntime ServerSentEvents.swift
[519/1280] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[520/1280] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[521/1280] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[522/1280] Compiling OpenAPIRuntime ClientTransport.swift
[522/1280] Compiling ssl_lib.cc
[523/1280] Compiling ssl_key_share.cc
[525/1280] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[526/1280] Compiling OpenAPIRuntime URIEncoder.swift
[527/1280] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[528/1280] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[529/1280] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[530/1280] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[531/1280] Compiling OpenAPIRuntime URIParser.swift
[532/1280] Compiling OpenAPIRuntime URISerializer.swift
[532/1281] Compiling ssl_cipher.cc
[534/1281] Compiling ssl_file.cc
[535/1281] Compiling ssl_credential.cc
[536/1281] Compiling ssl_buffer.cc
[537/1281] Compiling ssl_cert.cc
[538/1281] Compiling ssl_aead_ctx.cc
[539/1281] Compiling ssl_asn1.cc
[540/1281] Compiling s3_pkt.cc
[541/1281] Compiling s3_both.cc
[542/1281] Compiling s3_lib.cc
[543/1281] Compiling handshake_server.cc
[544/1281] Compiling handshake.cc
[545/1281] Compiling handshake_client.cc
[546/1281] Compiling handoff.cc
[547/1281] Compiling encrypted_client_hello.cc
[548/1281] Compiling dtls_record.cc
[549/1281] Compiling dtls_method.cc
[550/1281] Compiling md5-x86_64-linux.S
[551/1281] Compiling md5-x86_64-apple.S
[552/1281] Compiling md5-586-linux.S
[553/1281] Compiling md5-586-apple.S
[554/1281] Compiling chacha20_poly1305_x86_64-linux.S
[555/1281] Compiling extensions.cc
[556/1281] Compiling chacha20_poly1305_x86_64-apple.S
[557/1281] Compiling chacha20_poly1305_armv8-win.S
[558/1281] Compiling chacha20_poly1305_armv8-linux.S
[559/1281] Compiling d1_srtp.cc
[560/1281] Compiling chacha20_poly1305_armv8-apple.S
[561/1281] Compiling chacha-x86_64-apple.S
[562/1281] Compiling chacha-x86_64-linux.S
[563/1281] Compiling chacha-x86-linux.S
[564/1281] Compiling chacha-x86-apple.S
[565/1281] Compiling chacha-armv8-win.S
[566/1281] Compiling chacha-armv8-linux.S
[567/1281] Compiling err_data.cc
[568/1281] Compiling chacha-armv8-apple.S
[569/1281] Compiling chacha-armv4-linux.S
[570/1281] Compiling aes128gcmsiv-x86_64-apple.S
[571/1281] Compiling aes128gcmsiv-x86_64-linux.S
[572/1281] Compiling d1_pkt.cc
[573/1281] Compiling x86_64-mont5-linux.S
[574/1281] Compiling x86_64-mont5-apple.S
[575/1281] Compiling x86_64-mont-linux.S
[576/1281] Compiling x86-mont-linux.S
[577/1281] Compiling x86_64-mont-apple.S
[578/1281] Compiling x86-mont-apple.S
[579/1281] Compiling vpaes-x86_64-linux.S
[580/1281] Compiling vpaes-x86_64-apple.S
[581/1281] Compiling vpaes-x86-linux.S
[582/1281] Compiling vpaes-x86-apple.S
[583/1281] Compiling vpaes-armv8-win.S
[584/1281] Compiling vpaes-armv8-linux.S
[585/1281] Compiling vpaes-armv7-linux.S
[586/1281] Compiling vpaes-armv8-apple.S
[587/1281] Compiling sha512-x86_64-apple.S
[588/1281] Compiling sha512-x86_64-linux.S
[589/1281] Compiling sha512-armv8-win.S
[590/1281] Compiling sha512-armv8-linux.S
[591/1281] Compiling d1_lib.cc
[592/1281] Compiling sha512-armv8-apple.S
[593/1281] Compiling sha512-armv4-linux.S
[594/1281] Compiling sha512-586-linux.S
[595/1281] Compiling sha512-586-apple.S
[596/1281] Compiling sha256-armv8-win.S
[597/1281] Compiling sha256-x86_64-apple.S
[598/1281] Compiling sha256-x86_64-linux.S
[599/1281] Compiling sha256-armv8-linux.S
[600/1281] Compiling sha256-armv8-apple.S
[601/1281] Compiling sha256-armv4-linux.S
[602/1281] Compiling sha256-586-linux.S
[603/1281] Compiling sha256-586-apple.S
[604/1281] Compiling sha1-x86_64-apple.S
[605/1281] Compiling sha1-armv8-win.S
[606/1281] Compiling sha1-armv8-linux.S
[607/1281] Compiling sha1-x86_64-linux.S
[608/1281] Compiling sha1-armv8-apple.S
[609/1281] Compiling sha1-armv4-large-linux.S
[610/1281] Compiling sha1-586-linux.S
[611/1281] Compiling sha1-586-apple.S
[612/1281] Compiling rsaz-avx2-linux.S
[613/1281] Compiling rsaz-avx2-apple.S
[614/1281] Compiling rdrand-x86_64-apple.S
[615/1281] Compiling rdrand-x86_64-linux.S
[616/1281] Compiling p256_beeu-x86_64-asm-linux.S
[617/1281] Compiling p256_beeu-x86_64-asm-apple.S
[618/1281] Compiling p256_beeu-armv8-asm-win.S
[619/1281] Compiling p256_beeu-armv8-asm-linux.S
[620/1281] Compiling bio_ssl.cc
[621/1281] Compiling p256_beeu-armv8-asm-apple.S
[622/1281] Compiling p256-x86_64-asm-apple.S
[623/1281] Compiling p256-armv8-asm-win.S
[624/1281] Compiling p256-x86_64-asm-linux.S
[625/1281] Compiling p256-armv8-asm-linux.S
[626/1281] Compiling ghashv8-armv8-win.S
[627/1281] Compiling p256-armv8-asm-apple.S
[628/1281] Compiling ghashv8-armv8-linux.S
[629/1281] Compiling ghashv8-armv8-apple.S
[630/1281] Compiling ghashv8-armv7-linux.S
[631/1281] Compiling ghash-x86_64-apple.S
[632/1281] Compiling ghash-x86_64-linux.S
[633/1281] Compiling ghash-x86-linux.S
[634/1281] Compiling ghash-x86-apple.S
[635/1281] Compiling ghash-ssse3-x86_64-linux.S
[636/1281] Compiling ghash-ssse3-x86_64-apple.S
[637/1281] Compiling ghash-ssse3-x86-linux.S
[638/1281] Compiling ghash-neon-armv8-win.S
[639/1281] Compiling ghash-ssse3-x86-apple.S
[640/1281] Compiling ghash-neon-armv8-linux.S
[641/1281] Compiling ghash-armv4-linux.S
[642/1281] Compiling ghash-neon-armv8-apple.S
[643/1281] Compiling co-586-linux.S
[644/1281] Compiling co-586-apple.S
[645/1281] Compiling bn-armv8-win.S
[646/1281] Compiling bsaes-armv7-linux.S
[647/1281] Compiling bn-armv8-linux.S
[648/1281] Compiling bn-586-linux.S
[649/1281] Compiling bn-armv8-apple.S
[650/1281] Compiling bn-586-apple.S
[651/1281] Compiling armv8-mont-win.S
[652/1281] Compiling armv8-mont-linux.S
[653/1281] Compiling armv8-mont-apple.S
[654/1281] Compiling aesv8-gcm-armv8-win.S
[655/1281] Compiling armv4-mont-linux.S
[656/1281] Compiling aesv8-gcm-armv8-linux.S
[657/1281] Compiling aesv8-gcm-armv8-apple.S
[658/1281] Compiling aesv8-armv8-win.S
[659/1281] Compiling aesv8-armv8-linux.S
[660/1281] Compiling aesv8-armv8-apple.S
[661/1281] Compiling aesv8-armv7-linux.S
[662/1281] Compiling aesni-x86_64-apple.S
[663/1281] Compiling aesni-x86_64-linux.S
[664/1281] Compiling aesni-x86-linux.S
[665/1281] Compiling aesni-gcm-x86_64-apple.S
[666/1281] Compiling aesni-x86-apple.S
[667/1281] Compiling aesni-gcm-x86_64-linux.S
[668/1281] Compiling aes-gcm-avx2-x86_64-linux.S
[669/1281] Compiling aes-gcm-avx2-x86_64-apple.S
[670/1281] Compiling aes-gcm-avx10-x86_64-apple.S
[671/1281] Compiling aes-gcm-avx10-x86_64-linux.S
[672/1281] Compiling d1_both.cc
[673/1281] Compiling x_sig.cc
[674/1281] Compiling x_spki.cc
[675/1281] Compiling x_val.cc
[676/1281] Compiling x_x509a.cc
[677/1281] Compiling x_req.cc
[678/1281] Compiling x_x509.cc
[679/1281] Compiling x_pubkey.cc
[680/1281] Compiling x_name.cc
[681/1281] Compiling x_exten.cc
[681/1281] Compiling x_algor.cc
[683/1281] Compiling x509spki.cc
[684/1281] Compiling x_attrib.cc
[685/1281] Compiling x_crl.cc
[686/1281] Compiling x509rset.cc
[687/1281] Compiling x_all.cc
[688/1281] Compiling x509name.cc
[689/1281] Compiling x509_txt.cc
[690/1281] Compiling x509cset.cc
[691/1281] Compiling x509_vpm.cc
[692/1281] Compiling x509_v3.cc
[693/1281] Compiling x509_trs.cc
[694/1281] Compiling x509_set.cc
[695/1281] Compiling x509_vfy.cc
[696/1281] Compiling x509_req.cc
[697/1281] Compiling x509_obj.cc
[698/1281] Compiling x509_def.cc
[699/1281] Compiling x509_d2.cc
[700/1281] Compiling x509_ext.cc
[701/1281] Compiling x509_lu.cc
[702/1281] Compiling x509_att.cc
[703/1281] Compiling x509_cmp.cc
[704/1281] Compiling x509.cc
[705/1281] Compiling v3_prn.cc
[706/1281] Compiling v3_skey.cc
[707/1281] Compiling v3_utl.cc
[708/1281] Compiling v3_purp.cc
[709/1281] Compiling v3_ocsp.cc
[710/1281] Compiling v3_pmaps.cc
[711/1281] Compiling v3_pcons.cc
[712/1281] Compiling v3_ncons.cc
[713/1281] Compiling v3_int.cc
[714/1281] Compiling v3_lib.cc
[715/1281] Compiling v3_info.cc
[716/1281] Compiling v3_ia5.cc
[717/1281] Compiling v3_genn.cc
[718/1281] Compiling v3_extku.cc
[719/1281] Compiling v3_enum.cc
[720/1281] Compiling v3_crld.cc
[721/1281] Compiling v3_cpols.cc
[722/1281] Compiling v3_conf.cc
[723/1281] Compiling v3_bcons.cc
[723/1281] Compiling v3_bitst.cc
[725/1281] Compiling v3_akeya.cc
[726/1281] Compiling v3_alt.cc
[727/1281] Compiling v3_akey.cc
[728/1281] Compiling t_x509a.cc
[729/1281] Compiling i2d_pr.cc
[730/1281] Compiling t_crl.cc
[730/1281] Compiling t_x509.cc
[732/1281] Compiling t_req.cc
[733/1281] Compiling name_print.cc
[734/1281] Compiling rsa_pss.cc
[735/1281] Compiling policy.cc
[736/1281] Compiling by_file.cc
[737/1281] Compiling by_dir.cc
[738/1281] Compiling voprf.cc
[739/1281] Compiling algorithm.cc
[740/1281] Compiling a_digest.cc
[741/1281] Compiling a_verify.cc
[742/1281] Compiling a_sign.cc
[743/1281] Compiling asn1_gen.cc
[744/1281] Compiling trust_token.cc
[745/1281] Compiling thread_win.cc
[746/1281] Compiling thread.cc
[747/1281] Compiling thread_pthread.cc
[748/1281] Compiling stack.cc
[749/1281] Compiling pmbtoken.cc
[750/1281] Compiling thread_none.cc
[751/1281] Compiling siphash.cc
[752/1281] Compiling sha512.cc
[753/1281] Compiling sha256.cc
[754/1281] Compiling sha1.cc
[755/1281] Compiling slhdsa.cc
[756/1281] Compiling spake2plus.cc
[757/1281] Compiling rsa_extra.cc
[758/1281] Compiling rsa_print.cc
[759/1281] Compiling rc4.cc
[760/1281] Compiling refcount.cc
[761/1281] Compiling trusty.cc
[762/1281] Compiling urandom.cc
[763/1281] Compiling rsa_crypt.cc
[764/1281] Compiling windows.cc
[765/1281] Compiling rand.cc
[766/1281] Compiling rsa_asn1.cc
[767/1281] Compiling ios.cc
[768/1281] Compiling poly1305_arm_asm.S
[769/1281] Compiling getentropy.cc
[770/1281] Compiling passive.cc
[771/1281] Compiling forkunsafe.cc
[771/1281] Compiling deterministic.cc
[773/1281] Compiling fork_detect.cc
[774/1281] Compiling poly1305_arm.cc
[775/1281] Compiling poly1305.cc
[776/1281] Compiling poly1305_vec.cc
[777/1281] Compiling pool.cc
[778/1281] Compiling pkcs7.cc
[779/1281] Compiling pkcs8_x509.cc
[780/1281] Compiling p5_pbev2.cc
[781/1281] Compiling pkcs8.cc
[782/1281] Compiling pkcs7_x509.cc
[783/1281] Compiling pem_xaux.cc
[784/1281] Compiling pem_pkey.cc
[785/1281] Compiling pem_x509.cc
[786/1281] Compiling mlkem.cc
[787/1281] Compiling pem_pk8.cc
[788/1281] Compiling obj_xref.cc
[789/1281] Compiling pem_oth.cc
[790/1281] Compiling obj.cc
[791/1281] Compiling pem_all.cc
[792/1281] Compiling mldsa.cc
[792/1281] Compiling mem.cc
[794/1281] Compiling md5.cc
[795/1281] Compiling md4.cc
[796/1281] Compiling pem_info.cc
[797/1281] Compiling poly_rq_mul.S
[798/1281] Compiling fips_shared_support.cc
[799/1281] Compiling pem_lib.cc
[800/1281] Compiling lhash.cc
[801/1281] Compiling hrss.cc
[802/1281] Compiling ex_data.cc
[803/1281] Compiling kyber.cc
[804/1281] Compiling scrypt.cc
[805/1281] Compiling sign.cc
[806/1281] Compiling hpke.cc
[807/1281] Compiling print.cc
[808/1281] Compiling pbkdf.cc
[809/1281] Compiling p_x25519.cc
[810/1281] Compiling p_x25519_asn1.cc
[811/1281] Compiling p_rsa_asn1.cc
[812/1281] Compiling p_ed25519.cc
[813/1281] Compiling p_rsa.cc
[814/1281] Compiling p_ed25519_asn1.cc
[815/1281] Compiling p_hkdf.cc
[816/1281] Compiling p_ec_asn1.cc
[817/1281] Compiling p_dh.cc
[818/1281] Compiling p_ec.cc
[819/1281] Compiling p_dh_asn1.cc
[820/1281] Compiling evp_ctx.cc
[821/1281] Compiling p_dsa_asn1.cc
[822/1281] Compiling err.cc
[823/1281] Compiling evp.cc
[824/1281] Compiling engine.cc
[825/1281] Compiling evp_asn1.cc
[826/1281] Compiling ecdh.cc
[827/1281] Compiling hash_to_curve.cc
[828/1281] Compiling ecdsa_asn1.cc
[829/1281] Compiling ec_derive.cc
[830/1281] Compiling dsa.cc
[831/1281] Compiling dsa_asn1.cc
[832/1281] Compiling ec_asn1.cc
[833/1281] Compiling dh_asn1.cc
[834/1281] Compiling params.cc
[834/1281] Compiling des.cc
[836/1281] Compiling digest_extra.cc
[837/1281] Compiling x25519-asm-arm.S
[838/1281] Compiling spake25519.cc
[839/1281] Compiling cpu_arm_linux.cc
[840/1281] Compiling cpu_intel.cc
[841/1281] Compiling cpu_arm_freebsd.cc
[842/1281] Compiling crypto.cc
[843/1281] Compiling curve25519.cc
[844/1281] Compiling cpu_aarch64_win.cc
[845/1281] Compiling curve25519_64_adx.cc
[846/1281] Compiling cpu_aarch64_openbsd.cc
[847/1281] Compiling cpu_aarch64_linux.cc
[848/1281] Compiling cpu_aarch64_fuchsia.cc
[849/1281] Compiling cpu_aarch64_sysreg.cc
[850/1281] Compiling bcm.cc
[851/1281] Compiling cpu_aarch64_apple.cc
[852/1281] Compiling conf.cc
[853/1281] Compiling get_cipher.cc
[854/1281] Compiling tls_cbc.cc
[855/1281] Compiling e_tls.cc
[856/1281] Compiling e_rc4.cc
[857/1281] Compiling e_null.cc
[858/1281] Compiling e_rc2.cc
[859/1281] Compiling e_des.cc
[860/1281] Compiling e_chacha20poly1305.cc
[861/1281] Compiling derive_key.cc
[862/1281] Compiling e_aesgcmsiv.cc
[863/1281] Compiling e_aesctrhmac.cc
[864/1281] Compiling chacha.cc
[865/1281] Compiling unicode.cc
[866/1281] Compiling cbs.cc
[867/1281] Compiling ber.cc
[868/1281] Compiling buf.cc
[869/1281] Compiling cbb.cc
[870/1281] Compiling asn1_compat.cc
[871/1281] Compiling blake2.cc
[872/1281] Compiling bn_asn1.cc
[873/1281] Compiling convert.cc
[874/1281] Compiling printf.cc
[875/1281] Compiling socket.cc
[876/1281] Compiling socket_helper.cc
[877/1281] Compiling pair.cc
[878/1281] Compiling hexdump.cc
[879/1281] Compiling fd.cc
[880/1281] Compiling file.cc
[881/1281] Compiling errno.cc
[882/1281] Compiling connect.cc
[883/1281] Compiling bio_mem.cc
[884/1281] Compiling base64.cc
[885/1281] Compiling bio.cc
[886/1281] Compiling tasn_fre.cc
[887/1281] Compiling tasn_typ.cc
[888/1281] Compiling tasn_enc.cc
[889/1281] Compiling tasn_utl.cc
[890/1281] Compiling f_string.cc
[891/1281] Compiling posix_time.cc
[892/1281] Compiling tasn_new.cc
[893/1281] Compiling f_int.cc
[894/1281] Compiling tasn_dec.cc
[895/1281] Compiling asn_pack.cc
[896/1281] Compiling asn1_par.cc
[897/1281] Compiling a_utctm.cc
[898/1281] Compiling asn1_lib.cc
[899/1281] Compiling a_type.cc
[900/1281] Compiling a_time.cc
[901/1281] Compiling a_strnid.cc
[902/1281] Compiling a_octet.cc
[903/1281] Compiling a_strex.cc
[904/1281] Compiling a_i2d_fp.cc
[905/1281] Compiling a_object.cc
[906/1281] Compiling a_dup.cc
[907/1281] Compiling a_mbstr.cc
[908/1281] Compiling a_int.cc
[909/1281] Compiling fiat_p256_adx_sqr.S
[910/1281] Compiling a_d2i_fp.cc
[911/1281] Compiling fiat_p256_adx_mul.S
[912/1281] Compiling fiat_curve25519_adx_square.S
[913/1281] Compiling a_gentm.cc
[914/1281] Compiling a_bool.cc
[915/1281] Compiling a_bitstr.cc
[916/1281] Compiling fiat_curve25519_adx_mul.S
[917/1281] Compiling md5-586-linux.S
[918/1281] Compiling md5-x86_64-apple.S
[919/1281] Compiling md5-x86_64-linux.S
[920/1281] Compiling md5-586-apple.S
[921/1281] Compiling chacha20_poly1305_x86_64-apple.S
[922/1281] Compiling chacha20_poly1305_armv8-win.S
[923/1281] Compiling CCryptoBoringSSLShims shims.c
[924/1281] Compiling chacha20_poly1305_armv8-linux.S
[925/1281] Compiling chacha20_poly1305_x86_64-linux.S
[926/1281] Compiling chacha20_poly1305_armv8-apple.S
[927/1281] Compiling chacha-x86_64-linux.S
[928/1281] Compiling chacha-x86_64-apple.S
[929/1281] Compiling chacha-x86-linux.S
[930/1281] Compiling chacha-x86-apple.S
[931/1281] Compiling chacha-armv8-linux.S
[932/1281] Compiling chacha-armv8-win.S
[933/1281] Compiling chacha-armv8-apple.S
[934/1281] Compiling aes128gcmsiv-x86_64-apple.S
[935/1281] Compiling chacha-armv4-linux.S
[936/1281] Compiling aes128gcmsiv-x86_64-linux.S
[937/1281] Compiling x86_64-mont5-linux.S
[938/1281] Compiling x86_64-mont5-apple.S
[939/1281] Compiling x86_64-mont-linux.S
[940/1281] Compiling x86-mont-linux.S
[941/1281] Compiling x86_64-mont-apple.S
[942/1281] Compiling err_data.cc
[943/1281] Compiling x86-mont-apple.S
[944/1281] Compiling vpaes-x86_64-linux.S
[945/1281] Compiling vpaes-x86-apple.S
[946/1281] Compiling vpaes-x86_64-apple.S
[947/1281] Compiling vpaes-x86-linux.S
[948/1281] Compiling vpaes-armv8-win.S
[949/1281] Compiling vpaes-armv8-linux.S
[950/1281] Compiling vpaes-armv8-apple.S
[951/1281] Compiling vpaes-armv7-linux.S
[952/1281] Compiling sha512-x86_64-apple.S
[953/1281] Compiling sha512-armv8-linux.S
[954/1281] Compiling sha512-x86_64-linux.S
[955/1281] Compiling sha512-armv8-win.S
[956/1281] Compiling sha512-armv8-apple.S
[957/1281] Compiling sha512-armv4-linux.S
[958/1281] Compiling sha512-586-linux.S
[959/1281] Compiling sha512-586-apple.S
[960/1281] Compiling sha256-x86_64-apple.S
[961/1281] Compiling sha256-armv8-win.S
[962/1281] Compiling sha256-x86_64-linux.S
[963/1281] Compiling sha256-armv8-linux.S
[964/1281] Compiling sha256-armv8-apple.S
[965/1281] Compiling sha256-armv4-linux.S
[966/1281] Compiling sha256-586-linux.S
[967/1281] Compiling sha256-586-apple.S
[968/1281] Compiling sha1-x86_64-apple.S
[969/1281] Compiling sha1-armv8-win.S
[970/1281] Compiling sha1-armv8-linux.S
[971/1281] Compiling sha1-x86_64-linux.S
[972/1281] Compiling sha1-armv4-large-linux.S
[973/1281] Compiling sha1-armv8-apple.S
[974/1281] Compiling sha1-586-apple.S
[975/1281] Compiling sha1-586-linux.S
[976/1281] Compiling rsaz-avx2-apple.S
[977/1281] Compiling rdrand-x86_64-linux.S
[978/1281] Compiling rsaz-avx2-linux.S
[979/1281] Compiling rdrand-x86_64-apple.S
[980/1281] Compiling p256_beeu-x86_64-asm-linux.S
[981/1281] Compiling p256_beeu-x86_64-asm-apple.S
[982/1281] Compiling p256_beeu-armv8-asm-win.S
[983/1281] Compiling p256_beeu-armv8-asm-linux.S
[984/1281] Compiling p256_beeu-armv8-asm-apple.S
[985/1281] Compiling p256-armv8-asm-win.S
[986/1281] Compiling p256-x86_64-asm-apple.S
[987/1281] Compiling p256-x86_64-asm-linux.S
[988/1281] Compiling p256-armv8-asm-linux.S
[989/1281] Compiling ghashv8-armv8-win.S
[990/1281] Compiling p256-armv8-asm-apple.S
[991/1281] Compiling ghashv8-armv8-apple.S
[992/1281] Compiling ghashv8-armv7-linux.S
[993/1281] Compiling ghashv8-armv8-linux.S
[994/1281] Compiling ghash-x86_64-linux.S
[995/1281] Compiling ghash-x86-linux.S
[996/1281] Compiling ghash-x86_64-apple.S
[997/1281] Compiling ghash-x86-apple.S
[998/1281] Compiling ghash-ssse3-x86_64-apple.S
[999/1281] Compiling ghash-ssse3-x86_64-linux.S
[1000/1281] Compiling ghash-ssse3-x86-apple.S
[1001/1281] Compiling ghash-ssse3-x86-linux.S
[1002/1281] Compiling ghash-neon-armv8-win.S
[1003/1281] Compiling ghash-neon-armv8-linux.S
[1004/1281] Compiling ghash-neon-armv8-apple.S
[1005/1281] Compiling ghash-armv4-linux.S
[1006/1281] Compiling co-586-linux.S
[1007/1281] Compiling co-586-apple.S
[1008/1281] Compiling bsaes-armv7-linux.S
[1009/1281] Compiling bn-armv8-win.S
[1010/1281] Compiling bn-armv8-apple.S
[1011/1281] Compiling bn-armv8-linux.S
[1012/1281] Compiling bn-586-linux.S
[1013/1281] Compiling bn-586-apple.S
[1014/1281] Compiling armv8-mont-win.S
[1015/1281] Compiling armv8-mont-linux.S
[1016/1281] Compiling armv8-mont-apple.S
[1017/1281] Compiling armv4-mont-linux.S
[1018/1281] Compiling aesv8-gcm-armv8-linux.S
[1019/1281] Compiling aesv8-gcm-armv8-win.S
[1020/1281] Compiling aesv8-gcm-armv8-apple.S
[1021/1281] Compiling aesv8-armv8-win.S
[1022/1281] Compiling aesv8-armv8-linux.S
[1023/1281] Compiling aesv8-armv7-linux.S
[1024/1281] Compiling aesv8-armv8-apple.S
[1025/1281] Compiling aesni-x86_64-apple.S
[1026/1281] Compiling aesni-x86_64-linux.S
[1027/1281] Compiling aesni-x86-linux.S
[1028/1281] Compiling aesni-x86-apple.S
[1029/1281] Compiling aesni-gcm-x86_64-apple.S
[1030/1281] Compiling aesni-gcm-x86_64-linux.S
[1031/1281] Compiling aes-gcm-avx10-x86_64-linux.S
[1032/1281] Compiling aes-gcm-avx10-x86_64-apple.S
[1033/1281] Compiling x_x509.cc
[1034/1281] Compiling x_val.cc
[1035/1281] Compiling x_x509a.cc
[1036/1281] Compiling x_spki.cc
[1037/1281] Compiling x_req.cc
[1038/1281] Compiling x_sig.cc
[1039/1281] Compiling c-nioatomics.c
[1040/1281] Compiling x_attrib.cc
[1041/1281] Compiling x_pubkey.cc
[1042/1281] Compiling x_crl.cc
[1043/1281] Compiling c-atomics.c
[1044/1281] Compiling x_name.cc
[1045/1281] Compiling x_exten.cc
[1046/1281] Compiling x_all.cc
[1047/1281] Compiling x_algor.cc
[1049/1287] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1050/1287] Compiling NIOConcurrencyHelpers NIOLock.swift
[1051/1287] Compiling NIOConcurrencyHelpers lock.swift
[1051/1287] Compiling x509spki.cc
[1052/1287] Compiling x509name.cc
[1053/1287] Compiling x509_vpm.cc
[1054/1287] Compiling x509cset.cc
[1055/1287] Compiling x509rset.cc
[1056/1287] Compiling x509_v3.cc
[1058/1287] Compiling NIOConcurrencyHelpers atomics.swift
[1058/1287] Compiling x509_vfy.cc
[1060/1287] Emitting module NIOConcurrencyHelpers
[1061/1287] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1062/1314] Compiling x509_txt.cc
[1063/1314] Compiling x509_obj.cc
[1064/1314] Compiling x509_req.cc
[1065/1314] Compiling x509_set.cc
[1066/1314] Compiling x509_lu.cc
[1067/1314] Compiling x509_trs.cc
[1068/1314] Compiling x509_ext.cc
[1070/1314] Compiling ConsoleKitTerminal CustomActivity.swift
[1071/1314] Compiling ConsoleKitTerminal LoadingBar.swift
[1072/1314] Compiling ConsoleKitTerminal ProgressBar.swift
[1073/1314] Compiling ConsoleKitTerminal Console+Clear.swift
[1074/1317] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1075/1317] Compiling ConsoleKitTerminal ConsoleClear.swift
[1076/1317] Compiling ConsoleKitTerminal Console+Ask.swift
[1077/1317] Compiling ConsoleKitTerminal Console+Choose.swift
[1078/1317] Compiling ConsoleKitTerminal Console+Confirm.swift
[1079/1317] Compiling ConsoleKitTerminal Console+Input.swift
[1080/1317] Compiling ConsoleKitTerminal Console+Center.swift
[1081/1317] Compiling ConsoleKitTerminal Console+Output.swift
[1082/1317] Emitting module ConsoleKitTerminal
[1083/1317] Compiling ConsoleKitTerminal ActivityBar.swift
[1084/1317] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1085/1317] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1086/1317] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1087/1317] Compiling ConsoleKitTerminal Console+Wait.swift
[1088/1317] Compiling ConsoleKitTerminal ConsoleColor.swift
[1089/1317] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1089/1317] Compiling x509_def.cc
[1090/1317] Compiling x509_d2.cc
[1091/1317] Compiling x509_cmp.cc
[1093/1317] Compiling ConsoleKitTerminal Console.swift
[1094/1317] Compiling ConsoleKitTerminal Terminal.swift
[1095/1317] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1096/1317] Compiling ConsoleKitTerminal ConsoleText.swift
[1097/1317] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1098/1317] Compiling ConsoleKitTerminal ANSI.swift
[1098/1317] Compiling v3_skey.cc
[1099/1317] Compiling x509.cc
[1100/1317] Compiling x509_att.cc
[1101/1317] Compiling v3_utl.cc
[1103/1317] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1104/1317] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1105/1317] Compiling ConsoleKitTerminal LoggerFragment.swift
[1105/1318] Compiling v3_prn.cc
[1107/1318] Compiling v3_purp.cc
[1108/1318] Compiling v3_pmaps.cc
[1109/1318] Compiling v3_pcons.cc
[1110/1318] Compiling v3_ocsp.cc
[1111/1318] Compiling v3_ncons.cc
[1112/1318] Compiling v3_lib.cc
[1113/1340] Compiling v3_int.cc
[1114/1340] Compiling v3_genn.cc
[1115/1340] Compiling v3_info.cc
[1116/1340] Compiling v3_ia5.cc
[1117/1340] Compiling v3_extku.cc
[1119/1340] Compiling ConsoleKitCommands CommandSignature.swift
[1120/1340] Compiling ConsoleKitCommands Flag.swift
[1121/1340] Compiling ConsoleKitCommands Option.swift
[1122/1342] Emitting module ConsoleKitCommands
[1123/1342] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1124/1342] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1125/1342] Compiling ConsoleKitCommands Argument.swift
[1126/1342] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1127/1342] Compiling ConsoleKitCommands AsyncCommand.swift
[1128/1342] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1129/1342] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1130/1342] Compiling ConsoleKitCommands Utilities.swift
[1130/1342] Compiling v3_enum.cc
[1131/1342] Compiling v3_crld.cc
[1132/1342] Compiling v3_bitst.cc
[1133/1342] Compiling v3_conf.cc
[1134/1342] Compiling v3_cpols.cc
[1135/1342] Compiling v3_alt.cc
[1136/1342] Compiling v3_bcons.cc
[1137/1342] Compiling v3_akeya.cc
[1138/1342] Compiling v3_akey.cc
[1139/1342] Compiling t_x509a.cc
[1140/1342] Compiling t_x509.cc
[1141/1342] Compiling t_req.cc
[1142/1342] Compiling t_crl.cc
[1144/1342] Compiling ConsoleKitCommands Command.swift
[1145/1342] Compiling ConsoleKitCommands CommandContext.swift
[1146/1342] Compiling ConsoleKitCommands CommandError.swift
[1147/1342] Compiling ConsoleKitCommands AsyncCommands.swift
[1148/1342] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1149/1342] Compiling ConsoleKitCommands AnyCommand.swift
[1150/1342] Compiling ConsoleKitCommands CommandGroup.swift
[1151/1342] Compiling ConsoleKitCommands CommandInput.swift
[1152/1342] Compiling ConsoleKitCommands Commands.swift
[1153/1342] Compiling ConsoleKitCommands Console+Run.swift
[1154/1342] Compiling ConsoleKitCommands ConsoleError.swift
[1155/1342] Compiling ConsoleKitCommands Completion.swift
[1155/1343] Compiling rsa_pss.cc
[1157/1343] Compiling i2d_pr.cc
[1158/1345] Compiling policy.cc
[1159/1345] Compiling name_print.cc
[1161/1345] Emitting module ConsoleKit
[1162/1345] Compiling ConsoleKit Exports.swift
[1163/1346] Compiling by_file.cc
[1164/1346] Compiling by_dir.cc
[1165/1346] Compiling asn1_gen.cc
[1166/1346] Compiling algorithm.cc
[1167/1346] Compiling a_verify.cc
[1168/1346] Compiling pmbtoken.cc
[1169/1346] Compiling a_digest.cc
[1170/1346] Compiling voprf.cc
[1170/1346] Compiling trust_token.cc
[1172/1346] Compiling thread_pthread.cc
[1172/1346] Compiling a_sign.cc
[1174/1346] Compiling thread_win.cc
[1175/1346] Compiling thread_none.cc
[1176/1346] Compiling thread.cc
[1177/1346] Compiling thash.cc
[1178/1346] Compiling wots.cc
[1179/1346] Compiling fors.cc
[1179/1346] Compiling merkle.cc
[1181/1346] Compiling stack.cc
[1182/1346] Compiling siphash.cc
[1183/1346] Compiling slhdsa.cc
[1184/1346] Compiling sha512.cc
[1185/1346] Compiling sha256.cc
[1186/1346] Compiling sha1.cc
[1187/1346] Compiling rsa_extra.cc
[1188/1346] Compiling rsa_print.cc
[1189/1346] Compiling refcount.cc
[1190/1346] Compiling rsa_crypt.cc
[1191/1346] Compiling rsa_asn1.cc
[1192/1346] Compiling rc4.cc
[1193/1346] Compiling trusty.cc
[1194/1346] Compiling rand_extra.cc
[1195/1346] Compiling urandom.cc
[1196/1346] Compiling windows.cc
[1197/1346] Compiling ios.cc
[1198/1346] Compiling getentropy.cc
[1199/1346] Compiling poly1305_arm_asm.S
[1200/1346] Compiling forkunsafe.cc
[1201/1346] Compiling passive.cc
[1202/1346] Compiling fork_detect.cc
[1203/1346] Compiling deterministic.cc
[1204/1346] Compiling pool.cc
[1205/1346] Compiling poly1305_vec.cc
[1206/1346] Compiling poly1305_arm.cc
[1207/1346] Compiling poly1305.cc
[1208/1346] Compiling pkcs7.cc
[1209/1346] Compiling p5_pbev2.cc
[1210/1346] Compiling pkcs7_x509.cc
[1211/1346] Compiling pkcs8.cc
[1212/1346] Compiling pkcs8_x509.cc
[1213/1346] Compiling pem_xaux.cc
[1213/1346] Compiling pem_pkey.cc
[1215/1346] Compiling pem_x509.cc
[1216/1346] Compiling pem_pk8.cc
[1217/1346] Compiling obj_xref.cc
[1218/1346] Compiling mldsa.cc
[1219/1346] Compiling pem_info.cc
[1220/1346] Compiling mlkem.cc
[1221/1346] Compiling pem_oth.cc
[1222/1346] Compiling pem_all.cc
[1223/1346] Compiling obj.cc
[1224/1346] Compiling poly_rq_mul.S
[1225/1346] Compiling pem_lib.cc
[1226/1346] Compiling mem.cc
[1227/1346] Compiling fips_shared_support.cc
[1228/1346] Compiling md4.cc
[1229/1346] Compiling md5.cc
[1230/1346] Compiling lhash.cc
[1231/1346] Compiling kyber.cc
[1232/1346] Compiling hrss.cc
[1233/1346] Compiling ex_data.cc
[1234/1346] Compiling sign.cc
[1235/1346] Compiling hpke.cc
[1236/1346] Compiling scrypt.cc
[1237/1346] Compiling pbkdf.cc
[1238/1346] Compiling print.cc
[1239/1346] Compiling p_x25519.cc
[1240/1346] Compiling p_x25519_asn1.cc
[1241/1346] Compiling p_rsa.cc
[1242/1346] Compiling p_rsa_asn1.cc
[1243/1346] Compiling p_hkdf.cc
[1244/1346] Compiling p_ed25519_asn1.cc
[1245/1346] Compiling p_ed25519.cc
[1246/1346] Compiling p_ec_asn1.cc
[1247/1346] Compiling p_ec.cc
[1248/1346] Compiling p_dh_asn1.cc
[1249/1346] Compiling p_dsa_asn1.cc
[1250/1346] Compiling p_dh.cc
[1251/1346] Compiling evp_ctx.cc
[1252/1346] Compiling evp_asn1.cc
[1253/1346] Compiling err.cc
[1254/1346] Compiling evp.cc
[1255/1346] Compiling engine.cc
[1256/1346] Compiling ecdsa_asn1.cc
[1257/1346] Compiling ecdh_extra.cc
[1258/1346] Compiling hash_to_curve.cc
[1259/1346] Compiling ec_derive.cc
[1260/1346] Compiling ec_asn1.cc
[1261/1346] Compiling dsa_asn1.cc
[1262/1346] Compiling params.cc
[1263/1346] Compiling dh_asn1.cc
[1264/1346] Compiling digest_extra.cc
[1265/1346] Compiling x25519-asm-arm.S
[1266/1346] Compiling dsa.cc
[1267/1346] Compiling des.cc
[1268/1346] Compiling spake25519.cc
[1269/1346] Compiling cpu_intel.cc
[1270/1346] Compiling crypto.cc
[1271/1346] Compiling cpu_arm_linux.cc
[1272/1346] Compiling cpu_arm_freebsd.cc
[1273/1346] Compiling curve25519.cc
[1274/1346] Compiling cpu_aarch64_openbsd.cc
[1275/1346] Compiling cpu_aarch64_win.cc
[1276/1346] Compiling bcm.cc
[1277/1346] Compiling cpu_aarch64_linux.cc
[1278/1346] Compiling cpu_aarch64_sysreg.cc
[1279/1346] Compiling cpu_aarch64_fuchsia.cc
[1280/1346] Compiling curve25519_64_adx.cc
[1281/1346] Compiling cpu_aarch64_apple.cc
[1282/1346] Compiling conf.cc
[1283/1346] Compiling tls_cbc.cc
[1284/1346] Compiling e_tls.cc
[1285/1346] Compiling e_rc2.cc
[1286/1346] Compiling e_des.cc
[1287/1346] Compiling e_rc4.cc
[1288/1346] Compiling e_null.cc
[1289/1346] Compiling derive_key.cc
[1290/1346] Compiling e_aesctrhmac.cc
[1291/1346] Compiling e_chacha20poly1305.cc
[1292/1346] Compiling e_aesgcmsiv.cc
[1293/1346] Compiling unicode.cc
[1294/1346] Compiling chacha.cc
[1295/1346] Compiling cipher_extra.cc
[1296/1346] Compiling ber.cc
[1297/1346] Compiling cbs.cc
[1298/1346] Compiling asn1_compat.cc
[1299/1346] Compiling bn_asn1.cc
[1300/1346] Compiling buf.cc
[1301/1346] Compiling cbb.cc
[1302/1346] Compiling blake2.cc
[1303/1346] Compiling convert.cc
[1304/1346] Compiling printf.cc
[1305/1346] Compiling pair.cc
[1306/1346] Compiling hexdump.cc
[1307/1346] Compiling errno.cc
[1308/1346] Compiling file.cc
[1308/1346] Compiling fd.cc
[1310/1346] Compiling bio_mem.cc
[1311/1346] Compiling base64.cc
[1312/1346] Compiling bio.cc
[1313/1346] Compiling tasn_typ.cc
[1314/1346] Compiling tasn_fre.cc
[1315/1346] Compiling tasn_new.cc
[1316/1346] Compiling tasn_enc.cc
[1316/1346] Compiling tasn_utl.cc
[1318/1346] Compiling f_string.cc
[1318/1346] Compiling posix_time.cc
[1320/1346] Compiling tasn_dec.cc
[1321/1346] Compiling asn_pack.cc
[1322/1346] Compiling f_int.cc
[1323/1346] Compiling asn1_par.cc
[1324/1346] Compiling a_utctm.cc
[1325/1346] Compiling asn1_lib.cc
[1326/1346] Compiling a_time.cc
[1326/1346] Compiling a_type.cc
[1328/1346] Compiling a_strnid.cc
[1329/1346] Compiling a_octet.cc
[1330/1346] Compiling a_strex.cc
[1331/1346] Compiling a_object.cc
[1332/1346] Compiling a_mbstr.cc
[1333/1346] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1334/1346] Write sources
[1335/1346] Compiling a_int.cc
[1335/1346] Write sources
[1337/1346] Compiling a_gentm.cc
[1338/1346] Write sources
[1340/1346] Compiling a_i2d_fp.cc
[1342/1346] Compiling a_dup.cc
[1343/1346] Compiling a_d2i_fp.cc
[1344/1390] Compiling a_bool.cc
[1345/1419] Compiling a_bitstr.cc
[1347/1443] Compiling Algorithms Combinations.swift
[1348/1443] Compiling Algorithms Compacted.swift
[1349/1443] Compiling Algorithms Cycle.swift
[1350/1445] Compiling Algorithms Keyed.swift
[1351/1445] Compiling Algorithms MinMax.swift
[1352/1445] Compiling Algorithms Product.swift
[1353/1445] Compiling Algorithms Joined.swift
[1354/1453] Compiling Algorithms Partition.swift
[1355/1453] Compiling Algorithms Permutations.swift
[1356/1453] Compiling Algorithms FlattenCollection.swift
[1357/1453] Compiling Algorithms Grouped.swift
[1358/1453] Compiling Algorithms Indexed.swift
[1359/1453] Compiling Algorithms Intersperse.swift
[1364/1460] Emitting module BitCollections
[1365/1460] Compiling Atomics IntegerOperations.swift
[1366/1460] Compiling Atomics Unmanaged extensions.swift
[1367/1460] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1368/1460] Compiling BitCollections BitSet+CustomReflectable.swift
[1369/1460] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1370/1460] Compiling BitCollections BitSet+Equatable.swift
[1371/1460] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1372/1460] Compiling BitCollections BitSet+Extras.swift
[1373/1460] Compiling BitCollections BitSet+Hashable.swift
[1377/1460] Compiling Algorithms AdjacentPairs.swift
[1378/1460] Compiling Algorithms Chain.swift
[1379/1460] Compiling Algorithms Chunked.swift
[1383/1460] Compiling Algorithms EitherSequence.swift
[1384/1460] Compiling Algorithms FirstNonNil.swift
[1387/1460] Compiling Algorithms Rotate.swift
[1388/1460] Compiling Algorithms Split.swift
[1389/1460] Compiling Algorithms Stride.swift
[1390/1460] Compiling Algorithms Suffix.swift
[1391/1463] Compiling BitCollections BitSet.Index.swift
[1392/1463] Compiling BitCollections BitSet._UnsafeHandle.swift
[1393/1463] Compiling BitCollections BitSet.swift
[1394/1463] Compiling BitCollections Range+Utilities.swift
[1395/1463] Compiling BitCollections Slice+Utilities.swift
[1396/1463] Compiling BitCollections UInt+Tricks.swift
[1397/1463] Compiling BitCollections _Word.swift
[1398/1463] Compiling BitCollections BitSet+Initializers.swift
[1399/1463] Compiling BitCollections BitSet+Invariants.swift
[1400/1463] Compiling BitCollections BitSet+Random.swift
[1401/1463] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1402/1463] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1403/1463] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1404/1463] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1405/1463] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1406/1463] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1407/1463] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1408/1463] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1409/1463] Compiling BitCollections BitSet+SetAlgebra union.swift
[1410/1463] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1411/1463] Compiling BitCollections BitSet.Counted.swift
[1412/1463] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1413/1463] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1414/1463] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1415/1463] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1416/1463] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1417/1463] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1418/1463] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1430/1463] Compiling CryptoBoringWrapper RandomBytes.swift
[1432/1464] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1436/1464] Compiling CryptoBoringWrapper EllipticCurve.swift
[1437/1464] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1438/1466] Emitting module CryptoBoringWrapper
[1439/1466] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1440/1466] Compiling Collections Collections.swift
[1441/1466] Emitting module Collections
[1442/1466] Compiling Algorithms Trim.swift
[1443/1466] Compiling Algorithms Unique.swift
[1444/1466] Compiling Algorithms Windows.swift
[1453/1466] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1454/1466] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1457/1468] Emitting module Atomics
[1458/1539] Compiling Crypto AES-GCM.swift
[1459/1539] Compiling Crypto AES-GCM_boring.swift
[1460/1539] Compiling Crypto ChaChaPoly_boring.swift
[1461/1539] Compiling Crypto ChaChaPoly.swift
[1462/1539] Emitting module Algorithms
[1466/1540] Compiling Crypto ASN1.swift
[1467/1540] Compiling Crypto ASN1Any.swift
[1468/1540] Compiling Crypto ASN1BitString.swift
[1471/1600] Compiling NIOCore ByteBuffer-views.swift
[1472/1600] Compiling NIOCore Channel.swift
[1473/1600] Compiling NIOCore ChannelHandler.swift
[1474/1600] Compiling NIOCore ChannelHandlers.swift
[1475/1600] Compiling NIOCore ChannelInvoker.swift
[1476/1600] Compiling NIOCore ChannelOption.swift
[1477/1600] Compiling NIOCore ChannelPipeline.swift
[1478/1600] Compiling NIOCore CircularBuffer.swift
[1479/1600] Compiling NIOCore Codec.swift
[1480/1600] Compiling NIOCore ConvenienceOptionSupport.swift
[1481/1609] Compiling NIOCore AddressedEnvelope.swift
[1482/1609] Compiling NIOCore AsyncAwaitSupport.swift
[1483/1609] Compiling NIOCore AsyncChannel.swift
[1484/1609] Compiling NIOCore AsyncChannelHandler.swift
[1485/1609] Compiling NIOCore AsyncChannelInboundStream.swift
[1486/1609] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1487/1609] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1488/1609] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1489/1609] Compiling NIOCore NIOAsyncWriter.swift
[1490/1609] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1491/1609] Compiling NIOCore BSDSocketAPI.swift
[1492/1609] Compiling NIOCore ByteBuffer-aux.swift
[1493/1609] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1494/1609] Compiling NIOCore ByteBuffer-conversions.swift
[1495/1609] Compiling NIOCore ByteBuffer-core.swift
[1496/1609] Compiling NIOCore ByteBuffer-hex.swift
[1497/1609] Compiling NIOCore ByteBuffer-int.swift
[1498/1609] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1499/1609] Compiling NIOCore ByteBuffer-multi-int.swift
[1500/1609] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1501/1609] Emitting module Crypto
[1502/1609] Compiling NIOCore MarkedCircularBuffer.swift
[1503/1609] Compiling NIOCore MulticastChannel.swift
[1504/1609] Compiling NIOCore NIOAny.swift
[1505/1609] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1506/1609] Compiling NIOCore NIOLoopBound.swift
[1507/1609] Compiling NIOCore NIOScheduledCallback.swift
[1508/1609] Compiling NIOCore NIOSendable.swift
[1509/1609] Compiling NIOCore RecvByteBufferAllocator.swift
[1518/1617] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1519/1617] Compiling NIOCore SocketAddresses.swift
[1520/1617] Compiling NIOCore SocketOptionProvider.swift
[1521/1617] Compiling NIOCore SystemCallHelpers.swift
[1522/1617] Compiling NIOCore TimeAmount+Duration.swift
[1523/1617] Compiling NIOCore TypeAssistedChannelHandler.swift
[1524/1617] Compiling NIOCore UniversalBootstrapSupport.swift
[1525/1617] Compiling NIOCore Utilities.swift
[1526/1617] Compiling Crypto ECDSA_boring.swift
[1527/1617] Compiling Crypto EdDSA_boring.swift
[1528/1617] Compiling Crypto ECDSA.swift
[1529/1617] Compiling Crypto Ed25519.swift
[1530/1617] Compiling NIOCore FileHandle.swift
[1531/1617] Compiling NIOCore FileRegion.swift
[1532/1617] Compiling NIOCore GlobalSingletons.swift
[1533/1617] Compiling NIOCore IO.swift
[1534/1617] Compiling NIOCore IOData.swift
[1535/1617] Compiling NIOCore IPProtocol.swift
[1536/1617] Compiling NIOCore IntegerBitPacking.swift
[1537/1617] Compiling NIOCore IntegerTypes.swift
[1538/1617] Compiling NIOCore Interfaces.swift
[1539/1617] Compiling NIOCore Linux.swift
[1540/1617] Compiling NIOCore DeadChannel.swift
[1541/1617] Compiling NIOCore DispatchQueue+WithFuture.swift
[1542/1617] Compiling NIOCore EventLoop+Deprecated.swift
[1543/1617] Compiling NIOCore EventLoop+SerialExecutor.swift
[1544/1617] Compiling NIOCore EventLoop.swift
[1545/1617] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1546/1617] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1547/1617] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1548/1617] Compiling NIOCore EventLoopFuture.swift
[1549/1617] Compiling NIOCore FileDescriptor.swift
[1558/1617] Compiling Crypto Signature.swift
[1559/1617] Compiling Crypto CryptoKitErrors_boring.swift
[1560/1617] Compiling Crypto RNG_boring.swift
[1561/1617] Compiling Crypto SafeCompare_boring.swift
[1562/1617] Compiling Crypto Zeroization_boring.swift
[1563/1617] Compiling Crypto PrettyBytes.swift
[1564/1617] Compiling Crypto SafeCompare.swift
[1565/1617] Compiling Crypto SecureBytes.swift
[1566/1617] Compiling Crypto Zeroization.swift
[1618/1618] Emitting module NIOCore
[1620/1672] Emitting module NIOHTTPTypes
[1621/1672] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1623/1673] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1624/1673] Emitting module NIOEmbedded
[1625/1673] Compiling NIOEmbedded AsyncTestingChannel.swift
[1626/1673] Compiling NIOEmbedded Embedded.swift
[1627/1674] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1628/1674] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1629/1674] Compiling NIOPosix PosixSingletons.swift
[1630/1674] Compiling NIOPosix RawSocketBootstrap.swift
[1631/1674] Compiling NIOPosix Resolver.swift
[1632/1674] Compiling NIOPosix Selectable.swift
[1634/1680] Emitting module NIOPosix
[1635/1680] Compiling NIOPosix ThreadPosix.swift
[1636/1680] Compiling NIOPosix ThreadWindows.swift
[1637/1680] Compiling NIOPosix UnsafeTransfer.swift
[1638/1680] Compiling NIOPosix Utilities.swift
[1639/1680] Compiling NIOPosix VsockAddress.swift
[1640/1680] Compiling NIOPosix VsockChannelEvents.swift
[1641/1680] Compiling NIOPosix SelectableChannel.swift
[1642/1680] Compiling NIOPosix SelectableEventLoop.swift
[1643/1680] Compiling NIOPosix SelectorEpoll.swift
[1644/1680] Compiling NIOPosix SelectorGeneric.swift
[1645/1680] Compiling NIOPosix SelectorKqueue.swift
[1646/1680] Compiling NIOPosix SelectorUring.swift
[1647/1680] Compiling NIOPosix ServerSocket.swift
[1648/1680] Compiling NIOPosix Socket.swift
[1649/1680] Compiling NIOPosix SocketChannel.swift
[1650/1680] Compiling NIOPosix SocketProtocols.swift
[1651/1680] Compiling NIOPosix System.swift
[1652/1680] Compiling NIOPosix Thread.swift
[1653/1680] Compiling NIOPosix Bootstrap.swift
[1654/1680] Compiling NIOPosix ControlMessage.swift
[1655/1680] Compiling NIOPosix DatagramVectorReadManager.swift
[1656/1680] Compiling NIOPosix Errors+Any.swift
[1657/1680] Compiling NIOPosix FileDescriptor.swift
[1658/1680] Compiling NIOPosix GetaddrinfoResolver.swift
[1659/1680] Compiling NIOPosix HappyEyeballs.swift
[1660/1680] Compiling NIOPosix IO.swift
[1661/1680] Compiling NIOPosix IntegerBitPacking.swift
[1662/1680] Compiling NIOPosix IntegerTypes.swift
[1663/1680] Compiling NIOPosix Linux.swift
[1664/1680] Compiling NIOPosix LinuxCPUSet.swift
[1665/1680] Compiling NIOPosix LinuxUring.swift
[1666/1680] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1667/1680] Compiling NIOPosix NIOThreadPool.swift
[1668/1680] Compiling NIOPosix NonBlockingFileIO.swift
[1669/1680] Compiling NIOPosix PendingDatagramWritesManager.swift
[1670/1680] Compiling NIOPosix PendingWritesManager.swift
[1671/1680] Compiling NIOPosix PipeChannel.swift
[1672/1680] Compiling NIOPosix PipePair.swift
[1673/1680] Compiling NIOPosix Pool.swift
[1674/1680] Compiling NIOPosix BSDSocketAPICommon.swift
[1675/1680] Compiling NIOPosix BSDSocketAPIPosix.swift
[1676/1680] Compiling NIOPosix BSDSocketAPIWindows.swift
[1677/1680] Compiling NIOPosix BaseSocket.swift
[1678/1680] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1679/1680] Compiling NIOPosix BaseSocketChannel.swift
[1680/1680] Compiling NIOPosix BaseStreamSocketChannel.swift
[1682/1740] Compiling NIO Exports.swift
[1683/1740] Emitting module NIO
[1684/1740] Compiling _NIOFileSystem ByteCount.swift
[1685/1740] Compiling _NIOFileSystem Convenience.swift
[1686/1740] Compiling _NIOFileSystem DirectoryEntries.swift
[1687/1743] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1688/1743] Compiling _NIOFileSystem BufferedReader.swift
[1689/1743] Compiling _NIOFileSystem BufferedWriter.swift
[1690/1743] Compiling _NIOFileSystem FileChunks.swift
[1691/1743] Compiling _NIOFileSystem FileHandle.swift
[1692/1743] Compiling _NIOFileSystem FileHandleProtocol.swift
[1694/1743] Compiling _NIOFileSystem FileSystemProtocol.swift
[1695/1743] Compiling _NIOFileSystem FileType.swift
[1696/1743] Compiling _NIOFileSystem IOStrategy.swift
[1697/1782] Emitting module _NIOFileSystem
[1698/1786] Compiling NIOTLS TLSEvents.swift
[1699/1786] Compiling NIOSOCKS SOCKSResponse.swift
[1700/1787] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1701/1787] Emitting module NIOTLS
[1702/1787] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1703/1787] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1704/1787] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1705/1787] Compiling NIOSOCKS ClientStateMachine.swift
[1706/1787] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1707/1787] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1708/1787] Compiling NIOHTTP1 HTTPDecoder.swift
[1709/1787] Emitting module NIOSOCKS
[1710/1787] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1711/1787] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1712/1787] Compiling NIOHTTP1 HTTPEncoder.swift
[1713/1787] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1714/1787] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1715/1787] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1716/1787] Compiling AsyncKit Optional+StrictMap.swift
[1717/1787] Compiling AsyncKit Exports.swift
[1718/1787] Compiling NIOSOCKS ServerStateMachine.swift
[1719/1788] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1720/1788] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1721/1788] Compiling NIOTLS SNIHandler.swift
[1723/1789] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1726/1791] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1727/1791] Emitting module NIOFoundationCompat
[1728/1791] Emitting module NIOHTTP1
[1729/1792] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1730/1792] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1736/1792] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1742/1792] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1743/1792] Compiling _NIOFileSystem Mocking.swift
[1744/1792] Compiling _NIOFileSystem Syscall.swift
[1745/1792] Compiling _NIOFileSystem Syscalls.swift
[1746/1792] Compiling _NIOFileSystem ParallelDirCopy.swift
[1747/1792] Compiling _NIOFileSystem ParallelRemoval.swift
[1748/1792] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1749/1792] Compiling _NIOFileSystem CInterop.swift
[1750/1792] Compiling _NIOFileSystem Errno.swift
[1751/1792] Compiling NIOHTTP1 HTTPTypes.swift
[1752/1792] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1753/1792] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1758/1837] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1759/1837] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1760/1837] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1761/1837] Compiling NIOTransportServices AcceptHandler.swift
[1762/1843] Emitting module NIOTransportServices
[1763/1843] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1764/1843] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1765/1843] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1766/1843] Compiling NIOTransportServices NIOTSBootstraps.swift
[1767/1843] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1770/1845] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1771/1845] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1772/1845] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1773/1845] Compiling NIOTransportServices NIOTSErrors.swift
[1774/1845] Compiling NIOTransportServices NIOTSEventLoop.swift
[1775/1845] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1776/1845] Compiling NIOTransportServices NIOTSSingletons.swift
[1777/1845] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1778/1845] Compiling NIOTransportServices StateManagedChannel.swift
[1779/1845] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1780/1845] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1782/1845] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1783/1845] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1784/1845] Compiling NIOSSL SubjectAlternativeName.swift
[1785/1845] Compiling NIOSSL NIOSSLSecureBytes.swift
[1788/1845] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1791/1846] Compiling _NIOFileSystem SystemFileHandle.swift
[1792/1846] Compiling _NIOFileSystem Utilities.swift
[1793/1846] Compiling _NIOFileSystem OpenOptions.swift
[1794/1846] Compiling _NIOFileSystem String+FileSystem.swift
[1803/1846] Emitting module AsyncKit
[1812/1850] Emitting module NIOSSL
[1814/1901] Compiling NIOSSL RNG.swift
[1815/1901] Compiling NIOSSL SafeCompare.swift
[1816/1901] Compiling NIOSSL Zeroization.swift
[1817/1901] Compiling MultipartKit MultipartParser.swift
[1818/1901] Compiling MultipartKit MultipartPart.swift
[1819/1901] Compiling MultipartKit MultipartPartConvertible.swift
[1823/1902] Compiling NIOHPACK HPACKHeader.swift
[1824/1902] Compiling NIOHPACK HeaderTables.swift
[1825/1902] Compiling NIOHPACK HPACKEncoder.swift
[1826/1902] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1827/1902] Compiling MultipartKit FormDataEncoder.swift
[1828/1902] Compiling MultipartKit Storage.swift
[1829/1902] Compiling MultipartKit MultipartFormData.swift
[1836/1904] Emitting module NIOHTTPTypesHTTP1
[1837/1904] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1838/1904] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1839/1904] Compiling NIOWebSocket WebSocketOpcode.swift
[1840/1906] Emitting module NIOHTTPCompression
[1841/1906] Compiling NIOHTTPCompression HTTPCompression.swift
[1842/1921] Compiling NIOHPACK IndexedHeaderTable.swift
[1843/1921] Compiling NIOHPACK IntegerCoding.swift
[1844/1924] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1845/1924] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1847/1924] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1848/1924] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1849/1924] Compiling NIOExtras JSONRPCFraming.swift
[1850/1924] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1851/1924] Compiling NIOExtras LengthFieldPrepender.swift
[1852/1924] Compiling NIOExtras LineBasedFrameDecoder.swift
[1853/1924] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1854/1924] Compiling NIOHTTPCompression HTTPDecompression.swift
[1855/1924] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1856/1924] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1857/1924] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1858/1924] Compiling NIOHPACK HuffmanTables.swift
[1859/1924] Emitting module MultipartKit
[1860/1925] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1861/1925] Compiling NIOExtras NIOExtrasError.swift
[1862/1925] Compiling NIOExtras PCAPRingBuffer.swift
[1863/1925] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1864/1925] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1865/1925] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1866/1926] Compiling NIOHPACK HuffmanCoding.swift
[1867/1926] Compiling NIOHPACK StaticHeaderTable.swift
[1868/1926] Emitting module NIOWebSocket
[1869/1926] Compiling NIOExtras DebugInboundEventsHandler.swift
[1870/1926] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1872/1926] Compiling MultipartKit MultipartSerializer.swift
[1873/1926] Compiling MultipartKit Utilities.swift
[1874/1926] Emitting module NIOHPACK
[1876/1926] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1877/1926] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1879/1926] Compiling NIOWebSocket WebSocketFrame.swift
[1883/1927] Compiling NIOExtras QuiescingHelper.swift
[1884/1927] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1885/1927] Compiling NIOExtras NIORequestIdentifiable.swift
[1887/1929] Compiling NIOExtras RequestResponseHandler.swift
[1899/1936] Emitting module NIOExtras
[1900/1936] Emitting module NIOFileSystem
[1901/1936] Emitting module _NIOFileSystemFoundationCompat
[1902/1936] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1903/1936] Compiling NIOFileSystem Exports.swift
[1904/1936] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1908/1996] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1909/1996] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1910/1996] Compiling NIOHTTP2 MayReceiveFrames.swift
[1911/1996] Compiling NIOHTTP2 ReceivingDataState.swift
[1912/1996] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1913/1996] Compiling NIOHTTP2 SendingRstStreamState.swift
[1914/1996] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1915/1996] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1916/1996] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1917/1996] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1918/1996] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1919/1996] Compiling NIOHTTP2 HasLocalSettings.swift
[1920/1996] Compiling NIOHTTP2 SendingHeadersState.swift
[1928/1996] Compiling NIOHTTP2 Error+Any.swift
[1929/1996] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1930/1996] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1935/2006] Compiling WebSocketKit Exports.swift
[1939/2006] Compiling NIOHTTP2 HasRemoteSettings.swift
[1940/2006] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1941/2006] Compiling NIOHTTP2 QuiescingState.swift
[1942/2006] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1943/2006] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1944/2006] Compiling NIOHTTP2 MaySendFrames.swift
[1945/2006] Compiling NIOHTTP2 SendingDataState.swift
[1946/2006] Compiling NIOHTTP2 SendingGoawayState.swift
[1952/2014] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1953/2014] Emitting module WebSocketKit
[1954/2014] Compiling WebSocketKit WebSocket+Concurrency.swift
[1955/2014] Compiling WebSocketKit WebSocketHandler.swift
[1956/2014] Compiling WebSocketKit WebSocket.swift
[1957/2014] Compiling WebSocketKit WebSocket+Connect.swift
[1958/2014] Compiling WebSocketKit WebSocketClient.swift
[1960/2015] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1961/2015] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1962/2015] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1963/2015] Compiling NIOHTTP2 HTTP2StreamID.swift
[1964/2015] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1965/2015] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1966/2015] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1967/2015] Compiling NIOHTTP2 InboundEventBuffer.swift
[1968/2015] Compiling NIOHTTP2 InboundWindowManager.swift
[1969/2015] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1970/2015] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1971/2015] Compiling NIOHTTP2 StreamChannelList.swift
[1972/2015] Compiling NIOHTTP2 StreamMap.swift
[1973/2015] Compiling NIOHTTP2 StreamStateMachine.swift
[1974/2015] Compiling NIOHTTP2 UnsafeTransfer.swift
[1975/2015] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1976/2015] Emitting module NIOHTTP2
[1981/2015] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1982/2015] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1983/2015] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1984/2015] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1986/2015] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1987/2015] Compiling NIOHTTP2 HTTP2Frame.swift
[1988/2015] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1989/2015] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1990/2015] Compiling NIOHTTP2 HTTP2PingData.swift
[1991/2015] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1992/2015] Compiling NIOHTTP2 HTTP2Settings.swift
[1993/2015] Compiling NIOHTTP2 HTTP2Stream.swift
[2000/2016] Compiling NIOHTTP2 StateMachineResult.swift
[2001/2016] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2002/2016] Compiling NIOHTTP2 DOSHeuristics.swift
[2006/2016] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2007/2016] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2008/2016] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2009/2016] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2010/2016] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2011/2016] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2012/2016] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2013/2016] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2014/2016] Compiling NIOHTTP2 HTTP2Error.swift
[2015/2016] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2018/2076] Emitting module AsyncHTTPClient
[2019/2084] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2020/2084] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2021/2084] Compiling AsyncHTTPClient Transaction.swift
[2022/2084] Compiling AsyncHTTPClient Base64.swift
[2023/2084] Compiling AsyncHTTPClient BasicAuth.swift
[2024/2084] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2025/2084] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2026/2084] Compiling AsyncHTTPClient ConnectionPool.swift
[2027/2084] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2028/2084] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2029/2084] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2030/2084] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2031/2084] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2032/2084] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2033/2084] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2034/2084] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2035/2084] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2036/2084] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2037/2084] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2038/2084] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2039/2084] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2040/2084] Compiling AsyncHTTPClient HTTP1Connection.swift
[2041/2084] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2042/2084] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2043/2084] Compiling AsyncHTTPClient HTTP2Connection.swift
[2044/2084] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2045/2084] Compiling AsyncHTTPClient RequestBag.swift
[2046/2084] Compiling AsyncHTTPClient RequestValidation.swift
[2047/2084] Compiling AsyncHTTPClient SSLContextCache.swift
[2048/2084] Compiling AsyncHTTPClient Scheme.swift
[2049/2084] Compiling AsyncHTTPClient Singleton.swift
[2050/2084] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2051/2084] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2052/2084] Compiling AsyncHTTPClient Utils.swift
[2053/2084] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2054/2084] Compiling AsyncHTTPClient RequestOptions.swift
[2055/2084] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2056/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2057/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2058/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2059/2084] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2060/2084] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2061/2084] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2062/2084] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2063/2084] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2064/2084] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2065/2084] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2066/2084] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2067/2084] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2068/2084] Compiling AsyncHTTPClient RequestBodyLength.swift
[2069/2084] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2070/2084] Compiling AsyncHTTPClient ConnectionTarget.swift
[2071/2084] Compiling AsyncHTTPClient DeconstructedURL.swift
[2072/2084] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2073/2084] Compiling AsyncHTTPClient FoundationExtensions.swift
[2074/2084] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2075/2084] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2076/2084] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2077/2084] Compiling AsyncHTTPClient HTTPClient.swift
[2078/2084] Compiling AsyncHTTPClient HTTPHandler.swift
[2079/2084] Compiling AsyncHTTPClient LRUCache.swift
[2080/2084] Compiling AsyncHTTPClient NWErrorHandler.swift
[2081/2084] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2082/2084] Compiling AsyncHTTPClient TLSConfiguration.swift
[2083/2084] Compiling AsyncHTTPClient RedirectState.swift
[2084/2084] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2086/2254] Compiling Vapor Core.swift
[2087/2254] Compiling Vapor Running.swift
[2088/2254] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2089/2254] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2090/2254] Compiling Vapor DotEnvFile+load.swift
[2091/2254] Compiling Vapor Routes+caseInsenstive.swift
[2092/2254] Compiling Vapor Validatable+validate.swift
[2093/2254] Compiling Vapor Environment+Process.swift
[2094/2254] Compiling Vapor Environment+Secret.swift
[2095/2254] Compiling Vapor Environment.swift
[2096/2254] Compiling Vapor Abort.swift
[2097/2254] Compiling Vapor AbortError.swift
[2098/2254] Compiling Vapor DebuggableError.swift
[2099/2254] Compiling Vapor Demangler.swift
[2100/2254] Compiling Vapor ErrorSource.swift
[2101/2254] Compiling Vapor StackTrace.swift
[2102/2254] Compiling Vapor Exports.swift
[2103/2254] Compiling Vapor Application+HTTP.swift
[2104/2254] Compiling Vapor BasicResponder.swift
[2105/2254] Compiling Vapor BodyStream.swift
[2106/2254] Compiling Vapor Application+HTTP+Client.swift
[2107/2254] Compiling Vapor EventLoopHTTPClient.swift
[2108/2254] Compiling Vapor EndpointCache.swift
[2109/2254] Compiling Vapor HTTPMethod+String.swift
[2110/2278] Compiling Vapor AsyncBasicResponder.swift
[2111/2278] Compiling Vapor AsyncMiddleware.swift
[2112/2278] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2113/2278] Compiling Vapor AsyncSessionDriver.swift
[2114/2278] Compiling Vapor Authentication+Concurrency.swift
[2115/2278] Compiling Vapor Cache+Concurrency.swift
[2116/2278] Compiling Vapor Client+Concurrency.swift
[2117/2278] Compiling Vapor RequestBody+Concurrency.swift
[2118/2278] Compiling Vapor Responder+Concurrency.swift
[2119/2278] Compiling Vapor ResponseCodable+Concurrency.swift
[2120/2278] Compiling Vapor RoutesBuilder+Concurrency.swift
[2121/2278] Compiling Vapor ViewRenderer+Concurrency.swift
[2122/2278] Compiling Vapor WebSocket+Concurrency.swift
[2123/2278] Compiling Vapor ContainerGetPathExecutor.swift
[2124/2278] Compiling Vapor Content.swift
[2125/2278] Compiling Vapor ContentCoders.swift
[2126/2278] Compiling Vapor ContentConfiguration.swift
[2127/2278] Compiling Vapor ContentContainer.swift
[2128/2278] Compiling Vapor JSONCoder+Custom.swift
[2129/2278] Compiling Vapor JSONCoders+Content.swift
[2130/2278] Compiling Vapor PlaintextDecoder.swift
[2131/2278] Compiling Vapor PlaintextEncoder.swift
[2132/2278] Compiling Vapor URLQueryCoders.swift
[2133/2278] Compiling Vapor URLQueryContainer.swift
[2134/2302] Compiling Vapor HTTPServerResponseEncoder.swift
[2135/2302] Compiling Vapor HTTPServerUpgradeHandler.swift
[2136/2302] Compiling Vapor Logger+Report.swift
[2137/2302] Compiling Vapor LoggingSystem+Environment.swift
[2138/2302] Compiling Vapor Application+Middleware.swift
[2139/2302] Compiling Vapor CORSMiddleware.swift
[2140/2302] Compiling Vapor ErrorMiddleware.swift
[2141/2302] Compiling Vapor FileMiddleware.swift
[2142/2302] Compiling Vapor Middleware.swift
[2143/2302] Compiling Vapor MiddlewareConfiguration.swift
[2144/2302] Compiling Vapor ResponseCompressionMiddleware.swift
[2145/2302] Compiling Vapor RouteLoggingMiddleware.swift
[2146/2302] Compiling Vapor TracingMiddleware.swift
[2147/2302] Compiling Vapor File+Multipart.swift
[2148/2302] Compiling Vapor FormDataDecoder+Content.swift
[2149/2302] Compiling Vapor FormDataEncoder+Content.swift
[2150/2302] Compiling Vapor Application+Password.swift
[2151/2302] Compiling Vapor Application+Passwords.swift
[2152/2302] Compiling Vapor AsyncPasswordHasher.swift
[2153/2302] Compiling Vapor BcryptHasher.swift
[2154/2302] Compiling Vapor PasswordHasher.swift
[2155/2302] Compiling Vapor PlaintextHasher.swift
[2156/2302] Compiling Vapor Request+Password.swift
[2157/2302] Compiling Vapor Redirect.swift
[2158/2302] Compiling Vapor Application.swift
[2159/2302] Compiling Vapor AuthenticationCache.swift
[2160/2302] Compiling Vapor Authenticator.swift
[2161/2302] Compiling Vapor BasicAuthorization.swift
[2162/2302] Compiling Vapor BearerAuthorization.swift
[2163/2302] Compiling Vapor GuardMiddleware.swift
[2164/2302] Compiling Vapor RedirectMiddleware.swift
[2165/2302] Compiling Vapor SessionAuthenticatable.swift
[2166/2302] Compiling Vapor Bcrypt.swift
[2167/2302] Compiling Vapor Application+Cache.swift
[2168/2302] Compiling Vapor Cache.swift
[2169/2302] Compiling Vapor CacheExpirationTime.swift
[2170/2302] Compiling Vapor MemoryCache.swift
[2171/2302] Compiling Vapor Request+Cache.swift
[2172/2302] Compiling Vapor Application+Clients.swift
[2173/2302] Compiling Vapor Client.swift
[2174/2302] Compiling Vapor ClientRequest.swift
[2175/2302] Compiling Vapor ClientResponse.swift
[2176/2302] Compiling Vapor Request+Client.swift
[2177/2302] Compiling Vapor BootCommand.swift
[2178/2302] Compiling Vapor CommandContext+Application.swift
[2179/2302] Compiling Vapor RoutesCommand.swift
[2180/2302] Compiling Vapor ServeCommand.swift
[2181/2302] Compiling Vapor AnyResponse+Concurrency.swift
[2182/2302] Compiling Vapor Validator.swift
[2183/2302] Compiling Vapor ValidatorResult.swift
[2184/2302] Compiling Vapor And.swift
[2185/2302] Compiling Vapor Case.swift
[2186/2302] Compiling Vapor CharacterSet.swift
[2187/2302] Compiling Vapor Count.swift
[2188/2302] Compiling Vapor Custom.swift
[2189/2302] Compiling Vapor Email.swift
[2190/2302] Compiling Vapor Empty.swift
[2191/2302] Compiling Vapor In.swift
[2192/2302] Compiling Vapor Nil.swift
[2193/2302] Compiling Vapor NilIgnoring.swift
[2194/2302] Compiling Vapor Not.swift
[2195/2302] Compiling Vapor Or.swift
[2196/2302] Compiling Vapor Pattern.swift
[2197/2302] Compiling Vapor Range.swift
[2198/2302] Compiling Vapor URL.swift
[2199/2302] Compiling Vapor Valid.swift
[2200/2302] Compiling Vapor Application+Views.swift
[2201/2302] Compiling Vapor PlaintextRenderer.swift
[2202/2302] Compiling Vapor Request+View.swift
[2203/2302] Compiling Vapor View.swift
[2204/2302] Compiling Vapor ViewRenderer.swift
[2205/2302] Compiling Vapor _Deprecations.swift
[2206/2302] Emitting module Vapor
[2207/2302] Compiling Vapor Bytes+Hex.swift
[2208/2302] Compiling Vapor Bytes+SecureCompare.swift
[2209/2302] Compiling Vapor Collection+Safe.swift
[2210/2302] Compiling Vapor DataProtocol+Copy.swift
[2211/2302] Compiling Vapor DecoderUnwrapper.swift
[2212/2302] Compiling Vapor DirectoryConfiguration.swift
[2213/2302] Compiling Vapor DotEnv.swift
[2214/2302] Compiling Vapor Extendable.swift
[2215/2302] Compiling Vapor File.swift
[2216/2302] Compiling Vapor FileIO.swift
[2217/2302] Compiling Vapor LifecycleHandler.swift
[2218/2302] Compiling Vapor OptionalType.swift
[2219/2302] Compiling Vapor RFC1123.swift
[2220/2302] Compiling Vapor SocketAddress+Hostname.swift
[2221/2302] Compiling Vapor Storage.swift
[2222/2302] Compiling Vapor String+IsIPAddress.swift
[2223/2302] Compiling Vapor Thread.swift
[2224/2302] Compiling Vapor URI.swift
[2225/2302] Compiling Vapor RangeResult.swift
[2226/2302] Compiling Vapor Validatable.swift
[2227/2302] Compiling Vapor Validation.swift
[2228/2302] Compiling Vapor ValidationKey.swift
[2229/2302] Compiling Vapor Validations.swift
[2230/2302] Compiling Vapor ValidationsError.swift
[2231/2302] Compiling Vapor HTTPStatus.swift
[2232/2302] Compiling Vapor HTTPCookies.swift
[2233/2302] Compiling Vapor HTTPHeaderCacheControl.swift
[2234/2302] Compiling Vapor HTTPHeaderExpires.swift
[2235/2302] Compiling Vapor HTTPHeaderLastModified.swift
[2236/2302] Compiling Vapor HTTPHeaders+Cache.swift
[2237/2302] Compiling Vapor HTTPHeaders+Connection.swift
[2238/2302] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2239/2302] Compiling Vapor HTTPHeaders+ContentRange.swift
[2240/2302] Compiling Vapor HTTPHeaders+Directive.swift
[2241/2302] Compiling Vapor HTTPHeaders+Forwarded.swift
[2242/2302] Compiling Vapor HTTPHeaders+Link.swift
[2243/2302] Compiling Vapor HTTPHeaders+Name.swift
[2244/2302] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2245/2302] Compiling Vapor HTTPHeaders.swift
[2246/2302] Compiling Vapor HTTPMediaType.swift
[2247/2302] Compiling Vapor HTTPMediaTypePreference.swift
[2248/2302] Compiling Vapor Responder.swift
[2249/2302] Compiling Vapor Application+HTTP+Server.swift
[2250/2302] Compiling Vapor HTTPServer.swift
[2251/2302] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2252/2302] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2253/2302] Compiling Vapor HTTPServerHandler.swift
[2254/2302] Compiling Vapor HTTPServerRequestDecoder.swift
[2255/2302] Compiling Vapor Request+Body.swift
[2256/2302] Compiling Vapor Request+BodyStream.swift
[2257/2302] Compiling Vapor Request.swift
[2258/2302] Compiling Vapor Application+Responder.swift
[2259/2302] Compiling Vapor DefaultResponder.swift
[2260/2302] Compiling Vapor Response+Body.swift
[2261/2302] Compiling Vapor Response.swift
[2262/2302] Compiling Vapor ResponseCodable.swift
[2263/2302] Compiling Vapor Application+Routes.swift
[2264/2302] Compiling Vapor Parameters+Require.swift
[2265/2302] Compiling Vapor Request+WebSocket.swift
[2266/2302] Compiling Vapor Route.swift
[2267/2302] Compiling Vapor RouteCollection.swift
[2268/2302] Compiling Vapor Routes.swift
[2269/2302] Compiling Vapor RoutesBuilder+Group.swift
[2270/2302] Compiling Vapor RoutesBuilder+Method.swift
[2271/2302] Compiling Vapor RoutesBuilder+Middleware.swift
[2272/2302] Compiling Vapor RoutesBuilder+WebSocket.swift
[2273/2302] Compiling Vapor RoutesBuilder.swift
[2274/2302] Compiling Vapor OTP.swift
[2275/2302] Compiling Vapor Application+Servers.swift
[2276/2302] Compiling Vapor Server.swift
[2277/2302] Compiling Vapor App+Service.swift
[2278/2302] Compiling Vapor Req+Service.swift
[2279/2302] Compiling Vapor Service.swift
[2280/2302] Compiling Vapor Application+Sessions.swift
[2281/2302] Compiling Vapor MemorySessions.swift
[2282/2302] Compiling Vapor Request+Session.swift
[2283/2302] Compiling Vapor Session.swift
[2284/2302] Compiling Vapor SessionCache.swift
[2285/2302] Compiling Vapor SessionData.swift
[2286/2302] Compiling Vapor SessionDriver.swift
[2287/2302] Compiling Vapor SessionsConfiguration.swift
[2288/2302] Compiling Vapor SessionsMiddleware.swift
[2289/2302] Compiling Vapor URLEncodedFormData.swift
[2290/2302] Compiling Vapor URLEncodedFormDecoder.swift
[2291/2302] Compiling Vapor URLEncodedFormEncoder.swift
[2292/2302] Compiling Vapor URLEncodedFormError.swift
[2293/2302] Compiling Vapor URLEncodedFormParser.swift
[2294/2302] Compiling Vapor URLEncodedFormSerializer.swift
[2295/2302] Compiling Vapor URLQueryFragmentConvertible.swift
[2296/2302] Compiling Vapor AnyResponse.swift
[2297/2302] Compiling Vapor Array+Random.swift
[2298/2302] Compiling Vapor Base32.swift
[2299/2302] Compiling Vapor Base64.swift
[2300/2302] Compiling Vapor BaseN.swift
[2301/2302] Compiling Vapor BasicCodingKey.swift
[2302/2302] Compiling Vapor ByteCount.swift
[2304/2305] Compiling OpenAPIVapor VaporTransport.swift
[2305/2305] Emitting module OpenAPIVapor
Build complete! (208.45s)
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.106.7",
            "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.