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 VaporOpenAPI, reference main (026e8b), with Swift 6.0 for Linux on 26 Mar 2025 03:03:24 UTC.

Swift 6 data race errors: 11

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/VaporOpenAPI.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/mattpolzin/VaporOpenAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 026e8b6 Merge pull request #22 from leogdion/patch-1
Cloned https://github.com/mattpolzin/VaporOpenAPI.git
Revision (git rev-parse @):
026e8b6f5a7703ee85f64da33301bd3cdb7d03af
SUCCESS checkout https://github.com/mattpolzin/VaporOpenAPI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattpolzin/VaporOpenAPI.git
https://github.com/mattpolzin/VaporOpenAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.86.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "vaportypedroutes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
    },
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "openapireflection",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
    }
  ],
  "manifest_display_name" : "VaporOpenAPI",
  "name" : "VaporOpenAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporOpenAPI",
      "targets" : [
        "VaporOpenAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporOpenAPITests",
      "module_type" : "SwiftTarget",
      "name" : "VaporOpenAPITests",
      "path" : "Tests/VaporOpenAPITests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporOpenAPITests.swift"
      ],
      "target_dependencies" : [
        "VaporOpenAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporOpenAPI",
      "module_type" : "SwiftTarget",
      "name" : "VaporOpenAPI",
      "path" : "Sources/VaporOpenAPI",
      "product_dependencies" : [
        "Vapor",
        "VaporTypedRoutes",
        "OpenAPIKit",
        "OpenAPIReflection"
      ],
      "product_memberships" : [
        "VaporOpenAPI"
      ],
      "sources" : [
        "ContentConfiguration+JSONEncoder.swift",
        "EventLoopFuture+OpenAPI.swift",
        "Exports.swift",
        "QueryParam+OpenAPI.swift",
        "Route+Metadata.swift",
        "Sampleable+OpenAPIExample.swift",
        "VaporHttp+OpenAPI.swift",
        "VaporPathComponent+OpenAPI.swift",
        "VaporRoute+OpenAPI.swift",
        "VaporRoutes+OpenAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
Fetching https://github.com/mattpolzin/VaporTypedRoutes.git
[1/362] Fetching openapireflection
[363/560] Fetching openapireflection, vaportypedroutes
Fetched https://github.com/mattpolzin/VaporTypedRoutes.git from cache (0.26s)
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (0.26s)
[1/74054] Fetching vapor
[12591/152461] Fetching vapor, openapikit
Fetched https://github.com/vapor/vapor.git from cache (4.43s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (4.46s)
Computing version for https://github.com/mattpolzin/VaporTypedRoutes.git
Computed https://github.com/mattpolzin/VaporTypedRoutes.git at 0.10.0 (2.16s)
Computing version for https://github.com/mattpolzin/OpenAPIReflection.git
Computed https://github.com/mattpolzin/OpenAPIReflection.git at 2.0.1 (0.61s)
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.23s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (0.63s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.4.2 (0.86s)
Fetching https://github.com/jpsim/Yams.git
[1/10287] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.18s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.59s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.0 (0.65s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1034] Fetching swift-service-context
[1035/4230] Fetching swift-service-context, multipart-kit
[1994/6763] Fetching swift-service-context, multipart-kit, websocket-kit
[2764/8468] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics
[5348/13420] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-distributed-tracing
[6511/19283] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.53s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.53s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1631/5354] Fetching multipart-kit, swift-metrics
[3789/9141] Fetching multipart-kit, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.29s)
[3107/6983] Fetching multipart-kit, swift-log
Fetching https://github.com/apple/swift-nio.git
[3866/12423] Fetching multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
[7071/29326] Fetching multipart-kit, swift-nio-extras, routing-kit
[21879/103697] Fetching multipart-kit, swift-nio-extras, routing-kit, swift-nio
[28288/115078] Fetching multipart-kit, swift-nio-extras, routing-kit, swift-nio, swift-nio-http2
Fetched https://github.com/vapor/multipart-kit.git from cache (1.57s)
[41506/111882] Fetching swift-nio-extras, routing-kit, swift-nio, swift-nio-http2
Fetching https://github.com/apple/swift-crypto.git
[46879/126344] Fetching swift-nio-extras, routing-kit, swift-nio, swift-nio-http2, swift-nio-ssl
[77446/139194] Fetching swift-nio-extras, routing-kit, swift-nio, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.04s)
[58190/118504] Fetching swift-nio-extras, swift-nio, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[73636/123989] Fetching swift-nio-extras, swift-nio, swift-nio-http2, swift-nio-ssl, swift-crypto, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.46s)
[69447/112608] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-crypto, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.52s)
[68546/107123] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[69982/109493] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.31s)
[74027/107123] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-crypto
[75670/120858] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.78s)
[96082/115418] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.81s)
[82364/100956] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.08s)
[70116/87221] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.14s)
[69909/74371] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.86s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4221] Fetching swift-system
[2028/20116] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.63s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (1.00s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2336] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.16s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1093] Fetching swift-http-structured-headers
[876/1970] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.04s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
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.0 (1.09s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (1.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.99s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.08s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.38s)
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 (1.08s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.23s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.17s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.21s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.07s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.18s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (4.07s)
Fetching https://github.com/apple/swift-asn1.git
[1/1547] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (1.31s)
Creating working copy for https://github.com/mattpolzin/OpenAPIReflection.git
Working copy of https://github.com/mattpolzin/OpenAPIReflection.git resolved at 2.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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/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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
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.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.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.29.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
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/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.4.2
Creating working copy for https://github.com/mattpolzin/VaporTypedRoutes.git
Working copy of https://github.com/mattpolzin/VaporTypedRoutes.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Building for debugging...
[0/836] Write sources
[51/836] Compiling _AtomicsShims.c
[52/836] Compiling _NumericsShims _NumericsShims.c
[53/836] Compiling CNIOWASI CNIOWASI.c
[54/836] Compiling CVaporBcrypt bcrypt.c
[55/836] Compiling CNIOWindows WSAStartup.c
[56/836] Compiling CNIOWindows shim.c
[57/836] Compiling CNIOLinux liburing_shims.c
[58/836] Compiling CSystem shims.c
[59/836] Compiling CNIOLLHTTP c_nio_http.c
[60/836] Compiling CNIOSHA1 c_nio_sha1.c
[61/836] Compiling CVaporBcrypt blf.c
[62/836] Compiling CNIODarwin shim.c
[63/836] Compiling CNIOExtrasZlib empty.c
[64/836] Compiling CNIOLinux shim.c
[65/836] Compiling CNIOLLHTTP c_nio_api.c
[66/836] Compiling fiat_p256_adx_mul.S
[67/836] Compiling fiat_curve25519_adx_square.S
[68/836] Compiling fiat_p256_adx_sqr.S
[69/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/836] Write swift-version-24593BA9C3E375BF.txt
[71/836] Compiling fiat_curve25519_adx_mul.S
[72/836] Compiling CNIOBoringSSLShims shims.c
[73/842] Compiling tls_method.cc
[74/842] Compiling tls_record.cc
[75/842] Compiling tls13_both.cc
[76/842] Compiling tls13_server.cc
[78/843] Emitting module _NIODataStructures
[78/855] Compiling tls13_client.cc
[79/873] Compiling tls13_enc.cc
[81/873] Emitting module ServiceContextModule
[82/923] Emitting module Logging
[83/923] Emitting module SystemPackage
[84/926] Emitting module OpenAPIKitCore
[85/930] Emitting module _NIOBase64
[86/930] Compiling _NIOBase64 Base64.swift
[87/931] Compiling ServiceContextModule ServiceContextKey.swift
[88/931] Compiling ServiceContextModule ServiceContext.swift
[89/932] Emitting module Sampleable
[90/932] Compiling Sampleable Sampleable.swift
[91/933] Compiling SystemPackage Util+StringArray.swift
[92/933] Compiling SystemPackage Util.swift
[93/933] Compiling SystemPackage UtilConsumers.swift
[94/933] Emitting module RealModule
[95/934] Compiling _NIODataStructures _TinyArray.swift
[96/934] Compiling RealModule Real.swift
[97/934] Compiling RealModule AugmentedArithmetic.swift
[98/934] Compiling RealModule Double+Real.swift
[99/934] Compiling RealModule Float80+Real.swift
[100/934] Compiling OpenAPIKitCore OpenAPIError.swift
[101/934] Compiling OpenAPIKitCore OpenAPIWarning.swift
[102/934] Compiling OpenAPIKitCore RequestDecodingError.swift
[103/934] Compiling OpenAPIKitCore OpenAPIReference.swift
[104/934] Compiling OpenAPIKitCore OrderedDictionary.swift
[105/934] Compiling RealModule AlgebraicField.swift
[106/934] Compiling RealModule ApproximateEquality.swift
[111/934] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[112/934] Compiling _NIODataStructures PriorityQueue.swift
[113/934] Compiling OpenAPIKitCore ResponseStatusCode.swift
[114/934] Compiling OpenAPIKitCore SecurityScheme.swift
[115/934] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[116/934] Compiling RealModule ElementaryFunctions.swift
[117/934] Compiling RealModule Float16+Real.swift
[118/934] Compiling RealModule Float+Real.swift
[122/934] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[124/934] Compiling OpenAPIKitCore Either.swift
[125/934] Compiling OpenAPIKitCore CodingPathError.swift
[131/934] Compiling OpenAPIKitCore AnyCodable.swift
[132/934] Compiling OpenAPIKitCore Either+Codable.swift
[133/934] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[138/934] Compiling RealModule RealFunctions.swift
[140/955] Compiling InternalCollectionsUtilities _SortedCollection.swift
[141/955] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[142/963] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[143/963] Compiling InternalCollectionsUtilities Specialize.swift
[144/963] Compiling Instrumentation NoOpInstrument.swift
[145/963] Compiling InternalCollectionsUtilities Debugging.swift
[146/963] Compiling InternalCollectionsUtilities Descriptions.swift
[147/963] Compiling Instrumentation MultiplexInstrument.swift
[148/963] Compiling Logging Locks.swift
[149/963] Compiling Instrumentation Instrument.swift
[150/963] Compiling Instrumentation InstrumentationSystem.swift
[151/963] Emitting module Instrumentation
[152/963] Compiling Instrumentation Locks.swift
[153/964] Compiling _NIODataStructures Heap.swift
[154/964] Compiling Logging MetadataProvider.swift
[155/965] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[156/965] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[157/965] Compiling OpenAPIKitCore ComponentKey.swift
[158/965] Compiling OpenAPIKitCore ContentType.swift
[159/965] Compiling OpenAPIKitCore OAuthFlows.swift
[160/965] Compiling OpenAPIKitCore ParameterContextLocation.swift
[161/965] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[162/965] Compiling OpenAPIKitCore Path.swift
[163/966] Compiling Logging LogHandler.swift
[164/966] Compiling Logging Logging.swift
[171/967] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[172/967] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[173/967] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[174/975] Compiling Tracing InstrumentationSystem+Tracing.swift
[175/975] Emitting module InternalCollectionsUtilities
[175/975] Compiling t1_enc.cc
[177/975] Compiling Tracing TracingTime.swift
[178/975] Compiling Tracing TracerProtocol.swift
[179/975] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[180/975] Compiling InternalCollectionsUtilities Integer rank.swift
[181/975] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[182/975] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[183/975] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[184/975] Compiling InternalCollectionsUtilities UInt+reversed.swift
[185/975] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[187/982] Emitting module Tracing
[188/982] Compiling Tracing TracerProtocol+Legacy.swift
[189/982] Compiling Tracing Tracer.swift
[190/982] Compiling CoreMetrics Locks.swift
[191/982] Emitting module CoreMetrics
[192/982] Compiling CoreMetrics Metrics.swift
[194/983] Emitting module RoutingKit
[195/983] Compiling RoutingKit PathComponent.swift
[196/983] Compiling Tracing SpanProtocol.swift
[197/983] Compiling Tracing NoOpTracer.swift
[198/984] Compiling ssl_versions.cc
[200/984] Compiling RoutingKit Router.swift
[201/984] Compiling RoutingKit TrieRouter.swift
[201/1023] Compiling ssl_transcript.cc
[203/1038] Compiling _RopeModule BigString+Invariants.swift
[204/1038] Compiling _RopeModule BigString+Iterators.swift
[205/1038] Compiling _RopeModule BigString+Metrics.swift
[206/1038] Compiling _RopeModule BigString+Summary.swift
[207/1038] Compiling _RopeModule BigString.swift
[208/1071] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[209/1071] Compiling _RopeModule BigString+Hashing.swift
[210/1071] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[211/1071] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[212/1109] Compiling OrderedCollections OrderedSet+Diffing.swift
[213/1109] Compiling OrderedCollections OrderedSet+Equatable.swift
[214/1109] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[215/1109] Compiling OrderedCollections OrderedSet+Hashable.swift
[216/1109] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[217/1109] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[218/1109] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[219/1109] Compiling OrderedCollections OrderedDictionary+Values.swift
[220/1109] Compiling OrderedCollections OrderedSet+Initializers.swift
[221/1109] Compiling OrderedCollections OrderedSet+Insertions.swift
[222/1109] Compiling OrderedCollections OrderedSet+Invariants.swift
[223/1109] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[224/1109] Compiling OrderedCollections OrderedDictionary+Elements.swift
[225/1109] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[226/1109] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[227/1109] Compiling OrderedCollections _HashTable+Bucket.swift
[228/1109] Compiling OrderedCollections _HashTable+BucketIterator.swift
[228/1109] Compiling ssl_x509.cc
[231/1117] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[232/1117] Compiling HeapModule Heap+Descriptions.swift
[233/1117] Emitting module Metrics
[234/1117] Compiling Metrics Metrics.swift
[236/1182] Compiling HeapModule _HeapNode.swift
[237/1209] Compiling HeapModule Heap.swift
[237/1209] Compiling ssl_stat.cc
[239/1209] Compiling HeapModule Heap+UnsafeHandle.swift
[240/1209] Compiling HeapModule Heap+Invariants.swift
[241/1209] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/1209] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[243/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[244/1209] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[245/1209] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[246/1209] Compiling HashTreeCollections TreeDictionary+Filter.swift
[247/1209] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[248/1216] Compiling DequeModule Deque+CustomReflectable.swift
[249/1216] Compiling DequeModule Deque+Descriptions.swift
[250/1218] Emitting module HeapModule
[251/1219] Compiling DequeModule Deque+Equatable.swift
[252/1219] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[253/1219] Compiling RoutingKit Parameters.swift
[254/1219] Compiling RoutingKit AnyRouter.swift
[255/1245] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[256/1245] Compiling HashTreeCollections TreeDictionary+Keys.swift
[257/1245] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[258/1245] Compiling HashTreeCollections TreeDictionary+Merge.swift
[259/1245] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[260/1245] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[261/1245] Compiling HashTreeCollections TreeDictionary+Values.swift
[264/1280] Compiling OpenAPIKit OperationDecodingError.swift
[265/1280] Compiling OpenAPIKit PathDecodingError.swift
[266/1280] Compiling OpenAPIKit DereferencedContent.swift
[267/1280] Compiling OpenAPIKit DocumentDecodingError.swift
[268/1280] Compiling OpenAPIKit Content.swift
[269/1280] Compiling OpenAPIKit ContentEncoding.swift
[270/1280] Compiling OpenAPIKit DereferencedParameter.swift
[271/1280] Compiling OpenAPIKit DereferencedSchemaContext.swift
[272/1280] Compiling OpenAPIKit Parameter.swift
[273/1280] Compiling OpenAPIKit ParameterContext.swift
[274/1280] Compiling OpenAPIKit ParameterSchemaContext.swift
[275/1280] Compiling OpenAPIKit DereferencedPathItem.swift
[276/1280] Compiling OpenAPIKit PathItem.swift
[277/1280] Compiling OpenAPIKit ResolvedRoute.swift
[278/1280] Compiling OpenAPIKit DereferencedRequest.swift
[279/1280] Compiling OpenAPIKit Request.swift
[280/1290] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[288/1290] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[289/1290] Compiling OpenAPIKit Either+Summarizable.swift
[290/1290] Compiling OpenAPIKit Either+Validatable.swift
[291/1290] Compiling OpenAPIKit Link.swift
[292/1290] Compiling OpenAPIKit OpenAPI.swift
[293/1290] Compiling OpenAPIKit DereferencedOperation.swift
[294/1290] Compiling OpenAPIKit Operation.swift
[295/1290] Compiling OpenAPIKit ResolvedEndpoint.swift
[296/1290] Compiling OpenAPIKit AnyCodable+Validatable.swift
[297/1290] Compiling OpenAPIKit Callbacks.swift
[298/1290] Compiling OpenAPIKit CodableVendorExtendable.swift
[299/1290] Compiling OpenAPIKit Components+JSONReference.swift
[300/1290] Compiling OpenAPIKit Components+Locatable.swift
[301/1290] Compiling OpenAPIKit Components.swift
[304/1290] Compiling OpenAPIKit Header.swift
[305/1290] Compiling OpenAPIKit JSONReference.swift
[306/1290] Compiling OpenAPIKit DereferencedContentEncoding.swift
[307/1290] Compiling OpenAPIKit DereferencedDocument.swift
[308/1290] Compiling OpenAPIKit Document.swift
[309/1290] Compiling OpenAPIKit DocumentInfo.swift
[310/1290] Compiling OpenAPIKit ResolvedDocument.swift
[311/1290] Compiling OpenAPIKit Either+Convenience.swift
[312/1290] Compiling OpenAPIKit ExternalDocumentation.swift
[313/1290] Compiling OpenAPIKit DereferencedHeader.swift
[314/1290] Compiling OpenAPIKit ResponseDecodingError.swift
[315/1290] Compiling OpenAPIKit Example.swift
[316/1290] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[317/1290] Compiling OpenAPIKit SecurityScheme.swift
[318/1290] Compiling OpenAPIKit Server.swift
[319/1290] Compiling OpenAPIKit Tag.swift
[320/1290] Compiling OpenAPIKit URLTemplate+Validatable.swift
[321/1290] Compiling OrderedCollections OrderedSet.swift
[322/1290] Compiling OrderedCollections _UnsafeBitset.swift
[323/1290] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[324/1290] Compiling HashTreeCollections TreeSet+Extras.swift
[325/1290] Compiling HashTreeCollections TreeSet+Filter.swift
[326/1290] Compiling OpenAPIKit DereferencedResponse.swift
[327/1290] Compiling OpenAPIKit Response.swift
[328/1290] Compiling OpenAPIKit RuntimeExpression.swift
[329/1290] Compiling OpenAPIKit SchemaProtocols.swift
[330/1290] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[331/1290] Compiling OpenAPIKit DereferencedJSONSchema.swift
[332/1290] Compiling OpenAPIKit JSONSchema+Combining.swift
[333/1290] Compiling OpenAPIKit JSONSchema.swift
[334/1290] Compiling OpenAPIKit JSONSchemaContext.swift
[335/1290] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[336/1290] Compiling OpenAPIKit TypesAndFormats.swift
[357/1299] Compiling _RopeModule _CharacterRecognizer.swift
[358/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[359/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[360/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[361/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[362/1299] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[363/1299] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[364/1299] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[365/1299] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[366/1299] Compiling HashTreeCollections TreeSet.swift
[373/1299] Compiling HashTreeCollections _HashTreeIterator.swift
[374/1299] Compiling HashTreeCollections _HashTreeStatistics.swift
[375/1299] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[395/1299] Emitting module DequeModule
[402/1300] Compiling ssl_privkey.cc
[404/1300] Compiling ssl_session.cc
[409/1300] Compiling _RopeModule Rope+Join.swift
[410/1300] Compiling _RopeModule Rope+MutatingForEach.swift
[411/1300] Compiling _RopeModule Rope+Remove.swift
[412/1300] Compiling _RopeModule Rope+RemoveSubrange.swift
[413/1300] Compiling _RopeModule Rope+Split.swift
[414/1300] Compiling _RopeModule Optional Utilities.swift
[415/1300] Compiling _RopeModule String Utilities.swift
[416/1300] Compiling _RopeModule String.Index+ABI.swift
[416/1300] Compiling ssl_lib.cc
[418/1300] Emitting module OrderedCollections
[420/1301] Emitting module OpenAPIKit
[420/1309] Compiling ssl_file.cc
[421/1309] Compiling ssl_key_share.cc
[422/1309] Compiling ssl_credential.cc
[466/1309] Emitting module _RopeModule
[466/1309] Compiling ssl_cipher.cc
[506/1310] Compiling ssl_cert.cc
[507/1310] Compiling ssl_buffer.cc
[508/1310] Compiling ssl_asn1.cc
[509/1310] Compiling ssl_aead_ctx.cc
[526/1310] Compiling s3_pkt.cc
[546/1310] Emitting module HashTreeCollections
[547/1311] Compiling s3_lib.cc
[548/1311] Compiling s3_both.cc
[549/1311] Compiling handshake_server.cc
[550/1311] Compiling handshake.cc
[551/1311] Compiling handshake_client.cc
[560/1311] Compiling handoff.cc
[562/1311] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[563/1311] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[564/1311] Compiling OpenAPIKit Validation+Builtins.swift
[565/1311] Compiling OpenAPIKit Validation.swift
[566/1311] Compiling OpenAPIKit Validator+Convenience.swift
[567/1311] Compiling OpenAPIKit Validator.swift
[568/1311] Compiling OpenAPIKit XML.swift
[569/1311] Compiling OpenAPIKit _CoreReExport.swift
[569/1311] Compiling encrypted_client_hello.cc
[570/1311] Compiling dtls_record.cc
[571/1311] Compiling d1_srtp.cc
[572/1311] Compiling md5-x86_64-linux.S
[573/1311] Compiling extensions.cc
[574/1311] Compiling md5-x86_64-apple.S
[575/1311] Compiling dtls_method.cc
[576/1311] Compiling md5-586-linux.S
[577/1311] Compiling md5-586-apple.S
[578/1311] Compiling chacha20_poly1305_x86_64-apple.S
[579/1311] Compiling chacha20_poly1305_x86_64-linux.S
[580/1311] Compiling chacha20_poly1305_armv8-win.S
[581/1311] Compiling d1_pkt.cc
[582/1311] Compiling chacha20_poly1305_armv8-linux.S
[583/1311] Compiling chacha20_poly1305_armv8-apple.S
[584/1311] Compiling chacha-x86_64-linux.S
[585/1311] Compiling chacha-x86_64-apple.S
[586/1311] Compiling chacha-x86-linux.S
[587/1311] Compiling chacha-x86-apple.S
[588/1311] Compiling err_data.cc
[589/1311] Compiling chacha-armv8-linux.S
[590/1311] Compiling chacha-armv8-win.S
[590/1311] Compiling chacha-armv4-linux.S
[592/1311] Compiling chacha-armv8-apple.S
[593/1311] Compiling aes128gcmsiv-x86_64-apple.S
[594/1311] Compiling aes128gcmsiv-x86_64-linux.S
[595/1311] Compiling x86_64-mont5-apple.S
[596/1311] Compiling x86_64-mont5-linux.S
[597/1311] Compiling x86_64-mont-linux.S
[598/1311] Compiling x86-mont-apple.S
[599/1311] Compiling x86_64-mont-apple.S
[600/1311] Compiling x86-mont-linux.S
[601/1311] Compiling vpaes-x86_64-linux.S
[602/1311] Compiling vpaes-x86_64-apple.S
[603/1311] Compiling vpaes-x86-apple.S
[604/1311] Compiling vpaes-x86-linux.S
[605/1311] Compiling vpaes-armv8-linux.S
[606/1311] Compiling vpaes-armv8-win.S
[607/1311] Compiling vpaes-armv7-linux.S
[608/1311] Compiling vpaes-armv8-apple.S
[609/1311] Compiling bio_ssl.cc
[610/1311] Compiling sha512-x86_64-apple.S
[611/1311] Compiling sha512-armv8-win.S
[612/1311] Compiling sha512-x86_64-linux.S
[613/1311] Compiling sha512-armv8-linux.S
[614/1311] Compiling sha512-armv8-apple.S
[615/1311] Compiling sha512-armv4-linux.S
[616/1311] Compiling sha512-586-apple.S
[617/1311] Compiling d1_lib.cc
[618/1311] Compiling sha512-586-linux.S
[619/1311] Compiling sha256-x86_64-apple.S
[620/1311] Compiling sha256-x86_64-linux.S
[621/1311] Compiling sha256-armv8-apple.S
[622/1311] Compiling sha256-armv8-linux.S
[623/1311] Compiling sha256-armv8-win.S
[624/1311] Compiling sha256-586-apple.S
[625/1311] Compiling sha256-armv4-linux.S
[625/1311] Compiling sha256-586-linux.S
[627/1311] Compiling sha1-x86_64-apple.S
[628/1311] Compiling sha1-x86_64-linux.S
[629/1311] Compiling sha1-armv8-linux.S
[629/1311] Compiling sha1-armv8-win.S
[631/1311] Compiling sha1-armv4-large-linux.S
[632/1311] Compiling sha1-armv8-apple.S
[633/1311] Compiling rsaz-avx2-linux.S
[634/1311] Compiling sha1-586-linux.S
[635/1311] Compiling rdrand-x86_64-apple.S
[635/1311] Compiling rsaz-avx2-apple.S
[637/1311] Compiling sha1-586-apple.S
[638/1311] Compiling rdrand-x86_64-linux.S
[639/1311] Compiling p256_beeu-x86_64-asm-linux.S
[640/1311] Compiling p256_beeu-armv8-asm-linux.S
[641/1311] Compiling p256_beeu-armv8-asm-apple.S
[642/1311] Compiling p256_beeu-armv8-asm-win.S
[643/1311] Compiling p256_beeu-x86_64-asm-apple.S
[644/1311] Compiling p256-x86_64-asm-apple.S
[645/1311] Compiling ghashv8-armv8-win.S
[646/1311] Compiling p256-armv8-asm-win.S
[647/1311] Compiling p256-armv8-asm-linux.S
[648/1311] Compiling p256-x86_64-asm-linux.S
[649/1311] Compiling p256-armv8-asm-apple.S
[650/1311] Compiling ghashv8-armv8-linux.S
[651/1311] Compiling ghashv8-armv8-apple.S
[652/1311] Compiling ghashv8-armv7-linux.S
[653/1311] Compiling ghash-x86_64-linux.S
[654/1311] Compiling ghash-x86_64-apple.S
[655/1311] Compiling ghash-x86-linux.S
[656/1311] Compiling ghash-ssse3-x86_64-apple.S
[657/1311] Compiling ghash-x86-apple.S
[658/1311] Compiling ghash-ssse3-x86_64-linux.S
[659/1311] Compiling ghash-ssse3-x86-linux.S
[660/1311] Compiling ghash-ssse3-x86-apple.S
[661/1311] Compiling ghash-neon-armv8-win.S
[662/1311] Compiling ghash-neon-armv8-linux.S
[663/1311] Compiling ghash-armv4-linux.S
[664/1311] Compiling ghash-neon-armv8-apple.S
[665/1311] Compiling co-586-apple.S
[666/1311] Compiling co-586-linux.S
[667/1311] Compiling bsaes-armv7-linux.S
[668/1311] Compiling bn-armv8-win.S
[669/1311] Compiling bn-586-linux.S
[670/1311] Compiling bn-armv8-linux.S
[671/1311] Compiling bn-586-apple.S
[672/1311] Compiling armv8-mont-win.S
[673/1311] Compiling bn-armv8-apple.S
[674/1311] Compiling d1_both.cc
[675/1311] Compiling armv8-mont-linux.S
[676/1311] Compiling armv8-mont-apple.S
[677/1311] Compiling aesv8-gcm-armv8-win.S
[678/1311] Compiling armv4-mont-linux.S
[679/1311] Compiling aesv8-gcm-armv8-linux.S
[680/1311] Compiling aesv8-gcm-armv8-apple.S
[681/1311] Compiling aesv8-armv8-win.S
[682/1311] Compiling aesv8-armv8-apple.S
[683/1311] Compiling aesv8-armv7-linux.S
[684/1311] Compiling aesv8-armv8-linux.S
[685/1311] Compiling aesni-x86_64-apple.S
[686/1311] Compiling aesni-x86_64-linux.S
[687/1311] Compiling aesni-x86-linux.S
[688/1311] Compiling aesni-gcm-x86_64-linux.S
[689/1311] Compiling aesni-x86-apple.S
[690/1311] Compiling aesni-gcm-x86_64-apple.S
[699/1312] Compiling x_req.cc
[701/1312] Compiling x_sig.cc
[702/1312] Compiling x_spki.cc
[703/1312] Compiling x_val.cc
[704/1312] Compiling x_x509a.cc
[705/1312] Compiling x_pubkey.cc
[706/1312] Compiling x_x509.cc
[707/1312] Compiling x_name.cc
[708/1312] Compiling x_crl.cc
[709/1312] Compiling x_exten.cc
[710/1312] Compiling x_attrib.cc
[711/1313] Compiling x_algor.cc
[712/1317] Compiling x_all.cc
[713/1320] Compiling x509spki.cc
[714/1320] Compiling x509rset.cc
[716/1320] Emitting module OpenAPIReflection
[717/1320] Compiling OpenAPIReflection Date+OpenAPI.swift
[718/1320] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[719/1320] Compiling OpenAPIReflection SchemaProtocols.swift
[720/1320] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[720/1320] Compiling x509name.cc
[721/1320] Compiling x509cset.cc
[722/1320] Compiling x509_txt.cc
[724/1320] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[725/1320] Compiling OpenAPIReflection Optional+ZipWith.swift
[726/1320] Compiling OpenAPIReflection OpenAPI+Errors.swift
[726/1321] Compiling x509_vpm.cc
[728/1321] Compiling x509_v3.cc
[729/1321] Compiling x509_vfy.cc
[730/1321] Compiling x509_trs.cc
[731/1321] Compiling x509_set.cc
[732/1321] Compiling x509_req.cc
[733/1321] Compiling x509_obj.cc
[734/1321] Compiling x509_lu.cc
[735/1321] Compiling x509_def.cc
[736/1321] Compiling x509_ext.cc
[737/1321] Compiling x509_d2.cc
[738/1321] Compiling x509_cmp.cc
[739/1321] Compiling x509.cc
[740/1321] Compiling x509_att.cc
[741/1321] Compiling v3_utl.cc
[742/1321] Compiling v3_pmaps.cc
[743/1321] Compiling v3_skey.cc
[744/1321] Compiling v3_purp.cc
[745/1321] Compiling v3_prn.cc
[746/1321] Compiling v3_pcons.cc
[747/1321] Compiling v3_ocsp.cc
[748/1321] Compiling v3_ncons.cc
[749/1321] Compiling v3_int.cc
[750/1321] Compiling v3_info.cc
[751/1321] Compiling v3_lib.cc
[752/1321] Compiling v3_ia5.cc
[753/1321] Compiling v3_extku.cc
[754/1321] Compiling v3_genn.cc
[755/1321] Compiling v3_enum.cc
[756/1321] Compiling v3_cpols.cc
[757/1321] Compiling v3_bitst.cc
[758/1321] Compiling v3_crld.cc
[759/1321] Compiling v3_conf.cc
[760/1321] Compiling v3_bcons.cc
[761/1321] Compiling v3_alt.cc
[762/1321] Compiling v3_akeya.cc
[763/1321] Compiling rsa_pss.cc
[764/1321] Compiling v3_akey.cc
[765/1321] Compiling t_crl.cc
[766/1321] Compiling t_req.cc
[767/1321] Compiling t_x509.cc
[768/1321] Compiling t_x509a.cc
[769/1321] Compiling policy.cc
[770/1321] Compiling name_print.cc
[771/1321] Compiling i2d_pr.cc
[772/1321] Compiling voprf.cc
[773/1321] Compiling by_file.cc
[774/1321] Compiling asn1_gen.cc
[775/1321] Compiling a_digest.cc
[776/1321] Compiling a_sign.cc
[777/1321] Compiling a_verify.cc
[778/1321] Compiling algorithm.cc
[779/1321] Compiling by_dir.cc
[780/1321] Compiling thread.cc
[781/1321] Compiling thread_pthread.cc
[782/1321] Compiling trust_token.cc
[783/1321] Compiling thread_none.cc
[784/1321] Compiling thread_win.cc
[785/1321] Compiling wots.cc
[786/1321] Compiling stack.cc
[787/1321] Compiling pmbtoken.cc
[788/1321] Compiling thash.cc
[789/1321] Compiling merkle.cc
[790/1321] Compiling sha512.cc
[791/1321] Compiling fors.cc
[792/1321] Compiling slhdsa.cc
[793/1321] Compiling siphash.cc
[794/1321] Compiling sha256.cc
[795/1321] Compiling sha1.cc
[796/1321] Compiling rsa_print.cc
[797/1321] Compiling rsa_extra.cc
[798/1321] Compiling trusty.cc
[799/1321] Compiling rc4.cc
[800/1321] Compiling rsa_crypt.cc
[801/1321] Compiling windows.cc
[802/1321] Compiling refcount.cc
[803/1321] Compiling rsa_asn1.cc
[804/1321] Compiling urandom.cc
[805/1321] Compiling rand_extra.cc
[806/1321] Compiling getentropy.cc
[807/1321] Compiling ios.cc
[808/1321] Compiling fork_detect.cc
[809/1321] Compiling deterministic.cc
[810/1321] Compiling poly1305_arm_asm.S
[811/1321] Compiling passive.cc
[812/1321] Compiling forkunsafe.cc
[813/1321] Compiling pool.cc
[814/1321] Compiling poly1305_vec.cc
[815/1321] Compiling poly1305.cc
[816/1321] Compiling poly1305_arm.cc
[817/1321] Compiling pkcs7.cc
[818/1321] Compiling pkcs8.cc
[819/1321] Compiling p5_pbev2.cc
[820/1321] Compiling pem_xaux.cc
[821/1321] Compiling pem_x509.cc
[822/1321] Compiling pkcs7_x509.cc
[823/1321] Compiling pem_pkey.cc
[824/1321] Compiling pkcs8_x509.cc
[825/1321] Compiling pem_oth.cc
[826/1321] Compiling pem_lib.cc
[827/1321] Compiling pem_pk8.cc
[828/1321] Compiling pem_info.cc
[829/1321] Compiling obj_xref.cc
[830/1321] Compiling pem_all.cc
[831/1321] Compiling mem.cc
[832/1321] Compiling lhash.cc
[833/1321] Compiling md5.cc
[834/1321] Compiling mlkem.cc
[835/1321] Compiling mldsa.cc
[836/1321] Compiling md4.cc
[837/1321] Compiling kyber.cc
[838/1321] Compiling obj.cc
[839/1321] Compiling fips_shared_support.cc
[840/1321] Compiling keccak.cc
[841/1321] Compiling poly_rq_mul.S
[842/1321] Compiling ex_data.cc
[843/1321] Compiling hpke.cc
[844/1321] Compiling sign.cc
[845/1321] Compiling scrypt.cc
[846/1321] Compiling pbkdf.cc
[847/1321] Compiling hrss.cc
[848/1321] Compiling p_x25519_asn1.cc
[849/1321] Compiling print.cc
[850/1321] Compiling p_x25519.cc
[851/1321] Compiling p_ed25519.cc
[852/1321] Compiling p_rsa_asn1.cc
[853/1321] Compiling p_hkdf.cc
[854/1321] Compiling p_rsa.cc
[855/1321] Compiling p_ed25519_asn1.cc
[856/1321] Compiling p_ec.cc
[857/1321] Compiling p_dh.cc
[858/1321] Compiling p_ec_asn1.cc
[859/1321] Compiling p_dh_asn1.cc
[860/1321] Compiling evp_asn1.cc
[861/1321] Compiling evp_ctx.cc
[862/1321] Compiling err.cc
[863/1321] Compiling engine.cc
[864/1321] Compiling evp.cc
[865/1321] Compiling p_dsa_asn1.cc
[866/1321] Compiling ecdsa_asn1.cc
[867/1321] Compiling ecdh_extra.cc
[868/1321] Compiling ec_derive.cc
[869/1321] Compiling hash_to_curve.cc
[870/1321] Compiling bcm.cc
[871/1321] Compiling ec_asn1.cc
[872/1321] Compiling dsa_asn1.cc
[873/1321] Compiling dsa.cc
[874/1321] Compiling x25519-asm-arm.S
[875/1321] Compiling digest_extra.cc
[876/1321] Compiling spake25519.cc
[877/1321] Compiling params.cc
[878/1321] Compiling des.cc
[879/1321] Compiling dh_asn1.cc
[880/1321] Compiling cpu_intel.cc
[881/1321] Compiling crypto.cc
[882/1321] Compiling curve25519.cc
[883/1321] Compiling cpu_arm_linux.cc
[884/1321] Compiling cpu_aarch64_sysreg.cc
[885/1321] Compiling cpu_aarch64_win.cc
[886/1321] Compiling cpu_arm_freebsd.cc
[887/1321] Compiling cpu_aarch64_openbsd.cc
[888/1321] Compiling cpu_aarch64_fuchsia.cc
[889/1321] Compiling cpu_aarch64_linux.cc
[890/1321] Compiling cpu_aarch64_apple.cc
[891/1321] Compiling curve25519_64_adx.cc
[892/1321] Compiling e_des.cc
[893/1321] Compiling e_null.cc
[894/1321] Compiling e_tls.cc
[895/1321] Compiling conf.cc
[896/1321] Compiling e_chacha20poly1305.cc
[897/1321] Compiling e_rc2.cc
[897/1321] Compiling e_rc4.cc
[898/1321] Compiling tls_cbc.cc
[900/1321] Compiling derive_key.cc
[901/1321] Compiling cipher_extra.cc
[902/1321] Compiling e_aesctrhmac.cc
[903/1321] Compiling e_aesgcmsiv.cc
[904/1321] Compiling chacha.cc
[905/1321] Compiling unicode.cc
[906/1321] Compiling cbb.cc
[907/1321] Compiling cbs.cc
[908/1321] Compiling ber.cc
[909/1321] Compiling bn_asn1.cc
[910/1321] Compiling asn1_compat.cc
[911/1321] Compiling blake2.cc
[912/1321] Compiling buf.cc
[913/1321] Compiling socket.cc
[914/1321] Compiling printf.cc
[915/1321] Compiling socket_helper.cc
[916/1321] Compiling convert.cc
[917/1321] Compiling pair.cc
[918/1321] Compiling errno.cc
[919/1321] Compiling file.cc
[920/1321] Compiling hexdump.cc
[921/1321] Compiling fd.cc
[922/1321] Compiling connect.cc
[923/1321] Compiling bio_mem.cc
[924/1321] Compiling bio.cc
[925/1321] Compiling base64.cc
[926/1321] Compiling tasn_fre.cc
[927/1321] Compiling tasn_typ.cc
[928/1321] Compiling tasn_utl.cc
[929/1321] Compiling tasn_new.cc
[930/1321] Compiling tasn_enc.cc
[931/1321] Compiling posix_time.cc
[932/1321] Compiling tasn_dec.cc
[933/1321] Compiling f_string.cc
[934/1321] Compiling asn_pack.cc
[935/1321] Compiling f_int.cc
[936/1321] Compiling asn1_par.cc
[937/1321] Compiling a_utctm.cc
[938/1321] Compiling asn1_lib.cc
[939/1321] Compiling a_time.cc
[940/1321] Compiling a_type.cc
[941/1321] Compiling a_octet.cc
[942/1321] Compiling a_strnid.cc
[943/1321] Compiling a_object.cc
[944/1321] Compiling a_strex.cc
[945/1321] Compiling a_i2d_fp.cc
[946/1321] Compiling a_int.cc
[947/1321] Compiling a_mbstr.cc
[948/1321] Compiling a_gentm.cc
[949/1321] Compiling a_d2i_fp.cc
[950/1321] Compiling a_dup.cc
[951/1321] Compiling fiat_p256_adx_sqr.S
[952/1321] Compiling fiat_p256_adx_mul.S
[953/1321] Compiling fiat_curve25519_adx_square.S
[954/1321] Compiling a_bitstr.cc
[955/1321] Compiling fiat_curve25519_adx_mul.S
[956/1321] Compiling a_bool.cc
[957/1321] Compiling md5-x86_64-linux.S
[958/1321] Compiling md5-x86_64-apple.S
[959/1321] Compiling md5-586-apple.S
[960/1321] Compiling md5-586-linux.S
[961/1321] Compiling chacha20_poly1305_x86_64-apple.S
[962/1321] Compiling chacha20_poly1305_armv8-win.S
[963/1321] Compiling chacha20_poly1305_armv8-linux.S
[964/1321] Compiling chacha20_poly1305_armv8-apple.S
[965/1321] Compiling chacha20_poly1305_x86_64-linux.S
[966/1321] Compiling chacha-x86_64-linux.S
[967/1321] Compiling chacha-x86_64-apple.S
[968/1321] Compiling chacha-x86-apple.S
[969/1321] Compiling chacha-armv8-win.S
[970/1321] Compiling chacha-x86-linux.S
[971/1321] Compiling chacha-armv8-linux.S
[972/1321] Compiling CCryptoBoringSSLShims shims.c
[973/1321] Compiling chacha-armv8-apple.S
[974/1321] Compiling err_data.cc
[975/1321] Compiling chacha-armv4-linux.S
[976/1321] Compiling aes128gcmsiv-x86_64-apple.S
[977/1321] Compiling x86_64-mont5-linux.S
[978/1321] Compiling x86_64-mont5-apple.S
[979/1321] Compiling aes128gcmsiv-x86_64-linux.S
[980/1321] Compiling x86_64-mont-linux.S
[981/1321] Compiling x86_64-mont-apple.S
[982/1321] Compiling x86-mont-linux.S
[983/1321] Compiling x86-mont-apple.S
[984/1321] Compiling vpaes-x86_64-apple.S
[985/1321] Compiling vpaes-x86_64-linux.S
[986/1321] Compiling vpaes-x86-apple.S
[987/1321] Compiling vpaes-armv8-win.S
[988/1321] Compiling vpaes-x86-linux.S
[989/1321] Compiling vpaes-armv8-linux.S
[990/1321] Compiling vpaes-armv8-apple.S
[991/1321] Compiling sha512-x86_64-apple.S
[992/1321] Compiling sha512-armv8-win.S
[993/1321] Compiling vpaes-armv7-linux.S
[994/1321] Compiling sha512-armv8-linux.S
[995/1321] Compiling sha512-x86_64-linux.S
[996/1321] Compiling sha512-armv8-apple.S
[997/1321] Compiling sha512-586-linux.S
[998/1321] Compiling sha512-armv4-linux.S
[999/1321] Compiling sha256-x86_64-apple.S
[1000/1321] Compiling sha256-armv8-win.S
[1001/1321] Compiling sha256-x86_64-linux.S
[1002/1321] Compiling sha512-586-apple.S
[1003/1321] Compiling sha256-armv8-linux.S
[1004/1321] Compiling sha256-armv4-linux.S
[1005/1321] Compiling sha256-586-linux.S
[1006/1321] Compiling sha256-armv8-apple.S
[1007/1321] Compiling sha256-586-apple.S
[1008/1321] Compiling sha1-x86_64-linux.S
[1009/1321] Compiling sha1-armv8-win.S
[1010/1321] Compiling sha1-armv4-large-linux.S
[1011/1321] Compiling sha1-armv8-apple.S
[1012/1321] Compiling sha1-armv8-linux.S
[1013/1321] Compiling sha1-586-linux.S
[1013/1321] Compiling sha1-x86_64-apple.S
[1015/1321] Compiling sha1-586-apple.S
[1016/1321] Compiling rdrand-x86_64-linux.S
[1017/1321] Compiling rsaz-avx2-apple.S
[1018/1321] Compiling rsaz-avx2-linux.S
[1019/1321] Compiling rdrand-x86_64-apple.S
[1020/1321] Compiling p256_beeu-armv8-asm-linux.S
[1021/1321] Compiling p256_beeu-x86_64-asm-apple.S
[1022/1321] Compiling p256_beeu-armv8-asm-win.S
[1023/1321] Compiling p256_beeu-x86_64-asm-linux.S
[1024/1321] Compiling p256_beeu-armv8-asm-apple.S
[1025/1321] Compiling p256-armv8-asm-win.S
[1026/1321] Compiling p256-armv8-asm-apple.S
[1027/1321] Compiling p256-x86_64-asm-apple.S
[1028/1321] Compiling p256-armv8-asm-linux.S
[1029/1321] Compiling ghashv8-armv8-win.S
[1030/1321] Compiling p256-x86_64-asm-linux.S
[1031/1321] Compiling ghashv8-armv8-apple.S
[1032/1321] Compiling ghashv8-armv8-linux.S
[1033/1321] Compiling ghashv8-armv7-linux.S
[1034/1321] Compiling ghash-x86_64-linux.S
[1035/1321] Compiling ghash-x86_64-apple.S
[1036/1321] Compiling ghash-ssse3-x86_64-linux.S
[1037/1321] Compiling ghash-ssse3-x86-linux.S
[1038/1321] Compiling ghash-ssse3-x86_64-apple.S
[1039/1321] Compiling ghash-x86-apple.S
[1040/1321] Compiling ghash-ssse3-x86-apple.S
[1041/1321] Compiling ghash-x86-linux.S
[1042/1321] Compiling ghash-neon-armv8-win.S
[1043/1321] Compiling co-586-apple.S
[1044/1321] Compiling ghash-neon-armv8-linux.S
[1045/1321] Compiling ghash-armv4-linux.S
[1046/1321] Compiling ghash-neon-armv8-apple.S
[1047/1321] Compiling co-586-linux.S
[1048/1321] Compiling bsaes-armv7-linux.S
[1049/1321] Compiling bn-armv8-win.S
[1050/1321] Compiling c-nioatomics.c
[1051/1321] Compiling bn-586-linux.S
[1052/1321] Compiling bn-armv8-linux.S
[1053/1321] Compiling bn-armv8-apple.S
[1054/1321] Compiling armv8-mont-linux.S
[1055/1321] Compiling armv8-mont-apple.S
[1056/1321] Compiling armv8-mont-win.S
[1057/1321] Compiling aesv8-gcm-armv8-win.S
[1058/1321] Compiling armv4-mont-linux.S
[1059/1321] Compiling aesv8-gcm-armv8-linux.S
[1060/1321] Compiling bn-586-apple.S
[1061/1321] Compiling c-atomics.c
[1062/1321] Compiling aesv8-armv8-linux.S
[1063/1321] Compiling aesv8-gcm-armv8-apple.S
[1064/1321] Compiling aesv8-armv8-apple.S
[1065/1321] Compiling aesv8-armv8-win.S
[1066/1321] Compiling aesni-x86_64-apple.S
[1067/1321] Compiling aesv8-armv7-linux.S
[1068/1321] Compiling aesni-x86-linux.S
[1069/1321] Compiling aesni-x86_64-linux.S
[1070/1321] Compiling aesni-x86-apple.S
[1071/1321] Compiling aesni-gcm-x86_64-linux.S
[1072/1321] Compiling aes-gcm-avx10-x86_64-apple.S
[1073/1321] Compiling aesni-gcm-x86_64-apple.S
[1074/1321] Compiling aes-gcm-avx10-x86_64-linux.S
[1075/1327] Compiling x_x509a.cc
[1077/1327] Compiling NIOConcurrencyHelpers NIOLock.swift
[1077/1327] Compiling x_val.cc
[1078/1327] Compiling x_pubkey.cc
[1080/1327] Compiling NIOConcurrencyHelpers lock.swift
[1080/1327] Compiling x_sig.cc
[1081/1327] Compiling x_spki.cc
[1082/1327] Compiling x_x509.cc
[1083/1327] Compiling x_req.cc
[1085/1327] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1086/1327] Emitting module NIOConcurrencyHelpers
[1087/1327] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1088/1327] Compiling NIOConcurrencyHelpers atomics.swift
[1089/1328] Compiling x_name.cc
[1090/1328] Compiling x_crl.cc
[1091/1328] Compiling x_exten.cc
[1092/1328] Compiling x_attrib.cc
[1093/1328] Compiling x_all.cc
[1094/1328] Compiling x509spki.cc
[1095/1328] Compiling x_algor.cc
[1096/1328] Compiling x509rset.cc
[1097/1328] Compiling x509_vpm.cc
[1098/1328] Compiling x509name.cc
[1099/1328] Compiling x509cset.cc
[1100/1328] Compiling x509_v3.cc
[1101/1328] Compiling x509_vfy.cc
[1102/1328] Compiling x509_txt.cc
[1103/1328] Compiling x509_obj.cc
[1104/1328] Compiling x509_set.cc
[1105/1328] Compiling x509_trs.cc
[1106/1328] Compiling x509_req.cc
[1107/1328] Compiling x509_def.cc
[1108/1328] Compiling x509_lu.cc
[1109/1328] Compiling x509_d2.cc
[1110/1328] Compiling x509_ext.cc
[1111/1328] Compiling x509_cmp.cc
[1112/1328] Compiling v3_purp.cc
[1113/1328] Compiling x509.cc
[1114/1328] Compiling x509_att.cc
[1115/1328] Compiling v3_prn.cc
[1116/1328] Compiling v3_skey.cc
[1117/1328] Compiling v3_utl.cc
[1118/1328] Compiling v3_pcons.cc
[1119/1328] Compiling v3_pmaps.cc
[1120/1328] Compiling v3_ocsp.cc
[1121/1328] Compiling v3_ncons.cc
[1122/1328] Compiling v3_ia5.cc
[1123/1328] Compiling v3_int.cc
[1124/1328] Compiling v3_lib.cc
[1125/1328] Compiling v3_info.cc
[1126/1328] Compiling v3_crld.cc
[1127/1328] Compiling v3_genn.cc
[1128/1328] Compiling v3_extku.cc
[1129/1328] Compiling v3_enum.cc
[1130/1328] Compiling v3_cpols.cc
[1131/1328] Compiling v3_conf.cc
[1132/1328] Compiling v3_bitst.cc
[1133/1328] Compiling v3_bcons.cc
[1134/1328] Compiling v3_alt.cc
[1135/1328] Compiling v3_akeya.cc
[1136/1328] Compiling t_crl.cc
[1137/1328] Compiling v3_akey.cc
[1138/1328] Compiling t_x509a.cc
[1139/1328] Compiling t_x509.cc
[1140/1328] Compiling t_req.cc
[1141/1328] Compiling name_print.cc
[1142/1328] Compiling i2d_pr.cc
[1143/1328] Compiling rsa_pss.cc
[1144/1328] Compiling policy.cc
[1145/1328] Compiling algorithm.cc
[1146/1328] Compiling by_file.cc
[1147/1328] Compiling by_dir.cc
[1148/1328] Compiling asn1_gen.cc
[1149/1328] Compiling voprf.cc
[1150/1328] Compiling a_verify.cc
[1151/1328] Compiling thread_win.cc
[1152/1328] Compiling thread_pthread.cc
[1153/1328] Compiling a_sign.cc
[1154/1328] Compiling a_digest.cc
[1155/1328] Compiling trust_token.cc
[1156/1328] Compiling thread_none.cc
[1157/1328] Compiling pmbtoken.cc
[1158/1328] Compiling stack.cc
[1159/1328] Compiling thread.cc
[1160/1328] Compiling thash.cc
[1161/1328] Compiling wots.cc
[1162/1328] Compiling merkle.cc
[1163/1328] Compiling slhdsa.cc
[1164/1328] Compiling fors.cc
[1165/1328] Compiling sha512.cc
[1166/1328] Compiling siphash.cc
[1167/1328] Compiling rsa_print.cc
[1168/1328] Compiling sha1.cc
[1169/1328] Compiling sha256.cc
[1170/1328] Compiling rsa_extra.cc
[1171/1328] Compiling rc4.cc
[1172/1328] Compiling refcount.cc
[1173/1328] Compiling trusty.cc
[1174/1328] Compiling rsa_crypt.cc
[1175/1328] Compiling rsa_asn1.cc
[1176/1328] Compiling windows.cc
[1177/1328] Compiling urandom.cc
[1178/1328] Compiling ios.cc
[1179/1328] Compiling rand_extra.cc
[1180/1328] Compiling passive.cc
[1181/1328] Compiling getentropy.cc
[1182/1328] Compiling poly1305_arm_asm.S
[1183/1328] Compiling fork_detect.cc
[1184/1328] Compiling deterministic.cc
[1185/1328] Compiling forkunsafe.cc
[1186/1328] Compiling poly1305.cc
[1187/1328] Compiling pool.cc
[1188/1328] Compiling poly1305_arm.cc
[1189/1328] Compiling poly1305_vec.cc
[1190/1328] Compiling pkcs7.cc
[1191/1328] Compiling pkcs7_x509.cc
[1192/1328] Compiling p5_pbev2.cc
[1193/1328] Compiling pkcs8.cc
[1194/1328] Compiling pkcs8_x509.cc
[1195/1328] Compiling pem_xaux.cc
[1196/1328] Compiling pem_x509.cc
[1197/1328] Compiling pem_pk8.cc
[1198/1328] Compiling pem_pkey.cc
[1199/1328] Compiling obj.cc
[1200/1328] Compiling obj_xref.cc
[1201/1328] Compiling pem_oth.cc
[1202/1328] Compiling pem_lib.cc
[1203/1328] Compiling pem_all.cc
[1204/1328] Compiling mldsa.cc
[1205/1328] Compiling mlkem.cc
[1206/1328] Compiling pem_info.cc
[1207/1328] Compiling md5.cc
[1208/1328] Compiling mem.cc
[1209/1354] Compiling lhash.cc
[1210/1354] Compiling fips_shared_support.cc
[1211/1354] Compiling md4.cc
[1212/1354] Compiling hrss.cc
[1213/1354] Compiling poly_rq_mul.S
[1214/1354] Compiling kyber.cc
[1216/1354] Compiling ConsoleKitTerminal ActivityBar.swift
[1217/1354] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1218/1354] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1219/1354] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1219/1357] Compiling sign.cc
[1220/1357] Compiling print.cc
[1221/1357] Compiling ex_data.cc
[1222/1357] Compiling hpke.cc
[1223/1357] Compiling scrypt.cc
[1224/1357] Compiling pbkdf.cc
[1226/1357] Emitting module ConsoleKitTerminal
[1227/1357] Compiling ConsoleKitTerminal CustomActivity.swift
[1228/1357] Compiling ConsoleKitTerminal LoadingBar.swift
[1229/1357] Compiling ConsoleKitTerminal ProgressBar.swift
[1230/1357] Compiling ConsoleKitTerminal Console+Clear.swift
[1230/1357] Compiling p_x25519_asn1.cc
[1231/1357] Compiling p_rsa.cc
[1232/1357] Compiling p_rsa_asn1.cc
[1233/1357] Compiling p_x25519.cc
[1234/1357] Compiling p_ed25519_asn1.cc
[1235/1357] Compiling p_hkdf.cc
[1236/1357] Compiling p_ed25519.cc
[1238/1357] Compiling ConsoleKitTerminal Console.swift
[1239/1357] Compiling ConsoleKitTerminal Terminal.swift
[1240/1357] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1241/1357] Compiling ConsoleKitTerminal Console+Confirm.swift
[1242/1357] Compiling ConsoleKitTerminal Console+Input.swift
[1243/1357] Compiling ConsoleKitTerminal Console+Center.swift
[1244/1357] Compiling ConsoleKitTerminal Console+Output.swift
[1245/1357] Compiling ConsoleKitTerminal Console+Wait.swift
[1246/1357] Compiling ConsoleKitTerminal ConsoleColor.swift
[1247/1357] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1248/1357] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1249/1357] Compiling ConsoleKitTerminal ConsoleClear.swift
[1250/1357] Compiling ConsoleKitTerminal Console+Ask.swift
[1251/1357] Compiling ConsoleKitTerminal Console+Choose.swift
[1252/1357] Compiling ConsoleKitTerminal ConsoleText.swift
[1253/1357] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1254/1357] Compiling ConsoleKitTerminal ANSI.swift
[1254/1357] Compiling p_dsa_asn1.cc
[1255/1357] Compiling p_ec.cc
[1256/1357] Compiling p_dh.cc
[1257/1357] Compiling p_ec_asn1.cc
[1259/1357] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1260/1357] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1261/1357] Compiling ConsoleKitTerminal LoggerFragment.swift
[1261/1358] Compiling p_dh_asn1.cc
[1262/1358] Compiling evp_ctx.cc
[1264/1358] Compiling evp_asn1.cc
[1265/1358] Compiling err.cc
[1266/1358] Compiling evp.cc
[1267/1358] Compiling engine.cc
[1268/1358] Compiling ecdh_extra.cc
[1269/1358] Compiling ecdsa_asn1.cc
[1270/1359] Compiling ec_derive.cc
[1271/1374] Compiling dsa.cc
[1272/1377] Compiling hash_to_curve.cc
[1272/1377] Compiling ec_asn1.cc
[1274/1380] Compiling dsa_asn1.cc
[1275/1380] Compiling digest_extra.cc
[1277/1380] Emitting module ConsoleKitCommands
[1277/1382] Compiling params.cc
[1278/1382] Compiling des.cc
[1279/1382] Compiling x25519-asm-arm.S
[1279/1382] Compiling curve25519.cc
[1282/1382] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1283/1382] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1284/1382] Compiling ConsoleKitCommands Argument.swift
[1284/1382] Compiling spake25519.cc
[1285/1382] Compiling dh_asn1.cc
[1287/1382] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1288/1382] Compiling ConsoleKitCommands Utilities.swift
[1289/1382] Compiling ConsoleKitCommands CommandSignature.swift
[1290/1382] Compiling ConsoleKitCommands Flag.swift
[1291/1382] Compiling ConsoleKitCommands Option.swift
[1292/1382] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1293/1382] Compiling ConsoleKitCommands AsyncCommand.swift
[1294/1382] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1294/1382] Compiling crypto.cc
[1295/1382] Compiling cpu_arm_freebsd.cc
[1296/1382] Compiling cpu_arm_linux.cc
[1297/1382] Compiling cpu_intel.cc
[1298/1382] Compiling cpu_aarch64_win.cc
[1299/1382] Compiling curve25519_64_adx.cc
[1300/1382] Compiling cpu_aarch64_openbsd.cc
[1301/1382] Compiling bcm.cc
[1302/1382] Compiling cpu_aarch64_sysreg.cc
[1303/1382] Compiling cpu_aarch64_fuchsia.cc
[1304/1382] Compiling cpu_aarch64_linux.cc
[1305/1382] Compiling cpu_aarch64_apple.cc
[1306/1382] Compiling conf.cc
[1307/1382] Compiling e_null.cc
[1308/1382] Compiling e_des.cc
[1309/1382] Compiling e_rc4.cc
[1310/1382] Compiling e_tls.cc
[1311/1382] Compiling e_rc2.cc
[1312/1382] Compiling tls_cbc.cc
[1314/1382] Compiling ConsoleKitCommands CommandGroup.swift
[1315/1382] Compiling ConsoleKitCommands CommandInput.swift
[1316/1382] Compiling ConsoleKitCommands Commands.swift
[1317/1382] Compiling ConsoleKitCommands Command.swift
[1318/1382] Compiling ConsoleKitCommands CommandContext.swift
[1319/1382] Compiling ConsoleKitCommands CommandError.swift
[1320/1382] Compiling ConsoleKitCommands Console+Run.swift
[1321/1382] Compiling ConsoleKitCommands ConsoleError.swift
[1322/1382] Compiling ConsoleKitCommands Completion.swift
[1323/1382] Compiling ConsoleKitCommands AsyncCommands.swift
[1324/1382] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1325/1382] Compiling ConsoleKitCommands AnyCommand.swift
[1325/1382] Compiling e_chacha20poly1305.cc
[1327/1383] Compiling derive_key.cc
[1328/1383] Compiling cipher_extra.cc
[1329/1383] Compiling unicode.cc
[1330/1383] Compiling chacha.cc
[1331/1383] Compiling e_aesctrhmac.cc
[1332/1383] Compiling e_aesgcmsiv.cc
[1333/1383] Compiling cbs.cc
[1334/1383] Compiling ber.cc
[1335/1383] Compiling asn1_compat.cc
[1336/1383] Compiling cbb.cc
[1337/1383] Compiling blake2.cc
[1337/1383] Compiling bn_asn1.cc
[1337/1383] Compiling buf.cc
[1340/1383] Compiling convert.cc
[1341/1383] Compiling printf.cc
[1342/1385] Compiling file.cc
[1343/1385] Compiling hexdump.cc
[1344/1385] Compiling fd.cc
[1345/1385] Compiling bio_mem.cc
[1346/1385] Compiling errno.cc
[1347/1385] Compiling pair.cc
[1349/1385] Emitting module ConsoleKit
[1350/1385] Compiling ConsoleKit Exports.swift
[1351/1386] Compiling base64.cc
[1352/1386] Compiling bio.cc
[1353/1386] Compiling tasn_typ.cc
[1354/1386] Compiling tasn_enc.cc
[1355/1386] Compiling tasn_utl.cc
[1356/1386] Compiling tasn_new.cc
[1357/1386] Compiling tasn_fre.cc
[1358/1386] Compiling f_string.cc
[1359/1386] Compiling f_int.cc
[1360/1386] Compiling posix_time.cc
[1361/1386] Compiling asn1_par.cc
[1362/1386] Compiling a_utctm.cc
[1363/1386] Compiling asn1_lib.cc
[1364/1386] Compiling asn_pack.cc
[1365/1386] Compiling tasn_dec.cc
[1366/1386] Compiling a_strnid.cc
[1367/1386] Compiling a_time.cc
[1368/1386] Compiling a_octet.cc
[1368/1386] Compiling a_type.cc
[1370/1386] Compiling a_strex.cc
[1371/1386] Compiling a_object.cc
[1372/1386] Compiling a_d2i_fp.cc
[1373/1386] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1374/1386] Write sources
[1375/1386] Compiling a_mbstr.cc
[1376/1386] Write sources
[1378/1386] Compiling a_i2d_fp.cc
[1379/1386] Write sources
[1381/1386] Compiling a_dup.cc
[1382/1386] Compiling a_gentm.cc
[1383/1386] Compiling a_int.cc
[1384/1386] Compiling a_bool.cc
[1385/1410] Compiling a_bitstr.cc
[1387/1488] Compiling Algorithms Grouped.swift
[1388/1488] Compiling Algorithms Indexed.swift
[1389/1493] Compiling Atomics IntegerOperations.swift
[1390/1493] Compiling Atomics Unmanaged extensions.swift
[1391/1493] Compiling Algorithms Compacted.swift
[1392/1493] Compiling Algorithms Cycle.swift
[1393/1493] Compiling Algorithms EitherSequence.swift
[1394/1493] Compiling Algorithms Partition.swift
[1395/1493] Compiling Algorithms Permutations.swift
[1396/1493] Compiling Algorithms Product.swift
[1397/1493] Compiling Algorithms Intersperse.swift
[1398/1493] Compiling Algorithms AdjacentPairs.swift
[1399/1493] Compiling Algorithms Chain.swift
[1400/1493] Compiling Algorithms Chunked.swift
[1401/1493] Compiling Algorithms Combinations.swift
[1402/1493] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1403/1493] Compiling BitCollections BitSet+CustomReflectable.swift
[1404/1493] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1405/1493] Compiling BitCollections BitSet+Equatable.swift
[1406/1493] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1407/1493] Compiling BitCollections BitSet+Extras.swift
[1408/1493] Compiling BitCollections BitSet+Hashable.swift
[1409/1500] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1410/1500] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1411/1500] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1412/1500] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1413/1500] Compiling BitCollections BitSet+SetAlgebra union.swift
[1414/1500] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1415/1500] Compiling BitCollections BitSet.Counted.swift
[1416/1500] Compiling BitCollections BitSet+Initializers.swift
[1417/1500] Compiling BitCollections BitSet+Invariants.swift
[1418/1500] Compiling BitCollections BitSet+Random.swift
[1419/1500] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1420/1500] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1421/1500] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1422/1500] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1423/1500] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1424/1500] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1425/1500] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1426/1500] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1427/1500] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1428/1500] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1429/1500] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1430/1500] Compiling Algorithms Split.swift
[1431/1500] Compiling Algorithms Stride.swift
[1432/1500] Compiling Algorithms Suffix.swift
[1435/1503] Compiling Algorithms Rotate.swift
[1436/1503] Compiling CryptoBoringWrapper RandomBytes.swift
[1440/1503] Compiling Algorithms FirstNonNil.swift
[1441/1503] Emitting module CryptoBoringWrapper
[1442/1503] Compiling Algorithms Keyed.swift
[1443/1503] Compiling Algorithms MinMax.swift
[1444/1503] Compiling Algorithms FlattenCollection.swift
[1458/1503] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1459/1503] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1460/1503] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1468/1503] Compiling Algorithms Joined.swift
[1469/1503] Emitting module BitCollections
[1470/1503] Compiling BitCollections BitSet.Index.swift
[1471/1503] Compiling BitCollections BitSet._UnsafeHandle.swift
[1472/1503] Compiling BitCollections BitSet.swift
[1473/1503] Compiling BitCollections Range+Utilities.swift
[1474/1503] Compiling BitCollections Slice+Utilities.swift
[1475/1503] Compiling BitCollections UInt+Tricks.swift
[1476/1503] Compiling BitCollections _Word.swift
[1480/1504] Compiling CryptoBoringWrapper EllipticCurve.swift
[1481/1504] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1482/1504] Compiling Algorithms Trim.swift
[1483/1504] Compiling Algorithms Unique.swift
[1485/1504] Compiling Algorithms Windows.swift
[1486/1504] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1495/1578] Compiling Collections Collections.swift
[1496/1578] Emitting module Collections
[1498/1579] Compiling Crypto ASN1Strings.swift
[1499/1579] Compiling Crypto ArraySliceBigint.swift
[1500/1579] Compiling Crypto GeneralizedTime.swift
[1501/1579] Compiling Crypto ObjectIdentifier.swift
[1502/1579] Emitting module Atomics
[1503/1579] Emitting module Algorithms
[1505/1580] Compiling Crypto ASN1.swift
[1506/1580] Compiling Crypto ASN1Any.swift
[1507/1580] Compiling Crypto ASN1BitString.swift
[1508/1580] Compiling Crypto ASN1Boolean.swift
[1509/1580] Compiling Crypto ASN1Identifier.swift
[1510/1580] Compiling Crypto SymmetricKeys.swift
[1511/1580] Compiling Crypto HMAC.swift
[1512/1580] Compiling Crypto MACFunctions.swift
[1513/1580] Compiling Crypto MessageAuthenticationCode.swift
[1514/1580] Compiling Crypto AES.swift
[1515/1580] Compiling Crypto ECDSASignature_boring.swift
[1516/1580] Compiling Crypto ECDSA_boring.swift
[1517/1580] Compiling Crypto EdDSA_boring.swift
[1518/1580] Compiling Crypto ECDSA.swift
[1519/1580] Compiling Crypto Ed25519.swift
[1521/1590] Compiling Crypto PKCS8PrivateKey.swift
[1522/1590] Compiling Crypto SEC1PrivateKey.swift
[1523/1590] Compiling Crypto SubjectPublicKeyInfo.swift
[1524/1590] Compiling Crypto CryptoKitErrors.swift
[1525/1590] Compiling Crypto Digest_boring.swift
[1526/1590] Compiling Crypto Digest.swift
[1527/1590] Compiling Crypto Digests.swift
[1528/1590] Compiling Crypto HashFunctions.swift
[1529/1590] Compiling Crypto HashFunctions_SHA2.swift
[1530/1590] Compiling Crypto HPKE-AEAD.swift
[1531/1601] Compiling Crypto HKDF.swift
[1532/1601] Compiling Crypto AESWrap.swift
[1533/1601] Compiling Crypto AESWrap_boring.swift
[1534/1601] Compiling Crypto Ed25519_boring.swift
[1535/1601] Compiling Crypto NISTCurvesKeys_boring.swift
[1536/1601] Compiling Crypto X25519Keys_boring.swift
[1537/1601] Compiling Crypto Curve25519.swift
[1538/1601] Compiling Crypto Ed25519Keys.swift
[1539/1601] Compiling Crypto NISTCurvesKeys.swift
[1540/1602] Compiling Crypto X25519Keys.swift
[1541/1649] Compiling NIOCore EventLoopFuture.swift
[1542/1649] Compiling NIOCore FileDescriptor.swift
[1543/1649] Compiling NIOCore FileHandle.swift
[1544/1649] Compiling NIOCore FileRegion.swift
[1545/1649] Compiling NIOCore ChannelPipeline.swift
[1546/1649] Compiling NIOCore CircularBuffer.swift
[1547/1649] Compiling NIOCore Codec.swift
[1548/1649] Compiling NIOCore ConvenienceOptionSupport.swift
[1549/1649] Compiling NIOCore DeadChannel.swift
[1550/1649] Compiling NIOCore DispatchQueue+WithFuture.swift
[1551/1649] Compiling NIOCore EventLoop+Deprecated.swift
[1552/1649] Compiling NIOCore EventLoop+SerialExecutor.swift
[1553/1649] Compiling NIOCore GlobalSingletons.swift
[1554/1649] Compiling NIOCore IO.swift
[1555/1649] Compiling NIOCore IOData.swift
[1556/1649] Compiling NIOCore IPProtocol.swift
[1557/1649] Compiling NIOCore IntegerBitPacking.swift
[1558/1649] Compiling NIOCore IntegerTypes.swift
[1559/1649] Compiling NIOCore Interfaces.swift
[1560/1649] Compiling NIOCore Linux.swift
[1561/1649] Compiling Crypto Signature.swift
[1562/1649] Compiling Crypto CryptoKitErrors_boring.swift
[1563/1649] Compiling Crypto RNG_boring.swift
[1564/1649] Compiling Crypto SafeCompare_boring.swift
[1565/1649] Compiling Crypto Zeroization_boring.swift
[1566/1649] Compiling Crypto PrettyBytes.swift
[1567/1649] Compiling Crypto SafeCompare.swift
[1568/1649] Compiling Crypto SecureBytes.swift
[1569/1649] Compiling Crypto Zeroization.swift
[1570/1649] Compiling NIOCore BSDSocketAPI.swift
[1571/1649] Compiling NIOCore ByteBuffer-aux.swift
[1572/1649] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1573/1649] Compiling NIOCore ByteBuffer-conversions.swift
[1574/1649] Compiling NIOCore ByteBuffer-core.swift
[1575/1649] Compiling NIOCore ByteBuffer-hex.swift
[1576/1649] Compiling NIOCore ByteBuffer-int.swift
[1577/1649] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1578/1649] Compiling NIOCore ByteBuffer-multi-int.swift
[1579/1649] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1580/1649] Emitting module Crypto
[1581/1649] Compiling NIOCore AddressedEnvelope.swift
[1582/1649] Compiling NIOCore AsyncAwaitSupport.swift
[1583/1649] Compiling NIOCore AsyncChannel.swift
[1584/1649] Compiling NIOCore AsyncChannelHandler.swift
[1585/1649] Compiling NIOCore AsyncChannelInboundStream.swift
[1586/1649] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1587/1649] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1588/1649] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1589/1649] Compiling NIOCore NIOAsyncWriter.swift
[1590/1649] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1592/1650] Compiling NIOCore MarkedCircularBuffer.swift
[1593/1650] Compiling NIOCore MulticastChannel.swift
[1594/1650] Compiling NIOCore NIOAny.swift
[1595/1650] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1596/1650] Compiling NIOCore NIOLoopBound.swift
[1597/1650] Compiling NIOCore NIOScheduledCallback.swift
[1598/1650] Compiling NIOCore NIOSendable.swift
[1599/1650] Compiling NIOCore RecvByteBufferAllocator.swift
[1608/1658] Compiling NIOCore EventLoop.swift
[1609/1658] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1610/1658] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1611/1658] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1633/1658] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1634/1658] Compiling NIOCore SocketAddresses.swift
[1635/1658] Compiling NIOCore SocketOptionProvider.swift
[1636/1658] Compiling NIOCore SystemCallHelpers.swift
[1637/1658] Compiling NIOCore TimeAmount+Duration.swift
[1638/1658] Compiling NIOCore TypeAssistedChannelHandler.swift
[1639/1658] Compiling NIOCore UniversalBootstrapSupport.swift
[1640/1658] Compiling NIOCore Utilities.swift
[1652/1658] Compiling NIOCore ByteBuffer-views.swift
[1653/1658] Compiling NIOCore Channel.swift
[1654/1658] Compiling NIOCore ChannelHandler.swift
[1655/1658] Compiling NIOCore ChannelHandlers.swift
[1656/1658] Compiling NIOCore ChannelInvoker.swift
[1657/1658] Compiling NIOCore ChannelOption.swift
[1658/1658] Emitting module NIOCore
[1660/1710] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1661/1710] Emitting module NIOEmbedded
[1662/1710] Compiling NIOEmbedded AsyncTestingChannel.swift
[1663/1710] Compiling NIOEmbedded Embedded.swift
[1665/1711] Compiling NIOPosix ServerSocket.swift
[1666/1711] Compiling NIOPosix Socket.swift
[1667/1711] Compiling NIOPosix SocketChannel.swift
[1668/1711] Compiling NIOPosix SocketProtocols.swift
[1669/1711] Compiling NIOPosix System.swift
[1670/1711] Compiling NIOPosix Thread.swift
[1671/1711] Emitting module NIOPosix
[1672/1717] Compiling NIOPosix ThreadPosix.swift
[1673/1717] Compiling NIOPosix ThreadWindows.swift
[1674/1717] Compiling NIOPosix UnsafeTransfer.swift
[1675/1717] Compiling NIOPosix Utilities.swift
[1676/1717] Compiling NIOPosix VsockAddress.swift
[1677/1717] Compiling NIOPosix VsockChannelEvents.swift
[1678/1717] Compiling NIOPosix IO.swift
[1679/1717] Compiling NIOPosix IntegerBitPacking.swift
[1680/1717] Compiling NIOPosix IntegerTypes.swift
[1681/1717] Compiling NIOPosix Linux.swift
[1682/1717] Compiling NIOPosix LinuxCPUSet.swift
[1683/1717] Compiling NIOPosix LinuxUring.swift
[1684/1717] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1685/1717] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1686/1717] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1687/1717] Compiling NIOPosix PosixSingletons.swift
[1688/1717] Compiling NIOPosix RawSocketBootstrap.swift
[1689/1717] Compiling NIOPosix Resolver.swift
[1690/1717] Compiling NIOPosix Selectable.swift
[1691/1717] Compiling NIOPosix Bootstrap.swift
[1692/1717] Compiling NIOPosix ControlMessage.swift
[1693/1717] Compiling NIOPosix DatagramVectorReadManager.swift
[1694/1717] Compiling NIOPosix Errors+Any.swift
[1695/1717] Compiling NIOPosix FileDescriptor.swift
[1696/1717] Compiling NIOPosix GetaddrinfoResolver.swift
[1697/1717] Compiling NIOPosix HappyEyeballs.swift
[1698/1717] Compiling NIOPosix NIOThreadPool.swift
[1699/1717] Compiling NIOPosix NonBlockingFileIO.swift
[1700/1717] Compiling NIOPosix PendingDatagramWritesManager.swift
[1701/1717] Compiling NIOPosix PendingWritesManager.swift
[1702/1717] Compiling NIOPosix PipeChannel.swift
[1703/1717] Compiling NIOPosix PipePair.swift
[1704/1717] Compiling NIOPosix Pool.swift
[1705/1717] Compiling NIOPosix SelectableChannel.swift
[1706/1717] Compiling NIOPosix SelectableEventLoop.swift
[1707/1717] Compiling NIOPosix SelectorEpoll.swift
[1708/1717] Compiling NIOPosix SelectorGeneric.swift
[1709/1717] Compiling NIOPosix SelectorKqueue.swift
[1710/1717] Compiling NIOPosix SelectorUring.swift
[1711/1717] Compiling NIOPosix BSDSocketAPICommon.swift
[1712/1717] Compiling NIOPosix BSDSocketAPIPosix.swift
[1713/1717] Compiling NIOPosix BSDSocketAPIWindows.swift
[1714/1717] Compiling NIOPosix BaseSocket.swift
[1715/1717] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1716/1717] Compiling NIOPosix BaseSocketChannel.swift
[1717/1717] Compiling NIOPosix BaseStreamSocketChannel.swift
[1719/1777] Emitting module NIO
[1720/1777] Compiling NIO Exports.swift
[1722/1778] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1723/1778] Compiling AsyncKit Collection+Flatten.swift
[1724/1778] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1725/1778] Compiling AsyncKit EventLoopFutureQueue.swift
[1726/1778] Compiling AsyncKit Future+Collection.swift
[1727/1787] Compiling AsyncKit Future+Transform.swift
[1728/1787] Compiling AsyncKit Future+Try.swift
[1729/1787] Compiling AsyncKit FutureOperators.swift
[1730/1823] Compiling _NIOFileSystem ParallelDirCopy.swift
[1731/1823] Compiling _NIOFileSystem ParallelRemoval.swift
[1732/1823] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1733/1823] Compiling _NIOFileSystem CInterop.swift
[1734/1823] Compiling _NIOFileSystem Errno.swift
[1735/1823] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1736/1823] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1737/1823] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1738/1823] Compiling NIOTLS TLSEvents.swift
[1739/1823] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1740/1823] Emitting module NIOTLS
[1741/1823] Compiling NIOSOCKS SOCKSResponse.swift
[1742/1824] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1743/1824] Compiling NIOSOCKS ClientStateMachine.swift
[1744/1824] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1745/1824] Compiling NIOHTTP1 HTTPDecoder.swift
[1746/1824] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1747/1824] Emitting module _NIOFileSystem
[1748/1824] Emitting module NIOSOCKS
[1749/1824] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1750/1824] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1751/1824] Compiling NIOSOCKS ServerStateMachine.swift
[1752/1824] Compiling NIOHTTP1 HTTPEncoder.swift
[1753/1824] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1754/1824] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1755/1824] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1756/1825] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1757/1825] Compiling NIOTLS SNIHandler.swift
[1760/1826] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1761/1826] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1762/1828] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1763/1828] Emitting module NIOFoundationCompat
[1764/1829] Compiling AsyncKit Optional+StrictMap.swift
[1765/1829] Compiling AsyncKit Exports.swift
[1767/1838] Compiling AsyncKit EventLoop+Concurrency.swift
[1770/1838] Compiling _NIOFileSystem Syscalls.swift
[1771/1846] Compiling NIOSSL SSLContext.swift
[1772/1846] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1773/1846] Compiling AsyncKit ConnectionPoolSource.swift
[1774/1846] Compiling AsyncKit EventLoopConnectionPool.swift
[1775/1846] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1776/1854] Compiling NIOSSL ByteBufferBIO.swift
[1777/1854] Compiling NIOSSL CustomPrivateKey.swift
[1778/1858] Compiling NIOSSL SSLCallbacks.swift
[1779/1858] Compiling NIOSSL SSLCertificate.swift
[1780/1880] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1781/1880] Compiling NIOTransportServices NIOTSSingletons.swift
[1782/1880] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1783/1880] Compiling NIOTransportServices StateManagedChannel.swift
[1784/1880] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1785/1880] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1786/1880] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1787/1880] Compiling NIOTransportServices NIOTSErrors.swift
[1788/1880] Compiling NIOTransportServices NIOTSEventLoop.swift
[1789/1882] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1790/1882] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1791/1882] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1792/1882] Compiling NIOTransportServices NIOTSBootstraps.swift
[1793/1882] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1794/1882] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1795/1882] Compiling NIOTransportServices AcceptHandler.swift
[1796/1882] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1797/1882] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1802/1882] Emitting module NIOTransportServices
[1803/1882] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1804/1882] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1805/1882] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1806/1882] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1807/1882] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1811/1883] Compiling _NIOFileSystem SystemFileHandle.swift
[1812/1883] Compiling _NIOFileSystem Utilities.swift
[1813/1883] Compiling _NIOFileSystem OpenOptions.swift
[1814/1883] Compiling _NIOFileSystem String+FileSystem.swift
[1820/1883] Emitting module NIOHTTP1
[1825/1887] Compiling NIOSSL SubjectAlternativeName.swift
[1826/1887] Compiling NIOSSL NIOSSLSecureBytes.swift
[1827/1887] Compiling NIOSSL RNG.swift
[1828/1887] Compiling NIOSSL SafeCompare.swift
[1829/1887] Compiling NIOSSL Zeroization.swift
[1830/1925] Compiling NIOExtras DebugInboundEventsHandler.swift
[1831/1925] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1832/1925] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1833/1925] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1834/1951] Compiling NIOHPACK HPACKHeader.swift
[1835/1951] Compiling NIOHPACK HeaderTables.swift
[1836/1951] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1837/1951] Compiling NIOExtras LengthFieldPrepender.swift
[1838/1951] Emitting module NIOSSL
[1839/1951] Compiling MultipartKit MultipartPart.swift
[1840/1951] Compiling MultipartKit MultipartPartConvertible.swift
[1843/1951] Compiling NIOSSL UniversalBootstrapSupport.swift
[1844/1951] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1845/1951] Compiling _NIOFileSystem Cancellation.swift
[1846/1951] Compiling _NIOFileSystem TokenBucket.swift
[1847/1951] Compiling _NIOFileSystem UnsafeTransfer.swift
[1848/1951] Compiling NIOExtras NIORequestIdentifiable.swift
[1849/1951] Compiling NIOExtras PCAPRingBuffer.swift
[1850/1951] Compiling NIOExtras LineBasedFrameDecoder.swift
[1851/1951] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1852/1951] Compiling NIOExtras QuiescingHelper.swift
[1856/1951] Compiling NIOExtras NIOExtrasError.swift
[1857/1951] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1859/1952] Emitting module NIOWebSocket
[1860/1952] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1861/1952] Compiling NIOWebSocket WebSocketOpcode.swift
[1862/1956] Compiling NIOHTTPCompression HTTPDecompression.swift
[1865/1958] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1866/1958] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1867/1958] Compiling NIOHPACK HPACKEncoder.swift
[1868/1958] Compiling NIOHPACK HPACKErrors.swift
[1872/1958] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1873/1958] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1874/1958] Compiling NIOHTTPCompression HTTPCompression.swift
[1877/1960] Emitting module NIOHTTPCompression
[1878/1960] Emitting module _NIOFileSystemFoundationCompat
[1879/1960] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1880/1961] Compiling MultipartKit MultipartSerializer.swift
[1881/1961] Compiling MultipartKit Utilities.swift
[1882/1961] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1883/1961] Compiling NIOHPACK IndexedHeaderTable.swift
[1884/1961] Compiling NIOHPACK IntegerCoding.swift
[1885/1962] Compiling NIOHPACK DynamicHeaderTable.swift
[1886/1962] Compiling NIOHPACK HPACKDecoder.swift
[1888/1962] Emitting module MultipartKit
[1902/1962] Compiling NIOExtras RequestResponseHandler.swift
[1903/1962] Compiling NIOHPACK StaticHeaderTable.swift
[1904/1962] Compiling NIOHPACK HuffmanTables.swift
[1907/1962] Compiling NIOHPACK HuffmanCoding.swift
[1908/1962] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1909/1962] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1915/1963] Emitting module NIOHPACK
[1921/1964] Emitting module NIOExtras
[1930/1964] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1931/1964] Compiling NIOWebSocket WebSocketFrame.swift
[1935/1968] Compiling NIOFileSystem Exports.swift
[1936/1968] Emitting module NIOFileSystem
[1942/1995] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1943/1995] Compiling NIOHTTP2 StateMachineResult.swift
[1944/1995] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1945/1995] Compiling NIOHTTP2 DOSHeuristics.swift
[1946/2027] Compiling NIOHTTP2 SendingHeadersState.swift
[1947/2027] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1948/2027] Compiling NIOHTTP2 SendingRstStreamState.swift
[1949/2028] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1950/2028] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1953/2037] Compiling WebSocketKit WebSocket+Connect.swift
[1954/2037] Compiling WebSocketKit Exports.swift
[1955/2037] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1956/2037] Compiling WebSocketKit WebSocketHandler.swift
[1957/2037] Emitting module AsyncKit
[1958/2037] Compiling WebSocketKit WebSocket+Concurrency.swift
[1959/2037] Emitting module WebSocketKit
[1960/2037] Compiling WebSocketKit WebSocket.swift
[1961/2037] Compiling WebSocketKit WebSocketClient.swift
[1963/2038] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1964/2038] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1965/2038] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1966/2038] Compiling NIOHTTP2 HTTP2StreamID.swift
[1967/2038] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1968/2038] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1969/2038] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1970/2038] Compiling NIOHTTP2 InboundEventBuffer.swift
[1971/2046] Emitting module NIOHTTP2
[1972/2046] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1973/2046] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1974/2046] Compiling NIOHTTP2 MayReceiveFrames.swift
[1975/2046] Compiling NIOHTTP2 ReceivingDataState.swift
[1976/2046] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1977/2046] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1978/2046] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1979/2046] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1981/2046] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1982/2046] Compiling NIOHTTP2 HTTP2Frame.swift
[1983/2046] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1984/2046] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1985/2046] Compiling NIOHTTP2 HTTP2PingData.swift
[1986/2046] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1987/2046] Compiling NIOHTTP2 HTTP2Settings.swift
[1988/2046] Compiling NIOHTTP2 HTTP2Stream.swift
[1989/2046] Compiling NIOHTTP2 InboundWindowManager.swift
[1990/2046] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1991/2046] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1992/2046] Compiling NIOHTTP2 StreamChannelList.swift
[1993/2046] Compiling NIOHTTP2 StreamMap.swift
[1994/2046] Compiling NIOHTTP2 StreamStateMachine.swift
[1995/2046] Compiling NIOHTTP2 UnsafeTransfer.swift
[1996/2046] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2000/2046] Compiling NIOHTTP2 Error+Any.swift
[2001/2046] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2002/2046] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2003/2046] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2006/2046] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2007/2046] Compiling NIOHTTP2 HasLocalSettings.swift
[2008/2046] Compiling NIOHTTP2 HasRemoteSettings.swift
[2009/2046] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2010/2046] Compiling NIOHTTP2 QuiescingState.swift
[2011/2046] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2012/2046] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2013/2046] Compiling NIOHTTP2 MaySendFrames.swift
[2014/2046] Compiling NIOHTTP2 SendingDataState.swift
[2015/2046] Compiling NIOHTTP2 SendingGoawayState.swift
[2019/2046] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2020/2046] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2021/2046] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2022/2046] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2023/2046] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2024/2046] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2025/2046] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2026/2046] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2027/2046] Compiling NIOHTTP2 HTTP2Error.swift
[2028/2046] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2030/2106] Emitting module AsyncHTTPClient
[2031/2114] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2032/2114] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2033/2114] Compiling AsyncHTTPClient Transaction.swift
[2034/2114] Compiling AsyncHTTPClient Base64.swift
[2035/2114] Compiling AsyncHTTPClient BasicAuth.swift
[2036/2114] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2037/2114] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2038/2114] Compiling AsyncHTTPClient ConnectionPool.swift
[2039/2114] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2040/2114] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2041/2114] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2042/2114] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2043/2114] Compiling AsyncHTTPClient HTTP1Connection.swift
[2044/2114] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2045/2114] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2046/2114] Compiling AsyncHTTPClient HTTP2Connection.swift
[2047/2114] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2048/2114] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2049/2114] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2050/2114] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2051/2114] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2052/2114] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2053/2114] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2054/2114] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2055/2114] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2056/2114] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2057/2114] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2058/2114] Compiling AsyncHTTPClient RequestOptions.swift
[2059/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2060/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2061/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2062/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2063/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2064/2114] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2065/2114] Compiling AsyncHTTPClient RequestBag.swift
[2066/2114] Compiling AsyncHTTPClient RequestValidation.swift
[2067/2114] Compiling AsyncHTTPClient SSLContextCache.swift
[2068/2114] Compiling AsyncHTTPClient Scheme.swift
[2069/2114] Compiling AsyncHTTPClient Singleton.swift
[2070/2114] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2071/2114] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2072/2114] Compiling AsyncHTTPClient Utils.swift
[2073/2114] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2074/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2075/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2076/2114] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2077/2114] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2078/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2079/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2080/2114] Compiling AsyncHTTPClient RequestBodyLength.swift
[2081/2114] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2082/2114] Compiling AsyncHTTPClient ConnectionTarget.swift
[2083/2114] Compiling AsyncHTTPClient DeconstructedURL.swift
[2084/2114] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2085/2114] Compiling AsyncHTTPClient FoundationExtensions.swift
[2086/2114] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2087/2114] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2088/2114] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2089/2114] Compiling AsyncHTTPClient HTTPClient.swift
[2090/2114] Compiling AsyncHTTPClient HTTPHandler.swift
[2091/2114] Compiling AsyncHTTPClient LRUCache.swift
[2092/2114] Compiling AsyncHTTPClient NWErrorHandler.swift
[2093/2114] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2094/2114] Compiling AsyncHTTPClient TLSConfiguration.swift
[2095/2114] Compiling AsyncHTTPClient RedirectState.swift
[2096/2114] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2117/2285] Compiling Vapor AsyncBasicResponder.swift
[2118/2285] Compiling Vapor AsyncMiddleware.swift
[2119/2285] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2120/2285] Compiling Vapor AsyncSessionDriver.swift
[2121/2285] Compiling Vapor Authentication+Concurrency.swift
[2122/2285] Compiling Vapor Cache+Concurrency.swift
[2123/2285] Compiling Vapor Client+Concurrency.swift
[2124/2285] Compiling Vapor RequestBody+Concurrency.swift
[2125/2285] Compiling Vapor Responder+Concurrency.swift
[2126/2285] Compiling Vapor ResponseCodable+Concurrency.swift
[2127/2285] Compiling Vapor RoutesBuilder+Concurrency.swift
[2128/2285] Compiling Vapor ViewRenderer+Concurrency.swift
[2129/2285] Compiling Vapor WebSocket+Concurrency.swift
[2130/2285] Compiling Vapor ContainerGetPathExecutor.swift
[2131/2285] Compiling Vapor Content.swift
[2132/2285] Compiling Vapor ContentCoders.swift
[2133/2285] Compiling Vapor ContentConfiguration.swift
[2134/2285] Compiling Vapor ContentContainer.swift
[2135/2285] Compiling Vapor JSONCoder+Custom.swift
[2136/2285] Compiling Vapor JSONCoders+Content.swift
[2137/2285] Compiling Vapor PlaintextDecoder.swift
[2138/2285] Compiling Vapor PlaintextEncoder.swift
[2139/2285] Compiling Vapor URLQueryCoders.swift
[2140/2285] Compiling Vapor URLQueryContainer.swift
[2141/2309] Compiling Vapor Request+Body.swift
[2142/2309] Compiling Vapor Request+BodyStream.swift
[2143/2309] Compiling Vapor Request.swift
[2144/2309] Compiling Vapor Application+Responder.swift
[2145/2309] Compiling Vapor DefaultResponder.swift
[2146/2309] Compiling Vapor Response+Body.swift
[2147/2309] Compiling Vapor Response.swift
[2148/2309] Compiling Vapor ResponseCodable.swift
[2149/2309] Compiling Vapor Application+Routes.swift
[2150/2309] Compiling Vapor Parameters+Require.swift
[2151/2309] Compiling Vapor Request+WebSocket.swift
[2152/2309] Compiling Vapor Route.swift
[2153/2309] Compiling Vapor RouteCollection.swift
[2154/2309] Compiling Vapor Routes.swift
[2155/2309] Compiling Vapor RoutesBuilder+Group.swift
[2156/2309] Compiling Vapor RoutesBuilder+Method.swift
[2157/2309] Compiling Vapor RoutesBuilder+Middleware.swift
[2158/2309] Compiling Vapor RoutesBuilder+WebSocket.swift
[2159/2309] Compiling Vapor RoutesBuilder.swift
[2160/2309] Compiling Vapor OTP.swift
[2161/2309] Compiling Vapor Application+Servers.swift
[2162/2309] Compiling Vapor Server.swift
[2163/2309] Compiling Vapor App+Service.swift
[2164/2309] Compiling Vapor Req+Service.swift
[2165/2333] Compiling Vapor Validator.swift
[2166/2333] Compiling Vapor ValidatorResult.swift
[2167/2333] Compiling Vapor And.swift
[2168/2333] Compiling Vapor Case.swift
[2169/2333] Compiling Vapor CharacterSet.swift
[2170/2333] Compiling Vapor Count.swift
[2171/2333] Compiling Vapor Custom.swift
[2172/2333] Compiling Vapor Email.swift
[2173/2333] Compiling Vapor Empty.swift
[2174/2333] Compiling Vapor In.swift
[2175/2333] Compiling Vapor Nil.swift
[2176/2333] Compiling Vapor NilIgnoring.swift
[2177/2333] Compiling Vapor Not.swift
[2178/2333] Compiling Vapor Or.swift
[2179/2333] Compiling Vapor Pattern.swift
[2180/2333] Compiling Vapor Range.swift
[2181/2333] Compiling Vapor URL.swift
[2182/2333] Compiling Vapor Valid.swift
[2183/2333] Compiling Vapor Application+Views.swift
[2184/2333] Compiling Vapor PlaintextRenderer.swift
[2185/2333] Compiling Vapor Request+View.swift
[2186/2333] Compiling Vapor View.swift
[2187/2333] Compiling Vapor ViewRenderer.swift
[2188/2333] Compiling Vapor _Deprecations.swift
[2189/2333] Compiling Vapor Service.swift
[2190/2333] Compiling Vapor Application+Sessions.swift
[2191/2333] Compiling Vapor MemorySessions.swift
[2192/2333] Compiling Vapor Request+Session.swift
[2193/2333] Compiling Vapor Session.swift
[2194/2333] Compiling Vapor SessionCache.swift
[2195/2333] Compiling Vapor SessionData.swift
[2196/2333] Compiling Vapor SessionDriver.swift
[2197/2333] Compiling Vapor SessionsConfiguration.swift
[2198/2333] Compiling Vapor SessionsMiddleware.swift
[2199/2333] Compiling Vapor URLEncodedFormData.swift
[2200/2333] Compiling Vapor URLEncodedFormDecoder.swift
[2201/2333] Compiling Vapor URLEncodedFormEncoder.swift
[2202/2333] Compiling Vapor URLEncodedFormError.swift
[2203/2333] Compiling Vapor URLEncodedFormParser.swift
[2204/2333] Compiling Vapor URLEncodedFormSerializer.swift
[2205/2333] Compiling Vapor URLQueryFragmentConvertible.swift
[2206/2333] Compiling Vapor AnyResponse.swift
[2207/2333] Compiling Vapor Array+Random.swift
[2208/2333] Compiling Vapor Base32.swift
[2209/2333] Compiling Vapor Base64.swift
[2210/2333] Compiling Vapor BaseN.swift
[2211/2333] Compiling Vapor BasicCodingKey.swift
[2212/2333] Compiling Vapor ByteCount.swift
[2213/2333] Compiling Vapor Core.swift
[2214/2333] Compiling Vapor Running.swift
[2215/2333] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2216/2333] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2217/2333] Compiling Vapor DotEnvFile+load.swift
[2218/2333] Compiling Vapor Routes+caseInsenstive.swift
[2219/2333] Compiling Vapor Validatable+validate.swift
[2220/2333] Compiling Vapor Environment+Process.swift
[2221/2333] Compiling Vapor Environment+Secret.swift
[2222/2333] Compiling Vapor Environment.swift
[2223/2333] Compiling Vapor Abort.swift
[2224/2333] Compiling Vapor AbortError.swift
[2225/2333] Compiling Vapor DebuggableError.swift
[2226/2333] Compiling Vapor Demangler.swift
[2227/2333] Compiling Vapor ErrorSource.swift
[2228/2333] Compiling Vapor StackTrace.swift
[2229/2333] Compiling Vapor Exports.swift
[2230/2333] Compiling Vapor Application+HTTP.swift
[2231/2333] Compiling Vapor BasicResponder.swift
[2232/2333] Compiling Vapor BodyStream.swift
[2233/2333] Compiling Vapor Application+HTTP+Client.swift
[2234/2333] Compiling Vapor EventLoopHTTPClient.swift
[2235/2333] Compiling Vapor EndpointCache.swift
[2236/2333] Compiling Vapor HTTPMethod+String.swift
[2237/2333] Compiling Vapor HTTPServerResponseEncoder.swift
[2238/2333] Compiling Vapor HTTPServerUpgradeHandler.swift
[2239/2333] Compiling Vapor Logger+Report.swift
[2240/2333] Compiling Vapor LoggingSystem+Environment.swift
[2241/2333] Compiling Vapor Application+Middleware.swift
[2242/2333] Compiling Vapor CORSMiddleware.swift
[2243/2333] Compiling Vapor ErrorMiddleware.swift
[2244/2333] Compiling Vapor FileMiddleware.swift
[2245/2333] Compiling Vapor Middleware.swift
[2246/2333] Compiling Vapor MiddlewareConfiguration.swift
[2247/2333] Compiling Vapor ResponseCompressionMiddleware.swift
[2248/2333] Compiling Vapor RouteLoggingMiddleware.swift
[2249/2333] Compiling Vapor TracingMiddleware.swift
[2250/2333] Compiling Vapor File+Multipart.swift
[2251/2333] Compiling Vapor FormDataDecoder+Content.swift
[2252/2333] Compiling Vapor FormDataEncoder+Content.swift
[2253/2333] Compiling Vapor Application+Password.swift
[2254/2333] Compiling Vapor Application+Passwords.swift
[2255/2333] Compiling Vapor AsyncPasswordHasher.swift
[2256/2333] Compiling Vapor BcryptHasher.swift
[2257/2333] Compiling Vapor PasswordHasher.swift
[2258/2333] Compiling Vapor PlaintextHasher.swift
[2259/2333] Compiling Vapor Request+Password.swift
[2260/2333] Compiling Vapor Redirect.swift
[2261/2333] Emitting module Vapor
[2262/2333] Compiling Vapor Bytes+Hex.swift
[2263/2333] Compiling Vapor Bytes+SecureCompare.swift
[2264/2333] Compiling Vapor Collection+Safe.swift
[2265/2333] Compiling Vapor DataProtocol+Copy.swift
[2266/2333] Compiling Vapor DecoderUnwrapper.swift
[2267/2333] Compiling Vapor DirectoryConfiguration.swift
[2268/2333] Compiling Vapor DotEnv.swift
[2269/2333] Compiling Vapor Extendable.swift
[2270/2333] Compiling Vapor File.swift
[2271/2333] Compiling Vapor FileIO.swift
[2272/2333] Compiling Vapor LifecycleHandler.swift
[2273/2333] Compiling Vapor OptionalType.swift
[2274/2333] Compiling Vapor RFC1123.swift
[2275/2333] Compiling Vapor SocketAddress+Hostname.swift
[2276/2333] Compiling Vapor Storage.swift
[2277/2333] Compiling Vapor String+IsIPAddress.swift
[2278/2333] Compiling Vapor Thread.swift
[2279/2333] Compiling Vapor URI.swift
[2280/2333] Compiling Vapor RangeResult.swift
[2281/2333] Compiling Vapor Validatable.swift
[2282/2333] Compiling Vapor Validation.swift
[2283/2333] Compiling Vapor ValidationKey.swift
[2284/2333] Compiling Vapor Validations.swift
[2285/2333] Compiling Vapor ValidationsError.swift
[2286/2333] Compiling Vapor Application.swift
[2287/2333] Compiling Vapor AuthenticationCache.swift
[2288/2333] Compiling Vapor Authenticator.swift
[2289/2333] Compiling Vapor BasicAuthorization.swift
[2290/2333] Compiling Vapor BearerAuthorization.swift
[2291/2333] Compiling Vapor GuardMiddleware.swift
[2292/2333] Compiling Vapor RedirectMiddleware.swift
[2293/2333] Compiling Vapor SessionAuthenticatable.swift
[2294/2333] Compiling Vapor Bcrypt.swift
[2295/2333] Compiling Vapor Application+Cache.swift
[2296/2333] Compiling Vapor Cache.swift
[2297/2333] Compiling Vapor CacheExpirationTime.swift
[2298/2333] Compiling Vapor MemoryCache.swift
[2299/2333] Compiling Vapor Request+Cache.swift
[2300/2333] Compiling Vapor Application+Clients.swift
[2301/2333] Compiling Vapor Client.swift
[2302/2333] Compiling Vapor ClientRequest.swift
[2303/2333] Compiling Vapor ClientResponse.swift
[2304/2333] Compiling Vapor Request+Client.swift
[2305/2333] Compiling Vapor BootCommand.swift
[2306/2333] Compiling Vapor CommandContext+Application.swift
[2307/2333] Compiling Vapor RoutesCommand.swift
[2308/2333] Compiling Vapor ServeCommand.swift
[2309/2333] Compiling Vapor AnyResponse+Concurrency.swift
[2310/2333] Compiling Vapor HTTPStatus.swift
[2311/2333] Compiling Vapor HTTPCookies.swift
[2312/2333] Compiling Vapor HTTPHeaderCacheControl.swift
[2313/2333] Compiling Vapor HTTPHeaderExpires.swift
[2314/2333] Compiling Vapor HTTPHeaderLastModified.swift
[2315/2333] Compiling Vapor HTTPHeaders+Cache.swift
[2316/2333] Compiling Vapor HTTPHeaders+Connection.swift
[2317/2333] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2318/2333] Compiling Vapor HTTPHeaders+ContentRange.swift
[2319/2333] Compiling Vapor HTTPHeaders+Directive.swift
[2320/2333] Compiling Vapor HTTPHeaders+Forwarded.swift
[2321/2333] Compiling Vapor HTTPHeaders+Link.swift
[2322/2333] Compiling Vapor HTTPHeaders+Name.swift
[2323/2333] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2324/2333] Compiling Vapor HTTPHeaders.swift
[2325/2333] Compiling Vapor HTTPMediaType.swift
[2326/2333] Compiling Vapor HTTPMediaTypePreference.swift
[2327/2333] Compiling Vapor Responder.swift
[2328/2333] Compiling Vapor Application+HTTP+Server.swift
[2329/2333] Compiling Vapor HTTPServer.swift
[2330/2333] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2331/2333] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2332/2333] Compiling Vapor HTTPServerHandler.swift
[2333/2333] Compiling Vapor HTTPServerRequestDecoder.swift
[2335/2343] Emitting module VaporTypedRoutes
[2336/2344] Compiling VaporTypedRoutes ResponseContext.swift
[2337/2344] Compiling VaporTypedRoutes QueryParam.swift
[2338/2344] Compiling VaporTypedRoutes ResponseBuilder.swift
[2339/2344] Compiling VaporTypedRoutes TypedPathComponent.swift
[2340/2344] Compiling VaporTypedRoutes TypedRequest+Query.swift
[2341/2344] Compiling VaporTypedRoutes RoutesBuilderContext+Concurrency.swift
[2342/2344] Compiling VaporTypedRoutes TypedRequest.swift
[2343/2344] Compiling VaporTypedRoutes RouteContext.swift
[2344/2344] Compiling VaporTypedRoutes RoutesBuilder+RouteContext.swift
[2346/2355] Compiling VaporOpenAPI ContentConfiguration+JSONEncoder.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/EventLoopFuture+OpenAPI.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
12 | import Vapor
13 |
14 | extension EventLoopFuture: OpenAPIEncodedSchemaType where Value: OpenAPIEncodedSchemaType {
   | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     /// Get the OpenAPISchema for for the value using a given encoder.
16 |     /// - Parameters:
[2347/2355] Compiling VaporOpenAPI EventLoopFuture+OpenAPI.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/EventLoopFuture+OpenAPI.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
12 | import Vapor
13 |
14 | extension EventLoopFuture: OpenAPIEncodedSchemaType where Value: OpenAPIEncodedSchemaType {
   | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     /// Get the OpenAPISchema for for the value using a given encoder.
16 |     /// - Parameters:
[2348/2355] Compiling VaporOpenAPI Route+Metadata.swift
[2349/2355] Compiling VaporOpenAPI Sampleable+OpenAPIExample.swift
[2350/2356] Compiling VaporOpenAPI Exports.swift
[2351/2356] Compiling VaporOpenAPI QueryParam+OpenAPI.swift
[2352/2356] Emitting module VaporOpenAPI
/host/spi-builder-workspace/Sources/VaporOpenAPI/EventLoopFuture+OpenAPI.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
12 | import Vapor
13 |
14 | extension EventLoopFuture: OpenAPIEncodedSchemaType where Value: OpenAPIEncodedSchemaType {
   | |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     /// Get the OpenAPISchema for for the value using a given encoder.
16 |     /// - Parameters:
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
327 |
328 |
329 | extension OpenAPI.Document: Content { }
    | |- warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
330 |
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
327 |
328 |
329 | extension OpenAPI.Document: Content { }
    | `- warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
330 |
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:54:20: warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
 52 |         /// the `Version` enum. Other versions may or may not be decodable
 53 |         /// by OpenAPIKit to a certain extent.
 54 |         public var openAPIVersion: Version
    |                    `- warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Information about the API described by this OpenAPI Document.
    :
374 |     /// this enum. Other versions may or may not be decodable by
375 |     /// OpenAPIKit to a certain extent.
376 |     public enum Version: String, Codable {
    |                 `- note: consider making enum 'Version' conform to the 'Sendable' protocol
377 |         case v3_1_0 = "3.1.0"
378 |         case v3_1_1 = "3.1.1"
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:61:20: warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
 59 |         /// version of the API this document describes, not the OpenAPI
 60 |         /// Specification version), etc.
 61 |         public var info: Info
    |                    `- warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
 62 |
 63 |         /// An array of Server Objects, which provide connectivity information
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/DocumentInfo.swift:15:19: note: consider making struct 'Info' conform to the 'Sendable' protocol
 13 |     ///
 14 |     /// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
 15 |     public struct Info: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Info' conform to the 'Sendable' protocol
 16 |         public var title: String
 17 |         public var summary: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:74:20: warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
 72 |         ///     or operations but not at the root document level), use the
 73 |         ///     `allServers` property instead.
 74 |         public var servers: [Server]
    |                    `- warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// All paths defined by this API. This property maps the path of each
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Server.swift:16:19: note: consider making struct 'Server' conform to the 'Sendable' protocol
 14 |     /// See [OpenAPI Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#server-object).
 15 |     ///
 16 |     public struct Server: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Server' conform to the 'Sendable' protocol
 17 |         /// OpenAPI Server URLs can have variable placeholders in them.
 18 |         /// The `urlTemplate` can be asked for a well-formed Foundation
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:82:20: warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
 80 |         /// See the `routes` property for an array of equatable `Path`/`PathItem`
 81 |         /// pairs.
 82 |         public var paths: PathItem.Map
    |                    `- warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
 83 |
 84 |         /// Storage for components that need to be referenced elsewhere in the
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 18 | /// keys result in `Dictionary` encoding as a list of alternating
 19 | /// keys and values.
 20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
    |               `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 21 |     private var orderedKeys: [Key]
 22 |     private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:97:20: warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
 95 |         /// you still might want to consider using the Components Object for its impact
 96 |         /// on the JSON/YAML structure of your document once encoded.
 97 |         public var components: Components
    |                    `- warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
 98 |
 99 |         /// The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Components Object/Components.swift:18:19: note: consider making struct 'Components' conform to the 'Sendable' protocol
 16 |     /// This is a place to put reusable components to
 17 |     /// be referenced from other parts of the spec.
 18 |     public struct Components: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Components' conform to the 'Sendable' protocol
 19 |
 20 |         public var schemas: ComponentDictionary<JSONSchema>
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:104:20: warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
102 |         /// The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
103 |         /// See [OpenAPI Webhook Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#fixed-fields)
104 |         public var webhooks: OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>
    |                    `- warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
105 |
106 |         /// A declaration of which security mechanisms can be used across the API.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 18 | /// keys result in `Dictionary` encoding as a list of alternating
 19 | /// keys and values.
 20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
    |               `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 21 |     private var orderedKeys: [Key]
 22 |     private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:123:20: warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
121 |         ///     explicit references to entries in the Components Object instead of `String`
122 |         ///     values.
123 |         public var security: [SecurityRequirement]
    |                    `- warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
124 |
125 |         /// A list of tags used by the specification with additional metadata.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:42:13: note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
 40 | /// `OpenAPI.Document`.
 41 | ///
 42 | public enum JSONReference<ReferenceType: ComponentDictionaryLocatable>: Equatable, Hashable, _OpenAPIReference {
    |             `- note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
 43 |     /// The reference is internal to the file.
 44 |     case `internal`(InternalReference)
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:132:20: warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
130 |         ///
131 |         /// - Important: Each tag name in the list MUST be unique.
132 |         public var tags: [Tag]?
    |                    `- warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
133 |
134 |         /// Additional external documentation.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Tag.swift:14:19: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 12 |     ///
 13 |     /// See [OpenAPI Tag Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#tag-object).
 14 |     public struct Tag: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 15 |         public let name: String
 16 |         public let description: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:135:20: warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
133 |
134 |         /// Additional external documentation.
135 |         public var externalDocs: ExternalDocumentation?
    |                    `- warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
136 |
137 |         /// Dictionary of vendor extensions.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:15:19: note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
 13 |     ///
 14 |     /// See [OpenAPI External Documentation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#external-documentation-object).
 15 |     public struct ExternalDocumentation: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
 16 |         public var description: String?
 17 |         public var url: URL
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:142:20: warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
140 |         /// `[ "x-extensionKey": <anything>]`
141 |         /// where the values are anything codable.
142 |         public var vendorExtensions: [String: AnyCodable]
    |                    `- warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
143 |
144 |         public init(
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:35:15: note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
 33 |  by declaring their contained type to be `AnyCodable`.
 34 |  */
 35 | public struct AnyCodable {
    |               `- note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
 36 |     public let value: Any
 37 |
[2353/2356] Compiling VaporOpenAPI VaporRoutes+OpenAPI.swift
[2354/2356] Compiling VaporOpenAPI VaporHttp+OpenAPI.swift
[2355/2356] Compiling VaporOpenAPI VaporPathComponent+OpenAPI.swift
[2356/2356] Compiling VaporOpenAPI VaporRoute+OpenAPI.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
327 |
328 |
329 | extension OpenAPI.Document: Content { }
    | |- warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
330 |
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
327 |
328 |
329 | extension OpenAPI.Document: Content { }
    | `- warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
330 |
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:54:20: warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
 52 |         /// the `Version` enum. Other versions may or may not be decodable
 53 |         /// by OpenAPIKit to a certain extent.
 54 |         public var openAPIVersion: Version
    |                    `- warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Information about the API described by this OpenAPI Document.
    :
374 |     /// this enum. Other versions may or may not be decodable by
375 |     /// OpenAPIKit to a certain extent.
376 |     public enum Version: String, Codable {
    |                 `- note: consider making enum 'Version' conform to the 'Sendable' protocol
377 |         case v3_1_0 = "3.1.0"
378 |         case v3_1_1 = "3.1.1"
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:61:20: warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
 59 |         /// version of the API this document describes, not the OpenAPI
 60 |         /// Specification version), etc.
 61 |         public var info: Info
    |                    `- warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
 62 |
 63 |         /// An array of Server Objects, which provide connectivity information
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/DocumentInfo.swift:15:19: note: consider making struct 'Info' conform to the 'Sendable' protocol
 13 |     ///
 14 |     /// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
 15 |     public struct Info: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Info' conform to the 'Sendable' protocol
 16 |         public var title: String
 17 |         public var summary: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:74:20: warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
 72 |         ///     or operations but not at the root document level), use the
 73 |         ///     `allServers` property instead.
 74 |         public var servers: [Server]
    |                    `- warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// All paths defined by this API. This property maps the path of each
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Server.swift:16:19: note: consider making struct 'Server' conform to the 'Sendable' protocol
 14 |     /// See [OpenAPI Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#server-object).
 15 |     ///
 16 |     public struct Server: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Server' conform to the 'Sendable' protocol
 17 |         /// OpenAPI Server URLs can have variable placeholders in them.
 18 |         /// The `urlTemplate` can be asked for a well-formed Foundation
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:82:20: warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
 80 |         /// See the `routes` property for an array of equatable `Path`/`PathItem`
 81 |         /// pairs.
 82 |         public var paths: PathItem.Map
    |                    `- warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
 83 |
 84 |         /// Storage for components that need to be referenced elsewhere in the
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 18 | /// keys result in `Dictionary` encoding as a list of alternating
 19 | /// keys and values.
 20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
    |               `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 21 |     private var orderedKeys: [Key]
 22 |     private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:97:20: warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
 95 |         /// you still might want to consider using the Components Object for its impact
 96 |         /// on the JSON/YAML structure of your document once encoded.
 97 |         public var components: Components
    |                    `- warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
 98 |
 99 |         /// The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Components Object/Components.swift:18:19: note: consider making struct 'Components' conform to the 'Sendable' protocol
 16 |     /// This is a place to put reusable components to
 17 |     /// be referenced from other parts of the spec.
 18 |     public struct Components: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Components' conform to the 'Sendable' protocol
 19 |
 20 |         public var schemas: ComponentDictionary<JSONSchema>
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:104:20: warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
102 |         /// The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
103 |         /// See [OpenAPI Webhook Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#fixed-fields)
104 |         public var webhooks: OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>
    |                    `- warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
105 |
106 |         /// A declaration of which security mechanisms can be used across the API.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 18 | /// keys result in `Dictionary` encoding as a list of alternating
 19 | /// keys and values.
 20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
    |               `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 21 |     private var orderedKeys: [Key]
 22 |     private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:123:20: warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
121 |         ///     explicit references to entries in the Components Object instead of `String`
122 |         ///     values.
123 |         public var security: [SecurityRequirement]
    |                    `- warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
124 |
125 |         /// A list of tags used by the specification with additional metadata.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:42:13: note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
 40 | /// `OpenAPI.Document`.
 41 | ///
 42 | public enum JSONReference<ReferenceType: ComponentDictionaryLocatable>: Equatable, Hashable, _OpenAPIReference {
    |             `- note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
 43 |     /// The reference is internal to the file.
 44 |     case `internal`(InternalReference)
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:132:20: warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
130 |         ///
131 |         /// - Important: Each tag name in the list MUST be unique.
132 |         public var tags: [Tag]?
    |                    `- warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
133 |
134 |         /// Additional external documentation.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Tag.swift:14:19: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 12 |     ///
 13 |     /// See [OpenAPI Tag Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#tag-object).
 14 |     public struct Tag: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 15 |         public let name: String
 16 |         public let description: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:135:20: warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
133 |
134 |         /// Additional external documentation.
135 |         public var externalDocs: ExternalDocumentation?
    |                    `- warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
136 |
137 |         /// Dictionary of vendor extensions.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:15:19: note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
 13 |     ///
 14 |     /// See [OpenAPI External Documentation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#external-documentation-object).
 15 |     public struct ExternalDocumentation: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
 16 |         public var description: String?
 17 |         public var url: URL
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:142:20: warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
140 |         /// `[ "x-extensionKey": <anything>]`
141 |         /// where the values are anything codable.
142 |         public var vendorExtensions: [String: AnyCodable]
    |                    `- warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
143 |
144 |         public init(
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:35:15: note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
 33 |  by declaring their contained type to be `AnyCodable`.
 34 |  */
 35 | public struct AnyCodable {
    |               `- note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
 36 |     public let value: Any
 37 |
Build complete! (390.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.86.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "vaportypedroutes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
    },
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "openapireflection",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
    }
  ],
  "manifest_display_name" : "VaporOpenAPI",
  "name" : "VaporOpenAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporOpenAPI",
      "targets" : [
        "VaporOpenAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporOpenAPITests",
      "module_type" : "SwiftTarget",
      "name" : "VaporOpenAPITests",
      "path" : "Tests/VaporOpenAPITests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporOpenAPITests.swift"
      ],
      "target_dependencies" : [
        "VaporOpenAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporOpenAPI",
      "module_type" : "SwiftTarget",
      "name" : "VaporOpenAPI",
      "path" : "Sources/VaporOpenAPI",
      "product_dependencies" : [
        "Vapor",
        "VaporTypedRoutes",
        "OpenAPIKit",
        "OpenAPIReflection"
      ],
      "product_memberships" : [
        "VaporOpenAPI"
      ],
      "sources" : [
        "ContentConfiguration+JSONEncoder.swift",
        "EventLoopFuture+OpenAPI.swift",
        "Exports.swift",
        "QueryParam+OpenAPI.swift",
        "Route+Metadata.swift",
        "Sampleable+OpenAPIExample.swift",
        "VaporHttp+OpenAPI.swift",
        "VaporPathComponent+OpenAPI.swift",
        "VaporRoute+OpenAPI.swift",
        "VaporRoutes+OpenAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.