The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of VaporOpenAPI, reference main (026e8b), with Swift 6.1 for Android on 30 May 2025 15:31:15 UTC.

Swift 6 data race errors: 11

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         android
Swift version:             6.1
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/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/198] Fetching vaportypedroutes
[199/560] Fetching vaportypedroutes, openapireflection
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (0.38s)
Fetched https://github.com/mattpolzin/VaporTypedRoutes.git from cache (0.38s)
[1/74378] Fetching vapor
[12646/162288] Fetching vapor, openapikit
Fetched https://github.com/vapor/vapor.git from cache (3.11s)
[70328/87910] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (6.67s)
Computing version for https://github.com/mattpolzin/VaporTypedRoutes.git
Computed https://github.com/mattpolzin/VaporTypedRoutes.git at 0.10.0 (9.19s)
Computing version for https://github.com/mattpolzin/OpenAPIReflection.git
Computed https://github.com/mattpolzin/OpenAPIReflection.git at 2.0.1 (0.64s)
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.22s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (0.96s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (0.65s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.34s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (1.92s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.80s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/2773] Fetching swift-service-context, swift-atomics
[1595/6092] Fetching swift-service-context, swift-atomics, multipart-kit
[2295/12051] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms
[2826/17025] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-distributed-tracing
[5363/19634] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-distributed-tracing, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.86s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.86s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
[10360/14257] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-metrics
[10603/18093] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio-extras.git
[14217/15887] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio-http2.git
[10382/17974] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-nio-extras
[16305/29501] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
[11880/23578] Fetching swift-service-context, swift-atomics, multipart-kit, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-service-context.git from cache (2.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.48s)
[14366/16556] Fetching swift-atomics, multipart-kit, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (2.48s)
Fetching https://github.com/apple/swift-nio.git
[12772/14846] Fetching multipart-kit, swift-nio-http2
[14847/29689] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (2.60s)
[11824/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[13607/32052] Fetching swift-nio-http2, swift-nio-ssl, console-kit
[20031/108174] Fetching swift-nio-http2, swift-nio-ssl, console-kit, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.58s)
[14942/102492] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.01s)
[8557/90965] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[12326/93335] Fetching swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.54s)
[19099/90965] Fetching swift-nio-ssl, swift-nio
[27752/104979] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.98s)
[65084/90965] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.64s)
[51002/76122] Fetching swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio.git from cache (7.96s)
[1/20727] Fetching routing-kit
[3318/34663] Fetching routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.15s)
[5436/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (13.08s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.84s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.85s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.58s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.61s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.85s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
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.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.64s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[781/2494] Fetching swift-asn1, swift-http-types
[2495/3635] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[3192/9790] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates
[3493/14775] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms
[4083/17201] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
[6306/15611] Fetching swift-http-types, swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
[5502/14707] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.68s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.69s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.25s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.93s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.83s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.69s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.59s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.62s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.40s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (2.28s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.23s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.14s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.93s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.5.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/836] Write sources
[45/836] Compiling CNIOWindows WSAStartup.c
[46/836] Write sources
[47/836] Compiling CNIOWindows shim.c
[48/836] Compiling CNIOLinux liburing_shims.c
[49/836] Write sources
[56/836] Compiling CNIOWASI CNIOWASI.c
[57/836] Compiling CVaporBcrypt blf.c
[58/836] Compiling _AtomicsShims.c
[58/836] Compiling _NumericsShims _NumericsShims.c
[60/836] Compiling CVaporBcrypt bcrypt.c
[61/836] Compiling CSystem shims.c
[62/836] Compiling CNIOLinux shim.c
[63/836] Compiling CNIOSHA1 c_nio_sha1.c
[63/836] Compiling CNIOLLHTTP c_nio_http.c
[63/836] Compiling CNIOExtrasZlib empty.c
[63/836] Compiling CNIODarwin shim.c
[67/836] Compiling CNIOLLHTTP c_nio_api.c
[68/836] Compiling fiat_p256_adx_mul.S
[69/836] Compiling fiat_curve25519_adx_square.S
[70/836] Compiling fiat_p256_adx_sqr.S
[71/836] Compiling fiat_curve25519_adx_mul.S
[72/836] Write swift-version-24593BA9C3E375BF.txt
[73/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/840] Compiling CNIOBoringSSLShims shims.c
[75/842] Compiling tls_method.cc
[76/842] Compiling tls_record.cc
[77/870] Compiling tls13_client.cc
[79/870] Emitting module _NIODataStructures
[79/873] Compiling tls13_both.cc
[80/873] Compiling tls13_enc.cc
[81/875] Compiling tls13_server.cc
[83/879] Emitting module Sampleable
[84/923] Emitting module RealModule
[85/924] Compiling RealModule RealFunctions.swift
[86/924] Emitting module _NIOBase64
[87/924] Compiling _NIOBase64 Base64.swift
[88/925] Compiling ServiceContextModule ServiceContextKey.swift
[90/925] Compiling Sampleable Sampleable.swift
[91/926] Compiling OpenAPIKitCore AnyCodable.swift
[92/926] Compiling OpenAPIKitCore Either+Codable.swift
[93/926] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[94/926] Compiling OpenAPIKitCore Either.swift
[95/926] Emitting module ServiceContextModule
[96/926] Compiling ServiceContextModule ServiceContext.swift
[97/926] Compiling _NIODataStructures PriorityQueue.swift
[98/926] Compiling _NIODataStructures Heap.swift
[99/926] Compiling _NIODataStructures _TinyArray.swift
[100/928] Compiling RealModule ElementaryFunctions.swift
[101/928] Compiling RealModule Float+Real.swift
[102/928] Compiling RealModule Real.swift
[103/928] Compiling OpenAPIKitCore OAuthFlows.swift
[104/928] Compiling OpenAPIKitCore ParameterContextLocation.swift
[105/928] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[106/928] Compiling OpenAPIKitCore OpenAPIReference.swift
[107/928] Compiling OpenAPIKitCore OrderedDictionary.swift
[108/928] Compiling OpenAPIKitCore Discriminator.swift
[109/928] Compiling OpenAPIKitCore HttpMethod.swift
[111/931] Compiling RealModule Float16+Real.swift
[112/931] Compiling RealModule Float80+Real.swift
[114/932] Compiling OpenAPIKitCore CodingPathError.swift
[115/932] Compiling OpenAPIKitCore OpenAPIError.swift
[116/932] Compiling OpenAPIKitCore OpenAPIWarning.swift
[117/932] Compiling OpenAPIKitCore RequestDecodingError.swift
[122/932] Emitting module SystemPackage
[125/932] Compiling SystemPackage Util+StringArray.swift
[126/932] Compiling SystemPackage Util.swift
[127/932] Compiling SystemPackage UtilConsumers.swift
[128/949] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[129/949] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[130/949] Compiling InternalCollectionsUtilities _SortedCollection.swift
[131/949] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[132/949] Compiling InternalCollectionsUtilities Debugging.swift
[135/960] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[136/960] Compiling InternalCollectionsUtilities Descriptions.swift
[137/960] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[138/960] Compiling Instrumentation NoOpInstrument.swift
[139/960] Emitting module Instrumentation
[140/960] Compiling Instrumentation MultiplexInstrument.swift
[141/960] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[142/960] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[143/960] Compiling InternalCollectionsUtilities Integer rank.swift
[144/960] Emitting module InternalCollectionsUtilities
[147/960] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[148/960] Compiling InternalCollectionsUtilities UInt+reversed.swift
[149/960] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[152/961] Compiling Logging MetadataProvider.swift
[153/961] Compiling Logging Locks.swift
[154/961] Emitting module Logging
[155/961] Compiling OpenAPIKitCore Shared.swift
[156/961] Compiling OpenAPIKitCore CallbackURL.swift
[157/961] Compiling OpenAPIKitCore ComponentKey.swift
[158/961] Compiling OpenAPIKitCore ContentType.swift
[159/961] Compiling Logging LogHandler.swift
[160/961] Compiling Logging Logging.swift
[161/961] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[162/961] Compiling OpenAPIKitCore JSONTypeFormat.swift
[163/961] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[164/961] Compiling OpenAPIKitCore DiggingError.swift
[165/961] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[166/961] Compiling OpenAPIKitCore InconsistencyError.swift
[167/961] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[168/961] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[169/963] Compiling Instrumentation Instrument.swift
[170/963] Compiling Instrumentation Locks.swift
[171/963] Compiling Instrumentation InstrumentationSystem.swift
[171/964] Compiling t1_enc.cc
[176/964] Compiling CoreMetrics Metrics.swift
[177/964] Compiling CoreMetrics Locks.swift
[178/964] Emitting module CoreMetrics
[180/1102] Compiling _RopeModule BigString+Builder.swift
[181/1102] Compiling _RopeModule BigString+Contents.swift
[182/1102] Compiling _RopeModule BigString+Debugging.swift
[183/1102] Compiling _RopeModule BigString+Index.swift
[184/1102] Compiling _RopeModule BigString.swift
[185/1102] Compiling _RopeModule BigString+Comparable.swift
[186/1102] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[187/1102] Compiling _RopeModule BigString+CustomStringConvertible.swift
[188/1102] Compiling _RopeModule BigString+Equatable.swift
[189/1102] Compiling _RopeModule BigString+Ingester.swift
[190/1102] Compiling _RopeModule BigString+Invariants.swift
[191/1102] Compiling _RopeModule BigString+Iterators.swift
[192/1102] Compiling _RopeModule BigString+Metrics.swift
[193/1102] Compiling _RopeModule BigString+Summary.swift
[194/1102] Compiling _RopeModule BigSubstring+UTF8View.swift
[195/1102] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[196/1102] Compiling _RopeModule BigSubstring.swift
[197/1102] Compiling _RopeModule Rope+Builder.swift
[198/1102] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[199/1102] Compiling _RopeModule BigString+Hashing.swift
[200/1102] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[201/1102] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[202/1102] Compiling _RopeModule BigString+Sequence.swift
[203/1102] Compiling _RopeModule BigString+TextOutputStream.swift
[204/1102] Compiling _RopeModule BigString+UnicodeScalarView.swift
[205/1102] Compiling _RopeModule BigSubstring+UTF16View.swift
[206/1102] Emitting module OpenAPIKitCore
[207/1102] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[208/1102] Compiling _RopeModule BigString+Chunk+Breaks.swift
[209/1102] Compiling _RopeModule BigString+Chunk+Counts.swift
[210/1102] Compiling _RopeModule BigString+Chunk+Description.swift
[211/1102] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[212/1105] Compiling RoutingKit Router.swift
[212/1105] Compiling ssl_x509.cc
[215/1105] Compiling Tracing TracingTime.swift
[216/1105] Emitting module RoutingKit
[217/1105] Compiling RoutingKit AnyRouter.swift
[218/1105] Compiling RoutingKit Parameters.swift
[219/1105] Compiling RoutingKit PathComponent.swift
[220/1105] Compiling Tracing TracerProtocol.swift
[221/1105] Emitting module Metrics
[222/1188] Compiling Tracing TracerProtocol+Legacy.swift
[223/1188] Compiling Tracing Tracer.swift
[224/1188] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[225/1188] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[226/1188] Compiling HashTreeCollections TreeDictionary+Keys.swift
[227/1188] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[228/1188] Compiling HashTreeCollections TreeDictionary+Merge.swift
[229/1188] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[230/1188] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[231/1195] Compiling Metrics Metrics.swift
[232/1196] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[233/1196] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[234/1196] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[235/1196] Compiling HashTreeCollections _HashNode+Structural merge.swift
[236/1196] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[237/1196] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[238/1196] Compiling HashTreeCollections TreeDictionary+Filter.swift
[239/1196] Compiling RoutingKit TrieRouter.swift
[242/1197] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[243/1197] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[244/1197] Compiling HashTreeCollections _HashNode.swift
[245/1197] Compiling HashTreeCollections _HashNodeHeader.swift
[246/1197] Compiling HashTreeCollections _HashSlot.swift
[247/1197] Compiling HashTreeCollections _HashStack.swift
[248/1197] Compiling HashTreeCollections _HashTreeIterator.swift
[249/1197] Compiling HashTreeCollections _HashTreeStatistics.swift
[250/1197] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[251/1197] Compiling HashTreeCollections _RawHashNode.swift
[252/1197] Compiling HashTreeCollections _UnmanagedHashNode.swift
[253/1197] Compiling HashTreeCollections _UnsafePath.swift
[254/1197] Compiling HashTreeCollections TreeDictionary+Codable.swift
[255/1197] Compiling HashTreeCollections TreeDictionary+Collection.swift
[256/1197] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[257/1197] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[258/1197] Compiling HashTreeCollections _AncestorHashSlots.swift
[259/1197] Compiling HashTreeCollections _Bitmap.swift
[260/1197] Compiling HashTreeCollections _Bucket.swift
[261/1197] Compiling HashTreeCollections _Hash.swift
[262/1197] Compiling HashTreeCollections _HashLevel.swift
[263/1197] Compiling HashTreeCollections _HashNode+Builder.swift
[264/1197] Compiling HashTreeCollections _HashNode+Debugging.swift
[265/1197] Compiling HashTreeCollections _HashNode+Initializers.swift
[266/1197] Compiling Tracing NoOpTracer.swift
[267/1197] Compiling Tracing InstrumentationSystem+Tracing.swift
[268/1197] Emitting module Tracing
[269/1197] Compiling Tracing SpanProtocol.swift
[270/1197] Compiling HeapModule _HeapNode.swift
[271/1198] Compiling HeapModule Heap.swift
[272/1198] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[273/1198] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[274/1198] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[275/1198] Compiling HashTreeCollections _HashNode+Storage.swift
[276/1198] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[277/1198] Compiling HashTreeCollections _HashNode+Structural filter.swift
[278/1198] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[279/1198] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[280/1198] Compiling HeapModule Heap+Invariants.swift
[281/1198] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[282/1198] Compiling HeapModule Heap+Descriptions.swift
[283/1198] Compiling HeapModule Heap+UnsafeHandle.swift
[284/1273] Compiling ssl_versions.cc
[286/1273] Compiling HashTreeCollections TreeSet+Hashable.swift
[287/1273] Compiling HashTreeCollections TreeSet+Sendable.swift
[288/1273] Compiling HashTreeCollections TreeSet+Sequence.swift
[289/1273] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[290/1273] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[291/1273] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[292/1273] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[293/1273] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[294/1273] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[295/1273] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[296/1283] Emitting module HeapModule
[298/1284] Compiling DequeModule _DequeBuffer.swift
[299/1284] Compiling DequeModule _DequeBufferHeader.swift
[300/1286] Compiling DequeModule Deque+Equatable.swift
[301/1286] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[302/1286] Compiling DequeModule Deque+CustomReflectable.swift
[303/1286] Compiling DequeModule Deque+Descriptions.swift
[304/1286] Compiling OpenAPIKit SecurityScheme.swift
[305/1286] Compiling OpenAPIKit Server.swift
[306/1286] Compiling OpenAPIKit Tag.swift
[307/1286] Compiling OpenAPIKit URLTemplate+Validatable.swift
[308/1286] Compiling OrderedCollections OrderedSet.swift
[309/1286] Compiling OrderedCollections _UnsafeBitset.swift
[310/1286] Compiling HashTreeCollections TreeSet+Equatable.swift
[311/1286] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[312/1286] Compiling HashTreeCollections TreeSet+Extras.swift
[313/1286] Compiling HashTreeCollections TreeSet+Filter.swift
[314/1286] Compiling DequeModule Deque+Extras.swift
[315/1286] Compiling DequeModule Deque+Hashable.swift
[316/1286] Compiling OpenAPIKit Response.swift
[317/1286] Compiling OpenAPIKit RuntimeExpression.swift
[318/1286] Compiling OpenAPIKit SchemaProtocols.swift
[319/1286] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[320/1286] Compiling OpenAPIKit DereferencedJSONSchema.swift
[321/1286] Compiling OpenAPIKit JSONSchema+Combining.swift
[322/1286] Compiling OpenAPIKit JSONSchema.swift
[323/1286] Compiling OpenAPIKit JSONSchemaContext.swift
[324/1286] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[325/1286] Compiling OpenAPIKit TypesAndFormats.swift
[326/1286] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[327/1286] Compiling DequeModule Deque+Testing.swift
[328/1286] Compiling DequeModule Deque._Storage.swift
[329/1286] Compiling DequeModule Deque._UnsafeHandle.swift
[330/1286] Compiling DequeModule Deque.swift
[333/1286] Compiling DequeModule _DequeSlot.swift
[334/1286] Compiling DequeModule _UnsafeWrappedBuffer.swift
[337/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[338/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[339/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[340/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[341/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[342/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[343/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[344/1286] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[345/1286] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[346/1286] Compiling HashTreeCollections TreeSet.swift
[347/1286] Compiling DequeModule Deque+Codable.swift
[348/1286] Compiling DequeModule Deque+Collection.swift
[357/1295] Compiling OpenAPIKit DocumentInfo.swift
[358/1295] Compiling OpenAPIKit ResolvedDocument.swift
[359/1295] Compiling OpenAPIKit Either+Convenience.swift
[360/1295] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[361/1295] Compiling OpenAPIKit Either+Summarizable.swift
[362/1295] Compiling OpenAPIKit Either+Validatable.swift
[363/1295] Compiling OpenAPIKit Link.swift
[364/1295] Compiling OpenAPIKit OpenAPI.swift
[365/1295] Compiling OpenAPIKit DereferencedOperation.swift
[366/1295] Compiling OpenAPIKit Operation.swift
[399/1295] Compiling OpenAPIKit ResolvedEndpoint.swift
[400/1295] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[401/1295] Compiling OpenAPIKit DereferencedParameter.swift
[415/1295] Compiling OpenAPIKit Request.swift
[416/1295] Compiling OpenAPIKit DereferencedContentEncoding.swift
[417/1295] Compiling OpenAPIKit DereferencedDocument.swift
[418/1295] Compiling OpenAPIKit Document.swift
[419/1295] Emitting module OrderedCollections
[420/1296] Emitting module DequeModule
[422/1297] Compiling ssl_stat.cc
[423/1297] Compiling ssl_transcript.cc
[425/1297] Emitting module _RopeModule
[425/1297] Compiling ssl_session.cc
[427/1297] Emitting module OpenAPIKit
[428/1305] Compiling OpenAPIKit DereferencedSchemaContext.swift
[429/1305] Compiling OpenAPIKit DocumentDecodingError.swift
[430/1305] Compiling OpenAPIKit OperationDecodingError.swift
[431/1305] Compiling OpenAPIKit PathDecodingError.swift
[432/1305] Compiling OpenAPIKit ResponseDecodingError.swift
[433/1305] Compiling OpenAPIKit Example.swift
[434/1305] Compiling OpenAPIKit ExternalDocumentation.swift
[435/1305] Compiling OpenAPIKit DereferencedHeader.swift
[436/1305] Compiling OpenAPIKit Header.swift
[437/1305] Compiling OpenAPIKit JSONReference.swift
[438/1305] Compiling OpenAPIKit DereferencedResponse.swift
[488/1305] Compiling _RopeModule Rope+Join.swift
[489/1305] Compiling _RopeModule Rope+MutatingForEach.swift
[490/1305] Compiling _RopeModule Rope+Remove.swift
[491/1305] Compiling _RopeModule Rope+RemoveSubrange.swift
[492/1305] Compiling _RopeModule Rope+Split.swift
[493/1305] Compiling _RopeModule Optional Utilities.swift
[494/1305] Compiling _RopeModule String Utilities.swift
[495/1305] Compiling _RopeModule String.Index+ABI.swift
[496/1305] Compiling _RopeModule _CharacterRecognizer.swift
[498/1306] Emitting module HashTreeCollections
[498/1307] Compiling ssl_privkey.cc
[500/1307] Compiling ssl_lib.cc
[510/1307] Compiling ssl_file.cc
[511/1307] Compiling ssl_key_share.cc
[512/1307] Compiling ssl_credential.cc
[539/1307] Compiling ssl_aead_ctx.cc
[540/1307] Compiling ssl_asn1.cc
[541/1307] Compiling ssl_cipher.cc
[542/1307] Compiling ssl_buffer.cc
[544/1307] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[545/1307] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[546/1307] Compiling OpenAPIKit Validation+Builtins.swift
[547/1307] Compiling OpenAPIKit Validation.swift
[548/1307] Compiling OpenAPIKit Validator+Convenience.swift
[549/1307] Compiling OpenAPIKit Validator.swift
[550/1307] Compiling OpenAPIKit XML.swift
[551/1307] Compiling OpenAPIKit _CoreReExport.swift
[551/1307] Compiling ssl_cert.cc
[552/1307] Compiling s3_both.cc
[553/1307] Compiling s3_lib.cc
[554/1307] Compiling s3_pkt.cc
[555/1307] Compiling handshake_server.cc
[556/1307] Compiling handshake_client.cc
[557/1307] Compiling encrypted_client_hello.cc
[558/1307] Compiling handshake.cc
[559/1307] Compiling handoff.cc
[560/1307] Compiling extensions.cc
[561/1307] Compiling dtls_record.cc
[562/1307] Compiling md5-x86_64-linux.S
[563/1307] Compiling md5-x86_64-apple.S
[564/1307] Compiling md5-586-linux.S
[581/1307] Compiling md5-586-apple.S
[583/1308] Compiling dtls_method.cc
[584/1308] Compiling chacha20_poly1305_x86_64-linux.S
[585/1308] Compiling chacha20_poly1305_x86_64-apple.S
[586/1316] Compiling chacha20_poly1305_armv8-win.S
[587/1316] Compiling d1_srtp.cc
[588/1316] Compiling err_data.cc
[590/1316] Emitting module OpenAPIReflection
[590/1316] Compiling chacha20_poly1305_armv8-apple.S
[591/1316] Compiling chacha20_poly1305_armv8-linux.S
[592/1316] Compiling chacha-x86_64-linux.S
[594/1316] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[594/1316] Compiling chacha-x86_64-apple.S
[596/1316] Compiling OpenAPIReflection Optional+ZipWith.swift
[596/1316] Compiling bio_ssl.cc
[597/1316] Compiling chacha-x86-linux.S
[598/1316] Compiling d1_pkt.cc
[599/1316] Compiling chacha-x86-apple.S
[600/1316] Compiling chacha-armv8-win.S
[601/1316] Compiling d1_both.cc
[603/1316] Compiling OpenAPIReflection OpenAPI+Errors.swift
[603/1316] Compiling chacha-armv8-apple.S
[604/1316] Compiling d1_lib.cc
[605/1316] Compiling aes128gcmsiv-x86_64-linux.S
[607/1316] Compiling OpenAPIReflection Date+OpenAPI.swift
[607/1316] Compiling chacha-armv8-linux.S
[609/1316] Compiling OpenAPIReflection SchemaProtocols.swift
[609/1316] Compiling chacha-armv4-linux.S
[610/1316] Compiling aes128gcmsiv-x86_64-apple.S
[612/1316] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[612/1316] Compiling x86_64-mont5-linux.S
[613/1316] Compiling x86_64-mont5-apple.S
[614/1316] Compiling x86_64-mont-linux.S
[615/1316] Compiling x86_64-mont-apple.S
[616/1316] Compiling x86-mont-linux.S
[617/1316] Compiling x86-mont-apple.S
[618/1316] Compiling vpaes-x86-apple.S
[619/1316] Compiling vpaes-x86_64-linux.S
[620/1316] Compiling vpaes-x86-linux.S
[621/1316] Compiling vpaes-x86_64-apple.S
[622/1316] Compiling vpaes-armv8-win.S
[623/1316] Compiling vpaes-armv8-apple.S
[624/1316] Compiling vpaes-armv7-linux.S
[625/1316] Compiling vpaes-armv8-linux.S
[626/1316] Compiling sha512-x86_64-linux.S
[627/1316] Compiling sha512-armv8-win.S
[628/1316] Compiling sha512-x86_64-apple.S
[629/1316] Compiling sha512-586-linux.S
[630/1316] Compiling sha512-armv4-linux.S
[631/1316] Compiling sha512-armv8-apple.S
[632/1316] Compiling sha512-586-apple.S
[633/1316] Compiling sha256-x86_64-linux.S
[634/1316] Compiling sha256-x86_64-apple.S
[635/1316] Compiling sha256-armv8-win.S
[636/1316] Compiling sha256-armv4-linux.S
[638/1316] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[638/1316] Compiling sha512-armv8-linux.S
[639/1316] Compiling sha256-armv8-apple.S
[640/1317] Compiling sha256-586-linux.S
[641/1317] Compiling sha1-armv8-win.S
[642/1317] Compiling sha1-x86_64-apple.S
[643/1317] Compiling sha256-armv8-linux.S
[644/1317] Compiling sha256-586-apple.S
[645/1317] Compiling sha1-x86_64-linux.S
[646/1317] Compiling sha1-armv4-large-linux.S
[647/1317] Compiling sha1-armv8-apple.S
[648/1317] Compiling sha1-armv8-linux.S
[649/1317] Compiling sha1-586-linux.S
[650/1317] Compiling sha1-586-apple.S
[651/1317] Compiling rdrand-x86_64-apple.S
[652/1317] Compiling rsaz-avx2-linux.S
[653/1317] Compiling rsaz-avx2-apple.S
[655/1317] Compiling rdrand-x86_64-linux.S
[656/1317] Compiling p256_beeu-x86_64-asm-linux.S
[657/1317] Compiling p256_beeu-x86_64-asm-apple.S
[658/1317] Compiling p256_beeu-armv8-asm-linux.S
[659/1317] Compiling p256_beeu-armv8-asm-win.S
[660/1317] Compiling p256-x86_64-asm-linux.S
[661/1317] Compiling p256-armv8-asm-win.S
[662/1317] Compiling p256_beeu-armv8-asm-apple.S
[663/1317] Compiling p256-armv8-asm-linux.S
[664/1317] Compiling ghashv8-armv8-win.S
[665/1317] Compiling p256-armv8-asm-apple.S
[666/1317] Compiling p256-x86_64-asm-apple.S
[667/1317] Compiling ghashv8-armv8-linux.S
[668/1317] Compiling ghash-x86_64-linux.S
[669/1317] Compiling ghashv8-armv7-linux.S
[670/1317] Compiling ghashv8-armv8-apple.S
[671/1317] Compiling ghash-x86_64-apple.S
[672/1317] Compiling ghash-ssse3-x86_64-linux.S
[673/1317] Compiling ghash-x86-apple.S
[674/1317] Compiling ghash-x86-linux.S
[675/1317] Compiling ghash-ssse3-x86_64-apple.S
[676/1317] Compiling ghash-ssse3-x86-linux.S
[677/1317] Compiling ghash-ssse3-x86-apple.S
[678/1317] Compiling ghash-neon-armv8-win.S
[679/1317] Compiling ghash-neon-armv8-linux.S
[680/1317] Compiling co-586-linux.S
[681/1317] Compiling ghash-neon-armv8-apple.S
[682/1317] Compiling co-586-apple.S
[683/1317] Compiling ghash-armv4-linux.S
[684/1317] Compiling bsaes-armv7-linux.S
[685/1317] Compiling bn-armv8-win.S
[685/1317] Compiling bn-armv8-linux.S
[687/1317] Compiling bn-armv8-apple.S
[688/1317] Compiling armv8-mont-win.S
[689/1317] Compiling armv8-mont-apple.S
[690/1317] Compiling bn-586-linux.S
[691/1317] Compiling armv4-mont-linux.S
[692/1317] Compiling armv8-mont-linux.S
[693/1317] Compiling aesv8-gcm-armv8-apple.S
[694/1317] Compiling bn-586-apple.S
[695/1317] Compiling aesv8-armv8-win.S
[696/1317] Compiling aesv8-gcm-armv8-win.S
[697/1317] Compiling aesv8-armv8-apple.S
[698/1317] Compiling aesv8-gcm-armv8-linux.S
[699/1317] Compiling aesv8-armv8-linux.S
[700/1317] Compiling aesv8-armv7-linux.S
[701/1317] Compiling aesni-x86-linux.S
[702/1317] Compiling aesni-x86_64-apple.S
[703/1317] Compiling aesni-gcm-x86_64-linux.S
[704/1317] Compiling aesni-x86_64-linux.S
[705/1317] Compiling aesni-gcm-x86_64-apple.S
[706/1317] Compiling aesni-x86-apple.S
[707/1317] Compiling aes-gcm-avx2-x86_64-linux.S
[708/1317] Compiling aes-gcm-avx10-x86_64-linux.S
[709/1317] Compiling aes-gcm-avx2-x86_64-apple.S
[710/1317] Compiling aes-gcm-avx10-x86_64-apple.S
[711/1317] Compiling x_req.cc
[712/1317] Compiling x_x509.cc
[713/1317] Compiling x_sig.cc
[714/1317] Compiling x_spki.cc
[715/1317] Compiling x_pubkey.cc
[716/1317] Compiling x_val.cc
[717/1317] Compiling x_x509a.cc
[718/1317] Compiling x_name.cc
[719/1317] Compiling x_exten.cc
[720/1317] Compiling x_attrib.cc
[721/1317] Compiling x_crl.cc
[722/1317] Compiling x_algor.cc
[723/1317] Compiling x509name.cc
[724/1317] Compiling x_all.cc
[725/1317] Compiling x509rset.cc
[726/1317] Compiling x509spki.cc
[727/1317] Compiling x509cset.cc
[728/1317] Compiling x509_txt.cc
[729/1317] Compiling x509_vpm.cc
[730/1317] Compiling x509_trs.cc
[731/1317] Compiling x509_v3.cc
[732/1317] Compiling x509_vfy.cc
[733/1317] Compiling x509_set.cc
[734/1317] Compiling x509_lu.cc
[735/1317] Compiling x509_obj.cc
[736/1317] Compiling x509_req.cc
[737/1317] Compiling x509_ext.cc
[738/1317] Compiling x509_d2.cc
[739/1317] Compiling x509_def.cc
[740/1317] Compiling x509_cmp.cc
[741/1317] Compiling x509_att.cc
[742/1317] Compiling x509.cc
[743/1317] Compiling v3_utl.cc
[744/1317] Compiling v3_skey.cc
[745/1317] Compiling v3_prn.cc
[746/1317] Compiling v3_purp.cc
[747/1317] Compiling v3_pmaps.cc
[748/1317] Compiling v3_pcons.cc
[749/1317] Compiling v3_ocsp.cc
[750/1317] Compiling v3_ncons.cc
[751/1317] Compiling v3_int.cc
[752/1317] Compiling v3_lib.cc
[753/1317] Compiling v3_ia5.cc
[754/1317] Compiling v3_info.cc
[755/1317] Compiling v3_genn.cc
[756/1317] Compiling v3_extku.cc
[757/1317] Compiling v3_enum.cc
[758/1317] Compiling v3_crld.cc
[759/1317] Compiling v3_cpols.cc
[760/1317] Compiling v3_conf.cc
[761/1317] Compiling v3_bitst.cc
[762/1317] Compiling v3_bcons.cc
[763/1317] Compiling v3_akeya.cc
[764/1317] Compiling v3_alt.cc
[765/1317] Compiling v3_akey.cc
[766/1317] Compiling t_x509.cc
[767/1317] Compiling t_x509a.cc
[768/1317] Compiling policy.cc
[769/1317] Compiling t_req.cc
[770/1317] Compiling rsa_pss.cc
[771/1317] Compiling i2d_pr.cc
[772/1317] Compiling t_crl.cc
[773/1317] Compiling name_print.cc
[774/1317] Compiling by_file.cc
[775/1317] Compiling by_dir.cc
[776/1317] Compiling asn1_gen.cc
[777/1317] Compiling voprf.cc
[778/1317] Compiling algorithm.cc
[779/1317] Compiling a_digest.cc
[780/1317] Compiling a_verify.cc
[781/1317] Compiling a_sign.cc
[782/1317] Compiling thread_none.cc
[783/1317] Compiling thread_win.cc
[784/1317] Compiling thread.cc
[785/1317] Compiling trust_token.cc
[786/1317] Compiling thread_pthread.cc
[787/1317] Compiling spake2plus.cc
[788/1317] Compiling stack.cc
[789/1317] Compiling pmbtoken.cc
[790/1317] Compiling sha512.cc
[791/1317] Compiling slhdsa.cc
[792/1317] Compiling siphash.cc
[793/1317] Compiling rsa_extra.cc
[794/1317] Compiling rsa_print.cc
[795/1317] Compiling sha256.cc
[796/1317] Compiling sha1.cc
[797/1317] Compiling rc4.cc
[798/1317] Compiling rsa_crypt.cc
[799/1317] Compiling rsa_asn1.cc
[800/1317] Compiling refcount.cc
[801/1317] Compiling urandom.cc
[802/1317] Compiling rand.cc
[803/1317] Compiling trusty.cc
[804/1317] Compiling windows.cc
[805/1317] Compiling getentropy.cc
[806/1317] Compiling forkunsafe.cc
[807/1317] Compiling passive.cc
[808/1317] Compiling poly1305_arm_asm.S
[809/1317] Compiling fork_detect.cc
[810/1317] Compiling ios.cc
[811/1317] Compiling deterministic.cc
[812/1317] Compiling poly1305_vec.cc
[813/1317] Compiling pool.cc
[814/1317] Compiling poly1305_arm.cc
[815/1317] Compiling poly1305.cc
[816/1317] Compiling pkcs7_x509.cc
[817/1317] Compiling pkcs7.cc
[818/1317] Compiling pkcs8.cc
[819/1317] Compiling p5_pbev2.cc
[820/1317] Compiling pkcs8_x509.cc
[821/1317] Compiling pem_x509.cc
[822/1317] Compiling pem_pkey.cc
[823/1317] Compiling pem_xaux.cc
[824/1317] Compiling pem_pk8.cc
[825/1317] Compiling pem_all.cc
[826/1317] Compiling mlkem.cc
[827/1317] Compiling pem_oth.cc
[828/1317] Compiling pem_info.cc
[829/1317] Compiling obj_xref.cc
[830/1317] Compiling pem_lib.cc
[831/1317] Compiling obj.cc
[832/1317] Compiling poly_rq_mul.S
[833/1317] Compiling mldsa.cc
[834/1317] Compiling md5.cc
[835/1317] Compiling mem.cc
[836/1317] Compiling fips_shared_support.cc
[837/1317] Compiling md4.cc
[838/1317] Compiling lhash.cc
[839/1317] Compiling kyber.cc
[840/1317] Compiling sign.cc
[841/1317] Compiling hrss.cc
[842/1317] Compiling hpke.cc
[843/1317] Compiling ex_data.cc
[844/1317] Compiling scrypt.cc
[845/1317] Compiling print.cc
[846/1317] Compiling pbkdf.cc
[847/1317] Compiling p_x25519.cc
[848/1317] Compiling p_hkdf.cc
[849/1317] Compiling p_ed25519.cc
[850/1317] Compiling p_x25519_asn1.cc
[851/1317] Compiling p_rsa_asn1.cc
[852/1317] Compiling p_rsa.cc
[853/1317] Compiling p_ed25519_asn1.cc
[854/1317] Compiling p_ec_asn1.cc
[855/1317] Compiling p_ec.cc
[856/1317] Compiling evp_ctx.cc
[857/1317] Compiling p_dsa_asn1.cc
[858/1317] Compiling p_dh_asn1.cc
[859/1317] Compiling p_dh.cc
[860/1317] Compiling evp_asn1.cc
[861/1317] Compiling err.cc
[862/1317] Compiling evp.cc
[863/1317] Compiling ecdh.cc
[864/1317] Compiling engine.cc
[865/1317] Compiling ec_derive.cc
[866/1317] Compiling hash_to_curve.cc
[867/1317] Compiling ecdsa_asn1.cc
[868/1317] Compiling dsa.cc
[869/1317] Compiling dh_asn1.cc
[870/1317] Compiling dsa_asn1.cc
[871/1317] Compiling ec_asn1.cc
[872/1317] Compiling params.cc
[873/1317] Compiling digest_extra.cc
[874/1317] Compiling x25519-asm-arm.S
[875/1317] Compiling bcm.cc
[876/1317] Compiling des.cc
[877/1317] Compiling curve25519_64_adx.cc
[878/1317] Compiling crypto.cc
[879/1317] Compiling cpu_arm_freebsd.cc
[880/1317] Compiling cpu_arm_linux.cc
[881/1317] Compiling cpu_intel.cc
[882/1317] Compiling spake25519.cc
[883/1317] Compiling cpu_aarch64_win.cc
[884/1317] Compiling curve25519.cc
[885/1317] Compiling cpu_aarch64_sysreg.cc
[886/1317] Compiling cpu_aarch64_fuchsia.cc
[887/1317] Compiling cpu_aarch64_openbsd.cc
[888/1317] Compiling cpu_aarch64_linux.cc
[889/1317] Compiling cpu_aarch64_apple.cc
[890/1317] Compiling get_cipher.cc
[891/1317] Compiling conf.cc
[892/1317] Compiling tls_cbc.cc
[893/1317] Compiling e_tls.cc
[894/1317] Compiling e_null.cc
[895/1317] Compiling e_rc4.cc
[896/1317] Compiling e_rc2.cc
[897/1317] Compiling e_chacha20poly1305.cc
[898/1317] Compiling e_des.cc
[899/1317] Compiling e_aesgcmsiv.cc
[900/1317] Compiling e_aesctrhmac.cc
[901/1317] Compiling derive_key.cc
[902/1317] Compiling chacha.cc
[903/1317] Compiling buf.cc
[904/1317] Compiling ber.cc
[905/1317] Compiling unicode.cc
[906/1317] Compiling cbs.cc
[907/1317] Compiling cbb.cc
[908/1317] Compiling asn1_compat.cc
[909/1317] Compiling bn_asn1.cc
[910/1317] Compiling socket_helper.cc
[911/1317] Compiling blake2.cc
[912/1317] Compiling convert.cc
[913/1317] Compiling socket.cc
[914/1317] Compiling printf.cc
[915/1317] Compiling hexdump.cc
[916/1317] Compiling pair.cc
[917/1317] Compiling file.cc
[918/1317] Compiling errno.cc
[919/1317] Compiling connect.cc
[920/1317] Compiling fd.cc
[921/1317] Compiling bio_mem.cc
[922/1317] Compiling base64.cc
[923/1317] Compiling bio.cc
[924/1317] Compiling tasn_typ.cc
[925/1317] Compiling tasn_utl.cc
[926/1317] Compiling tasn_enc.cc
[927/1317] Compiling tasn_new.cc
[928/1317] Compiling tasn_fre.cc
[929/1317] Compiling posix_time.cc
[930/1317] Compiling f_string.cc
[931/1317] Compiling f_int.cc
[932/1317] Compiling asn_pack.cc
[933/1317] Compiling tasn_dec.cc
[934/1317] Compiling asn1_par.cc
[935/1317] Compiling asn1_lib.cc
[936/1317] Compiling a_time.cc
[937/1317] Compiling a_type.cc
[938/1317] Compiling a_utctm.cc
[939/1317] Compiling a_strnid.cc
[940/1317] Compiling a_strex.cc
[941/1317] Compiling a_octet.cc
[942/1317] Compiling a_mbstr.cc
[943/1317] Compiling a_object.cc
[944/1317] Compiling a_i2d_fp.cc
[944/1317] Compiling a_gentm.cc
[946/1317] Compiling a_dup.cc
[947/1317] Compiling fiat_p256_adx_sqr.S
[948/1317] Compiling a_d2i_fp.cc
[949/1317] Compiling fiat_p256_adx_mul.S
[950/1317] Compiling a_int.cc
[951/1317] Compiling fiat_curve25519_adx_square.S
[952/1317] Compiling fiat_curve25519_adx_mul.S
[953/1317] Compiling md5-x86_64-apple.S
[954/1317] Compiling CCryptoBoringSSLShims shims.c
[955/1317] Compiling md5-x86_64-linux.S
[955/1317] Compiling md5-586-linux.S
[957/1317] Compiling md5-586-apple.S
[958/1317] Compiling chacha20_poly1305_x86_64-linux.S
[959/1317] Compiling chacha20_poly1305_x86_64-apple.S
[960/1317] Compiling chacha20_poly1305_armv8-win.S
[961/1317] Compiling a_bitstr.cc
[962/1317] Compiling chacha-x86_64-apple.S
[963/1317] Compiling chacha20_poly1305_armv8-apple.S
[964/1317] Compiling chacha-x86_64-linux.S
[965/1317] Compiling chacha20_poly1305_armv8-linux.S
[966/1317] Compiling chacha-x86-linux.S
[967/1317] Compiling a_bool.cc
[968/1317] Compiling chacha-x86-apple.S
[969/1317] Compiling chacha-armv8-linux.S
[970/1317] Compiling chacha-armv8-apple.S
[971/1317] Compiling chacha-armv8-win.S
[972/1317] Compiling chacha-armv4-linux.S
[973/1317] Compiling aes128gcmsiv-x86_64-linux.S
[974/1317] Compiling aes128gcmsiv-x86_64-apple.S
[975/1317] Compiling x86_64-mont5-linux.S
[976/1317] Compiling x86_64-mont5-apple.S
[977/1317] Compiling x86_64-mont-linux.S
[978/1317] Compiling x86-mont-apple.S
[979/1317] Compiling x86-mont-linux.S
[980/1317] Compiling x86_64-mont-apple.S
[981/1317] Compiling vpaes-x86_64-linux.S
[981/1317] Compiling vpaes-x86_64-apple.S
[983/1317] Compiling vpaes-x86-linux.S
[984/1317] Compiling vpaes-x86-apple.S
[985/1317] Compiling vpaes-armv8-win.S
[986/1317] Compiling vpaes-armv8-apple.S
[987/1317] Compiling vpaes-armv8-linux.S
[988/1317] Compiling sha512-x86_64-linux.S
[989/1317] Compiling vpaes-armv7-linux.S
[990/1317] Compiling sha512-x86_64-apple.S
[991/1317] Compiling sha512-armv8-win.S
[992/1317] Compiling sha512-armv8-apple.S
[993/1317] Compiling sha512-armv4-linux.S
[994/1317] Compiling sha512-586-linux.S
[995/1317] Compiling sha512-armv8-linux.S
[996/1317] Compiling sha256-x86_64-linux.S
[997/1317] Compiling sha512-586-apple.S
[998/1317] Compiling sha256-x86_64-apple.S
[999/1317] Compiling sha256-armv8-win.S
[1000/1317] Compiling sha256-armv8-apple.S
[1001/1317] Compiling sha256-armv8-linux.S
[1002/1317] Compiling sha256-586-linux.S
[1003/1317] Compiling sha256-armv4-linux.S
[1004/1317] Compiling sha256-586-apple.S
[1005/1317] Compiling sha1-x86_64-linux.S
[1006/1317] Compiling sha1-armv8-win.S
[1007/1317] Compiling sha1-armv8-apple.S
[1008/1317] Compiling sha1-x86_64-apple.S
[1009/1317] Compiling sha1-armv4-large-linux.S
[1010/1317] Compiling sha1-armv8-linux.S
[1011/1317] Compiling sha1-586-linux.S
[1012/1317] Compiling sha1-586-apple.S
[1013/1317] Compiling rsaz-avx2-apple.S
[1014/1317] Compiling rdrand-x86_64-linux.S
[1015/1317] Compiling err_data.cc
[1016/1317] Compiling rsaz-avx2-linux.S
[1017/1317] Compiling rdrand-x86_64-apple.S
[1018/1317] Compiling p256_beeu-x86_64-asm-linux.S
[1019/1317] Compiling p256_beeu-armv8-asm-win.S
[1020/1317] Compiling p256_beeu-x86_64-asm-apple.S
[1021/1317] Compiling p256_beeu-armv8-asm-linux.S
[1022/1317] Compiling p256_beeu-armv8-asm-apple.S
[1023/1317] Compiling p256-armv8-asm-win.S
[1024/1317] Compiling p256-x86_64-asm-linux.S
[1025/1317] Compiling p256-x86_64-asm-apple.S
[1026/1317] Compiling p256-armv8-asm-apple.S
[1027/1317] Compiling p256-armv8-asm-linux.S
[1028/1317] Compiling ghashv8-armv8-win.S
[1029/1317] Compiling ghashv8-armv8-linux.S
[1030/1317] Compiling ghashv8-armv8-apple.S
[1031/1317] Compiling ghashv8-armv7-linux.S
[1032/1317] Compiling ghash-x86_64-linux.S
[1033/1317] Compiling ghash-x86_64-apple.S
[1034/1317] Compiling ghash-x86-linux.S
[1035/1317] Compiling ghash-ssse3-x86_64-apple.S
[1036/1317] Compiling ghash-ssse3-x86-apple.S
[1037/1317] Compiling ghash-neon-armv8-win.S
[1038/1317] Compiling ghash-x86-apple.S
[1039/1317] Compiling ghash-ssse3-x86-linux.S
[1040/1317] Compiling ghash-ssse3-x86_64-linux.S
[1041/1317] Compiling ghash-neon-armv8-linux.S
[1042/1317] Compiling ghash-neon-armv8-apple.S
[1043/1317] Compiling co-586-linux.S
[1044/1317] Compiling bsaes-armv7-linux.S
[1045/1317] Compiling bn-armv8-win.S
[1046/1317] Compiling ghash-armv4-linux.S
[1047/1317] Compiling co-586-apple.S
[1048/1317] Compiling bn-armv8-linux.S
[1049/1317] Compiling bn-armv8-apple.S
[1050/1317] Compiling armv8-mont-win.S
[1051/1317] Compiling bn-586-apple.S
[1052/1317] Compiling bn-586-linux.S
[1053/1317] Compiling armv8-mont-apple.S
[1054/1317] Compiling aesv8-gcm-armv8-win.S
[1055/1317] Compiling armv4-mont-linux.S
[1056/1317] Compiling armv8-mont-linux.S
[1057/1317] Compiling aesv8-gcm-armv8-linux.S
[1058/1317] Compiling aesv8-gcm-armv8-apple.S
[1059/1317] Compiling aesv8-armv8-apple.S
[1060/1317] Compiling aesv8-armv8-linux.S
[1061/1317] Compiling aesv8-armv8-win.S
[1062/1317] Compiling aesni-x86_64-apple.S
[1063/1317] Compiling aesv8-armv7-linux.S
[1063/1317] Compiling aesni-x86_64-linux.S
[1065/1317] Compiling aesni-x86-linux.S
[1066/1317] Compiling aesni-gcm-x86_64-linux.S
[1067/1317] Compiling aesni-x86-apple.S
[1068/1317] Compiling aesni-gcm-x86_64-apple.S
[1069/1317] Compiling aes-gcm-avx10-x86_64-apple.S
[1070/1317] Compiling aes-gcm-avx10-x86_64-linux.S
[1071/1317] Compiling x_x509a.cc
[1072/1317] Compiling c-nioatomics.c
[1073/1317] Compiling x_val.cc
[1074/1317] Compiling x_x509.cc
[1074/1317] Compiling x_sig.cc
[1076/1317] Compiling x_spki.cc
[1077/1317] Compiling x_req.cc
[1078/1317] Compiling x_pubkey.cc
[1079/1317] Compiling c-atomics.c
[1080/1317] Compiling x_crl.cc
[1081/1317] Compiling x_exten.cc
[1082/1323] Compiling x_name.cc
[1083/1323] Compiling x_attrib.cc
[1084/1323] Compiling x_algor.cc
[1085/1323] Compiling x_all.cc
[1086/1323] Compiling x509rset.cc
[1088/1323] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1089/1323] Emitting module NIOConcurrencyHelpers
[1090/1323] Compiling NIOConcurrencyHelpers lock.swift
[1090/1323] Compiling x509spki.cc
[1092/1323] Compiling NIOConcurrencyHelpers NIOLock.swift
[1093/1323] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1094/1323] Compiling NIOConcurrencyHelpers atomics.swift
[1095/1324] Compiling x509_vpm.cc
[1096/1324] Compiling x509_vfy.cc
[1096/1324] Compiling x509name.cc
[1098/1324] Compiling x509cset.cc
[1099/1324] Compiling x509_txt.cc
[1100/1324] Compiling x509_v3.cc
[1101/1350] Compiling x509_trs.cc
[1103/1350] Compiling ConsoleKitTerminal Console+Confirm.swift
[1104/1350] Compiling ConsoleKitTerminal Console+Input.swift
[1105/1350] Compiling ConsoleKitTerminal Console+Center.swift
[1106/1350] Compiling ConsoleKitTerminal Console+Output.swift
[1107/1353] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1108/1353] Compiling ConsoleKitTerminal ConsoleClear.swift
[1109/1353] Compiling ConsoleKitTerminal Console+Ask.swift
[1110/1353] Compiling ConsoleKitTerminal Console+Choose.swift
[1111/1353] Emitting module ConsoleKitTerminal
[1112/1353] Compiling ConsoleKitTerminal ActivityBar.swift
[1113/1353] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1114/1353] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1115/1353] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1116/1353] Compiling ConsoleKitTerminal CustomActivity.swift
[1117/1353] Compiling ConsoleKitTerminal LoadingBar.swift
[1118/1353] Compiling ConsoleKitTerminal ProgressBar.swift
[1119/1353] Compiling ConsoleKitTerminal Console+Clear.swift
[1119/1353] Compiling x509_set.cc
[1120/1353] Compiling x509_ext.cc
[1121/1353] Compiling x509_obj.cc
[1123/1353] Compiling ConsoleKitTerminal Console+Wait.swift
[1124/1353] Compiling ConsoleKitTerminal ConsoleColor.swift
[1125/1353] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1125/1353] Compiling x509_req.cc
[1126/1353] Compiling x509_lu.cc
[1127/1353] Compiling x509_def.cc
[1129/1353] Compiling ConsoleKitTerminal Console.swift
[1130/1353] Compiling ConsoleKitTerminal Terminal.swift
[1131/1353] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1132/1353] Compiling ConsoleKitTerminal ConsoleText.swift
[1133/1353] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1134/1353] Compiling ConsoleKitTerminal ANSI.swift
[1134/1353] Compiling x509_d2.cc
[1135/1353] Compiling x509_att.cc
[1136/1353] Compiling x509_cmp.cc
[1138/1353] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1139/1353] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1140/1353] Compiling ConsoleKitTerminal LoggerFragment.swift
[1141/1354] Compiling v3_utl.cc
[1142/1354] Compiling x509.cc
[1143/1354] Compiling v3_purp.cc
[1144/1354] Compiling v3_skey.cc
[1146/1376] Emitting module ConsoleKitCommands
[1146/1378] Compiling v3_pcons.cc
[1147/1378] Compiling v3_pmaps.cc
[1148/1378] Compiling v3_prn.cc
[1150/1378] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1151/1378] Compiling ConsoleKitCommands Utilities.swift
[1152/1378] Compiling ConsoleKitCommands CommandSignature.swift
[1153/1378] Compiling ConsoleKitCommands Flag.swift
[1154/1378] Compiling ConsoleKitCommands Option.swift
[1155/1378] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1156/1378] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1157/1378] Compiling ConsoleKitCommands Argument.swift
[1158/1378] Compiling ConsoleKitCommands CommandGroup.swift
[1159/1378] Compiling ConsoleKitCommands CommandInput.swift
[1160/1378] Compiling ConsoleKitCommands Commands.swift
[1161/1378] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1162/1378] Compiling ConsoleKitCommands AsyncCommand.swift
[1163/1378] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1164/1378] Compiling ConsoleKitCommands AsyncCommands.swift
[1165/1378] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1166/1378] Compiling ConsoleKitCommands AnyCommand.swift
[1167/1378] Compiling ConsoleKitCommands Command.swift
[1168/1378] Compiling ConsoleKitCommands CommandContext.swift
[1169/1378] Compiling ConsoleKitCommands CommandError.swift
[1169/1378] Compiling v3_ocsp.cc
[1170/1378] Compiling v3_ncons.cc
[1171/1378] Compiling v3_lib.cc
[1172/1378] Compiling v3_int.cc
[1173/1378] Compiling v3_info.cc
[1174/1378] Compiling v3_ia5.cc
[1175/1378] Compiling v3_genn.cc
[1176/1378] Compiling v3_extku.cc
[1177/1378] Compiling v3_cpols.cc
[1179/1378] Compiling ConsoleKitCommands Console+Run.swift
[1180/1378] Compiling ConsoleKitCommands ConsoleError.swift
[1181/1378] Compiling ConsoleKitCommands Completion.swift
[1181/1379] Compiling v3_enum.cc
[1182/1379] Compiling v3_crld.cc
[1184/1379] Compiling v3_alt.cc
[1185/1379] Compiling v3_conf.cc
[1186/1379] Compiling v3_bitst.cc
[1187/1379] Compiling v3_bcons.cc
[1188/1381] Compiling v3_akeya.cc
[1190/1381] Compiling ConsoleKit Exports.swift
[1191/1381] Emitting module ConsoleKit
[1191/1381] Compiling v3_akey.cc
[1193/1382] Compiling t_x509.cc
[1194/1382] Compiling t_x509a.cc
[1195/1382] Compiling t_req.cc
[1196/1382] Compiling t_crl.cc
[1197/1382] Compiling name_print.cc
[1198/1382] Compiling i2d_pr.cc
[1199/1382] Compiling rsa_pss.cc
[1200/1382] Compiling policy.cc
[1201/1382] Compiling by_file.cc
[1202/1382] Compiling by_dir.cc
[1203/1382] Compiling asn1_gen.cc
[1204/1382] Compiling algorithm.cc
[1205/1382] Compiling a_sign.cc
[1206/1382] Compiling a_verify.cc
[1207/1382] Compiling a_digest.cc
[1208/1382] Compiling voprf.cc
[1209/1382] Compiling trust_token.cc
[1210/1382] Compiling pmbtoken.cc
[1211/1382] Compiling thread_pthread.cc
[1212/1382] Compiling thread_win.cc
[1213/1382] Compiling thread.cc
[1214/1382] Compiling thread_none.cc
[1215/1382] Compiling stack.cc
[1216/1382] Compiling wots.cc
[1217/1382] Compiling merkle.cc
[1218/1382] Compiling thash.cc
[1219/1382] Compiling slhdsa.cc
[1220/1382] Compiling siphash.cc
[1221/1382] Compiling fors.cc
[1222/1382] Compiling sha512.cc
[1223/1382] Compiling sha1.cc
[1224/1382] Compiling sha256.cc
[1225/1382] Compiling rc4.cc
[1226/1382] Compiling rsa_print.cc
[1227/1382] Compiling refcount.cc
[1228/1382] Compiling rsa_crypt.cc
[1229/1382] Compiling rsa_extra.cc
[1230/1382] Compiling rsa_asn1.cc
[1231/1382] Compiling windows.cc
[1232/1382] Compiling passive.cc
[1233/1382] Compiling trusty.cc
[1234/1382] Compiling urandom.cc
[1235/1382] Compiling rand_extra.cc
[1236/1382] Compiling poly1305_arm_asm.S
[1237/1382] Compiling getentropy.cc
[1238/1382] Compiling deterministic.cc
[1239/1382] Compiling poly1305_arm.cc
[1240/1382] Compiling ios.cc
[1241/1382] Compiling fork_detect.cc
[1242/1382] Compiling forkunsafe.cc
[1243/1382] Compiling poly1305_vec.cc
[1244/1382] Compiling poly1305.cc
[1245/1382] Compiling pool.cc
[1246/1382] Compiling p5_pbev2.cc
[1247/1382] Compiling pem_xaux.cc
[1248/1382] Compiling pkcs7.cc
[1249/1382] Compiling pkcs8.cc
[1250/1382] Compiling pkcs8_x509.cc
[1251/1382] Compiling pem_pkey.cc
[1252/1382] Compiling pkcs7_x509.cc
[1253/1382] Compiling pem_pk8.cc
[1254/1382] Compiling pem_x509.cc
[1255/1382] Compiling pem_info.cc
[1256/1382] Compiling pem_oth.cc
[1257/1382] Compiling mldsa.cc
[1258/1382] Compiling pem_all.cc
[1259/1382] Compiling obj_xref.cc
[1260/1382] Compiling pem_lib.cc
[1261/1382] Compiling mlkem.cc
[1262/1382] Compiling poly_rq_mul.S
[1263/1382] Compiling mem.cc
[1264/1382] Compiling obj.cc
[1265/1382] Compiling fips_shared_support.cc
[1266/1382] Compiling md5.cc
[1267/1382] Compiling lhash.cc
[1268/1382] Compiling md4.cc
[1269/1382] Compiling kyber.cc
[1270/1382] Compiling ex_data.cc
[1271/1382] Compiling sign.cc
[1272/1382] Compiling hpke.cc
[1273/1382] Compiling print.cc
[1274/1382] Compiling scrypt.cc
[1275/1382] Compiling hrss.cc
[1276/1382] Compiling pbkdf.cc
[1277/1382] Compiling p_x25519_asn1.cc
[1278/1382] Compiling p_x25519.cc
[1279/1382] Compiling p_rsa_asn1.cc
[1280/1382] Compiling p_hkdf.cc
[1281/1382] Compiling p_ed25519.cc
[1282/1382] Compiling p_rsa.cc
[1283/1382] Compiling p_ed25519_asn1.cc
[1284/1382] Compiling p_ec_asn1.cc
[1285/1382] Compiling p_ec.cc
[1286/1382] Compiling p_dh.cc
[1287/1382] Compiling p_dh_asn1.cc
[1288/1382] Compiling p_dsa_asn1.cc
[1289/1382] Compiling evp_ctx.cc
[1290/1382] Compiling evp_asn1.cc
[1291/1382] Compiling evp.cc
[1292/1382] Compiling engine.cc
[1293/1382] Compiling err.cc
[1294/1382] Compiling ec_derive.cc
[1295/1382] Compiling ecdh_extra.cc
[1296/1382] Compiling ecdsa_asn1.cc
[1297/1382] Compiling hash_to_curve.cc
[1298/1382] Compiling bcm.cc
[1299/1382] Compiling params.cc
[1300/1382] Compiling dsa.cc
[1301/1382] Compiling ec_asn1.cc
[1302/1382] Compiling x25519-asm-arm.S
[1303/1382] Compiling des.cc
[1304/1382] Compiling dsa_asn1.cc
[1305/1382] Compiling digest_extra.cc
[1306/1382] Compiling spake25519.cc
[1307/1382] Compiling curve25519_64_adx.cc
[1308/1382] Compiling dh_asn1.cc
[1309/1382] Compiling cpu_intel.cc
[1310/1382] Compiling crypto.cc
[1311/1382] Compiling cpu_arm_freebsd.cc
[1312/1382] Compiling cpu_aarch64_win.cc
[1313/1382] Compiling curve25519.cc
[1314/1382] Compiling cpu_arm_linux.cc
[1315/1382] Compiling cpu_aarch64_openbsd.cc
[1316/1382] Compiling cpu_aarch64_sysreg.cc
[1317/1382] Compiling cpu_aarch64_linux.cc
[1318/1382] Compiling cpu_aarch64_fuchsia.cc
[1319/1382] Compiling conf.cc
[1320/1382] Compiling cpu_aarch64_apple.cc
[1321/1382] Compiling e_rc4.cc
[1322/1382] Compiling e_rc2.cc
[1323/1382] Compiling e_null.cc
[1324/1382] Compiling tls_cbc.cc
[1325/1382] Compiling e_tls.cc
[1326/1382] Compiling e_des.cc
[1327/1382] Compiling e_chacha20poly1305.cc
[1328/1382] Compiling e_aesgcmsiv.cc
[1329/1382] Compiling e_aesctrhmac.cc
[1330/1382] Compiling cipher_extra.cc
[1331/1382] Compiling derive_key.cc
[1332/1382] Compiling unicode.cc
[1333/1382] Compiling chacha.cc
[1334/1382] Compiling ber.cc
[1335/1382] Compiling cbb.cc
[1336/1382] Compiling cbs.cc
[1337/1382] Compiling buf.cc
[1338/1382] Compiling blake2.cc
[1339/1382] Compiling asn1_compat.cc
[1340/1382] Compiling bn_asn1.cc
[1341/1382] Compiling convert.cc
[1342/1382] Compiling hexdump.cc
[1343/1382] Compiling fd.cc
[1344/1382] Compiling printf.cc
[1345/1382] Compiling file.cc
[1346/1382] Compiling pair.cc
[1347/1382] Compiling errno.cc
[1348/1382] Compiling bio_mem.cc
[1349/1382] Compiling bio.cc
[1350/1382] Compiling base64.cc
[1351/1382] Compiling tasn_typ.cc
[1352/1382] Compiling tasn_fre.cc
[1353/1382] Compiling tasn_enc.cc
[1354/1382] Compiling tasn_new.cc
[1355/1382] Compiling tasn_utl.cc
[1356/1382] Compiling f_int.cc
[1357/1382] Compiling asn_pack.cc
[1358/1382] Compiling f_string.cc
[1359/1382] Compiling posix_time.cc
[1360/1382] Compiling tasn_dec.cc
[1361/1382] Compiling asn1_par.cc
[1362/1382] Compiling a_octet.cc
[1363/1382] Compiling a_type.cc
[1364/1382] Compiling asn1_lib.cc
[1365/1382] Compiling a_utctm.cc
[1366/1382] Compiling a_strnid.cc
[1367/1382] Compiling a_object.cc
[1368/1382] Compiling a_time.cc
[1369/1382] Compiling a_i2d_fp.cc
[1370/1382] Compiling a_strex.cc
[1371/1382] Compiling a_mbstr.cc
[1371/1382] Write sources
[1373/1382] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1374/1382] Write sources
[1375/1382] Compiling a_int.cc
[1376/1382] Write sources
[1377/1382] Compiling a_dup.cc
[1378/1382] Compiling a_d2i_fp.cc
[1379/1401] Compiling a_gentm.cc
[1380/1479] Compiling a_bitstr.cc
[1381/1479] Compiling a_bool.cc
[1383/1479] Compiling Algorithms Permutations.swift
[1384/1479] Compiling Algorithms Product.swift
[1385/1479] Compiling Algorithms Combinations.swift
[1386/1479] Compiling Algorithms Partition.swift
[1387/1481] Compiling Algorithms Chain.swift
[1388/1481] Compiling Algorithms Chunked.swift
[1389/1489] Compiling Algorithms Indexed.swift
[1390/1489] Compiling Algorithms Intersperse.swift
[1391/1489] Compiling Algorithms Joined.swift
[1392/1489] Compiling Algorithms Keyed.swift
[1393/1489] Compiling Algorithms MinMax.swift
[1394/1489] Compiling Algorithms AdjacentPairs.swift
[1395/1489] Compiling Algorithms Compacted.swift
[1396/1489] Compiling Algorithms Cycle.swift
[1397/1489] Compiling Algorithms EitherSequence.swift
[1398/1489] Compiling Algorithms FirstNonNil.swift
[1399/1489] Compiling Algorithms FlattenCollection.swift
[1400/1489] Compiling Algorithms Grouped.swift
[1403/1496] Compiling Atomics IntegerOperations.swift
[1404/1496] Compiling Atomics Unmanaged extensions.swift
[1405/1496] Compiling BitCollections BitSet+Initializers.swift
[1406/1496] Compiling BitCollections BitSet+Invariants.swift
[1407/1496] Compiling BitCollections BitSet+Random.swift
[1408/1496] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1409/1496] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1410/1496] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1411/1496] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1412/1496] Compiling Algorithms Split.swift
[1413/1496] Compiling Algorithms Stride.swift
[1414/1496] Compiling Algorithms Suffix.swift
[1415/1496] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1416/1496] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1417/1496] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1418/1496] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1419/1496] Compiling BitCollections BitSet+SetAlgebra union.swift
[1420/1496] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1421/1496] Compiling BitCollections BitSet.Counted.swift
[1422/1496] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1423/1496] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1424/1496] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1425/1496] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1426/1496] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1427/1496] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1428/1496] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1429/1499] Emitting module BitCollections
[1442/1499] Compiling Algorithms Rotate.swift
[1446/1499] Compiling Algorithms Trim.swift
[1447/1499] Compiling Algorithms Unique.swift
[1448/1499] Compiling Algorithms Windows.swift
[1449/1499] Compiling BitCollections BitArray._UnsafeHandle.swift
[1450/1499] Compiling BitCollections BitArray.swift
[1451/1499] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1452/1499] Compiling BitCollections BitSet+Codable.swift
[1456/1499] Compiling CryptoBoringWrapper RandomBytes.swift
[1457/1499] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1458/1499] Compiling CryptoBoringWrapper EllipticCurve.swift
[1459/1499] Emitting module CryptoBoringWrapper
[1460/1499] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1464/1499] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1465/1499] Compiling BitCollections BitSet.Index.swift
[1466/1499] Compiling BitCollections BitSet._UnsafeHandle.swift
[1467/1499] Compiling BitCollections BitSet.swift
[1468/1499] Compiling BitCollections Range+Utilities.swift
[1469/1499] Compiling BitCollections Slice+Utilities.swift
[1470/1499] Compiling BitCollections UInt+Tricks.swift
[1471/1499] Compiling BitCollections _Word.swift
[1472/1500] Emitting module Atomics
[1477/1500] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1478/1500] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1480/1503] Compiling Collections Collections.swift
[1481/1503] Emitting module Collections
[1498/1575] Compiling Crypto ASN1Identifier.swift
[1499/1575] Compiling Crypto ASN1Integer.swift
[1500/1575] Compiling Crypto ASN1Null.swift
[1501/1575] Compiling Crypto ASN1OctetString.swift
[1502/1575] Compiling Crypto ASN1Strings.swift
[1503/1575] Compiling Crypto ArraySliceBigint.swift
[1505/1636] Emitting module Algorithms
[1507/1637] Emitting module Crypto
[1508/1646] Compiling NIOCore RecvByteBufferAllocator.swift
[1509/1646] Compiling NIOCore IO.swift
[1510/1646] Compiling NIOCore IOData.swift
[1511/1646] Compiling NIOCore IPProtocol.swift
[1512/1646] Compiling NIOCore IntegerBitPacking.swift
[1513/1646] Compiling NIOCore IntegerTypes.swift
[1514/1646] Compiling NIOCore Interfaces.swift
[1515/1646] Compiling NIOCore Linux.swift
[1516/1646] Compiling NIOCore MarkedCircularBuffer.swift
[1517/1646] Compiling Crypto Ed25519.swift
[1518/1646] Compiling NIOCore ByteBuffer-views.swift
[1519/1646] Compiling NIOCore Channel.swift
[1520/1646] Compiling NIOCore ChannelHandler.swift
[1521/1646] Compiling NIOCore ChannelHandlers.swift
[1522/1646] Compiling NIOCore ChannelInvoker.swift
[1523/1646] Compiling NIOCore ChannelOption.swift
[1524/1646] Compiling NIOCore ChannelPipeline.swift
[1525/1646] Compiling NIOCore CircularBuffer.swift
[1526/1646] Compiling NIOCore Codec.swift
[1527/1646] Compiling NIOCore ConvenienceOptionSupport.swift
[1528/1646] Compiling NIOCore MulticastChannel.swift
[1529/1646] Compiling NIOCore NIOAny.swift
[1530/1646] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1531/1646] Compiling NIOCore NIOLoopBound.swift
[1532/1646] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1533/1646] Compiling NIOCore NIOScheduledCallback.swift
[1534/1646] Compiling NIOCore NIOSendable.swift
[1536/1654] Compiling NIOCore BSDSocketAPI.swift
[1537/1654] Compiling NIOCore ByteBuffer-aux.swift
[1538/1654] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1539/1654] Compiling NIOCore ByteBuffer-conversions.swift
[1540/1654] Compiling NIOCore ByteBuffer-core.swift
[1541/1654] Compiling NIOCore ByteBuffer-hex.swift
[1542/1654] Compiling NIOCore ByteBuffer-int.swift
[1543/1654] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1544/1654] Compiling NIOCore ByteBuffer-multi-int.swift
[1545/1654] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1546/1654] Compiling NIOCore SocketAddresses.swift
[1547/1654] Compiling NIOCore SocketOptionProvider.swift
[1548/1654] Compiling NIOCore SystemCallHelpers.swift
[1549/1654] Compiling NIOCore TimeAmount+Duration.swift
[1550/1654] Compiling NIOCore TypeAssistedChannelHandler.swift
[1551/1654] Compiling NIOCore UniversalBootstrapSupport.swift
[1552/1654] Compiling NIOCore Utilities.swift
[1553/1654] Compiling Crypto Ed25519Keys.swift
[1554/1654] Compiling Crypto NISTCurvesKeys.swift
[1555/1654] Compiling Crypto X25519Keys.swift
[1556/1654] Compiling Crypto Signature.swift
[1557/1654] Compiling Crypto CryptoKitErrors_boring.swift
[1558/1654] Compiling Crypto RNG_boring.swift
[1559/1654] Compiling Crypto SafeCompare_boring.swift
[1560/1654] Compiling Crypto Zeroization_boring.swift
[1561/1654] Compiling Crypto PrettyBytes.swift
[1562/1654] Compiling Crypto SafeCompare.swift
[1563/1654] Compiling Crypto SecureBytes.swift
[1564/1654] Compiling Crypto Zeroization.swift
[1565/1654] Compiling NIOCore DeadChannel.swift
[1566/1654] Compiling NIOCore DispatchQueue+WithFuture.swift
[1567/1654] Compiling NIOCore EventLoop+Deprecated.swift
[1568/1654] Compiling NIOCore EventLoop+SerialExecutor.swift
[1569/1654] Compiling NIOCore EventLoop.swift
[1570/1654] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1571/1654] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1572/1654] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1573/1654] Compiling NIOCore EventLoopFuture.swift
[1574/1654] Compiling NIOCore FileDescriptor.swift
[1575/1654] Compiling NIOCore FileHandle.swift
[1576/1654] Compiling NIOCore FileRegion.swift
[1577/1654] Compiling NIOCore GlobalSingletons.swift
[1585/1654] Compiling NIOCore AddressedEnvelope.swift
[1586/1654] Compiling NIOCore AsyncAwaitSupport.swift
[1587/1654] Compiling NIOCore AsyncChannel.swift
[1588/1654] Compiling NIOCore AsyncChannelHandler.swift
[1589/1654] Compiling NIOCore AsyncChannelInboundStream.swift
[1590/1654] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1591/1654] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1592/1654] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1593/1654] Compiling NIOCore NIOAsyncWriter.swift
[1594/1654] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1612/1655] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1655/1655] Emitting module NIOCore
[1657/1706] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1658/1706] Compiling NIOEmbedded Embedded.swift
[1659/1706] Emitting module NIOEmbedded
[1660/1706] Compiling NIOEmbedded AsyncTestingChannel.swift
[1662/1707] Emitting module NIOPosix
[1663/1713] Compiling NIOPosix ServerSocket.swift
[1664/1713] Compiling NIOPosix Socket.swift
[1665/1713] Compiling NIOPosix SocketChannel.swift
[1666/1713] Compiling NIOPosix SocketProtocols.swift
[1667/1713] Compiling NIOPosix System.swift
[1668/1713] Compiling NIOPosix Thread.swift
[1669/1713] Compiling NIOPosix Pool.swift
[1670/1713] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1671/1713] Compiling NIOPosix PosixSingletons.swift
[1672/1713] Compiling NIOPosix RawSocketBootstrap.swift
[1673/1713] Compiling NIOPosix Resolver.swift
[1674/1713] Compiling NIOPosix Selectable.swift
[1675/1713] Compiling NIOPosix SelectableChannel.swift
[1676/1713] Compiling NIOPosix SelectableEventLoop.swift
[1677/1713] Compiling NIOPosix SelectorEpoll.swift
[1678/1713] Compiling NIOPosix SelectorGeneric.swift
[1679/1713] Compiling NIOPosix SelectorKqueue.swift
[1680/1713] Compiling NIOPosix SelectorUring.swift
[1681/1713] Compiling NIOPosix ThreadPosix.swift
[1682/1713] Compiling NIOPosix ThreadWindows.swift
[1683/1713] Compiling NIOPosix UnsafeTransfer.swift
[1684/1713] Compiling NIOPosix Utilities.swift
[1685/1713] Compiling NIOPosix VsockAddress.swift
[1686/1713] Compiling NIOPosix VsockChannelEvents.swift
[1687/1713] Compiling NIOPosix BSDSocketAPICommon.swift
[1688/1713] Compiling NIOPosix BSDSocketAPIPosix.swift
[1689/1713] Compiling NIOPosix BSDSocketAPIWindows.swift
[1690/1713] Compiling NIOPosix BaseSocket.swift
[1691/1713] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1692/1713] Compiling NIOPosix BaseSocketChannel.swift
[1693/1713] Compiling NIOPosix BaseStreamSocketChannel.swift
[1694/1713] Compiling NIOPosix Bootstrap.swift
[1695/1713] Compiling NIOPosix ControlMessage.swift
[1696/1713] Compiling NIOPosix DatagramVectorReadManager.swift
[1697/1713] Compiling NIOPosix Errors+Any.swift
[1698/1713] Compiling NIOPosix FileDescriptor.swift
[1699/1713] Compiling NIOPosix GetaddrinfoResolver.swift
[1700/1713] Compiling NIOPosix HappyEyeballs.swift
[1701/1713] Compiling NIOPosix IO.swift
[1702/1713] Compiling NIOPosix IntegerBitPacking.swift
[1703/1713] Compiling NIOPosix IntegerTypes.swift
[1704/1713] Compiling NIOPosix Linux.swift
[1705/1713] Compiling NIOPosix LinuxCPUSet.swift
[1706/1713] Compiling NIOPosix LinuxUring.swift
[1707/1713] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1708/1713] Compiling NIOPosix NIOThreadPool.swift
[1709/1713] Compiling NIOPosix NonBlockingFileIO.swift
[1710/1713] Compiling NIOPosix PendingDatagramWritesManager.swift
[1711/1713] Compiling NIOPosix PendingWritesManager.swift
[1712/1713] Compiling NIOPosix PipeChannel.swift
[1713/1713] Compiling NIOPosix PipePair.swift
[1715/1773] Compiling NIO Exports.swift
[1716/1773] Emitting module NIO
[1718/1813] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1719/1813] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1720/1813] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1721/1815] Compiling AsyncKit Future+Transform.swift
[1722/1815] Compiling AsyncKit Future+Try.swift
[1723/1815] Compiling AsyncKit FutureOperators.swift
[1724/1815] Compiling NIOTLS TLSEvents.swift
[1725/1815] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1726/1815] Compiling NIOSOCKS ClientStateMachine.swift
[1727/1816] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1728/1816] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1729/1816] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1730/1816] Emitting module NIOTLS
[1731/1816] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1732/1816] Compiling NIOSOCKS ServerStateMachine.swift
[1734/1816] Compiling AsyncKit Optional+StrictMap.swift
[1735/1816] Compiling AsyncKit Exports.swift
[1736/1816] Compiling _NIOFileSystem CInterop.swift
[1737/1816] Compiling _NIOFileSystem Errno.swift
[1738/1820] Compiling NIOSOCKS SOCKSResponse.swift
[1739/1820] Compiling NIOHTTP1 HTTPEncoder.swift
[1740/1820] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1741/1820] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1742/1820] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1743/1820] Emitting module NIOSOCKS
[1744/1820] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1745/1820] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1746/1820] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1747/1820] Compiling NIOHTTP1 HTTPDecoder.swift
[1755/1821] Emitting module _NIOFileSystem
[1761/1821] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1762/1821] Compiling _NIOFileSystem Mocking.swift
[1763/1821] Compiling _NIOFileSystem Syscall.swift
[1764/1821] Compiling _NIOFileSystem Syscalls.swift
[1765/1821] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1766/1821] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1767/1821] Compiling NIOTLS SNIHandler.swift
[1770/1822] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1771/1822] Emitting module NIOFoundationCompat
[1773/1823] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1774/1823] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1780/1829] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1781/1829] Compiling _NIOFileSystem BufferedStream.swift
[1782/1829] Compiling _NIOFileSystem Cancellation.swift
[1783/1829] Compiling _NIOFileSystem TokenBucket.swift
[1784/1829] Compiling _NIOFileSystem UnsafeTransfer.swift
[1785/1854] Compiling NIOSSL NIOSSLClientHandler.swift
[1786/1854] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1787/1854] Compiling NIOSSL SSLCallbacks.swift
[1788/1854] Compiling NIOSSL SSLContext.swift
[1789/1854] Compiling NIOSSL NIOSSLHandler.swift
[1790/1854] Compiling NIOSSL NIOSSLServerHandler.swift
[1791/1876] Emitting module NIOTransportServices
[1792/1878] Compiling NIOTransportServices NIOTSBootstraps.swift
[1793/1878] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1794/1878] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1795/1878] Compiling NIOTransportServices StateManagedChannel.swift
[1796/1878] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1797/1878] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1798/1878] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1799/1878] Compiling NIOTransportServices NIOTSSingletons.swift
[1800/1878] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1801/1878] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1802/1878] Compiling NIOTransportServices NIOTSErrors.swift
[1803/1878] Compiling NIOTransportServices NIOTSEventLoop.swift
[1804/1878] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1805/1878] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1806/1878] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1807/1878] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1808/1878] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1809/1878] Compiling NIOTransportServices AcceptHandler.swift
[1810/1878] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1811/1878] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1812/1878] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1813/1878] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1814/1878] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1818/1879] Emitting module NIOHTTP1
[1823/1880] Emitting module AsyncKit
[1824/1945] Compiling _NIOFileSystem SystemFileHandle.swift
[1825/1945] Compiling _NIOFileSystem Utilities.swift
[1826/1945] Compiling _NIOFileSystem OpenOptions.swift
[1827/1945] Compiling _NIOFileSystem String+FileSystem.swift
[1828/1945] Emitting module MultipartKit
[1829/1947] Compiling MultipartKit MultipartFormData.swift
[1830/1947] Compiling MultipartKit MultipartParser.swift
[1831/1947] Compiling MultipartKit MultipartSerializer.swift
[1832/1947] Compiling MultipartKit Utilities.swift
[1833/1951] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1834/1952] Compiling MultipartKit Storage.swift
[1836/1954] Compiling NIOHTTPCompression HTTPDecompression.swift
[1837/1954] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1838/1954] Emitting module NIOExtras
[1839/1954] Compiling NIOHPACK IndexedHeaderTable.swift
[1840/1955] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1841/1955] Compiling MultipartKit FormDataDecoder.swift
[1842/1955] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1843/1955] Compiling MultipartKit BasicCodingKey.swift
[1844/1955] Emitting module NIOHTTPCompression
[1845/1955] Compiling NIOHTTPCompression HTTPCompression.swift
[1846/1955] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1849/1955] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1850/1955] Compiling NIOWebSocket WebSocketOpcode.swift
[1851/1955] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1852/1955] Compiling NIOHPACK StaticHeaderTable.swift
[1853/1955] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1854/1955] Emitting module NIOSSL
[1855/1955] Emitting module NIOHPACK
[1856/1955] Compiling NIOHPACK IntegerCoding.swift
[1857/1955] Compiling MultipartKit MultipartPart.swift
[1858/1955] Compiling MultipartKit MultipartPartConvertible.swift
[1859/1955] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1860/1955] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1861/1955] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1862/1955] Compiling MultipartKit FormDataEncoder.swift
[1863/1955] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1864/1955] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1865/1955] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1867/1955] Compiling MultipartKit MultipartError.swift
[1868/1955] Compiling MultipartKit Exports.swift
[1872/1955] Compiling NIOHPACK HuffmanCoding.swift
[1873/1955] Compiling NIOHPACK HuffmanTables.swift
[1874/1955] Compiling NIOSSL SubjectAlternativeName.swift
[1875/1955] Compiling NIOSSL NIOSSLSecureBytes.swift
[1876/1955] Compiling NIOSSL RNG.swift
[1877/1955] Compiling NIOSSL SafeCompare.swift
[1878/1955] Compiling NIOExtras WritePCAPHandler.swift
[1880/1955] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1881/1955] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1889/1956] Compiling NIOExtras UnsafeTransfer.swift
[1907/1958] Emitting module NIOWebSocket
[1921/1958] Compiling NIOWebSocket WebSocketFrame.swift
[1935/1959] Compiling NIOSSL SSLConnection.swift
[1943/1964] Compiling NIOFileSystem Exports.swift
[1944/1965] Emitting module NIOFileSystem
[1949/1967] Emitting module _NIOFileSystemFoundationCompat
[1950/1967] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1951/1967] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1956/2026] Compiling NIOHTTP2 HasRemoteSettings.swift
[1957/2026] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1958/2026] Compiling NIOHTTP2 QuiescingState.swift
[1959/2026] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1961/2027] Compiling NIOHTTP2 MaySendFrames.swift
[1962/2027] Compiling NIOHTTP2 SendingDataState.swift
[1963/2027] Compiling NIOHTTP2 SendingGoawayState.swift
[1964/2027] Compiling NIOHTTP2 SendingHeadersState.swift
[1965/2027] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1966/2027] Compiling NIOHTTP2 SendingRstStreamState.swift
[1967/2027] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1968/2027] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1969/2043] Compiling WebSocketKit WebSocket+Concurrency.swift
[1970/2043] Emitting module WebSocketKit
[1971/2043] Compiling WebSocketKit WebSocketHandler.swift
[1972/2043] Compiling WebSocketKit WebSocket+Connect.swift
[1973/2043] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1974/2043] Compiling WebSocketKit Exports.swift
[1975/2043] Compiling WebSocketKit WebSocket.swift
[1976/2043] Compiling WebSocketKit WebSocketClient.swift
[1980/2044] Compiling NIOHTTP2 StateMachineResult.swift
[1984/2044] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1985/2044] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1986/2044] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1987/2045] Compiling NIOHTTP2 InboundWindowManager.swift
[1988/2045] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1989/2045] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1990/2045] Compiling NIOHTTP2 StreamChannelList.swift
[1991/2045] Compiling NIOHTTP2 StreamMap.swift
[1992/2045] Compiling NIOHTTP2 StreamStateMachine.swift
[1993/2045] Compiling NIOHTTP2 UnsafeTransfer.swift
[1994/2045] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1996/2045] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1997/2045] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1998/2045] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1999/2045] Compiling NIOHTTP2 HTTP2StreamID.swift
[2000/2045] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2001/2045] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2002/2045] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2003/2045] Compiling NIOHTTP2 InboundEventBuffer.swift
[2004/2045] Emitting module NIOHTTP2
[2005/2045] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2006/2045] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2007/2045] Compiling NIOHTTP2 MayReceiveFrames.swift
[2008/2045] Compiling NIOHTTP2 ReceivingDataState.swift
[2009/2045] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2010/2045] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2014/2045] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2015/2045] Compiling NIOHTTP2 HTTP2Frame.swift
[2016/2045] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2017/2045] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2018/2045] Compiling NIOHTTP2 HTTP2PingData.swift
[2019/2045] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2020/2045] Compiling NIOHTTP2 HTTP2Settings.swift
[2021/2045] Compiling NIOHTTP2 HTTP2Stream.swift
[2023/2045] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2024/2045] Compiling NIOHTTP2 DOSHeuristics.swift
[2025/2045] Compiling NIOHTTP2 Error+Any.swift
[2026/2045] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2027/2045] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2028/2045] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2029/2045] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2030/2045] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2031/2045] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2032/2045] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2033/2045] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2034/2045] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2035/2045] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2036/2045] Compiling NIOHTTP2 HTTP2Error.swift
[2037/2045] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2038/2045] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2039/2045] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2040/2045] Compiling NIOHTTP2 HasLocalSettings.swift
[2045/2045] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2047/2106] Emitting module AsyncHTTPClient
[2048/2114] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2049/2114] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2050/2114] Compiling AsyncHTTPClient Transaction.swift
[2051/2114] Compiling AsyncHTTPClient Base64.swift
[2052/2114] Compiling AsyncHTTPClient BasicAuth.swift
[2053/2114] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2054/2114] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2055/2114] Compiling AsyncHTTPClient ConnectionPool.swift
[2056/2114] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2057/2114] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2058/2114] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2059/2114] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2060/2114] Compiling AsyncHTTPClient HTTP1Connection.swift
[2061/2114] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2062/2114] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2063/2114] Compiling AsyncHTTPClient HTTP2Connection.swift
[2064/2114] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2065/2114] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2066/2114] Compiling AsyncHTTPClient HTTPHandler.swift
[2067/2114] Compiling AsyncHTTPClient LRUCache.swift
[2068/2114] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2069/2114] Compiling AsyncHTTPClient NWErrorHandler.swift
[2070/2114] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2071/2114] Compiling AsyncHTTPClient TLSConfiguration.swift
[2072/2114] Compiling AsyncHTTPClient RedirectState.swift
[2073/2114] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2074/2114] Compiling AsyncHTTPClient RequestBag.swift
[2075/2114] Compiling AsyncHTTPClient RequestValidation.swift
[2076/2114] Compiling AsyncHTTPClient SSLContextCache.swift
[2077/2114] Compiling AsyncHTTPClient Scheme.swift
[2078/2114] Compiling AsyncHTTPClient Singleton.swift
[2079/2114] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2080/2114] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2081/2114] Compiling AsyncHTTPClient Utils.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 HTTPConnectionPool+Factory.swift
[2091/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2092/2114] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2093/2114] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2094/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2095/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2096/2114] Compiling AsyncHTTPClient RequestBodyLength.swift
[2097/2114] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2098/2114] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2099/2114] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2100/2114] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2101/2114] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2102/2114] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2103/2114] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2104/2114] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2105/2114] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2106/2114] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2107/2114] Compiling AsyncHTTPClient RequestOptions.swift
[2108/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2109/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2110/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2111/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2112/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2113/2114] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2114/2114] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2116/2284] Compiling Vapor Core.swift
[2117/2284] Compiling Vapor Running.swift
[2118/2284] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2119/2284] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2120/2284] Compiling Vapor DotEnvFile+load.swift
[2121/2284] Compiling Vapor Routes+caseInsenstive.swift
[2122/2284] Compiling Vapor Validatable+validate.swift
[2123/2284] Compiling Vapor Environment+Process.swift
[2124/2284] Compiling Vapor Environment+Secret.swift
[2125/2284] Compiling Vapor Environment.swift
[2126/2284] Compiling Vapor Abort.swift
[2127/2284] Compiling Vapor AbortError.swift
[2128/2284] Compiling Vapor DebuggableError.swift
[2129/2284] Compiling Vapor Demangler.swift
[2130/2284] Compiling Vapor ErrorSource.swift
[2131/2284] Compiling Vapor StackTrace.swift
[2132/2284] Compiling Vapor Exports.swift
[2133/2284] Compiling Vapor Application+HTTP.swift
[2134/2284] Compiling Vapor BasicResponder.swift
[2135/2284] Compiling Vapor BodyStream.swift
[2136/2284] Compiling Vapor Application+HTTP+Client.swift
[2137/2284] Compiling Vapor EventLoopHTTPClient.swift
[2138/2284] Compiling Vapor EndpointCache.swift
[2139/2284] Compiling Vapor HTTPMethod+String.swift
[2140/2308] Compiling Vapor Application.swift
[2141/2308] Compiling Vapor AuthenticationCache.swift
[2142/2308] Compiling Vapor Authenticator.swift
[2143/2308] Compiling Vapor BasicAuthorization.swift
[2144/2308] Compiling Vapor BearerAuthorization.swift
[2145/2308] Compiling Vapor GuardMiddleware.swift
[2146/2308] Compiling Vapor RedirectMiddleware.swift
[2147/2308] Compiling Vapor SessionAuthenticatable.swift
[2148/2308] Compiling Vapor Bcrypt.swift
[2149/2308] Compiling Vapor Application+Cache.swift
[2150/2308] Compiling Vapor Cache.swift
[2151/2308] Compiling Vapor CacheExpirationTime.swift
[2152/2308] Compiling Vapor MemoryCache.swift
[2153/2308] Compiling Vapor Request+Cache.swift
[2154/2308] Compiling Vapor Application+Clients.swift
[2155/2308] Compiling Vapor Client.swift
[2156/2308] Compiling Vapor ClientRequest.swift
[2157/2308] Compiling Vapor ClientResponse.swift
[2158/2308] Compiling Vapor Request+Client.swift
[2159/2308] Compiling Vapor BootCommand.swift
[2160/2308] Compiling Vapor CommandContext+Application.swift
[2161/2308] Compiling Vapor RoutesCommand.swift
[2162/2308] Compiling Vapor ServeCommand.swift
[2163/2308] Compiling Vapor AnyResponse+Concurrency.swift
[2164/2332] Compiling Vapor Validator.swift
[2165/2332] Compiling Vapor ValidatorResult.swift
[2166/2332] Compiling Vapor And.swift
[2167/2332] Compiling Vapor Case.swift
[2168/2332] Compiling Vapor CharacterSet.swift
[2169/2332] Compiling Vapor Count.swift
[2170/2332] Compiling Vapor Custom.swift
[2171/2332] Compiling Vapor Email.swift
[2172/2332] Compiling Vapor Empty.swift
[2173/2332] Compiling Vapor In.swift
[2174/2332] Compiling Vapor Nil.swift
[2175/2332] Compiling Vapor NilIgnoring.swift
[2176/2332] Compiling Vapor Not.swift
[2177/2332] Compiling Vapor Or.swift
[2178/2332] Compiling Vapor Pattern.swift
[2179/2332] Compiling Vapor Range.swift
[2180/2332] Compiling Vapor URL.swift
[2181/2332] Compiling Vapor Valid.swift
[2182/2332] Compiling Vapor Application+Views.swift
[2183/2332] Compiling Vapor PlaintextRenderer.swift
[2184/2332] Compiling Vapor Request+View.swift
[2185/2332] Compiling Vapor View.swift
[2186/2332] Compiling Vapor ViewRenderer.swift
[2187/2332] Compiling Vapor _Deprecations.swift
[2188/2332] Compiling Vapor Bytes+Hex.swift
[2189/2332] Compiling Vapor Bytes+SecureCompare.swift
[2190/2332] Compiling Vapor Collection+Safe.swift
[2191/2332] Compiling Vapor DataProtocol+Copy.swift
[2192/2332] Compiling Vapor DecoderUnwrapper.swift
[2193/2332] Compiling Vapor DirectoryConfiguration.swift
[2194/2332] Compiling Vapor DotEnv.swift
[2195/2332] Compiling Vapor Extendable.swift
[2196/2332] Compiling Vapor File.swift
[2197/2332] Compiling Vapor FileIO.swift
[2198/2332] Compiling Vapor LifecycleHandler.swift
[2199/2332] Compiling Vapor OptionalType.swift
[2200/2332] Compiling Vapor RFC1123.swift
[2201/2332] Compiling Vapor SocketAddress+Hostname.swift
[2202/2332] Compiling Vapor Storage.swift
[2203/2332] Compiling Vapor String+IsIPAddress.swift
[2204/2332] Compiling Vapor Thread.swift
[2205/2332] Compiling Vapor URI.swift
[2206/2332] Compiling Vapor RangeResult.swift
[2207/2332] Compiling Vapor Validatable.swift
[2208/2332] Compiling Vapor Validation.swift
[2209/2332] Compiling Vapor ValidationKey.swift
[2210/2332] Compiling Vapor Validations.swift
[2211/2332] Compiling Vapor ValidationsError.swift
[2212/2332] Emitting module Vapor
[2213/2332] Compiling Vapor Request+Body.swift
[2214/2332] Compiling Vapor Request+BodyStream.swift
[2215/2332] Compiling Vapor Request.swift
[2216/2332] Compiling Vapor Application+Responder.swift
[2217/2332] Compiling Vapor DefaultResponder.swift
[2218/2332] Compiling Vapor Response+Body.swift
[2219/2332] Compiling Vapor Response.swift
[2220/2332] Compiling Vapor ResponseCodable.swift
[2221/2332] Compiling Vapor Application+Routes.swift
[2222/2332] Compiling Vapor Parameters+Require.swift
[2223/2332] Compiling Vapor Request+WebSocket.swift
[2224/2332] Compiling Vapor Route.swift
[2225/2332] Compiling Vapor RouteCollection.swift
[2226/2332] Compiling Vapor Routes.swift
[2227/2332] Compiling Vapor RoutesBuilder+Group.swift
[2228/2332] Compiling Vapor RoutesBuilder+Method.swift
[2229/2332] Compiling Vapor RoutesBuilder+Middleware.swift
[2230/2332] Compiling Vapor RoutesBuilder+WebSocket.swift
[2231/2332] Compiling Vapor RoutesBuilder.swift
[2232/2332] Compiling Vapor OTP.swift
[2233/2332] Compiling Vapor Application+Servers.swift
[2234/2332] Compiling Vapor Server.swift
[2235/2332] Compiling Vapor App+Service.swift
[2236/2332] Compiling Vapor Req+Service.swift
[2237/2332] Compiling Vapor Service.swift
[2238/2332] Compiling Vapor Application+Sessions.swift
[2239/2332] Compiling Vapor MemorySessions.swift
[2240/2332] Compiling Vapor Request+Session.swift
[2241/2332] Compiling Vapor Session.swift
[2242/2332] Compiling Vapor SessionCache.swift
[2243/2332] Compiling Vapor SessionData.swift
[2244/2332] Compiling Vapor SessionDriver.swift
[2245/2332] Compiling Vapor SessionsConfiguration.swift
[2246/2332] Compiling Vapor SessionsMiddleware.swift
[2247/2332] Compiling Vapor URLEncodedFormData.swift
[2248/2332] Compiling Vapor URLEncodedFormDecoder.swift
[2249/2332] Compiling Vapor URLEncodedFormEncoder.swift
[2250/2332] Compiling Vapor URLEncodedFormError.swift
[2251/2332] Compiling Vapor URLEncodedFormParser.swift
[2252/2332] Compiling Vapor URLEncodedFormSerializer.swift
[2253/2332] Compiling Vapor URLQueryFragmentConvertible.swift
[2254/2332] Compiling Vapor AnyResponse.swift
[2255/2332] Compiling Vapor Array+Random.swift
[2256/2332] Compiling Vapor Base32.swift
[2257/2332] Compiling Vapor Base64.swift
[2258/2332] Compiling Vapor BaseN.swift
[2259/2332] Compiling Vapor BasicCodingKey.swift
[2260/2332] Compiling Vapor ByteCount.swift
[2261/2332] Compiling Vapor HTTPServerResponseEncoder.swift
[2262/2332] Compiling Vapor HTTPServerUpgradeHandler.swift
[2263/2332] Compiling Vapor Logger+Report.swift
[2264/2332] Compiling Vapor LoggingSystem+Environment.swift
[2265/2332] Compiling Vapor Application+Middleware.swift
[2266/2332] Compiling Vapor CORSMiddleware.swift
[2267/2332] Compiling Vapor ErrorMiddleware.swift
[2268/2332] Compiling Vapor FileMiddleware.swift
[2269/2332] Compiling Vapor Middleware.swift
[2270/2332] Compiling Vapor MiddlewareConfiguration.swift
[2271/2332] Compiling Vapor ResponseCompressionMiddleware.swift
[2272/2332] Compiling Vapor RouteLoggingMiddleware.swift
[2273/2332] Compiling Vapor TracingMiddleware.swift
[2274/2332] Compiling Vapor File+Multipart.swift
[2275/2332] Compiling Vapor FormDataDecoder+Content.swift
[2276/2332] Compiling Vapor FormDataEncoder+Content.swift
[2277/2332] Compiling Vapor Application+Password.swift
[2278/2332] Compiling Vapor Application+Passwords.swift
[2279/2332] Compiling Vapor AsyncPasswordHasher.swift
[2280/2332] Compiling Vapor BcryptHasher.swift
[2281/2332] Compiling Vapor PasswordHasher.swift
[2282/2332] Compiling Vapor PlaintextHasher.swift
[2283/2332] Compiling Vapor Request+Password.swift
[2284/2332] Compiling Vapor Redirect.swift
[2285/2332] Compiling Vapor HTTPStatus.swift
[2286/2332] Compiling Vapor HTTPCookies.swift
[2287/2332] Compiling Vapor HTTPHeaderCacheControl.swift
[2288/2332] Compiling Vapor HTTPHeaderExpires.swift
[2289/2332] Compiling Vapor HTTPHeaderLastModified.swift
[2290/2332] Compiling Vapor HTTPHeaders+Cache.swift
[2291/2332] Compiling Vapor HTTPHeaders+Connection.swift
[2292/2332] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2293/2332] Compiling Vapor HTTPHeaders+ContentRange.swift
[2294/2332] Compiling Vapor HTTPHeaders+Directive.swift
[2295/2332] Compiling Vapor HTTPHeaders+Forwarded.swift
[2296/2332] Compiling Vapor HTTPHeaders+Link.swift
[2297/2332] Compiling Vapor HTTPHeaders+Name.swift
[2298/2332] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2299/2332] Compiling Vapor HTTPHeaders.swift
[2300/2332] Compiling Vapor HTTPMediaType.swift
[2301/2332] Compiling Vapor HTTPMediaTypePreference.swift
[2302/2332] Compiling Vapor Responder.swift
[2303/2332] Compiling Vapor Application+HTTP+Server.swift
[2304/2332] Compiling Vapor HTTPServer.swift
[2305/2332] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2306/2332] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2307/2332] Compiling Vapor HTTPServerHandler.swift
[2308/2332] Compiling Vapor HTTPServerRequestDecoder.swift
[2309/2332] Compiling Vapor AsyncBasicResponder.swift
[2310/2332] Compiling Vapor AsyncMiddleware.swift
[2311/2332] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2312/2332] Compiling Vapor AsyncSessionDriver.swift
[2313/2332] Compiling Vapor Authentication+Concurrency.swift
[2314/2332] Compiling Vapor Cache+Concurrency.swift
[2315/2332] Compiling Vapor Client+Concurrency.swift
[2316/2332] Compiling Vapor RequestBody+Concurrency.swift
[2317/2332] Compiling Vapor Responder+Concurrency.swift
[2318/2332] Compiling Vapor ResponseCodable+Concurrency.swift
[2319/2332] Compiling Vapor RoutesBuilder+Concurrency.swift
[2320/2332] Compiling Vapor ViewRenderer+Concurrency.swift
[2321/2332] Compiling Vapor WebSocket+Concurrency.swift
[2322/2332] Compiling Vapor ContainerGetPathExecutor.swift
[2323/2332] Compiling Vapor Content.swift
[2324/2332] Compiling Vapor ContentCoders.swift
[2325/2332] Compiling Vapor ContentConfiguration.swift
[2326/2332] Compiling Vapor ContentContainer.swift
[2327/2332] Compiling Vapor JSONCoder+Custom.swift
[2328/2332] Compiling Vapor JSONCoders+Content.swift
[2329/2332] Compiling Vapor PlaintextDecoder.swift
[2330/2332] Compiling Vapor PlaintextEncoder.swift
[2331/2332] Compiling Vapor URLQueryCoders.swift
[2332/2332] Compiling Vapor URLQueryContainer.swift
[2334/2342] Compiling VaporTypedRoutes TypedRequest+Query.swift
[2335/2343] Compiling VaporTypedRoutes TypedPathComponent.swift
[2336/2343] Compiling VaporTypedRoutes RoutesBuilderContext+Concurrency.swift
[2337/2343] Compiling VaporTypedRoutes RoutesBuilder+RouteContext.swift
[2338/2343] Emitting module VaporTypedRoutes
[2339/2343] Compiling VaporTypedRoutes ResponseContext.swift
[2340/2343] Compiling VaporTypedRoutes QueryParam.swift
[2341/2343] Compiling VaporTypedRoutes ResponseBuilder.swift
[2342/2343] Compiling VaporTypedRoutes RouteContext.swift
[2343/2343] Compiling VaporTypedRoutes TypedRequest.swift
[2345/2354] 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:
[2346/2354] 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:
[2347/2355] Compiling VaporOpenAPI VaporPathComponent+OpenAPI.swift
[2348/2355] Compiling VaporOpenAPI Exports.swift
[2349/2355] Compiling VaporOpenAPI QueryParam+OpenAPI.swift
[2350/2355] Compiling VaporOpenAPI VaporHttp+OpenAPI.swift
[2351/2355] Compiling VaporOpenAPI Route+Metadata.swift
[2352/2355] Compiling VaporOpenAPI Sampleable+OpenAPIExample.swift
[2353/2355] 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 |
[2354/2355] 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 |
[2355/2355] Compiling VaporOpenAPI VaporRoutes+OpenAPI.swift
Build complete! (533.52s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.