The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 11

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 0.7.0
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
 * tag               0.7.0      -> FETCH_HEAD
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 0.7.0
========================================
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-3":/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/VaporTypedRoutes.git
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
Fetching https://github.com/vapor/vapor.git
[1/362] Fetching openapireflection
[363/560] Fetching openapireflection, vaportypedroutes
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (0.26s)
[1/74337] Fetching vapor
[14126/152831] Fetching vapor, openapikit
Fetched https://github.com/mattpolzin/VaporTypedRoutes.git from cache (4.10s)
Fetched https://github.com/vapor/vapor.git from cache (4.15s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (4.18s)
Computing version for https://github.com/mattpolzin/VaporTypedRoutes.git
Computed https://github.com/mattpolzin/VaporTypedRoutes.git at 0.10.0 (6.49s)
Computing version for https://github.com/mattpolzin/OpenAPIReflection.git
Computed https://github.com/mattpolzin/OpenAPIReflection.git at 2.0.1 (0.51s)
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.17s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (0.64s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.0 (0.52s)
Fetching https://github.com/jpsim/Yams.git
[1/10449] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.14s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (2.64s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.01s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[1064/2768] Fetching swift-service-context, swift-atomics
[1116/7742] Fetching swift-service-context, swift-atomics, swift-distributed-tracing
[1641/10950] Fetching swift-service-context, swift-atomics, swift-distributed-tracing, multipart-kit
[3438/16853] Fetching swift-service-context, swift-atomics, swift-distributed-tracing, multipart-kit, swift-algorithms
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.84s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
[2701/6876] Fetching swift-service-context, multipart-kit, websocket-kit
[3457/9082] Fetching swift-service-context, multipart-kit, websocket-kit, swift-metrics
[4133/14806] Fetching swift-service-context, multipart-kit, websocket-kit, swift-metrics, swift-nio-extras
[5618/18642] Fetching swift-service-context, multipart-kit, websocket-kit, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/vapor/websocket-kit.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Fetching https://github.com/apple/swift-nio.git
[8436/9995] Fetching swift-service-context, multipart-kit, swift-nio-extras
[8437/21499] Fetching swift-service-context, multipart-kit, swift-nio-extras, swift-nio-http2
[12527/36308] Fetching swift-service-context, multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[16623/111877] Fetching swift-service-context, multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.19s)
Fetching https://github.com/vapor/routing-kit.git
[1/20727] Fetching routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (9.57s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (8.26s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (8.28s)
Fetched https://github.com/vapor/multipart-kit.git from cache (9.63s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (4.62s)
Fetched https://github.com/apple/swift-nio.git from cache (8.31s)
[1/5485] Fetching console-kit
[5486/7855] Fetching console-kit, async-kit
[7856/21713] Fetching console-kit, async-kit, swift-crypto
[10212/35678] Fetching console-kit, async-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (2.00s)
Fetched https://github.com/vapor/console-kit.git from cache (2.04s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.35s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.93s)
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.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.12s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4367] Fetching swift-system
[2753/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.49s)
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.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
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.05s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.23s)
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 (2.03s)
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.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
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.60s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.04s)
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.50s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.61s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.67s)
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.67s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.84s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.16s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.99s)
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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/mattpolzin/VaporTypedRoutes.git
Working copy of https://github.com/mattpolzin/VaporTypedRoutes.git resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.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-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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/836] Write sources
[47/836] Compiling CNIOWASI CNIOWASI.c
[47/836] Compiling CNIOWindows shim.c
[47/836] Compiling CNIOWindows WSAStartup.c
[50/836] Write sources
[58/836] Compiling CNIOLinux liburing_shims.c
[59/836] Compiling _NumericsShims _NumericsShims.c
[59/836] Compiling CVaporBcrypt blf.c
[61/836] Compiling _AtomicsShims.c
[62/836] Compiling CNIOLinux shim.c
[63/836] Compiling CSystem shims.c
[64/836] Compiling CNIOSHA1 c_nio_sha1.c
[65/836] Compiling CNIODarwin shim.c
[66/836] Compiling CNIOLLHTTP c_nio_http.c
[67/836] Compiling CNIOExtrasZlib empty.c
[68/836] Compiling fiat_p256_adx_mul.S
[69/836] Compiling CNIOLLHTTP c_nio_api.c
[70/836] Compiling fiat_p256_adx_sqr.S
[71/836] Write swift-version-24593BA9C3E375BF.txt
[72/836] Compiling CVaporBcrypt bcrypt.c
[73/836] Compiling fiat_curve25519_adx_square.S
[74/836] Compiling fiat_curve25519_adx_mul.S
[75/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/840] Compiling CNIOBoringSSLShims shims.c
[77/875] Compiling tls_method.cc
[79/885] Emitting module SystemPackage
[79/888] Compiling tls_record.cc
[80/888] Compiling tls13_server.cc
[82/926] Emitting module RealModule
[83/927] Compiling RealModule ElementaryFunctions.swift
[84/927] Compiling OpenAPIKitCore AnyCodable.swift
[85/927] Compiling OpenAPIKitCore Either+Codable.swift
[86/927] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[87/927] Compiling OpenAPIKitCore Either.swift
[88/927] Emitting module ServiceContextModule
[89/927] Compiling RealModule Real.swift
[90/927] Compiling RealModule Float80+Real.swift
[91/927] Emitting module _NIOBase64
[92/927] Compiling _NIOBase64 Base64.swift
[93/927] Compiling OpenAPIKitCore OAuthFlows.swift
[94/927] Compiling OpenAPIKitCore ParameterContextLocation.swift
[95/927] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[96/927] Compiling OpenAPIKitCore Path.swift
[97/927] Compiling OpenAPIKitCore ResponseStatusCode.swift
[98/927] Compiling OpenAPIKitCore SecurityScheme.swift
[99/928] Compiling RealModule Float+Real.swift
[100/928] Compiling _NIODataStructures PriorityQueue.swift
[101/928] Compiling _NIODataStructures _TinyArray.swift
[102/928] Compiling RealModule Float16+Real.swift
[103/928] Compiling ServiceContextModule ServiceContextKey.swift
[104/928] Compiling ServiceContextModule ServiceContext.swift
[105/928] Compiling RealModule RealFunctions.swift
[106/930] Emitting module Sampleable
[107/930] Compiling Sampleable Sampleable.swift
[112/931] Compiling OpenAPIKitCore InconsistencyError.swift
[113/931] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[114/931] Compiling OpenAPIKitCore OpenAPIError.swift
[115/931] Compiling OpenAPIKitCore OpenAPIWarning.swift
[116/931] Compiling OpenAPIKitCore CodingPathError.swift
[117/931] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[118/931] Compiling OpenAPIKitCore DiggingError.swift
[119/931] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[124/931] Emitting module OpenAPIKitCore
[125/974] Compiling Atomics ManagedAtomicLazyReference.swift
[126/974] Compiling Atomics AtomicMemoryOrderings.swift
[127/974] Compiling Atomics DoubleWord.swift
[128/974] Compiling OpenAPIKitCore JSONTypeFormat.swift
[129/975] Compiling Atomics ManagedAtomic.swift
[131/982] Compiling Atomics UnsafeAtomic.swift
[132/982] Compiling Atomics UnsafeAtomicLazyReference.swift
[133/982] Compiling Atomics AtomicStorage.swift
[134/982] Compiling Atomics AtomicValue.swift
[135/982] Compiling Instrumentation Instrument.swift
[136/982] Compiling Atomics AtomicBool.swift
[137/982] Compiling Atomics IntegerConformances.swift
[138/982] Compiling Atomics PointerConformances.swift
[139/982] Compiling Atomics Primitives.native.swift
[140/982] Compiling Atomics AtomicReference.swift
[146/982] Emitting module Instrumentation
[147/982] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[148/982] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[149/982] Compiling Instrumentation NoOpInstrument.swift
[150/982] Compiling Instrumentation MultiplexInstrument.swift
[151/982] Compiling Atomics OptionalRawRepresentable.swift
[152/982] Compiling Atomics RawRepresentable.swift
[154/982] Compiling Atomics Primitives.shims.swift
[155/982] Compiling Atomics AtomicInteger.swift
[156/982] Compiling Atomics AtomicOptionalWrappable.swift
[163/984] Emitting module CoreMetrics
[164/984] Compiling Instrumentation Locks.swift
[165/984] Compiling Instrumentation InstrumentationSystem.swift
[166/985] Compiling Logging MetadataProvider.swift
[167/985] Emitting module InternalCollectionsUtilities
[168/985] Compiling Logging Locks.swift
[175/985] Compiling Atomics IntegerOperations.swift
[176/985] Compiling Atomics Unmanaged extensions.swift
[181/985] Emitting module _NIODataStructures
[182/985] Compiling _NIODataStructures Heap.swift
[187/985] Compiling OpenAPIKitCore Shared.swift
[188/985] Compiling OpenAPIKitCore CallbackURL.swift
[189/985] Compiling OpenAPIKitCore ComponentKey.swift
[190/985] Compiling OpenAPIKitCore ContentType.swift
[192/987] Compiling Logging LogHandler.swift
[193/987] Compiling Logging Logging.swift
[194/987] Emitting module Logging
[195/987] Compiling CoreMetrics Locks.swift
[196/987] Compiling CoreMetrics Metrics.swift
[211/990] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[212/990] Compiling OpenAPIKitCore Optional+Zip.swift
[213/990] Compiling OpenAPIKitCore Result+Value.swift
[214/990] Compiling OpenAPIKitCore Validatable.swift
[218/990] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[219/990] Compiling OpenAPIKitCore URLTemplate.swift
[223/1015] Compiling Algorithms AdjacentPairs.swift
[224/1015] Compiling Algorithms Chain.swift
[225/1015] Compiling Algorithms Chunked.swift
[226/1015] Compiling Algorithms Combinations.swift
[227/1015] Compiling Algorithms Compacted.swift
[229/1153] Compiling RoutingKit PathComponent.swift
[230/1153] Emitting module RoutingKit
[231/1153] Compiling Tracing TracingTime.swift
[232/1153] Compiling RoutingKit AnyRouter.swift
[233/1153] Compiling RoutingKit Parameters.swift
[234/1153] Compiling RoutingKit Router.swift
[235/1153] Compiling RoutingKit TrieRouter.swift
[236/1154] Compiling Tracing Tracer.swift
[237/1154] Compiling Tracing TracerProtocol+Legacy.swift
[238/1154] Compiling Tracing TracerProtocol.swift
[239/1154] Compiling Tracing NoOpTracer.swift
[240/1154] Compiling Tracing InstrumentationSystem+Tracing.swift
[241/1154] Emitting module Tracing
[242/1154] Compiling Tracing SpanProtocol.swift
[245/1217] Compiling Metrics Metrics.swift
[246/1217] Compiling OpenAPIKit Content.swift
[247/1217] Compiling OpenAPIKit ContentEncoding.swift
[248/1217] Compiling OpenAPIKit DereferencedContent.swift
[249/1217] Compiling OpenAPIKit Parameter.swift
[250/1217] Compiling OpenAPIKit ParameterContext.swift
[251/1217] Compiling OpenAPIKit ParameterSchemaContext.swift
[252/1217] Compiling OpenAPIKit DereferencedPathItem.swift
[253/1224] Emitting module Metrics
[254/1225] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[255/1225] Compiling OpenAPIKit DereferencedJSONSchema.swift
[256/1225] Compiling OpenAPIKit JSONSchema+Combining.swift
[257/1225] Compiling OpenAPIKit JSONSchema.swift
[258/1225] Compiling OpenAPIKit JSONSchemaContext.swift
[259/1225] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[260/1225] Compiling OpenAPIKit TypesAndFormats.swift
[261/1225] Compiling OpenAPIKit DereferencedParameter.swift
[262/1225] Compiling OpenAPIKit DereferencedSchemaContext.swift
[263/1225] Compiling OpenAPIKit DereferencedContentEncoding.swift
[264/1225] Compiling OpenAPIKit ResolvedDocument.swift
[265/1225] Compiling OpenAPIKit Either+Convenience.swift
[266/1225] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[267/1228] Compiling tls13_enc.cc
[271/1234] Compiling OpenAPIKit DereferencedDocument.swift
[272/1234] Compiling OpenAPIKit Document.swift
[273/1234] Compiling OpenAPIKit DocumentInfo.swift
[277/1235] Compiling OpenAPIKit JSONReference.swift
[278/1235] Compiling OpenAPIKit Link.swift
[279/1235] Compiling OpenAPIKit OpenAPI.swift
[280/1235] Compiling OpenAPIKit DereferencedOperation.swift
[281/1235] Compiling OpenAPIKit Operation.swift
[282/1235] Compiling OpenAPIKit ResolvedEndpoint.swift
[283/1235] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[284/1311] Compiling tls13_client.cc
[286/1311] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[287/1311] Compiling HashTreeCollections _HashNode+Structural union.swift
[288/1311] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[289/1311] Compiling HashTreeCollections _HashNode.swift
[290/1311] Compiling HashTreeCollections _HashNodeHeader.swift
[291/1311] Compiling HashTreeCollections _HashSlot.swift
[292/1311] Compiling HeapModule Heap+Descriptions.swift
[293/1311] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[294/1311] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[295/1311] Compiling HashTreeCollections _HashNode+Structural filter.swift
[296/1311] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[297/1311] Emitting module Atomics
[298/1311] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[299/1311] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[300/1311] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[301/1311] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[302/1311] Compiling HashTreeCollections _RawHashNode.swift
[303/1311] Compiling HashTreeCollections _UnmanagedHashNode.swift
[304/1311] Compiling HashTreeCollections _UnsafePath.swift
[305/1311] Compiling HashTreeCollections TreeDictionary+Codable.swift
[306/1311] Compiling HashTreeCollections TreeDictionary+Collection.swift
[307/1311] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[308/1311] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[309/1311] Compiling HashTreeCollections _HashNode+Debugging.swift
[310/1311] Compiling HashTreeCollections _HashNode+Initializers.swift
[311/1311] Compiling HashTreeCollections _HashNode+Invariants.swift
[312/1311] Compiling HashTreeCollections _HashNode+Lookups.swift
[313/1311] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[314/1311] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[315/1311] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[316/1311] Compiling HashTreeCollections TreeDictionary+Filter.swift
[318/1312] Compiling HeapModule _HeapNode.swift
[319/1327] Compiling DequeModule Deque+Equatable.swift
[320/1327] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[321/1327] Compiling DequeModule Deque+Extras.swift
[322/1327] Compiling DequeModule Deque+Hashable.swift
[323/1327] Compiling DequeModule Deque+Testing.swift
[324/1327] Compiling DequeModule Deque._Storage.swift
[325/1327] Compiling DequeModule Deque._UnsafeHandle.swift
[326/1327] Compiling DequeModule Deque.swift
[327/1327] Compiling HeapModule Heap.swift
[328/1327] Compiling DequeModule _DequeBuffer.swift
[329/1327] Compiling DequeModule _DequeBufferHeader.swift
[330/1329] Compiling DequeModule Deque+CustomReflectable.swift
[331/1329] Compiling DequeModule Deque+Descriptions.swift
[332/1329] Emitting module HeapModule
[335/1329] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[336/1329] Compiling HashTreeCollections _AncestorHashSlots.swift
[337/1329] Compiling HashTreeCollections _Bitmap.swift
[338/1329] Compiling HashTreeCollections _Bucket.swift
[339/1329] Compiling HashTreeCollections _Hash.swift
[340/1329] Compiling HashTreeCollections _HashLevel.swift
[341/1329] Compiling HashTreeCollections _HashNode+Builder.swift
[347/1329] Compiling DequeModule _DequeSlot.swift
[348/1329] Compiling DequeModule _UnsafeWrappedBuffer.swift
[349/1329] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[350/1329] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[353/1338] Compiling HeapModule Heap+UnsafeHandle.swift
[354/1338] Compiling HeapModule Heap+Invariants.swift
[362/1339] Compiling HashTreeCollections TreeDictionary+Keys.swift
[363/1339] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[364/1339] Compiling HashTreeCollections TreeDictionary+Merge.swift
[365/1339] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[366/1339] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[367/1339] Compiling HashTreeCollections TreeDictionary+Values.swift
[368/1339] Compiling HashTreeCollections TreeDictionary.swift
[369/1339] Compiling HashTreeCollections TreeSet+Codable.swift
[370/1339] Compiling HashTreeCollections TreeSet+Collection.swift
[371/1339] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[372/1339] Compiling HashTreeCollections TreeSet+Debugging.swift
[373/1339] Compiling HashTreeCollections TreeSet+Descriptions.swift
[374/1339] Compiling HashTreeCollections TreeSet+Equatable.swift
[375/1339] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[376/1339] Compiling HashTreeCollections TreeSet+Extras.swift
[377/1339] Compiling HashTreeCollections TreeSet+Filter.swift
[378/1339] Compiling HashTreeCollections TreeSet+Hashable.swift
[379/1339] Compiling HashTreeCollections TreeSet+Sendable.swift
[387/1339] Compiling _RopeModule Rope+Join.swift
[388/1339] Compiling _RopeModule Rope+MutatingForEach.swift
[389/1339] Compiling _RopeModule Rope+Remove.swift
[390/1339] Compiling _RopeModule Rope+RemoveSubrange.swift
[391/1339] Compiling _RopeModule Rope+Split.swift
[392/1339] Compiling _RopeModule Optional Utilities.swift
[393/1339] Compiling _RopeModule String Utilities.swift
[394/1339] Compiling _RopeModule String.Index+ABI.swift
[395/1349] Compiling DequeModule Deque+Codable.swift
[396/1349] Compiling DequeModule Deque+Collection.swift
[398/1349] Compiling HashTreeCollections _HashStack.swift
[399/1349] Compiling HashTreeCollections _HashTreeIterator.swift
[400/1349] Compiling HashTreeCollections _HashTreeStatistics.swift
[451/1349] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[452/1349] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[458/1349] Compiling tls13_both.cc
[460/1349] Emitting module _RopeModule
[461/1349] Emitting module OpenAPIKit
[462/1357] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[463/1357] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[464/1357] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[465/1357] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[466/1357] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[467/1357] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[468/1357] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[469/1357] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[470/1357] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[471/1357] Compiling HashTreeCollections TreeSet.swift
[472/1357] Emitting module OrderedCollections
[474/1358] Emitting module DequeModule
[475/1359] Emitting module Algorithms
[497/1360] Compiling t1_enc.cc
[508/1361] Compiling ssl_versions.cc
[568/1361] Compiling ssl_x509.cc
[570/1361] Emitting module HashTreeCollections
[570/1362] Compiling ssl_transcript.cc
[572/1362] Compiling ssl_stat.cc
[582/1362] Compiling ssl_privkey.cc
[584/1362] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[585/1362] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[586/1362] Compiling OpenAPIKit Validation+Builtins.swift
[587/1362] Compiling OpenAPIKit Validation.swift
[588/1362] Compiling OpenAPIKit Validator+Convenience.swift
[589/1362] Compiling OpenAPIKit Validator.swift
[590/1362] Compiling OpenAPIKit XML.swift
[591/1362] Compiling OpenAPIKit _CoreReExport.swift
[591/1362] Compiling ssl_session.cc
[600/1362] Compiling ssl_key_share.cc
[601/1362] Compiling ssl_lib.cc
[602/1362] Compiling ssl_file.cc
[603/1362] Compiling ssl_cipher.cc
[604/1362] Compiling ssl_credential.cc
[605/1362] Compiling ssl_buffer.cc
[606/1362] Compiling ssl_cert.cc
[625/1371] Emitting module OpenAPIReflection
[626/1371] Compiling OpenAPIReflection Date+OpenAPI.swift
[627/1371] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[628/1371] Compiling OpenAPIReflection SchemaProtocols.swift
[629/1371] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[630/1371] Compiling OpenAPIReflection Optional+ZipWith.swift
[631/1371] Compiling OpenAPIReflection OpenAPI+Errors.swift
[632/1371] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[632/1372] Compiling ssl_aead_ctx.cc
[634/1372] Compiling ssl_asn1.cc
[635/1372] Compiling s3_both.cc
[636/1372] Compiling s3_pkt.cc
[637/1372] Compiling s3_lib.cc
[638/1372] Compiling handshake_client.cc
[639/1372] Compiling handshake_server.cc
[640/1372] Compiling handoff.cc
[641/1372] Compiling handshake.cc
[642/1372] Compiling dtls_record.cc
[643/1372] Compiling dtls_method.cc
[644/1372] Compiling md5-x86_64-linux.S
[645/1372] Compiling encrypted_client_hello.cc
[646/1372] Compiling md5-x86_64-apple.S
[647/1372] Compiling md5-586-linux.S
[648/1372] Compiling md5-586-apple.S
[649/1372] Compiling d1_srtp.cc
[650/1372] Compiling chacha20_poly1305_x86_64-linux.S
[651/1372] Compiling chacha20_poly1305_armv8-win.S
[652/1372] Compiling chacha20_poly1305_x86_64-apple.S
[653/1372] Compiling extensions.cc
[654/1372] Compiling chacha20_poly1305_armv8-linux.S
[655/1372] Compiling chacha20_poly1305_armv8-apple.S
[656/1372] Compiling chacha-x86_64-linux.S
[657/1372] Compiling chacha-x86_64-apple.S
[658/1372] Compiling chacha-x86-linux.S
[659/1372] Compiling chacha-x86-apple.S
[660/1372] Compiling chacha-armv8-linux.S
[661/1372] Compiling chacha-armv8-win.S
[662/1372] Compiling err_data.cc
[663/1372] Compiling chacha-armv8-apple.S
[664/1372] Compiling chacha-armv4-linux.S
[665/1372] Compiling aes128gcmsiv-x86_64-apple.S
[666/1372] Compiling aes128gcmsiv-x86_64-linux.S
[667/1372] Compiling x86_64-mont5-linux.S
[668/1372] Compiling x86_64-mont-linux.S
[669/1372] Compiling x86_64-mont5-apple.S
[670/1372] Compiling d1_pkt.cc
[671/1372] Compiling x86_64-mont-apple.S
[672/1372] Compiling x86-mont-linux.S
[673/1372] Compiling vpaes-x86_64-linux.S
[674/1372] Compiling x86-mont-apple.S
[675/1372] Compiling vpaes-x86_64-apple.S
[676/1372] Compiling vpaes-x86-linux.S
[677/1372] Compiling vpaes-x86-apple.S
[678/1372] Compiling vpaes-armv8-win.S
[679/1372] Compiling vpaes-armv8-linux.S
[680/1372] Compiling vpaes-armv8-apple.S
[681/1372] Compiling vpaes-armv7-linux.S
[682/1372] Compiling sha512-x86_64-linux.S
[683/1372] Compiling sha512-x86_64-apple.S
[684/1372] Compiling sha512-armv8-win.S
[685/1372] Compiling sha512-armv8-linux.S
[686/1372] Compiling sha512-armv8-apple.S
[687/1372] Compiling bio_ssl.cc
[688/1372] Compiling sha512-armv4-linux.S
[689/1372] Compiling sha512-586-linux.S
[690/1372] Compiling sha512-586-apple.S
[691/1372] Compiling sha256-armv8-win.S
[692/1372] Compiling sha256-x86_64-apple.S
[693/1372] Compiling sha256-x86_64-linux.S
[694/1372] Compiling sha256-armv8-linux.S
[695/1372] Compiling sha256-586-linux.S
[696/1372] Compiling sha256-armv8-apple.S
[697/1372] Compiling sha256-586-apple.S
[698/1372] Compiling sha256-armv4-linux.S
[699/1372] Compiling sha1-x86_64-linux.S
[700/1372] Compiling sha1-x86_64-apple.S
[701/1372] Compiling sha1-armv8-win.S
[702/1372] Compiling sha1-586-linux.S
[703/1372] Compiling sha1-armv4-large-linux.S
[704/1372] Compiling sha1-armv8-apple.S
[705/1372] Compiling sha1-armv8-linux.S
[706/1372] Compiling sha1-586-apple.S
[707/1372] Compiling rdrand-x86_64-linux.S
[708/1372] Compiling rdrand-x86_64-apple.S
[709/1372] Compiling rsaz-avx2-linux.S
[710/1372] Compiling rsaz-avx2-apple.S
[711/1372] Compiling p256_beeu-x86_64-asm-linux.S
[712/1372] Compiling p256_beeu-x86_64-asm-apple.S
[713/1372] Compiling p256_beeu-armv8-asm-linux.S
[714/1372] Compiling p256_beeu-armv8-asm-win.S
[715/1372] Compiling p256_beeu-armv8-asm-apple.S
[716/1372] Compiling p256-x86_64-asm-apple.S
[716/1372] Compiling p256-x86_64-asm-linux.S
[718/1372] Compiling ghashv8-armv8-win.S
[719/1372] Compiling p256-armv8-asm-win.S
[720/1372] Compiling p256-armv8-asm-apple.S
[721/1372] Compiling p256-armv8-asm-linux.S
[722/1372] Compiling ghashv8-armv8-linux.S
[723/1372] Compiling ghashv8-armv8-apple.S
[724/1372] Compiling ghashv8-armv7-linux.S
[725/1372] Compiling ghash-x86-linux.S
[726/1372] Compiling ghash-x86_64-apple.S
[727/1372] Compiling ghash-x86_64-linux.S
[728/1372] Compiling ghash-x86-apple.S
[729/1372] Compiling ghash-ssse3-x86-linux.S
[730/1372] Compiling ghash-ssse3-x86_64-linux.S
[731/1372] Compiling ghash-ssse3-x86_64-apple.S
[732/1372] Compiling ghash-neon-armv8-win.S
[733/1372] Compiling ghash-ssse3-x86-apple.S
[734/1372] Compiling ghash-neon-armv8-linux.S
[735/1372] Compiling ghash-neon-armv8-apple.S
[736/1372] Compiling ghash-armv4-linux.S
[737/1372] Compiling co-586-apple.S
[738/1372] Compiling bsaes-armv7-linux.S
[739/1372] Compiling co-586-linux.S
[740/1372] Compiling bn-armv8-linux.S
[741/1372] Compiling bn-armv8-win.S
[742/1372] Compiling bn-586-linux.S
[742/1372] Compiling bn-armv8-apple.S
[744/1372] Compiling d1_lib.cc
[745/1372] Compiling bn-586-apple.S
[746/1372] Compiling armv8-mont-win.S
[747/1372] Compiling armv8-mont-linux.S
[748/1372] Compiling aesv8-gcm-armv8-win.S
[749/1372] Compiling armv8-mont-apple.S
[750/1372] Compiling aesv8-gcm-armv8-linux.S
[751/1372] Compiling armv4-mont-linux.S
[752/1372] Compiling aesv8-armv8-win.S
[753/1372] Compiling aesv8-gcm-armv8-apple.S
[754/1372] Compiling aesv8-armv8-linux.S
[755/1372] Compiling aesv8-armv7-linux.S
[756/1372] Compiling aesv8-armv8-apple.S
[757/1372] Compiling aesni-x86_64-apple.S
[758/1372] Compiling aesni-x86_64-linux.S
[759/1372] Compiling aesni-x86-apple.S
[760/1372] Compiling aesni-x86-linux.S
[761/1372] Compiling aesni-gcm-x86_64-linux.S
[762/1372] Compiling aesni-gcm-x86_64-apple.S
[763/1372] Compiling aes-gcm-avx2-x86_64-linux.S
[764/1372] Compiling d1_both.cc
[765/1372] Compiling aes-gcm-avx2-x86_64-apple.S
[766/1372] Compiling aes-gcm-avx10-x86_64-apple.S
[767/1372] Compiling aes-gcm-avx10-x86_64-linux.S
[768/1372] Compiling x_x509a.cc
[769/1372] Compiling x_sig.cc
[770/1372] Compiling x_name.cc
[771/1372] Compiling x_val.cc
[772/1372] Compiling x_spki.cc
[773/1372] Compiling x_x509.cc
[774/1372] Compiling x_req.cc
[775/1372] Compiling x_pubkey.cc
[776/1372] Compiling x_crl.cc
[777/1372] Compiling x_exten.cc
[778/1372] Compiling x509spki.cc
[779/1372] Compiling x509cset.cc
[780/1372] Compiling x_attrib.cc
[781/1372] Compiling x_algor.cc
[782/1372] Compiling x_all.cc
[783/1372] Compiling x509rset.cc
[784/1372] Compiling x509name.cc
[785/1372] Compiling x509_vpm.cc
[786/1372] Compiling x509_vfy.cc
[787/1372] Compiling x509_v3.cc
[788/1372] Compiling x509_txt.cc
[789/1372] Compiling x509_req.cc
[790/1372] Compiling x509_set.cc
[791/1372] Compiling x509_trs.cc
[792/1372] Compiling x509_obj.cc
[793/1372] Compiling x509_lu.cc
[794/1372] Compiling x509.cc
[795/1372] Compiling x509_def.cc
[796/1372] Compiling x509_ext.cc
[797/1372] Compiling x509_cmp.cc
[798/1372] Compiling x509_d2.cc
[799/1372] Compiling x509_att.cc
[800/1372] Compiling v3_utl.cc
[801/1372] Compiling v3_purp.cc
[802/1372] Compiling v3_prn.cc
[803/1372] Compiling v3_ocsp.cc
[804/1372] Compiling v3_skey.cc
[805/1372] Compiling v3_pmaps.cc
[806/1372] Compiling v3_pcons.cc
[807/1372] Compiling v3_int.cc
[808/1372] Compiling v3_ncons.cc
[809/1372] Compiling v3_ia5.cc
[810/1372] Compiling v3_info.cc
[811/1372] Compiling v3_genn.cc
[812/1372] Compiling v3_lib.cc
[813/1372] Compiling v3_extku.cc
[814/1372] Compiling v3_enum.cc
[815/1372] Compiling v3_bitst.cc
[816/1372] Compiling v3_bcons.cc
[817/1372] Compiling v3_cpols.cc
[818/1372] Compiling v3_alt.cc
[819/1372] Compiling v3_crld.cc
[820/1372] Compiling v3_conf.cc
[821/1372] Compiling t_crl.cc
[822/1372] Compiling v3_akeya.cc
[823/1372] Compiling v3_akey.cc
[824/1372] Compiling name_print.cc
[825/1372] Compiling t_x509a.cc
[826/1372] Compiling t_x509.cc
[827/1372] Compiling i2d_pr.cc
[828/1372] Compiling t_req.cc
[829/1372] Compiling asn1_gen.cc
[830/1372] Compiling by_dir.cc
[831/1372] Compiling a_sign.cc
[832/1372] Compiling rsa_pss.cc
[833/1372] Compiling policy.cc
[834/1372] Compiling a_digest.cc
[835/1372] Compiling by_file.cc
[836/1372] Compiling thread_win.cc
[837/1372] Compiling thread_pthread.cc
[838/1372] Compiling a_verify.cc
[839/1372] Compiling algorithm.cc
[840/1372] Compiling thread.cc
[841/1372] Compiling voprf.cc
[842/1372] Compiling thread_none.cc
[843/1372] Compiling trust_token.cc
[844/1372] Compiling pmbtoken.cc
[845/1372] Compiling stack.cc
[846/1372] Compiling siphash.cc
[847/1372] Compiling sha256.cc
[848/1372] Compiling sha512.cc
[849/1372] Compiling sha1.cc
[850/1372] Compiling spake2plus.cc
[851/1372] Compiling rsa_print.cc
[852/1372] Compiling slhdsa.cc
[853/1372] Compiling rsa_extra.cc
[854/1372] Compiling refcount.cc
[855/1372] Compiling rc4.cc
[856/1372] Compiling urandom.cc
[857/1372] Compiling rsa_crypt.cc
[858/1372] Compiling trusty.cc
[859/1372] Compiling windows.cc
[860/1372] Compiling rand.cc
[861/1372] Compiling rsa_asn1.cc
[862/1372] Compiling passive.cc
[863/1372] Compiling ios.cc
[864/1372] Compiling deterministic.cc
[865/1372] Compiling poly1305_arm_asm.S
[866/1372] Compiling getentropy.cc
[867/1372] Compiling forkunsafe.cc
[868/1372] Compiling fork_detect.cc
[869/1372] Compiling poly1305_arm.cc
[870/1372] Compiling poly1305_vec.cc
[871/1372] Compiling poly1305.cc
[872/1372] Compiling p5_pbev2.cc
[873/1372] Compiling pool.cc
[874/1372] Compiling pem_pk8.cc
[875/1372] Compiling pkcs7.cc
[876/1372] Compiling pkcs8.cc
[877/1372] Compiling pkcs8_x509.cc
[878/1372] Compiling pem_xaux.cc
[879/1372] Compiling pem_pkey.cc
[880/1372] Compiling pkcs7_x509.cc
[881/1372] Compiling pem_x509.cc
[882/1372] Compiling mlkem.cc
[883/1372] Compiling pem_oth.cc
[884/1372] Compiling obj.cc
[885/1372] Compiling mldsa.cc
[886/1372] Compiling mem.cc
[887/1372] Compiling obj_xref.cc
[888/1372] Compiling pem_lib.cc
[889/1372] Compiling pem_info.cc
[890/1372] Compiling md4.cc
[891/1372] Compiling lhash.cc
[892/1372] Compiling md5.cc
[893/1372] Compiling poly_rq_mul.S
[894/1372] Compiling fips_shared_support.cc
[895/1372] Compiling pem_all.cc
[896/1372] Compiling kyber.cc
[897/1372] Compiling hrss.cc
[898/1372] Compiling print.cc
[899/1372] Compiling ex_data.cc
[900/1372] Compiling sign.cc
[901/1372] Compiling scrypt.cc
[902/1372] Compiling hpke.cc
[903/1372] Compiling pbkdf.cc
[904/1372] Compiling p_x25519.cc
[905/1372] Compiling p_x25519_asn1.cc
[906/1372] Compiling p_rsa_asn1.cc
[907/1372] Compiling p_ed25519.cc
[908/1372] Compiling p_hkdf.cc
[909/1372] Compiling p_ec.cc
[910/1372] Compiling p_rsa.cc
[911/1372] Compiling bcm.cc
[912/1372] Compiling p_ed25519_asn1.cc
[913/1372] Compiling p_dh_asn1.cc
[914/1372] Compiling p_ec_asn1.cc
[915/1372] Compiling p_dh.cc
[916/1372] Compiling p_dsa_asn1.cc
[917/1372] Compiling evp_ctx.cc
[918/1372] Compiling engine.cc
[919/1372] Compiling err.cc
[920/1372] Compiling evp_asn1.cc
[921/1372] Compiling evp.cc
[922/1372] Compiling ecdh.cc
[923/1372] Compiling hash_to_curve.cc
[924/1372] Compiling ec_derive.cc
[925/1372] Compiling ecdsa_asn1.cc
[926/1372] Compiling dsa_asn1.cc
[927/1372] Compiling dsa.cc
[928/1372] Compiling ec_asn1.cc
[929/1372] Compiling params.cc
[930/1372] Compiling x25519-asm-arm.S
[931/1372] Compiling digest_extra.cc
[932/1372] Compiling des.cc
[933/1372] Compiling crypto.cc
[934/1372] Compiling dh_asn1.cc
[935/1372] Compiling cpu_intel.cc
[936/1372] Compiling spake25519.cc
[937/1372] Compiling cpu_arm_linux.cc
[938/1372] Compiling cpu_arm_freebsd.cc
[939/1372] Compiling curve25519.cc
[940/1372] Compiling cpu_aarch64_openbsd.cc
[941/1372] Compiling cpu_aarch64_win.cc
[942/1372] Compiling cpu_aarch64_sysreg.cc
[943/1372] Compiling cpu_aarch64_fuchsia.cc
[944/1372] Compiling curve25519_64_adx.cc
[945/1372] Compiling cpu_aarch64_linux.cc
[946/1372] Compiling cpu_aarch64_apple.cc
[947/1372] Compiling conf.cc
[948/1372] Compiling get_cipher.cc
[949/1372] Compiling e_rc4.cc
[950/1372] Compiling tls_cbc.cc
[951/1372] Compiling e_tls.cc
[952/1372] Compiling e_null.cc
[953/1372] Compiling e_des.cc
[954/1372] Compiling e_rc2.cc
[955/1372] Compiling e_chacha20poly1305.cc
[956/1372] Compiling derive_key.cc
[957/1372] Compiling chacha.cc
[958/1372] Compiling e_aesctrhmac.cc
[959/1372] Compiling e_aesgcmsiv.cc
[960/1372] Compiling unicode.cc
[961/1372] Compiling buf.cc
[962/1372] Compiling ber.cc
[963/1372] Compiling cbb.cc
[964/1372] Compiling asn1_compat.cc
[965/1372] Compiling cbs.cc
[966/1372] Compiling bn_asn1.cc
[967/1372] Compiling printf.cc
[968/1372] Compiling convert.cc
[969/1372] Compiling blake2.cc
[970/1372] Compiling pair.cc
[971/1372] Compiling socket.cc
[972/1372] Compiling socket_helper.cc
[973/1372] Compiling fd.cc
[974/1372] Compiling file.cc
[975/1372] Compiling hexdump.cc
[976/1372] Compiling errno.cc
[977/1372] Compiling connect.cc
[978/1372] Compiling bio_mem.cc
[979/1372] Compiling bio.cc
[980/1372] Compiling base64.cc
[981/1372] Compiling tasn_fre.cc
[982/1372] Compiling posix_time.cc
[983/1372] Compiling tasn_enc.cc
[984/1372] Compiling tasn_typ.cc
[985/1372] Compiling f_string.cc
[986/1372] Compiling tasn_utl.cc
[987/1372] Compiling asn_pack.cc
[988/1372] Compiling tasn_new.cc
[989/1372] Compiling f_int.cc
[990/1372] Compiling asn1_par.cc
[991/1372] Compiling tasn_dec.cc
[992/1372] Compiling a_utctm.cc
[993/1372] Compiling a_strnid.cc
[994/1372] Compiling a_octet.cc
[995/1372] Compiling asn1_lib.cc
[996/1372] Compiling a_time.cc
[997/1372] Compiling a_type.cc
[998/1372] Compiling a_strex.cc
[999/1372] Compiling a_dup.cc
[1000/1372] Compiling a_i2d_fp.cc
[1001/1372] Compiling a_object.cc
[1002/1372] Compiling a_mbstr.cc
[1003/1372] Compiling a_d2i_fp.cc
[1004/1372] Compiling fiat_p256_adx_sqr.S
[1005/1372] Compiling fiat_p256_adx_mul.S
[1006/1372] Compiling a_gentm.cc
[1007/1372] Compiling a_int.cc
[1008/1372] Compiling fiat_curve25519_adx_mul.S
[1009/1372] Compiling fiat_curve25519_adx_square.S
[1010/1372] Compiling md5-x86_64-linux.S
[1011/1372] Compiling md5-x86_64-apple.S
[1012/1372] Compiling md5-586-linux.S
[1013/1372] Compiling md5-586-apple.S
[1014/1372] Compiling chacha20_poly1305_x86_64-apple.S
[1015/1372] Compiling chacha20_poly1305_x86_64-linux.S
[1016/1372] Compiling chacha20_poly1305_armv8-linux.S
[1017/1372] Compiling chacha20_poly1305_armv8-win.S
[1018/1372] Compiling a_bitstr.cc
[1019/1372] Compiling chacha20_poly1305_armv8-apple.S
[1020/1372] Compiling CCryptoBoringSSLShims shims.c
[1021/1372] Compiling a_bool.cc
[1022/1372] Compiling chacha-x86_64-linux.S
[1023/1372] Compiling chacha-x86_64-apple.S
[1024/1372] Compiling chacha-x86-apple.S
[1025/1372] Compiling chacha-armv8-linux.S
[1026/1372] Compiling chacha-x86-linux.S
[1027/1372] Compiling err_data.cc
[1028/1372] Compiling chacha-armv8-apple.S
[1029/1372] Compiling chacha-armv8-win.S
[1030/1372] Compiling chacha-armv4-linux.S
[1031/1372] Compiling aes128gcmsiv-x86_64-linux.S
[1032/1372] Compiling aes128gcmsiv-x86_64-apple.S
[1033/1372] Compiling x86_64-mont5-apple.S
[1034/1372] Compiling x86_64-mont-linux.S
[1035/1372] Compiling x86_64-mont5-linux.S
[1035/1372] Compiling x86_64-mont-apple.S
[1037/1372] Compiling x86-mont-linux.S
[1038/1372] Compiling x86-mont-apple.S
[1039/1372] Compiling vpaes-x86_64-linux.S
[1040/1372] Compiling vpaes-x86_64-apple.S
[1041/1372] Compiling vpaes-x86-apple.S
[1042/1372] Compiling vpaes-x86-linux.S
[1043/1372] Compiling vpaes-armv8-win.S
[1044/1372] Compiling vpaes-armv8-apple.S
[1045/1372] Compiling vpaes-armv8-linux.S
[1046/1372] Compiling vpaes-armv7-linux.S
[1047/1372] Compiling sha512-x86_64-apple.S
[1048/1372] Compiling sha512-armv8-win.S
[1049/1372] Compiling sha512-x86_64-linux.S
[1050/1372] Compiling sha512-586-linux.S
[1051/1372] Compiling sha512-armv8-apple.S
[1052/1372] Compiling sha512-armv8-linux.S
[1053/1372] Compiling sha512-586-apple.S
[1053/1372] Compiling sha512-armv4-linux.S
[1055/1372] Compiling sha256-x86_64-apple.S
[1056/1372] Compiling sha256-armv8-win.S
[1057/1372] Compiling sha256-armv8-linux.S
[1058/1372] Compiling sha256-armv4-linux.S
[1059/1372] Compiling sha256-x86_64-linux.S
[1060/1372] Compiling sha256-armv8-apple.S
[1061/1372] Compiling sha256-586-linux.S
[1062/1372] Compiling sha256-586-apple.S
[1063/1372] Compiling sha1-armv8-win.S
[1064/1372] Compiling sha1-x86_64-apple.S
[1065/1372] Compiling sha1-armv8-linux.S
[1066/1372] Compiling sha1-armv4-large-linux.S
[1067/1372] Compiling sha1-armv8-apple.S
[1068/1372] Compiling sha1-586-linux.S
[1069/1372] Compiling sha1-586-apple.S
[1070/1372] Compiling sha1-x86_64-linux.S
[1071/1372] Compiling rdrand-x86_64-linux.S
[1072/1372] Compiling rsaz-avx2-apple.S
[1073/1372] Compiling rsaz-avx2-linux.S
[1074/1372] Compiling p256_beeu-x86_64-asm-linux.S
[1075/1372] Compiling rdrand-x86_64-apple.S
[1076/1372] Compiling p256_beeu-x86_64-asm-apple.S
[1077/1372] Compiling p256_beeu-armv8-asm-win.S
[1078/1372] Compiling p256_beeu-armv8-asm-linux.S
[1079/1372] Compiling p256_beeu-armv8-asm-apple.S
[1080/1372] Compiling p256-x86_64-asm-apple.S
[1081/1372] Compiling p256-armv8-asm-win.S
[1082/1372] Compiling p256-x86_64-asm-linux.S
[1083/1372] Compiling p256-armv8-asm-linux.S
[1084/1372] Compiling p256-armv8-asm-apple.S
[1085/1372] Compiling ghashv8-armv8-linux.S
[1086/1372] Compiling ghashv8-armv8-win.S
[1087/1372] Compiling ghashv8-armv8-apple.S
[1088/1372] Compiling ghashv8-armv7-linux.S
[1089/1372] Compiling ghash-x86-linux.S
[1090/1372] Compiling ghash-x86_64-apple.S
[1091/1372] Compiling ghash-x86_64-linux.S
[1092/1372] Compiling ghash-x86-apple.S
[1093/1372] Compiling ghash-ssse3-x86_64-apple.S
[1094/1372] Compiling ghash-ssse3-x86_64-linux.S
[1095/1372] Compiling ghash-ssse3-x86-linux.S
[1096/1372] Compiling ghash-ssse3-x86-apple.S
[1097/1372] Compiling ghash-neon-armv8-win.S
[1098/1372] Compiling ghash-neon-armv8-linux.S
[1099/1372] Compiling ghash-neon-armv8-apple.S
[1100/1372] Compiling ghash-armv4-linux.S
[1101/1372] Compiling co-586-linux.S
[1102/1372] Compiling bn-armv8-win.S
[1103/1372] Compiling co-586-apple.S
[1104/1372] Compiling bsaes-armv7-linux.S
[1105/1372] Compiling bn-armv8-apple.S
[1106/1372] Compiling bn-586-linux.S
[1107/1372] Compiling bn-armv8-linux.S
[1108/1372] Compiling armv8-mont-win.S
[1109/1372] Compiling bn-586-apple.S
[1110/1372] Compiling armv4-mont-linux.S
[1111/1372] Compiling aesv8-gcm-armv8-win.S
[1112/1372] Compiling armv8-mont-apple.S
[1113/1372] Compiling armv8-mont-linux.S
[1114/1372] Compiling aesv8-gcm-armv8-linux.S
[1115/1372] Compiling aesv8-armv8-win.S
[1115/1372] Compiling aesv8-gcm-armv8-apple.S
[1117/1372] Compiling aesv8-armv8-linux.S
[1118/1372] Compiling aesv8-armv8-apple.S
[1119/1372] Compiling aesv8-armv7-linux.S
[1120/1372] Compiling aesni-x86_64-linux.S
[1121/1372] Compiling aesni-x86-apple.S
[1122/1372] Compiling aesni-x86-linux.S
[1123/1372] Compiling aesni-x86_64-apple.S
[1124/1372] Compiling aesni-gcm-x86_64-linux.S
[1125/1372] Compiling aesni-gcm-x86_64-apple.S
[1126/1372] Compiling aes-gcm-avx10-x86_64-linux.S
[1127/1372] Compiling aes-gcm-avx10-x86_64-apple.S
[1128/1372] Compiling x_sig.cc
[1129/1372] Compiling x_val.cc
[1130/1372] Compiling x_spki.cc
[1131/1372] Compiling x_x509a.cc
[1132/1372] Compiling x_x509.cc
[1133/1372] Compiling x_req.cc
[1134/1372] Compiling c-nioatomics.c
[1135/1372] Compiling x_pubkey.cc
[1136/1372] Compiling x_name.cc
[1137/1372] Compiling x_crl.cc
[1138/1372] Compiling x_all.cc
[1139/1372] Compiling x_exten.cc
[1140/1372] Compiling c-atomics.c
[1141/1372] Compiling x_attrib.cc
[1142/1372] Compiling x_algor.cc
[1143/1372] Compiling x509spki.cc
[1144/1375] Compiling x509rset.cc
[1145/1378] Compiling x509_vpm.cc
[1146/1378] Compiling x509name.cc
[1147/1378] Compiling x509cset.cc
[1149/1378] Compiling NIOConcurrencyHelpers NIOLock.swift
[1149/1378] Compiling x509_vfy.cc
[1151/1378] Compiling NIOConcurrencyHelpers lock.swift
[1151/1378] Compiling x509_txt.cc
[1153/1378] Emitting module NIOConcurrencyHelpers
[1154/1378] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1154/1378] Compiling x509_trs.cc
[1155/1378] Compiling x509_v3.cc
[1156/1378] Compiling x509_set.cc
[1158/1378] Compiling NIOConcurrencyHelpers atomics.swift
[1159/1378] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1159/1379] Compiling x509_req.cc
[1161/1379] Compiling x509_obj.cc
[1162/1379] Compiling x509_lu.cc
[1163/1379] Compiling x509_ext.cc
[1164/1464] Compiling x509_d2.cc
[1166/1464] Compiling NIOCore ConvenienceOptionSupport.swift
[1167/1464] Compiling NIOCore DeadChannel.swift
[1168/1464] Compiling NIOCore DispatchQueue+WithFuture.swift
[1168/1467] Compiling x509_def.cc
[1169/1467] Compiling x509_att.cc
[1170/1467] Compiling x509.cc
[1171/1467] Compiling x509_cmp.cc
[1173/1467] Compiling NIOCore NIOAsyncWriter.swift
[1174/1467] Compiling NIOCore ChannelPipeline.swift
[1175/1467] Compiling NIOCore CircularBuffer.swift
[1176/1467] Compiling NIOCore Codec.swift
[1177/1467] Emitting module ConsoleKitTerminal
[1178/1467] Compiling NIOCore AsyncChannelInboundStream.swift
[1179/1467] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1180/1467] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1181/1467] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1182/1467] Compiling NIOCore AddressedEnvelope.swift
[1183/1467] Compiling NIOCore AsyncAwaitSupport.swift
[1184/1467] Compiling NIOCore AsyncChannel.swift
[1185/1467] Compiling NIOCore AsyncChannelHandler.swift
[1186/1467] Compiling NIOCore ByteBuffer-views.swift
[1187/1467] Compiling NIOCore Channel.swift
[1188/1467] Compiling NIOCore ChannelHandler.swift
[1189/1467] Compiling ConsoleKitTerminal ConsoleText.swift
[1190/1467] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1191/1467] Compiling NIOCore ChannelOption.swift
[1192/1467] Compiling NIOCore EventLoop+Deprecated.swift
[1193/1467] Compiling NIOCore EventLoop+SerialExecutor.swift
[1194/1467] Compiling NIOCore ByteBuffer-multi-int.swift
[1195/1467] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1195/1467] Compiling v3_pcons.cc
[1196/1467] Compiling v3_prn.cc
[1197/1467] Compiling v3_utl.cc
[1198/1467] Compiling v3_skey.cc
[1199/1467] Compiling v3_pmaps.cc
[1201/1467] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1202/1467] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1203/1467] Compiling ConsoleKitTerminal LoggerFragment.swift
[1204/1490] Compiling v3_purp.cc
[1206/1490] Compiling NIOCore MarkedCircularBuffer.swift
[1207/1490] Compiling NIOCore MulticastChannel.swift
[1208/1490] Compiling NIOCore NIOAny.swift
[1209/1490] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1210/1490] Compiling NIOCore NIOLoopBound.swift
[1211/1490] Compiling NIOCore NIOScheduledCallback.swift
[1212/1490] Compiling NIOCore NIOSendable.swift
[1213/1490] Compiling NIOCore RecvByteBufferAllocator.swift
[1213/1498] Compiling v3_ocsp.cc
[1215/1498] Compiling ConsoleKitCommands CommandSignature.swift
[1216/1498] Compiling ConsoleKitCommands Flag.swift
[1217/1498] Compiling ConsoleKitCommands Option.swift
[1217/1500] Compiling v3_ncons.cc
[1218/1500] Compiling v3_int.cc
[1219/1500] Compiling v3_lib.cc
[1221/1500] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1222/1500] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1223/1500] Compiling ConsoleKitCommands Argument.swift
[1223/1500] Compiling v3_info.cc
[1225/1500] Emitting module ConsoleKitCommands
[1226/1500] Compiling ConsoleKitCommands AsyncCommands.swift
[1227/1500] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1228/1500] Compiling ConsoleKitCommands AnyCommand.swift
[1229/1500] Compiling NIOCore GlobalSingletons.swift
[1230/1500] Compiling NIOCore IO.swift
[1231/1500] Compiling NIOCore IOData.swift
[1232/1500] Compiling NIOCore IPProtocol.swift
[1233/1500] Compiling NIOCore IntegerBitPacking.swift
[1234/1500] Compiling NIOCore IntegerTypes.swift
[1235/1500] Compiling NIOCore Interfaces.swift
[1236/1500] Compiling NIOCore Linux.swift
[1237/1500] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1238/1500] Compiling ConsoleKitCommands Utilities.swift
[1238/1500] Compiling v3_ia5.cc
[1239/1500] Compiling v3_genn.cc
[1240/1500] Compiling v3_enum.cc
[1241/1500] Compiling v3_cpols.cc
[1242/1500] Compiling v3_alt.cc
[1243/1500] Compiling v3_extku.cc
[1245/1500] Compiling NIOCore EventLoop.swift
[1246/1500] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1247/1500] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1248/1500] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1249/1500] Compiling NIOCore EventLoopFuture.swift
[1250/1500] Compiling NIOCore FileDescriptor.swift
[1251/1500] Compiling NIOCore FileHandle.swift
[1252/1500] Compiling NIOCore FileRegion.swift
[1252/1500] Compiling v3_crld.cc
[1254/1500] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1255/1500] Compiling NIOCore SocketAddresses.swift
[1256/1500] Compiling NIOCore SocketOptionProvider.swift
[1257/1500] Compiling NIOCore SystemCallHelpers.swift
[1258/1500] Compiling NIOCore TimeAmount+Duration.swift
[1259/1500] Compiling NIOCore TypeAssistedChannelHandler.swift
[1260/1500] Compiling NIOCore UniversalBootstrapSupport.swift
[1261/1500] Compiling NIOCore Utilities.swift
[1261/1500] Compiling v3_conf.cc
[1263/1500] Compiling ConsoleKitCommands Command.swift
[1264/1500] Compiling ConsoleKitCommands CommandContext.swift
[1265/1500] Compiling ConsoleKitCommands CommandError.swift
[1266/1500] Compiling ConsoleKitCommands Console+Run.swift
[1267/1500] Compiling ConsoleKitCommands ConsoleError.swift
[1268/1500] Compiling ConsoleKitCommands Completion.swift
[1269/1500] Compiling ConsoleKitCommands CommandGroup.swift
[1270/1500] Compiling ConsoleKitCommands CommandInput.swift
[1271/1500] Compiling ConsoleKitCommands Commands.swift
[1272/1500] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1273/1500] Compiling ConsoleKitCommands AsyncCommand.swift
[1274/1500] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1274/1501] Compiling v3_bcons.cc
[1276/1501] Compiling v3_bitst.cc
[1277/1501] Compiling v3_akeya.cc
[1278/1503] Compiling v3_akey.cc
[1279/1503] Compiling t_x509a.cc
[1281/1503] Compiling ConsoleKit Exports.swift
[1282/1503] Emitting module ConsoleKit
[1291/1504] Compiling t_x509.cc
[1292/1504] Compiling t_req.cc
[1293/1504] Compiling t_crl.cc
[1294/1504] Compiling rsa_pss.cc
[1295/1504] Compiling i2d_pr.cc
[1296/1504] Compiling name_print.cc
[1297/1504] Compiling policy.cc
[1298/1504] Compiling by_file.cc
[1299/1504] Compiling asn1_gen.cc
[1300/1504] Compiling a_verify.cc
[1301/1504] Compiling by_dir.cc
[1302/1504] Compiling algorithm.cc
[1303/1504] Compiling a_sign.cc
[1304/1504] Compiling a_digest.cc
[1305/1504] Compiling voprf.cc
[1306/1504] Compiling thread_pthread.cc
[1307/1504] Compiling pmbtoken.cc
[1308/1504] Compiling thread_win.cc
[1309/1504] Compiling thread_none.cc
[1310/1504] Compiling trust_token.cc
[1311/1504] Compiling thread.cc
[1312/1504] Compiling stack.cc
[1313/1504] Compiling wots.cc
[1314/1504] Compiling thash.cc
[1315/1504] Compiling merkle.cc
[1316/1504] Compiling fors.cc
[1317/1504] Compiling slhdsa.cc
[1318/1504] Compiling sha512.cc
[1323/1504] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1324/1504] Compiling NIOCore ByteBuffer-conversions.swift
[1325/1504] Compiling NIOCore ByteBuffer-core.swift
[1326/1504] Compiling NIOCore ByteBuffer-hex.swift
[1327/1504] Compiling NIOCore ByteBuffer-int.swift
[1328/1504] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1345/1504] Compiling sha256.cc
[1346/1504] Compiling siphash.cc
[1347/1504] Compiling sha1.cc
[1348/1504] Compiling rsa_print.cc
[1349/1504] Compiling rsa_extra.cc
[1350/1504] Compiling refcount.cc
[1351/1504] Compiling rsa_asn1.cc
[1352/1504] Compiling rc4.cc
[1353/1504] Compiling rsa_crypt.cc
[1354/1504] Compiling windows.cc
[1355/1504] Compiling trusty.cc
[1356/1504] Compiling urandom.cc
[1357/1504] Compiling ios.cc
[1358/1504] Compiling rand_extra.cc
[1359/1504] Compiling getentropy.cc
[1360/1504] Compiling poly1305_arm_asm.S
[1361/1504] Compiling passive.cc
[1362/1504] Compiling forkunsafe.cc
[1363/1504] Compiling deterministic.cc
[1364/1504] Compiling fork_detect.cc
[1365/1504] Compiling poly1305_arm.cc
[1366/1504] Compiling poly1305.cc
[1367/1504] Compiling pool.cc
[1368/1504] Compiling poly1305_vec.cc
[1369/1504] Compiling pkcs7.cc
[1370/1504] Compiling pkcs8_x509.cc
[1371/1504] Compiling pkcs8.cc
[1373/1504] Emitting module NIOCore
[1373/1505] Compiling pem_xaux.cc
[1374/1505] Compiling p5_pbev2.cc
[1375/1505] Compiling pkcs7_x509.cc
[1376/1505] Compiling pem_x509.cc
[1378/1552] Compiling pem_pkey.cc
[1379/1552] Compiling obj_xref.cc
[1380/1556] Compiling pem_pk8.cc
[1381/1556] Compiling pem_oth.cc
[1382/1556] Compiling pem_all.cc
[1383/1556] Compiling pem_lib.cc
[1384/1556] Compiling pem_info.cc
[1385/1556] Compiling mldsa.cc
[1387/1556] Emitting module NIOEmbedded
[1387/1556] Compiling mlkem.cc
[1388/1556] Compiling obj.cc
[1389/1556] Compiling mem.cc
[1390/1556] Compiling md5.cc
[1391/1556] Compiling poly_rq_mul.S
[1393/1556] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1393/1556] Compiling fips_shared_support.cc
[1394/1556] Compiling md4.cc
[1396/1556] Compiling NIOEmbedded AsyncTestingChannel.swift
[1396/1556] Compiling lhash.cc
[1397/1556] Compiling kyber.cc
[1398/1556] Compiling ex_data.cc
[1399/1556] Compiling hrss.cc
[1401/1556] Compiling NIOEmbedded Embedded.swift
[1401/1557] Compiling sign.cc
[1402/1557] Compiling hpke.cc
[1404/1557] Compiling scrypt.cc
[1405/1557] Compiling pbkdf.cc
[1406/1557] Compiling p_x25519.cc
[1407/1557] Compiling p_x25519_asn1.cc
[1408/1557] Compiling print.cc
[1409/1557] Compiling p_rsa_asn1.cc
[1410/1557] Compiling p_rsa.cc
[1411/1557] Compiling p_hkdf.cc
[1412/1557] Compiling p_dh_asn1.cc
[1413/1557] Compiling p_ec_asn1.cc
[1414/1557] Compiling p_dh.cc
[1415/1557] Compiling p_ec.cc
[1416/1557] Compiling p_ed25519.cc
[1417/1557] Compiling p_ed25519_asn1.cc
[1418/1557] Compiling evp.cc
[1419/1557] Compiling p_dsa_asn1.cc
[1421/1557] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1422/1557] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1423/1557] Compiling NIOPosix PosixSingletons.swift
[1424/1557] Compiling NIOPosix RawSocketBootstrap.swift
[1425/1557] Compiling NIOPosix Resolver.swift
[1426/1557] Compiling NIOPosix Selectable.swift
[1427/1557] Compiling NIOPosix ServerSocket.swift
[1428/1557] Compiling NIOPosix Socket.swift
[1429/1557] Compiling NIOPosix SocketChannel.swift
[1430/1557] Compiling NIOPosix SocketProtocols.swift
[1431/1557] Compiling NIOPosix System.swift
[1432/1557] Compiling NIOPosix Thread.swift
[1433/1557] Compiling NIOPosix SelectableChannel.swift
[1434/1557] Compiling NIOPosix SelectableEventLoop.swift
[1435/1557] Compiling NIOPosix SelectorEpoll.swift
[1436/1557] Compiling NIOPosix SelectorGeneric.swift
[1437/1557] Compiling NIOPosix SelectorKqueue.swift
[1438/1557] Compiling NIOPosix SelectorUring.swift
[1438/1563] Compiling ecdsa_asn1.cc
[1439/1563] Compiling engine.cc
[1440/1563] Compiling evp_asn1.cc
[1441/1563] Compiling evp_ctx.cc
[1442/1563] Compiling ecdh_extra.cc
[1443/1563] Compiling hash_to_curve.cc
[1444/1563] Compiling err.cc
[1445/1563] Compiling bcm.cc
[1446/1563] Compiling ec_derive.cc
[1447/1563] Compiling dh_asn1.cc
[1449/1563] Compiling NIOPosix BSDSocketAPICommon.swift
[1450/1563] Compiling NIOPosix BSDSocketAPIPosix.swift
[1451/1563] Compiling NIOPosix BSDSocketAPIWindows.swift
[1452/1563] Compiling NIOPosix BaseSocket.swift
[1453/1563] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1454/1563] Compiling NIOPosix BaseSocketChannel.swift
[1455/1563] Compiling NIOPosix BaseStreamSocketChannel.swift
[1456/1563] Compiling NIOPosix Bootstrap.swift
[1457/1563] Compiling NIOPosix ControlMessage.swift
[1458/1563] Compiling NIOPosix DatagramVectorReadManager.swift
[1459/1563] Compiling NIOPosix Errors+Any.swift
[1460/1563] Compiling NIOPosix FileDescriptor.swift
[1461/1563] Compiling NIOPosix GetaddrinfoResolver.swift
[1462/1563] Compiling NIOPosix HappyEyeballs.swift
[1463/1563] Emitting module NIOPosix
[1463/1563] Compiling dsa_asn1.cc
[1464/1563] Compiling params.cc
[1465/1563] Compiling dsa.cc
[1466/1563] Compiling ec_asn1.cc
[1467/1563] Compiling digest_extra.cc
[1468/1563] Compiling des.cc
[1469/1563] Compiling x25519-asm-arm.S
[1470/1563] Compiling spake25519.cc
[1472/1563] Compiling NIOPosix ThreadPosix.swift
[1473/1563] Compiling NIOPosix ThreadWindows.swift
[1474/1563] Compiling NIOPosix UnsafeTransfer.swift
[1475/1563] Compiling NIOPosix Utilities.swift
[1476/1563] Compiling NIOPosix VsockAddress.swift
[1477/1563] Compiling NIOPosix VsockChannelEvents.swift
[1477/1563] Compiling cpu_intel.cc
[1478/1563] Compiling crypto.cc
[1479/1563] Compiling cpu_arm_linux.cc
[1480/1563] Compiling cpu_arm_freebsd.cc
[1482/1563] Compiling NIOPosix IO.swift
[1483/1563] Compiling NIOPosix IntegerBitPacking.swift
[1484/1563] Compiling NIOPosix IntegerTypes.swift
[1485/1563] Compiling NIOPosix Linux.swift
[1486/1563] Compiling NIOPosix LinuxCPUSet.swift
[1487/1563] Compiling NIOPosix LinuxUring.swift
[1488/1563] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1489/1563] Compiling NIOPosix NIOThreadPool.swift
[1490/1563] Compiling NIOPosix NonBlockingFileIO.swift
[1491/1563] Compiling NIOPosix PendingDatagramWritesManager.swift
[1492/1563] Compiling NIOPosix PendingWritesManager.swift
[1493/1563] Compiling NIOPosix PipeChannel.swift
[1494/1563] Compiling NIOPosix PipePair.swift
[1495/1563] Compiling NIOPosix Pool.swift
[1495/1563] Compiling cpu_aarch64_win.cc
[1496/1564] Compiling curve25519.cc
[1497/1564] Compiling cpu_aarch64_openbsd.cc
[1498/1564] Compiling cpu_aarch64_sysreg.cc
[1500/1564] Compiling curve25519_64_adx.cc
[1501/1564] Compiling cpu_aarch64_fuchsia.cc
[1502/1564] Compiling cpu_aarch64_linux.cc
[1503/1564] Compiling cpu_aarch64_apple.cc
[1504/1564] Compiling e_rc2.cc
[1505/1564] Compiling e_rc4.cc
[1506/1564] Compiling tls_cbc.cc
[1507/1564] Compiling e_des.cc
[1508/1601] Compiling e_tls.cc
[1510/1601] Compiling NIO Exports.swift
[1510/1601] Compiling conf.cc
[1512/1601] Emitting module NIO
[1512/1602] Compiling e_chacha20poly1305.cc
[1514/1602] Compiling e_aesctrhmac.cc
[1515/1602] Compiling e_null.cc
[1516/1602] Compiling derive_key.cc
[1517/1602] Compiling e_aesgcmsiv.cc
[1518/1602] Compiling cipher_extra.cc
[1519/1606] Compiling cbb.cc
[1521/1608] Compiling NIOTLS TLSEvents.swift
[1521/1608] Compiling chacha.cc
[1523/1608] Emitting module _NIOFileSystem
[1523/1612] Compiling unicode.cc
[1524/1612] Compiling ber.cc
[1525/1612] Compiling cbs.cc
[1527/1612] Compiling NIOTLS SNIHandler.swift
[1528/1612] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1529/1637] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1530/1637] Emitting module NIOTLS
[1531/1637] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1531/1646] Compiling convert.cc
[1533/1646] Compiling bn_asn1.cc
[1534/1646] Compiling asn1_compat.cc
[1536/1646] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1537/1646] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1538/1646] Compiling NIOHTTP1 HTTPEncoder.swift
[1539/1646] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1540/1647] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1541/1647] Compiling NIOSOCKS SOCKSResponse.swift
[1542/1647] Compiling NIOSOCKS ServerStateMachine.swift
[1542/1647] Compiling buf.cc
[1544/1647] Compiling NIOSOCKS ClientStateMachine.swift
[1545/1647] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1546/1647] Compiling _NIOFileSystem ParallelDirCopy.swift
[1547/1647] Compiling _NIOFileSystem ParallelRemoval.swift
[1548/1647] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1549/1647] Compiling _NIOFileSystem CInterop.swift
[1550/1647] Compiling _NIOFileSystem Errno.swift
[1551/1647] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1552/1647] Compiling _NIOFileSystem Mocking.swift
[1553/1647] Compiling _NIOFileSystem Syscall.swift
[1554/1647] Compiling _NIOFileSystem Syscalls.swift
[1555/1676] Compiling NIOSSL NIOSSLServerHandler.swift
[1556/1676] Compiling NIOSSL ObjectIdentifier.swift
[1557/1676] Emitting module NIOSOCKS
[1558/1676] Compiling NIOSSL CustomPrivateKey.swift
[1559/1676] Compiling NIOSSL IdentityVerification.swift
[1560/1676] Compiling NIOSSL AndroidCABundle.swift
[1561/1676] Compiling NIOSSL ByteBufferBIO.swift
[1561/1677] Compiling printf.cc
[1562/1677] Compiling blake2.cc
[1564/1677] Compiling pair.cc
[1566/1677] Compiling NIOSSL SSLCertificateExtensions.swift
[1567/1677] Compiling NIOSSL SSLConnection.swift
[1568/1679] Emitting module NIOFoundationCompat
[1569/1679] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1571/1680] Compiling NIOSSL LinuxCABundle.swift
[1572/1680] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1573/1680] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1574/1680] Compiling NIOSSL SSLInit.swift
[1575/1680] Compiling NIOSSL SSLPKCS12Bundle.swift
[1576/1680] Compiling NIOSSL SSLPrivateKey.swift
[1577/1680] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1578/1680] Compiling NIOSSL NIOSSLHandler.swift
[1579/1680] Compiling NIOSSL SSLCertificate.swift
[1582/1680] Compiling NIOSSL SSLCallbacks.swift
[1586/1680] Compiling file.cc
[1587/1680] Compiling hexdump.cc
[1588/1680] Compiling errno.cc
[1589/1680] Compiling bio_mem.cc
[1590/1680] Compiling fd.cc
[1591/1680] Compiling bio.cc
[1595/1680] Compiling NIOSSL NIOSSLClientHandler.swift
[1596/1680] Compiling base64.cc
[1597/1702] Compiling tasn_typ.cc
[1599/1702] Compiling _NIOFileSystem SystemFileHandle.swift
[1600/1702] Compiling _NIOFileSystem Utilities.swift
[1601/1702] Compiling _NIOFileSystem OpenOptions.swift
[1602/1702] Compiling _NIOFileSystem String+FileSystem.swift
[1602/1702] Compiling tasn_new.cc
[1602/1702] Compiling tasn_utl.cc
[1605/1702] Compiling NIOTransportServices StateManagedChannel.swift
[1606/1702] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1607/1702] Emitting module NIOTransportServices
[1607/1704] Compiling tasn_enc.cc
[1609/1704] Compiling NIOTransportServices AcceptHandler.swift
[1610/1704] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1611/1704] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1611/1704] Compiling tasn_fre.cc
[1615/1704] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1616/1704] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1617/1704] Compiling NIOTransportServices NIOTSSingletons.swift
[1618/1704] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1619/1704] Compiling NIOTransportServices NIOTSBootstraps.swift
[1620/1704] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1621/1704] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1622/1704] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1623/1704] Compiling NIOTransportServices NIOTSErrors.swift
[1624/1704] Compiling NIOTransportServices NIOTSEventLoop.swift
[1625/1704] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1626/1704] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1627/1704] Emitting module NIOSSL
[1628/1707] Compiling NIOSSL NIOSSLSecureBytes.swift
[1629/1707] Compiling NIOSSL RNG.swift
[1630/1707] Compiling NIOSSL SafeCompare.swift
[1631/1707] Compiling NIOSSL Zeroization.swift
[1635/1707] Compiling NIOSSL SubjectAlternativeName.swift
[1635/1707] Compiling f_int.cc
[1637/1707] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1638/1707] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1639/1707] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1640/1707] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1641/1707] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1642/1707] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1642/1708] Compiling tasn_dec.cc
[1643/1708] Compiling posix_time.cc
[1645/1708] Compiling f_string.cc
[1659/1708] Emitting module NIOHTTP1
[1663/1709] Compiling asn_pack.cc
[1664/1719] Compiling asn1_lib.cc
[1665/1719] Compiling asn1_par.cc
[1666/1726] Compiling a_utctm.cc
[1673/1726] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1674/1726] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1675/1726] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1676/1726] Compiling NIOWebSocket SHA1.swift
[1682/1726] Compiling a_type.cc
[1685/1756] Compiling NIOWebSocket WebSocketOpcode.swift
[1686/1757] Compiling NIOExtras RequestResponseHandler.swift
[1687/1757] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1688/1759] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1689/1759] Compiling NIOExtras DebugInboundEventsHandler.swift
[1690/1759] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1691/1762] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1692/1762] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1693/1762] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1694/1762] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1695/1762] Emitting module NIOWebSocket
[1696/1762] Emitting module NIOHTTPCompression
[1696/1762] Compiling a_strnid.cc
[1698/1762] Emitting module _NIOFileSystemFoundationCompat
[1698/1762] Compiling a_time.cc
[1700/1762] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1701/1762] Compiling NIOExtras NIOExtrasError.swift
[1702/1762] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1703/1762] Compiling NIOExtras NIORequestIdentifiable.swift
[1704/1762] Compiling NIOHTTPCompression HTTPDecompression.swift
[1705/1762] Compiling NIOHTTPCompression HTTPCompression.swift
[1706/1762] Emitting module NIOExtras
[1707/1762] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1708/1762] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1709/1762] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1710/1763] Compiling NIOHPACK IndexedHeaderTable.swift
[1711/1764] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1712/1764] Compiling NIOHPACK IntegerCoding.swift
[1713/1765] Compiling NIOHPACK HuffmanTables.swift
[1716/1765] Compiling NIOExtras PCAPRingBuffer.swift
[1717/1765] Compiling NIOExtras QuiescingHelper.swift
[1718/1767] Compiling NIOWebSocket WebSocketFrame.swift
[1719/1767] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1720/1767] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1721/1767] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1722/1767] Compiling NIOHPACK HuffmanCoding.swift
[1723/1768] Compiling NIOExtras LineBasedFrameDecoder.swift
[1727/1768] Compiling NIOSSL TLSConfiguration.swift
[1728/1768] Compiling NIOSSL UniversalBootstrapSupport.swift
[1729/1768] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1735/1769] Compiling NIOHPACK StaticHeaderTable.swift
[1736/1769] Compiling NIOFileSystem Exports.swift
[1737/1769] Emitting module NIOFileSystem
[1738/1769] Emitting module NIOHPACK
[1740/1770] Compiling a_octet.cc
[1744/1770] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1745/1770] Compiling NIOExtras JSONRPCFraming.swift
[1747/1770] Compiling a_strex.cc
[1755/1771] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1756/1771] Compiling NIOExtras LengthFieldPrepender.swift
[1758/1771] Compiling a_dup.cc
[1759/1771] Compiling a_mbstr.cc
[1760/1771] Compiling a_object.cc
[1762/1771] Compiling NIOExtras UnsafeTransfer.swift
[1763/1771] Compiling NIOExtras WritePCAPHandler.swift
[1763/1830] Compiling a_i2d_fp.cc
[1764/1830] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1765/1830] Write sources
[1767/1830] Compiling a_bitstr.cc
[1768/1830] Compiling a_int.cc
[1769/1833] Compiling a_gentm.cc
[1770/1891] Compiling a_d2i_fp.cc
[1771/1891] Compiling a_bool.cc
[1773/1893] Compiling WebSocketKit WebSocket+Concurrency.swift
[1774/1893] Compiling WebSocketKit Exports.swift
[1775/1899] Emitting module WebSocketKit
[1776/1899] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1777/1899] Compiling WebSocketKit WebSocketHandler.swift
[1778/1899] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1779/1899] Compiling BitCollections BitArray+Codable.swift
[1780/1899] Compiling BitCollections BitArray+Collection.swift
[1781/1899] Compiling BitCollections BitArray+Copy.swift
[1782/1899] Compiling BitCollections BitArray+CustomReflectable.swift
[1783/1899] Compiling BitCollections BitArray+Descriptions.swift
[1784/1899] Compiling BitCollections BitArray+Equatable.swift
[1785/1899] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1786/1907] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1787/1907] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1788/1907] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1789/1907] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1790/1907] Compiling BitCollections BitSet+SetAlgebra union.swift
[1791/1907] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1792/1907] Compiling BitCollections BitSet.Counted.swift
[1793/1914] Compiling WebSocketKit WebSocket+Connect.swift
[1794/1914] Compiling WebSocketKit WebSocketClient.swift
[1795/1914] Compiling WebSocketKit WebSocket.swift
[1796/1915] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1797/1915] Compiling BitCollections BitSet+CustomReflectable.swift
[1798/1915] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1799/1915] Compiling BitCollections BitSet+Equatable.swift
[1800/1915] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1801/1915] Compiling BitCollections BitSet+Extras.swift
[1802/1915] Compiling BitCollections BitSet+Hashable.swift
[1803/1915] Compiling BitCollections BitSet+Initializers.swift
[1804/1915] Compiling BitCollections BitSet+Invariants.swift
[1805/1915] Compiling BitCollections BitSet+Random.swift
[1806/1915] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1807/1915] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1808/1915] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1809/1915] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1810/1915] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1811/1915] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1812/1915] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1813/1915] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1814/1915] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1815/1915] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1816/1915] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1818/1915] Emitting module BitCollections
[1819/1915] Compiling CryptoBoringWrapper RandomBytes.swift
[1820/1915] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1821/1915] Compiling BitCollections UInt+Tricks.swift
[1822/1915] Compiling BitCollections _Word.swift
[1823/1915] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1824/1915] Compiling NIOHTTP2 StreamChannelList.swift
[1825/1915] Compiling NIOHTTP2 StreamMap.swift
[1826/1915] Compiling NIOHTTP2 StreamStateMachine.swift
[1827/1915] Compiling NIOHTTP2 UnsafeTransfer.swift
[1828/1915] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1829/1915] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1830/1915] Emitting module CryptoBoringWrapper
[1831/1915] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1832/1915] Compiling BitCollections BitArray+BitwiseOperations.swift
[1840/1915] Compiling CryptoBoringWrapper EllipticCurve.swift
[1841/1915] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1843/1915] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1844/1915] Compiling BitCollections BitArray+Extras.swift
[1845/1915] Compiling BitCollections BitArray+Fill.swift
[1846/1915] Compiling BitCollections BitArray+Hashable.swift
[1847/1915] Compiling BitCollections BitArray+Initializers.swift
[1848/1915] Compiling BitCollections BitArray+Invariants.swift
[1849/1915] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1850/1915] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1851/1915] Compiling BitCollections BitArray+RandomBits.swift
[1852/1915] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1853/1915] Compiling BitCollections BitArray+Shifts.swift
[1854/1915] Compiling BitCollections BitArray+Testing.swift
[1855/1915] Compiling BitCollections BitArray._UnsafeHandle.swift
[1856/1915] Compiling BitCollections BitArray.swift
[1857/1915] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1858/1915] Compiling BitCollections BitSet+Codable.swift
[1859/1916] Compiling BitCollections BitSet.Index.swift
[1860/1916] Compiling BitCollections BitSet._UnsafeHandle.swift
[1861/1916] Compiling BitCollections BitSet.swift
[1862/1916] Compiling BitCollections Range+Utilities.swift
[1863/1916] Compiling BitCollections Slice+Utilities.swift
[1868/1990] Compiling Collections Collections.swift
[1869/1990] Emitting module Collections
[1871/2032] Compiling Crypto X25519Keys.swift
[1872/2032] Compiling Crypto HPKE-Ciphersuite.swift
[1873/2032] Compiling Crypto HPKE-KDF.swift
[1874/2032] Compiling Crypto HPKE-KexKeyDerivation.swift
[1875/2032] Compiling Crypto HPKE-LabeledExtract.swift
[1876/2032] Compiling Crypto HPKE-Utils.swift
[1877/2032] Compiling Crypto DHKEM.swift
[1878/2032] Compiling Crypto HPKE-KEM-Curve25519.swift
[1879/2032] Compiling MultipartKit MultipartParser.swift
[1880/2032] Compiling MultipartKit MultipartPart.swift
[1881/2032] Compiling MultipartKit MultipartPartConvertible.swift
[1882/2034] Compiling AsyncKit Future+Miscellaneous.swift
[1883/2034] Compiling AsyncKit Future+Nonempty.swift
[1884/2034] Compiling AsyncKit Future+Optional.swift
[1887/2034] Compiling MultipartKit BasicCodingKey.swift
[1888/2034] Compiling MultipartKit MultipartError.swift
[1889/2034] Compiling MultipartKit Exports.swift
[1890/2034] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1891/2034] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1892/2034] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1893/2036] Emitting module MultipartKit
[1894/2036] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1895/2036] Compiling MultipartKit FormDataDecoder.swift
[1896/2036] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1897/2036] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1898/2036] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1899/2036] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1909/2036] Emitting module NIOHTTP2
[1910/2036] Compiling MultipartKit MultipartFormData.swift
[1912/2036] Compiling MultipartKit FormDataEncoder.swift
[1913/2036] Compiling MultipartKit Storage.swift
[1917/2036] Compiling AsyncKit Optional+StrictMap.swift
[1918/2036] Compiling AsyncKit Exports.swift
[1919/2036] Compiling MultipartKit MultipartSerializer.swift
[1920/2036] Compiling MultipartKit Utilities.swift
[1922/2037] Compiling Crypto HKDF.swift
[1923/2037] Compiling Crypto AESWrap.swift
[1924/2037] Compiling Crypto AESWrap_boring.swift
[1925/2037] Compiling Crypto Ed25519_boring.swift
[1926/2037] Compiling Crypto NISTCurvesKeys_boring.swift
[1927/2037] Compiling Crypto X25519Keys_boring.swift
[1928/2037] Compiling Crypto Curve25519.swift
[1929/2037] Compiling Crypto Ed25519Keys.swift
[1930/2037] Compiling Crypto NISTCurvesKeys.swift
[1939/2037] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1940/2037] Compiling Crypto HPKE-KEM.swift
[1941/2037] Compiling Crypto HPKE-Errors.swift
[1942/2037] Compiling Crypto SymmetricKeys.swift
[1943/2037] Compiling Crypto HMAC.swift
[1944/2037] Compiling Crypto MACFunctions.swift
[1945/2037] Compiling Crypto MessageAuthenticationCode.swift
[1946/2037] Compiling Crypto AES.swift
[1947/2037] Compiling Crypto ECDSASignature_boring.swift
[1948/2037] Compiling Crypto ECDSA_boring.swift
[1949/2037] Compiling Crypto EdDSA_boring.swift
[1950/2037] Compiling Crypto ECDSA.swift
[1951/2037] Compiling Crypto Ed25519.swift
[1952/2046] Compiling Crypto HPKE.swift
[1953/2046] Compiling Crypto HPKE-Context.swift
[1954/2046] Compiling Crypto HPKE-KeySchedule.swift
[1955/2046] Compiling Crypto HPKE-Modes.swift
[1956/2046] Compiling Crypto Insecure.swift
[1957/2046] Compiling Crypto Insecure_HashFunctions.swift
[1958/2046] Compiling Crypto KEM.swift
[1959/2046] Compiling Crypto ECDH_boring.swift
[1960/2046] Compiling Crypto DH.swift
[1961/2046] Compiling Crypto ECDH.swift
[1965/2046] Compiling Crypto CryptoKitErrors.swift
[1966/2046] Compiling Crypto Digest_boring.swift
[1967/2046] Compiling Crypto Digest.swift
[1968/2046] Compiling Crypto Digests.swift
[1969/2046] Compiling Crypto HashFunctions.swift
[1970/2046] Compiling Crypto HashFunctions_SHA2.swift
[1971/2046] Compiling Crypto HPKE-AEAD.swift
[1990/2046] Emitting module Crypto
[2026/2047] Emitting module AsyncKit
[2027/2047] Compiling Crypto Signature.swift
[2028/2047] Compiling Crypto CryptoKitErrors_boring.swift
[2029/2047] Compiling Crypto RNG_boring.swift
[2030/2047] Compiling Crypto SafeCompare_boring.swift
[2031/2047] Compiling Crypto Zeroization_boring.swift
[2032/2047] Compiling Crypto PrettyBytes.swift
[2033/2047] Compiling Crypto SafeCompare.swift
[2034/2047] Compiling Crypto SecureBytes.swift
[2035/2047] Compiling Crypto Zeroization.swift
[2037/2107] Emitting module AsyncHTTPClient
[2038/2115] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2039/2115] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2040/2115] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2041/2115] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2042/2115] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2043/2115] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2044/2115] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2045/2115] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2046/2115] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2047/2115] Compiling AsyncHTTPClient RequestBag.swift
[2048/2115] Compiling AsyncHTTPClient RequestValidation.swift
[2049/2115] Compiling AsyncHTTPClient SSLContextCache.swift
[2050/2115] Compiling AsyncHTTPClient Scheme.swift
[2051/2115] Compiling AsyncHTTPClient Singleton.swift
[2052/2115] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2053/2115] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2054/2115] Compiling AsyncHTTPClient Utils.swift
[2055/2115] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2056/2115] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2057/2115] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2058/2115] Compiling AsyncHTTPClient HTTP1Connection.swift
[2059/2115] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2060/2115] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2061/2115] Compiling AsyncHTTPClient HTTP2Connection.swift
[2062/2115] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2063/2115] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2064/2115] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2065/2115] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2066/2115] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2067/2115] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2068/2115] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2069/2115] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2070/2115] Compiling AsyncHTTPClient RequestBodyLength.swift
[2071/2115] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2072/2115] Compiling AsyncHTTPClient ConnectionTarget.swift
[2073/2115] Compiling AsyncHTTPClient DeconstructedURL.swift
[2074/2115] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2075/2115] Compiling AsyncHTTPClient FoundationExtensions.swift
[2076/2115] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2077/2115] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2078/2115] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2079/2115] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2080/2115] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2081/2115] Compiling AsyncHTTPClient Transaction.swift
[2082/2115] Compiling AsyncHTTPClient Base64.swift
[2083/2115] Compiling AsyncHTTPClient BasicAuth.swift
[2084/2115] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2085/2115] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2086/2115] Compiling AsyncHTTPClient ConnectionPool.swift
[2087/2115] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2088/2115] Compiling AsyncHTTPClient HTTPClient.swift
[2089/2115] Compiling AsyncHTTPClient HTTPHandler.swift
[2090/2115] Compiling AsyncHTTPClient LRUCache.swift
[2091/2115] Compiling AsyncHTTPClient NWErrorHandler.swift
[2092/2115] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2093/2115] Compiling AsyncHTTPClient TLSConfiguration.swift
[2094/2115] Compiling AsyncHTTPClient RedirectState.swift
[2095/2115] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2096/2115] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2097/2115] Compiling AsyncHTTPClient RequestOptions.swift
[2098/2115] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2099/2115] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2100/2115] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2101/2115] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2102/2115] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2103/2115] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2118/2286] Compiling Vapor Application.swift
[2119/2286] Compiling Vapor AuthenticationCache.swift
[2120/2286] Compiling Vapor Authenticator.swift
[2121/2286] Compiling Vapor BasicAuthorization.swift
[2122/2286] Compiling Vapor BearerAuthorization.swift
[2123/2286] Compiling Vapor GuardMiddleware.swift
[2124/2286] Compiling Vapor RedirectMiddleware.swift
[2125/2286] Compiling Vapor SessionAuthenticatable.swift
[2126/2286] Compiling Vapor Bcrypt.swift
[2127/2286] Compiling Vapor Application+Cache.swift
[2128/2286] Compiling Vapor Cache.swift
[2129/2286] Compiling Vapor CacheExpirationTime.swift
[2130/2286] Compiling Vapor MemoryCache.swift
[2131/2286] Compiling Vapor Request+Cache.swift
[2132/2286] Compiling Vapor Application+Clients.swift
[2133/2286] Compiling Vapor Client.swift
[2134/2286] Compiling Vapor ClientRequest.swift
[2135/2286] Compiling Vapor ClientResponse.swift
[2136/2286] Compiling Vapor Request+Client.swift
[2137/2286] Compiling Vapor BootCommand.swift
[2138/2286] Compiling Vapor CommandContext+Application.swift
[2139/2286] Compiling Vapor RoutesCommand.swift
[2140/2286] Compiling Vapor ServeCommand.swift
[2141/2286] Compiling Vapor AnyResponse+Concurrency.swift
[2142/2310] Compiling Vapor HTTPServerResponseEncoder.swift
[2143/2310] Compiling Vapor HTTPServerUpgradeHandler.swift
[2144/2310] Compiling Vapor Logger+Report.swift
[2145/2310] Compiling Vapor LoggingSystem+Environment.swift
[2146/2310] Compiling Vapor Application+Middleware.swift
[2147/2310] Compiling Vapor CORSMiddleware.swift
[2148/2310] Compiling Vapor ErrorMiddleware.swift
[2149/2310] Compiling Vapor FileMiddleware.swift
[2150/2310] Compiling Vapor Middleware.swift
[2151/2310] Compiling Vapor MiddlewareConfiguration.swift
[2152/2310] Compiling Vapor ResponseCompressionMiddleware.swift
[2153/2310] Compiling Vapor RouteLoggingMiddleware.swift
[2154/2310] Compiling Vapor TracingMiddleware.swift
[2155/2310] Compiling Vapor File+Multipart.swift
[2156/2310] Compiling Vapor FormDataDecoder+Content.swift
[2157/2310] Compiling Vapor FormDataEncoder+Content.swift
[2158/2310] Compiling Vapor Application+Password.swift
[2159/2310] Compiling Vapor Application+Passwords.swift
[2160/2310] Compiling Vapor AsyncPasswordHasher.swift
[2161/2310] Compiling Vapor BcryptHasher.swift
[2162/2310] Compiling Vapor PasswordHasher.swift
[2163/2310] Compiling Vapor PlaintextHasher.swift
[2164/2310] Compiling Vapor Request+Password.swift
[2165/2310] Compiling Vapor Redirect.swift
[2166/2310] Compiling Vapor Request+Body.swift
[2167/2310] Compiling Vapor Request+BodyStream.swift
[2168/2310] Compiling Vapor Request.swift
[2169/2310] Compiling Vapor Application+Responder.swift
[2170/2310] Compiling Vapor DefaultResponder.swift
[2171/2310] Compiling Vapor Response+Body.swift
[2172/2310] Compiling Vapor Response.swift
[2173/2310] Compiling Vapor ResponseCodable.swift
[2174/2310] Compiling Vapor Application+Routes.swift
[2175/2310] Compiling Vapor Parameters+Require.swift
[2176/2310] Compiling Vapor Request+WebSocket.swift
[2177/2310] Compiling Vapor Route.swift
[2178/2310] Compiling Vapor RouteCollection.swift
[2179/2310] Compiling Vapor Routes.swift
[2180/2310] Compiling Vapor RoutesBuilder+Group.swift
[2181/2310] Compiling Vapor RoutesBuilder+Method.swift
[2182/2310] Compiling Vapor RoutesBuilder+Middleware.swift
[2183/2310] Compiling Vapor RoutesBuilder+WebSocket.swift
[2184/2310] Compiling Vapor RoutesBuilder.swift
[2185/2310] Compiling Vapor OTP.swift
[2186/2310] Compiling Vapor Application+Servers.swift
[2187/2310] Compiling Vapor Server.swift
[2188/2310] Compiling Vapor App+Service.swift
[2189/2310] Compiling Vapor Req+Service.swift
[2190/2334] Compiling Vapor Validator.swift
[2191/2334] Compiling Vapor ValidatorResult.swift
[2192/2334] Compiling Vapor And.swift
[2193/2334] Compiling Vapor Case.swift
[2194/2334] Compiling Vapor CharacterSet.swift
[2195/2334] Compiling Vapor Count.swift
[2196/2334] Compiling Vapor Custom.swift
[2197/2334] Compiling Vapor Email.swift
[2198/2334] Compiling Vapor Empty.swift
[2199/2334] Compiling Vapor In.swift
[2200/2334] Compiling Vapor Nil.swift
[2201/2334] Compiling Vapor NilIgnoring.swift
[2202/2334] Compiling Vapor Not.swift
[2203/2334] Compiling Vapor Or.swift
[2204/2334] Compiling Vapor Pattern.swift
[2205/2334] Compiling Vapor Range.swift
[2206/2334] Compiling Vapor URL.swift
[2207/2334] Compiling Vapor Valid.swift
[2208/2334] Compiling Vapor Application+Views.swift
[2209/2334] Compiling Vapor PlaintextRenderer.swift
[2210/2334] Compiling Vapor Request+View.swift
[2211/2334] Compiling Vapor View.swift
[2212/2334] Compiling Vapor ViewRenderer.swift
[2213/2334] Compiling Vapor _Deprecations.swift
[2214/2334] Compiling Vapor Service.swift
[2215/2334] Compiling Vapor Application+Sessions.swift
[2216/2334] Compiling Vapor MemorySessions.swift
[2217/2334] Compiling Vapor Request+Session.swift
[2218/2334] Compiling Vapor Session.swift
[2219/2334] Compiling Vapor SessionCache.swift
[2220/2334] Compiling Vapor SessionData.swift
[2221/2334] Compiling Vapor SessionDriver.swift
[2222/2334] Compiling Vapor SessionsConfiguration.swift
[2223/2334] Compiling Vapor SessionsMiddleware.swift
[2224/2334] Compiling Vapor URLEncodedFormData.swift
[2225/2334] Compiling Vapor URLEncodedFormDecoder.swift
[2226/2334] Compiling Vapor URLEncodedFormEncoder.swift
[2227/2334] Compiling Vapor URLEncodedFormError.swift
[2228/2334] Compiling Vapor URLEncodedFormParser.swift
[2229/2334] Compiling Vapor URLEncodedFormSerializer.swift
[2230/2334] Compiling Vapor URLQueryFragmentConvertible.swift
[2231/2334] Compiling Vapor AnyResponse.swift
[2232/2334] Compiling Vapor Array+Random.swift
[2233/2334] Compiling Vapor Base32.swift
[2234/2334] Compiling Vapor Base64.swift
[2235/2334] Compiling Vapor BaseN.swift
[2236/2334] Compiling Vapor BasicCodingKey.swift
[2237/2334] Compiling Vapor ByteCount.swift
[2238/2334] Emitting module Vapor
[2239/2334] Compiling Vapor Core.swift
[2240/2334] Compiling Vapor Running.swift
[2241/2334] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2242/2334] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2243/2334] Compiling Vapor DotEnvFile+load.swift
[2244/2334] Compiling Vapor Routes+caseInsenstive.swift
[2245/2334] Compiling Vapor Validatable+validate.swift
[2246/2334] Compiling Vapor Environment+Process.swift
[2247/2334] Compiling Vapor Environment+Secret.swift
[2248/2334] Compiling Vapor Environment.swift
[2249/2334] Compiling Vapor Abort.swift
[2250/2334] Compiling Vapor AbortError.swift
[2251/2334] Compiling Vapor DebuggableError.swift
[2252/2334] Compiling Vapor Demangler.swift
[2253/2334] Compiling Vapor ErrorSource.swift
[2254/2334] Compiling Vapor StackTrace.swift
[2255/2334] Compiling Vapor Exports.swift
[2256/2334] Compiling Vapor Application+HTTP.swift
[2257/2334] Compiling Vapor BasicResponder.swift
[2258/2334] Compiling Vapor BodyStream.swift
[2259/2334] Compiling Vapor Application+HTTP+Client.swift
[2260/2334] Compiling Vapor EventLoopHTTPClient.swift
[2261/2334] Compiling Vapor EndpointCache.swift
[2262/2334] Compiling Vapor HTTPMethod+String.swift
[2263/2334] Compiling Vapor HTTPStatus.swift
[2264/2334] Compiling Vapor HTTPCookies.swift
[2265/2334] Compiling Vapor HTTPHeaderCacheControl.swift
[2266/2334] Compiling Vapor HTTPHeaderExpires.swift
[2267/2334] Compiling Vapor HTTPHeaderLastModified.swift
[2268/2334] Compiling Vapor HTTPHeaders+Cache.swift
[2269/2334] Compiling Vapor HTTPHeaders+Connection.swift
[2270/2334] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2271/2334] Compiling Vapor HTTPHeaders+ContentRange.swift
[2272/2334] Compiling Vapor HTTPHeaders+Directive.swift
[2273/2334] Compiling Vapor HTTPHeaders+Forwarded.swift
[2274/2334] Compiling Vapor HTTPHeaders+Link.swift
[2275/2334] Compiling Vapor HTTPHeaders+Name.swift
[2276/2334] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2277/2334] Compiling Vapor HTTPHeaders.swift
[2278/2334] Compiling Vapor HTTPMediaType.swift
[2279/2334] Compiling Vapor HTTPMediaTypePreference.swift
[2280/2334] Compiling Vapor Responder.swift
[2281/2334] Compiling Vapor Application+HTTP+Server.swift
[2282/2334] Compiling Vapor HTTPServer.swift
[2283/2334] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2284/2334] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2285/2334] Compiling Vapor HTTPServerHandler.swift
[2286/2334] Compiling Vapor HTTPServerRequestDecoder.swift
[2287/2334] Compiling Vapor AsyncBasicResponder.swift
[2288/2334] Compiling Vapor AsyncMiddleware.swift
[2289/2334] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2290/2334] Compiling Vapor AsyncSessionDriver.swift
[2291/2334] Compiling Vapor Authentication+Concurrency.swift
[2292/2334] Compiling Vapor Cache+Concurrency.swift
[2293/2334] Compiling Vapor Client+Concurrency.swift
[2294/2334] Compiling Vapor RequestBody+Concurrency.swift
[2295/2334] Compiling Vapor Responder+Concurrency.swift
[2296/2334] Compiling Vapor ResponseCodable+Concurrency.swift
[2297/2334] Compiling Vapor RoutesBuilder+Concurrency.swift
[2298/2334] Compiling Vapor ViewRenderer+Concurrency.swift
[2299/2334] Compiling Vapor WebSocket+Concurrency.swift
[2300/2334] Compiling Vapor ContainerGetPathExecutor.swift
[2301/2334] Compiling Vapor Content.swift
[2302/2334] Compiling Vapor ContentCoders.swift
[2303/2334] Compiling Vapor ContentConfiguration.swift
[2304/2334] Compiling Vapor ContentContainer.swift
[2305/2334] Compiling Vapor JSONCoder+Custom.swift
[2306/2334] Compiling Vapor JSONCoders+Content.swift
[2307/2334] Compiling Vapor PlaintextDecoder.swift
[2308/2334] Compiling Vapor PlaintextEncoder.swift
[2309/2334] Compiling Vapor URLQueryCoders.swift
[2310/2334] Compiling Vapor URLQueryContainer.swift
[2311/2334] Compiling Vapor Bytes+Hex.swift
[2312/2334] Compiling Vapor Bytes+SecureCompare.swift
[2313/2334] Compiling Vapor Collection+Safe.swift
[2314/2334] Compiling Vapor DataProtocol+Copy.swift
[2315/2334] Compiling Vapor DecoderUnwrapper.swift
[2316/2334] Compiling Vapor DirectoryConfiguration.swift
[2317/2334] Compiling Vapor DotEnv.swift
[2318/2334] Compiling Vapor Extendable.swift
[2319/2334] Compiling Vapor File.swift
[2320/2334] Compiling Vapor FileIO.swift
[2321/2334] Compiling Vapor LifecycleHandler.swift
[2322/2334] Compiling Vapor OptionalType.swift
[2323/2334] Compiling Vapor RFC1123.swift
[2324/2334] Compiling Vapor SocketAddress+Hostname.swift
[2325/2334] Compiling Vapor Storage.swift
[2326/2334] Compiling Vapor String+IsIPAddress.swift
[2327/2334] Compiling Vapor Thread.swift
[2328/2334] Compiling Vapor URI.swift
[2329/2334] Compiling Vapor RangeResult.swift
[2330/2334] Compiling Vapor Validatable.swift
[2331/2334] Compiling Vapor Validation.swift
[2332/2334] Compiling Vapor ValidationKey.swift
[2333/2334] Compiling Vapor Validations.swift
[2334/2334] Compiling Vapor ValidationsError.swift
[2336/2344] Compiling VaporTypedRoutes TypedRequest+Query.swift
[2337/2344] Compiling VaporTypedRoutes TypedPathComponent.swift
[2338/2344] Compiling VaporTypedRoutes RoutesBuilderContext+Concurrency.swift
[2339/2345] Compiling VaporTypedRoutes RoutesBuilder+RouteContext.swift
[2340/2345] Compiling VaporTypedRoutes RouteContext.swift
[2341/2345] Compiling VaporTypedRoutes ResponseContext.swift
[2342/2345] Compiling VaporTypedRoutes QueryParam.swift
[2343/2345] Compiling VaporTypedRoutes ResponseBuilder.swift
[2344/2345] Emitting module VaporTypedRoutes
[2345/2345] Compiling VaporTypedRoutes TypedRequest.swift
[2347/2356] Compiling VaporOpenAPI Route+Metadata.swift
[2348/2357] Compiling VaporOpenAPI Sampleable+OpenAPIExample.swift
[2349/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 |
[2350/2357] Compiling VaporOpenAPI VaporHttp+OpenAPI.swift
[2351/2357] Compiling VaporOpenAPI VaporPathComponent+OpenAPI.swift
[2352/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:
[2353/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:
[2354/2357] Compiling VaporOpenAPI Exports.swift
[2355/2357] Compiling VaporOpenAPI QueryParam+OpenAPI.swift
[2356/2357] Compiling VaporOpenAPI VaporRoutes+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! (415.21s)
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.