Build Information
Successful build of VaporOpenAPI, reference 0.7.0 (026e8b
), with Swift 6.1 for Android on 30 May 2025 15:30:32 UTC.
Swift 6 data race errors: 11
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/VaporOpenAPI.git
Reference: 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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mattpolzin/VaporOpenAPI.git
https://github.com/mattpolzin/VaporOpenAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.86.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "vaportypedroutes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
},
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "openapireflection",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
}
],
"manifest_display_name" : "VaporOpenAPI",
"name" : "VaporOpenAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporOpenAPI",
"targets" : [
"VaporOpenAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporOpenAPITests",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPITests",
"path" : "Tests/VaporOpenAPITests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"VaporOpenAPITests.swift"
],
"target_dependencies" : [
"VaporOpenAPI"
],
"type" : "test"
},
{
"c99name" : "VaporOpenAPI",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPI",
"path" : "Sources/VaporOpenAPI",
"product_dependencies" : [
"Vapor",
"VaporTypedRoutes",
"OpenAPIKit",
"OpenAPIReflection"
],
"product_memberships" : [
"VaporOpenAPI"
],
"sources" : [
"ContentConfiguration+JSONEncoder.swift",
"EventLoopFuture+OpenAPI.swift",
"Exports.swift",
"QueryParam+OpenAPI.swift",
"Route+Metadata.swift",
"Sampleable+OpenAPIExample.swift",
"VaporHttp+OpenAPI.swift",
"VaporPathComponent+OpenAPI.swift",
"VaporRoute+OpenAPI.swift",
"VaporRoutes+OpenAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mattpolzin/OpenAPIReflection.git
Fetching https://github.com/mattpolzin/VaporTypedRoutes.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/362] Fetching openapireflection
[349/560] Fetching openapireflection, vaportypedroutes
[561/74938] Fetching openapireflection, vaportypedroutes, vapor
[14693/162848] Fetching openapireflection, vaportypedroutes, vapor, openapikit
Fetched https://github.com/mattpolzin/OpenAPIReflection.git from cache (2.53s)
[150179/162486] Fetching vaportypedroutes, vapor, openapikit
Fetched https://github.com/mattpolzin/VaporTypedRoutes.git from cache (4.96s)
Fetched https://github.com/vapor/vapor.git from cache (5.01s)
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (5.08s)
Computing version for https://github.com/mattpolzin/VaporTypedRoutes.git
Computed https://github.com/mattpolzin/VaporTypedRoutes.git at 0.10.0 (8.17s)
Computing version for https://github.com/mattpolzin/OpenAPIReflection.git
Computed https://github.com/mattpolzin/OpenAPIReflection.git at 2.0.1 (0.95s)
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.31s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 3.5.2 (2.96s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (3.74s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.0.0 (4.34s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.19s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2609] Fetching websocket-kit
[2610/4319] Fetching websocket-kit, swift-atomics
[3141/5382] Fetching websocket-kit, swift-atomics, swift-service-context
[4306/11341] Fetching websocket-kit, swift-atomics, swift-service-context, swift-algorithms
[4376/14660] Fetching websocket-kit, swift-atomics, swift-service-context, swift-algorithms, multipart-kit
[4694/19634] Fetching websocket-kit, swift-atomics, swift-service-context, swift-algorithms, multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
[16232/17924] Fetching websocket-kit, swift-service-context, swift-algorithms, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.65s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Fetching https://github.com/apple/swift-nio-extras.git
[7665/11562] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-metrics
[9871/15398] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-metrics, swift-log
[10524/21321] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.48s)
[16002/19115] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-log, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio.git
[7665/20883] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-http2
[11952/35726] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
[22436/111848] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.92s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.94s)
Fetching https://github.com/vapor/routing-kit.git
[21919/105811] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (2.04s)
[20567/102492] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[28736/123219] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.44s)
[45798/111692] Fetching swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/vapor/async-kit.git
[54797/117374] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.67s)
[69931/114062] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.45s)
[79466/111692] Fetching swift-nio-ssl, swift-nio, routing-kit
[84290/125706] Fetching swift-nio-ssl, swift-nio, routing-kit, async-http-client
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.54s)
[70910/104979] Fetching swift-nio-ssl, swift-nio, async-http-client
[98130/118915] Fetching swift-nio-ssl, swift-nio, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.03s)
[93620/104072] Fetching swift-nio, async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (2.80s)
[81494/90058] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.25s)
Fetched https://github.com/apple/swift-nio.git from cache (5.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.66s)
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.54s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.78s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.95s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[3822/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.74s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.61s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.72s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[781/2731] Fetching swift-asn1, swift-http-structured-headers
[1603/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[2172/13871] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-async-algorithms
[3074/14775] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-http-types
[3551/17201] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-http-types, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
[11663/14470] Fetching swift-certificates, swift-async-algorithms, swift-http-types, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.16s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.72s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.82s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.93s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.08s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.95s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.16s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.81s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.02s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.04s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.19s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.86s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.69s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 3.5.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.0.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/mattpolzin/OpenAPIReflection.git
Working copy of https://github.com/mattpolzin/OpenAPIReflection.git resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/mattpolzin/VaporTypedRoutes.git
Working copy of https://github.com/mattpolzin/VaporTypedRoutes.git resolved at 0.10.0
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/836] Write sources
[45/836] Compiling CNIOWindows WSAStartup.c
[46/836] Write sources
[47/836] Compiling CNIOWindows shim.c
[48/836] Compiling CNIOWASI CNIOWASI.c
[49/836] Write sources
[56/836] Compiling CNIOLinux liburing_shims.c
[57/836] Compiling CVaporBcrypt blf.c
[58/836] Compiling _NumericsShims _NumericsShims.c
[59/836] Compiling CVaporBcrypt bcrypt.c
[60/836] Compiling _AtomicsShims.c
[61/836] Compiling CSystem shims.c
[62/836] Compiling CNIOExtrasZlib empty.c
[63/836] Compiling CNIOLinux shim.c
[64/836] Compiling CNIOSHA1 c_nio_sha1.c
[65/836] Compiling CNIOLLHTTP c_nio_http.c
[66/836] Compiling CNIODarwin shim.c
[67/836] Compiling fiat_p256_adx_sqr.S
[68/836] Compiling fiat_curve25519_adx_mul.S
[69/836] Compiling fiat_curve25519_adx_square.S
[70/836] Compiling fiat_p256_adx_mul.S
[71/836] Compiling CNIOLLHTTP c_nio_api.c
[72/836] Write swift-version-24593BA9C3E375BF.txt
[73/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/840] Compiling CNIOBoringSSLShims shims.c
[75/842] Compiling tls_record.cc
[76/842] Compiling tls_method.cc
[77/873] Compiling tls13_client.cc
[78/873] Compiling tls13_enc.cc
[79/881] Compiling tls13_both.cc
[80/885] Compiling tls13_server.cc
[82/923] Emitting module SystemPackage
[83/926] Compiling RealModule Real.swift
[84/927] Compiling RealModule Float80+Real.swift
[85/927] Compiling RealModule Float16+Real.swift
[86/927] Compiling RealModule ElementaryFunctions.swift
[87/927] Emitting module RealModule
[88/927] Compiling OpenAPIKitCore AnyCodable.swift
[89/927] Compiling OpenAPIKitCore Either+Codable.swift
[90/927] Emitting module ServiceContextModule
[91/927] Compiling ServiceContextModule ServiceContextKey.swift
[92/927] Compiling ServiceContextModule ServiceContext.swift
[93/927] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[94/927] Compiling OpenAPIKitCore Either.swift
[95/927] Emitting module Sampleable
[96/927] Compiling Sampleable Sampleable.swift
[97/927] Compiling RealModule RealFunctions.swift
[98/928] Emitting module _NIOBase64
[99/928] Compiling _NIOBase64 Base64.swift
[100/930] Compiling _NIODataStructures PriorityQueue.swift
[101/930] Compiling _NIODataStructures _TinyArray.swift
[102/930] Compiling RealModule Float+Real.swift
[103/931] Compiling OpenAPIKitCore OAuthFlows.swift
[104/931] Compiling OpenAPIKitCore ParameterContextLocation.swift
[105/931] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[112/931] Compiling OpenAPIKitCore CodingPathError.swift
[113/931] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[114/931] Compiling OpenAPIKitCore DiggingError.swift
[115/931] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[116/931] Emitting module _NIODataStructures
[117/931] Compiling _NIODataStructures Heap.swift
[121/955] Compiling SystemPackage Util+StringArray.swift
[122/955] Compiling SystemPackage Util.swift
[123/955] Compiling SystemPackage UtilConsumers.swift
[124/955] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[125/955] Compiling InternalCollectionsUtilities Debugging.swift
[126/956] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[127/956] Compiling InternalCollectionsUtilities UInt+reversed.swift
[128/956] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[129/956] Compiling InternalCollectionsUtilities Descriptions.swift
[130/956] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[131/956] Compiling Instrumentation NoOpInstrument.swift
[132/956] Compiling Instrumentation MultiplexInstrument.swift
[133/956] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/956] Compiling Instrumentation Instrument.swift
[135/956] Emitting module Instrumentation
[136/956] Emitting module OpenAPIKitCore
[137/960] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[138/960] Compiling InternalCollectionsUtilities Integer rank.swift
[139/960] Compiling InternalCollectionsUtilities _SortedCollection.swift
[142/960] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[143/960] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[144/960] Emitting module InternalCollectionsUtilities
[145/960] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[151/961] Compiling OpenAPIKitCore RequestDecodingError.swift
[152/961] Compiling OpenAPIKitCore OpenAPIReference.swift
[153/961] Compiling OpenAPIKitCore OrderedDictionary.swift
[154/961] Compiling t1_enc.cc
[156/961] Compiling CoreMetrics Metrics.swift
[157/1029] Emitting module Logging
[158/1029] Compiling Logging Locks.swift
[159/1029] Emitting module CoreMetrics
[160/1029] Compiling CoreMetrics Locks.swift
[161/1030] Compiling Instrumentation InstrumentationSystem.swift
[162/1030] Compiling Instrumentation Locks.swift
[163/1031] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[164/1031] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[165/1031] Compiling _RopeModule BigString+Sequence.swift
[166/1031] Compiling _RopeModule BigString+TextOutputStream.swift
[167/1031] Compiling Logging LogHandler.swift
[168/1031] Compiling Logging Logging.swift
[169/1031] Compiling Logging MetadataProvider.swift
[170/1031] Compiling _RopeModule BigString+Managing Breaks.swift
[171/1031] Compiling _RopeModule BigString+RemoveSubrange.swift
[172/1031] Compiling _RopeModule BigString+ReplaceSubrange.swift
[173/1031] Compiling _RopeModule BigString+Split.swift
[174/1031] Compiling _RopeModule BigString+CustomStringConvertible.swift
[175/1031] Compiling _RopeModule BigString+Equatable.swift
[176/1031] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[177/1031] Compiling _RopeModule BigString+Hashing.swift
[178/1032] Compiling _RopeModule BigString+Summary.swift
[179/1032] Compiling _RopeModule BigString.swift
[180/1032] Compiling _RopeModule BigString+Comparable.swift
[181/1032] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[185/1041] Compiling ssl_versions.cc
[186/1041] Compiling ssl_x509.cc
[188/1104] Compiling Tracing InstrumentationSystem+Tracing.swift
[189/1174] Emitting module Tracing
[190/1187] Compiling Tracing TracingTime.swift
[191/1187] Compiling RoutingKit Router.swift
[192/1187] Compiling Tracing TracerProtocol+Legacy.swift
[193/1187] Compiling Tracing TracerProtocol.swift
[194/1187] Compiling Tracing Tracer.swift
[195/1187] Emitting module Metrics
[196/1187] Compiling Metrics Metrics.swift
[197/1188] Compiling HashTreeCollections _HashStack.swift
[198/1188] Compiling HashTreeCollections _HashTreeIterator.swift
[199/1188] Compiling HashTreeCollections _HashTreeStatistics.swift
[200/1188] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[201/1188] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[202/1188] Compiling HeapModule Heap+Descriptions.swift
[203/1188] Emitting module RoutingKit
[204/1188] Compiling HashTreeCollections _HashLevel.swift
[205/1188] Compiling HashTreeCollections _HashNode+Builder.swift
[206/1188] Compiling HashTreeCollections _HashNode+Debugging.swift
[207/1188] Compiling HashTreeCollections _HashNode+Initializers.swift
[208/1188] Compiling HashTreeCollections _HashNode+Invariants.swift
[209/1188] Compiling HashTreeCollections _HashNode+Structural union.swift
[210/1188] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[211/1188] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[212/1188] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[213/1188] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[214/1188] Compiling HashTreeCollections _HashNode.swift
[215/1188] Compiling HashTreeCollections _HashNodeHeader.swift
[216/1188] Compiling HashTreeCollections _HashSlot.swift
[217/1188] Compiling HashTreeCollections _HashNode+Lookups.swift
[218/1188] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[219/1188] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[220/1188] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[221/1188] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[222/1188] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[223/1188] Compiling HashTreeCollections _HashNode+Storage.swift
[224/1188] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[225/1188] Compiling HashTreeCollections _HashNode+Structural filter.swift
[226/1188] Compiling RoutingKit AnyRouter.swift
[227/1189] Emitting module HeapModule
[229/1189] Compiling RoutingKit Parameters.swift
[230/1189] Compiling RoutingKit PathComponent.swift
[231/1189] Compiling HeapModule Heap.swift
[232/1189] Compiling HeapModule _HeapNode.swift
[234/1189] Compiling HashTreeCollections TreeSet+Hashable.swift
[235/1189] Compiling HashTreeCollections TreeSet+Sendable.swift
[236/1189] Compiling HashTreeCollections TreeSet+Sequence.swift
[237/1189] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[238/1189] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[239/1189] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[240/1189] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[241/1189] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/1189] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[243/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[244/1199] Compiling HeapModule Heap+Invariants.swift
[245/1199] Compiling HeapModule Heap+UnsafeHandle.swift
[246/1199] Compiling Tracing NoOpTracer.swift
[247/1199] Compiling Tracing SpanProtocol.swift
[248/1199] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[249/1199] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[250/1199] Compiling HashTreeCollections TreeDictionary+Keys.swift
[251/1199] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[252/1199] Compiling HashTreeCollections TreeDictionary+Merge.swift
[253/1199] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[254/1199] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[255/1199] Compiling HashTreeCollections TreeDictionary+Collection.swift
[256/1199] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[257/1199] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[258/1199] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[259/1199] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[260/1199] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[261/1199] Compiling HashTreeCollections TreeDictionary+Filter.swift
[262/1208] Compiling RoutingKit TrieRouter.swift
[278/1224] Compiling HashTreeCollections _RawHashNode.swift
[279/1224] Compiling HashTreeCollections _UnmanagedHashNode.swift
[280/1224] Compiling HashTreeCollections _UnsafePath.swift
[281/1224] Compiling HashTreeCollections TreeDictionary+Codable.swift
[282/1250] Compiling OpenAPIKit Components+JSONReference.swift
[283/1250] Compiling OpenAPIKit Components+Locatable.swift
[284/1286] Compiling OpenAPIKit Document.swift
[285/1286] Compiling OpenAPIKit DocumentInfo.swift
[286/1286] Compiling OpenAPIKit URLTemplate+Validatable.swift
[287/1286] Compiling OrderedCollections OrderedSet.swift
[288/1286] Compiling OrderedCollections _UnsafeBitset.swift
[289/1286] Compiling HashTreeCollections TreeSet+Equatable.swift
[290/1286] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[291/1286] Compiling HashTreeCollections TreeSet+Extras.swift
[292/1286] Compiling HashTreeCollections TreeSet+Filter.swift
[295/1286] Compiling OpenAPIKit JSONSchema+Combining.swift
[296/1286] Compiling OpenAPIKit JSONSchema.swift
[297/1286] Compiling OpenAPIKit JSONSchemaContext.swift
[298/1286] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[299/1286] Compiling OpenAPIKit TypesAndFormats.swift
[300/1286] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[301/1286] Compiling OpenAPIKit SecurityScheme.swift
[302/1286] Compiling OpenAPIKit Server.swift
[303/1286] Compiling OpenAPIKit Tag.swift
[304/1295] Compiling OpenAPIKit ResolvedDocument.swift
[305/1295] Compiling OpenAPIKit Either+Convenience.swift
[316/1295] Compiling _RopeModule _CharacterRecognizer.swift
[317/1295] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[318/1295] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[319/1295] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[320/1295] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[321/1295] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[322/1295] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[323/1295] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[324/1295] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[325/1295] Compiling HashTreeCollections TreeSet.swift
[326/1295] Compiling OpenAPIKit Callbacks.swift
[327/1295] Compiling OpenAPIKit CodableVendorExtendable.swift
[330/1295] Compiling DequeModule _DequeSlot.swift
[331/1295] Compiling DequeModule _UnsafeWrappedBuffer.swift
[332/1295] Compiling OpenAPIKit ContentEncoding.swift
[333/1295] Compiling OpenAPIKit DereferencedContent.swift
[334/1295] Compiling OpenAPIKit DocumentDecodingError.swift
[335/1295] Compiling OpenAPIKit OperationDecodingError.swift
[336/1295] Compiling OpenAPIKit PathDecodingError.swift
[337/1295] Compiling OpenAPIKit ResponseDecodingError.swift
[338/1295] Compiling OpenAPIKit Example.swift
[339/1295] Compiling OpenAPIKit ExternalDocumentation.swift
[340/1295] Compiling OpenAPIKit DereferencedHeader.swift
[341/1295] Compiling OpenAPIKit Header.swift
[342/1295] Compiling OpenAPIKit JSONReference.swift
[343/1295] Compiling OpenAPIKit Link.swift
[344/1295] Compiling OpenAPIKit OpenAPI.swift
[345/1295] Compiling OpenAPIKit DereferencedOperation.swift
[346/1295] Compiling OpenAPIKit Response.swift
[347/1295] Compiling OpenAPIKit RuntimeExpression.swift
[348/1295] Compiling OpenAPIKit SchemaProtocols.swift
[349/1295] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[350/1295] Compiling OpenAPIKit DereferencedJSONSchema.swift
[359/1295] Compiling OpenAPIKit DereferencedContentEncoding.swift
[360/1295] Compiling OpenAPIKit DereferencedDocument.swift
[365/1295] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[366/1295] Compiling OpenAPIKit Either+Summarizable.swift
[367/1295] Compiling OpenAPIKit Either+Validatable.swift
[368/1295] Compiling OpenAPIKit AnyCodable+Validatable.swift
[382/1295] Compiling OpenAPIKit DereferencedParameter.swift
[383/1295] Compiling OpenAPIKit DereferencedSchemaContext.swift
[384/1295] Compiling OpenAPIKit Parameter.swift
[385/1295] Compiling OpenAPIKit ParameterContext.swift
[386/1295] Compiling OpenAPIKit ParameterSchemaContext.swift
[387/1295] Compiling OpenAPIKit DereferencedPathItem.swift
[388/1295] Compiling OpenAPIKit PathItem.swift
[389/1295] Compiling OpenAPIKit ResolvedRoute.swift
[390/1295] Compiling OpenAPIKit DereferencedRequest.swift
[391/1295] Compiling OpenAPIKit Request.swift
[392/1295] Compiling OpenAPIKit DereferencedResponse.swift
[418/1295] Compiling ssl_stat.cc
[431/1295] Emitting module DequeModule
[433/1296] Emitting module OrderedCollections
[434/1297] Compiling _RopeModule Rope+Join.swift
[435/1297] Compiling _RopeModule Rope+MutatingForEach.swift
[436/1297] Compiling _RopeModule Rope+Remove.swift
[437/1297] Compiling _RopeModule Rope+RemoveSubrange.swift
[438/1297] Compiling _RopeModule Rope+Split.swift
[439/1297] Compiling _RopeModule Optional Utilities.swift
[440/1297] Compiling _RopeModule String Utilities.swift
[441/1297] Compiling _RopeModule String.Index+ABI.swift
[443/1297] Compiling ssl_transcript.cc
[445/1297] Emitting module _RopeModule
[445/1297] Compiling ssl_session.cc
[455/1297] Compiling OpenAPIKit Operation.swift
[456/1297] Compiling OpenAPIKit ResolvedEndpoint.swift
[457/1297] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[469/1297] Emitting module HashTreeCollections
[470/1298] Compiling ssl_file.cc
[491/1298] Emitting module OpenAPIKit
[492/1307] Compiling ssl_privkey.cc
[493/1307] Compiling ssl_key_share.cc
[494/1307] Compiling ssl_lib.cc
[503/1307] Compiling ssl_credential.cc
[531/1307] Compiling ssl_cipher.cc
[532/1307] Compiling ssl_cert.cc
[533/1307] Compiling ssl_buffer.cc
[534/1307] Compiling ssl_asn1.cc
[535/1307] Compiling ssl_aead_ctx.cc
[536/1307] Compiling s3_lib.cc
[537/1307] Compiling s3_pkt.cc
[547/1307] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[548/1307] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[549/1307] Compiling OpenAPIKit Validation+Builtins.swift
[550/1307] Compiling OpenAPIKit Validation.swift
[551/1307] Compiling OpenAPIKit Validator+Convenience.swift
[552/1307] Compiling OpenAPIKit Validator.swift
[553/1307] Compiling OpenAPIKit XML.swift
[554/1307] Compiling OpenAPIKit _CoreReExport.swift
[554/1307] Compiling s3_both.cc
[555/1307] Compiling handshake_server.cc
[572/1308] Compiling handshake_client.cc
[573/1308] Compiling handoff.cc
[575/1308] Compiling handshake.cc
[576/1316] Compiling extensions.cc
[578/1316] Compiling OpenAPIReflection Optional+ZipWith.swift
[579/1316] Compiling OpenAPIReflection OpenAPI+Errors.swift
[580/1316] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
[581/1316] Emitting module OpenAPIReflection
[581/1316] Compiling encrypted_client_hello.cc
[582/1316] Compiling OpenAPIReflection SchemaProtocols.swift
[584/1316] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[584/1316] Compiling dtls_record.cc
[585/1316] Compiling md5-x86_64-linux.S
[587/1316] Compiling OpenAPIReflection Date+OpenAPI.swift
[588/1316] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[588/1317] Compiling md5-x86_64-apple.S
[590/1317] Compiling md5-586-linux.S
[591/1317] Compiling md5-586-apple.S
[592/1317] Compiling chacha20_poly1305_x86_64-linux.S
[593/1317] Compiling chacha20_poly1305_x86_64-apple.S
[594/1317] Compiling chacha20_poly1305_armv8-win.S
[595/1317] Compiling dtls_method.cc
[596/1317] Compiling chacha20_poly1305_armv8-linux.S
[597/1317] Compiling chacha20_poly1305_armv8-apple.S
[598/1317] Compiling chacha-x86_64-linux.S
[599/1317] Compiling err_data.cc
[600/1317] Compiling d1_lib.cc
[601/1317] Compiling chacha-x86_64-apple.S
[602/1317] Compiling bio_ssl.cc
[603/1317] Compiling chacha-x86-linux.S
[604/1317] Compiling chacha-x86-apple.S
[605/1317] Compiling chacha-armv8-apple.S
[606/1317] Compiling chacha-armv4-linux.S
[607/1317] Compiling chacha-armv8-win.S
[608/1317] Compiling aes128gcmsiv-x86_64-linux.S
[609/1317] Compiling d1_pkt.cc
[610/1317] Compiling chacha-armv8-linux.S
[611/1317] Compiling d1_srtp.cc
[612/1317] Compiling aes128gcmsiv-x86_64-apple.S
[613/1317] Compiling x86_64-mont5-linux.S
[614/1317] Compiling x86_64-mont-linux.S
[615/1317] Compiling x86-mont-linux.S
[616/1317] Compiling x86_64-mont5-apple.S
[617/1317] Compiling vpaes-x86_64-linux.S
[618/1317] Compiling x86-mont-apple.S
[619/1317] Compiling x86_64-mont-apple.S
[620/1317] Compiling vpaes-x86-linux.S
[621/1317] Compiling vpaes-armv8-win.S
[622/1317] Compiling vpaes-x86_64-apple.S
[623/1317] Compiling vpaes-x86-apple.S
[624/1317] Compiling vpaes-armv8-apple.S
[625/1317] Compiling vpaes-armv7-linux.S
[626/1317] Compiling vpaes-armv8-linux.S
[627/1317] Compiling sha512-armv8-win.S
[627/1317] Compiling sha512-x86_64-linux.S
[629/1317] Compiling sha512-x86_64-apple.S
[630/1317] Compiling sha512-armv8-apple.S
[631/1317] Compiling sha512-armv8-linux.S
[632/1317] Compiling sha512-armv4-linux.S
[633/1317] Compiling sha512-586-linux.S
[634/1317] Compiling sha512-586-apple.S
[635/1317] Compiling sha256-x86_64-linux.S
[636/1317] Compiling sha256-x86_64-apple.S
[637/1317] Compiling sha256-armv8-win.S
[638/1317] Compiling sha256-armv8-apple.S
[639/1317] Compiling sha256-armv8-linux.S
[640/1317] Compiling sha256-armv4-linux.S
[641/1317] Compiling sha256-586-linux.S
[642/1317] Compiling sha256-586-apple.S
[643/1317] Compiling sha1-x86_64-apple.S
[644/1317] Compiling sha1-armv8-win.S
[645/1317] Compiling sha1-x86_64-linux.S
[646/1317] Compiling sha1-armv8-apple.S
[647/1317] Compiling d1_both.cc
[648/1317] Compiling sha1-armv8-linux.S
[649/1317] Compiling sha1-armv4-large-linux.S
[650/1317] Compiling rdrand-x86_64-linux.S
[651/1317] Compiling sha1-586-linux.S
[652/1317] Compiling sha1-586-apple.S
[653/1317] Compiling rsaz-avx2-apple.S
[654/1317] Compiling p256_beeu-x86_64-asm-linux.S
[655/1317] Compiling rsaz-avx2-linux.S
[656/1317] Compiling rdrand-x86_64-apple.S
[657/1317] Compiling p256_beeu-armv8-asm-win.S
[658/1317] Compiling p256_beeu-x86_64-asm-apple.S
[659/1317] Compiling p256_beeu-armv8-asm-linux.S
[660/1317] Compiling p256_beeu-armv8-asm-apple.S
[661/1317] Compiling p256-x86_64-asm-linux.S
[662/1317] Compiling p256-x86_64-asm-apple.S
[663/1317] Compiling p256-armv8-asm-win.S
[664/1317] Compiling p256-armv8-asm-linux.S
[665/1317] Compiling p256-armv8-asm-apple.S
[666/1317] Compiling ghashv8-armv8-linux.S
[667/1317] Compiling ghash-x86_64-linux.S
[668/1317] Compiling ghashv8-armv8-apple.S
[669/1317] Compiling ghashv8-armv8-win.S
[670/1317] Compiling ghash-x86-apple.S
[671/1317] Compiling ghash-x86-linux.S
[672/1317] Compiling ghashv8-armv7-linux.S
[673/1317] Compiling ghash-x86_64-apple.S
[674/1317] Compiling ghash-ssse3-x86_64-apple.S
[675/1317] Compiling ghash-ssse3-x86_64-linux.S
[676/1317] Compiling ghash-ssse3-x86-linux.S
[677/1317] Compiling ghash-neon-armv8-win.S
[678/1317] Compiling ghash-ssse3-x86-apple.S
[679/1317] Compiling ghash-armv4-linux.S
[680/1317] Compiling ghash-neon-armv8-apple.S
[680/1317] Compiling ghash-neon-armv8-linux.S
[682/1317] Compiling co-586-apple.S
[683/1317] Compiling bsaes-armv7-linux.S
[684/1317] Compiling co-586-linux.S
[685/1317] Compiling bn-armv8-linux.S
[685/1317] Compiling bn-armv8-win.S
[687/1317] Compiling bn-armv8-apple.S
[688/1317] Compiling bn-586-linux.S
[689/1317] Compiling bn-586-apple.S
[690/1317] Compiling armv8-mont-win.S
[691/1317] Compiling armv8-mont-linux.S
[692/1317] Compiling armv8-mont-apple.S
[692/1317] Compiling aesv8-gcm-armv8-win.S
[694/1317] Compiling aesv8-gcm-armv8-linux.S
[695/1317] Compiling aesv8-gcm-armv8-apple.S
[696/1317] Compiling armv4-mont-linux.S
[697/1317] Compiling aesv8-armv8-win.S
[698/1317] Compiling aesv8-armv8-linux.S
[699/1317] Compiling aesv8-armv7-linux.S
[700/1317] Compiling aesv8-armv8-apple.S
[701/1317] Compiling aesni-x86_64-linux.S
[702/1317] Compiling aesni-x86-linux.S
[703/1317] Compiling aesni-gcm-x86_64-linux.S
[704/1317] Compiling aesni-x86_64-apple.S
[705/1317] Compiling aesni-gcm-x86_64-apple.S
[706/1317] Compiling aesni-x86-apple.S
[707/1317] Compiling aes-gcm-avx10-x86_64-apple.S
[707/1317] Compiling aes-gcm-avx2-x86_64-linux.S
[709/1317] Compiling aes-gcm-avx2-x86_64-apple.S
[710/1317] Compiling aes-gcm-avx10-x86_64-linux.S
[711/1317] Compiling x_x509.cc
[712/1317] Compiling x_pubkey.cc
[713/1317] Compiling x_sig.cc
[714/1317] Compiling x_req.cc
[715/1317] Compiling x_x509a.cc
[716/1317] Compiling x_exten.cc
[717/1317] Compiling x_name.cc
[718/1317] Compiling x_val.cc
[719/1317] Compiling x_spki.cc
[720/1317] Compiling x_all.cc
[721/1317] Compiling x509rset.cc
[722/1317] Compiling x_attrib.cc
[723/1317] Compiling x509name.cc
[724/1317] Compiling x_algor.cc
[725/1317] Compiling x_crl.cc
[726/1317] Compiling x509spki.cc
[727/1317] Compiling x509cset.cc
[728/1317] Compiling x509_v3.cc
[729/1317] Compiling x509_vpm.cc
[730/1317] Compiling x509_set.cc
[731/1317] Compiling x509_txt.cc
[732/1317] Compiling x509_vfy.cc
[733/1317] Compiling x509_trs.cc
[734/1317] Compiling x509_req.cc
[735/1317] Compiling x509_obj.cc
[736/1317] Compiling x509_lu.cc
[737/1317] Compiling x509_def.cc
[738/1317] Compiling x509_ext.cc
[739/1317] Compiling x509_cmp.cc
[740/1317] Compiling x509_d2.cc
[741/1317] Compiling x509_att.cc
[742/1317] Compiling x509.cc
[743/1317] Compiling v3_utl.cc
[744/1317] Compiling v3_skey.cc
[745/1317] Compiling v3_prn.cc
[746/1317] Compiling v3_pmaps.cc
[747/1317] Compiling v3_purp.cc
[748/1317] Compiling v3_pcons.cc
[749/1317] Compiling v3_int.cc
[750/1317] Compiling v3_lib.cc
[751/1317] Compiling v3_ocsp.cc
[752/1317] Compiling v3_ncons.cc
[753/1317] Compiling v3_info.cc
[754/1317] Compiling v3_ia5.cc
[755/1317] Compiling v3_genn.cc
[756/1317] Compiling v3_extku.cc
[757/1317] Compiling v3_enum.cc
[758/1317] Compiling v3_crld.cc
[759/1317] Compiling v3_conf.cc
[760/1317] Compiling v3_cpols.cc
[761/1317] Compiling v3_alt.cc
[762/1317] Compiling v3_bitst.cc
[763/1317] Compiling v3_bcons.cc
[764/1317] Compiling v3_akeya.cc
[765/1317] Compiling t_x509a.cc
[766/1317] Compiling v3_akey.cc
[767/1317] Compiling t_x509.cc
[768/1317] Compiling t_crl.cc
[769/1317] Compiling t_req.cc
[770/1317] Compiling rsa_pss.cc
[771/1317] Compiling name_print.cc
[772/1317] Compiling i2d_pr.cc
[773/1317] Compiling policy.cc
[774/1317] Compiling by_dir.cc
[775/1317] Compiling a_verify.cc
[776/1317] Compiling by_file.cc
[777/1317] Compiling algorithm.cc
[778/1317] Compiling voprf.cc
[779/1317] Compiling thread_pthread.cc
[780/1317] Compiling trust_token.cc
[781/1317] Compiling asn1_gen.cc
[782/1317] Compiling a_digest.cc
[783/1317] Compiling thread_none.cc
[784/1317] Compiling thread_win.cc
[785/1317] Compiling a_sign.cc
[786/1317] Compiling sha512.cc
[787/1317] Compiling stack.cc
[788/1317] Compiling pmbtoken.cc
[789/1317] Compiling siphash.cc
[790/1317] Compiling thread.cc
[791/1317] Compiling spake2plus.cc
[792/1317] Compiling slhdsa.cc
[793/1317] Compiling sha256.cc
[794/1317] Compiling sha1.cc
[795/1317] Compiling rsa_extra.cc
[796/1317] Compiling rsa_print.cc
[797/1317] Compiling rsa_asn1.cc
[798/1317] Compiling refcount.cc
[799/1317] Compiling rsa_crypt.cc
[800/1317] Compiling windows.cc
[801/1317] Compiling rc4.cc
[802/1317] Compiling passive.cc
[803/1317] Compiling urandom.cc
[804/1317] Compiling trusty.cc
[805/1317] Compiling rand.cc
[806/1317] Compiling poly1305_arm_asm.S
[807/1317] Compiling ios.cc
[808/1317] Compiling getentropy.cc
[809/1317] Compiling forkunsafe.cc
[810/1317] Compiling fork_detect.cc
[811/1317] Compiling deterministic.cc
[812/1317] Compiling poly1305_vec.cc
[813/1317] Compiling poly1305_arm.cc
[814/1317] Compiling poly1305.cc
[815/1317] Compiling pool.cc
[816/1317] Compiling p5_pbev2.cc
[817/1317] Compiling pkcs8_x509.cc
[818/1317] Compiling pkcs8.cc
[819/1317] Compiling pkcs7_x509.cc
[820/1317] Compiling pkcs7.cc
[821/1317] Compiling pem_pkey.cc
[822/1317] Compiling pem_pk8.cc
[823/1317] Compiling pem_x509.cc
[824/1317] Compiling pem_xaux.cc
[825/1317] Compiling pem_lib.cc
[826/1317] Compiling mlkem.cc
[827/1317] Compiling pem_oth.cc
[828/1317] Compiling mldsa.cc
[829/1317] Compiling pem_info.cc
[830/1317] Compiling mem.cc
[831/1317] Compiling obj_xref.cc
[832/1317] Compiling poly_rq_mul.S
[833/1317] Compiling obj.cc
[834/1317] Compiling pem_all.cc
[835/1317] Compiling fips_shared_support.cc
[836/1317] Compiling md4.cc
[837/1317] Compiling lhash.cc
[838/1317] Compiling md5.cc
[839/1317] Compiling ex_data.cc
[840/1317] Compiling sign.cc
[841/1317] Compiling kyber.cc
[842/1317] Compiling hrss.cc
[843/1317] Compiling hpke.cc
[844/1317] Compiling print.cc
[845/1317] Compiling scrypt.cc
[846/1317] Compiling pbkdf.cc
[847/1317] Compiling p_x25519.cc
[848/1317] Compiling p_rsa_asn1.cc
[849/1317] Compiling p_x25519_asn1.cc
[850/1317] Compiling p_ed25519.cc
[851/1317] Compiling p_rsa.cc
[852/1317] Compiling p_ed25519_asn1.cc
[853/1317] Compiling p_hkdf.cc
[854/1317] Compiling p_ec_asn1.cc
[855/1317] Compiling p_ec.cc
[856/1317] Compiling p_dh.cc
[857/1317] Compiling p_dh_asn1.cc
[858/1317] Compiling evp_ctx.cc
[859/1317] Compiling evp.cc
[860/1317] Compiling p_dsa_asn1.cc
[861/1317] Compiling engine.cc
[862/1317] Compiling err.cc
[863/1317] Compiling evp_asn1.cc
[864/1317] Compiling ecdh.cc
[865/1317] Compiling ec_derive.cc
[866/1317] Compiling ecdsa_asn1.cc
[867/1317] Compiling hash_to_curve.cc
[868/1317] Compiling dsa_asn1.cc
[869/1317] Compiling ec_asn1.cc
[870/1317] Compiling dsa.cc
[871/1317] Compiling bcm.cc
[872/1317] Compiling x25519-asm-arm.S
[873/1317] Compiling params.cc
[874/1317] Compiling curve25519_64_adx.cc
[875/1317] Compiling dh_asn1.cc
[876/1317] Compiling des.cc
[877/1317] Compiling spake25519.cc
[877/1317] Compiling digest_extra.cc
[879/1317] Compiling cpu_intel.cc
[880/1317] Compiling crypto.cc
[881/1317] Compiling curve25519.cc
[882/1317] Compiling cpu_arm_linux.cc
[883/1317] Compiling cpu_aarch64_linux.cc
[884/1317] Compiling cpu_aarch64_win.cc
[885/1317] Compiling cpu_aarch64_sysreg.cc
[886/1317] Compiling cpu_aarch64_openbsd.cc
[887/1317] Compiling cpu_arm_freebsd.cc
[888/1317] Compiling cpu_aarch64_fuchsia.cc
[889/1317] Compiling cpu_aarch64_apple.cc
[890/1317] Compiling tls_cbc.cc
[891/1317] Compiling conf.cc
[892/1317] Compiling get_cipher.cc
[893/1317] Compiling e_tls.cc
[894/1317] Compiling e_rc4.cc
[895/1317] Compiling e_rc2.cc
[896/1317] Compiling e_des.cc
[897/1317] Compiling e_null.cc
[898/1317] Compiling e_chacha20poly1305.cc
[899/1317] Compiling e_aesctrhmac.cc
[900/1317] Compiling e_aesgcmsiv.cc
[901/1317] Compiling derive_key.cc
[902/1317] Compiling chacha.cc
[903/1317] Compiling unicode.cc
[904/1317] Compiling buf.cc
[905/1317] Compiling ber.cc
[906/1317] Compiling convert.cc
[907/1317] Compiling socket_helper.cc
[908/1317] Compiling asn1_compat.cc
[909/1317] Compiling blake2.cc
[910/1317] Compiling cbb.cc
[911/1317] Compiling cbs.cc
[912/1317] Compiling bn_asn1.cc
[913/1317] Compiling socket.cc
[914/1317] Compiling printf.cc
[915/1317] Compiling pair.cc
[916/1317] Compiling file.cc
[917/1317] Compiling hexdump.cc
[918/1317] Compiling errno.cc
[919/1317] Compiling fd.cc
[920/1317] Compiling bio_mem.cc
[921/1317] Compiling connect.cc
[922/1317] Compiling bio.cc
[923/1317] Compiling base64.cc
[924/1317] Compiling tasn_typ.cc
[925/1317] Compiling tasn_fre.cc
[926/1317] Compiling tasn_new.cc
[927/1317] Compiling tasn_enc.cc
[928/1317] Compiling tasn_utl.cc
[929/1317] Compiling posix_time.cc
[930/1317] Compiling f_string.cc
[931/1317] Compiling tasn_dec.cc
[932/1317] Compiling f_int.cc
[933/1317] Compiling asn_pack.cc
[934/1317] Compiling asn1_par.cc
[935/1317] Compiling a_utctm.cc
[936/1317] Compiling asn1_lib.cc
[937/1317] Compiling a_time.cc
[938/1317] Compiling a_type.cc
[939/1317] Compiling a_strnid.cc
[940/1317] Compiling a_octet.cc
[941/1317] Compiling a_strex.cc
[942/1317] Compiling a_object.cc
[943/1317] Compiling a_bool.cc
[944/1317] Compiling a_i2d_fp.cc
[945/1317] Compiling a_dup.cc
[946/1317] Compiling a_int.cc
[947/1317] Compiling a_mbstr.cc
[948/1317] Compiling a_d2i_fp.cc
[949/1317] Compiling fiat_p256_adx_mul.S
[950/1317] Compiling fiat_p256_adx_sqr.S
[951/1317] Compiling a_gentm.cc
[952/1317] Compiling fiat_curve25519_adx_square.S
[953/1317] Compiling fiat_curve25519_adx_mul.S
[954/1317] Compiling md5-x86_64-apple.S
[955/1317] Compiling md5-x86_64-linux.S
[956/1317] Compiling md5-586-linux.S
[957/1317] Compiling md5-586-apple.S
[958/1317] Compiling chacha20_poly1305_x86_64-linux.S
[959/1317] Compiling chacha20_poly1305_armv8-win.S
[960/1317] Compiling chacha20_poly1305_x86_64-apple.S
[961/1317] Compiling chacha20_poly1305_armv8-apple.S
[962/1317] Compiling chacha-x86_64-linux.S
[963/1317] Compiling chacha20_poly1305_armv8-linux.S
[964/1317] Compiling chacha-x86-linux.S
[965/1317] Compiling a_bitstr.cc
[966/1317] Compiling chacha-x86-apple.S
[967/1317] Compiling chacha-x86_64-apple.S
[968/1317] Compiling chacha-armv8-win.S
[969/1317] Compiling CCryptoBoringSSLShims shims.c
[969/1317] Compiling chacha-armv4-linux.S
[971/1317] Compiling chacha-armv8-apple.S
[972/1317] Compiling aes128gcmsiv-x86_64-linux.S
[973/1317] Compiling aes128gcmsiv-x86_64-apple.S
[974/1317] Compiling x86_64-mont5-linux.S
[975/1317] Compiling chacha-armv8-linux.S
[976/1317] Compiling x86_64-mont5-apple.S
[977/1317] Compiling x86_64-mont-linux.S
[978/1317] Compiling x86_64-mont-apple.S
[979/1317] Compiling vpaes-x86_64-linux.S
[980/1317] Compiling x86-mont-linux.S
[981/1317] Compiling x86-mont-apple.S
[982/1317] Compiling vpaes-x86_64-apple.S
[983/1317] Compiling vpaes-x86-apple.S
[984/1317] Compiling vpaes-x86-linux.S
[985/1317] Compiling vpaes-armv8-win.S
[986/1317] Compiling vpaes-armv7-linux.S
[987/1317] Compiling vpaes-armv8-linux.S
[988/1317] Compiling sha512-x86_64-linux.S
[989/1317] Compiling vpaes-armv8-apple.S
[990/1317] Compiling err_data.cc
[991/1317] Compiling sha512-armv8-win.S
[992/1317] Compiling sha512-armv8-apple.S
[993/1317] Compiling sha512-armv4-linux.S
[994/1317] Compiling sha512-x86_64-apple.S
[995/1317] Compiling sha512-armv8-linux.S
[996/1317] Compiling sha512-586-linux.S
[997/1317] Compiling sha512-586-apple.S
[998/1317] Compiling sha256-x86_64-apple.S
[999/1317] Compiling sha256-x86_64-linux.S
[1000/1317] Compiling sha256-armv8-win.S
[1001/1317] Compiling sha256-armv8-apple.S
[1002/1317] Compiling sha256-armv8-linux.S
[1003/1317] Compiling sha256-armv4-linux.S
[1004/1317] Compiling sha256-586-linux.S
[1005/1317] Compiling sha256-586-apple.S
[1006/1317] Compiling sha1-x86_64-apple.S
[1007/1317] Compiling sha1-x86_64-linux.S
[1008/1317] Compiling sha1-armv8-win.S
[1009/1317] Compiling sha1-armv8-apple.S
[1010/1317] Compiling sha1-armv4-large-linux.S
[1011/1317] Compiling sha1-586-apple.S
[1012/1317] Compiling sha1-armv8-linux.S
[1013/1317] Compiling rdrand-x86_64-linux.S
[1014/1317] Compiling sha1-586-linux.S
[1015/1317] Compiling rsaz-avx2-linux.S
[1016/1317] Compiling rsaz-avx2-apple.S
[1017/1317] Compiling rdrand-x86_64-apple.S
[1018/1317] Compiling p256_beeu-x86_64-asm-apple.S
[1019/1317] Compiling p256_beeu-armv8-asm-win.S
[1019/1317] Compiling p256_beeu-x86_64-asm-linux.S
[1021/1317] Compiling p256_beeu-armv8-asm-apple.S
[1022/1317] Compiling p256_beeu-armv8-asm-linux.S
[1023/1317] Compiling p256-armv8-asm-win.S
[1024/1317] Compiling p256-x86_64-asm-apple.S
[1025/1317] Compiling p256-x86_64-asm-linux.S
[1026/1317] Compiling p256-armv8-asm-linux.S
[1027/1317] Compiling ghashv8-armv8-win.S
[1028/1317] Compiling p256-armv8-asm-apple.S
[1029/1317] Compiling ghashv8-armv7-linux.S
[1030/1317] Compiling ghash-x86_64-apple.S
[1031/1317] Compiling ghashv8-armv8-apple.S
[1032/1317] Compiling ghashv8-armv8-linux.S
[1033/1317] Compiling ghash-x86_64-linux.S
[1034/1317] Compiling ghash-ssse3-x86_64-linux.S
[1035/1317] Compiling ghash-ssse3-x86-linux.S
[1036/1317] Compiling ghash-x86-linux.S
[1037/1317] Compiling ghash-ssse3-x86_64-apple.S
[1038/1317] Compiling ghash-x86-apple.S
[1039/1317] Compiling ghash-ssse3-x86-apple.S
[1040/1317] Compiling ghash-neon-armv8-win.S
[1041/1317] Compiling ghash-neon-armv8-linux.S
[1042/1317] Compiling ghash-armv4-linux.S
[1043/1317] Compiling ghash-neon-armv8-apple.S
[1044/1317] Compiling co-586-linux.S
[1045/1317] Compiling co-586-apple.S
[1046/1317] Compiling bn-armv8-win.S
[1047/1317] Compiling bsaes-armv7-linux.S
[1048/1317] Compiling bn-armv8-linux.S
[1049/1317] Compiling bn-586-linux.S
[1050/1317] Compiling bn-armv8-apple.S
[1051/1317] Compiling bn-586-apple.S
[1052/1317] Compiling armv8-mont-win.S
[1053/1317] Compiling armv4-mont-linux.S
[1054/1317] Compiling armv8-mont-apple.S
[1055/1317] Compiling aesv8-gcm-armv8-win.S
[1056/1317] Compiling armv8-mont-linux.S
[1057/1317] Compiling aesv8-gcm-armv8-apple.S
[1058/1317] Compiling aesv8-gcm-armv8-linux.S
[1059/1317] Compiling aesv8-armv8-win.S
[1060/1317] Compiling aesv8-armv8-linux.S
[1061/1317] Compiling aesni-x86_64-linux.S
[1062/1317] Compiling aesni-x86_64-apple.S
[1063/1317] Compiling aesv8-armv8-apple.S
[1063/1317] Compiling aesni-x86-linux.S
[1065/1317] Compiling aesv8-armv7-linux.S
[1066/1317] Compiling aesni-x86-apple.S
[1067/1317] Compiling aesni-gcm-x86_64-apple.S
[1068/1317] Compiling aesni-gcm-x86_64-linux.S
[1069/1317] Compiling aes-gcm-avx10-x86_64-linux.S
[1070/1317] Compiling aes-gcm-avx10-x86_64-apple.S
[1071/1317] Compiling x_x509a.cc
[1072/1317] Compiling x_spki.cc
[1073/1317] Compiling x_val.cc
[1074/1317] Compiling x_x509.cc
[1075/1317] Compiling x_req.cc
[1076/1317] Compiling x_sig.cc
[1077/1317] Compiling x_crl.cc
[1078/1317] Compiling c-nioatomics.c
[1079/1317] Compiling x_exten.cc
[1080/1317] Compiling x_pubkey.cc
[1081/1317] Compiling x_name.cc
[1082/1317] Compiling x_attrib.cc
[1083/1317] Compiling x_all.cc
[1084/1317] Compiling x509name.cc
[1085/1317] Compiling x_algor.cc
[1086/1317] Compiling x509rset.cc
[1087/1317] Compiling c-atomics.c
[1088/1317] Compiling x509spki.cc
[1089/1317] Compiling x509cset.cc
[1090/1317] Compiling x509_vpm.cc
[1091/1323] Compiling x509_vfy.cc
[1093/1323] Compiling NIOConcurrencyHelpers NIOLock.swift
[1094/1323] Compiling NIOConcurrencyHelpers lock.swift
[1094/1323] Compiling x509_txt.cc
[1096/1323] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1097/1323] Compiling NIOConcurrencyHelpers atomics.swift
[1098/1323] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1099/1323] Emitting module NIOConcurrencyHelpers
[1100/1324] Compiling x509_v3.cc
[1101/1324] Compiling x509_set.cc
[1102/1324] Compiling x509_trs.cc
[1103/1324] Compiling x509_lu.cc
[1104/1324] Compiling x509_req.cc
[1105/1324] Compiling x509_obj.cc
[1107/1350] Compiling ConsoleKitTerminal Console+Wait.swift
[1108/1350] Compiling ConsoleKitTerminal ConsoleColor.swift
[1109/1350] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1109/1353] Compiling x509_ext.cc
[1111/1353] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1112/1353] Compiling ConsoleKitTerminal ConsoleClear.swift
[1113/1353] Compiling ConsoleKitTerminal Console+Ask.swift
[1114/1353] Compiling ConsoleKitTerminal Console+Choose.swift
[1114/1353] Compiling x509_cmp.cc
[1116/1353] Compiling ConsoleKitTerminal Console+Confirm.swift
[1117/1353] Compiling ConsoleKitTerminal Console+Input.swift
[1118/1353] Compiling ConsoleKitTerminal Console+Center.swift
[1119/1353] Compiling ConsoleKitTerminal Console+Output.swift
[1120/1353] Compiling ConsoleKitTerminal ActivityBar.swift
[1121/1353] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1122/1353] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1123/1353] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1124/1353] Compiling ConsoleKitTerminal CustomActivity.swift
[1125/1353] Compiling ConsoleKitTerminal LoadingBar.swift
[1126/1353] Compiling ConsoleKitTerminal ProgressBar.swift
[1127/1353] Compiling ConsoleKitTerminal Console+Clear.swift
[1128/1353] Emitting module ConsoleKitTerminal
[1128/1353] Compiling x509_def.cc
[1129/1353] Compiling x509.cc
[1130/1353] Compiling x509_att.cc
[1130/1353] Compiling v3_skey.cc
[1132/1353] Compiling x509_d2.cc
[1133/1353] Compiling v3_utl.cc
[1135/1353] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1136/1353] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1137/1353] Compiling ConsoleKitTerminal LoggerFragment.swift
[1137/1353] Compiling v3_purp.cc
[1139/1353] Compiling ConsoleKitTerminal Console.swift
[1140/1353] Compiling ConsoleKitTerminal Terminal.swift
[1141/1353] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1142/1353] Compiling ConsoleKitTerminal ConsoleText.swift
[1143/1353] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1144/1353] Compiling ConsoleKitTerminal ANSI.swift
[1145/1354] Compiling v3_prn.cc
[1146/1354] Compiling v3_pmaps.cc
[1147/1376] Compiling v3_pcons.cc
[1148/1376] Compiling v3_int.cc
[1149/1376] Compiling v3_ncons.cc
[1150/1376] Compiling v3_ocsp.cc
[1151/1376] Compiling v3_lib.cc
[1153/1376] Emitting module ConsoleKitCommands
[1154/1376] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1155/1376] Compiling ConsoleKitCommands AsyncCommand.swift
[1156/1376] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1157/1376] Compiling ConsoleKitCommands CommandSignature.swift
[1158/1376] Compiling ConsoleKitCommands Flag.swift
[1159/1376] Compiling ConsoleKitCommands Option.swift
[1160/1376] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1161/1376] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1162/1376] Compiling ConsoleKitCommands Argument.swift
[1163/1378] Compiling ConsoleKitCommands Command.swift
[1164/1378] Compiling ConsoleKitCommands CommandContext.swift
[1165/1378] Compiling ConsoleKitCommands CommandError.swift
[1165/1378] Compiling v3_info.cc
[1167/1378] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1168/1378] Compiling ConsoleKitCommands Utilities.swift
[1168/1378] Compiling v3_ia5.cc
[1169/1378] Compiling v3_genn.cc
[1170/1378] Compiling v3_enum.cc
[1171/1378] Compiling v3_crld.cc
[1172/1378] Compiling v3_extku.cc
[1173/1378] Compiling v3_cpols.cc
[1175/1378] Compiling ConsoleKitCommands AsyncCommands.swift
[1176/1378] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1177/1378] Compiling ConsoleKitCommands AnyCommand.swift
[1178/1378] Compiling ConsoleKitCommands CommandGroup.swift
[1179/1378] Compiling ConsoleKitCommands CommandInput.swift
[1180/1378] Compiling ConsoleKitCommands Commands.swift
[1181/1378] Compiling ConsoleKitCommands Console+Run.swift
[1182/1378] Compiling ConsoleKitCommands ConsoleError.swift
[1183/1378] Compiling ConsoleKitCommands Completion.swift
[1183/1378] Compiling v3_conf.cc
[1185/1379] Compiling v3_bitst.cc
[1186/1379] Compiling v3_alt.cc
[1187/1379] Compiling v3_bcons.cc
[1188/1379] Compiling v3_akeya.cc
[1189/1381] Compiling v3_akey.cc
[1190/1381] Compiling t_x509a.cc
[1192/1381] Compiling ConsoleKit Exports.swift
[1193/1381] Emitting module ConsoleKit
[1194/1382] Compiling t_req.cc
[1195/1382] Compiling t_crl.cc
[1196/1382] Compiling t_x509.cc
[1197/1382] Compiling by_file.cc
[1198/1382] Compiling i2d_pr.cc
[1199/1382] Compiling name_print.cc
[1200/1382] Compiling rsa_pss.cc
[1201/1382] Compiling policy.cc
[1202/1382] Compiling a_verify.cc
[1203/1382] Compiling algorithm.cc
[1204/1382] Compiling by_dir.cc
[1205/1382] Compiling asn1_gen.cc
[1206/1382] Compiling voprf.cc
[1207/1382] Compiling a_sign.cc
[1208/1382] Compiling a_digest.cc
[1209/1382] Compiling trust_token.cc
[1210/1382] Compiling thread_win.cc
[1211/1382] Compiling pmbtoken.cc
[1212/1382] Compiling thread_pthread.cc
[1213/1382] Compiling thread.cc
[1214/1382] Compiling thread_none.cc
[1215/1382] Compiling stack.cc
[1216/1382] Compiling wots.cc
[1217/1382] Compiling thash.cc
[1218/1382] Compiling sha512.cc
[1219/1382] Compiling slhdsa.cc
[1220/1382] Compiling merkle.cc
[1221/1382] Compiling fors.cc
[1222/1382] Compiling sha256.cc
[1223/1382] Compiling siphash.cc
[1224/1382] Compiling sha1.cc
[1225/1382] Compiling rsa_print.cc
[1226/1382] Compiling rsa_crypt.cc
[1227/1382] Compiling refcount.cc
[1228/1382] Compiling rc4.cc
[1229/1382] Compiling rsa_extra.cc
[1230/1382] Compiling windows.cc
[1231/1382] Compiling urandom.cc
[1232/1382] Compiling rsa_asn1.cc
[1233/1382] Compiling passive.cc
[1234/1382] Compiling trusty.cc
[1235/1382] Compiling ios.cc
[1236/1382] Compiling poly1305_arm_asm.S
[1237/1382] Compiling getentropy.cc
[1238/1382] Compiling rand_extra.cc
[1239/1382] Compiling poly1305_vec.cc
[1240/1382] Compiling poly1305.cc
[1241/1382] Compiling deterministic.cc
[1242/1382] Compiling pool.cc
[1243/1382] Compiling forkunsafe.cc
[1244/1382] Compiling fork_detect.cc
[1245/1382] Compiling poly1305_arm.cc
[1246/1382] Compiling pem_x509.cc
[1247/1382] Compiling pkcs7.cc
[1248/1382] Compiling p5_pbev2.cc
[1249/1382] Compiling pkcs8.cc
[1250/1382] Compiling pkcs8_x509.cc
[1251/1382] Compiling pem_xaux.cc
[1252/1382] Compiling pkcs7_x509.cc
[1253/1382] Compiling pem_pk8.cc
[1254/1382] Compiling pem_pkey.cc
[1255/1382] Compiling pem_oth.cc
[1256/1382] Compiling pem_lib.cc
[1257/1382] Compiling mldsa.cc
[1258/1382] Compiling mem.cc
[1259/1382] Compiling obj_xref.cc
[1260/1382] Compiling pem_all.cc
[1261/1382] Compiling pem_info.cc
[1262/1382] Compiling mlkem.cc
[1263/1382] Compiling obj.cc
[1264/1382] Compiling fips_shared_support.cc
[1265/1382] Compiling md5.cc
[1266/1382] Compiling poly_rq_mul.S
[1267/1382] Compiling lhash.cc
[1268/1382] Compiling md4.cc
[1269/1382] Compiling ex_data.cc
[1270/1382] Compiling kyber.cc
[1271/1382] Compiling sign.cc
[1272/1382] Compiling hpke.cc
[1273/1382] Compiling hrss.cc
[1274/1382] Compiling print.cc
[1275/1382] Compiling scrypt.cc
[1276/1382] Compiling pbkdf.cc
[1277/1382] Compiling p_x25519.cc
[1278/1382] Compiling p_x25519_asn1.cc
[1279/1382] Compiling p_rsa_asn1.cc
[1280/1382] Compiling p_hkdf.cc
[1281/1382] Compiling p_rsa.cc
[1282/1382] Compiling p_ec_asn1.cc
[1283/1382] Compiling p_ed25519.cc
[1284/1382] Compiling p_ec.cc
[1285/1382] Compiling p_ed25519_asn1.cc
[1286/1382] Compiling evp_ctx.cc
[1287/1382] Compiling p_dsa_asn1.cc
[1288/1382] Compiling p_dh.cc
[1289/1382] Compiling p_dh_asn1.cc
[1290/1382] Compiling evp.cc
[1291/1382] Compiling engine.cc
[1292/1382] Compiling evp_asn1.cc
[1293/1382] Compiling err.cc
[1294/1382] Compiling ecdh_extra.cc
[1295/1382] Compiling bcm.cc
[1296/1382] Compiling hash_to_curve.cc
[1297/1382] Compiling ecdsa_asn1.cc
[1298/1382] Compiling ec_derive.cc
[1299/1382] Compiling dsa.cc
[1300/1382] Compiling ec_asn1.cc
[1301/1382] Compiling params.cc
[1302/1382] Compiling x25519-asm-arm.S
[1303/1382] Compiling dsa_asn1.cc
[1304/1382] Compiling digest_extra.cc
[1305/1382] Compiling des.cc
[1306/1382] Compiling dh_asn1.cc
[1307/1382] Compiling spake25519.cc
[1308/1382] Compiling cpu_arm_linux.cc
[1309/1382] Compiling curve25519_64_adx.cc
[1310/1382] Compiling cpu_intel.cc
[1311/1382] Compiling cpu_arm_freebsd.cc
[1312/1382] Compiling curve25519.cc
[1313/1382] Compiling crypto.cc
[1314/1382] Compiling cpu_aarch64_sysreg.cc
[1315/1382] Compiling cpu_aarch64_win.cc
[1316/1382] Compiling cpu_aarch64_linux.cc
[1317/1382] Compiling cpu_aarch64_openbsd.cc
[1318/1382] Compiling cpu_aarch64_apple.cc
[1319/1382] Compiling cpu_aarch64_fuchsia.cc
[1320/1382] Compiling tls_cbc.cc
[1321/1382] Compiling conf.cc
[1322/1382] Compiling e_rc4.cc
[1323/1382] Compiling e_chacha20poly1305.cc
[1324/1382] Compiling e_aesctrhmac.cc
[1325/1382] Compiling e_rc2.cc
[1326/1382] Compiling e_tls.cc
[1327/1382] Compiling e_null.cc
[1328/1382] Compiling e_des.cc
[1329/1382] Compiling e_aesgcmsiv.cc
[1330/1382] Compiling derive_key.cc
[1331/1382] Compiling cipher_extra.cc
[1332/1382] Compiling chacha.cc
[1333/1382] Compiling unicode.cc
[1334/1382] Compiling cbb.cc
[1335/1382] Compiling ber.cc
[1336/1382] Compiling cbs.cc
[1337/1382] Compiling buf.cc
[1338/1382] Compiling asn1_compat.cc
[1339/1382] Compiling convert.cc
[1340/1382] Compiling bn_asn1.cc
[1341/1382] Compiling printf.cc
[1342/1382] Compiling hexdump.cc
[1343/1382] Compiling blake2.cc
[1344/1382] Compiling pair.cc
[1345/1382] Compiling fd.cc
[1346/1382] Compiling file.cc
[1347/1382] Compiling errno.cc
[1348/1382] Compiling bio_mem.cc
[1349/1382] Compiling bio.cc
[1350/1382] Compiling base64.cc
[1351/1382] Compiling tasn_utl.cc
[1352/1382] Compiling tasn_typ.cc
[1353/1382] Compiling tasn_new.cc
[1354/1382] Compiling tasn_enc.cc
[1355/1382] Compiling f_string.cc
[1356/1382] Compiling tasn_fre.cc
[1357/1382] Compiling tasn_dec.cc
[1358/1382] Compiling posix_time.cc
[1359/1382] Compiling f_int.cc
[1360/1382] Compiling asn_pack.cc
[1361/1382] Compiling asn1_par.cc
[1362/1382] Compiling a_utctm.cc
[1363/1382] Compiling a_type.cc
[1364/1382] Compiling asn1_lib.cc
[1365/1382] Compiling a_time.cc
[1366/1382] Compiling a_strnid.cc
[1367/1382] Compiling a_strex.cc
[1368/1382] Compiling a_octet.cc
[1369/1382] Compiling a_object.cc
[1370/1382] Compiling a_int.cc
[1371/1382] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1372/1382] Write sources
[1373/1435] Compiling a_mbstr.cc
[1373/1435] Write sources
[1376/1435] Compiling a_i2d_fp.cc
[1377/1435] Compiling a_d2i_fp.cc
[1378/1435] Compiling a_gentm.cc
[1379/1435] Compiling a_dup.cc
[1380/1435] Compiling a_bool.cc
[1381/1479] Compiling a_bitstr.cc
[1383/1487] Compiling Algorithms Intersperse.swift
[1384/1487] Compiling Algorithms RandomSample.swift
[1385/1487] Compiling Algorithms Reductions.swift
[1386/1487] Compiling Algorithms Rotate.swift
[1387/1489] Compiling Algorithms AdjacentPairs.swift
[1388/1489] Compiling Algorithms Chain.swift
[1389/1489] Compiling Algorithms Chunked.swift
[1390/1489] Compiling Algorithms Combinations.swift
[1391/1489] Compiling Algorithms Compacted.swift
[1392/1489] Compiling Algorithms Cycle.swift
[1393/1489] Compiling Algorithms EitherSequence.swift
[1394/1489] Compiling Algorithms FirstNonNil.swift
[1395/1496] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1396/1496] Compiling BitCollections BitSet+CustomReflectable.swift
[1397/1496] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1398/1496] Compiling BitCollections BitSet+Equatable.swift
[1399/1496] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1400/1496] Compiling BitCollections BitSet+Extras.swift
[1401/1496] Compiling BitCollections BitSet+Hashable.swift
[1402/1496] Compiling Algorithms Grouped.swift
[1403/1496] Compiling Algorithms Indexed.swift
[1404/1496] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1405/1496] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1406/1496] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1407/1496] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1408/1496] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1409/1496] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1410/1496] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1411/1496] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1412/1496] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1413/1496] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1414/1496] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1415/1496] Compiling BitCollections BitSet+SetAlgebra union.swift
[1416/1496] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1417/1496] Compiling BitCollections BitSet.Counted.swift
[1418/1496] Compiling BitCollections BitSet+Initializers.swift
[1419/1496] Compiling BitCollections BitSet+Invariants.swift
[1420/1496] Compiling BitCollections BitSet+Random.swift
[1421/1496] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1422/1496] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1423/1496] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1424/1496] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1425/1496] Compiling Algorithms Keyed.swift
[1426/1496] Compiling Algorithms MinMax.swift
[1427/1496] Compiling Algorithms FlattenCollection.swift
[1430/1496] Compiling Algorithms Joined.swift
[1431/1496] Compiling Atomics IntegerOperations.swift
[1432/1496] Compiling Atomics Unmanaged extensions.swift
[1433/1496] Emitting module BitCollections
[1434/1496] Compiling CryptoBoringWrapper RandomBytes.swift
[1447/1496] Compiling Algorithms Product.swift
[1448/1496] Compiling Algorithms Split.swift
[1449/1496] Compiling Algorithms Stride.swift
[1450/1496] Compiling Algorithms Suffix.swift
[1460/1499] Compiling BitCollections BitSet.Index.swift
[1461/1499] Compiling BitCollections BitSet._UnsafeHandle.swift
[1462/1499] Compiling BitCollections BitSet.swift
[1463/1499] Compiling BitCollections Range+Utilities.swift
[1464/1499] Compiling BitCollections Slice+Utilities.swift
[1465/1499] Compiling BitCollections UInt+Tricks.swift
[1466/1499] Compiling BitCollections _Word.swift
[1479/1500] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1480/1500] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1481/1500] Compiling CryptoBoringWrapper EllipticCurve.swift
[1482/1500] Emitting module CryptoBoringWrapper
[1483/1500] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1484/1502] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1485/1502] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1490/1503] Emitting module Collections
[1491/1503] Compiling Collections Collections.swift
[1492/1503] Compiling Algorithms Trim.swift
[1493/1503] Compiling Algorithms Unique.swift
[1494/1503] Compiling Algorithms Windows.swift
[1497/1562] Compiling Crypto ChaChaPoly.swift
[1498/1562] Compiling Crypto Cipher.swift
[1499/1562] Compiling Crypto Nonces.swift
[1500/1563] Compiling Crypto AES-GCM.swift
[1501/1563] Compiling Crypto AES-GCM_boring.swift
[1502/1563] Compiling Crypto ChaChaPoly_boring.swift
[1503/1575] Emitting module Atomics
[1505/1636] Emitting module Algorithms
[1507/1637] Compiling Crypto SymmetricKeys.swift
[1508/1637] Compiling Crypto HMAC.swift
[1509/1637] Compiling Crypto MACFunctions.swift
[1510/1637] Compiling Crypto MessageAuthenticationCode.swift
[1511/1637] Compiling Crypto AES.swift
[1512/1637] Compiling Crypto ECDSASignature_boring.swift
[1513/1637] Compiling Crypto ECDSA_boring.swift
[1514/1637] Compiling Crypto EdDSA_boring.swift
[1515/1637] Compiling Crypto ECDSA.swift
[1516/1637] Compiling Crypto Ed25519.swift
[1517/1646] Compiling NIOCore FileHandle.swift
[1518/1646] Compiling NIOCore FileRegion.swift
[1519/1646] Compiling NIOCore GlobalSingletons.swift
[1520/1646] Compiling NIOCore IO.swift
[1521/1646] Compiling NIOCore IOData.swift
[1522/1646] Compiling NIOCore IPProtocol.swift
[1523/1646] Compiling NIOCore IntegerBitPacking.swift
[1524/1646] Compiling NIOCore IntegerTypes.swift
[1525/1646] Compiling NIOCore Interfaces.swift
[1526/1646] Compiling NIOCore Linux.swift
[1527/1646] Compiling NIOCore MarkedCircularBuffer.swift
[1528/1646] Compiling NIOCore MulticastChannel.swift
[1529/1646] Compiling NIOCore NIOAny.swift
[1530/1646] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1531/1646] Compiling NIOCore NIOLoopBound.swift
[1532/1646] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1533/1646] Compiling NIOCore NIOScheduledCallback.swift
[1534/1646] Compiling NIOCore NIOSendable.swift
[1535/1646] Compiling NIOCore RecvByteBufferAllocator.swift
[1536/1646] Compiling Crypto X25519Keys.swift
[1545/1654] Compiling NIOCore AsyncChannelInboundStream.swift
[1546/1654] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1547/1654] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1548/1654] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1549/1654] Compiling NIOCore NIOAsyncWriter.swift
[1550/1654] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1551/1654] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1552/1654] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1553/1654] Compiling NIOCore EventLoopFuture.swift
[1554/1654] Compiling NIOCore FileDescriptor.swift
[1555/1654] Compiling NIOCore Codec.swift
[1556/1654] Compiling NIOCore ConvenienceOptionSupport.swift
[1557/1654] Compiling NIOCore DeadChannel.swift
[1558/1654] Compiling NIOCore DispatchQueue+WithFuture.swift
[1559/1654] Compiling NIOCore EventLoop+Deprecated.swift
[1560/1654] Compiling NIOCore EventLoop+SerialExecutor.swift
[1561/1654] Compiling NIOCore EventLoop.swift
[1562/1654] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1563/1654] Compiling NIOCore BSDSocketAPI.swift
[1564/1654] Compiling NIOCore ByteBuffer-aux.swift
[1565/1654] Compiling NIOCore ByteBuffer-multi-int.swift
[1566/1654] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1567/1654] Compiling NIOCore ByteBuffer-views.swift
[1568/1654] Compiling NIOCore Channel.swift
[1569/1654] Compiling NIOCore ChannelHandler.swift
[1570/1654] Compiling NIOCore ChannelHandlers.swift
[1571/1654] Compiling NIOCore ChannelInvoker.swift
[1572/1654] Compiling NIOCore ChannelOption.swift
[1573/1654] Compiling NIOCore ChannelPipeline.swift
[1574/1654] Compiling NIOCore CircularBuffer.swift
[1575/1654] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1576/1654] Compiling NIOCore ByteBuffer-conversions.swift
[1577/1654] Compiling NIOCore ByteBuffer-core.swift
[1578/1654] Compiling NIOCore ByteBuffer-hex.swift
[1579/1654] Compiling NIOCore ByteBuffer-int.swift
[1580/1654] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1581/1654] Compiling NIOCore AddressedEnvelope.swift
[1582/1654] Compiling NIOCore AsyncAwaitSupport.swift
[1583/1654] Compiling NIOCore AsyncChannel.swift
[1584/1654] Compiling NIOCore AsyncChannelHandler.swift
[1585/1654] Emitting module Crypto
[1602/1654] Compiling Crypto Signature.swift
[1603/1654] Compiling Crypto CryptoKitErrors_boring.swift
[1604/1654] Compiling Crypto RNG_boring.swift
[1605/1654] Compiling Crypto SafeCompare_boring.swift
[1606/1654] Compiling Crypto Zeroization_boring.swift
[1607/1654] Compiling Crypto PrettyBytes.swift
[1608/1654] Compiling Crypto SafeCompare.swift
[1609/1654] Compiling Crypto SecureBytes.swift
[1610/1654] Compiling Crypto Zeroization.swift
[1620/1655] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1621/1655] Compiling NIOCore SocketAddresses.swift
[1622/1655] Compiling NIOCore SocketOptionProvider.swift
[1623/1655] Compiling NIOCore SystemCallHelpers.swift
[1624/1655] Compiling NIOCore TimeAmount+Duration.swift
[1625/1655] Compiling NIOCore TypeAssistedChannelHandler.swift
[1626/1655] Compiling NIOCore UniversalBootstrapSupport.swift
[1627/1655] Compiling NIOCore Utilities.swift
[1655/1655] Emitting module NIOCore
[1657/1706] Compiling NIOEmbedded AsyncTestingChannel.swift
[1658/1706] Emitting module NIOEmbedded
[1659/1706] Compiling NIOEmbedded Embedded.swift
[1660/1706] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1662/1707] Compiling NIOPosix IO.swift
[1663/1707] Compiling NIOPosix IntegerBitPacking.swift
[1664/1707] Compiling NIOPosix IntegerTypes.swift
[1665/1707] Compiling NIOPosix Linux.swift
[1666/1707] Compiling NIOPosix LinuxCPUSet.swift
[1667/1707] Compiling NIOPosix LinuxUring.swift
[1668/1707] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1669/1713] Compiling NIOPosix ThreadPosix.swift
[1670/1713] Compiling NIOPosix ThreadWindows.swift
[1671/1713] Compiling NIOPosix UnsafeTransfer.swift
[1672/1713] Compiling NIOPosix Utilities.swift
[1673/1713] Compiling NIOPosix VsockAddress.swift
[1674/1713] Compiling NIOPosix VsockChannelEvents.swift
[1675/1713] Compiling NIOPosix SelectableChannel.swift
[1676/1713] Compiling NIOPosix SelectableEventLoop.swift
[1677/1713] Compiling NIOPosix SelectorEpoll.swift
[1678/1713] Compiling NIOPosix SelectorGeneric.swift
[1679/1713] Compiling NIOPosix SelectorKqueue.swift
[1680/1713] Compiling NIOPosix SelectorUring.swift
[1681/1713] Compiling NIOPosix ServerSocket.swift
[1682/1713] Compiling NIOPosix Socket.swift
[1683/1713] Compiling NIOPosix SocketChannel.swift
[1684/1713] Compiling NIOPosix SocketProtocols.swift
[1685/1713] Compiling NIOPosix System.swift
[1686/1713] Compiling NIOPosix Thread.swift
[1687/1713] Compiling NIOPosix Pool.swift
[1688/1713] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1689/1713] Compiling NIOPosix PosixSingletons.swift
[1690/1713] Compiling NIOPosix RawSocketBootstrap.swift
[1691/1713] Compiling NIOPosix Resolver.swift
[1692/1713] Compiling NIOPosix Selectable.swift
[1693/1713] Compiling NIOPosix NIOThreadPool.swift
[1694/1713] Compiling NIOPosix NonBlockingFileIO.swift
[1695/1713] Compiling NIOPosix PendingDatagramWritesManager.swift
[1696/1713] Compiling NIOPosix PendingWritesManager.swift
[1697/1713] Compiling NIOPosix PipeChannel.swift
[1698/1713] Compiling NIOPosix PipePair.swift
[1699/1713] Emitting module NIOPosix
[1700/1713] Compiling NIOPosix BSDSocketAPICommon.swift
[1701/1713] Compiling NIOPosix BSDSocketAPIPosix.swift
[1702/1713] Compiling NIOPosix BSDSocketAPIWindows.swift
[1703/1713] Compiling NIOPosix BaseSocket.swift
[1704/1713] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1705/1713] Compiling NIOPosix BaseSocketChannel.swift
[1706/1713] Compiling NIOPosix BaseStreamSocketChannel.swift
[1707/1713] Compiling NIOPosix Bootstrap.swift
[1708/1713] Compiling NIOPosix ControlMessage.swift
[1709/1713] Compiling NIOPosix DatagramVectorReadManager.swift
[1710/1713] Compiling NIOPosix Errors+Any.swift
[1711/1713] Compiling NIOPosix FileDescriptor.swift
[1712/1713] Compiling NIOPosix GetaddrinfoResolver.swift
[1713/1713] Compiling NIOPosix HappyEyeballs.swift
[1715/1773] Emitting module NIO
[1716/1773] Compiling NIO Exports.swift
[1717/1774] Compiling _NIOFileSystem Array+FileSystem.swift
[1718/1774] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1719/1774] Compiling _NIOFileSystem BufferedReader.swift
[1720/1776] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1721/1776] Compiling _NIOFileSystem FileSystemError.swift
[1722/1776] Compiling _NIOFileSystem FileSystemProtocol.swift
[1723/1776] Compiling _NIOFileSystem FileSystem.swift
[1724/1776] Compiling _NIOFileSystem ByteCount.swift
[1725/1776] Compiling _NIOFileSystem Convenience.swift
[1727/1815] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1728/1815] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1729/1815] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1730/1815] Compiling NIOTLS TLSEvents.swift
[1731/1815] Emitting module NIOTLS
[1732/1815] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1733/1815] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1734/1815] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1735/1815] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1736/1815] Compiling NIOSOCKS SOCKSResponse.swift
[1737/1816] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1738/1816] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1739/1816] Emitting module _NIOFileSystem
[1740/1820] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1741/1820] Compiling NIOSOCKS ClientStateMachine.swift
[1742/1820] Compiling NIOHTTP1 HTTPEncoder.swift
[1744/1820] Compiling NIOSOCKS ServerStateMachine.swift
[1745/1820] Emitting module NIOSOCKS
[1746/1820] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1747/1820] Compiling NIOHTTP1 HTTPDecoder.swift
[1748/1820] Compiling AsyncKit Optional+StrictMap.swift
[1749/1820] Compiling AsyncKit Exports.swift
[1750/1820] Emitting module NIOFoundationCompat
[1751/1820] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1752/1821] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1753/1821] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1754/1823] Compiling NIOTLS SNIHandler.swift
[1755/1823] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1762/1825] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1763/1825] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1764/1825] Emitting module NIOHTTP1
[1765/1852] Compiling NIOTransportServices NIOTSEventLoop.swift
[1766/1852] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1767/1876] Compiling NIOSSL NIOSSLHandler.swift
[1768/1876] Compiling NIOSSL SSLContext.swift
[1769/1876] Compiling NIOSSL SSLErrors.swift
[1770/1878] Compiling NIOSSL SSLPublicKey.swift
[1771/1878] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1772/1878] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1773/1878] Compiling _NIOFileSystem CInterop.swift
[1774/1878] Compiling _NIOFileSystem Errno.swift
[1775/1878] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1776/1878] Compiling _NIOFileSystem Mocking.swift
[1777/1878] Compiling _NIOFileSystem Syscall.swift
[1778/1878] Compiling _NIOFileSystem Syscalls.swift
[1779/1878] Compiling NIOSSL SSLCertificateName.swift
[1780/1878] Compiling NIOSSL SSLConnection.swift
[1781/1878] Compiling NIOSSL AndroidCABundle.swift
[1782/1878] Compiling NIOSSL SSLInit.swift
[1783/1878] Compiling NIOSSL SSLPKCS12Bundle.swift
[1784/1878] Compiling NIOSSL SubjectAlternativeName.swift
[1785/1878] Compiling NIOSSL LinuxCABundle.swift
[1786/1878] Compiling NIOSSL NIOSSLClientHandler.swift
[1787/1878] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1788/1878] Compiling NIOSSL ByteBufferBIO.swift
[1789/1878] Compiling NIOSSL CustomPrivateKey.swift
[1790/1878] Compiling NIOSSL IdentityVerification.swift
[1791/1878] Emitting module NIOTransportServices
[1792/1878] Compiling NIOSSL NIOSSLServerHandler.swift
[1793/1878] Compiling NIOSSL ObjectIdentifier.swift
[1794/1878] Compiling NIOSSL PosixPort.swift
[1795/1878] Compiling NIOSSL SSLCallbacks.swift
[1796/1878] Compiling NIOSSL SSLCertificate.swift
[1797/1878] Compiling NIOSSL SSLCertificateExtensions.swift
[1805/1878] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1806/1878] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1811/1879] Compiling NIOSSL SafeCompare.swift
[1812/1879] Compiling NIOSSL SSLPrivateKey.swift
[1818/1879] Emitting module AsyncKit
[1824/1897] Compiling _NIOFileSystem SystemFileHandle.swift
[1825/1897] Compiling _NIOFileSystem Utilities.swift
[1826/1897] Compiling _NIOFileSystem OpenOptions.swift
[1827/1897] Compiling _NIOFileSystem String+FileSystem.swift
[1828/1945] Emitting module NIOWebSocket
[1829/1946] Emitting module MultipartKit
[1830/1948] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1831/1948] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1832/1948] Compiling NIOExtras NIORequestIdentifiable.swift
[1833/1948] Compiling NIOExtras RequestResponseHandler.swift
[1834/1948] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1835/1948] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1836/1948] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1837/1948] Compiling NIOExtras LengthFieldPrepender.swift
[1838/1948] Compiling NIOExtras LineBasedFrameDecoder.swift
[1839/1948] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1840/1948] Compiling NIOExtras NIOExtrasError.swift
[1841/1948] Compiling NIOExtras DebugInboundEventsHandler.swift
[1842/1948] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1843/1948] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1844/1948] Compiling NIOExtras PCAPRingBuffer.swift
[1845/1948] Compiling NIOExtras QuiescingHelper.swift
[1846/1949] Compiling NIOWebSocket WebSocketOpcode.swift
[1848/1949] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1851/1949] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1852/1949] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1853/1949] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1854/1952] Compiling NIOHPACK HuffmanTables.swift
[1855/1953] Compiling NIOHTTPCompression HTTPDecompression.swift
[1861/1955] Emitting module NIOHTTPCompression
[1862/1955] Compiling NIOHTTPCompression HTTPCompression.swift
[1863/1956] Compiling NIOHPACK IndexedHeaderTable.swift
[1864/1956] Compiling NIOHPACK IntegerCoding.swift
[1872/1956] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1876/1956] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1877/1956] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1878/1956] Compiling NIOWebSocket WebSocketFrame.swift
[1879/1956] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1883/1956] Emitting module NIOExtras
[1884/1956] Compiling NIOHPACK StaticHeaderTable.swift
[1893/1957] Emitting module NIOSSL
[1894/1961] Compiling NIOExtras JSONRPCFraming.swift
[1895/1961] Compiling NIOExtras UnsafeTransfer.swift
[1896/1961] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1897/1961] Emitting module _NIOFileSystemFoundationCompat
[1898/1961] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1901/1961] Compiling NIOExtras WritePCAPHandler.swift
[1902/1961] Compiling MultipartKit Utilities.swift
[1903/1962] Emitting module NIOHPACK
[1905/1964] Compiling NIOHPACK HuffmanCoding.swift
[1908/1965] Compiling NIOFileSystem Exports.swift
[1909/1965] Emitting module NIOFileSystem
[1953/2025] Compiling NIOHTTP2 Error+Any.swift
[1954/2025] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1955/2025] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1956/2025] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1957/2026] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1958/2026] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1963/2027] Compiling NIOHTTP2 HasLocalSettings.swift
[1964/2027] Compiling NIOHTTP2 HasRemoteSettings.swift
[1965/2027] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1966/2027] Compiling NIOHTTP2 QuiescingState.swift
[1967/2027] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1968/2027] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1969/2043] Compiling NIOHTTP2 MaySendFrames.swift
[1970/2043] Compiling NIOHTTP2 SendingDataState.swift
[1971/2043] Compiling NIOHTTP2 SendingGoawayState.swift
[1972/2043] Compiling NIOHTTP2 SendingHeadersState.swift
[1973/2043] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1974/2043] Compiling NIOHTTP2 SendingRstStreamState.swift
[1975/2043] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1976/2043] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1977/2043] Compiling WebSocketKit Exports.swift
[1978/2043] Emitting module WebSocketKit
[1979/2043] Compiling WebSocketKit WebSocket+Connect.swift
[1980/2043] Compiling WebSocketKit WebSocketHandler.swift
[1981/2043] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1982/2043] Compiling WebSocketKit WebSocket.swift
[1983/2043] Compiling WebSocketKit WebSocket+Concurrency.swift
[1984/2043] Compiling WebSocketKit WebSocketClient.swift
[1985/2044] Compiling NIOHTTP2 StateMachineResult.swift
[1986/2044] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1987/2044] Compiling NIOHTTP2 DOSHeuristics.swift
[1992/2044] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1994/2044] Compiling NIOHTTP2 InboundWindowManager.swift
[1995/2044] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1996/2044] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1997/2044] Compiling NIOHTTP2 StreamChannelList.swift
[1998/2044] Compiling NIOHTTP2 StreamMap.swift
[1999/2044] Compiling NIOHTTP2 StreamStateMachine.swift
[2000/2044] Compiling NIOHTTP2 UnsafeTransfer.swift
[2001/2044] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2002/2044] Emitting module NIOHTTP2
[2003/2044] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2004/2044] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2005/2044] Compiling NIOHTTP2 MayReceiveFrames.swift
[2006/2044] Compiling NIOHTTP2 ReceivingDataState.swift
[2007/2044] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2008/2044] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2009/2044] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2010/2044] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2011/2044] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2022/2045] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2023/2045] Compiling NIOHTTP2 HTTP2Frame.swift
[2024/2045] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2025/2045] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2026/2045] Compiling NIOHTTP2 HTTP2PingData.swift
[2027/2045] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2028/2045] Compiling NIOHTTP2 HTTP2Settings.swift
[2029/2045] Compiling NIOHTTP2 HTTP2Stream.swift
[2030/2045] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2031/2045] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2032/2045] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2033/2045] Compiling NIOHTTP2 HTTP2StreamID.swift
[2034/2045] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2035/2045] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2036/2045] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2037/2045] Compiling NIOHTTP2 InboundEventBuffer.swift
[2038/2045] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2039/2045] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2040/2045] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2041/2045] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2042/2045] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2043/2045] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2044/2045] Compiling NIOHTTP2 HTTP2Error.swift
[2045/2045] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2047/2106] Emitting module AsyncHTTPClient
[2048/2114] Compiling AsyncHTTPClient ConnectionTarget.swift
[2049/2114] Compiling AsyncHTTPClient DeconstructedURL.swift
[2050/2114] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2051/2114] Compiling AsyncHTTPClient FoundationExtensions.swift
[2052/2114] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2053/2114] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2054/2114] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2055/2114] Compiling AsyncHTTPClient HTTPClient.swift
[2056/2114] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2057/2114] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2058/2114] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2059/2114] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2060/2114] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2061/2114] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2062/2114] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2063/2114] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2064/2114] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2065/2114] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2066/2114] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2067/2114] Compiling AsyncHTTPClient Transaction.swift
[2068/2114] Compiling AsyncHTTPClient Base64.swift
[2069/2114] Compiling AsyncHTTPClient BasicAuth.swift
[2070/2114] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2071/2114] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2072/2114] Compiling AsyncHTTPClient ConnectionPool.swift
[2073/2114] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2074/2114] Compiling AsyncHTTPClient HTTPHandler.swift
[2075/2114] Compiling AsyncHTTPClient LRUCache.swift
[2076/2114] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2077/2114] Compiling AsyncHTTPClient NWErrorHandler.swift
[2078/2114] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2079/2114] Compiling AsyncHTTPClient TLSConfiguration.swift
[2080/2114] Compiling AsyncHTTPClient RedirectState.swift
[2081/2114] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2082/2114] Compiling AsyncHTTPClient RequestBag.swift
[2083/2114] Compiling AsyncHTTPClient RequestValidation.swift
[2084/2114] Compiling AsyncHTTPClient SSLContextCache.swift
[2085/2114] Compiling AsyncHTTPClient Scheme.swift
[2086/2114] Compiling AsyncHTTPClient Singleton.swift
[2087/2114] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2088/2114] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2089/2114] Compiling AsyncHTTPClient Utils.swift
[2090/2114] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2091/2114] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2092/2114] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2093/2114] Compiling AsyncHTTPClient HTTP1Connection.swift
[2094/2114] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2095/2114] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2096/2114] Compiling AsyncHTTPClient HTTP2Connection.swift
[2097/2114] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2098/2114] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2099/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2100/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2101/2114] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2102/2114] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2103/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2104/2114] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2105/2114] Compiling AsyncHTTPClient RequestBodyLength.swift
[2106/2114] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2107/2114] Compiling AsyncHTTPClient RequestOptions.swift
[2108/2114] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2109/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2110/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2111/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2112/2114] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2113/2114] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2114/2114] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2116/2284] Compiling Vapor AsyncBasicResponder.swift
[2117/2284] Compiling Vapor AsyncMiddleware.swift
[2118/2284] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2119/2284] Compiling Vapor AsyncSessionDriver.swift
[2120/2284] Compiling Vapor Authentication+Concurrency.swift
[2121/2284] Compiling Vapor Cache+Concurrency.swift
[2122/2284] Compiling Vapor Client+Concurrency.swift
[2123/2284] Compiling Vapor RequestBody+Concurrency.swift
[2124/2284] Compiling Vapor Responder+Concurrency.swift
[2125/2284] Compiling Vapor ResponseCodable+Concurrency.swift
[2126/2284] Compiling Vapor RoutesBuilder+Concurrency.swift
[2127/2284] Compiling Vapor ViewRenderer+Concurrency.swift
[2128/2284] Compiling Vapor WebSocket+Concurrency.swift
[2129/2284] Compiling Vapor ContainerGetPathExecutor.swift
[2130/2284] Compiling Vapor Content.swift
[2131/2284] Compiling Vapor ContentCoders.swift
[2132/2284] Compiling Vapor ContentConfiguration.swift
[2133/2284] Compiling Vapor ContentContainer.swift
[2134/2284] Compiling Vapor JSONCoder+Custom.swift
[2135/2284] Compiling Vapor JSONCoders+Content.swift
[2136/2284] Compiling Vapor PlaintextDecoder.swift
[2137/2284] Compiling Vapor PlaintextEncoder.swift
[2138/2284] Compiling Vapor URLQueryCoders.swift
[2139/2284] Compiling Vapor URLQueryContainer.swift
[2140/2284] Compiling Vapor Core.swift
[2141/2284] Compiling Vapor Running.swift
[2142/2284] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2143/2284] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2144/2284] Compiling Vapor DotEnvFile+load.swift
[2145/2284] Compiling Vapor Routes+caseInsenstive.swift
[2146/2284] Compiling Vapor Validatable+validate.swift
[2147/2284] Compiling Vapor Environment+Process.swift
[2148/2284] Compiling Vapor Environment+Secret.swift
[2149/2284] Compiling Vapor Environment.swift
[2150/2284] Compiling Vapor Abort.swift
[2151/2284] Compiling Vapor AbortError.swift
[2152/2284] Compiling Vapor DebuggableError.swift
[2153/2284] Compiling Vapor Demangler.swift
[2154/2284] Compiling Vapor ErrorSource.swift
[2155/2284] Compiling Vapor StackTrace.swift
[2156/2284] Compiling Vapor Exports.swift
[2157/2284] Compiling Vapor Application+HTTP.swift
[2158/2284] Compiling Vapor BasicResponder.swift
[2159/2284] Compiling Vapor BodyStream.swift
[2160/2284] Compiling Vapor Application+HTTP+Client.swift
[2161/2284] Compiling Vapor EventLoopHTTPClient.swift
[2162/2284] Compiling Vapor EndpointCache.swift
[2163/2284] Compiling Vapor HTTPMethod+String.swift
[2164/2332] Compiling Vapor Application.swift
[2165/2332] Compiling Vapor AuthenticationCache.swift
[2166/2332] Compiling Vapor Authenticator.swift
[2167/2332] Compiling Vapor BasicAuthorization.swift
[2168/2332] Compiling Vapor BearerAuthorization.swift
[2169/2332] Compiling Vapor GuardMiddleware.swift
[2170/2332] Compiling Vapor RedirectMiddleware.swift
[2171/2332] Compiling Vapor SessionAuthenticatable.swift
[2172/2332] Compiling Vapor Bcrypt.swift
[2173/2332] Compiling Vapor Application+Cache.swift
[2174/2332] Compiling Vapor Cache.swift
[2175/2332] Compiling Vapor CacheExpirationTime.swift
[2176/2332] Compiling Vapor MemoryCache.swift
[2177/2332] Compiling Vapor Request+Cache.swift
[2178/2332] Compiling Vapor Application+Clients.swift
[2179/2332] Compiling Vapor Client.swift
[2180/2332] Compiling Vapor ClientRequest.swift
[2181/2332] Compiling Vapor ClientResponse.swift
[2182/2332] Compiling Vapor Request+Client.swift
[2183/2332] Compiling Vapor BootCommand.swift
[2184/2332] Compiling Vapor CommandContext+Application.swift
[2185/2332] Compiling Vapor RoutesCommand.swift
[2186/2332] Compiling Vapor ServeCommand.swift
[2187/2332] Compiling Vapor AnyResponse+Concurrency.swift
[2188/2332] Emitting module Vapor
[2189/2332] Compiling Vapor Validator.swift
[2190/2332] Compiling Vapor ValidatorResult.swift
[2191/2332] Compiling Vapor And.swift
[2192/2332] Compiling Vapor Case.swift
[2193/2332] Compiling Vapor CharacterSet.swift
[2194/2332] Compiling Vapor Count.swift
[2195/2332] Compiling Vapor Custom.swift
[2196/2332] Compiling Vapor Email.swift
[2197/2332] Compiling Vapor Empty.swift
[2198/2332] Compiling Vapor In.swift
[2199/2332] Compiling Vapor Nil.swift
[2200/2332] Compiling Vapor NilIgnoring.swift
[2201/2332] Compiling Vapor Not.swift
[2202/2332] Compiling Vapor Or.swift
[2203/2332] Compiling Vapor Pattern.swift
[2204/2332] Compiling Vapor Range.swift
[2205/2332] Compiling Vapor URL.swift
[2206/2332] Compiling Vapor Valid.swift
[2207/2332] Compiling Vapor Application+Views.swift
[2208/2332] Compiling Vapor PlaintextRenderer.swift
[2209/2332] Compiling Vapor Request+View.swift
[2210/2332] Compiling Vapor View.swift
[2211/2332] Compiling Vapor ViewRenderer.swift
[2212/2332] Compiling Vapor _Deprecations.swift
[2213/2332] Compiling Vapor Bytes+Hex.swift
[2214/2332] Compiling Vapor Bytes+SecureCompare.swift
[2215/2332] Compiling Vapor Collection+Safe.swift
[2216/2332] Compiling Vapor DataProtocol+Copy.swift
[2217/2332] Compiling Vapor DecoderUnwrapper.swift
[2218/2332] Compiling Vapor DirectoryConfiguration.swift
[2219/2332] Compiling Vapor DotEnv.swift
[2220/2332] Compiling Vapor Extendable.swift
[2221/2332] Compiling Vapor File.swift
[2222/2332] Compiling Vapor FileIO.swift
[2223/2332] Compiling Vapor LifecycleHandler.swift
[2224/2332] Compiling Vapor OptionalType.swift
[2225/2332] Compiling Vapor RFC1123.swift
[2226/2332] Compiling Vapor SocketAddress+Hostname.swift
[2227/2332] Compiling Vapor Storage.swift
[2228/2332] Compiling Vapor String+IsIPAddress.swift
[2229/2332] Compiling Vapor Thread.swift
[2230/2332] Compiling Vapor URI.swift
[2231/2332] Compiling Vapor RangeResult.swift
[2232/2332] Compiling Vapor Validatable.swift
[2233/2332] Compiling Vapor Validation.swift
[2234/2332] Compiling Vapor ValidationKey.swift
[2235/2332] Compiling Vapor Validations.swift
[2236/2332] Compiling Vapor ValidationsError.swift
[2237/2332] Compiling Vapor Service.swift
[2238/2332] Compiling Vapor Application+Sessions.swift
[2239/2332] Compiling Vapor MemorySessions.swift
[2240/2332] Compiling Vapor Request+Session.swift
[2241/2332] Compiling Vapor Session.swift
[2242/2332] Compiling Vapor SessionCache.swift
[2243/2332] Compiling Vapor SessionData.swift
[2244/2332] Compiling Vapor SessionDriver.swift
[2245/2332] Compiling Vapor SessionsConfiguration.swift
[2246/2332] Compiling Vapor SessionsMiddleware.swift
[2247/2332] Compiling Vapor URLEncodedFormData.swift
[2248/2332] Compiling Vapor URLEncodedFormDecoder.swift
[2249/2332] Compiling Vapor URLEncodedFormEncoder.swift
[2250/2332] Compiling Vapor URLEncodedFormError.swift
[2251/2332] Compiling Vapor URLEncodedFormParser.swift
[2252/2332] Compiling Vapor URLEncodedFormSerializer.swift
[2253/2332] Compiling Vapor URLQueryFragmentConvertible.swift
[2254/2332] Compiling Vapor AnyResponse.swift
[2255/2332] Compiling Vapor Array+Random.swift
[2256/2332] Compiling Vapor Base32.swift
[2257/2332] Compiling Vapor Base64.swift
[2258/2332] Compiling Vapor BaseN.swift
[2259/2332] Compiling Vapor BasicCodingKey.swift
[2260/2332] Compiling Vapor ByteCount.swift
[2261/2332] Compiling Vapor HTTPServerResponseEncoder.swift
[2262/2332] Compiling Vapor HTTPServerUpgradeHandler.swift
[2263/2332] Compiling Vapor Logger+Report.swift
[2264/2332] Compiling Vapor LoggingSystem+Environment.swift
[2265/2332] Compiling Vapor Application+Middleware.swift
[2266/2332] Compiling Vapor CORSMiddleware.swift
[2267/2332] Compiling Vapor ErrorMiddleware.swift
[2268/2332] Compiling Vapor FileMiddleware.swift
[2269/2332] Compiling Vapor Middleware.swift
[2270/2332] Compiling Vapor MiddlewareConfiguration.swift
[2271/2332] Compiling Vapor ResponseCompressionMiddleware.swift
[2272/2332] Compiling Vapor RouteLoggingMiddleware.swift
[2273/2332] Compiling Vapor TracingMiddleware.swift
[2274/2332] Compiling Vapor File+Multipart.swift
[2275/2332] Compiling Vapor FormDataDecoder+Content.swift
[2276/2332] Compiling Vapor FormDataEncoder+Content.swift
[2277/2332] Compiling Vapor Application+Password.swift
[2278/2332] Compiling Vapor Application+Passwords.swift
[2279/2332] Compiling Vapor AsyncPasswordHasher.swift
[2280/2332] Compiling Vapor BcryptHasher.swift
[2281/2332] Compiling Vapor PasswordHasher.swift
[2282/2332] Compiling Vapor PlaintextHasher.swift
[2283/2332] Compiling Vapor Request+Password.swift
[2284/2332] Compiling Vapor Redirect.swift
[2285/2332] Compiling Vapor Request+Body.swift
[2286/2332] Compiling Vapor Request+BodyStream.swift
[2287/2332] Compiling Vapor Request.swift
[2288/2332] Compiling Vapor Application+Responder.swift
[2289/2332] Compiling Vapor DefaultResponder.swift
[2290/2332] Compiling Vapor Response+Body.swift
[2291/2332] Compiling Vapor Response.swift
[2292/2332] Compiling Vapor ResponseCodable.swift
[2293/2332] Compiling Vapor Application+Routes.swift
[2294/2332] Compiling Vapor Parameters+Require.swift
[2295/2332] Compiling Vapor Request+WebSocket.swift
[2296/2332] Compiling Vapor Route.swift
[2297/2332] Compiling Vapor RouteCollection.swift
[2298/2332] Compiling Vapor Routes.swift
[2299/2332] Compiling Vapor RoutesBuilder+Group.swift
[2300/2332] Compiling Vapor RoutesBuilder+Method.swift
[2301/2332] Compiling Vapor RoutesBuilder+Middleware.swift
[2302/2332] Compiling Vapor RoutesBuilder+WebSocket.swift
[2303/2332] Compiling Vapor RoutesBuilder.swift
[2304/2332] Compiling Vapor OTP.swift
[2305/2332] Compiling Vapor Application+Servers.swift
[2306/2332] Compiling Vapor Server.swift
[2307/2332] Compiling Vapor App+Service.swift
[2308/2332] Compiling Vapor Req+Service.swift
[2309/2332] Compiling Vapor HTTPStatus.swift
[2310/2332] Compiling Vapor HTTPCookies.swift
[2311/2332] Compiling Vapor HTTPHeaderCacheControl.swift
[2312/2332] Compiling Vapor HTTPHeaderExpires.swift
[2313/2332] Compiling Vapor HTTPHeaderLastModified.swift
[2314/2332] Compiling Vapor HTTPHeaders+Cache.swift
[2315/2332] Compiling Vapor HTTPHeaders+Connection.swift
[2316/2332] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2317/2332] Compiling Vapor HTTPHeaders+ContentRange.swift
[2318/2332] Compiling Vapor HTTPHeaders+Directive.swift
[2319/2332] Compiling Vapor HTTPHeaders+Forwarded.swift
[2320/2332] Compiling Vapor HTTPHeaders+Link.swift
[2321/2332] Compiling Vapor HTTPHeaders+Name.swift
[2322/2332] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2323/2332] Compiling Vapor HTTPHeaders.swift
[2324/2332] Compiling Vapor HTTPMediaType.swift
[2325/2332] Compiling Vapor HTTPMediaTypePreference.swift
[2326/2332] Compiling Vapor Responder.swift
[2327/2332] Compiling Vapor Application+HTTP+Server.swift
[2328/2332] Compiling Vapor HTTPServer.swift
[2329/2332] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2330/2332] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2331/2332] Compiling Vapor HTTPServerHandler.swift
[2332/2332] Compiling Vapor HTTPServerRequestDecoder.swift
[2334/2342] Compiling VaporTypedRoutes ResponseContext.swift
[2335/2343] Compiling VaporTypedRoutes TypedPathComponent.swift
[2336/2343] Compiling VaporTypedRoutes TypedRequest+Query.swift
[2337/2343] Compiling VaporTypedRoutes RouteContext.swift
[2338/2343] Compiling VaporTypedRoutes RoutesBuilder+RouteContext.swift
[2339/2343] Compiling VaporTypedRoutes RoutesBuilderContext+Concurrency.swift
[2340/2343] Emitting module VaporTypedRoutes
[2341/2343] Compiling VaporTypedRoutes QueryParam.swift
[2342/2343] Compiling VaporTypedRoutes ResponseBuilder.swift
[2343/2343] Compiling VaporTypedRoutes TypedRequest.swift
[2345/2354] 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 |
[2346/2355] Compiling VaporOpenAPI VaporPathComponent+OpenAPI.swift
[2347/2355] Compiling VaporOpenAPI ContentConfiguration+JSONEncoder.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/EventLoopFuture+OpenAPI.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
12 | import Vapor
13 |
14 | extension EventLoopFuture: OpenAPIEncodedSchemaType where Value: OpenAPIEncodedSchemaType {
| |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | /// Get the OpenAPISchema for for the value using a given encoder.
16 | /// - Parameters:
[2348/2355] Compiling VaporOpenAPI EventLoopFuture+OpenAPI.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/EventLoopFuture+OpenAPI.swift:14:1: warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
12 | import Vapor
13 |
14 | extension EventLoopFuture: OpenAPIEncodedSchemaType where Value: OpenAPIEncodedSchemaType {
| |- warning: extension declares a conformance of imported type 'EventLoopFuture' to imported protocol 'OpenAPIEncodedSchemaType'; this will not behave correctly if the owners of 'NIOCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
15 | /// Get the OpenAPISchema for for the value using a given encoder.
16 | /// - Parameters:
[2349/2355] Compiling VaporOpenAPI Exports.swift
[2350/2355] Compiling VaporOpenAPI QueryParam+OpenAPI.swift
[2351/2355] Compiling VaporOpenAPI Route+Metadata.swift
[2352/2355] Compiling VaporOpenAPI VaporHttp+OpenAPI.swift
[2353/2355] Compiling VaporOpenAPI Sampleable+OpenAPIExample.swift
[2354/2355] Compiling VaporOpenAPI VaporRoutes+OpenAPI.swift
[2355/2355] Compiling VaporOpenAPI VaporRoute+OpenAPI.swift
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
327 |
328 |
329 | extension OpenAPI.Document: Content { }
| |- warning: extension declares a conformance of imported type 'Document' to imported protocols 'Content', 'Sendable', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OpenAPIKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
330 |
/host/spi-builder-workspace/Sources/VaporOpenAPI/VaporRoute+OpenAPI.swift:329:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
327 |
328 |
329 | extension OpenAPI.Document: Content { }
| `- warning: conformance to 'Sendable' must occur in the same source file as struct 'Document'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
330 |
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:54:20: warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
52 | /// the `Version` enum. Other versions may or may not be decodable
53 | /// by OpenAPIKit to a certain extent.
54 | public var openAPIVersion: Version
| `- warning: stored property 'openAPIVersion' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Version'; this is an error in the Swift 6 language mode
55 |
56 | /// Information about the API described by this OpenAPI Document.
:
374 | /// this enum. Other versions may or may not be decodable by
375 | /// OpenAPIKit to a certain extent.
376 | public enum Version: String, Codable {
| `- note: consider making enum 'Version' conform to the 'Sendable' protocol
377 | case v3_1_0 = "3.1.0"
378 | case v3_1_1 = "3.1.1"
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:61:20: warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
59 | /// version of the API this document describes, not the OpenAPI
60 | /// Specification version), etc.
61 | public var info: Info
| `- warning: stored property 'info' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Document.Info'; this is an error in the Swift 6 language mode
62 |
63 | /// An array of Server Objects, which provide connectivity information
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/DocumentInfo.swift:15:19: note: consider making struct 'Info' conform to the 'Sendable' protocol
13 | ///
14 | /// See [OpenAPI Info Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#info-object).
15 | public struct Info: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Info' conform to the 'Sendable' protocol
16 | public var title: String
17 | public var summary: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:74:20: warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
72 | /// or operations but not at the root document level), use the
73 | /// `allServers` property instead.
74 | public var servers: [Server]
| `- warning: stored property 'servers' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Server]'; this is an error in the Swift 6 language mode
75 |
76 | /// All paths defined by this API. This property maps the path of each
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Server.swift:16:19: note: consider making struct 'Server' conform to the 'Sendable' protocol
14 | /// See [OpenAPI Server Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#server-object).
15 | ///
16 | public struct Server: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Server' conform to the 'Sendable' protocol
17 | /// OpenAPI Server URLs can have variable placeholders in them.
18 | /// The `urlTemplate` can be asked for a well-formed Foundation
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:82:20: warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
80 | /// See the `routes` property for an array of equatable `Path`/`PathItem`
81 | /// pairs.
82 | public var paths: PathItem.Map
| `- warning: stored property 'paths' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.PathItem.Map' (aka 'OrderedDictionary<Shared.Path, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'); this is an error in the Swift 6 language mode
83 |
84 | /// Storage for components that need to be referenced elsewhere in the
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
18 | /// keys result in `Dictionary` encoding as a list of alternating
19 | /// keys and values.
20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
| `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
21 | private var orderedKeys: [Key]
22 | private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:97:20: warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
95 | /// you still might want to consider using the Components Object for its impact
96 | /// on the JSON/YAML structure of your document once encoded.
97 | public var components: Components
| `- warning: stored property 'components' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.Components'; this is an error in the Swift 6 language mode
98 |
99 | /// The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Components Object/Components.swift:18:19: note: consider making struct 'Components' conform to the 'Sendable' protocol
16 | /// This is a place to put reusable components to
17 | /// be referenced from other parts of the spec.
18 | public struct Components: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Components' conform to the 'Sendable' protocol
19 |
20 | public var schemas: ComponentDictionary<JSONSchema>
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:104:20: warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
102 | /// The key name is a unique string to refer to each webhook, while the (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the expected responses
103 | /// See [OpenAPI Webhook Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#fixed-fields)
104 | public var webhooks: OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>
| `- warning: stored property 'webhooks' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OrderedDictionary<String, Either<OpenAPI.Reference<OpenAPI.PathItem>, OpenAPI.PathItem>>'; this is an error in the Swift 6 language mode
105 |
106 | /// A declaration of which security mechanisms can be used across the API.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:20:15: note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
18 | /// keys result in `Dictionary` encoding as a list of alternating
19 | /// keys and values.
20 | public struct OrderedDictionary<Key, Value>: HasWarnings where Key: Hashable {
| `- note: generic struct 'OrderedDictionary' does not conform to the 'Sendable' protocol
21 | private var orderedKeys: [Key]
22 | private var unorderedHash: [Key: Value]
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:123:20: warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
121 | /// explicit references to entries in the Components Object instead of `String`
122 | /// values.
123 | public var security: [SecurityRequirement]
| `- warning: stored property 'security' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.SecurityRequirement]' (aka 'Array<Dictionary<JSONReference<OpenAPI.SecurityScheme>, Array<String>>>'); this is an error in the Swift 6 language mode
124 |
125 | /// A list of tags used by the specification with additional metadata.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/JSONReference.swift:42:13: note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
40 | /// `OpenAPI.Document`.
41 | ///
42 | public enum JSONReference<ReferenceType: ComponentDictionaryLocatable>: Equatable, Hashable, _OpenAPIReference {
| `- note: consider making generic enum 'JSONReference' conform to the 'Sendable' protocol
43 | /// The reference is internal to the file.
44 | case `internal`(InternalReference)
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:132:20: warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
130 | ///
131 | /// - Important: Each tag name in the list MUST be unique.
132 | public var tags: [Tag]?
| `- warning: stored property 'tags' of 'Sendable'-conforming struct 'Document' has non-sendable type '[OpenAPI.Tag]?'; this is an error in the Swift 6 language mode
133 |
134 | /// Additional external documentation.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Tag.swift:14:19: note: consider making struct 'Tag' conform to the 'Sendable' protocol
12 | ///
13 | /// See [OpenAPI Tag Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#tag-object).
14 | public struct Tag: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'Tag' conform to the 'Sendable' protocol
15 | public let name: String
16 | public let description: String?
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:135:20: warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
133 |
134 | /// Additional external documentation.
135 | public var externalDocs: ExternalDocumentation?
| `- warning: stored property 'externalDocs' of 'Sendable'-conforming struct 'Document' has non-sendable type 'OpenAPI.ExternalDocumentation?'; this is an error in the Swift 6 language mode
136 |
137 | /// Dictionary of vendor extensions.
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/ExternalDocumentation.swift:15:19: note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
13 | ///
14 | /// See [OpenAPI External Documentation Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#external-documentation-object).
15 | public struct ExternalDocumentation: Equatable, CodableVendorExtendable {
| `- note: consider making struct 'ExternalDocumentation' conform to the 'Sendable' protocol
16 | public var description: String?
17 | public var url: URL
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKit/Document/Document.swift:142:20: warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
140 | /// `[ "x-extensionKey": <anything>]`
141 | /// where the values are anything codable.
142 | public var vendorExtensions: [String: AnyCodable]
| `- warning: stored property 'vendorExtensions' of 'Sendable'-conforming struct 'Document' has non-sendable type '[String : AnyCodable]'; this is an error in the Swift 6 language mode
143 |
144 | public init(
/host/spi-builder-workspace/.build/checkouts/OpenAPIKit/Sources/OpenAPIKitCore/AnyCodable/AnyCodable.swift:35:15: note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
33 | by declaring their contained type to be `AnyCodable`.
34 | */
35 | public struct AnyCodable {
| `- note: struct 'AnyCodable' does not conform to the 'Sendable' protocol
36 | public let value: Any
37 |
Build complete! (514.06s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.86.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "vaportypedroutes",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/VaporTypedRoutes.git"
},
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "openapireflection",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIReflection.git"
}
],
"manifest_display_name" : "VaporOpenAPI",
"name" : "VaporOpenAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporOpenAPI",
"targets" : [
"VaporOpenAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporOpenAPITests",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPITests",
"path" : "Tests/VaporOpenAPITests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"VaporOpenAPITests.swift"
],
"target_dependencies" : [
"VaporOpenAPI"
],
"type" : "test"
},
{
"c99name" : "VaporOpenAPI",
"module_type" : "SwiftTarget",
"name" : "VaporOpenAPI",
"path" : "Sources/VaporOpenAPI",
"product_dependencies" : [
"Vapor",
"VaporTypedRoutes",
"OpenAPIKit",
"OpenAPIReflection"
],
"product_memberships" : [
"VaporOpenAPI"
],
"sources" : [
"ContentConfiguration+JSONEncoder.swift",
"EventLoopFuture+OpenAPI.swift",
"Exports.swift",
"QueryParam+OpenAPI.swift",
"Route+Metadata.swift",
"Sampleable+OpenAPIExample.swift",
"VaporHttp+OpenAPI.swift",
"VaporPathComponent+OpenAPI.swift",
"VaporRoute+OpenAPI.swift",
"VaporRoutes+OpenAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.