The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of VaporOpenAPI, reference main (026e8b), with Swift 6.1 for Linux on 1 May 2025 02:48:55 UTC.

Swift 6 data race errors: 11

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/VaporOpenAPI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mattpolzin/VaporOpenAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 026e8b6 Merge pull request #22 from leogdion/patch-1
Cloned https://github.com/mattpolzin/VaporOpenAPI.git
Revision (git rev-parse @):
026e8b6f5a7703ee85f64da33301bd3cdb7d03af
SUCCESS checkout https://github.com/mattpolzin/VaporOpenAPI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
Fetching https://github.com/mattpolzin/VaporTypedRoutes.git
Fetching https://github.com/vapor/vapor.git
[1/362] Fetching openapireflection
[363/560] Fetching openapireflection, vaportypedroutes
[561/74897] Fetching openapireflection, vaportypedroutes, vapor
[13199/153391] Fetching openapireflection, vaportypedroutes, vapor, openapikit
Fetched https://github.com/vapor/vapor.git from cache (2.01s)
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (3.08s)
Fetched https://github.com/mattpolzin/VaporTypedRoutes.git from cache (3.08s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (3.15s)
Computing version for https://github.com/mattpolzin/VaporTypedRoutes.git
Computed https://github.com/mattpolzin/VaporTypedRoutes.git at 0.10.0 (5.27s)
Computing version for https://github.com/mattpolzin/OpenAPIReflection.git
Computed https://github.com/mattpolzin/OpenAPIReflection.git at 2.0.1 (2.01s)
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.25s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (1.18s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.0 (2.12s)
Fetching https://github.com/jpsim/Yams.git
[1/10449] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.21s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (2.24s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.07s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2605] Fetching websocket-kit
[1591/7579] Fetching websocket-kit, swift-distributed-tracing
[3850/8642] Fetching websocket-kit, swift-distributed-tracing, swift-service-context
[4422/10347] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, swift-atomics
[4687/16250] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms
[8422/19458] Fetching websocket-kit, swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms, multipart-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.32s)
[10673/16853] Fetching swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms, multipart-kit
Fetching https://github.com/apple/swift-metrics.git
[14737/19059] Fetching swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms, multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.35s)
Fetching https://github.com/apple/swift-log.git
[14737/20689] Fetching swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms, multipart-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
Fetching https://github.com/apple/swift-nio-extras.git
[14737/22577] Fetching swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms, multipart-kit, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.64s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.65s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.66s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.72s)
Fetching https://github.com/vapor/console-kit.git
[1/11504] Fetching swift-nio-http2
[232/32231] Fetching swift-nio-http2, routing-kit
[877/37716] Fetching swift-nio-http2, routing-kit, console-kit
[21191/52525] Fetching swift-nio-http2, routing-kit, console-kit, swift-nio-ssl
[18870/47040] Fetching swift-nio-http2, routing-kit, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (0.33s)
Fetching https://github.com/vapor/async-kit.git
[42451/49410] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.20s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/async-kit.git from cache (1.68s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.10s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.10s)
[1/13858] Fetching swift-crypto
[2/27823] Fetching swift-crypto, async-http-client
[6415/103392] Fetching swift-crypto, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (0.92s)
[34676/89427] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
Fetched https://github.com/apple/swift-nio.git from cache (3.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.49s)
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.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.76s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[2360/20673] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.09s)
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (2.60s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.36s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.28s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[678/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.70s)
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.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.51s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.57s)
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.16s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.38s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.96s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.45s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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/OpenAPIReflection.git
Working copy of https://github.com/mattpolzin/OpenAPIReflection.git resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/mattpolzin/VaporTypedRoutes.git
Working copy of https://github.com/mattpolzin/VaporTypedRoutes.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.5.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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
Building for debugging...
[0/836] Write sources
[53/836] Compiling CVaporBcrypt bcrypt.c
[54/836] Compiling _NumericsShims _NumericsShims.c
[55/836] Compiling _AtomicsShims.c
[56/836] Compiling CNIOWindows shim.c
[57/836] Compiling CNIOWindows WSAStartup.c
[58/836] Compiling CVaporBcrypt blf.c
[59/836] Compiling CNIOWASI CNIOWASI.c
[60/836] Compiling CNIOLinux liburing_shims.c
[61/836] Compiling CSystem shims.c
[62/836] Compiling CNIOSHA1 c_nio_sha1.c
[63/836] Compiling CNIOExtrasZlib empty.c
[64/836] Compiling CNIODarwin shim.c
[65/836] Compiling CNIOLLHTTP c_nio_http.c
[66/836] Compiling CNIOLLHTTP c_nio_api.c
[67/836] Compiling CNIOLinux shim.c
[68/836] Compiling fiat_p256_adx_sqr.S
[69/836] Compiling fiat_p256_adx_mul.S
[70/836] Compiling fiat_curve25519_adx_square.S
[71/836] Write swift-version-24593BA9C3E375BF.txt
[72/836] Compiling fiat_curve25519_adx_mul.S
[73/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/842] Compiling CNIOBoringSSLShims shims.c
[76/870] Emitting module _NIOBase64
[76/870] Compiling tls_record.cc
[77/873] Compiling tls_method.cc
[78/873] Compiling tls13_server.cc
[79/873] Compiling tls13_client.cc
[80/873] Compiling tls13_enc.cc
[82/923] Emitting module Sampleable
[83/923] Emitting module Logging
[84/923] Compiling Sampleable Sampleable.swift
[85/924] Compiling RealModule Float16+Real.swift
[86/925] Compiling RealModule Float80+Real.swift
[87/925] Compiling RealModule Real.swift
[88/925] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[89/925] Compiling OpenAPIKitCore InconsistencyError.swift
[90/925] Emitting module RealModule
[91/925] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[92/925] Compiling OpenAPIKitCore DiggingError.swift
[93/925] Compiling _NIODataStructures PriorityQueue.swift
[94/925] Compiling ServiceContextModule ServiceContextKey.swift
[95/925] Compiling Logging LogHandler.swift
[96/925] Compiling _NIOBase64 Base64.swift
[97/925] Compiling ServiceContextModule ServiceContext.swift
[98/926] Emitting module ServiceContextModule
[100/927] Compiling RealModule ElementaryFunctions.swift
[101/927] Compiling RealModule Float+Real.swift
[102/927] Compiling _NIODataStructures _TinyArray.swift
[104/927] Compiling RealModule RealFunctions.swift
[105/928] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[106/928] Compiling OpenAPIKitCore AnyCodable.swift
[107/928] Compiling OpenAPIKitCore Either+Codable.swift
[108/928] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[109/928] Compiling OpenAPIKitCore RequestDecodingError.swift
[110/928] Compiling OpenAPIKitCore OpenAPIReference.swift
[111/928] Compiling OpenAPIKitCore OrderedDictionary.swift
[112/928] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[113/928] Compiling OpenAPIKitCore Either.swift
[114/928] Compiling OpenAPIKitCore CodingPathError.swift
[115/928] Compiling OpenAPIKitCore OpenAPIError.swift
[116/928] Compiling OpenAPIKitCore OpenAPIWarning.swift
[117/928] Emitting module SystemPackage
[124/957] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[125/957] Compiling InternalCollectionsUtilities Specialize.swift
[126/959] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[127/959] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[128/959] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[129/959] Compiling InternalCollectionsUtilities _SortedCollection.swift
[130/959] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[131/959] Compiling InternalCollectionsUtilities Debugging.swift
[132/959] Compiling InternalCollectionsUtilities Descriptions.swift
[133/959] Compiling Instrumentation NoOpInstrument.swift
[134/959] Compiling Instrumentation MultiplexInstrument.swift
[135/959] Compiling Instrumentation Instrument.swift
[136/959] Emitting module Instrumentation
[137/959] Compiling Instrumentation InstrumentationSystem.swift
[138/959] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[139/959] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/959] Compiling Instrumentation Locks.swift
[141/960] Compiling OpenAPIKitCore JSONTypeFormat.swift
[142/960] Compiling OpenAPIKitCore OAuthFlows.swift
[143/960] Compiling OpenAPIKitCore ParameterContextLocation.swift
[144/960] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[145/960] Compiling SystemPackage Util+StringArray.swift
[146/960] Compiling SystemPackage Util.swift
[147/960] Compiling SystemPackage UtilConsumers.swift
[148/960] Compiling Logging MetadataProvider.swift
[149/960] Compiling _NIODataStructures Heap.swift
[150/960] Emitting module _NIODataStructures
[151/960] Compiling OpenAPIKitCore Discriminator.swift
[152/960] Compiling OpenAPIKitCore HttpMethod.swift
[153/960] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[154/960] Compiling Logging Logging.swift
[155/960] Compiling Logging Locks.swift
[158/961] Compiling OpenAPIKitCore ComponentKey.swift
[159/961] Compiling OpenAPIKitCore ContentType.swift
[160/963] Emitting module InternalCollectionsUtilities
[165/963] Emitting module OpenAPIKitCore
[166/981] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[167/981] Compiling InternalCollectionsUtilities Integer rank.swift
[168/981] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[169/981] Compiling InternalCollectionsUtilities UInt+reversed.swift
[170/981] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[171/981] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[172/981] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[173/982] Compiling Tracing InstrumentationSystem+Tracing.swift
[175/982] Emitting module CoreMetrics
[176/982] Compiling CoreMetrics Locks.swift
[177/982] Compiling CoreMetrics Metrics.swift
[178/983] Compiling Tracing TracingTime.swift
[179/983] Compiling RoutingKit PathComponent.swift
[180/983] Emitting module Tracing
[181/983] Compiling Tracing TracerProtocol.swift
[183/983] Compiling Tracing Tracer.swift
[184/983] Compiling Tracing TracerProtocol+Legacy.swift
[185/983] Compiling RoutingKit Router.swift
[186/983] Compiling RoutingKit TrieRouter.swift
[186/1051] Compiling tls13_both.cc
[188/1051] Compiling Tracing NoOpTracer.swift
[189/1051] Compiling Tracing SpanProtocol.swift
[191/1109] Compiling OrderedCollections _HashTable+Bucket.swift
[192/1109] Compiling OrderedCollections _HashTable+BucketIterator.swift
[193/1109] Compiling OrderedCollections _HashTable+Constants.swift
[194/1109] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[195/1109] Compiling OrderedCollections _HashTable+Testing.swift
[196/1109] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[197/1109] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[198/1109] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[199/1109] Compiling OrderedCollections OrderedDictionary+Elements.swift
[200/1109] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[201/1109] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[202/1109] Compiling OrderedCollections _HashTable.swift
[203/1109] Compiling OrderedCollections _Hashtable+Header.swift
[204/1109] Compiling OrderedCollections OrderedDictionary+Codable.swift
[205/1109] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[206/1109] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[207/1109] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[208/1109] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[209/1109] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[210/1109] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[211/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[212/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[213/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[214/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[215/1109] Compiling OrderedCollections OrderedSet+Initializers.swift
[216/1109] Compiling OrderedCollections OrderedSet+Insertions.swift
[217/1109] Compiling OrderedCollections OrderedSet+Invariants.swift
[218/1109] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[219/1109] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[220/1109] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[221/1109] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[222/1109] Compiling OrderedCollections OrderedDictionary+Values.swift
[223/1109] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[224/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[225/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[226/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[227/1110] Compiling RoutingKit Parameters.swift
[228/1110] Compiling RoutingKit AnyRouter.swift
[229/1110] Emitting module RoutingKit
[231/1111] Compiling t1_enc.cc
[233/1111] Emitting module Metrics
[234/1111] Compiling Metrics Metrics.swift
[239/1112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[240/1112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[241/1112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[243/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[244/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[245/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[246/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[247/1119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[248/1119] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[249/1119] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[249/1126] Compiling ssl_x509.cc
[251/1277] Compiling HashTreeCollections TreeDictionary+Filter.swift
[252/1277] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[253/1277] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[254/1277] Compiling HashTreeCollections TreeDictionary+Keys.swift
[255/1277] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[256/1277] Compiling HashTreeCollections TreeDictionary+Merge.swift
[257/1277] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[258/1277] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[259/1277] Compiling HashTreeCollections TreeDictionary+Codable.swift
[260/1277] Compiling HashTreeCollections TreeDictionary+Collection.swift
[261/1277] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[262/1277] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[263/1277] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[264/1277] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[265/1277] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[266/1277] Compiling HashTreeCollections _HashNode+Structural union.swift
[267/1277] Compiling DequeModule _DequeBuffer.swift
[268/1277] Compiling DequeModule _DequeBufferHeader.swift
[269/1277] Compiling DequeModule Deque._UnsafeHandle.swift
[270/1277] Compiling DequeModule Deque.swift
[271/1277] Compiling DequeModule Deque+Testing.swift
[272/1277] Compiling DequeModule Deque._Storage.swift
[273/1277] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[274/1277] Compiling HashTreeCollections _HashNode+Structural filter.swift
[275/1277] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[276/1277] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[277/1277] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[278/1277] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[279/1277] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[280/1277] Compiling HashTreeCollections _HashNode+Structural merge.swift
[281/1277] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[282/1277] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[282/1277] Compiling ssl_versions.cc
[284/1277] Compiling HeapModule Heap.swift
[285/1277] Compiling HeapModule _HeapNode.swift
[288/1279] Compiling HeapModule Heap+Invariants.swift
[289/1279] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[290/1279] Compiling HeapModule Heap+Descriptions.swift
[291/1279] Compiling HeapModule Heap+UnsafeHandle.swift
[292/1279] Emitting module HeapModule
[293/1280] Compiling DequeModule Deque+CustomReflectable.swift
[294/1280] Compiling DequeModule Deque+Descriptions.swift
[295/1280] Compiling DequeModule Deque+Equatable.swift
[296/1280] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[297/1280] Compiling DequeModule Deque+Extras.swift
[298/1280] Compiling DequeModule Deque+Hashable.swift
[300/1280] Compiling DequeModule Deque+Codable.swift
[301/1280] Compiling DequeModule Deque+Collection.swift
[308/1280] Compiling DequeModule _DequeSlot.swift
[309/1280] Compiling DequeModule _UnsafeWrappedBuffer.swift
[310/1280] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[311/1280] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[312/1280] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[313/1280] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[314/1280] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[315/1280] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[316/1280] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[317/1280] Compiling HashTreeCollections TreeDictionary.swift
[318/1280] Compiling HashTreeCollections TreeSet+Codable.swift
[319/1280] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[320/1280] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[321/1280] Compiling HashTreeCollections _HashNode.swift
[322/1280] Compiling HashTreeCollections _HashNodeHeader.swift
[323/1280] Compiling HashTreeCollections _HashSlot.swift
[324/1280] Compiling HashTreeCollections _HashStack.swift
[325/1280] Compiling HashTreeCollections TreeSet+Hashable.swift
[326/1280] Compiling HashTreeCollections TreeSet+Sendable.swift
[327/1280] Compiling HashTreeCollections TreeSet+Sequence.swift
[340/1289] Compiling _RopeModule Rope+Join.swift
[341/1289] Compiling _RopeModule Rope+MutatingForEach.swift
[342/1289] Compiling _RopeModule Rope+Remove.swift
[343/1289] Compiling _RopeModule Rope+RemoveSubrange.swift
[344/1289] Compiling _RopeModule Rope+Split.swift
[345/1289] Compiling _RopeModule Optional Utilities.swift
[346/1289] Compiling _RopeModule String Utilities.swift
[347/1289] Compiling _RopeModule String.Index+ABI.swift
[362/1299] Compiling HashTreeCollections TreeDictionary+Values.swift
[372/1299] Emitting module DequeModule
[373/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[374/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[375/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[376/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[377/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[378/1300] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[379/1300] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[380/1300] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[381/1300] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[382/1300] Compiling HashTreeCollections TreeSet.swift
[384/1300] Emitting module OrderedCollections
[385/1301] Compiling HashTreeCollections _HashTreeIterator.swift
[386/1301] Compiling HashTreeCollections _HashTreeStatistics.swift
[387/1301] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[388/1301] Compiling HashTreeCollections _RawHashNode.swift
[389/1301] Compiling HashTreeCollections _UnmanagedHashNode.swift
[390/1301] Compiling HashTreeCollections _UnsafePath.swift
[396/1301] Emitting module OpenAPIKit
[397/1309] Compiling ssl_transcript.cc
[398/1309] Compiling ssl_stat.cc
[400/1309] Emitting module _RopeModule
[411/1309] Compiling ssl_session.cc
[427/1309] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[428/1309] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[434/1309] Compiling ssl_lib.cc
[494/1310] Compiling ssl_privkey.cc
[495/1310] Compiling ssl_cipher.cc
[504/1310] Compiling ssl_key_share.cc
[505/1310] Compiling ssl_file.cc
[506/1310] Compiling ssl_buffer.cc
[508/1310] Emitting module HashTreeCollections
[509/1311] Compiling ssl_credential.cc
[510/1311] Compiling ssl_asn1.cc
[511/1311] Compiling s3_pkt.cc
[512/1311] Compiling ssl_cert.cc
[513/1311] Compiling s3_lib.cc
[515/1311] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[516/1311] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[517/1311] Compiling OpenAPIKit Validation+Builtins.swift
[518/1311] Compiling OpenAPIKit Validation.swift
[519/1311] Compiling OpenAPIKit Validator+Convenience.swift
[520/1311] Compiling OpenAPIKit Validator.swift
[521/1311] Compiling OpenAPIKit XML.swift
[522/1311] Compiling OpenAPIKit _CoreReExport.swift
[522/1311] Compiling handshake_client.cc
[523/1311] Compiling encrypted_client_hello.cc
[524/1311] Compiling extensions.cc
[525/1311] Compiling ssl_aead_ctx.cc
[551/1311] Compiling s3_both.cc
[552/1311] Compiling handshake_server.cc
[579/1311] Compiling dtls_record.cc
[581/1312] Compiling handshake.cc
[582/1312] Compiling handoff.cc
[583/1312] Compiling md5-x86_64-linux.S
[584/1312] Compiling md5-x86_64-apple.S
[585/1312] Compiling md5-586-linux.S
[586/1320] Compiling md5-586-apple.S
[587/1320] Compiling err_data.cc
[588/1320] Compiling d1_srtp.cc
[590/1320] Emitting module OpenAPIReflection
[590/1320] Compiling chacha20_poly1305_x86_64-linux.S
[592/1320] Compiling OpenAPIReflection OpenAPI+Errors.swift
[592/1320] Compiling chacha20_poly1305_x86_64-apple.S
[593/1320] Compiling chacha20_poly1305_armv8-win.S
[595/1320] Compiling OpenAPIReflection Date+OpenAPI.swift
[596/1320] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[597/1320] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[598/1320] Compiling OpenAPIReflection SchemaProtocols.swift
[598/1320] Compiling chacha20_poly1305_armv8-linux.S
[599/1320] Compiling chacha20_poly1305_armv8-apple.S
[600/1320] Compiling chacha-x86_64-linux.S
[601/1320] Compiling chacha-x86_64-apple.S
[602/1320] Compiling chacha-x86-linux.S
[603/1320] Compiling chacha-x86-apple.S
[605/1320] Compiling OpenAPIReflection Optional+ZipWith.swift
[606/1320] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[606/1321] Compiling chacha-armv8-win.S
[607/1321] Compiling chacha-armv8-linux.S
[608/1321] Compiling chacha-armv8-apple.S
[609/1321] Compiling dtls_method.cc
[610/1321] Compiling chacha-armv4-linux.S
[612/1321] Compiling aes128gcmsiv-x86_64-apple.S
[613/1321] Compiling aes128gcmsiv-x86_64-linux.S
[614/1321] Compiling x86_64-mont5-apple.S
[615/1321] Compiling x86_64-mont5-linux.S
[616/1321] Compiling x86_64-mont-linux.S
[617/1321] Compiling x86_64-mont-apple.S
[618/1321] Compiling x86-mont-linux.S
[619/1321] Compiling x86-mont-apple.S
[620/1321] Compiling vpaes-x86_64-linux.S
[621/1321] Compiling d1_pkt.cc
[622/1321] Compiling vpaes-x86_64-apple.S
[623/1321] Compiling vpaes-x86-apple.S
[624/1321] Compiling vpaes-x86-linux.S
[625/1321] Compiling vpaes-armv8-win.S
[626/1321] Compiling vpaes-armv8-apple.S
[627/1321] Compiling vpaes-armv8-linux.S
[628/1321] Compiling vpaes-armv7-linux.S
[629/1321] Compiling bio_ssl.cc
[630/1321] Compiling sha512-armv8-win.S
[631/1321] Compiling sha512-armv8-apple.S
[632/1321] Compiling sha512-armv8-linux.S
[633/1321] Compiling sha512-x86_64-linux.S
[634/1321] Compiling sha512-x86_64-apple.S
[635/1321] Compiling sha512-586-linux.S
[636/1321] Compiling sha512-armv4-linux.S
[637/1321] Compiling sha512-586-apple.S
[638/1321] Compiling sha256-armv8-win.S
[639/1321] Compiling sha256-x86_64-apple.S
[640/1321] Compiling sha256-x86_64-linux.S
[641/1321] Compiling sha256-armv8-linux.S
[642/1321] Compiling sha256-armv8-apple.S
[643/1321] Compiling sha256-armv4-linux.S
[644/1321] Compiling sha256-586-linux.S
[645/1321] Compiling sha256-586-apple.S
[646/1321] Compiling sha1-armv8-win.S
[647/1321] Compiling sha1-armv8-apple.S
[648/1321] Compiling sha1-x86_64-linux.S
[649/1321] Compiling sha1-x86_64-apple.S
[650/1321] Compiling sha1-armv8-linux.S
[651/1321] Compiling sha1-armv4-large-linux.S
[652/1321] Compiling sha1-586-linux.S
[653/1321] Compiling sha1-586-apple.S
[654/1321] Compiling d1_lib.cc
[655/1321] Compiling rsaz-avx2-linux.S
[656/1321] Compiling rdrand-x86_64-linux.S
[657/1321] Compiling rsaz-avx2-apple.S
[658/1321] Compiling rdrand-x86_64-apple.S
[659/1321] Compiling p256_beeu-x86_64-asm-apple.S
[660/1321] Compiling p256_beeu-x86_64-asm-linux.S
[661/1321] Compiling p256_beeu-armv8-asm-linux.S
[662/1321] Compiling p256_beeu-armv8-asm-win.S
[663/1321] Compiling p256-x86_64-asm-apple.S
[664/1321] Compiling p256_beeu-armv8-asm-apple.S
[665/1321] Compiling p256-armv8-asm-win.S
[666/1321] Compiling p256-x86_64-asm-linux.S
[667/1321] Compiling ghashv8-armv8-win.S
[668/1321] Compiling p256-armv8-asm-linux.S
[669/1321] Compiling ghashv8-armv8-linux.S
[670/1321] Compiling p256-armv8-asm-apple.S
[671/1321] Compiling ghashv8-armv8-apple.S
[672/1321] Compiling ghash-x86-apple.S
[673/1321] Compiling ghash-x86_64-apple.S
[674/1321] Compiling ghashv8-armv7-linux.S
[675/1321] Compiling ghash-x86_64-linux.S
[676/1321] Compiling ghash-x86-linux.S
[677/1321] Compiling ghash-ssse3-x86_64-linux.S
[678/1321] Compiling ghash-ssse3-x86-linux.S
[679/1321] Compiling ghash-ssse3-x86_64-apple.S
[680/1321] Compiling ghash-neon-armv8-win.S
[681/1321] Compiling ghash-ssse3-x86-apple.S
[682/1321] Compiling co-586-linux.S
[683/1321] Compiling ghash-neon-armv8-linux.S
[684/1321] Compiling ghash-neon-armv8-apple.S
[685/1321] Compiling ghash-armv4-linux.S
[686/1321] Compiling co-586-apple.S
[687/1321] Compiling bsaes-armv7-linux.S
[688/1321] Compiling bn-armv8-apple.S
[689/1321] Compiling bn-armv8-linux.S
[690/1321] Compiling bn-armv8-win.S
[691/1321] Compiling bn-586-linux.S
[692/1321] Compiling armv8-mont-win.S
[693/1321] Compiling armv8-mont-linux.S
[694/1321] Compiling aesv8-gcm-armv8-linux.S
[695/1321] Compiling bn-586-apple.S
[696/1321] Compiling armv4-mont-linux.S
[697/1321] Compiling armv8-mont-apple.S
[698/1321] Compiling aesv8-gcm-armv8-win.S
[699/1321] Compiling aesv8-gcm-armv8-apple.S
[700/1321] Compiling aesv8-armv8-linux.S
[701/1321] Compiling aesv8-armv8-win.S
[702/1321] Compiling aesv8-armv7-linux.S
[703/1321] Compiling aesv8-armv8-apple.S
[704/1321] Compiling aesni-x86-apple.S
[705/1321] Compiling aesni-x86_64-apple.S
[706/1321] Compiling aesni-x86_64-linux.S
[707/1321] Compiling aesni-x86-linux.S
[708/1321] Compiling aesni-gcm-x86_64-linux.S
[709/1321] Compiling aesni-gcm-x86_64-apple.S
[710/1321] Compiling d1_both.cc
[711/1321] Compiling aes-gcm-avx2-x86_64-apple.S
[712/1321] Compiling aes-gcm-avx2-x86_64-linux.S
[713/1321] Compiling aes-gcm-avx10-x86_64-linux.S
[714/1321] Compiling aes-gcm-avx10-x86_64-apple.S
[715/1321] Compiling x_x509a.cc
[716/1321] Compiling x_pubkey.cc
[717/1321] Compiling x_x509.cc
[718/1321] Compiling x_req.cc
[719/1321] Compiling x_val.cc
[720/1321] Compiling x_sig.cc
[721/1321] Compiling x_spki.cc
[722/1321] Compiling x_name.cc
[723/1321] Compiling x_exten.cc
[724/1321] Compiling x_crl.cc
[725/1321] Compiling x_algor.cc
[726/1321] Compiling x_attrib.cc
[727/1321] Compiling x509spki.cc
[728/1321] Compiling x_all.cc
[729/1321] Compiling x509rset.cc
[730/1321] Compiling x509name.cc
[731/1321] Compiling x509cset.cc
[732/1321] Compiling x509_vpm.cc
[733/1321] Compiling x509_vfy.cc
[734/1321] Compiling x509_v3.cc
[735/1321] Compiling x509_txt.cc
[736/1321] Compiling x509_trs.cc
[737/1321] Compiling x509_set.cc
[738/1321] Compiling x509_req.cc
[739/1321] Compiling x509_obj.cc
[740/1321] Compiling x509_lu.cc
[741/1321] Compiling x509_ext.cc
[742/1321] Compiling x509_def.cc
[743/1321] Compiling x509_cmp.cc
[744/1321] Compiling x509.cc
[745/1321] Compiling x509_d2.cc
[746/1321] Compiling x509_att.cc
[747/1321] Compiling v3_utl.cc
[748/1321] Compiling v3_skey.cc
[749/1321] Compiling v3_pmaps.cc
[750/1321] Compiling v3_prn.cc
[751/1321] Compiling v3_ocsp.cc
[752/1321] Compiling v3_purp.cc
[753/1321] Compiling v3_pcons.cc
[754/1321] Compiling v3_ncons.cc
[755/1321] Compiling v3_lib.cc
[756/1321] Compiling v3_int.cc
[757/1321] Compiling v3_info.cc
[758/1321] Compiling v3_enum.cc
[759/1321] Compiling v3_ia5.cc
[760/1321] Compiling v3_extku.cc
[761/1321] Compiling v3_genn.cc
[762/1321] Compiling v3_crld.cc
[763/1321] Compiling v3_cpols.cc
[764/1321] Compiling v3_bcons.cc
[765/1321] Compiling v3_conf.cc
[766/1321] Compiling v3_bitst.cc
[767/1321] Compiling v3_akeya.cc
[768/1321] Compiling v3_alt.cc
[769/1321] Compiling v3_akey.cc
[770/1321] Compiling i2d_pr.cc
[771/1321] Compiling t_x509a.cc
[772/1321] Compiling t_x509.cc
[773/1321] Compiling t_req.cc
[774/1321] Compiling t_crl.cc
[775/1321] Compiling name_print.cc
[776/1321] Compiling rsa_pss.cc
[777/1321] Compiling policy.cc
[778/1321] Compiling by_dir.cc
[779/1321] Compiling asn1_gen.cc
[780/1321] Compiling by_file.cc
[781/1321] Compiling a_verify.cc
[782/1321] Compiling a_digest.cc
[783/1321] Compiling a_sign.cc
[784/1321] Compiling thread_win.cc
[785/1321] Compiling algorithm.cc
[786/1321] Compiling voprf.cc
[787/1321] Compiling thread_pthread.cc
[788/1321] Compiling thread_none.cc
[789/1321] Compiling thread.cc
[790/1321] Compiling pmbtoken.cc
[791/1321] Compiling trust_token.cc
[792/1321] Compiling stack.cc
[793/1321] Compiling sha512.cc
[794/1321] Compiling sha1.cc
[795/1321] Compiling siphash.cc
[796/1321] Compiling sha256.cc
[797/1321] Compiling slhdsa.cc
[798/1321] Compiling rsa_print.cc
[799/1321] Compiling refcount.cc
[800/1321] Compiling rsa_extra.cc
[801/1321] Compiling spake2plus.cc
[802/1321] Compiling rc4.cc
[803/1321] Compiling rsa_crypt.cc
[804/1321] Compiling urandom.cc
[805/1321] Compiling windows.cc
[806/1321] Compiling trusty.cc
[807/1321] Compiling rand.cc
[808/1321] Compiling rsa_asn1.cc
[809/1321] Compiling passive.cc
[810/1321] Compiling ios.cc
[811/1321] Compiling forkunsafe.cc
[812/1321] Compiling getentropy.cc
[813/1321] Compiling deterministic.cc
[814/1321] Compiling poly1305_arm_asm.S
[815/1321] Compiling fork_detect.cc
[816/1321] Compiling poly1305_vec.cc
[817/1321] Compiling pool.cc
[818/1321] Compiling poly1305_arm.cc
[819/1321] Compiling poly1305.cc
[820/1321] Compiling pkcs7.cc
[821/1321] Compiling pkcs7_x509.cc
[822/1321] Compiling pkcs8.cc
[822/1321] Compiling p5_pbev2.cc
[824/1321] Compiling pkcs8_x509.cc
[825/1321] Compiling pem_xaux.cc
[826/1321] Compiling pem_x509.cc
[827/1321] Compiling pem_pkey.cc
[828/1321] Compiling obj_xref.cc
[829/1321] Compiling mlkem.cc
[830/1321] Compiling pem_pk8.cc
[831/1321] Compiling pem_info.cc
[832/1321] Compiling pem_oth.cc
[833/1321] Compiling pem_all.cc
[834/1321] Compiling obj.cc
[835/1321] Compiling pem_lib.cc
[836/1321] Compiling mldsa.cc
[837/1321] Compiling poly_rq_mul.S
[838/1321] Compiling fips_shared_support.cc
[839/1321] Compiling mem.cc
[840/1321] Compiling md5.cc
[841/1321] Compiling md4.cc
[842/1321] Compiling lhash.cc
[843/1321] Compiling ex_data.cc
[844/1321] Compiling sign.cc
[845/1321] Compiling kyber.cc
[846/1321] Compiling hrss.cc
[847/1321] Compiling hpke.cc
[848/1321] Compiling scrypt.cc
[849/1321] Compiling print.cc
[850/1321] Compiling pbkdf.cc
[851/1321] Compiling p_x25519.cc
[852/1321] Compiling p_x25519_asn1.cc
[853/1321] Compiling p_rsa_asn1.cc
[854/1321] Compiling p_rsa.cc
[855/1321] Compiling bcm.cc
[856/1321] Compiling p_ed25519.cc
[857/1321] Compiling p_ed25519_asn1.cc
[858/1321] Compiling p_hkdf.cc
[859/1321] Compiling p_dh.cc
[860/1321] Compiling p_ec.cc
[861/1321] Compiling p_dh_asn1.cc
[862/1321] Compiling p_ec_asn1.cc
[863/1321] Compiling evp_ctx.cc
[864/1321] Compiling evp.cc
[865/1321] Compiling p_dsa_asn1.cc
[866/1321] Compiling err.cc
[867/1321] Compiling evp_asn1.cc
[868/1321] Compiling engine.cc
[869/1321] Compiling ecdh.cc
[870/1321] Compiling hash_to_curve.cc
[871/1321] Compiling params.cc
[872/1321] Compiling ec_derive.cc
[873/1321] Compiling ecdsa_asn1.cc
[874/1321] Compiling des.cc
[875/1321] Compiling curve25519.cc
[876/1321] Compiling dsa.cc
[877/1321] Compiling x25519-asm-arm.S
[878/1321] Compiling ec_asn1.cc
[879/1321] Compiling digest_extra.cc
[880/1321] Compiling dsa_asn1.cc
[881/1321] Compiling cpu_arm_freebsd.cc
[882/1321] Compiling dh_asn1.cc
[883/1321] Compiling cpu_intel.cc
[884/1321] Compiling crypto.cc
[885/1321] Compiling cpu_arm_linux.cc
[886/1321] Compiling spake25519.cc
[887/1321] Compiling cpu_aarch64_openbsd.cc
[888/1321] Compiling cpu_aarch64_linux.cc
[889/1321] Compiling cpu_aarch64_win.cc
[890/1321] Compiling cpu_aarch64_sysreg.cc
[891/1321] Compiling get_cipher.cc
[892/1321] Compiling e_rc2.cc
[893/1321] Compiling cpu_aarch64_fuchsia.cc
[894/1321] Compiling cpu_aarch64_apple.cc
[895/1321] Compiling conf.cc
[896/1321] Compiling e_null.cc
[897/1321] Compiling curve25519_64_adx.cc
[898/1321] Compiling e_tls.cc
[899/1321] Compiling tls_cbc.cc
[900/1321] Compiling e_rc4.cc
[901/1321] Compiling unicode.cc
[902/1321] Compiling e_des.cc
[903/1321] Compiling e_aesctrhmac.cc
[904/1321] Compiling derive_key.cc
[905/1321] Compiling e_chacha20poly1305.cc
[906/1321] Compiling chacha.cc
[907/1321] Compiling e_aesgcmsiv.cc
[908/1321] Compiling buf.cc
[909/1321] Compiling blake2.cc
[910/1321] Compiling cbb.cc
[910/1321] Compiling cbs.cc
[912/1321] Compiling ber.cc
[913/1321] Compiling socket.cc
[914/1321] Compiling bn_asn1.cc
[915/1321] Compiling asn1_compat.cc
[916/1321] Compiling convert.cc
[917/1321] Compiling file.cc
[918/1321] Compiling hexdump.cc
[919/1321] Compiling bio_mem.cc
[920/1321] Compiling printf.cc
[921/1321] Compiling errno.cc
[922/1321] Compiling socket_helper.cc
[923/1321] Compiling pair.cc
[924/1321] Compiling fd.cc
[925/1321] Compiling base64.cc
[926/1321] Compiling connect.cc
[927/1321] Compiling tasn_enc.cc
[928/1321] Compiling bio.cc
[929/1321] Compiling tasn_typ.cc
[930/1321] Compiling tasn_dec.cc
[931/1321] Compiling tasn_fre.cc
[932/1321] Compiling posix_time.cc
[933/1321] Compiling f_string.cc
[934/1321] Compiling f_int.cc
[935/1321] Compiling tasn_utl.cc
[936/1321] Compiling tasn_new.cc
[937/1321] Compiling asn_pack.cc
[938/1321] Compiling asn1_par.cc
[939/1321] Compiling asn1_lib.cc
[940/1321] Compiling a_utctm.cc
[941/1321] Compiling a_type.cc
[942/1321] Compiling a_octet.cc
[943/1321] Compiling a_time.cc
[944/1321] Compiling a_strex.cc
[945/1321] Compiling a_strnid.cc
[946/1321] Compiling a_object.cc
[947/1321] Compiling a_d2i_fp.cc
[948/1321] Compiling a_i2d_fp.cc
[949/1321] Compiling a_dup.cc
[950/1321] Compiling a_mbstr.cc
[951/1321] Compiling fiat_p256_adx_sqr.S
[952/1321] Compiling CCryptoBoringSSLShims shims.c
[953/1321] Compiling fiat_p256_adx_mul.S
[954/1321] Compiling a_gentm.cc
[955/1321] Compiling fiat_curve25519_adx_mul.S
[956/1321] Compiling fiat_curve25519_adx_square.S
[957/1321] Compiling md5-x86_64-linux.S
[958/1321] Compiling a_bitstr.cc
[959/1321] Compiling a_int.cc
[960/1321] Compiling md5-x86_64-apple.S
[961/1321] Compiling a_bool.cc
[962/1321] Compiling md5-586-linux.S
[963/1321] Compiling md5-586-apple.S
[964/1321] Compiling chacha20_poly1305_armv8-apple.S
[965/1321] Compiling chacha20_poly1305_armv8-win.S
[966/1321] Compiling chacha20_poly1305_x86_64-apple.S
[967/1321] Compiling chacha20_poly1305_armv8-linux.S
[968/1321] Compiling chacha20_poly1305_x86_64-linux.S
[969/1321] Compiling chacha-x86_64-linux.S
[970/1321] Compiling chacha-x86-linux.S
[971/1321] Compiling chacha-x86_64-apple.S
[972/1321] Compiling chacha-x86-apple.S
[973/1321] Compiling chacha-armv8-win.S
[974/1321] Compiling chacha-armv8-linux.S
[975/1321] Compiling chacha-armv8-apple.S
[976/1321] Compiling aes128gcmsiv-x86_64-linux.S
[977/1321] Compiling chacha-armv4-linux.S
[978/1321] Compiling aes128gcmsiv-x86_64-apple.S
[979/1321] Compiling x86_64-mont5-apple.S
[980/1321] Compiling x86_64-mont-apple.S
[981/1321] Compiling x86_64-mont5-linux.S
[982/1321] Compiling x86-mont-linux.S
[983/1321] Compiling x86_64-mont-linux.S
[984/1321] Compiling x86-mont-apple.S
[985/1321] Compiling vpaes-armv8-win.S
[986/1321] Compiling vpaes-x86_64-linux.S
[987/1321] Compiling vpaes-x86-apple.S
[988/1321] Compiling vpaes-x86_64-apple.S
[989/1321] Compiling vpaes-x86-linux.S
[990/1321] Compiling vpaes-armv8-linux.S
[991/1321] Compiling vpaes-armv7-linux.S
[992/1321] Compiling sha512-x86_64-apple.S
[993/1321] Compiling err_data.cc
[994/1321] Compiling sha512-armv8-win.S
[995/1321] Compiling vpaes-armv8-apple.S
[996/1321] Compiling sha512-x86_64-linux.S
[997/1321] Compiling sha512-armv8-linux.S
[998/1321] Compiling sha512-armv8-apple.S
[999/1321] Compiling sha512-586-linux.S
[1000/1321] Compiling sha512-586-apple.S
[1001/1321] Compiling sha512-armv4-linux.S
[1002/1321] Compiling sha256-x86_64-linux.S
[1003/1321] Compiling sha256-armv8-win.S
[1004/1321] Compiling sha256-armv8-apple.S
[1005/1321] Compiling sha256-armv8-linux.S
[1006/1321] Compiling sha256-x86_64-apple.S
[1007/1321] Compiling sha256-armv4-linux.S
[1008/1321] Compiling sha256-586-linux.S
[1009/1321] Compiling sha256-586-apple.S
[1010/1321] Compiling sha1-armv4-large-linux.S
[1011/1321] Compiling sha1-armv8-linux.S
[1012/1321] Compiling sha1-armv8-win.S
[1013/1321] Compiling sha1-x86_64-apple.S
[1014/1321] Compiling sha1-armv8-apple.S
[1015/1321] Compiling sha1-x86_64-linux.S
[1016/1321] Compiling sha1-586-linux.S
[1017/1321] Compiling rsaz-avx2-apple.S
[1018/1321] Compiling rdrand-x86_64-apple.S
[1018/1321] Compiling rsaz-avx2-linux.S
[1020/1321] Compiling sha1-586-apple.S
[1021/1321] Compiling rdrand-x86_64-linux.S
[1022/1321] Compiling p256_beeu-x86_64-asm-linux.S
[1023/1321] Compiling p256_beeu-armv8-asm-apple.S
[1024/1321] Compiling p256_beeu-armv8-asm-win.S
[1025/1321] Compiling p256_beeu-x86_64-asm-apple.S
[1026/1321] Compiling p256_beeu-armv8-asm-linux.S
[1027/1321] Compiling p256-x86_64-asm-linux.S
[1028/1321] Compiling p256-armv8-asm-win.S
[1029/1321] Compiling p256-x86_64-asm-apple.S
[1030/1321] Compiling p256-armv8-asm-apple.S
[1031/1321] Compiling p256-armv8-asm-linux.S
[1032/1321] Compiling ghashv8-armv8-win.S
[1033/1321] Compiling ghashv8-armv8-linux.S
[1034/1321] Compiling ghashv8-armv7-linux.S
[1035/1321] Compiling ghashv8-armv8-apple.S
[1036/1321] Compiling ghash-x86_64-linux.S
[1037/1321] Compiling ghash-x86_64-apple.S
[1038/1321] Compiling ghash-x86-linux.S
[1039/1321] Compiling ghash-x86-apple.S
[1040/1321] Compiling ghash-ssse3-x86_64-linux.S
[1041/1321] Compiling ghash-ssse3-x86-linux.S
[1042/1321] Compiling ghash-ssse3-x86_64-apple.S
[1043/1321] Compiling ghash-ssse3-x86-apple.S
[1044/1321] Compiling ghash-neon-armv8-apple.S
[1045/1321] Compiling ghash-neon-armv8-linux.S
[1046/1321] Compiling ghash-neon-armv8-win.S
[1047/1321] Compiling co-586-linux.S
[1048/1321] Compiling ghash-armv4-linux.S
[1049/1321] Compiling bn-armv8-linux.S
[1050/1321] Compiling co-586-apple.S
[1051/1321] Compiling bn-armv8-win.S
[1052/1321] Compiling bsaes-armv7-linux.S
[1052/1321] Compiling bn-586-linux.S
[1052/1321] Compiling bn-armv8-apple.S
[1055/1321] Compiling armv8-mont-win.S
[1056/1321] Compiling armv8-mont-apple.S
[1057/1321] Compiling bn-586-apple.S
[1058/1321] Compiling armv4-mont-linux.S
[1059/1321] Compiling armv8-mont-linux.S
[1060/1321] Compiling aesv8-gcm-armv8-win.S
[1061/1321] Compiling aesv8-armv8-linux.S
[1062/1321] Compiling aesv8-gcm-armv8-apple.S
[1063/1321] Compiling aesv8-gcm-armv8-linux.S
[1064/1321] Compiling aesv8-armv8-apple.S
[1065/1321] Compiling aesv8-armv8-win.S
[1066/1321] Compiling aesv8-armv7-linux.S
[1067/1321] Compiling aesni-x86_64-apple.S
[1068/1321] Compiling aesni-gcm-x86_64-linux.S
[1069/1321] Compiling aesni-x86_64-linux.S
[1070/1321] Compiling aesni-gcm-x86_64-apple.S
[1071/1321] Compiling aesni-x86-linux.S
[1072/1321] Compiling aesni-x86-apple.S
[1073/1321] Compiling aes-gcm-avx10-x86_64-apple.S
[1074/1321] Compiling aes-gcm-avx10-x86_64-linux.S
[1075/1321] Compiling x_sig.cc
[1076/1321] Compiling x_spki.cc
[1077/1321] Compiling x_x509a.cc
[1078/1321] Compiling x_req.cc
[1079/1321] Compiling x_x509.cc
[1080/1321] Compiling x_val.cc
[1081/1321] Compiling c-nioatomics.c
[1082/1321] Compiling x_exten.cc
[1083/1321] Compiling x_crl.cc
[1084/1321] Compiling x_name.cc
[1085/1321] Compiling x_pubkey.cc
[1086/1321] Compiling x_attrib.cc
[1087/1321] Compiling x_all.cc
[1088/1321] Compiling x_algor.cc
[1089/1321] Compiling x509spki.cc
[1090/1321] Compiling c-atomics.c
[1091/1321] Compiling x509rset.cc
[1092/1321] Compiling x509name.cc
[1093/1327] Compiling x509_vpm.cc
[1094/1327] Compiling x509cset.cc
[1095/1327] Compiling x509_vfy.cc
[1097/1327] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1098/1327] Compiling NIOConcurrencyHelpers NIOLock.swift
[1098/1327] Compiling x509_v3.cc
[1099/1327] Compiling x509_txt.cc
[1101/1327] Compiling NIOConcurrencyHelpers lock.swift
[1102/1327] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1103/1327] Emitting module NIOConcurrencyHelpers
[1103/1327] Compiling x509_trs.cc
[1104/1327] Compiling x509_set.cc
[1106/1327] Compiling NIOConcurrencyHelpers atomics.swift
[1107/1328] Compiling x509_obj.cc
[1108/1328] Compiling x509_req.cc
[1109/1354] Compiling x509_lu.cc
[1110/1354] Compiling x509_ext.cc
[1111/1354] Compiling x509_def.cc
[1112/1354] Compiling x509_d2.cc
[1114/1354] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1115/1354] Compiling ConsoleKitTerminal ConsoleClear.swift
[1116/1354] Compiling ConsoleKitTerminal Console+Ask.swift
[1117/1354] Compiling ConsoleKitTerminal Console+Choose.swift
[1118/1357] Emitting module ConsoleKitTerminal
[1118/1357] Compiling x509_cmp.cc
[1119/1357] Compiling x509.cc
[1121/1357] Compiling ConsoleKitTerminal CustomActivity.swift
[1122/1357] Compiling ConsoleKitTerminal LoadingBar.swift
[1123/1357] Compiling ConsoleKitTerminal ProgressBar.swift
[1124/1357] Compiling ConsoleKitTerminal Console+Clear.swift
[1125/1357] Compiling ConsoleKitTerminal ActivityBar.swift
[1126/1357] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1127/1357] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1128/1357] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1128/1357] Compiling x509_att.cc
[1130/1357] Compiling ConsoleKitTerminal Console.swift
[1131/1357] Compiling ConsoleKitTerminal Terminal.swift
[1132/1357] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1133/1357] Compiling ConsoleKitTerminal ConsoleText.swift
[1134/1357] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1135/1357] Compiling ConsoleKitTerminal ANSI.swift
[1136/1357] Compiling ConsoleKitTerminal Console+Confirm.swift
[1137/1357] Compiling ConsoleKitTerminal Console+Input.swift
[1138/1357] Compiling ConsoleKitTerminal Console+Center.swift
[1139/1357] Compiling ConsoleKitTerminal Console+Output.swift
[1140/1357] Compiling ConsoleKitTerminal Console+Wait.swift
[1141/1357] Compiling ConsoleKitTerminal ConsoleColor.swift
[1142/1357] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1142/1357] Compiling v3_utl.cc
[1143/1357] Compiling v3_skey.cc
[1144/1357] Compiling v3_prn.cc
[1145/1357] Compiling v3_purp.cc
[1146/1357] Compiling v3_pmaps.cc
[1148/1357] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1149/1357] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1150/1357] Compiling ConsoleKitTerminal LoggerFragment.swift
[1150/1358] Compiling v3_pcons.cc
[1151/1358] Compiling v3_ocsp.cc
[1153/1358] Compiling v3_int.cc
[1154/1361] Compiling v3_ia5.cc
[1155/1380] Compiling v3_enum.cc
[1156/1380] Compiling v3_genn.cc
[1157/1380] Compiling v3_ncons.cc
[1158/1380] Compiling v3_extku.cc
[1159/1380] Compiling v3_lib.cc
[1160/1380] Compiling v3_info.cc
[1162/1380] Compiling ConsoleKitCommands CommandSignature.swift
[1163/1380] Compiling ConsoleKitCommands Flag.swift
[1164/1380] Compiling ConsoleKitCommands Option.swift
[1165/1382] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1166/1382] Compiling ConsoleKitCommands AsyncCommand.swift
[1167/1382] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1168/1382] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1169/1382] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1170/1382] Compiling ConsoleKitCommands Argument.swift
[1171/1382] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1172/1382] Compiling ConsoleKitCommands Utilities.swift
[1172/1382] Compiling v3_crld.cc
[1173/1382] Compiling v3_alt.cc
[1174/1382] Compiling v3_akeya.cc
[1175/1382] Compiling v3_bitst.cc
[1176/1382] Compiling v3_conf.cc
[1177/1382] Compiling v3_cpols.cc
[1178/1382] Compiling v3_bcons.cc
[1179/1382] Compiling t_x509.cc
[1180/1382] Compiling t_req.cc
[1181/1382] Compiling rsa_pss.cc
[1182/1382] Compiling v3_akey.cc
[1183/1382] Compiling t_x509a.cc
[1184/1382] Compiling t_crl.cc
[1186/1382] Compiling ConsoleKitCommands AsyncCommands.swift
[1187/1382] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1188/1382] Compiling ConsoleKitCommands AnyCommand.swift
[1189/1382] Compiling ConsoleKitCommands CommandGroup.swift
[1190/1382] Compiling ConsoleKitCommands CommandInput.swift
[1191/1382] Compiling ConsoleKitCommands Commands.swift
[1192/1382] Compiling ConsoleKitCommands Command.swift
[1193/1382] Compiling ConsoleKitCommands CommandContext.swift
[1194/1382] Compiling ConsoleKitCommands CommandError.swift
[1195/1382] Emitting module ConsoleKitCommands
[1196/1382] Compiling ConsoleKitCommands Console+Run.swift
[1197/1382] Compiling ConsoleKitCommands ConsoleError.swift
[1198/1382] Compiling ConsoleKitCommands Completion.swift
[1198/1383] Compiling policy.cc
[1200/1383] Compiling a_verify.cc
[1201/1383] Compiling i2d_pr.cc
[1203/1385] Emitting module ConsoleKit
[1204/1385] Compiling ConsoleKit Exports.swift
[1204/1386] Compiling name_print.cc
[1205/1386] Compiling algorithm.cc
[1207/1386] Compiling by_dir.cc
[1208/1386] Compiling by_file.cc
[1209/1386] Compiling asn1_gen.cc
[1210/1386] Compiling voprf.cc
[1211/1386] Compiling thread_win.cc
[1212/1386] Compiling thread_pthread.cc
[1213/1386] Compiling thread.cc
[1214/1386] Compiling a_sign.cc
[1215/1386] Compiling thread_none.cc
[1216/1386] Compiling a_digest.cc
[1217/1386] Compiling wots.cc
[1218/1386] Compiling trust_token.cc
[1219/1386] Compiling pmbtoken.cc
[1220/1386] Compiling slhdsa.cc
[1221/1386] Compiling stack.cc
[1222/1386] Compiling thash.cc
[1223/1386] Compiling siphash.cc
[1224/1386] Compiling merkle.cc
[1225/1386] Compiling fors.cc
[1226/1386] Compiling sha256.cc
[1227/1386] Compiling sha512.cc
[1228/1386] Compiling rsa_extra.cc
[1229/1386] Compiling rsa_print.cc
[1230/1386] Compiling refcount.cc
[1231/1386] Compiling sha1.cc
[1232/1386] Compiling rsa_asn1.cc
[1233/1386] Compiling rc4.cc
[1234/1386] Compiling rsa_crypt.cc
[1235/1386] Compiling windows.cc
[1236/1386] Compiling trusty.cc
[1237/1386] Compiling forkunsafe.cc
[1238/1386] Compiling rand_extra.cc
[1239/1386] Compiling ios.cc
[1240/1386] Compiling passive.cc
[1241/1386] Compiling urandom.cc
[1242/1386] Compiling getentropy.cc
[1243/1386] Compiling deterministic.cc
[1244/1386] Compiling poly1305_arm_asm.S
[1245/1386] Compiling fork_detect.cc
[1246/1386] Compiling poly1305_arm.cc
[1247/1386] Compiling pool.cc
[1248/1386] Compiling poly1305.cc
[1249/1386] Compiling poly1305_vec.cc
[1250/1386] Compiling pkcs7.cc
[1251/1386] Compiling pem_xaux.cc
[1252/1386] Compiling pem_pkey.cc
[1253/1386] Compiling pkcs8_x509.cc
[1254/1386] Compiling p5_pbev2.cc
[1255/1386] Compiling pkcs8.cc
[1256/1386] Compiling pkcs7_x509.cc
[1257/1386] Compiling pem_x509.cc
[1258/1386] Compiling pem_oth.cc
[1259/1386] Compiling pem_pk8.cc
[1260/1386] Compiling obj_xref.cc
[1261/1386] Compiling mldsa.cc
[1262/1386] Compiling pem_lib.cc
[1263/1386] Compiling obj.cc
[1264/1386] Compiling mlkem.cc
[1265/1386] Compiling pem_info.cc
[1266/1386] Compiling mem.cc
[1267/1386] Compiling md4.cc
[1268/1386] Compiling pem_all.cc
[1269/1386] Compiling md5.cc
[1270/1386] Compiling fips_shared_support.cc
[1271/1386] Compiling lhash.cc
[1272/1386] Compiling poly_rq_mul.S
[1273/1386] Compiling kyber.cc
[1274/1386] Compiling ex_data.cc
[1275/1386] Compiling sign.cc
[1276/1386] Compiling hrss.cc
[1277/1386] Compiling hpke.cc
[1278/1386] Compiling p_x25519_asn1.cc
[1279/1386] Compiling scrypt.cc
[1280/1386] Compiling p_x25519.cc
[1281/1386] Compiling pbkdf.cc
[1282/1386] Compiling print.cc
[1283/1386] Compiling p_rsa.cc
[1284/1386] Compiling p_rsa_asn1.cc
[1285/1386] Compiling p_ed25519.cc
[1286/1386] Compiling p_hkdf.cc
[1287/1386] Compiling p_ed25519_asn1.cc
[1288/1386] Compiling p_ec.cc
[1289/1386] Compiling p_ec_asn1.cc
[1290/1386] Compiling p_dh_asn1.cc
[1291/1386] Compiling p_dh.cc
[1292/1386] Compiling p_dsa_asn1.cc
[1293/1386] Compiling evp_asn1.cc
[1294/1386] Compiling evp_ctx.cc
[1295/1386] Compiling err.cc
[1296/1386] Compiling hash_to_curve.cc
[1297/1386] Compiling evp.cc
[1298/1386] Compiling engine.cc
[1299/1386] Compiling ecdh_extra.cc
[1300/1386] Compiling ecdsa_asn1.cc
[1301/1386] Compiling ec_derive.cc
[1302/1386] Compiling dh_asn1.cc
[1303/1386] Compiling dsa_asn1.cc
[1304/1386] Compiling dsa.cc
[1305/1386] Compiling params.cc
[1306/1386] Compiling ec_asn1.cc
[1306/1386] Compiling spake25519.cc
[1308/1386] Compiling des.cc
[1309/1386] Compiling digest_extra.cc
[1310/1386] Compiling x25519-asm-arm.S
[1311/1386] Compiling crypto.cc
[1312/1386] Compiling cpu_aarch64_win.cc
[1313/1386] Compiling curve25519.cc
[1314/1386] Compiling cpu_arm_freebsd.cc
[1315/1386] Compiling cpu_intel.cc
[1316/1386] Compiling cpu_arm_linux.cc
[1317/1386] Compiling cpu_aarch64_openbsd.cc
[1318/1386] Compiling cpu_aarch64_fuchsia.cc
[1319/1386] Compiling cpu_aarch64_sysreg.cc
[1320/1386] Compiling cpu_aarch64_linux.cc
[1321/1386] Compiling e_rc4.cc
[1322/1386] Compiling cpu_aarch64_apple.cc
[1323/1386] Compiling bcm.cc
[1324/1386] Compiling curve25519_64_adx.cc
[1325/1386] Compiling tls_cbc.cc
[1326/1386] Compiling conf.cc
[1327/1386] Compiling e_null.cc
[1328/1386] Compiling e_rc2.cc
[1329/1386] Compiling e_chacha20poly1305.cc
[1330/1386] Compiling e_des.cc
[1331/1386] Compiling e_tls.cc
[1332/1386] Compiling e_aesgcmsiv.cc
[1333/1386] Compiling derive_key.cc
[1334/1386] Compiling unicode.cc
[1335/1386] Compiling cipher_extra.cc
[1336/1386] Compiling chacha.cc
[1337/1386] Compiling e_aesctrhmac.cc
[1338/1386] Compiling ber.cc
[1339/1386] Compiling cbb.cc
[1340/1386] Compiling asn1_compat.cc
[1341/1386] Compiling buf.cc
[1342/1386] Compiling cbs.cc
[1343/1386] Compiling bn_asn1.cc
[1344/1386] Compiling blake2.cc
[1345/1386] Compiling convert.cc
[1346/1386] Compiling printf.cc
[1347/1386] Compiling errno.cc
[1348/1386] Compiling hexdump.cc
[1349/1386] Compiling pair.cc
[1350/1386] Compiling bio_mem.cc
[1351/1386] Compiling file.cc
[1352/1386] Compiling fd.cc
[1353/1386] Compiling base64.cc
[1354/1386] Compiling bio.cc
[1355/1386] Compiling tasn_typ.cc
[1356/1386] Compiling tasn_fre.cc
[1357/1386] Compiling tasn_utl.cc
[1358/1386] Compiling posix_time.cc
[1359/1386] Compiling f_string.cc
[1360/1386] Compiling tasn_enc.cc
[1361/1386] Compiling tasn_dec.cc
[1362/1386] Compiling tasn_new.cc
[1363/1386] Compiling f_int.cc
[1364/1386] Compiling a_utctm.cc
[1365/1386] Compiling asn_pack.cc
[1366/1386] Compiling asn1_par.cc
[1367/1386] Compiling a_time.cc
[1368/1386] Compiling asn1_lib.cc
[1369/1386] Compiling a_type.cc
[1370/1386] Compiling a_strnid.cc
[1371/1386] Compiling a_strex.cc
[1372/1386] Compiling a_octet.cc
[1373/1386] Compiling a_object.cc
[1374/1386] Compiling a_mbstr.cc
[1375/1386] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1376/1386] Compiling a_i2d_fp.cc
[1376/1386] Write sources
[1379/1386] Compiling a_int.cc
[1380/1386] Write sources
[1381/1386] Compiling a_dup.cc
[1382/1386] Compiling a_gentm.cc
[1383/1386] Compiling a_d2i_fp.cc
[1384/1483] Compiling a_bool.cc
[1385/1483] Compiling a_bitstr.cc
[1387/1483] Compiling Atomics ManagedAtomic.swift
[1388/1483] Compiling Atomics ManagedAtomicLazyReference.swift
[1389/1483] Compiling Atomics UnsafeAtomic.swift
[1390/1483] Compiling Atomics UnsafeAtomicLazyReference.swift
[1391/1483] Compiling Atomics AtomicMemoryOrderings.swift
[1392/1483] Compiling Atomics DoubleWord.swift
[1393/1493] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1394/1493] Compiling BitCollections BitSet+CustomReflectable.swift
[1395/1493] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1396/1493] Compiling BitCollections BitSet+Equatable.swift
[1397/1493] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1398/1493] Compiling BitCollections BitSet+Extras.swift
[1399/1493] Compiling BitCollections BitSet+Hashable.swift
[1400/1500] Compiling Algorithms Indexed.swift
[1401/1500] Compiling Algorithms Intersperse.swift
[1402/1500] Compiling Algorithms Joined.swift
[1403/1500] Compiling Atomics AtomicReference.swift
[1404/1500] Compiling Atomics AtomicStorage.swift
[1405/1500] Compiling Algorithms Compacted.swift
[1406/1500] Emitting module Atomics
[1407/1500] Compiling Atomics IntegerOperations.swift
[1408/1500] Compiling Atomics Unmanaged extensions.swift
[1409/1500] Emitting module BitCollections
[1410/1500] Compiling CryptoBoringWrapper RandomBytes.swift
[1411/1500] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1412/1500] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1413/1500] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1414/1500] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1415/1500] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1416/1500] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1417/1500] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1418/1500] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1419/1500] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1420/1500] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1421/1500] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1422/1500] Compiling BitCollections BitSet+SetAlgebra union.swift
[1423/1500] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1424/1500] Compiling BitCollections BitSet.Counted.swift
[1425/1500] Compiling BitCollections BitSet+Initializers.swift
[1426/1500] Compiling BitCollections BitSet+Invariants.swift
[1427/1500] Compiling BitCollections BitSet+Random.swift
[1428/1500] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1429/1500] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1430/1500] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1431/1500] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1432/1500] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1433/1500] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1434/1500] Compiling Algorithms Split.swift
[1435/1500] Compiling Algorithms Stride.swift
[1436/1500] Compiling Algorithms Suffix.swift
[1439/1500] Compiling Algorithms Rotate.swift
[1440/1503] Emitting module CryptoBoringWrapper
[1441/1503] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1448/1503] Compiling BitCollections BitSet.Index.swift
[1449/1503] Compiling BitCollections BitSet._UnsafeHandle.swift
[1450/1503] Compiling BitCollections BitSet.swift
[1451/1503] Compiling BitCollections Range+Utilities.swift
[1452/1503] Compiling BitCollections Slice+Utilities.swift
[1453/1503] Compiling BitCollections UInt+Tricks.swift
[1454/1503] Compiling BitCollections _Word.swift
[1455/1503] Compiling Algorithms Trim.swift
[1456/1503] Compiling Algorithms Unique.swift
[1457/1503] Compiling Algorithms Windows.swift
[1458/1503] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1459/1503] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1460/1503] Compiling CryptoBoringWrapper EllipticCurve.swift
[1462/1504] Compiling Algorithms AdjacentPairs.swift
[1463/1504] Compiling Algorithms Chain.swift
[1464/1504] Compiling Algorithms Chunked.swift
[1465/1504] Compiling Algorithms Combinations.swift
[1466/1504] Compiling Algorithms FlattenCollection.swift
[1467/1504] Compiling Algorithms Grouped.swift
[1487/1576] Compiling Crypto ASN1Integer.swift
[1488/1576] Compiling Crypto ASN1Null.swift
[1489/1576] Compiling Crypto ASN1OctetString.swift
[1490/1576] Compiling Crypto ASN1Strings.swift
[1491/1576] Compiling Crypto Cipher.swift
[1492/1576] Compiling Crypto Nonces.swift
[1493/1576] Compiling Crypto ASN1.swift
[1494/1576] Compiling Crypto ASN1Any.swift
[1495/1578] Compiling Collections Collections.swift
[1496/1578] Emitting module Collections
[1497/1579] Compiling Crypto AES-GCM.swift
[1498/1579] Compiling Crypto AES-GCM_boring.swift
[1499/1579] Compiling Crypto ChaChaPoly_boring.swift
[1500/1579] Compiling Crypto ChaChaPoly.swift
[1509/1580] Compiling Crypto SymmetricKeys.swift
[1510/1580] Compiling Crypto HMAC.swift
[1511/1580] Compiling Crypto MACFunctions.swift
[1512/1580] Compiling Crypto MessageAuthenticationCode.swift
[1513/1580] Compiling Crypto AES.swift
[1514/1580] Compiling Crypto ECDSASignature_boring.swift
[1515/1580] Compiling Crypto ECDSA_boring.swift
[1516/1580] Compiling Crypto EdDSA_boring.swift
[1517/1580] Compiling Crypto ECDSA.swift
[1518/1580] Compiling Crypto Ed25519.swift
[1519/1648] Compiling NIOCore MarkedCircularBuffer.swift
[1520/1648] Compiling NIOCore MulticastChannel.swift
[1521/1648] Compiling NIOCore NIOAny.swift
[1522/1648] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1523/1648] Compiling NIOCore NIOLoopBound.swift
[1524/1648] Compiling NIOCore NIOScheduledCallback.swift
[1525/1648] Compiling NIOCore NIOSendable.swift
[1526/1648] Compiling NIOCore RecvByteBufferAllocator.swift
[1527/1648] Compiling Crypto NISTCurvesKeys.swift
[1528/1648] Compiling Crypto X25519Keys.swift
[1529/1648] Emitting module Algorithms
[1531/1649] Emitting module Crypto
[1532/1649] Compiling NIOCore AddressedEnvelope.swift
[1533/1649] Compiling NIOCore AsyncAwaitSupport.swift
[1534/1649] Compiling NIOCore AsyncChannel.swift
[1535/1649] Compiling NIOCore AsyncChannelHandler.swift
[1536/1649] Compiling NIOCore AsyncChannelInboundStream.swift
[1537/1649] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1538/1649] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1539/1649] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1540/1649] Compiling NIOCore NIOAsyncWriter.swift
[1541/1649] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1542/1649] Compiling NIOCore EventLoop+Deprecated.swift
[1543/1649] Compiling NIOCore EventLoop+SerialExecutor.swift
[1544/1649] Compiling NIOCore GlobalSingletons.swift
[1545/1649] Compiling NIOCore IO.swift
[1546/1649] Compiling NIOCore IOData.swift
[1547/1649] Compiling NIOCore IPProtocol.swift
[1548/1649] Compiling NIOCore IntegerBitPacking.swift
[1549/1649] Compiling NIOCore IntegerTypes.swift
[1550/1649] Compiling NIOCore Interfaces.swift
[1551/1649] Compiling NIOCore Linux.swift
[1552/1649] Compiling NIOCore ByteBuffer-views.swift
[1553/1649] Compiling NIOCore Channel.swift
[1554/1649] Compiling NIOCore ChannelHandler.swift
[1555/1649] Compiling NIOCore ChannelHandlers.swift
[1556/1649] Compiling NIOCore ChannelInvoker.swift
[1557/1649] Compiling NIOCore ChannelOption.swift
[1558/1649] Compiling NIOCore EventLoop.swift
[1559/1649] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1560/1649] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1561/1649] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1562/1649] Compiling NIOCore EventLoopFuture.swift
[1563/1649] Compiling NIOCore FileDescriptor.swift
[1564/1649] Compiling NIOCore FileHandle.swift
[1565/1649] Compiling NIOCore FileRegion.swift
[1566/1649] Compiling NIOCore ChannelPipeline.swift
[1567/1649] Compiling NIOCore CircularBuffer.swift
[1568/1649] Compiling NIOCore Codec.swift
[1569/1649] Compiling NIOCore ConvenienceOptionSupport.swift
[1570/1649] Compiling NIOCore DeadChannel.swift
[1571/1649] Compiling NIOCore DispatchQueue+WithFuture.swift
[1572/1649] Compiling NIOCore BSDSocketAPI.swift
[1573/1649] Compiling NIOCore ByteBuffer-aux.swift
[1574/1649] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1575/1649] Compiling NIOCore ByteBuffer-conversions.swift
[1576/1649] Compiling NIOCore ByteBuffer-core.swift
[1577/1649] Compiling NIOCore ByteBuffer-hex.swift
[1578/1649] Compiling NIOCore ByteBuffer-int.swift
[1579/1649] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1580/1649] Compiling NIOCore ByteBuffer-multi-int.swift
[1581/1649] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1590/1657] Compiling Crypto Signature.swift
[1591/1657] Compiling Crypto CryptoKitErrors_boring.swift
[1592/1657] Compiling Crypto RNG_boring.swift
[1593/1657] Compiling Crypto SafeCompare_boring.swift
[1594/1657] Compiling Crypto Zeroization_boring.swift
[1595/1657] Compiling Crypto PrettyBytes.swift
[1596/1657] Compiling Crypto SafeCompare.swift
[1597/1657] Compiling Crypto SecureBytes.swift
[1598/1657] Compiling Crypto Zeroization.swift
[1616/1658] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1617/1658] Compiling NIOCore SocketAddresses.swift
[1618/1658] Compiling NIOCore SocketOptionProvider.swift
[1619/1658] Compiling NIOCore SystemCallHelpers.swift
[1620/1658] Compiling NIOCore TimeAmount+Duration.swift
[1621/1658] Compiling NIOCore TypeAssistedChannelHandler.swift
[1622/1658] Compiling NIOCore UniversalBootstrapSupport.swift
[1623/1658] Compiling NIOCore Utilities.swift
[1658/1658] Emitting module NIOCore
[1660/1710] Emitting module NIOEmbedded
[1661/1710] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1662/1710] Compiling NIOEmbedded AsyncTestingChannel.swift
[1663/1710] Compiling NIOEmbedded Embedded.swift
[1665/1711] Compiling NIOPosix SelectableChannel.swift
[1666/1711] Compiling NIOPosix SelectableEventLoop.swift
[1667/1711] Compiling NIOPosix SelectorEpoll.swift
[1668/1711] Compiling NIOPosix SelectorGeneric.swift
[1669/1711] Compiling NIOPosix SelectorKqueue.swift
[1670/1711] Compiling NIOPosix SelectorUring.swift
[1671/1711] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1672/1711] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1673/1711] Compiling NIOPosix PosixSingletons.swift
[1674/1711] Compiling NIOPosix RawSocketBootstrap.swift
[1675/1711] Compiling NIOPosix Resolver.swift
[1676/1711] Compiling NIOPosix Selectable.swift
[1677/1711] Compiling NIOPosix ServerSocket.swift
[1678/1711] Compiling NIOPosix Socket.swift
[1679/1711] Compiling NIOPosix SocketChannel.swift
[1680/1711] Compiling NIOPosix SocketProtocols.swift
[1681/1711] Compiling NIOPosix System.swift
[1682/1711] Compiling NIOPosix Thread.swift
[1683/1717] Emitting module NIOPosix
[1684/1717] Compiling NIOPosix BSDSocketAPICommon.swift
[1685/1717] Compiling NIOPosix BSDSocketAPIPosix.swift
[1686/1717] Compiling NIOPosix BSDSocketAPIWindows.swift
[1687/1717] Compiling NIOPosix BaseSocket.swift
[1688/1717] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1689/1717] Compiling NIOPosix BaseSocketChannel.swift
[1690/1717] Compiling NIOPosix BaseStreamSocketChannel.swift
[1691/1717] Compiling NIOPosix ThreadPosix.swift
[1692/1717] Compiling NIOPosix ThreadWindows.swift
[1693/1717] Compiling NIOPosix UnsafeTransfer.swift
[1694/1717] Compiling NIOPosix Utilities.swift
[1695/1717] Compiling NIOPosix VsockAddress.swift
[1696/1717] Compiling NIOPosix VsockChannelEvents.swift
[1697/1717] Compiling NIOPosix NIOThreadPool.swift
[1698/1717] Compiling NIOPosix NonBlockingFileIO.swift
[1699/1717] Compiling NIOPosix PendingDatagramWritesManager.swift
[1700/1717] Compiling NIOPosix PendingWritesManager.swift
[1701/1717] Compiling NIOPosix PipeChannel.swift
[1702/1717] Compiling NIOPosix PipePair.swift
[1703/1717] Compiling NIOPosix Pool.swift
[1704/1717] Compiling NIOPosix IO.swift
[1705/1717] Compiling NIOPosix IntegerBitPacking.swift
[1706/1717] Compiling NIOPosix IntegerTypes.swift
[1707/1717] Compiling NIOPosix Linux.swift
[1708/1717] Compiling NIOPosix LinuxCPUSet.swift
[1709/1717] Compiling NIOPosix LinuxUring.swift
[1710/1717] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1711/1717] Compiling NIOPosix Bootstrap.swift
[1712/1717] Compiling NIOPosix ControlMessage.swift
[1713/1717] Compiling NIOPosix DatagramVectorReadManager.swift
[1714/1717] Compiling NIOPosix Errors+Any.swift
[1715/1717] Compiling NIOPosix FileDescriptor.swift
[1716/1717] Compiling NIOPosix GetaddrinfoResolver.swift
[1717/1717] Compiling NIOPosix HappyEyeballs.swift
[1719/1777] Emitting module NIO
[1720/1777] Compiling NIO Exports.swift
[1721/1778] Compiling _NIOFileSystem Array+FileSystem.swift
[1722/1778] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1723/1778] Compiling _NIOFileSystem BufferedReader.swift
[1725/1780] Compiling _NIOFileSystem BufferedWriter.swift
[1726/1780] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1727/1780] Compiling _NIOFileSystem ByteCount.swift
[1728/1784] Compiling _NIOFileSystem FileHandleProtocol.swift
[1729/1784] Compiling _NIOFileSystem FileInfo.swift
[1730/1784] Compiling _NIOFileSystem FileSystem.swift
[1731/1819] Compiling _NIOFileSystem ParallelDirCopy.swift
[1732/1819] Compiling _NIOFileSystem ParallelRemoval.swift
[1733/1819] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1734/1819] Compiling _NIOFileSystem CInterop.swift
[1735/1819] Compiling _NIOFileSystem Errno.swift
[1736/1823] Compiling NIOTLS TLSEvents.swift
[1737/1823] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1738/1823] Emitting module NIOTLS
[1739/1823] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1740/1823] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1741/1823] Emitting module _NIOFileSystem
[1742/1823] Compiling AsyncKit Optional+StrictMap.swift
[1743/1823] Compiling AsyncKit Exports.swift
[1744/1823] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1745/1823] Compiling NIOSOCKS ClientStateMachine.swift
[1746/1824] Compiling NIOSOCKS Messages.swift
[1747/1824] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1748/1824] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1749/1824] Compiling NIOSOCKS SOCKSResponse.swift
[1750/1824] Compiling NIOTLS SNIHandler.swift
[1751/1824] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1752/1825] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1753/1825] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1754/1825] Emitting module NIOSOCKS
[1756/1825] Compiling NIOSOCKS ServerStateMachine.swift
[1757/1825] Compiling NIOSOCKS AuthenticationMethod.swift
[1758/1825] Compiling NIOSOCKS ClientGreeting.swift
[1759/1825] Compiling NIOSOCKS SOCKSClientHandler.swift
[1760/1825] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1763/1825] Compiling NIOSOCKS Errors.swift
[1764/1825] Compiling NIOSOCKS Helpers.swift
[1765/1826] Emitting module NIOHTTP1
[1767/1841] Compiling NIOSSL AndroidCABundle.swift
[1768/1841] Compiling NIOSSL ByteBufferBIO.swift
[1769/1841] Compiling NIOSSL CustomPrivateKey.swift
[1770/1841] Compiling NIOSSL IdentityVerification.swift
[1771/1841] Compiling NIOSSL LinuxCABundle.swift
[1772/1841] Compiling NIOSSL NIOSSLClientHandler.swift
[1773/1841] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1774/1841] Compiling NIOSSL NIOSSLHandler.swift
[1775/1841] Compiling NIOSSL NIOSSLServerHandler.swift
[1776/1841] Compiling NIOSSL ObjectIdentifier.swift
[1778/1857] Compiling NIOSSL PosixPort.swift
[1779/1857] Emitting module NIOFoundationCompat
[1780/1857] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1781/1858] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1782/1858] Compiling _NIOFileSystem Mocking.swift
[1783/1858] Compiling _NIOFileSystem Syscall.swift
[1784/1858] Compiling _NIOFileSystem Syscalls.swift
[1786/1858] Compiling NIOSSL SSLInit.swift
[1787/1858] Compiling NIOSSL SSLPKCS12Bundle.swift
[1792/1880] Emitting module NIOTransportServices
[1793/1882] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1794/1882] Compiling NIOTransportServices NIOTSSingletons.swift
[1795/1882] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1796/1882] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1797/1882] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1798/1882] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1799/1882] Compiling NIOTransportServices StateManagedChannel.swift
[1800/1882] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1801/1882] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1802/1882] Compiling NIOTransportServices NIOTSBootstraps.swift
[1805/1882] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1807/1882] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1808/1882] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1809/1882] Compiling NIOTransportServices NIOTSErrors.swift
[1812/1882] Compiling NIOTransportServices NIOTSEventLoop.swift
[1814/1882] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1815/1882] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1816/1882] Compiling NIOSSL SSLContext.swift
[1817/1882] Compiling NIOSSL NIOSSLSecureBytes.swift
[1818/1882] Compiling NIOTransportServices AcceptHandler.swift
[1819/1882] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1820/1882] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1821/1882] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1822/1882] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1823/1882] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1830/1883] Emitting module AsyncKit
[1838/1884] Compiling _NIOFileSystem SystemFileHandle.swift
[1839/1884] Compiling _NIOFileSystem Utilities.swift
[1840/1884] Compiling _NIOFileSystem OpenOptions.swift
[1841/1884] Compiling _NIOFileSystem String+FileSystem.swift
[1842/1912] Emitting module NIOSSL
[1843/1952] Compiling MultipartKit MultipartPart.swift
[1844/1952] Compiling MultipartKit MultipartPartConvertible.swift
[1849/1954] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1851/1954] Compiling NIOSSL RNG.swift
[1852/1954] Compiling NIOSSL SafeCompare.swift
[1853/1954] Compiling NIOSSL Zeroization.swift
[1854/1954] Compiling NIOWebSocket WebSocketOpcode.swift
[1855/1955] Compiling NIOExtras NIORequestIdentifiable.swift
[1856/1955] Compiling NIOExtras RequestResponseHandler.swift
[1857/1955] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1858/1955] Compiling NIOExtras PCAPRingBuffer.swift
[1859/1955] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1860/1955] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1861/1955] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1865/1955] Compiling MultipartKit BasicCodingKey.swift
[1866/1955] Emitting module NIOHTTPCompression
[1867/1955] Compiling NIOHPACK IndexedHeaderTable.swift
[1868/1955] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1870/1955] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1871/1955] Compiling NIOExtras NIOExtrasError.swift
[1872/1955] Compiling NIOHPACK IntegerCoding.swift
[1880/1958] Compiling NIOHTTPCompression HTTPCompression.swift
[1881/1958] Compiling NIOHTTPCompression HTTPDecompression.swift
[1882/1958] Compiling NIOExtras WritePCAPHandler.swift
[1883/1958] Compiling MultipartKit Utilities.swift
[1884/1958] Compiling NIOHPACK HuffmanTables.swift
[1886/1958] Compiling MultipartKit MultipartError.swift
[1887/1958] Compiling MultipartKit Exports.swift
[1888/1958] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1889/1958] Emitting module MultipartKit
[1890/1958] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1891/1958] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1892/1958] Compiling MultipartKit FormDataDecoder.swift
[1893/1958] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1894/1958] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1897/1958] Compiling NIOHPACK StaticHeaderTable.swift
[1902/1958] Compiling NIOHPACK HuffmanCoding.swift
[1903/1958] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1904/1958] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1905/1958] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1906/1958] Emitting module NIOHPACK
[1909/1960] Emitting module NIOWebSocket
[1912/1960] Emitting module NIOExtras
[1920/1960] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1921/1960] Compiling NIOWebSocket WebSocketFrame.swift
[1929/2021] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1930/2021] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1931/2021] Compiling NIOHTTP2 MayReceiveFrames.swift
[1932/2021] Compiling NIOHTTP2 ReceivingDataState.swift
[1933/2021] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1934/2021] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1935/2022] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1936/2022] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1937/2022] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1939/2026] Compiling NIOHTTP2 MaySendFrames.swift
[1940/2026] Compiling NIOHTTP2 SendingDataState.swift
[1941/2026] Compiling NIOHTTP2 SendingGoawayState.swift
[1942/2026] Compiling NIOHTTP2 HasRemoteSettings.swift
[1943/2026] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1944/2026] Compiling NIOHTTP2 QuiescingState.swift
[1945/2026] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1950/2026] Compiling NIOHTTP2 Error+Any.swift
[1951/2026] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1952/2026] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1953/2027] Compiling NIOFileSystem Exports.swift
[1954/2027] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1955/2027] Emitting module _NIOFileSystemFoundationCompat
[1956/2027] Emitting module NIOFileSystem
[1957/2027] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1964/2029] Compiling NIOHTTP2 SendingHeadersState.swift
[1965/2029] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1966/2029] Compiling NIOHTTP2 SendingRstStreamState.swift
[1967/2029] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1968/2029] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1969/2029] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1970/2029] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1971/2029] Compiling NIOHTTP2 HasLocalSettings.swift
[1976/2029] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1980/2038] Compiling NIOHTTP2 StateMachineResult.swift
[1981/2038] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1982/2038] Compiling NIOHTTP2 DOSHeuristics.swift
[1986/2038] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1987/2038] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1988/2046] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1989/2046] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1990/2046] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1991/2046] Compiling NIOHTTP2 HTTP2StreamID.swift
[1992/2046] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1993/2046] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1994/2046] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1995/2046] Compiling NIOHTTP2 InboundEventBuffer.swift
[1996/2046] Compiling NIOHTTP2 InboundWindowManager.swift
[1997/2046] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1998/2046] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1999/2046] Compiling NIOHTTP2 StreamChannelList.swift
[2000/2046] Compiling NIOHTTP2 StreamMap.swift
[2001/2046] Compiling NIOHTTP2 StreamStateMachine.swift
[2002/2046] Compiling NIOHTTP2 UnsafeTransfer.swift
[2003/2046] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2004/2046] Compiling WebSocketKit WebSocket+Connect.swift
[2005/2046] Compiling WebSocketKit Exports.swift
[2006/2046] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2007/2046] Emitting module WebSocketKit
[2008/2046] Compiling WebSocketKit WebSocket+Concurrency.swift
[2009/2046] Compiling WebSocketKit WebSocketHandler.swift
[2010/2046] Compiling WebSocketKit WebSocket.swift
[2011/2046] Compiling WebSocketKit WebSocketClient.swift
[2013/2047] Emitting module NIOHTTP2
[2033/2048] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2034/2048] Compiling NIOHTTP2 HTTP2Frame.swift
[2035/2048] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2036/2048] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2037/2048] Compiling NIOHTTP2 HTTP2PingData.swift
[2038/2048] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2039/2048] Compiling NIOHTTP2 HTTP2Settings.swift
[2040/2048] Compiling NIOHTTP2 HTTP2Stream.swift
[2041/2048] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2042/2048] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2043/2048] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2044/2048] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2045/2048] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2046/2048] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2047/2048] Compiling NIOHTTP2 HTTP2Error.swift
[2048/2048] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2050/2108] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2051/2108] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2052/2108] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2053/2108] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2054/2108] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2055/2108] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2056/2108] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2057/2108] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2058/2108] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2059/2116] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2060/2116] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2061/2116] Compiling AsyncHTTPClient Transaction.swift
[2062/2116] Compiling AsyncHTTPClient Base64.swift
[2063/2116] Compiling AsyncHTTPClient BasicAuth.swift
[2064/2116] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2065/2116] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2066/2116] Compiling AsyncHTTPClient ConnectionPool.swift
[2067/2116] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2068/2116] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2069/2116] Compiling AsyncHTTPClient ConnectionTarget.swift
[2070/2116] Compiling AsyncHTTPClient DeconstructedURL.swift
[2071/2116] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2072/2116] Compiling AsyncHTTPClient FoundationExtensions.swift
[2073/2116] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2074/2116] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2075/2116] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2076/2116] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2077/2116] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2078/2116] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2079/2116] Compiling AsyncHTTPClient HTTP1Connection.swift
[2080/2116] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2081/2116] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2082/2116] Compiling AsyncHTTPClient HTTP2Connection.swift
[2083/2116] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2084/2116] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2085/2116] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2086/2116] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2087/2116] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2088/2116] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2089/2116] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2090/2116] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2091/2116] Compiling AsyncHTTPClient RequestBodyLength.swift
[2092/2116] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2093/2116] Compiling AsyncHTTPClient RequestOptions.swift
[2094/2116] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2095/2116] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2096/2116] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2097/2116] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2098/2116] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2099/2116] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2100/2116] Compiling AsyncHTTPClient RequestBag.swift
[2101/2116] Compiling AsyncHTTPClient RequestValidation.swift
[2102/2116] Compiling AsyncHTTPClient SSLContextCache.swift
[2103/2116] Compiling AsyncHTTPClient Scheme.swift
[2104/2116] Compiling AsyncHTTPClient Singleton.swift
[2105/2116] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2106/2116] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2107/2116] Compiling AsyncHTTPClient Utils.swift
[2108/2116] Emitting module AsyncHTTPClient
[2109/2116] Compiling AsyncHTTPClient HTTPClient.swift
[2110/2116] Compiling AsyncHTTPClient HTTPHandler.swift
[2111/2116] Compiling AsyncHTTPClient LRUCache.swift
[2112/2116] Compiling AsyncHTTPClient NWErrorHandler.swift
[2113/2116] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2114/2116] Compiling AsyncHTTPClient TLSConfiguration.swift
[2115/2116] Compiling AsyncHTTPClient RedirectState.swift
[2116/2116] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2118/2286] Compiling Vapor Core.swift
[2119/2286] Compiling Vapor Running.swift
[2120/2286] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2121/2286] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2122/2286] Compiling Vapor DotEnvFile+load.swift
[2123/2286] Compiling Vapor Routes+caseInsenstive.swift
[2124/2286] Compiling Vapor Validatable+validate.swift
[2125/2286] Compiling Vapor Environment+Process.swift
[2126/2286] Compiling Vapor Environment+Secret.swift
[2127/2286] Compiling Vapor Environment.swift
[2128/2286] Compiling Vapor Abort.swift
[2129/2286] Compiling Vapor AbortError.swift
[2130/2286] Compiling Vapor DebuggableError.swift
[2131/2286] Compiling Vapor Demangler.swift
[2132/2286] Compiling Vapor ErrorSource.swift
[2133/2286] Compiling Vapor StackTrace.swift
[2134/2286] Compiling Vapor Exports.swift
[2135/2286] Compiling Vapor Application+HTTP.swift
[2136/2286] Compiling Vapor BasicResponder.swift
[2137/2286] Compiling Vapor BodyStream.swift
[2138/2286] Compiling Vapor Application+HTTP+Client.swift
[2139/2286] Compiling Vapor EventLoopHTTPClient.swift
[2140/2286] Compiling Vapor EndpointCache.swift
[2141/2286] Compiling Vapor HTTPMethod+String.swift
[2142/2310] Compiling Vapor AsyncBasicResponder.swift
[2143/2310] Compiling Vapor AsyncMiddleware.swift
[2144/2310] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2145/2310] Compiling Vapor AsyncSessionDriver.swift
[2146/2310] Compiling Vapor Authentication+Concurrency.swift
[2147/2310] Compiling Vapor Cache+Concurrency.swift
[2148/2310] Compiling Vapor Client+Concurrency.swift
[2149/2310] Compiling Vapor RequestBody+Concurrency.swift
[2150/2310] Compiling Vapor Responder+Concurrency.swift
[2151/2310] Compiling Vapor ResponseCodable+Concurrency.swift
[2152/2310] Compiling Vapor RoutesBuilder+Concurrency.swift
[2153/2310] Compiling Vapor ViewRenderer+Concurrency.swift
[2154/2310] Compiling Vapor WebSocket+Concurrency.swift
[2155/2310] Compiling Vapor ContainerGetPathExecutor.swift
[2156/2310] Compiling Vapor Content.swift
[2157/2310] Compiling Vapor ContentCoders.swift
[2158/2310] Compiling Vapor ContentConfiguration.swift
[2159/2310] Compiling Vapor ContentContainer.swift
[2160/2310] Compiling Vapor JSONCoder+Custom.swift
[2161/2310] Compiling Vapor JSONCoders+Content.swift
[2162/2310] Compiling Vapor PlaintextDecoder.swift
[2163/2310] Compiling Vapor PlaintextEncoder.swift
[2164/2310] Compiling Vapor URLQueryCoders.swift
[2165/2310] Compiling Vapor URLQueryContainer.swift
[2166/2334] Compiling Vapor HTTPServerResponseEncoder.swift
[2167/2334] Compiling Vapor HTTPServerUpgradeHandler.swift
[2168/2334] Compiling Vapor Logger+Report.swift
[2169/2334] Compiling Vapor LoggingSystem+Environment.swift
[2170/2334] Compiling Vapor Application+Middleware.swift
[2171/2334] Compiling Vapor CORSMiddleware.swift
[2172/2334] Compiling Vapor ErrorMiddleware.swift
[2173/2334] Compiling Vapor FileMiddleware.swift
[2174/2334] Compiling Vapor Middleware.swift
[2175/2334] Compiling Vapor MiddlewareConfiguration.swift
[2176/2334] Compiling Vapor ResponseCompressionMiddleware.swift
[2177/2334] Compiling Vapor RouteLoggingMiddleware.swift
[2178/2334] Compiling Vapor TracingMiddleware.swift
[2179/2334] Compiling Vapor File+Multipart.swift
[2180/2334] Compiling Vapor FormDataDecoder+Content.swift
[2181/2334] Compiling Vapor FormDataEncoder+Content.swift
[2182/2334] Compiling Vapor Application+Password.swift
[2183/2334] Compiling Vapor Application+Passwords.swift
[2184/2334] Compiling Vapor AsyncPasswordHasher.swift
[2185/2334] Compiling Vapor BcryptHasher.swift
[2186/2334] Compiling Vapor PasswordHasher.swift
[2187/2334] Compiling Vapor PlaintextHasher.swift
[2188/2334] Compiling Vapor Request+Password.swift
[2189/2334] Compiling Vapor Redirect.swift
[2190/2334] Compiling Vapor Application.swift
[2191/2334] Compiling Vapor AuthenticationCache.swift
[2192/2334] Compiling Vapor Authenticator.swift
[2193/2334] Compiling Vapor BasicAuthorization.swift
[2194/2334] Compiling Vapor BearerAuthorization.swift
[2195/2334] Compiling Vapor GuardMiddleware.swift
[2196/2334] Compiling Vapor RedirectMiddleware.swift
[2197/2334] Compiling Vapor SessionAuthenticatable.swift
[2198/2334] Compiling Vapor Bcrypt.swift
[2199/2334] Compiling Vapor Application+Cache.swift
[2200/2334] Compiling Vapor Cache.swift
[2201/2334] Compiling Vapor CacheExpirationTime.swift
[2202/2334] Compiling Vapor MemoryCache.swift
[2203/2334] Compiling Vapor Request+Cache.swift
[2204/2334] Compiling Vapor Application+Clients.swift
[2205/2334] Compiling Vapor Client.swift
[2206/2334] Compiling Vapor ClientRequest.swift
[2207/2334] Compiling Vapor ClientResponse.swift
[2208/2334] Compiling Vapor Request+Client.swift
[2209/2334] Compiling Vapor BootCommand.swift
[2210/2334] Compiling Vapor CommandContext+Application.swift
[2211/2334] Compiling Vapor RoutesCommand.swift
[2212/2334] Compiling Vapor ServeCommand.swift
[2213/2334] Compiling Vapor AnyResponse+Concurrency.swift
[2214/2334] Compiling Vapor Validator.swift
[2215/2334] Compiling Vapor ValidatorResult.swift
[2216/2334] Compiling Vapor And.swift
[2217/2334] Compiling Vapor Case.swift
[2218/2334] Compiling Vapor CharacterSet.swift
[2219/2334] Compiling Vapor Count.swift
[2220/2334] Compiling Vapor Custom.swift
[2221/2334] Compiling Vapor Email.swift
[2222/2334] Compiling Vapor Empty.swift
[2223/2334] Compiling Vapor In.swift
[2224/2334] Compiling Vapor Nil.swift
[2225/2334] Compiling Vapor NilIgnoring.swift
[2226/2334] Compiling Vapor Not.swift
[2227/2334] Compiling Vapor Or.swift
[2228/2334] Compiling Vapor Pattern.swift
[2229/2334] Compiling Vapor Range.swift
[2230/2334] Compiling Vapor URL.swift
[2231/2334] Compiling Vapor Valid.swift
[2232/2334] Compiling Vapor Application+Views.swift
[2233/2334] Compiling Vapor PlaintextRenderer.swift
[2234/2334] Compiling Vapor Request+View.swift
[2235/2334] Compiling Vapor View.swift
[2236/2334] Compiling Vapor ViewRenderer.swift
[2237/2334] Compiling Vapor _Deprecations.swift
[2238/2334] Compiling Vapor Bytes+Hex.swift
[2239/2334] Compiling Vapor Bytes+SecureCompare.swift
[2240/2334] Compiling Vapor Collection+Safe.swift
[2241/2334] Compiling Vapor DataProtocol+Copy.swift
[2242/2334] Compiling Vapor DecoderUnwrapper.swift
[2243/2334] Compiling Vapor DirectoryConfiguration.swift
[2244/2334] Compiling Vapor DotEnv.swift
[2245/2334] Compiling Vapor Extendable.swift
[2246/2334] Compiling Vapor File.swift
[2247/2334] Compiling Vapor FileIO.swift
[2248/2334] Compiling Vapor LifecycleHandler.swift
[2249/2334] Compiling Vapor OptionalType.swift
[2250/2334] Compiling Vapor RFC1123.swift
[2251/2334] Compiling Vapor SocketAddress+Hostname.swift
[2252/2334] Compiling Vapor Storage.swift
[2253/2334] Compiling Vapor String+IsIPAddress.swift
[2254/2334] Compiling Vapor Thread.swift
[2255/2334] Compiling Vapor URI.swift
[2256/2334] Compiling Vapor RangeResult.swift
[2257/2334] Compiling Vapor Validatable.swift
[2258/2334] Compiling Vapor Validation.swift
[2259/2334] Compiling Vapor ValidationKey.swift
[2260/2334] Compiling Vapor Validations.swift
[2261/2334] Compiling Vapor ValidationsError.swift
[2262/2334] Compiling Vapor Request+Body.swift
[2263/2334] Compiling Vapor Request+BodyStream.swift
[2264/2334] Compiling Vapor Request.swift
[2265/2334] Compiling Vapor Application+Responder.swift
[2266/2334] Compiling Vapor DefaultResponder.swift
[2267/2334] Compiling Vapor Response+Body.swift
[2268/2334] Compiling Vapor Response.swift
[2269/2334] Compiling Vapor ResponseCodable.swift
[2270/2334] Compiling Vapor Application+Routes.swift
[2271/2334] Compiling Vapor Parameters+Require.swift
[2272/2334] Compiling Vapor Request+WebSocket.swift
[2273/2334] Compiling Vapor Route.swift
[2274/2334] Compiling Vapor RouteCollection.swift
[2275/2334] Compiling Vapor Routes.swift
[2276/2334] Compiling Vapor RoutesBuilder+Group.swift
[2277/2334] Compiling Vapor RoutesBuilder+Method.swift
[2278/2334] Compiling Vapor RoutesBuilder+Middleware.swift
[2279/2334] Compiling Vapor RoutesBuilder+WebSocket.swift
[2280/2334] Compiling Vapor RoutesBuilder.swift
[2281/2334] Compiling Vapor OTP.swift
[2282/2334] Compiling Vapor Application+Servers.swift
[2283/2334] Compiling Vapor Server.swift
[2284/2334] Compiling Vapor App+Service.swift
[2285/2334] Compiling Vapor Req+Service.swift
[2286/2334] Compiling Vapor Service.swift
[2287/2334] Compiling Vapor Application+Sessions.swift
[2288/2334] Compiling Vapor MemorySessions.swift
[2289/2334] Compiling Vapor Request+Session.swift
[2290/2334] Compiling Vapor Session.swift
[2291/2334] Compiling Vapor SessionCache.swift
[2292/2334] Compiling Vapor SessionData.swift
[2293/2334] Compiling Vapor SessionDriver.swift
[2294/2334] Compiling Vapor SessionsConfiguration.swift
[2295/2334] Compiling Vapor SessionsMiddleware.swift
[2296/2334] Compiling Vapor URLEncodedFormData.swift
[2297/2334] Compiling Vapor URLEncodedFormDecoder.swift
[2298/2334] Compiling Vapor URLEncodedFormEncoder.swift
[2299/2334] Compiling Vapor URLEncodedFormError.swift
[2300/2334] Compiling Vapor URLEncodedFormParser.swift
[2301/2334] Compiling Vapor URLEncodedFormSerializer.swift
[2302/2334] Compiling Vapor URLQueryFragmentConvertible.swift
[2303/2334] Compiling Vapor AnyResponse.swift
[2304/2334] Compiling Vapor Array+Random.swift
[2305/2334] Compiling Vapor Base32.swift
[2306/2334] Compiling Vapor Base64.swift
[2307/2334] Compiling Vapor BaseN.swift
[2308/2334] Compiling Vapor BasicCodingKey.swift
[2309/2334] Compiling Vapor ByteCount.swift
[2310/2334] Emitting module Vapor
[2311/2334] Compiling Vapor HTTPStatus.swift
[2312/2334] Compiling Vapor HTTPCookies.swift
[2313/2334] Compiling Vapor HTTPHeaderCacheControl.swift
[2314/2334] Compiling Vapor HTTPHeaderExpires.swift
[2315/2334] Compiling Vapor HTTPHeaderLastModified.swift
[2316/2334] Compiling Vapor HTTPHeaders+Cache.swift
[2317/2334] Compiling Vapor HTTPHeaders+Connection.swift
[2318/2334] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2319/2334] Compiling Vapor HTTPHeaders+ContentRange.swift
[2320/2334] Compiling Vapor HTTPHeaders+Directive.swift
[2321/2334] Compiling Vapor HTTPHeaders+Forwarded.swift
[2322/2334] Compiling Vapor HTTPHeaders+Link.swift
[2323/2334] Compiling Vapor HTTPHeaders+Name.swift
[2324/2334] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2325/2334] Compiling Vapor HTTPHeaders.swift
[2326/2334] Compiling Vapor HTTPMediaType.swift
[2327/2334] Compiling Vapor HTTPMediaTypePreference.swift
[2328/2334] Compiling Vapor Responder.swift
[2329/2334] Compiling Vapor Application+HTTP+Server.swift
[2330/2334] Compiling Vapor HTTPServer.swift
[2331/2334] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2332/2334] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2333/2334] Compiling Vapor HTTPServerHandler.swift
[2334/2334] Compiling Vapor HTTPServerRequestDecoder.swift
[2336/2344] Compiling VaporTypedRoutes RoutesBuilderContext+Concurrency.swift
[2337/2345] Compiling VaporTypedRoutes TypedRequest+Query.swift
[2338/2345] Compiling VaporTypedRoutes TypedPathComponent.swift
[2339/2345] Emitting module VaporTypedRoutes
[2340/2345] Compiling VaporTypedRoutes RoutesBuilder+RouteContext.swift
[2341/2345] Compiling VaporTypedRoutes ResponseContext.swift
[2342/2345] Compiling VaporTypedRoutes QueryParam.swift
[2343/2345] Compiling VaporTypedRoutes ResponseBuilder.swift
[2344/2345] Compiling VaporTypedRoutes RouteContext.swift
[2345/2345] Compiling VaporTypedRoutes TypedRequest.swift
[2347/2356] Compiling VaporOpenAPI Sampleable+OpenAPIExample.swift
[2348/2357] Compiling VaporOpenAPI VaporPathComponent+OpenAPI.swift
[2349/2357] Compiling VaporOpenAPI Route+Metadata.swift
[2350/2357] 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:
[2351/2357] 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:
[2352/2357] Compiling VaporOpenAPI Exports.swift
[2353/2357] Compiling VaporOpenAPI QueryParam+OpenAPI.swift
[2354/2357] 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 |
[2355/2357] Compiling VaporOpenAPI VaporRoutes+OpenAPI.swift
[2356/2357] Compiling VaporOpenAPI VaporHttp+OpenAPI.swift
[2357/2357] Compiling VaporOpenAPI VaporRoute+OpenAPI.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
327 |
328 |
329 | extension OpenAPI.Document: Content { }
    | |- warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
