Build Information
Successful build of VaporOpenAPI, reference 0.7.0 (026e8b
), with Swift 6.0 for Linux on 26 Mar 2025 03:06:39 UTC.
Swift 6 data race errors: 11
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/VaporOpenAPI.git
Reference: 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.0
Building package at path: $PWD
https://github.com/mattpolzin/VaporOpenAPI.git
https://github.com/mattpolzin/VaporOpenAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.86.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "vaportypedroutes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
},
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "openapireflection",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
}
],
"manifest_display_name" : "VaporOpenAPI",
"name" : "VaporOpenAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporOpenAPI",
"targets" : [
"VaporOpenAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporOpenAPITests",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPITests",
"path" : "Tests/VaporOpenAPITests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"VaporOpenAPITests.swift"
],
"target_dependencies" : [
"VaporOpenAPI"
],
"type" : "test"
},
{
"c99name" : "VaporOpenAPI",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPI",
"path" : "Sources/VaporOpenAPI",
"product_dependencies" : [
"Vapor",
"VaporTypedRoutes",
"OpenAPIKit",
"OpenAPIReflection"
],
"product_memberships" : [
"VaporOpenAPI"
],
"sources" : [
"ContentConfiguration+JSONEncoder.swift",
"EventLoopFuture+OpenAPI.swift",
"Exports.swift",
"QueryParam+OpenAPI.swift",
"Route+Metadata.swift",
"Sampleable+OpenAPIExample.swift",
"VaporHttp+OpenAPI.swift",
"VaporPathComponent+OpenAPI.swift",
"VaporRoute+OpenAPI.swift",
"VaporRoutes+OpenAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
Fetching https://github.com/mattpolzin/VaporTypedRoutes.git
[1/362] Fetching openapireflection
[363/560] Fetching openapireflection, vaportypedroutes
Fetched https://github.com/mattpolzin/VaporTypedRoutes.git from cache (0.45s)
[363/74416] Fetching openapireflection, vapor
[6288/152823] Fetching openapireflection, vapor, openapikit
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (3.50s)
Fetched https://github.com/vapor/vapor.git from cache (3.57s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (6.18s)
Computing version for https://github.com/mattpolzin/VaporTypedRoutes.git
Computed https://github.com/mattpolzin/VaporTypedRoutes.git at 0.10.0 (3.49s)
Computing version for https://github.com/mattpolzin/OpenAPIReflection.git
Computed https://github.com/mattpolzin/OpenAPIReflection.git at 2.0.1 (0.97s)
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.32s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (1.03s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.4.2 (0.91s)
Fetching https://github.com/jpsim/Yams.git
[1/10287] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.54s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.0 (0.69s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1034] Fetching swift-service-context
[550/4230] Fetching swift-service-context, multipart-kit
[1566/6763] Fetching swift-service-context, multipart-kit, websocket-kit
[5198/8468] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics
[5727/14331] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-algorithms
[5786/19283] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.59s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.59s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[5869/9592] Fetching multipart-kit, websocket-kit, swift-atomics, swift-metrics
[5956/13379] Fetching multipart-kit, websocket-kit, swift-atomics, swift-metrics, swift-log
[8317/18819] Fetching multipart-kit, websocket-kit, swift-atomics, swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.39s)
[14262/16661] Fetching multipart-kit, websocket-kit, swift-atomics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
[14300/16661] Fetching multipart-kit, websocket-kit, swift-atomics, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.40s)
Fetching https://github.com/apple/swift-nio.git
[8879/11221] Fetching multipart-kit, websocket-kit, swift-atomics, swift-log
[10427/22602] Fetching multipart-kit, websocket-kit, swift-atomics, swift-log, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (1.53s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.53s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[15293/18364] Fetching multipart-kit, swift-log, swift-nio-http2
[17115/92735] Fetching multipart-kit, swift-log, swift-nio-http2, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (1.59s)
Fetching https://github.com/vapor/console-kit.git
[15117/89539] Fetching swift-log, swift-nio-http2, swift-nio
[17349/110229] Fetching swift-log, swift-nio-http2, swift-nio, routing-kit
[23718/115714] Fetching swift-log, swift-nio-http2, swift-nio, routing-kit, console-kit
[26970/128564] Fetching swift-log, swift-nio-http2, swift-nio, routing-kit, console-kit, swift-crypto
[55339/143026] Fetching swift-log, swift-nio-http2, swift-nio, routing-kit, console-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/console-kit.git from cache (0.50s)
[54387/137541] Fetching swift-log, swift-nio-http2, swift-nio, routing-kit, swift-crypto, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.19s)
[53845/126160] Fetching swift-log, swift-nio, routing-kit, swift-crypto, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
[71604/128530] Fetching swift-log, swift-nio, routing-kit, swift-crypto, swift-nio-ssl, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.43s)
[80157/126160] Fetching swift-log, swift-nio, routing-kit, swift-crypto, swift-nio-ssl
[82804/139895] Fetching swift-log, swift-nio, routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.24s)
[76973/119205] Fetching swift-log, swift-nio, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.12s)
[81620/105470] Fetching swift-log, swift-nio, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (2.60s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (16.33s)
Fetched https://github.com/apple/swift-nio.git from cache (16.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.39s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[2993/8008] Fetching swift-log, swift-system
[5695/23903] Fetching swift-log, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.65s)
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.76s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (1.59s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[2993/6123] Fetching swift-log, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.25s)
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.98s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.86s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[2993/4880] Fetching swift-log, swift-http-structured-headers
[4021/5757] Fetching swift-log, swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.38s)
Fetching https://github.com/apple/swift-numerics.git
[2993/9446] Fetching swift-log, swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (0.96s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
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.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.92s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.14s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.96s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.96s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (3.07s)
Fetching https://github.com/apple/swift-asn1.git
[2993/5334] Fetching swift-log, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.76s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/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/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.4.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
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/mattpolzin/OpenAPIReflection.git
Working copy of https://github.com/mattpolzin/OpenAPIReflection.git resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-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/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-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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/mattpolzin/VaporTypedRoutes.git
Working copy of https://github.com/mattpolzin/VaporTypedRoutes.git resolved at 0.10.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Building for debugging...
[0/836] Write sources
[47/836] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[48/836] Write sources
[49/836] Compiling CNIOWindows shim.c
[50/836] Compiling CNIOWindows WSAStartup.c
[51/836] Write sources
[58/836] Compiling CNIOWASI CNIOWASI.c
[58/836] Compiling CNIOSHA1 c_nio_sha1.c
[60/836] Compiling CVaporBcrypt bcrypt.c
[61/836] Compiling _NumericsShims _NumericsShims.c
[62/836] Compiling CVaporBcrypt blf.c
[63/836] Compiling CNIOLinux liburing_shims.c
[64/836] Compiling _AtomicsShims.c
[65/836] Compiling CSystem shims.c
[66/836] Compiling CNIOExtrasZlib empty.c
[67/836] Compiling CNIODarwin shim.c
[68/836] Compiling CNIOLLHTTP c_nio_http.c
[69/836] Compiling CNIOLinux shim.c
[70/836] Compiling fiat_p256_adx_mul.S
[71/836] Compiling fiat_curve25519_adx_square.S
[72/836] Compiling fiat_p256_adx_sqr.S
[73/836] Compiling fiat_curve25519_adx_mul.S
[74/836] Compiling CNIOLLHTTP c_nio_api.c
[75/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/836] Write swift-version-24593BA9C3E375BF.txt
[77/836] Compiling CNIOBoringSSLShims shims.c
[78/840] Compiling tls_method.cc
[79/840] Compiling tls_record.cc
[80/840] Compiling tls13_client.cc
[81/840] Compiling tls13_both.cc
[82/840] Compiling t1_enc.cc
[83/840] Compiling tls13_server.cc
[84/840] Compiling tls13_enc.cc
[86/923] Emitting module SystemPackage
[87/926] Emitting module OpenAPIKitCore
[88/930] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[89/930] Compiling OpenAPIKitCore Either.swift
[90/931] Compiling OpenAPIKitCore Discriminator.swift
[91/931] Compiling OpenAPIKitCore HttpMethod.swift
[92/931] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[93/931] Compiling OpenAPIKitCore JSONTypeFormat.swift
[94/931] Compiling RealModule RealFunctions.swift
[95/931] Compiling ServiceContextModule ServiceContextKey.swift
[96/931] Emitting module Sampleable
[97/931] Compiling Sampleable Sampleable.swift
[98/932] Compiling RealModule ElementaryFunctions.swift
[99/932] Emitting module RealModule
[100/932] Compiling OpenAPIKitCore AnyCodable.swift
[101/932] Compiling OpenAPIKitCore Either+Codable.swift
[103/932] Compiling RealModule Real.swift
[104/932] Compiling RealModule Float16+Real.swift
[105/932] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[106/932] Compiling OpenAPIKitCore DiggingError.swift
[107/932] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[108/932] Compiling OpenAPIKitCore InconsistencyError.swift
[109/932] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[110/932] Compiling RealModule Float+Real.swift
[111/932] Emitting module ServiceContextModule
[112/932] Compiling ServiceContextModule ServiceContext.swift
[113/932] Compiling _NIODataStructures _TinyArray.swift
[114/932] Compiling _NIODataStructures PriorityQueue.swift
[115/933] Compiling _NIOBase64 Base64.swift
[116/933] Emitting module _NIOBase64
[117/933] Compiling OpenAPIKitCore OAuthFlows.swift
[118/933] Compiling OpenAPIKitCore ParameterContextLocation.swift
[119/933] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[120/933] Compiling SystemPackage Util+StringArray.swift
[121/933] Compiling SystemPackage Util.swift
[122/933] Compiling SystemPackage UtilConsumers.swift
[123/933] Compiling RealModule Float80+Real.swift
[128/935] Compiling OpenAPIKitCore CodingPathError.swift
[135/980] Emitting module Instrumentation
[136/980] Compiling Instrumentation MultiplexInstrument.swift
[137/980] Compiling Instrumentation NoOpInstrument.swift
[138/980] Compiling Atomics AtomicReference.swift
[139/980] Compiling Atomics AtomicStorage.swift
[140/980] Compiling InternalCollectionsUtilities Debugging.swift
[141/980] Compiling Atomics ManagedAtomic.swift
[142/980] Compiling Logging MetadataProvider.swift
[143/980] Emitting module _NIODataStructures
[144/980] Compiling _NIODataStructures Heap.swift
[145/980] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[146/980] Compiling Atomics IntegerConformances.swift
[147/983] Compiling Instrumentation Locks.swift
[148/983] Compiling Instrumentation InstrumentationSystem.swift
[149/983] Compiling Instrumentation Instrument.swift
[150/984] Compiling Logging LogHandler.swift
[151/984] Compiling Logging Locks.swift
[152/984] Emitting module Logging
[153/984] Compiling Logging Logging.swift
[154/985] Compiling Atomics PointerConformances.swift
[155/985] Compiling Atomics Primitives.native.swift
[158/985] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[159/985] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[160/985] Compiling OpenAPIKitCore ComponentKey.swift
[161/985] Compiling OpenAPIKitCore ContentType.swift
[178/988] Compiling Atomics AtomicMemoryOrderings.swift
[179/988] Compiling Atomics DoubleWord.swift
[182/988] Emitting module CoreMetrics
[183/1021] Compiling Algorithms AdjacentPairs.swift
[184/1021] Compiling Algorithms Chain.swift
[185/1021] Compiling Algorithms Chunked.swift
[186/1027] Compiling Algorithms Split.swift
[187/1027] Compiling Algorithms Stride.swift
[188/1027] Compiling Tracing InstrumentationSystem+Tracing.swift
[189/1027] Emitting module RoutingKit
[190/1027] Compiling Tracing TracingTime.swift
[191/1027] Compiling Algorithms Combinations.swift
[192/1027] Compiling Algorithms FlattenCollection.swift
[193/1027] Compiling Algorithms Grouped.swift
[194/1027] Compiling Algorithms Compacted.swift
[195/1027] Compiling Algorithms Cycle.swift
[196/1027] Compiling Algorithms EitherSequence.swift
[197/1027] Compiling Tracing TracerProtocol.swift
[198/1027] Emitting module InternalCollectionsUtilities
[202/1027] Compiling Algorithms Indexed.swift
[203/1027] Compiling Algorithms Intersperse.swift
[206/1027] Emitting module Tracing
[207/1028] Compiling CoreMetrics Locks.swift
[208/1028] Compiling CoreMetrics Metrics.swift
[209/1028] Compiling RoutingKit Router.swift
[210/1028] Compiling RoutingKit PathComponent.swift
[211/1028] Compiling RoutingKit TrieRouter.swift
[212/1029] Compiling Tracing Tracer.swift
[213/1029] Compiling Tracing TracerProtocol+Legacy.swift
[216/1029] Compiling Algorithms FirstNonNil.swift
[217/1029] Compiling Algorithms Joined.swift
[218/1029] Compiling Algorithms Keyed.swift
[219/1029] Compiling Algorithms MinMax.swift
[220/1029] Compiling Algorithms Partition.swift
[221/1029] Compiling Algorithms Permutations.swift
[222/1029] Compiling Algorithms Product.swift
[226/1029] Compiling Tracing NoOpTracer.swift
[227/1029] Compiling Tracing SpanProtocol.swift
[235/1030] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[236/1030] Compiling OpenAPIKitCore URLTemplate.swift
[242/1057] Compiling _RopeModule BigString+Summary.swift
[243/1057] Compiling _RopeModule BigString.swift
[244/1057] Compiling _RopeModule BigString+Comparable.swift
[245/1101] Compiling _RopeModule BigString+Insert.swift
[246/1101] Compiling _RopeModule BigString+Managing Breaks.swift
[247/1101] Compiling _RopeModule BigString+RemoveSubrange.swift
[248/1101] Compiling _RopeModule BigString+ReplaceSubrange.swift
[249/1101] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[250/1101] Compiling _RopeModule BigString+CustomStringConvertible.swift
[251/1101] Compiling _RopeModule BigString+Equatable.swift
[252/1157] Compiling ssl_x509.cc
[254/1158] Compiling RoutingKit AnyRouter.swift
[255/1158] Compiling RoutingKit Parameters.swift
[256/1160] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[257/1160] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[258/1160] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[259/1160] Compiling OrderedCollections OrderedDictionary+Values.swift
[260/1160] Compiling OrderedCollections OrderedDictionary.swift
[261/1160] Compiling OrderedCollections OrderedSet+Codable.swift
[263/1161] Emitting module Metrics
[263/1227] Compiling ssl_versions.cc
[265/1227] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[266/1227] Compiling OpenAPIKit DereferencedJSONSchema.swift
[267/1227] Compiling OpenAPIKit JSONSchema+Combining.swift
[268/1227] Compiling OpenAPIKit JSONSchema.swift
[269/1227] Compiling OpenAPIKit JSONSchemaContext.swift
[270/1227] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[271/1227] Compiling OpenAPIKit TypesAndFormats.swift
[272/1227] Compiling OpenAPIKit ResolvedRoute.swift
[273/1227] Compiling OpenAPIKit DereferencedRequest.swift
[274/1227] Compiling OpenAPIKit Request.swift
[275/1227] Compiling OpenAPIKit DereferencedResponse.swift
[276/1227] Compiling OpenAPIKit Response.swift
[277/1227] Compiling OpenAPIKit RuntimeExpression.swift
[278/1227] Compiling OpenAPIKit SchemaProtocols.swift
[279/1234] Compiling OpenAPIKit Content.swift
[280/1234] Compiling OpenAPIKit ContentEncoding.swift
[281/1234] Compiling OpenAPIKit DereferencedContent.swift
[282/1234] Compiling HeapModule Heap+Descriptions.swift
[283/1234] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[284/1234] Compiling Metrics Metrics.swift
[286/1235] Compiling OpenAPIKit Either+Validatable.swift
[287/1235] Compiling OpenAPIKit DocumentDecodingError.swift
[288/1235] Compiling OpenAPIKit OperationDecodingError.swift
[289/1235] Compiling OpenAPIKit PathDecodingError.swift
[290/1235] Compiling OpenAPIKit ResolvedDocument.swift
[291/1235] Compiling OpenAPIKit Either+Convenience.swift
[292/1235] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[293/1235] Compiling OpenAPIKit Either+Summarizable.swift
[298/1235] Compiling OpenAPIKit ResponseDecodingError.swift
[299/1235] Compiling OpenAPIKit Example.swift
[300/1235] Compiling OpenAPIKit ExternalDocumentation.swift
[301/1235] Compiling OpenAPIKit DereferencedHeader.swift
[302/1235] Compiling HeapModule _HeapNode.swift
[303/1235] Compiling HeapModule Heap.swift
[304/1268] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[305/1268] Compiling OpenAPIKit DereferencedParameter.swift
[306/1268] Compiling OpenAPIKit DereferencedSchemaContext.swift
[307/1268] Compiling OpenAPIKit Parameter.swift
[308/1268] Compiling OpenAPIKit ParameterContext.swift
[309/1268] Compiling OpenAPIKit ParameterSchemaContext.swift
[310/1268] Compiling OpenAPIKit DereferencedPathItem.swift
[311/1268] Compiling OpenAPIKit PathItem.swift
[312/1268] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[313/1268] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[314/1268] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[315/1268] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[316/1268] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[317/1268] Compiling HashTreeCollections _HashNode+Structural merge.swift
[318/1268] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[319/1268] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[320/1268] Compiling HashTreeCollections _HashNode+Structural union.swift
[321/1268] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[322/1268] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[323/1268] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[324/1268] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[325/1268] Compiling HashTreeCollections _HashNode.swift
[326/1268] Compiling HashTreeCollections _HashNodeHeader.swift
[327/1268] Compiling HashTreeCollections _HashSlot.swift
[328/1311] Compiling HeapModule Heap+UnsafeHandle.swift
[329/1311] Compiling HeapModule Heap+Invariants.swift
[330/1311] Emitting module HeapModule
[341/1321] Compiling HashTreeCollections _AncestorHashSlots.swift
[342/1321] Compiling HashTreeCollections _Bitmap.swift
[343/1321] Compiling HashTreeCollections _Bucket.swift
[344/1321] Compiling HashTreeCollections _Hash.swift
[349/1321] Compiling HashTreeCollections _HashNode+Storage.swift
[350/1321] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[351/1321] Compiling HashTreeCollections _HashNode+Structural filter.swift
[356/1321] Compiling HashTreeCollections _HashLevel.swift
[357/1321] Compiling HashTreeCollections _HashNode+Builder.swift
[358/1321] Compiling HashTreeCollections _HashNode+Debugging.swift
[359/1321] Compiling HashTreeCollections _HashNode+Initializers.swift
[360/1321] Compiling HashTreeCollections _HashNode+Invariants.swift
[361/1321] Compiling HashTreeCollections _HashNode+Lookups.swift
[362/1321] Compiling HashTreeCollections TreeSet+Hashable.swift
[363/1321] Compiling HashTreeCollections TreeSet+Sendable.swift
[364/1321] Compiling _RopeModule Rope+Join.swift
[365/1321] Compiling _RopeModule Rope+MutatingForEach.swift
[366/1321] Compiling _RopeModule Rope+Remove.swift
[367/1321] Compiling _RopeModule Rope+RemoveSubrange.swift
[368/1321] Compiling _RopeModule Rope+Split.swift
[369/1321] Compiling _RopeModule Optional Utilities.swift
[370/1321] Compiling _RopeModule String Utilities.swift
[371/1321] Compiling _RopeModule String.Index+ABI.swift
[372/1331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[373/1331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[374/1331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[392/1331] Compiling HashTreeCollections _HashStack.swift
[393/1331] Compiling HashTreeCollections _HashTreeIterator.swift
[394/1331] Compiling HashTreeCollections _HashTreeStatistics.swift
[395/1331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[396/1331] Compiling HashTreeCollections _RawHashNode.swift
[397/1331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[398/1331] Compiling HashTreeCollections _UnsafePath.swift
[399/1331] Compiling HashTreeCollections TreeDictionary+Codable.swift
[400/1331] Compiling HashTreeCollections TreeDictionary+Keys.swift
[401/1331] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[402/1331] Compiling HashTreeCollections TreeDictionary+Merge.swift
[403/1331] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[404/1331] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[405/1331] Compiling HashTreeCollections TreeDictionary+Values.swift
[406/1331] Compiling HashTreeCollections TreeDictionary.swift
[407/1331] Compiling HashTreeCollections TreeSet+Codable.swift
[408/1331] Compiling HashTreeCollections TreeSet+Collection.swift
[409/1331] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[410/1331] Compiling HashTreeCollections TreeSet+Debugging.swift
[411/1331] Compiling HashTreeCollections TreeSet+Descriptions.swift
[412/1331] Compiling HashTreeCollections TreeSet+Equatable.swift
[413/1331] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[414/1331] Compiling HashTreeCollections TreeSet+Extras.swift
[415/1331] Compiling HashTreeCollections TreeSet+Filter.swift
[428/1331] Emitting module Atomics
[429/1332] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[430/1332] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[431/1332] Compiling HashTreeCollections TreeDictionary+Filter.swift
[432/1332] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[433/1332] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[441/1332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[442/1332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[443/1332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[444/1332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[445/1332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[446/1332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[447/1332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[448/1332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[449/1332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[450/1332] Compiling HashTreeCollections TreeSet.swift
[458/1347] Compiling DequeModule Deque+CustomReflectable.swift
[459/1347] Compiling DequeModule Deque+Descriptions.swift
[460/1349] Compiling DequeModule Deque+Equatable.swift
[461/1349] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[462/1349] Compiling DequeModule _DequeBuffer.swift
[463/1349] Compiling DequeModule _DequeBufferHeader.swift
[471/1349] Compiling HashTreeCollections TreeDictionary+Collection.swift
[472/1349] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[473/1349] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[474/1349] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[475/1349] Emitting module OrderedCollections
[477/1350] Compiling DequeModule _DequeSlot.swift
[478/1350] Compiling DequeModule _UnsafeWrappedBuffer.swift
[479/1350] Emitting module Algorithms
[480/1350] Emitting module OpenAPIKit
[481/1359] Compiling ssl_stat.cc
[483/1359] Emitting module _RopeModule
[483/1359] Compiling ssl_transcript.cc
[485/1359] Compiling DequeModule Deque+Testing.swift
[486/1359] Compiling DequeModule Deque._Storage.swift
[487/1359] Compiling DequeModule Deque+Extras.swift
[488/1359] Compiling DequeModule Deque+Hashable.swift
[489/1359] Compiling DequeModule Deque._UnsafeHandle.swift
[490/1359] Compiling DequeModule Deque.swift
[491/1359] Compiling DequeModule Deque+Codable.swift
[492/1359] Compiling DequeModule Deque+Collection.swift
[522/1359] Emitting module DequeModule
[524/1361] Compiling ssl_session.cc
[551/1361] Compiling ssl_privkey.cc
[574/1361] Compiling ssl_key_share.cc
[584/1361] Compiling ssl_lib.cc
[585/1361] Compiling ssl_file.cc
[586/1361] Compiling ssl_cipher.cc
[587/1361] Compiling ssl_credential.cc
[588/1361] Compiling ssl_buffer.cc
[589/1361] Compiling ssl_cert.cc
[591/1361] Emitting module HashTreeCollections
[591/1362] Compiling ssl_asn1.cc
[609/1362] Compiling ssl_aead_ctx.cc
[611/1362] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[612/1362] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[613/1362] Compiling OpenAPIKit Validation+Builtins.swift
[614/1362] Compiling OpenAPIKit Validation.swift
[615/1362] Compiling OpenAPIKit Validator+Convenience.swift
[616/1362] Compiling OpenAPIKit Validator.swift
[617/1362] Compiling OpenAPIKit XML.swift
[618/1362] Compiling OpenAPIKit _CoreReExport.swift
[618/1362] Compiling s3_pkt.cc
[619/1362] Compiling s3_lib.cc
[620/1362] Compiling s3_both.cc
[621/1362] Compiling handshake_server.cc
[622/1362] Compiling handshake_client.cc
[623/1362] Compiling handoff.cc
[624/1362] Compiling handshake.cc
[625/1362] Compiling dtls_record.cc
[626/1362] Compiling extensions.cc
[627/1362] Compiling encrypted_client_hello.cc
[628/1362] Compiling md5-x86_64-linux.S
[637/1362] Compiling dtls_method.cc
[638/1362] Compiling md5-x86_64-apple.S
[639/1363] Compiling md5-586-linux.S
[641/1363] Compiling md5-586-apple.S
[642/1363] Compiling chacha20_poly1305_x86_64-linux.S
[643/1363] Compiling chacha20_poly1305_x86_64-apple.S
[644/1363] Compiling d1_srtp.cc
[645/1363] Compiling err_data.cc
[646/1363] Compiling chacha20_poly1305_armv8-win.S
[647/1363] Compiling chacha20_poly1305_armv8-apple.S
[648/1363] Compiling chacha20_poly1305_armv8-linux.S
[649/1363] Compiling chacha-x86_64-apple.S
[650/1363] Compiling chacha-x86_64-linux.S
[651/1363] Compiling chacha-x86-linux.S
[652/1363] Compiling chacha-x86-apple.S
[653/1363] Compiling bio_ssl.cc
[654/1363] Compiling chacha-armv8-linux.S
[655/1363] Compiling chacha-armv8-win.S
[656/1363] Compiling chacha-armv4-linux.S
[657/1363] Compiling chacha-armv8-apple.S
[658/1363] Compiling d1_lib.cc
[659/1366] Compiling aes128gcmsiv-x86_64-apple.S
[660/1370] Compiling aes128gcmsiv-x86_64-linux.S
[661/1371] Compiling x86_64-mont5-linux.S
[662/1371] Compiling x86_64-mont5-apple.S
[663/1371] Compiling x86_64-mont-linux.S
[664/1371] Compiling x86_64-mont-apple.S
[665/1371] Compiling vpaes-x86_64-linux.S
[666/1371] Compiling x86-mont-linux.S
[666/1371] Compiling vpaes-x86_64-apple.S
[668/1371] Compiling x86-mont-apple.S
[669/1371] Compiling d1_pkt.cc
[671/1371] Compiling OpenAPIReflection Optional+ZipWith.swift
[671/1371] Compiling vpaes-x86-linux.S
[672/1371] Compiling vpaes-armv8-win.S
[673/1371] Compiling vpaes-armv7-linux.S
[674/1371] Compiling d1_both.cc
[675/1371] Compiling vpaes-armv8-linux.S
[676/1371] Compiling vpaes-armv8-apple.S
[677/1371] Compiling vpaes-x86-apple.S
[678/1371] Compiling sha512-x86_64-linux.S
[680/1371] Compiling OpenAPIReflection OpenAPI+Errors.swift
[680/1371] Compiling sha512-armv8-win.S
[681/1371] Compiling sha512-x86_64-apple.S
[682/1371] Compiling sha512-armv8-apple.S
[683/1371] Compiling sha512-586-linux.S
[684/1371] Compiling sha512-armv8-linux.S
[685/1371] Compiling sha512-586-apple.S
[686/1371] Compiling sha512-armv4-linux.S
[688/1371] Compiling OpenAPIReflection Date+OpenAPI.swift
[689/1371] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[690/1371] Emitting module OpenAPIReflection
[690/1371] Compiling sha256-x86_64-linux.S
[691/1371] Compiling sha256-x86_64-apple.S
[692/1371] Compiling sha256-armv8-apple.S
[693/1371] Compiling sha256-armv8-win.S
[694/1371] Compiling sha256-armv4-linux.S
[694/1371] Compiling sha256-armv8-linux.S
[696/1371] Compiling sha256-586-linux.S
[697/1371] Compiling sha256-586-apple.S
[698/1371] Compiling sha1-armv8-linux.S
[699/1371] Compiling sha1-x86_64-apple.S
[700/1371] Compiling sha1-armv8-win.S
[701/1371] Compiling sha1-armv4-large-linux.S
[702/1371] Compiling sha1-x86_64-linux.S
[703/1371] Compiling sha1-586-linux.S
[704/1371] Compiling sha1-586-apple.S
[705/1371] Compiling sha1-armv8-apple.S
[706/1371] Compiling rdrand-x86_64-linux.S
[707/1371] Compiling rsaz-avx2-linux.S
[708/1371] Compiling rdrand-x86_64-apple.S
[709/1371] Compiling p256_beeu-x86_64-asm-linux.S
[710/1371] Compiling rsaz-avx2-apple.S
[711/1371] Compiling p256_beeu-x86_64-asm-apple.S
[712/1371] Compiling p256_beeu-armv8-asm-win.S
[713/1371] Compiling p256_beeu-armv8-asm-linux.S
[714/1371] Compiling p256_beeu-armv8-asm-apple.S
[715/1371] Compiling p256-x86_64-asm-apple.S
[716/1371] Compiling p256-armv8-asm-win.S
[717/1371] Compiling p256-x86_64-asm-linux.S
[718/1371] Compiling p256-armv8-asm-apple.S
[720/1371] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[720/1371] Compiling p256-armv8-asm-linux.S
[722/1371] Compiling OpenAPIReflection SchemaProtocols.swift
[723/1371] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[723/1371] Compiling ghashv8-armv8-linux.S
[724/1372] Compiling ghashv8-armv8-win.S
[725/1372] Compiling ghashv8-armv8-apple.S
[726/1372] Compiling ghash-x86_64-linux.S
[727/1372] Compiling ghashv8-armv7-linux.S
[728/1372] Compiling ghash-x86_64-apple.S
[729/1372] Compiling ghash-x86-apple.S
[729/1372] Compiling ghash-x86-linux.S
[730/1372] Compiling ghash-ssse3-x86_64-apple.S
[732/1372] Compiling ghash-ssse3-x86_64-linux.S
[734/1372] Compiling ghash-ssse3-x86-linux.S
[735/1372] Compiling ghash-neon-armv8-apple.S
[736/1372] Compiling ghash-ssse3-x86-apple.S
[737/1372] Compiling ghash-neon-armv8-win.S
[738/1372] Compiling co-586-linux.S
[739/1372] Compiling ghash-neon-armv8-linux.S
[740/1372] Compiling ghash-armv4-linux.S
[741/1372] Compiling bsaes-armv7-linux.S
[742/1372] Compiling bn-armv8-linux.S
[743/1372] Compiling bn-armv8-win.S
[744/1372] Compiling co-586-apple.S
[745/1372] Compiling bn-armv8-apple.S
[746/1372] Compiling bn-586-apple.S
[747/1372] Compiling bn-586-linux.S
[748/1372] Compiling aesv8-gcm-armv8-win.S
[749/1372] Compiling armv8-mont-win.S
[750/1372] Compiling armv8-mont-apple.S
[751/1372] Compiling armv8-mont-linux.S
[752/1372] Compiling aesv8-gcm-armv8-linux.S
[753/1372] Compiling armv4-mont-linux.S
[754/1372] Compiling aesv8-armv8-win.S
[755/1372] Compiling aesv8-gcm-armv8-apple.S
[756/1372] Compiling aesv8-armv8-apple.S
[757/1372] Compiling aesv8-armv8-linux.S
[758/1372] Compiling aesv8-armv7-linux.S
[759/1372] Compiling aesni-x86_64-apple.S
[760/1372] Compiling aesni-x86-linux.S
[761/1372] Compiling aesni-x86_64-linux.S
[762/1372] Compiling aesni-x86-apple.S
[763/1372] Compiling aesni-gcm-x86_64-apple.S
[764/1372] Compiling aesni-gcm-x86_64-linux.S
[765/1372] Compiling x_x509a.cc
[766/1372] Compiling x_x509.cc
[767/1372] Compiling x_sig.cc
[768/1372] Compiling x_req.cc
[769/1372] Compiling x_spki.cc
[770/1372] Compiling x_name.cc
[771/1372] Compiling x_val.cc
[772/1372] Compiling x_pubkey.cc
[773/1372] Compiling x_crl.cc
[774/1372] Compiling x_exten.cc
[775/1372] Compiling x_all.cc
[776/1372] Compiling x_algor.cc
[777/1372] Compiling x509spki.cc
[778/1372] Compiling x509rset.cc
[779/1372] Compiling x509name.cc
[780/1372] Compiling x_attrib.cc
[781/1372] Compiling x509cset.cc
[782/1372] Compiling x509_txt.cc
[783/1372] Compiling x509_v3.cc
[784/1372] Compiling x509_vfy.cc
[785/1372] Compiling x509_set.cc
[786/1372] Compiling x509_vpm.cc
[787/1372] Compiling x509_trs.cc
[788/1372] Compiling x509_req.cc
[789/1372] Compiling x509_obj.cc
[790/1372] Compiling x509_lu.cc
[791/1372] Compiling x509_d2.cc
[792/1372] Compiling x509_def.cc
[793/1372] Compiling x509_ext.cc
[794/1372] Compiling x509_cmp.cc
[795/1372] Compiling x509_att.cc
[796/1372] Compiling x509.cc
[797/1372] Compiling v3_skey.cc
[798/1372] Compiling v3_prn.cc
[799/1372] Compiling v3_ocsp.cc
[800/1372] Compiling v3_utl.cc
[801/1372] Compiling v3_purp.cc
[802/1372] Compiling v3_pmaps.cc
[803/1372] Compiling v3_pcons.cc
[804/1372] Compiling v3_ncons.cc
[805/1372] Compiling v3_lib.cc
[806/1372] Compiling v3_int.cc
[807/1372] Compiling v3_ia5.cc
[808/1372] Compiling v3_info.cc
[809/1372] Compiling v3_crld.cc
[810/1372] Compiling v3_extku.cc
[811/1372] Compiling v3_enum.cc
[812/1372] Compiling v3_genn.cc
[813/1372] Compiling v3_bitst.cc
[814/1372] Compiling v3_cpols.cc
[815/1372] Compiling v3_conf.cc
[816/1372] Compiling v3_bcons.cc
[817/1372] Compiling t_x509.cc
[818/1372] Compiling v3_alt.cc
[819/1372] Compiling v3_akeya.cc
[820/1372] Compiling t_x509a.cc
[821/1372] Compiling v3_akey.cc
[822/1372] Compiling rsa_pss.cc
[823/1372] Compiling t_crl.cc
[824/1372] Compiling t_req.cc
[825/1372] Compiling name_print.cc
[826/1372] Compiling i2d_pr.cc
[827/1372] Compiling policy.cc
[828/1372] Compiling by_dir.cc
[829/1372] Compiling asn1_gen.cc
[830/1372] Compiling by_file.cc
[831/1372] Compiling trust_token.cc
[832/1372] Compiling a_sign.cc
[833/1372] Compiling voprf.cc
[834/1372] Compiling algorithm.cc
[835/1372] Compiling thread_pthread.cc
[836/1372] Compiling pmbtoken.cc
[837/1372] Compiling a_verify.cc
[838/1372] Compiling thread.cc
[839/1372] Compiling thread_win.cc
[840/1372] Compiling thread_none.cc
[841/1372] Compiling a_digest.cc
[842/1372] Compiling stack.cc
[843/1372] Compiling sha512.cc
[844/1372] Compiling merkle.cc
[845/1372] Compiling fors.cc
[846/1372] Compiling wots.cc
[847/1372] Compiling thash.cc
[848/1372] Compiling siphash.cc
[849/1372] Compiling slhdsa.cc
[850/1372] Compiling sha256.cc
[851/1372] Compiling sha1.cc
[852/1372] Compiling rsa_print.cc
[853/1372] Compiling rc4.cc
[854/1372] Compiling rsa_extra.cc
[855/1372] Compiling refcount.cc
[856/1372] Compiling rsa_asn1.cc
[857/1372] Compiling windows.cc
[858/1372] Compiling trusty.cc
[859/1372] Compiling rsa_crypt.cc
[860/1372] Compiling rand_extra.cc
[861/1372] Compiling getentropy.cc
[862/1372] Compiling passive.cc
[863/1372] Compiling urandom.cc
[864/1372] Compiling ios.cc
[865/1372] Compiling forkunsafe.cc
[866/1372] Compiling poly1305_arm_asm.S
[867/1372] Compiling deterministic.cc
[868/1372] Compiling fork_detect.cc
[869/1372] Compiling pool.cc
[870/1372] Compiling poly1305_arm.cc
[871/1372] Compiling poly1305_vec.cc
[872/1372] Compiling poly1305.cc
[873/1372] Compiling pkcs7.cc
[874/1372] Compiling p5_pbev2.cc
[875/1372] Compiling pkcs7_x509.cc
[876/1372] Compiling pem_xaux.cc
[877/1372] Compiling pkcs8.cc
[878/1372] Compiling pkcs8_x509.cc
[879/1372] Compiling pem_x509.cc
[880/1372] Compiling pem_pkey.cc
[881/1372] Compiling pem_pk8.cc
[882/1372] Compiling pem_oth.cc
[883/1372] Compiling obj_xref.cc
[884/1372] Compiling obj.cc
[885/1372] Compiling mem.cc
[886/1372] Compiling pem_lib.cc
[887/1372] Compiling pem_all.cc
[888/1372] Compiling pem_info.cc
[889/1372] Compiling mlkem.cc
[890/1372] Compiling mldsa.cc
[891/1372] Compiling md5.cc
[892/1372] Compiling fips_shared_support.cc
[893/1372] Compiling md4.cc
[894/1372] Compiling lhash.cc
[895/1372] Compiling poly_rq_mul.S
[896/1372] Compiling keccak.cc
[897/1372] Compiling kyber.cc
[898/1372] Compiling ex_data.cc
[899/1372] Compiling hpke.cc
[900/1372] Compiling hrss.cc
[901/1372] Compiling sign.cc
[902/1372] Compiling scrypt.cc
[903/1372] Compiling pbkdf.cc
[904/1372] Compiling print.cc
[905/1372] Compiling p_x25519_asn1.cc
[906/1372] Compiling p_x25519.cc
[907/1372] Compiling p_rsa_asn1.cc
[908/1372] Compiling p_rsa.cc
[909/1372] Compiling p_ed25519.cc
[910/1372] Compiling p_ed25519_asn1.cc
[911/1372] Compiling p_hkdf.cc
[912/1372] Compiling p_ec_asn1.cc
[913/1372] Compiling p_ec.cc
[914/1372] Compiling p_dsa_asn1.cc
[915/1372] Compiling p_dh_asn1.cc
[916/1372] Compiling p_dh.cc
[917/1372] Compiling evp_ctx.cc
[918/1372] Compiling evp_asn1.cc
[919/1372] Compiling evp.cc
[920/1372] Compiling err.cc
[921/1372] Compiling engine.cc
[922/1372] Compiling ecdh_extra.cc
[923/1372] Compiling ecdsa_asn1.cc
[924/1372] Compiling hash_to_curve.cc
[925/1372] Compiling ec_derive.cc
[926/1372] Compiling ec_asn1.cc
[927/1372] Compiling dsa_asn1.cc
[927/1372] Compiling dsa.cc
[929/1372] Compiling params.cc
[930/1372] Compiling digest_extra.cc
[931/1372] Compiling x25519-asm-arm.S
[932/1372] Compiling dh_asn1.cc
[933/1372] Compiling des.cc
[934/1372] Compiling crypto.cc
[935/1372] Compiling spake25519.cc
[936/1372] Compiling cpu_intel.cc
[937/1372] Compiling bcm.cc
[938/1372] Compiling cpu_arm_linux.cc
[939/1372] Compiling cpu_aarch64_openbsd.cc
[940/1372] Compiling cpu_arm_freebsd.cc
[941/1372] Compiling curve25519.cc
[942/1372] Compiling cpu_aarch64_win.cc
[943/1372] Compiling cpu_aarch64_sysreg.cc
[944/1372] Compiling curve25519_64_adx.cc
[945/1372] Compiling cpu_aarch64_apple.cc
[946/1372] Compiling cpu_aarch64_fuchsia.cc
[946/1372] Compiling cpu_aarch64_linux.cc
[948/1372] Compiling tls_cbc.cc
[948/1372] Compiling e_rc4.cc
[950/1372] Compiling conf.cc
[951/1372] Compiling e_rc2.cc
[951/1372] Compiling e_tls.cc
[953/1372] Compiling e_chacha20poly1305.cc
[954/1372] Compiling derive_key.cc
[955/1372] Compiling e_aesgcmsiv.cc
[956/1372] Compiling e_aesctrhmac.cc
[957/1372] Compiling e_des.cc
[958/1372] Compiling e_null.cc
[959/1372] Compiling chacha.cc
[960/1372] Compiling cipher_extra.cc
[961/1372] Compiling unicode.cc
[962/1372] Compiling ber.cc
[963/1372] Compiling buf.cc
[964/1372] Compiling asn1_compat.cc
[965/1372] Compiling bn_asn1.cc
[966/1372] Compiling cbb.cc
[967/1372] Compiling convert.cc
[968/1372] Compiling cbs.cc
[969/1372] Compiling blake2.cc
[970/1372] Compiling printf.cc
[971/1372] Compiling socket_helper.cc
[972/1372] Compiling socket.cc
[973/1372] Compiling pair.cc
[974/1372] Compiling hexdump.cc
[975/1372] Compiling file.cc
[976/1372] Compiling fd.cc
[977/1372] Compiling errno.cc
[978/1372] Compiling connect.cc
[979/1372] Compiling bio_mem.cc
[980/1372] Compiling bio.cc
[981/1372] Compiling base64.cc
[982/1372] Compiling tasn_typ.cc
[983/1372] Compiling tasn_fre.cc
[984/1372] Compiling tasn_new.cc
[985/1372] Compiling tasn_utl.cc
[986/1372] Compiling tasn_enc.cc
[987/1372] Compiling f_string.cc
[988/1372] Compiling f_int.cc
[989/1372] Compiling posix_time.cc
[990/1372] Compiling asn1_par.cc
[991/1372] Compiling tasn_dec.cc
[992/1372] Compiling asn_pack.cc
[993/1372] Compiling a_utctm.cc
[994/1372] Compiling asn1_lib.cc
[995/1372] Compiling a_type.cc
[996/1372] Compiling a_octet.cc
[997/1372] Compiling a_time.cc
[998/1372] Compiling a_strex.cc
[999/1372] Compiling a_strnid.cc
[1000/1372] Compiling a_mbstr.cc
[1001/1372] Compiling a_object.cc
[1002/1372] Compiling a_i2d_fp.cc
[1003/1372] Compiling a_dup.cc
[1004/1372] Compiling a_d2i_fp.cc
[1005/1372] Compiling a_bool.cc
[1005/1372] Compiling a_bitstr.cc
[1006/1372] Compiling a_gentm.cc
[1008/1372] Compiling a_int.cc
[1009/1372] Compiling fiat_p256_adx_sqr.S
[1010/1372] Compiling md5-x86_64-linux.S
[1010/1372] Compiling fiat_p256_adx_mul.S
[1012/1372] Compiling fiat_curve25519_adx_square.S
[1013/1372] Compiling fiat_curve25519_adx_mul.S
[1014/1372] Compiling md5-586-apple.S
[1015/1372] Compiling md5-x86_64-apple.S
[1015/1372] Compiling md5-586-linux.S
[1017/1372] Compiling chacha20_poly1305_x86_64-linux.S
[1018/1372] Compiling chacha20_poly1305_x86_64-apple.S
[1019/1372] Compiling chacha20_poly1305_armv8-linux.S
[1019/1372] Compiling chacha20_poly1305_armv8-win.S
[1021/1372] Compiling chacha20_poly1305_armv8-apple.S
[1022/1372] Compiling CCryptoBoringSSLShims shims.c
[1023/1372] Compiling err_data.cc
[1024/1372] Compiling chacha-x86_64-linux.S
[1024/1372] Compiling chacha-x86-apple.S
[1024/1372] Compiling chacha-armv8-linux.S
[1024/1372] Compiling chacha-x86_64-apple.S
[1028/1372] Compiling chacha-x86-linux.S
[1029/1372] Compiling chacha-armv8-win.S
[1030/1372] Compiling chacha-armv8-apple.S
[1031/1372] Compiling aes128gcmsiv-x86_64-apple.S
[1032/1372] Compiling chacha-armv4-linux.S
[1033/1372] Compiling x86_64-mont5-apple.S
[1034/1372] Compiling x86_64-mont-apple.S
[1034/1372] Compiling x86-mont-apple.S
[1034/1372] Compiling x86_64-mont-linux.S
[1037/1372] Compiling x86-mont-linux.S
[1038/1372] Compiling x86_64-mont5-linux.S
[1039/1372] Compiling aes128gcmsiv-x86_64-linux.S
[1040/1372] Compiling vpaes-x86-linux.S
[1041/1372] Compiling vpaes-x86_64-apple.S
[1042/1372] Compiling vpaes-armv8-linux.S
[1042/1372] Compiling vpaes-x86_64-linux.S
[1044/1372] Compiling vpaes-x86-apple.S
[1045/1372] Compiling vpaes-armv8-win.S
[1046/1372] Compiling vpaes-armv8-apple.S
[1047/1372] Compiling sha512-x86_64-apple.S
[1047/1372] Compiling vpaes-armv7-linux.S
[1049/1372] Compiling sha512-armv8-win.S
[1050/1372] Compiling sha512-armv8-linux.S
[1051/1372] Compiling sha512-x86_64-linux.S
[1052/1372] Compiling sha512-586-linux.S
[1053/1372] Compiling sha512-armv8-apple.S
[1054/1372] Compiling sha512-armv4-linux.S
[1055/1372] Compiling sha512-586-apple.S
[1056/1372] Compiling sha256-x86_64-apple.S
[1057/1372] Compiling sha256-x86_64-linux.S
[1058/1372] Compiling sha256-armv8-apple.S
[1059/1372] Compiling sha256-armv8-win.S
[1060/1372] Compiling sha256-armv8-linux.S
[1061/1372] Compiling sha256-armv4-linux.S
[1062/1372] Compiling sha256-586-linux.S
[1063/1372] Compiling sha256-586-apple.S
[1064/1372] Compiling sha1-armv8-win.S
[1065/1372] Compiling sha1-armv8-linux.S
[1066/1372] Compiling sha1-armv8-apple.S
[1066/1372] Compiling sha1-x86_64-linux.S
[1068/1372] Compiling sha1-x86_64-apple.S
[1069/1372] Compiling sha1-586-linux.S
[1070/1372] Compiling sha1-armv4-large-linux.S
[1071/1372] Compiling sha1-586-apple.S
[1072/1372] Compiling rsaz-avx2-apple.S
[1073/1372] Compiling rdrand-x86_64-linux.S
[1074/1372] Compiling rsaz-avx2-linux.S
[1075/1372] Compiling p256_beeu-x86_64-asm-linux.S
[1076/1372] Compiling rdrand-x86_64-apple.S
[1077/1372] Compiling p256_beeu-x86_64-asm-apple.S
[1078/1372] Compiling p256_beeu-armv8-asm-linux.S
[1079/1372] Compiling p256_beeu-armv8-asm-win.S
[1080/1372] Compiling p256_beeu-armv8-asm-apple.S
[1081/1372] Compiling p256-armv8-asm-win.S
[1082/1372] Compiling p256-x86_64-asm-apple.S
[1083/1372] Compiling p256-x86_64-asm-linux.S
[1084/1372] Compiling p256-armv8-asm-linux.S
[1085/1372] Compiling ghashv8-armv8-win.S
[1086/1372] Compiling p256-armv8-asm-apple.S
[1087/1372] Compiling ghashv8-armv8-linux.S
[1088/1372] Compiling ghash-x86_64-apple.S
[1089/1372] Compiling ghashv8-armv8-apple.S
[1090/1372] Compiling ghashv8-armv7-linux.S
[1091/1372] Compiling ghash-x86_64-linux.S
[1092/1372] Compiling ghash-x86-linux.S
[1093/1372] Compiling ghash-ssse3-x86_64-apple.S
[1094/1372] Compiling ghash-x86-apple.S
[1095/1372] Compiling ghash-ssse3-x86-linux.S
[1096/1372] Compiling ghash-ssse3-x86-apple.S
[1097/1372] Compiling ghash-ssse3-x86_64-linux.S
[1098/1372] Compiling ghash-neon-armv8-win.S
[1099/1372] Compiling ghash-neon-armv8-apple.S
[1100/1372] Compiling ghash-neon-armv8-linux.S
[1101/1372] Compiling ghash-armv4-linux.S
[1102/1372] Compiling co-586-apple.S
[1103/1372] Compiling bsaes-armv7-linux.S
[1104/1372] Compiling co-586-linux.S
[1105/1372] Compiling bn-armv8-win.S
[1106/1372] Compiling bn-armv8-linux.S
[1107/1372] Compiling bn-armv8-apple.S
[1108/1372] Compiling bn-586-apple.S
[1109/1372] Compiling bn-586-linux.S
[1110/1372] Compiling armv8-mont-linux.S
[1111/1372] Compiling armv8-mont-win.S
[1112/1372] Compiling armv8-mont-apple.S
[1113/1372] Compiling armv4-mont-linux.S
[1114/1372] Compiling aesv8-gcm-armv8-win.S
[1115/1372] Compiling aesv8-gcm-armv8-linux.S
[1116/1372] Compiling aesv8-gcm-armv8-apple.S
[1117/1372] Compiling aesv8-armv8-win.S
[1118/1372] Compiling aesv8-armv8-apple.S
[1119/1372] Compiling aesv8-armv8-linux.S
[1120/1372] Compiling aesv8-armv7-linux.S
[1121/1372] Compiling aesni-x86_64-linux.S
[1122/1372] Compiling aesni-x86-apple.S
[1123/1372] Compiling aesni-x86_64-apple.S
[1123/1372] Compiling aesni-x86-linux.S
[1125/1372] Compiling aesni-gcm-x86_64-linux.S
[1126/1372] Compiling aes-gcm-avx10-x86_64-apple.S
[1127/1372] Compiling aesni-gcm-x86_64-apple.S
[1128/1372] Compiling aes-gcm-avx10-x86_64-linux.S
[1129/1372] Compiling c-nioatomics.c
[1130/1372] Compiling c-atomics.c
[1131/1372] Compiling x_spki.cc
[1132/1372] Compiling x_sig.cc
[1133/1372] Compiling x_x509a.cc
[1133/1372] Compiling x_x509.cc
[1135/1372] Compiling x_val.cc
[1136/1372] Compiling x_req.cc
[1137/1372] Compiling x_pubkey.cc
[1138/1378] Compiling x_attrib.cc
[1139/1378] Compiling x_crl.cc
[1140/1378] Compiling x_exten.cc
[1141/1378] Compiling x_all.cc
[1142/1378] Compiling x_name.cc
[1143/1378] Compiling x509spki.cc
[1145/1378] Compiling NIOConcurrencyHelpers lock.swift
[1145/1378] Compiling x_algor.cc
[1147/1378] Compiling NIOConcurrencyHelpers NIOLock.swift
[1147/1378] Compiling x509rset.cc
[1148/1378] Compiling x509cset.cc
[1149/1378] Compiling x509name.cc
[1151/1378] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1152/1378] Compiling NIOConcurrencyHelpers atomics.swift
[1153/1378] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1154/1378] Emitting module NIOConcurrencyHelpers
[1154/1379] Compiling x509_v3.cc
[1155/1379] Compiling x509_vpm.cc
[1157/1379] Compiling x509_txt.cc
[1158/1379] Compiling x509_vfy.cc
[1159/1379] Compiling x509_trs.cc
[1160/1379] Compiling x509_set.cc
[1161/1379] Compiling x509_req.cc
[1162/1379] Compiling x509_obj.cc
[1163/1379] Compiling x509_ext.cc
[1164/1379] Compiling x509_d2.cc
[1165/1379] Compiling x509_lu.cc
[1166/1379] Compiling x509_cmp.cc
[1167/1379] Compiling x509_def.cc
[1169/1464] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1170/1464] Compiling NIOCore AddressedEnvelope.swift
[1171/1464] Compiling NIOCore AsyncAwaitSupport.swift
[1171/1467] Compiling x509.cc
[1173/1467] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1174/1467] Compiling NIOCore BSDSocketAPI.swift
[1175/1467] Compiling NIOCore ByteBuffer-aux.swift
[1176/1467] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1176/1467] Compiling v3_purp.cc
[1177/1467] Compiling v3_skey.cc
[1179/1467] Compiling NIOCore ByteBuffer-conversions.swift
[1180/1467] Compiling NIOCore ByteBuffer-core.swift
[1181/1467] Compiling NIOCore ByteBuffer-hex.swift
[1182/1467] Compiling NIOCore ByteBuffer-int.swift
[1182/1467] Compiling x509_att.cc
[1184/1467] Emitting module ConsoleKitTerminal
[1184/1467] Compiling v3_utl.cc
[1185/1467] Compiling v3_pmaps.cc
[1187/1467] Compiling NIOCore AsyncChannel.swift
[1188/1467] Compiling NIOCore AsyncChannelHandler.swift
[1189/1467] Compiling NIOCore AsyncChannelInboundStream.swift
[1190/1467] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1190/1467] Compiling v3_prn.cc
[1192/1467] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1193/1467] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1194/1467] Compiling NIOCore NIOAsyncWriter.swift
[1195/1467] Compiling ConsoleKitTerminal Console.swift
[1196/1467] Compiling ConsoleKitTerminal Terminal.swift
[1197/1467] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1198/1467] Compiling NIOCore ByteBuffer-multi-int.swift
[1199/1467] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1200/1467] Compiling NIOCore ByteBuffer-views.swift
[1201/1467] Compiling NIOCore Channel.swift
[1201/1467] Compiling v3_ncons.cc
[1202/1467] Compiling v3_pcons.cc
[1203/1467] Compiling v3_ocsp.cc
[1204/1467] Compiling v3_info.cc
[1205/1467] Compiling v3_int.cc
[1206/1467] Compiling v3_lib.cc
[1208/1467] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1209/1467] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1210/1467] Compiling ConsoleKitTerminal LoggerFragment.swift
[1210/1468] Compiling v3_ia5.cc
[1212/1468] Compiling v3_enum.cc
[1214/1468] Compiling NIOCore MarkedCircularBuffer.swift
[1215/1468] Compiling NIOCore MulticastChannel.swift
[1216/1468] Compiling NIOCore NIOAny.swift
[1217/1468] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1218/1468] Compiling NIOCore NIOLoopBound.swift
[1219/1468] Compiling NIOCore NIOScheduledCallback.swift
[1220/1468] Compiling NIOCore NIOSendable.swift
[1221/1468] Compiling NIOCore RecvByteBufferAllocator.swift
[1221/1476] Compiling v3_extku.cc
[1222/1476] Compiling v3_genn.cc
[1223/1476] Compiling v3_crld.cc
[1225/1476] Compiling NIOCore GlobalSingletons.swift
[1226/1476] Compiling NIOCore IO.swift
[1227/1476] Compiling NIOCore IOData.swift
[1228/1476] Compiling NIOCore IPProtocol.swift
[1229/1476] Compiling NIOCore IntegerBitPacking.swift
[1230/1476] Compiling NIOCore IntegerTypes.swift
[1231/1476] Compiling NIOCore Interfaces.swift
[1232/1476] Compiling NIOCore Linux.swift
[1232/1489] Compiling v3_cpols.cc
[1233/1498] Compiling v3_bitst.cc
[1234/1498] Compiling v3_bcons.cc
[1235/1498] Compiling v3_akeya.cc
[1236/1498] Compiling v3_conf.cc
[1238/1498] Compiling ConsoleKitCommands CommandSignature.swift
[1239/1498] Compiling ConsoleKitCommands Flag.swift
[1240/1498] Compiling ConsoleKitCommands Option.swift
[1240/1498] Compiling v3_akey.cc
[1241/1500] Compiling v3_alt.cc
[1243/1500] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1244/1500] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1245/1500] Compiling ConsoleKitCommands Argument.swift
[1245/1500] Compiling t_x509.cc
[1247/1500] Emitting module ConsoleKitCommands
[1247/1500] Compiling t_x509a.cc
[1249/1500] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1250/1500] Compiling ConsoleKitCommands AsyncCommand.swift
[1251/1500] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1252/1500] Compiling ConsoleKitCommands AsyncCommands.swift
[1253/1500] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1254/1500] Compiling ConsoleKitCommands AnyCommand.swift
[1255/1500] Compiling ConsoleKitCommands Command.swift
[1256/1500] Compiling ConsoleKitCommands CommandContext.swift
[1257/1500] Compiling ConsoleKitCommands CommandError.swift
[1258/1500] Compiling ConsoleKitCommands CommandGroup.swift
[1259/1500] Compiling ConsoleKitCommands CommandInput.swift
[1260/1500] Compiling ConsoleKitCommands Commands.swift
[1260/1500] Compiling rsa_pss.cc
[1262/1500] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1263/1500] Compiling ConsoleKitCommands Utilities.swift
[1263/1500] Compiling policy.cc
[1264/1500] Compiling t_req.cc
[1265/1500] Compiling t_crl.cc
[1266/1500] Compiling i2d_pr.cc
[1267/1500] Compiling name_print.cc
[1268/1500] Compiling by_file.cc
[1269/1500] Compiling by_dir.cc
[1270/1500] Compiling algorithm.cc
[1271/1500] Compiling a_verify.cc
[1272/1500] Compiling asn1_gen.cc
[1274/1500] Compiling ConsoleKitCommands Console+Run.swift
[1275/1500] Compiling ConsoleKitCommands ConsoleError.swift
[1276/1500] Compiling ConsoleKitCommands Completion.swift
[1277/1501] Compiling NIOCore EventLoop.swift
[1278/1501] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1279/1501] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1280/1501] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1281/1501] Compiling NIOCore EventLoopFuture.swift
[1282/1501] Compiling NIOCore FileDescriptor.swift
[1283/1501] Compiling NIOCore FileHandle.swift
[1284/1501] Compiling NIOCore FileRegion.swift
[1285/1501] Compiling a_digest.cc
[1286/1501] Compiling a_sign.cc
[1290/1501] Compiling NIOCore Codec.swift
[1291/1501] Compiling NIOCore ConvenienceOptionSupport.swift
[1292/1501] Compiling NIOCore DeadChannel.swift
[1293/1501] Compiling NIOCore DispatchQueue+WithFuture.swift
[1294/1501] Compiling NIOCore EventLoop+Deprecated.swift
[1295/1501] Compiling NIOCore EventLoop+SerialExecutor.swift
[1295/1501] Compiling thread_win.cc
[1296/1501] Compiling voprf.cc
[1297/1501] Compiling thread_none.cc
[1299/1501] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1300/1501] Compiling NIOCore SocketAddresses.swift
[1301/1501] Compiling NIOCore SocketOptionProvider.swift
[1302/1501] Compiling NIOCore SystemCallHelpers.swift
[1303/1501] Compiling NIOCore TimeAmount+Duration.swift
[1304/1501] Compiling NIOCore TypeAssistedChannelHandler.swift
[1305/1501] Compiling NIOCore UniversalBootstrapSupport.swift
[1306/1501] Compiling NIOCore Utilities.swift
[1306/1501] Compiling trust_token.cc
[1307/1501] Compiling pmbtoken.cc
[1308/1503] Compiling thread_pthread.cc
[1309/1503] Compiling thread.cc
[1311/1503] Emitting module ConsoleKit
[1312/1503] Compiling ConsoleKit Exports.swift
[1312/1504] Compiling wots.cc
[1314/1504] Compiling thash.cc
[1315/1504] Compiling merkle.cc
[1316/1504] Compiling slhdsa.cc
[1317/1504] Compiling fors.cc
[1318/1504] Compiling stack.cc
[1319/1504] Compiling siphash.cc
[1320/1504] Compiling sha512.cc
[1321/1504] Compiling sha256.cc
[1322/1504] Compiling sha1.cc
[1323/1504] Compiling rsa_extra.cc
[1324/1504] Compiling rsa_print.cc
[1325/1504] Compiling rsa_crypt.cc
[1326/1504] Compiling rc4.cc
[1327/1504] Compiling refcount.cc
[1328/1504] Compiling urandom.cc
[1329/1504] Compiling rsa_asn1.cc
[1330/1504] Compiling windows.cc
[1331/1504] Compiling trusty.cc
[1332/1504] Compiling rand_extra.cc
[1333/1504] Compiling passive.cc
[1334/1504] Compiling ios.cc
[1335/1504] Compiling getentropy.cc
[1336/1504] Compiling deterministic.cc
[1337/1504] Compiling fork_detect.cc
[1338/1504] Compiling forkunsafe.cc
[1339/1504] Compiling poly1305_arm_asm.S
[1340/1504] Compiling pool.cc
[1341/1504] Compiling poly1305_arm.cc
[1341/1504] Compiling poly1305.cc
[1343/1504] Compiling poly1305_vec.cc
[1370/1504] Compiling pkcs7.cc
[1371/1504] Compiling pkcs8_x509.cc
[1372/1504] Compiling pem_x509.cc
[1373/1504] Compiling pkcs8.cc
[1374/1504] Compiling pem_xaux.cc
[1375/1504] Compiling p5_pbev2.cc
[1376/1504] Compiling pkcs7_x509.cc
[1377/1504] Compiling pem_pkey.cc
[1378/1504] Compiling obj_xref.cc
[1379/1504] Compiling pem_pk8.cc
[1380/1504] Compiling pem_oth.cc
[1381/1504] Compiling pem_info.cc
[1382/1504] Compiling pem_lib.cc
[1383/1504] Compiling mem.cc
[1384/1504] Compiling md5.cc
[1385/1504] Compiling mldsa.cc
[1386/1504] Compiling pem_all.cc
[1387/1504] Compiling obj.cc
[1388/1504] Compiling mlkem.cc
[1389/1504] Compiling fips_shared_support.cc
[1390/1504] Compiling poly_rq_mul.S
[1391/1504] Compiling md4.cc
[1392/1504] Compiling lhash.cc
[1393/1504] Compiling kyber.cc
[1394/1504] Compiling sign.cc
[1395/1504] Compiling hpke.cc
[1396/1504] Compiling hrss.cc
[1397/1504] Compiling ex_data.cc
[1398/1504] Compiling scrypt.cc
[1399/1504] Compiling pbkdf.cc
[1400/1504] Compiling print.cc
[1401/1504] Compiling p_x25519.cc
[1402/1504] Compiling p_x25519_asn1.cc
[1403/1504] Compiling p_rsa_asn1.cc
[1404/1504] Compiling p_ed25519.cc
[1405/1504] Compiling p_hkdf.cc
[1406/1504] Compiling p_ed25519_asn1.cc
[1407/1504] Compiling p_rsa.cc
[1408/1504] Compiling p_ec_asn1.cc
[1409/1504] Compiling p_ec.cc
[1410/1504] Compiling p_dh.cc
[1411/1504] Compiling p_dsa_asn1.cc
[1412/1504] Compiling p_dh_asn1.cc
[1413/1504] Compiling evp_ctx.cc
[1415/1504] Emitting module NIOCore
[1415/1505] Compiling evp_asn1.cc
[1416/1505] Compiling evp.cc
[1418/1505] Compiling err.cc
[1418/1505] Compiling engine.cc
[1420/1505] Compiling ecdsa_asn1.cc
[1421/1505] Compiling ecdh_extra.cc
[1422/1505] Compiling ec_derive.cc
[1423/1505] Compiling hash_to_curve.cc
[1424/1505] Compiling dsa.cc
[1425/1505] Compiling dsa_asn1.cc
[1426/1505] Compiling ec_asn1.cc
[1427/1517] Compiling digest_extra.cc
[1428/1556] Compiling params.cc
[1429/1556] Compiling dh_asn1.cc
[1430/1556] Compiling x25519-asm-arm.S
[1431/1556] Compiling spake25519.cc
[1432/1556] Compiling des.cc
[1433/1556] Compiling bcm.cc
[1434/1556] Compiling cpu_arm_linux.cc
[1435/1556] Compiling crypto.cc
[1436/1556] Compiling curve25519.cc
[1437/1556] Compiling cpu_intel.cc
[1439/1556] Emitting module NIOEmbedded
[1439/1556] Compiling cpu_arm_freebsd.cc
[1441/1556] Compiling NIOEmbedded AsyncTestingChannel.swift
[1441/1556] Compiling cpu_aarch64_linux.cc
[1442/1556] Compiling curve25519_64_adx.cc
[1443/1556] Compiling cpu_aarch64_openbsd.cc
[1444/1556] Compiling cpu_aarch64_win.cc
[1445/1556] Compiling cpu_aarch64_fuchsia.cc
[1446/1556] Compiling cpu_aarch64_sysreg.cc
[1447/1556] Compiling cpu_aarch64_apple.cc
[1448/1556] Compiling tls_cbc.cc
[1449/1556] Compiling e_rc2.cc
[1450/1556] Compiling e_tls.cc
[1451/1556] Compiling e_rc4.cc
[1452/1556] Compiling conf.cc
[1454/1556] Compiling NIOEmbedded Embedded.swift
[1455/1556] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1455/1557] Compiling e_null.cc
[1457/1557] Compiling e_des.cc
[1458/1557] Compiling e_aesctrhmac.cc
[1459/1557] Compiling e_aesgcmsiv.cc
[1460/1557] Compiling e_chacha20poly1305.cc
[1461/1557] Compiling derive_key.cc
[1462/1557] Compiling cipher_extra.cc
[1463/1557] Compiling chacha.cc
[1464/1557] Compiling unicode.cc
[1465/1557] Compiling ber.cc
[1466/1557] Compiling asn1_compat.cc
[1466/1557] Compiling cbb.cc
[1468/1557] Compiling cbs.cc
[1469/1557] Compiling convert.cc
[1469/1557] Compiling bn_asn1.cc
[1470/1557] Compiling buf.cc
[1473/1557] Compiling NIOPosix ServerSocket.swift
[1474/1557] Compiling NIOPosix Socket.swift
[1475/1557] Compiling NIOPosix SocketChannel.swift
[1476/1557] Compiling NIOPosix SocketProtocols.swift
[1477/1557] Compiling NIOPosix System.swift
[1478/1557] Compiling NIOPosix Thread.swift
[1479/1563] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1480/1563] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1481/1563] Compiling NIOPosix PosixSingletons.swift
[1482/1563] Compiling NIOPosix RawSocketBootstrap.swift
[1483/1563] Compiling NIOPosix Resolver.swift
[1484/1563] Compiling NIOPosix Selectable.swift
[1485/1563] Compiling NIOPosix SelectableChannel.swift
[1486/1563] Compiling NIOPosix SelectableEventLoop.swift
[1487/1563] Compiling NIOPosix SelectorEpoll.swift
[1488/1563] Compiling NIOPosix SelectorGeneric.swift
[1489/1563] Compiling NIOPosix SelectorKqueue.swift
[1490/1563] Compiling NIOPosix SelectorUring.swift
[1491/1563] Compiling NIOPosix BSDSocketAPICommon.swift
[1492/1563] Compiling NIOPosix BSDSocketAPIPosix.swift
[1493/1563] Compiling NIOPosix BSDSocketAPIWindows.swift
[1494/1563] Compiling NIOPosix BaseSocket.swift
[1495/1563] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1496/1563] Compiling NIOPosix BaseSocketChannel.swift
[1497/1563] Compiling NIOPosix BaseStreamSocketChannel.swift
[1498/1563] Emitting module NIOPosix
[1498/1563] Compiling blake2.cc
[1499/1563] Compiling printf.cc
[1500/1563] Compiling pair.cc
[1501/1563] Compiling errno.cc
[1502/1563] Compiling file.cc
[1503/1563] Compiling fd.cc
[1504/1563] Compiling hexdump.cc
[1505/1563] Compiling bio_mem.cc
[1506/1563] Compiling base64.cc
[1507/1563] Compiling tasn_typ.cc
[1508/1563] Compiling tasn_fre.cc
[1509/1563] Compiling tasn_utl.cc
[1510/1563] Compiling bio.cc
[1512/1563] Compiling NIOPosix ThreadPosix.swift
[1513/1563] Compiling NIOPosix ThreadWindows.swift
[1514/1563] Compiling NIOPosix UnsafeTransfer.swift
[1514/1563] Compiling tasn_enc.cc
[1515/1563] Compiling NIOPosix Utilities.swift
[1516/1563] Compiling NIOPosix VsockAddress.swift
[1518/1563] Compiling NIOPosix VsockChannelEvents.swift
[1518/1563] Compiling tasn_new.cc
[1519/1563] Compiling posix_time.cc
[1520/1563] Compiling f_int.cc
[1521/1563] Compiling f_string.cc
[1522/1563] Compiling tasn_dec.cc
[1523/1563] Compiling asn1_par.cc
[1524/1563] Compiling asn_pack.cc
[1525/1563] Compiling asn1_lib.cc
[1526/1563] Compiling a_utctm.cc
[1528/1563] Compiling NIOPosix IO.swift
[1529/1563] Compiling NIOPosix IntegerBitPacking.swift
[1530/1563] Compiling NIOPosix IntegerTypes.swift
[1530/1563] Compiling a_time.cc
[1531/1563] Compiling NIOPosix Linux.swift
[1533/1563] Compiling NIOPosix LinuxCPUSet.swift
[1534/1563] Compiling NIOPosix LinuxUring.swift
[1535/1563] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1536/1563] Compiling NIOPosix NIOThreadPool.swift
[1537/1563] Compiling NIOPosix NonBlockingFileIO.swift
[1538/1563] Compiling NIOPosix PendingDatagramWritesManager.swift
[1539/1563] Compiling NIOPosix PendingWritesManager.swift
[1540/1563] Compiling NIOPosix PipeChannel.swift
[1541/1563] Compiling NIOPosix PipePair.swift
[1542/1563] Compiling NIOPosix Pool.swift
[1543/1563] Compiling NIOPosix Bootstrap.swift
[1544/1563] Compiling NIOPosix ControlMessage.swift
[1545/1563] Compiling NIOPosix DatagramVectorReadManager.swift
[1546/1563] Compiling NIOPosix Errors+Any.swift
[1547/1563] Compiling NIOPosix FileDescriptor.swift
[1548/1563] Compiling NIOPosix GetaddrinfoResolver.swift
[1549/1563] Compiling NIOPosix HappyEyeballs.swift
[1549/1563] Compiling a_type.cc
[1550/1563] Compiling a_strnid.cc
[1551/1563] Compiling a_octet.cc
[1552/1564] Compiling a_strex.cc
[1554/1564] Compiling a_object.cc
[1555/1564] Compiling a_i2d_fp.cc
[1556/1564] Compiling a_mbstr.cc
[1557/1564] Compiling a_dup.cc
[1557/1564] Write sources
[1559/1564] Compiling a_gentm.cc
[1560/1564] Compiling a_int.cc
[1561/1564] Compiling a_d2i_fp.cc
[1562/1564] Compiling a_bool.cc
[1563/1564] Compiling a_bitstr.cc
[1565/1662] Compiling NIO Exports.swift
[1566/1662] Emitting module NIO
[1568/1702] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1569/1702] Compiling NIOTLS TLSEvents.swift
[1570/1702] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1571/1702] Compiling BitCollections BitSet+CustomReflectable.swift
[1572/1702] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1573/1702] Compiling BitCollections BitSet+Equatable.swift
[1574/1702] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1575/1702] Compiling BitCollections BitSet+Extras.swift
[1576/1702] Compiling BitCollections BitSet+Hashable.swift
[1577/1709] Compiling CryptoBoringWrapper RandomBytes.swift
[1578/1709] Compiling NIOSOCKS Errors.swift
[1579/1709] Compiling NIOSOCKS Helpers.swift
[1580/1710] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1581/1710] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1582/1710] Compiling BitCollections BitSet+Initializers.swift
[1583/1710] Compiling BitCollections BitSet+Invariants.swift
[1584/1710] Compiling BitCollections BitSet+Random.swift
[1585/1710] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1586/1710] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1587/1710] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1588/1710] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1589/1710] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1590/1710] Emitting module BitCollections
[1591/1710] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1592/1710] Compiling NIOSOCKS ClientStateMachine.swift
[1593/1710] Compiling CryptoBoringWrapper EllipticCurve.swift
[1594/1710] Emitting module NIOTLS
[1595/1710] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1596/1710] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1597/1710] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1598/1710] Compiling NIOSOCKS SOCKSResponse.swift
[1599/1710] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1600/1710] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1601/1710] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1602/1710] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1603/1710] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1604/1710] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1605/1710] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1606/1710] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1607/1710] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1608/1710] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1609/1710] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1610/1710] Compiling BitCollections BitSet+SetAlgebra union.swift
[1611/1710] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1612/1710] Compiling BitCollections BitSet.Counted.swift
[1613/1710] Emitting module CryptoBoringWrapper
[1614/1710] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1615/1710] Emitting module _NIOFileSystem
[1616/1714] Compiling BitCollections BitArray._UnsafeHandle.swift
[1617/1714] Compiling BitCollections BitArray.swift
[1618/1714] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1619/1714] Compiling BitCollections BitSet+Codable.swift
[1625/1714] Compiling NIOSOCKS ServerStateMachine.swift
[1626/1714] Compiling NIOSOCKS AuthenticationMethod.swift
[1627/1714] Compiling NIOSOCKS ClientGreeting.swift
[1628/1714] Emitting module NIOSOCKS
[1629/1714] Compiling NIOSOCKS SOCKSClientHandler.swift
[1630/1714] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1637/1714] Compiling NIOSOCKS Messages.swift
[1638/1714] Compiling NIOSOCKS SOCKSRequest.swift
[1641/1715] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1642/1715] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1643/1715] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1644/1715] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1645/1715] Compiling NIOHTTP1 HTTPTypes.swift
[1646/1715] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1647/1715] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1648/1715] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1649/1715] Compiling BitCollections BitArray+RandomBits.swift
[1650/1715] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1651/1715] Compiling BitCollections BitArray+Shifts.swift
[1652/1715] Compiling BitCollections BitArray+Testing.swift
[1660/1717] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1661/1717] Compiling NIOTLS SNIHandler.swift
[1667/1718] Emitting module NIOFoundationCompat
[1668/1718] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1669/1719] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1670/1719] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1674/1720] Compiling BitCollections BitSet.Index.swift
[1675/1720] Compiling BitCollections BitSet._UnsafeHandle.swift
[1676/1720] Compiling BitCollections BitSet.swift
[1677/1720] Compiling BitCollections Range+Utilities.swift
[1678/1720] Compiling BitCollections Slice+Utilities.swift
[1679/1720] Compiling BitCollections UInt+Tricks.swift
[1680/1720] Compiling BitCollections _Word.swift
[1682/1734] Compiling NIOSSL IdentityVerification.swift
[1683/1734] Compiling NIOSSL NIOSSLServerHandler.swift
[1684/1753] Compiling Crypto ASN1Boolean.swift
[1685/1753] Compiling NIOSSL SSLConnection.swift
[1686/1843] Compiling NIOTransportServices StateManagedChannel.swift
[1687/1843] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1688/1843] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1689/1843] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1690/1843] Compiling NIOTransportServices NIOTSSingletons.swift
[1691/1843] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1692/1845] Compiling NIOTransportServices NIOTSBootstraps.swift
[1693/1845] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1694/1845] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1695/1845] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1696/1845] Compiling NIOTransportServices NIOTSErrors.swift
[1697/1845] Compiling NIOTransportServices NIOTSEventLoop.swift
[1698/1845] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1699/1845] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1700/1845] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1701/1845] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1702/1845] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1703/1845] Emitting module NIOTransportServices
[1706/1847] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1710/1847] Compiling NIOTransportServices AcceptHandler.swift
[1711/1847] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1712/1847] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1713/1847] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1714/1847] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1716/1848] Compiling Collections Collections.swift
[1717/1848] Emitting module Collections
[1725/1849] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1726/1849] Compiling Crypto HPKE-KEM-Curve25519.swift
[1727/1849] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1728/1849] Compiling Crypto HPKE-KEM.swift
[1729/1849] Compiling Crypto HPKE-Errors.swift
[1733/1849] Emitting module NIOHTTP1
[1737/1872] Compiling AsyncKit ConnectionPoolError.swift
[1738/1872] Compiling AsyncKit ConnectionPoolItem.swift
[1739/1872] Compiling AsyncKit ConnectionPoolSource.swift
[1740/1885] Compiling AsyncKit Future+Miscellaneous.swift
[1741/1885] Compiling AsyncKit Future+Nonempty.swift
[1742/1885] Compiling AsyncKit Future+Optional.swift
[1743/1911] Compiling AsyncKit Future+Transform.swift
[1744/1911] Compiling AsyncKit Future+Try.swift
[1745/1911] Compiling AsyncKit FutureOperators.swift
[1746/1921] Compiling Crypto Digest_boring.swift
[1747/1921] Compiling Crypto Digest.swift
[1748/1921] Compiling Crypto Digests.swift
[1749/1921] Compiling Crypto HashFunctions.swift
[1750/1921] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1751/1921] Compiling NIOHPACK IndexedHeaderTable.swift
[1752/1921] Compiling NIOHPACK IntegerCoding.swift
[1753/1922] Compiling NIOWebSocket WebSocketOpcode.swift
[1754/1923] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1755/1923] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1756/1923] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1757/1923] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1758/1923] Compiling MultipartKit FormDataDecoder.swift
[1759/1923] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1760/1923] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1761/1923] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1762/1923] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1763/1923] Compiling MultipartKit FormDataEncoder.swift
[1764/1923] Compiling MultipartKit Storage.swift
[1765/1923] Compiling MultipartKit MultipartFormData.swift
[1767/1923] Compiling AsyncKit Optional+StrictMap.swift
[1768/1923] Compiling AsyncKit Exports.swift
[1769/1923] Compiling Crypto HPKE-LabeledExtract.swift
[1770/1923] Compiling NIOSSL SSLPublicKey.swift
[1775/1927] Compiling NIOHPACK HuffmanTables.swift
[1776/1927] Compiling NIOWebSocket SHA1.swift
[1777/1927] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1779/1927] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1780/1927] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1784/1927] Compiling NIOHTTPCompression HTTPCompression.swift
[1785/1927] Emitting module NIOHTTPCompression
[1786/1927] Compiling NIOHTTPCompression HTTPDecompression.swift
[1792/1929] Compiling MultipartKit MultipartPart.swift
[1793/1929] Compiling MultipartKit MultipartPartConvertible.swift
[1794/1929] Compiling NIOHPACK StaticHeaderTable.swift
[1796/1929] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1798/1929] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1799/1929] Compiling MultipartKit MultipartSerializer.swift
[1800/1929] Compiling MultipartKit Utilities.swift
[1801/1929] Compiling NIOHPACK HuffmanCoding.swift
[1804/1929] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1805/1929] Emitting module MultipartKit
[1809/1929] Compiling NIOWebSocket WebSocketFrame.swift
[1810/1929] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1811/1929] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1812/1929] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1815/1930] Emitting module NIOHPACK
[1816/1930] Compiling Crypto SymmetricKeys.swift
[1817/1930] Compiling Crypto HMAC.swift
[1818/1930] Compiling Crypto MACFunctions.swift
[1819/1930] Compiling Crypto MessageAuthenticationCode.swift
[1820/1930] Compiling Crypto AES.swift
[1821/1930] Compiling Crypto ECDSASignature_boring.swift
[1822/1930] Compiling Crypto ECDSA_boring.swift
[1823/1930] Compiling Crypto EdDSA_boring.swift
[1824/1930] Compiling Crypto ECDSA.swift
[1825/1930] Compiling Crypto Ed25519.swift
[1830/1939] Compiling MultipartKit MultipartParser.swift
[1831/1939] Emitting module Crypto
[1836/1939] Emitting module NIOSSL
[1839/1939] Emitting module NIOWebSocket
[1840/1940] Compiling Crypto HKDF.swift
[1841/1940] Compiling Crypto AESWrap.swift
[1842/1940] Compiling Crypto AESWrap_boring.swift
[1843/1940] Compiling Crypto Ed25519_boring.swift
[1844/1940] Compiling Crypto NISTCurvesKeys_boring.swift
[1845/1940] Compiling Crypto X25519Keys_boring.swift
[1846/1940] Compiling Crypto Curve25519.swift
[1847/1940] Compiling Crypto Ed25519Keys.swift
[1848/1940] Compiling Crypto NISTCurvesKeys.swift
[1849/1940] Compiling Crypto X25519Keys.swift
[1850/1940] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1851/1940] Compiling Crypto SEC1PrivateKey.swift
[1852/1940] Compiling Crypto SubjectPublicKeyInfo.swift
[1853/1940] Compiling Crypto CryptoKitErrors.swift
[1858/1940] Compiling Crypto HashFunctions_SHA2.swift
[1859/1940] Compiling Crypto HPKE-AEAD.swift
[1868/1940] Compiling NIOSSL TLSConfiguration.swift
[1869/1940] Compiling NIOSSL UniversalBootstrapSupport.swift
[1884/1958] Compiling NIOExtras LengthFieldPrepender.swift
[1885/1958] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1886/1958] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1887/1958] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1889/1961] Compiling NIOFileSystem Exports.swift
[1890/1964] Compiling NIOExtras DebugInboundEventsHandler.swift
[1891/1964] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1896/1964] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1897/1964] Compiling NIOExtras JSONRPCFraming.swift
[1898/1964] Compiling NIOExtras LineBasedFrameDecoder.swift
[1899/1964] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1900/1964] Compiling Crypto ASN1Identifier.swift
[1901/1964] Compiling Crypto ASN1Integer.swift
[1902/1964] Compiling Crypto ASN1Null.swift
[1903/1964] Compiling Crypto ASN1OctetString.swift
[1904/1964] Compiling Crypto ASN1Strings.swift
[1905/1964] Compiling Crypto ArraySliceBigint.swift
[1906/1964] Compiling Crypto GeneralizedTime.swift
[1907/1964] Compiling Crypto ObjectIdentifier.swift
[1908/1964] Compiling Crypto ECDSASignature.swift
[1909/1964] Compiling Crypto PEMDocument.swift
[1910/1964] Emitting module NIOFileSystem
[1911/1965] Compiling NIOExtras NIOExtrasError.swift
[1912/1965] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1916/2025] Compiling NIOHTTP2 HasRemoteSettings.swift
[1917/2025] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1918/2025] Compiling NIOHTTP2 QuiescingState.swift
[1919/2025] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1920/2025] Emitting module _NIOFileSystemFoundationCompat
[1921/2025] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1922/2025] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1928/2026] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1929/2026] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1930/2026] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1931/2026] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1932/2026] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1933/2026] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1934/2026] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1935/2026] Compiling NIOHTTP2 HasLocalSettings.swift
[1936/2026] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1937/2026] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1938/2026] Compiling NIOHTTP2 MayReceiveFrames.swift
[1939/2026] Emitting module NIOExtras
[1943/2026] Compiling NIOHTTP2 ReceivingDataState.swift
[1952/2026] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1953/2026] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1954/2026] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1955/2026] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1957/2035] Compiling Crypto Signature.swift
[1958/2035] Compiling Crypto CryptoKitErrors_boring.swift
[1959/2035] Compiling Crypto RNG_boring.swift
[1960/2035] Compiling Crypto SafeCompare_boring.swift
[1961/2035] Compiling Crypto Zeroization_boring.swift
[1962/2035] Compiling Crypto PrettyBytes.swift
[1963/2035] Compiling Crypto SafeCompare.swift
[1964/2035] Compiling Crypto SecureBytes.swift
[1965/2035] Compiling Crypto Zeroization.swift
[1968/2036] Compiling NIOHTTP2 MaySendFrames.swift
[1970/2045] Compiling NIOHTTP2 InboundWindowManager.swift
[1971/2045] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1972/2045] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1973/2045] Compiling NIOHTTP2 StreamChannelList.swift
[1974/2045] Compiling NIOHTTP2 StreamMap.swift
[1975/2045] Compiling NIOHTTP2 StreamStateMachine.swift
[1976/2045] Compiling NIOHTTP2 UnsafeTransfer.swift
[1977/2045] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1978/2045] Compiling WebSocketKit Exports.swift
[1979/2045] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1980/2045] Compiling WebSocketKit WebSocketHandler.swift
[1981/2045] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1982/2045] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1983/2045] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1984/2045] Compiling NIOHTTP2 HTTP2StreamID.swift
[1985/2045] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1986/2045] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1987/2045] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1988/2045] Compiling NIOHTTP2 InboundEventBuffer.swift
[1989/2045] Emitting module WebSocketKit
[1990/2045] Compiling WebSocketKit WebSocket+Concurrency.swift
[1991/2045] Compiling WebSocketKit WebSocket+Connect.swift
[1992/2045] Compiling WebSocketKit WebSocket.swift
[1993/2045] Compiling WebSocketKit WebSocketClient.swift
[1995/2046] Emitting module NIOHTTP2
[2005/2046] Compiling NIOHTTP2 StateMachineResult.swift
[2006/2046] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2007/2046] Compiling NIOHTTP2 DOSHeuristics.swift
[2008/2046] Compiling NIOHTTP2 Error+Any.swift
[2009/2046] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2010/2046] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2011/2046] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2012/2046] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2013/2046] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2014/2046] Compiling NIOHTTP2 HTTP2Frame.swift
[2015/2046] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2016/2046] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2017/2046] Compiling NIOHTTP2 HTTP2PingData.swift
[2018/2046] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2019/2046] Compiling NIOHTTP2 HTTP2Settings.swift
[2020/2046] Compiling NIOHTTP2 HTTP2Stream.swift
[2021/2046] Emitting module AsyncKit
[2023/2046] Compiling NIOHTTP2 SendingDataState.swift
[2024/2046] Compiling NIOHTTP2 SendingGoawayState.swift
[2025/2046] Compiling NIOHTTP2 SendingHeadersState.swift
[2026/2046] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2027/2046] Compiling NIOHTTP2 SendingRstStreamState.swift
[2028/2046] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2029/2046] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2030/2046] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2031/2046] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2032/2046] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2036/2046] Compiling NIOHTTP2 HTTP2Error.swift
[2037/2046] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2039/2106] Emitting module AsyncHTTPClient
[2040/2114] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2041/2114] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2042/2114] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2043/2114] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2044/2114] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2045/2114] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2046/2114] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2047/2114] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2048/2114] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2049/2114] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2050/2114] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2051/2114] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2052/2114] Compiling AsyncHTTPClient HTTP1Connection.swift
[2053/2114] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2054/2114] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2055/2114] Compiling AsyncHTTPClient HTTP2Connection.swift
[2056/2114] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2057/2114] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2058/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2059/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2060/2114] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2061/2114] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2062/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2063/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2064/2114] Compiling AsyncHTTPClient RequestBodyLength.swift
[2065/2114] Compiling AsyncHTTPClient RequestBag.swift
[2066/2114] Compiling AsyncHTTPClient RequestValidation.swift
[2067/2114] Compiling AsyncHTTPClient SSLContextCache.swift
[2068/2114] Compiling AsyncHTTPClient Scheme.swift
[2069/2114] Compiling AsyncHTTPClient Singleton.swift
[2070/2114] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2071/2114] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2072/2114] Compiling AsyncHTTPClient Utils.swift
[2073/2114] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2074/2114] Compiling AsyncHTTPClient RequestOptions.swift
[2075/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2076/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2077/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2078/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2079/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2080/2114] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2081/2114] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2082/2114] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2083/2114] Compiling AsyncHTTPClient Transaction.swift
[2084/2114] Compiling AsyncHTTPClient Base64.swift
[2085/2114] Compiling AsyncHTTPClient BasicAuth.swift
[2086/2114] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2087/2114] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2088/2114] Compiling AsyncHTTPClient ConnectionPool.swift
[2089/2114] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2090/2114] Compiling AsyncHTTPClient HTTPClient.swift
[2091/2114] Compiling AsyncHTTPClient HTTPHandler.swift
[2092/2114] Compiling AsyncHTTPClient LRUCache.swift
[2093/2114] Compiling AsyncHTTPClient NWErrorHandler.swift
[2094/2114] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2095/2114] Compiling AsyncHTTPClient TLSConfiguration.swift
[2096/2114] Compiling AsyncHTTPClient RedirectState.swift
[2097/2114] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2098/2114] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2099/2114] Compiling AsyncHTTPClient ConnectionTarget.swift
[2100/2114] Compiling AsyncHTTPClient DeconstructedURL.swift
[2101/2114] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2102/2114] Compiling AsyncHTTPClient FoundationExtensions.swift
[2103/2114] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2104/2114] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2105/2114] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2117/2285] Compiling Vapor HTTPServerResponseEncoder.swift
[2118/2285] Compiling Vapor HTTPServerUpgradeHandler.swift
[2119/2285] Compiling Vapor Logger+Report.swift
[2120/2285] Compiling Vapor LoggingSystem+Environment.swift
[2121/2285] Compiling Vapor Application+Middleware.swift
[2122/2285] Compiling Vapor CORSMiddleware.swift
[2123/2285] Compiling Vapor ErrorMiddleware.swift
[2124/2285] Compiling Vapor FileMiddleware.swift
[2125/2285] Compiling Vapor Middleware.swift
[2126/2285] Compiling Vapor MiddlewareConfiguration.swift
[2127/2285] Compiling Vapor ResponseCompressionMiddleware.swift
[2128/2285] Compiling Vapor RouteLoggingMiddleware.swift
[2129/2285] Compiling Vapor TracingMiddleware.swift
[2130/2285] Compiling Vapor File+Multipart.swift
[2131/2285] Compiling Vapor FormDataDecoder+Content.swift
[2132/2285] Compiling Vapor FormDataEncoder+Content.swift
[2133/2285] Compiling Vapor Application+Password.swift
[2134/2285] Compiling Vapor Application+Passwords.swift
[2135/2285] Compiling Vapor AsyncPasswordHasher.swift
[2136/2285] Compiling Vapor BcryptHasher.swift
[2137/2285] Compiling Vapor PasswordHasher.swift
[2138/2285] Compiling Vapor PlaintextHasher.swift
[2139/2285] Compiling Vapor Request+Password.swift
[2140/2285] Compiling Vapor Redirect.swift
[2141/2309] Compiling Vapor Service.swift
[2142/2309] Compiling Vapor Application+Sessions.swift
[2143/2309] Compiling Vapor MemorySessions.swift
[2144/2309] Compiling Vapor Request+Session.swift
[2145/2309] Compiling Vapor Session.swift
[2146/2309] Compiling Vapor SessionCache.swift
[2147/2309] Compiling Vapor SessionData.swift
[2148/2309] Compiling Vapor SessionDriver.swift
[2149/2309] Compiling Vapor SessionsConfiguration.swift
[2150/2309] Compiling Vapor SessionsMiddleware.swift
[2151/2309] Compiling Vapor URLEncodedFormData.swift
[2152/2309] Compiling Vapor URLEncodedFormDecoder.swift
[2153/2309] Compiling Vapor URLEncodedFormEncoder.swift
[2154/2309] Compiling Vapor URLEncodedFormError.swift
[2155/2309] Compiling Vapor URLEncodedFormParser.swift
[2156/2309] Compiling Vapor URLEncodedFormSerializer.swift
[2157/2309] Compiling Vapor URLQueryFragmentConvertible.swift
[2158/2309] Compiling Vapor AnyResponse.swift
[2159/2309] Compiling Vapor Array+Random.swift
[2160/2309] Compiling Vapor Base32.swift
[2161/2309] Compiling Vapor Base64.swift
[2162/2309] Compiling Vapor BaseN.swift
[2163/2309] Compiling Vapor BasicCodingKey.swift
[2164/2309] Compiling Vapor ByteCount.swift
[2165/2333] Compiling Vapor AsyncBasicResponder.swift
[2166/2333] Compiling Vapor AsyncMiddleware.swift
[2167/2333] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2168/2333] Compiling Vapor AsyncSessionDriver.swift
[2169/2333] Compiling Vapor Authentication+Concurrency.swift
[2170/2333] Compiling Vapor Cache+Concurrency.swift
[2171/2333] Compiling Vapor Client+Concurrency.swift
[2172/2333] Compiling Vapor RequestBody+Concurrency.swift
[2173/2333] Compiling Vapor Responder+Concurrency.swift
[2174/2333] Compiling Vapor ResponseCodable+Concurrency.swift
[2175/2333] Compiling Vapor RoutesBuilder+Concurrency.swift
[2176/2333] Compiling Vapor ViewRenderer+Concurrency.swift
[2177/2333] Compiling Vapor WebSocket+Concurrency.swift
[2178/2333] Compiling Vapor ContainerGetPathExecutor.swift
[2179/2333] Compiling Vapor Content.swift
[2180/2333] Compiling Vapor ContentCoders.swift
[2181/2333] Compiling Vapor ContentConfiguration.swift
[2182/2333] Compiling Vapor ContentContainer.swift
[2183/2333] Compiling Vapor JSONCoder+Custom.swift
[2184/2333] Compiling Vapor JSONCoders+Content.swift
[2185/2333] Compiling Vapor PlaintextDecoder.swift
[2186/2333] Compiling Vapor PlaintextEncoder.swift
[2187/2333] Compiling Vapor URLQueryCoders.swift
[2188/2333] Compiling Vapor URLQueryContainer.swift
[2189/2333] Compiling Vapor Bytes+Hex.swift
[2190/2333] Compiling Vapor Bytes+SecureCompare.swift
[2191/2333] Compiling Vapor Collection+Safe.swift
[2192/2333] Compiling Vapor DataProtocol+Copy.swift
[2193/2333] Compiling Vapor DecoderUnwrapper.swift
[2194/2333] Compiling Vapor DirectoryConfiguration.swift
[2195/2333] Compiling Vapor DotEnv.swift
[2196/2333] Compiling Vapor Extendable.swift
[2197/2333] Compiling Vapor File.swift
[2198/2333] Compiling Vapor FileIO.swift
[2199/2333] Compiling Vapor LifecycleHandler.swift
[2200/2333] Compiling Vapor OptionalType.swift
[2201/2333] Compiling Vapor RFC1123.swift
[2202/2333] Compiling Vapor SocketAddress+Hostname.swift
[2203/2333] Compiling Vapor Storage.swift
[2204/2333] Compiling Vapor String+IsIPAddress.swift
[2205/2333] Compiling Vapor Thread.swift
[2206/2333] Compiling Vapor URI.swift
[2207/2333] Compiling Vapor RangeResult.swift
[2208/2333] Compiling Vapor Validatable.swift
[2209/2333] Compiling Vapor Validation.swift
[2210/2333] Compiling Vapor ValidationKey.swift
[2211/2333] Compiling Vapor Validations.swift
[2212/2333] Compiling Vapor ValidationsError.swift
[2213/2333] Compiling Vapor Core.swift
[2214/2333] Compiling Vapor Running.swift
[2215/2333] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2216/2333] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2217/2333] Compiling Vapor DotEnvFile+load.swift
[2218/2333] Compiling Vapor Routes+caseInsenstive.swift
[2219/2333] Compiling Vapor Validatable+validate.swift
[2220/2333] Compiling Vapor Environment+Process.swift
[2221/2333] Compiling Vapor Environment+Secret.swift
[2222/2333] Compiling Vapor Environment.swift
[2223/2333] Compiling Vapor Abort.swift
[2224/2333] Compiling Vapor AbortError.swift
[2225/2333] Compiling Vapor DebuggableError.swift
[2226/2333] Compiling Vapor Demangler.swift
[2227/2333] Compiling Vapor ErrorSource.swift
[2228/2333] Compiling Vapor StackTrace.swift
[2229/2333] Compiling Vapor Exports.swift
[2230/2333] Compiling Vapor Application+HTTP.swift
[2231/2333] Compiling Vapor BasicResponder.swift
[2232/2333] Compiling Vapor BodyStream.swift
[2233/2333] Compiling Vapor Application+HTTP+Client.swift
[2234/2333] Compiling Vapor EventLoopHTTPClient.swift
[2235/2333] Compiling Vapor EndpointCache.swift
[2236/2333] Compiling Vapor HTTPMethod+String.swift
[2237/2333] Compiling Vapor Application.swift
[2238/2333] Compiling Vapor AuthenticationCache.swift
[2239/2333] Compiling Vapor Authenticator.swift
[2240/2333] Compiling Vapor BasicAuthorization.swift
[2241/2333] Compiling Vapor BearerAuthorization.swift
[2242/2333] Compiling Vapor GuardMiddleware.swift
[2243/2333] Compiling Vapor RedirectMiddleware.swift
[2244/2333] Compiling Vapor SessionAuthenticatable.swift
[2245/2333] Compiling Vapor Bcrypt.swift
[2246/2333] Compiling Vapor Application+Cache.swift
[2247/2333] Compiling Vapor Cache.swift
[2248/2333] Compiling Vapor CacheExpirationTime.swift
[2249/2333] Compiling Vapor MemoryCache.swift
[2250/2333] Compiling Vapor Request+Cache.swift
[2251/2333] Compiling Vapor Application+Clients.swift
[2252/2333] Compiling Vapor Client.swift
[2253/2333] Compiling Vapor ClientRequest.swift
[2254/2333] Compiling Vapor ClientResponse.swift
[2255/2333] Compiling Vapor Request+Client.swift
[2256/2333] Compiling Vapor BootCommand.swift
[2257/2333] Compiling Vapor CommandContext+Application.swift
[2258/2333] Compiling Vapor RoutesCommand.swift
[2259/2333] Compiling Vapor ServeCommand.swift
[2260/2333] Compiling Vapor AnyResponse+Concurrency.swift
[2261/2333] Compiling Vapor Request+Body.swift
[2262/2333] Compiling Vapor Request+BodyStream.swift
[2263/2333] Compiling Vapor Request.swift
[2264/2333] Compiling Vapor Application+Responder.swift
[2265/2333] Compiling Vapor DefaultResponder.swift
[2266/2333] Compiling Vapor Response+Body.swift
[2267/2333] Compiling Vapor Response.swift
[2268/2333] Compiling Vapor ResponseCodable.swift
[2269/2333] Compiling Vapor Application+Routes.swift
[2270/2333] Compiling Vapor Parameters+Require.swift
[2271/2333] Compiling Vapor Request+WebSocket.swift
[2272/2333] Compiling Vapor Route.swift
[2273/2333] Compiling Vapor RouteCollection.swift
[2274/2333] Compiling Vapor Routes.swift
[2275/2333] Compiling Vapor RoutesBuilder+Group.swift
[2276/2333] Compiling Vapor RoutesBuilder+Method.swift
[2277/2333] Compiling Vapor RoutesBuilder+Middleware.swift
[2278/2333] Compiling Vapor RoutesBuilder+WebSocket.swift
[2279/2333] Compiling Vapor RoutesBuilder.swift
[2280/2333] Compiling Vapor OTP.swift
[2281/2333] Compiling Vapor Application+Servers.swift
[2282/2333] Compiling Vapor Server.swift
[2283/2333] Compiling Vapor App+Service.swift
[2284/2333] Compiling Vapor Req+Service.swift
[2285/2333] Compiling Vapor HTTPStatus.swift
[2286/2333] Compiling Vapor HTTPCookies.swift
[2287/2333] Compiling Vapor HTTPHeaderCacheControl.swift
[2288/2333] Compiling Vapor HTTPHeaderExpires.swift
[2289/2333] Compiling Vapor HTTPHeaderLastModified.swift
[2290/2333] Compiling Vapor HTTPHeaders+Cache.swift
[2291/2333] Compiling Vapor HTTPHeaders+Connection.swift
[2292/2333] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2293/2333] Compiling Vapor HTTPHeaders+ContentRange.swift
[2294/2333] Compiling Vapor HTTPHeaders+Directive.swift
[2295/2333] Compiling Vapor HTTPHeaders+Forwarded.swift
[2296/2333] Compiling Vapor HTTPHeaders+Link.swift
[2297/2333] Compiling Vapor HTTPHeaders+Name.swift
[2298/2333] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2299/2333] Compiling Vapor HTTPHeaders.swift
[2300/2333] Compiling Vapor HTTPMediaType.swift
[2301/2333] Compiling Vapor HTTPMediaTypePreference.swift
[2302/2333] Compiling Vapor Responder.swift
[2303/2333] Compiling Vapor Application+HTTP+Server.swift
[2304/2333] Compiling Vapor HTTPServer.swift
[2305/2333] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2306/2333] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2307/2333] Compiling Vapor HTTPServerHandler.swift
[2308/2333] Compiling Vapor HTTPServerRequestDecoder.swift
[2309/2333] Emitting module Vapor
[2310/2333] Compiling Vapor Validator.swift
[2311/2333] Compiling Vapor ValidatorResult.swift
[2312/2333] Compiling Vapor And.swift
[2313/2333] Compiling Vapor Case.swift
[2314/2333] Compiling Vapor CharacterSet.swift
[2315/2333] Compiling Vapor Count.swift
[2316/2333] Compiling Vapor Custom.swift
[2317/2333] Compiling Vapor Email.swift
[2318/2333] Compiling Vapor Empty.swift
[2319/2333] Compiling Vapor In.swift
[2320/2333] Compiling Vapor Nil.swift
[2321/2333] Compiling Vapor NilIgnoring.swift
[2322/2333] Compiling Vapor Not.swift
[2323/2333] Compiling Vapor Or.swift
[2324/2333] Compiling Vapor Pattern.swift
[2325/2333] Compiling Vapor Range.swift
[2326/2333] Compiling Vapor URL.swift
[2327/2333] Compiling Vapor Valid.swift
[2328/2333] Compiling Vapor Application+Views.swift
[2329/2333] Compiling Vapor PlaintextRenderer.swift
[2330/2333] Compiling Vapor Request+View.swift
[2331/2333] Compiling Vapor View.swift
[2332/2333] Compiling Vapor ViewRenderer.swift
[2333/2333] Compiling Vapor _Deprecations.swift
[2335/2343] Compiling VaporTypedRoutes RoutesBuilder+RouteContext.swift
[2336/2343] Compiling VaporTypedRoutes RoutesBuilderContext+Concurrency.swift
[2337/2343] Compiling VaporTypedRoutes RouteContext.swift
[2338/2343] Compiling VaporTypedRoutes ResponseContext.swift
[2339/2344] Compiling VaporTypedRoutes TypedPathComponent.swift
[2340/2344] Compiling VaporTypedRoutes TypedRequest+Query.swift
[2341/2344] Emitting module VaporTypedRoutes
[2342/2344] Compiling VaporTypedRoutes QueryParam.swift
[2343/2344] Compiling VaporTypedRoutes ResponseBuilder.swift
[2344/2344] Compiling VaporTypedRoutes TypedRequest.swift
[2346/2355] Compiling VaporOpenAPI Route+Metadata.swift
[2347/2356] Compiling VaporOpenAPI VaporHttp+OpenAPI.swift
[2348/2356] Emitting module VaporOpenAPI
/host/spi-builder-workspace/Sources/VaporOpenAPI/EventLoopFuture+OpenAPI.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
12 | import Vapor
13 |
14 | extension EventLoopFuture: OpenAPIEncodedSchemaType where Value: OpenAPIEncodedSchemaType {
| |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | /// Get the OpenAPISchema for for the value using a given encoder.
16 | /// - Parameters:
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
327 |
328 |
329 | extension OpenAPI.Document: Content { }
| |- warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
330 |
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
327 |
328 |
329 | extension OpenAPI.Document: Content { }
| `- warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
330 |
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:54:20: warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
52 | /// the `Version` enum. Other versions may or may not be decodable
53 | /// by OpenAPIKit to a certain extent.
54 | public var openAPIVersion: Version
| `- warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
55 |
56 | /// Information about the API described by this OpenAPI Document.
:
374 | /// this enum. Other versions may or may not be decodable by
375 | /// OpenAPIKit to a certain extent.
376 | public enum Version: String, Codable {
| `- note: consider making enum 'Version' conform to the 'Sendable' protocol
377 | case v3_1_0 = "3.1.0"
378 | case v3_1_1 = "3.1.1"
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:61:20: warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
59 | /// version of the API this document describes, not the OpenAPI
60 | /// Specification version), etc.
61 | public var info: Info
| `- warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
62 |
63 | /// An array of Server Objects, which provide connectivity information
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/DocumentInfo.swift:15:19: note: consider making struct 'Info' conform to the 'Sendable' protocol
13 | ///
14 | /// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
15 | public struct Info: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Info' conform to the 'Sendable' protocol
16 | public var title: String
17 | public var summary: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:74:20: warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
72 | /// or operations but not at the root document level), use the
73 | /// `allServers` property instead.
74 | public var servers: [Server]
| `- warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
75 |
76 | /// All paths defined by this API. This property maps the path of each
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Server.swift:16:19: note: consider making struct 'Server' conform to the 'Sendable' protocol
14 | /// See [OpenAPI Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#server-object).
15 | ///
16 | public struct Server: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Server' conform to the 'Sendable' protocol
17 | /// OpenAPI Server URLs can have variable placeholders in them.
18 | /// The `urlTemplate` can be asked for a well-formed Foundation
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:82:20: warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
80 | /// See the `routes` property for an array of equatable `Path`/`PathItem`
81 | /// pairs.
82 | public var paths: PathItem.Map
| `- warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
83 |
84 | /// Storage for components that need to be referenced elsewhere in the
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
18 | /// keys result in `Dictionary` encoding as a list of alternating
19 | /// keys and values.
20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
| `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
21 | private var orderedKeys: [Key]
22 | private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:97:20: warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
95 | /// you still might want to consider using the Components Object for its impact
96 | /// on the JSON/YAML structure of your document once encoded.
97 | public var components: Components
| `- warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
98 |
99 | /// The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Components Object/Components.swift:18:19: note: consider making struct 'Components' conform to the 'Sendable' protocol
16 | /// This is a place to put reusable components to
17 | /// be referenced from other parts of the spec.
18 | public struct Components: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Components' conform to the 'Sendable' protocol
19 |
20 | public var schemas: ComponentDictionary<JSONSchema>
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:104:20: warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
102 | /// The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
103 | /// See [OpenAPI Webhook Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#fixed-fields)
104 | public var webhooks: OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>
| `- warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
105 |
106 | /// A declaration of which security mechanisms can be used across the API.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
18 | /// keys result in `Dictionary` encoding as a list of alternating
19 | /// keys and values.
20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
| `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
21 | private var orderedKeys: [Key]
22 | private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:123:20: warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
121 | /// explicit references to entries in the Components Object instead of `String`
122 | /// values.
123 | public var security: [SecurityRequirement]
| `- warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
124 |
125 | /// A list of tags used by the specification with additional metadata.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:42:13: note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
40 | /// `OpenAPI.Document`.
41 | ///
42 | public enum JSONReference<ReferenceType: ComponentDictionaryLocatable>: Equatable, Hashable, _OpenAPIReference {
| `- note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
43 | /// The reference is internal to the file.
44 | case `internal`(InternalReference)
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:132:20: warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
130 | ///
131 | /// - Important: Each tag name in the list MUST be unique.
132 | public var tags: [Tag]?
| `- warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
133 |
134 | /// Additional external documentation.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Tag.swift:14:19: note: consider making struct 'Tag' conform to the 'Sendable' protocol
12 | ///
13 | /// See [OpenAPI Tag Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#tag-object).
14 | public struct Tag: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
15 | public let name: String
16 | public let description: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:135:20: warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
133 |
134 | /// Additional external documentation.
135 | public var externalDocs: ExternalDocumentation?
| `- warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
136 |
137 | /// Dictionary of vendor extensions.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:15:19: note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
13 | ///
14 | /// See [OpenAPI External Documentation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#external-documentation-object).
15 | public struct ExternalDocumentation: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
16 | public var description: String?
17 | public var url: URL
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:142:20: warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
140 | /// `[ "x-extensionKey": <anything>]`
141 | /// where the values are anything codable.
142 | public var vendorExtensions: [String: AnyCodable]
| `- warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
143 |
144 | public init(
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:35:15: note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
33 | by declaring their contained type to be `AnyCodable`.
34 | */
35 | public struct AnyCodable {
| `- note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
36 | public let value: Any
37 |
[2349/2356] 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:
[2350/2356] 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:
[2351/2356] Compiling VaporOpenAPI VaporRoutes+OpenAPI.swift
[2352/2356] Compiling VaporOpenAPI Sampleable+OpenAPIExample.swift
[2353/2356] Compiling VaporOpenAPI Exports.swift
[2354/2356] Compiling VaporOpenAPI QueryParam+OpenAPI.swift
[2355/2356] Compiling VaporOpenAPI VaporPathComponent+OpenAPI.swift
[2356/2356] Compiling VaporOpenAPI VaporRoute+OpenAPI.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
327 |
328 |
329 | extension OpenAPI.Document: Content { }
| |- warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
330 |
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
327 |
328 |
329 | extension OpenAPI.Document: Content { }
| `- warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
330 |
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:54:20: warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
52 | /// the `Version` enum. Other versions may or may not be decodable
53 | /// by OpenAPIKit to a certain extent.
54 | public var openAPIVersion: Version
| `- warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
55 |
56 | /// Information about the API described by this OpenAPI Document.
:
374 | /// this enum. Other versions may or may not be decodable by
375 | /// OpenAPIKit to a certain extent.
376 | public enum Version: String, Codable {
| `- note: consider making enum 'Version' conform to the 'Sendable' protocol
377 | case v3_1_0 = "3.1.0"
378 | case v3_1_1 = "3.1.1"
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:61:20: warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
59 | /// version of the API this document describes, not the OpenAPI
60 | /// Specification version), etc.
61 | public var info: Info
| `- warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
62 |
63 | /// An array of Server Objects, which provide connectivity information
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/DocumentInfo.swift:15:19: note: consider making struct 'Info' conform to the 'Sendable' protocol
13 | ///
14 | /// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
15 | public struct Info: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Info' conform to the 'Sendable' protocol
16 | public var title: String
17 | public var summary: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:74:20: warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
72 | /// or operations but not at the root document level), use the
73 | /// `allServers` property instead.
74 | public var servers: [Server]
| `- warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
75 |
76 | /// All paths defined by this API. This property maps the path of each
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Server.swift:16:19: note: consider making struct 'Server' conform to the 'Sendable' protocol
14 | /// See [OpenAPI Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#server-object).
15 | ///
16 | public struct Server: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Server' conform to the 'Sendable' protocol
17 | /// OpenAPI Server URLs can have variable placeholders in them.
18 | /// The `urlTemplate` can be asked for a well-formed Foundation
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:82:20: warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
80 | /// See the `routes` property for an array of equatable `Path`/`PathItem`
81 | /// pairs.
82 | public var paths: PathItem.Map
| `- warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
83 |
84 | /// Storage for components that need to be referenced elsewhere in the
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
18 | /// keys result in `Dictionary` encoding as a list of alternating
19 | /// keys and values.
20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
| `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
21 | private var orderedKeys: [Key]
22 | private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:97:20: warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
95 | /// you still might want to consider using the Components Object for its impact
96 | /// on the JSON/YAML structure of your document once encoded.
97 | public var components: Components
| `- warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
98 |
99 | /// The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Components Object/Components.swift:18:19: note: consider making struct 'Components' conform to the 'Sendable' protocol
16 | /// This is a place to put reusable components to
17 | /// be referenced from other parts of the spec.
18 | public struct Components: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Components' conform to the 'Sendable' protocol
19 |
20 | public var schemas: ComponentDictionary<JSONSchema>
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:104:20: warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
102 | /// The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
103 | /// See [OpenAPI Webhook Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#fixed-fields)
104 | public var webhooks: OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>
| `- warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
105 |
106 | /// A declaration of which security mechanisms can be used across the API.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
18 | /// keys result in `Dictionary` encoding as a list of alternating
19 | /// keys and values.
20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
| `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
21 | private var orderedKeys: [Key]
22 | private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:123:20: warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
121 | /// explicit references to entries in the Components Object instead of `String`
122 | /// values.
123 | public var security: [SecurityRequirement]
| `- warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
124 |
125 | /// A list of tags used by the specification with additional metadata.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:42:13: note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
40 | /// `OpenAPI.Document`.
41 | ///
42 | public enum JSONReference<ReferenceType: ComponentDictionaryLocatable>: Equatable, Hashable, _OpenAPIReference {
| `- note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
43 | /// The reference is internal to the file.
44 | case `internal`(InternalReference)
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:132:20: warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
130 | ///
131 | /// - Important: Each tag name in the list MUST be unique.
132 | public var tags: [Tag]?
| `- warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
133 |
134 | /// Additional external documentation.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Tag.swift:14:19: note: consider making struct 'Tag' conform to the 'Sendable' protocol
12 | ///
13 | /// See [OpenAPI Tag Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#tag-object).
14 | public struct Tag: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
15 | public let name: String
16 | public let description: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:135:20: warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
133 |
134 | /// Additional external documentation.
135 | public var externalDocs: ExternalDocumentation?
| `- warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
136 |
137 | /// Dictionary of vendor extensions.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:15:19: note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
13 | ///
14 | /// See [OpenAPI External Documentation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#external-documentation-object).
15 | public struct ExternalDocumentation: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
16 | public var description: String?
17 | public var url: URL
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:142:20: warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
140 | /// `[ "x-extensionKey": <anything>]`
141 | /// where the values are anything codable.
142 | public var vendorExtensions: [String: AnyCodable]
| `- warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
143 |
144 | public init(
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:35:15: note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
33 | by declaring their contained type to be `AnyCodable`.
34 | */
35 | public struct AnyCodable {
| `- note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
36 | public let value: Any
37 |
Build complete! (288.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.86.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "vaportypedroutes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
},
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "openapireflection",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
}
],
"manifest_display_name" : "VaporOpenAPI",
"name" : "VaporOpenAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporOpenAPI",
"targets" : [
"VaporOpenAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporOpenAPITests",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPITests",
"path" : "Tests/VaporOpenAPITests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"VaporOpenAPITests.swift"
],
"target_dependencies" : [
"VaporOpenAPI"
],
"type" : "test"
},
{
"c99name" : "VaporOpenAPI",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPI",
"path" : "Sources/VaporOpenAPI",
"product_dependencies" : [
"Vapor",
"VaporTypedRoutes",
"OpenAPIKit",
"OpenAPIReflection"
],
"product_memberships" : [
"VaporOpenAPI"
],
"sources" : [
"ContentConfiguration+JSONEncoder.swift",
"EventLoopFuture+OpenAPI.swift",
"Exports.swift",
"QueryParam+OpenAPI.swift",
"Route+Metadata.swift",
"Sampleable+OpenAPIExample.swift",
"VaporHttp+OpenAPI.swift",
"VaporPathComponent+OpenAPI.swift",
"VaporRoute+OpenAPI.swift",
"VaporRoutes+OpenAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.