330 |
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
327 |
328 |
329 | extension OpenAPI.Document: Content { }
    | `- warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
330 |
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:54:20: warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
 52 |         /// the `Version` enum. Other versions may or may not be decodable
 53 |         /// by OpenAPIKit to a certain extent.
 54 |         public var openAPIVersion: Version
    |                    `- warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Information about the API described by this OpenAPI Document.
    :
374 |     /// this enum. Other versions may or may not be decodable by
375 |     /// OpenAPIKit to a certain extent.
376 |     public enum Version: String, Codable {
    |                 `- note: consider making enum 'Version' conform to the 'Sendable' protocol
377 |         case v3_1_0 = "3.1.0"
378 |         case v3_1_1 = "3.1.1"
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:61:20: warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
 59 |         /// version of the API this document describes, not the OpenAPI
 60 |         /// Specification version), etc.
 61 |         public var info: Info
    |                    `- warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
 62 |
 63 |         /// An array of Server Objects, which provide connectivity information
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/DocumentInfo.swift:15:19: note: consider making struct 'Info' conform to the 'Sendable' protocol
 13 |     ///
 14 |     /// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
 15 |     public struct Info: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Info' conform to the 'Sendable' protocol
 16 |         public var title: String
 17 |         public var summary: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:74:20: warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
 72 |         ///     or operations but not at the root document level), use the
 73 |         ///     `allServers` property instead.
 74 |         public var servers: [Server]
    |                    `- warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// All paths defined by this API. This property maps the path of each
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Server.swift:16:19: note: consider making struct 'Server' conform to the 'Sendable' protocol
 14 |     /// See [OpenAPI Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#server-object).
 15 |     ///
 16 |     public struct Server: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Server' conform to the 'Sendable' protocol
 17 |         /// OpenAPI Server URLs can have variable placeholders in them.
 18 |         /// The `urlTemplate` can be asked for a well-formed Foundation
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:82:20: warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
 80 |         /// See the `routes` property for an array of equatable `Path`/`PathItem`
 81 |         /// pairs.
 82 |         public var paths: PathItem.Map
    |                    `- warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
 83 |
 84 |         /// Storage for components that need to be referenced elsewhere in the
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 18 | /// keys result in `Dictionary` encoding as a list of alternating
 19 | /// keys and values.
 20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
    |               `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 21 |     private var orderedKeys: [Key]
 22 |     private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:97:20: warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
 95 |         /// you still might want to consider using the Components Object for its impact
 96 |         /// on the JSON/YAML structure of your document once encoded.
 97 |         public var components: Components
    |                    `- warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
 98 |
 99 |         /// The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Components Object/Components.swift:18:19: note: consider making struct 'Components' conform to the 'Sendable' protocol
 16 |     /// This is a place to put reusable components to
 17 |     /// be referenced from other parts of the spec.
 18 |     public struct Components: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Components' conform to the 'Sendable' protocol
 19 |
 20 |         public var schemas: ComponentDictionary<JSONSchema>
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:104:20: warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
102 |         /// The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
103 |         /// See [OpenAPI Webhook Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#fixed-fields)
104 |         public var webhooks: OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>
    |                    `- warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
105 |
106 |         /// A declaration of which security mechanisms can be used across the API.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 18 | /// keys result in `Dictionary` encoding as a list of alternating
 19 | /// keys and values.
 20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
    |               `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
 21 |     private var orderedKeys: [Key]
 22 |     private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:123:20: warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
121 |         ///     explicit references to entries in the Components Object instead of `String`
122 |         ///     values.
123 |         public var security: [SecurityRequirement]
    |                    `- warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
124 |
125 |         /// A list of tags used by the specification with additional metadata.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:42:13: note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
 40 | /// `OpenAPI.Document`.
 41 | ///
 42 | public enum JSONReference<ReferenceType: ComponentDictionaryLocatable>: Equatable, Hashable, _OpenAPIReference {
    |             `- note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
 43 |     /// The reference is internal to the file.
 44 |     case `internal`(InternalReference)
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:132:20: warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
130 |         ///
131 |         /// - Important: Each tag name in the list MUST be unique.
132 |         public var tags: [Tag]?
    |                    `- warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
133 |
134 |         /// Additional external documentation.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Tag.swift:14:19: note: consider making struct 'Tag' conform to the 'Sendable' protocol
 12 |     ///
 13 |     /// See [OpenAPI Tag Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#tag-object).
 14 |     public struct Tag: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
 15 |         public let name: String
 16 |         public let description: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:135:20: warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
133 |
134 |         /// Additional external documentation.
135 |         public var externalDocs: ExternalDocumentation?
    |                    `- warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
136 |
137 |         /// Dictionary of vendor extensions.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:15:19: note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
 13 |     ///
 14 |     /// See [OpenAPI External Documentation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#external-documentation-object).
 15 |     public struct ExternalDocumentation: Equatable, CodableVendorExtendable {
    |                   `- note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
 16 |         public var description: String?
 17 |         public var url: URL
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:142:20: warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
140 |         /// `[ "x-extensionKey": <anything>]`
141 |         /// where the values are anything codable.
142 |         public var vendorExtensions: [String: AnyCodable]
    |                    `- warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
143 |
144 |         public init(
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:35:15: note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
 33 |  by declaring their contained type to be `AnyCodable`.
 34 |  */
 35 | public struct AnyCodable {
    |               `- note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
 36 |     public let value: Any
 37 |
Build complete! (407.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.86.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "vaportypedroutes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
    },
    {
      "identity" : "openapikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIKit.git"
    },
    {
      "identity" : "openapireflection",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
    }
  ],
  "manifest_display_name" : "VaporOpenAPI",
  "name" : "VaporOpenAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporOpenAPI",
      "targets" : [
        "VaporOpenAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporOpenAPITests",
      "module_type" : "SwiftTarget",
      "name" : "VaporOpenAPITests",
      "path" : "Tests/VaporOpenAPITests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "VaporOpenAPITests.swift"
      ],
      "target_dependencies" : [
        "VaporOpenAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporOpenAPI",
      "module_type" : "SwiftTarget",
      "name" : "VaporOpenAPI",
      "path" : "Sources/VaporOpenAPI",
      "product_dependencies" : [
        "Vapor",
        "VaporTypedRoutes",
        "OpenAPIKit",
        "OpenAPIReflection"
      ],
      "product_memberships" : [
        "VaporOpenAPI"
      ],
      "sources" : [
        "ContentConfiguration+JSONEncoder.swift",
        "EventLoopFuture+OpenAPI.swift",
        "Exports.swift",
        "QueryParam+OpenAPI.swift",
        "Route+Metadata.swift",
        "Sampleable+OpenAPIExample.swift",
        "VaporHttp+OpenAPI.swift",
        "VaporPathComponent+OpenAPI.swift",
        "VaporRoute+OpenAPI.swift",
        "VaporRoutes+OpenAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.