Build Information
Successful build of LingoVapor, reference master (f56622
), with Swift 6.1 for Android on 28 May 2025 06:16:25 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor-community/lingo-vapor.git
Reference: master
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/vapor-community/lingo-vapor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f566223 Update README.md
Cloned https://github.com/vapor-community/lingo-vapor.git
Revision (git rev-parse @):
f56622381076e50b10e0a3e9cc247a16b7b9fb78
SUCCESS checkout https://github.com/vapor-community/lingo-vapor.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/lingo-vapor.git
https://github.com/vapor-community/lingo-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.27.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "lingo",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/miroslavkovac/Lingo.git"
}
],
"manifest_display_name" : "LingoVapor",
"name" : "LingoVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LingoVapor",
"targets" : [
"LingoVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LingoVaporLeaf",
"targets" : [
"LingoVaporLeaf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LingoVaporTests",
"module_type" : "SwiftTarget",
"name" : "LingoVaporTests",
"path" : "Tests/LingoVaporTests",
"sources" : [
"LingoVaporTests.swift"
],
"target_dependencies" : [
"LingoVapor"
],
"type" : "test"
},
{
"c99name" : "LingoVaporLeaf",
"module_type" : "SwiftTarget",
"name" : "LingoVaporLeaf",
"path" : "Sources/LingoVaporLeaf",
"product_dependencies" : [
"Leaf"
],
"product_memberships" : [
"LingoVaporLeaf"
],
"sources" : [
"LocaleLinksTag.swift",
"LocaleTag.swift",
"LocalizeTag.swift"
],
"target_dependencies" : [
"LingoVapor"
],
"type" : "library"
},
{
"c99name" : "LingoVapor",
"module_type" : "SwiftTarget",
"name" : "LingoVapor",
"path" : "Sources/LingoVapor",
"product_dependencies" : [
"Vapor",
"Lingo"
],
"product_memberships" : [
"LingoVapor",
"LingoVaporLeaf"
],
"sources" : [
"LingoProvider.swift",
"LocaleRedirectMiddleware.swift",
"Request+Locale.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/miroslavkovac/Lingo.git
Fetching https://github.com/vapor/leaf.git
[1/528] Fetching lingo
[529/4484] Fetching lingo, leaf
Fetched https://github.com/miroslavkovac/Lingo.git from cache (0.35s)
Fetched https://github.com/vapor/leaf.git from cache (0.35s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (4.11s)
Computing version for https://github.com/miroslavkovac/Lingo.git
Computed https://github.com/miroslavkovac/Lingo.git at 4.0.0 (4.75s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (1.21s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4938] Fetching leaf-kit
[3903/10897] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.59s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.38s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/3269] Fetching swift-service-context, swift-metrics
[1285/5878] Fetching swift-service-context, swift-metrics, websocket-kit
[1731/7588] Fetching swift-service-context, swift-metrics, websocket-kit, swift-atomics
[5837/10907] Fetching swift-service-context, swift-metrics, websocket-kit, swift-atomics, multipart-kit
[6787/15881] Fetching swift-service-context, swift-metrics, websocket-kit, swift-atomics, multipart-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.80s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.81s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[6099/8298] Fetching swift-service-context, swift-metrics, swift-atomics, multipart-kit
[8299/14212] Fetching swift-service-context, swift-metrics, swift-atomics, multipart-kit, swift-nio-extras
[9187/18048] Fetching swift-service-context, swift-metrics, swift-atomics, multipart-kit, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-service-context.git from cache (1.54s)
[15138/16985] Fetching swift-metrics, swift-atomics, multipart-kit, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (1.54s)
[13623/15275] Fetching swift-metrics, multipart-kit, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (1.55s)
[11727/13069] Fetching multipart-kit, swift-nio-extras, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.64s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.04s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
[1/20727] Fetching routing-kit
[416/32254] Fetching routing-kit, swift-nio-http2
[7396/47097] Fetching routing-kit, swift-nio-http2, swift-nio-ssl
[19360/52674] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, console-kit
[21674/66610] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.60s)
[25528/61033] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[41538/63403] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.54s)
[45081/61033] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.48s)
[25932/40306] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto
[29648/54320] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.00s)
[23708/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.57s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.15s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.95s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.80s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (1.21s)
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.66s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1758/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.73s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.56s)
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.37s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.99s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.70s)
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.77s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[399/2494] Fetching swift-http-types, swift-asn1
[1700/4920] Fetching swift-http-types, swift-asn1, swift-service-lifecycle
[2177/6061] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[4276/12216] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
[6361/17201] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
[8400/15611] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
[7458/14470] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.61s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.66s)
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.17s)
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.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.42s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.79s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.55s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.84s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.27s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.61s)
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 (0.65s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
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.59s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.08s)
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/miroslavkovac/Lingo.git
Working copy of https://github.com/miroslavkovac/Lingo.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Building for debugging...
[0/835] Write sources
[50/835] Compiling _AtomicsShims.c
[51/835] Compiling CNIOWindows shim.c
[51/835] Compiling _NumericsShims _NumericsShims.c
[53/835] Compiling CNIOWASI CNIOWASI.c
[54/835] Compiling CSystem shims.c
[55/835] Compiling CNIOWindows WSAStartup.c
[56/835] Compiling CNIOLinux liburing_shims.c
[57/835] Compiling CVaporBcrypt bcrypt.c
[58/835] Compiling CVaporBcrypt blf.c
[59/835] Compiling CNIOSHA1 c_nio_sha1.c
[60/835] Compiling CNIODarwin shim.c
[60/835] Compiling CNIOLLHTTP c_nio_http.c
[62/835] Compiling CNIOExtrasZlib empty.c
[63/835] Compiling CNIOLLHTTP c_nio_api.c
[64/835] Compiling fiat_p256_adx_sqr.S
[65/835] Compiling CNIOLinux shim.c
[66/835] Compiling fiat_curve25519_adx_square.S
[67/835] Compiling fiat_curve25519_adx_mul.S
[68/835] Compiling fiat_p256_adx_mul.S
[69/835] Write swift-version-24593BA9C3E375BF.txt
[70/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/839] Compiling CNIOBoringSSLShims shims.c
[72/841] Compiling tls_record.cc
[73/841] Compiling tls_method.cc
[74/850] Compiling tls13_enc.cc
[75/854] Compiling tls13_both.cc
[76/882] Compiling tls13_server.cc
[77/887] Compiling tls13_client.cc
[79/887] Emitting module ServiceContextModule
[80/1035] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/1035] Compiling InternalCollectionsUtilities Debugging.swift
[82/1035] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/1036] Emitting module _NIOBase64
[84/1036] Compiling _NIOBase64 Base64.swift
[85/1037] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/1037] Compiling InternalCollectionsUtilities Integer rank.swift
[87/1037] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/1037] Compiling InternalCollectionsUtilities UInt+reversed.swift
[90/1037] Compiling RealModule Float16+Real.swift
[93/1038] Compiling RealModule Float80+Real.swift
[94/1038] Compiling InternalCollectionsUtilities Descriptions.swift
[95/1038] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[96/1038] Compiling _NIODataStructures PriorityQueue.swift
[97/1038] Emitting module RealModule
[100/1038] Compiling RealModule ElementaryFunctions.swift
[101/1038] Compiling ServiceContextModule ServiceContext.swift
[102/1038] Compiling ServiceContextModule ServiceContextKey.swift
[103/1038] Compiling _NIODataStructures _TinyArray.swift
[104/1039] Compiling RealModule Real.swift
[105/1039] Compiling RealModule Float+Real.swift
[106/1039] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[107/1039] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/1039] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[109/1039] Compiling InternalCollectionsUtilities _SortedCollection.swift
[110/1039] Emitting module InternalCollectionsUtilities
[111/1039] Compiling _NIODataStructures Heap.swift
[112/1039] Emitting module _NIODataStructures
[113/1039] Compiling RealModule RealFunctions.swift
[117/1044] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/1051] Compiling Lingo br.swift
[119/1051] Compiling Lingo bs.swift
[120/1051] Compiling Lingo ca.swift
[122/1054] Compiling Instrumentation NoOpInstrument.swift
[123/1054] Emitting module Instrumentation
[124/1054] Compiling Instrumentation MultiplexInstrument.swift
[129/1054] Emitting module CoreMetrics
[130/1054] Compiling Instrumentation Instrument.swift
[135/1054] Emitting module SystemPackage
[140/1054] Compiling SystemPackage Util+StringArray.swift
[141/1054] Compiling SystemPackage Util.swift
[142/1054] Compiling SystemPackage UtilConsumers.swift
[143/1054] Compiling CoreMetrics Metrics.swift
[143/1054] Compiling ssl_x509.cc
[145/1054] Compiling CoreMetrics Locks.swift
[145/1055] Compiling t1_enc.cc
[147/1055] Emitting module Logging
[148/1055] Compiling Logging Locks.swift
[149/1055] Compiling Lingo am.swift
[150/1055] Compiling Lingo ar.swift
[151/1055] Compiling Lingo az.swift
[152/1055] Compiling Lingo be.swift
[153/1055] Compiling Lingo Other.swift
[154/1055] Compiling Lingo Romanian.swift
[155/1055] Compiling Lingo WestSlavic.swift
[156/1055] Compiling Lingo ak.swift
[157/1055] Compiling Lingo bg.swift
[158/1055] Compiling Lingo bm.swift
[159/1055] Compiling Lingo bn.swift
[160/1055] Compiling Lingo bo.swift
[162/1056] Compiling Logging MetadataProvider.swift
[163/1056] Compiling Instrumentation InstrumentationSystem.swift
[164/1056] Compiling Instrumentation Locks.swift
[165/1057] Compiling Logging LogHandler.swift
[166/1057] Compiling Logging Logging.swift
[169/1058] Compiling ssl_versions.cc
[171/1287] Compiling DequeModule Deque+CustomReflectable.swift
[172/1287] Compiling DequeModule Deque+Descriptions.swift
[173/1289] Compiling DequeModule _DequeBuffer.swift
[174/1289] Compiling DequeModule _DequeBufferHeader.swift
[175/1289] Compiling HeapModule Heap.swift
[176/1289] Compiling HeapModule _HeapNode.swift
[177/1289] Compiling RoutingKit Parameters.swift
[178/1289] Emitting module HeapModule
[179/1289] Compiling DequeModule Deque+Codable.swift
[180/1289] Compiling DequeModule Deque+Collection.swift
[183/1289] Compiling DequeModule Deque+Testing.swift
[184/1289] Compiling DequeModule Deque._Storage.swift
[185/1289] Compiling DequeModule Deque+Extras.swift
[186/1289] Compiling DequeModule Deque+Hashable.swift
[187/1289] Compiling DequeModule Deque+Equatable.swift
[188/1289] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[189/1289] Compiling DequeModule Deque._UnsafeHandle.swift
[190/1289] Compiling DequeModule Deque.swift
[193/1289] Compiling DequeModule _DequeSlot.swift
[194/1289] Compiling DequeModule _UnsafeWrappedBuffer.swift
[195/1289] Compiling HashTreeCollections _HashNode+Builder.swift
[196/1289] Compiling HashTreeCollections _HashNode+Debugging.swift
[197/1289] Compiling HashTreeCollections _HashNode+Initializers.swift
[198/1289] Compiling HashTreeCollections _HashNode+Invariants.swift
[199/1289] Compiling HashTreeCollections _HashNode+Lookups.swift
[200/1289] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[201/1289] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[202/1289] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[203/1289] Compiling HashTreeCollections _HashNode+Structural union.swift
[204/1289] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[205/1289] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[206/1289] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[207/1289] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[208/1289] Compiling HashTreeCollections _HashNode.swift
[209/1289] Compiling HashTreeCollections _HashNodeHeader.swift
[210/1289] Compiling HashTreeCollections _HashSlot.swift
[211/1289] Compiling HashTreeCollections _HashStack.swift
[212/1289] Compiling HashTreeCollections _HashTreeIterator.swift
[213/1289] Compiling HashTreeCollections _HashTreeStatistics.swift
[214/1289] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[215/1289] Compiling HashTreeCollections _RawHashNode.swift
[216/1289] Compiling HashTreeCollections _UnmanagedHashNode.swift
[217/1289] Emitting module Lingo
[218/1307] Compiling HashTreeCollections _UnsafePath.swift
[219/1307] Compiling HashTreeCollections TreeDictionary+Codable.swift
[220/1307] Compiling HashTreeCollections TreeDictionary+Collection.swift
[221/1307] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[222/1307] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[223/1307] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[224/1307] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[225/1307] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[226/1307] Compiling HashTreeCollections TreeDictionary+Filter.swift
[227/1307] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[228/1307] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[229/1307] Compiling HashTreeCollections TreeDictionary+Keys.swift
[230/1307] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[231/1307] Compiling HashTreeCollections TreeDictionary+Merge.swift
[232/1307] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[233/1307] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[234/1307] Compiling HashTreeCollections TreeDictionary+Values.swift
[235/1307] Compiling HashTreeCollections TreeDictionary.swift
[236/1307] Compiling HashTreeCollections TreeSet+Codable.swift
[237/1307] Compiling HeapModule Heap+Invariants.swift
[238/1307] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[239/1307] Compiling HeapModule Heap+Descriptions.swift
[240/1307] Compiling HeapModule Heap+UnsafeHandle.swift
[241/1308] Compiling Lingo ln.swift
[242/1308] Compiling Lingo lo.swift
[243/1308] Compiling Lingo lt.swift
[244/1308] Compiling Lingo lv.swift
[245/1308] Compiling Lingo mg.swift
[246/1308] Compiling Lingo mk.swift
[247/1308] Compiling Lingo ml.swift
[248/1308] Compiling Lingo mn.swift
[249/1308] Compiling Lingo mr_IN.swift
[250/1308] Compiling Lingo ms.swift
[251/1308] Compiling Lingo mt.swift
[252/1308] Compiling Lingo my.swift
[253/1308] Compiling Lingo naq.swift
[254/1308] Compiling Lingo nb.swift
[255/1308] Compiling Lingo ne.swift
[256/1308] Compiling Lingo nl.swift
[257/1308] Compiling Lingo nn.swift
[258/1308] Compiling Lingo nso.swift
[259/1308] Compiling Lingo or.swift
[260/1308] Compiling Lingo pa.swift
[261/1308] Compiling Lingo pl.swift
[262/1308] Compiling Lingo pt.swift
[263/1308] Compiling Lingo pt_BR.swift
[264/1308] Compiling Lingo ro.swift
[265/1308] Compiling Lingo ru.swift
[266/1308] Compiling Lingo sah.swift
[267/1308] Compiling Lingo se.swift
[268/1308] Compiling Lingo ses.swift
[269/1308] Compiling Lingo sg.swift
[270/1308] Compiling Lingo shi.swift
[271/1308] Compiling Lingo sk.swift
[272/1308] Compiling Lingo sl.swift
[273/1308] Compiling Lingo smn.swift
[274/1308] Compiling Lingo sr.swift
[275/1308] Compiling Lingo sv.swift
[276/1308] Compiling Lingo sv_SE.swift
[277/1308] Compiling Lingo sw.swift
[278/1308] Compiling Lingo th.swift
[279/1308] Compiling RoutingKit AnyRouter.swift
[280/1308] Compiling RoutingKit PathComponent.swift
[281/1308] Emitting module RoutingKit
[285/1308] Compiling Metrics Metrics.swift
[286/1308] Emitting module Metrics
[287/1309] Compiling HashTreeCollections TreeSet+Collection.swift
[288/1309] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[289/1309] Compiling HashTreeCollections TreeSet+Debugging.swift
[290/1309] Compiling HashTreeCollections TreeSet+Descriptions.swift
[291/1309] Compiling HashTreeCollections TreeSet+Equatable.swift
[292/1309] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[293/1309] Compiling HashTreeCollections TreeSet+Extras.swift
[294/1309] Compiling HashTreeCollections TreeSet+Filter.swift
[295/1309] Compiling HashTreeCollections TreeSet+Hashable.swift
[296/1309] Compiling HashTreeCollections TreeSet+Sendable.swift
[297/1309] Compiling HashTreeCollections TreeSet+Sequence.swift
[298/1309] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[299/1309] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[300/1309] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[301/1309] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[302/1309] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[303/1309] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[304/1309] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[305/1309] Compiling Lingo hsb.swift
[306/1309] Compiling Lingo hu.swift
[307/1309] Compiling Lingo id.swift
[308/1309] Compiling Lingo ig.swift
[309/1309] Compiling Lingo ii.swift
[310/1309] Compiling Lingo it.swift
[311/1309] Compiling Lingo it_CH.swift
[312/1309] Compiling Lingo iu.swift
[313/1309] Compiling Lingo ja.swift
[314/1309] Compiling Lingo jv.swift
[315/1309] Compiling Lingo ka.swift
[316/1309] Compiling Lingo kab.swift
[317/1309] Compiling Lingo kde.swift
[318/1309] Compiling Lingo kea.swift
[319/1309] Compiling Lingo km.swift
[320/1309] Compiling Lingo kn.swift
[321/1309] Compiling Lingo ko.swift
[322/1309] Compiling Lingo ksh.swift
[323/1309] Compiling Lingo kw.swift
[324/1309] Compiling Lingo lag.swift
[364/1316] Compiling RoutingKit Router.swift
[365/1316] Compiling RoutingKit TrieRouter.swift
[389/1335] Compiling OrderedCollections OrderedSet+Sendable.swift
[390/1335] Compiling OrderedCollections OrderedSet+SubSequence.swift
[391/1335] Compiling OrderedCollections OrderedSet+Testing.swift
[392/1335] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[393/1335] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[394/1335] Compiling OrderedCollections OrderedSet.swift
[395/1335] Compiling OrderedCollections _UnsafeBitset.swift
[416/1335] Compiling Tracing TracingTime.swift
[417/1335] Compiling Tracing TracerProtocol.swift
[418/1335] Compiling Lingo ti.swift
[419/1335] Compiling Lingo to.swift
[420/1335] Compiling Lingo tr.swift
[421/1335] Compiling Lingo tzm.swift
[422/1335] Compiling Lingo uk.swift
[423/1335] Compiling Lingo ur.swift
[424/1335] Compiling Lingo vi.swift
[425/1335] Compiling Lingo wa.swift
[426/1335] Compiling Lingo wo.swift
[427/1335] Compiling Lingo yo.swift
[428/1335] Compiling Lingo zh.swift
[429/1335] Compiling Lingo zh_CN.swift
[430/1335] Compiling Lingo zh_HK.swift
[431/1335] Compiling Lingo zh_TW.swift
[432/1335] Compiling Lingo PluralizationRule.swift
[433/1335] Compiling Lingo PluralizationRuleStore+List.swift
[434/1335] Compiling Lingo PluralizationRuleStore.swift
[435/1335] Compiling Lingo StringInterpolator.swift
[436/1335] Compiling Tracing NoOpTracer.swift
[437/1335] Compiling Tracing InstrumentationSystem+Tracing.swift
[438/1336] Emitting module Tracing
[440/1336] Emitting module DequeModule
[441/1337] Compiling Tracing Tracer.swift
[442/1337] Compiling Tracing TracerProtocol+Legacy.swift
[444/1337] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[445/1337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[446/1337] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[447/1337] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[448/1337] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[449/1337] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[450/1337] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[451/1337] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[452/1337] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[453/1337] Compiling HashTreeCollections TreeSet.swift
[472/1346] Compiling Tracing SpanProtocol.swift
[509/1347] Compiling ssl_stat.cc
[510/1347] Compiling ssl_transcript.cc
[512/1347] Emitting module OrderedCollections
[514/1348] Emitting module _RopeModule
[514/1348] Compiling ssl_privkey.cc
[515/1348] Compiling ssl_session.cc
[550/1348] Compiling _RopeModule Rope+Join.swift
[551/1348] Compiling _RopeModule Rope+MutatingForEach.swift
[552/1348] Compiling _RopeModule Rope+Remove.swift
[553/1348] Compiling _RopeModule Rope+RemoveSubrange.swift
[554/1348] Compiling _RopeModule Rope+Split.swift
[555/1348] Compiling _RopeModule Optional Utilities.swift
[556/1348] Compiling _RopeModule String Utilities.swift
[557/1348] Compiling _RopeModule String.Index+ABI.swift
[558/1348] Compiling _RopeModule _CharacterRecognizer.swift
[559/1348] Emitting module HashTreeCollections
[560/1349] Compiling ssl_file.cc
[561/1349] Compiling ssl_lib.cc
[562/1349] Compiling ssl_key_share.cc
[563/1349] Compiling ssl_cert.cc
[604/1350] Compiling ssl_credential.cc
[605/1350] Compiling ssl_cipher.cc
[606/1350] Compiling ssl_buffer.cc
[607/1350] Compiling s3_pkt.cc
[608/1350] Compiling ssl_asn1.cc
[609/1350] Compiling ssl_aead_ctx.cc
[610/1350] Compiling s3_lib.cc
[611/1350] Compiling s3_both.cc
[612/1350] Compiling handshake.cc
[613/1350] Compiling handshake_client.cc
[614/1350] Compiling handshake_server.cc
[615/1350] Compiling handoff.cc
[616/1350] Compiling extensions.cc
[617/1350] Compiling encrypted_client_hello.cc
[618/1350] Compiling md5-x86_64-linux.S
[619/1350] Compiling dtls_record.cc
[620/1350] Compiling md5-x86_64-apple.S
[621/1350] Compiling md5-586-linux.S
[622/1350] Compiling md5-586-apple.S
[623/1350] Compiling dtls_method.cc
[624/1350] Compiling chacha20_poly1305_x86_64-linux.S
[625/1350] Compiling chacha20_poly1305_x86_64-apple.S
[626/1350] Compiling chacha20_poly1305_armv8-win.S
[627/1350] Compiling chacha20_poly1305_armv8-linux.S
[628/1350] Compiling chacha20_poly1305_armv8-apple.S
[629/1350] Compiling chacha-x86_64-linux.S
[630/1350] Compiling chacha-x86_64-apple.S
[631/1350] Compiling d1_srtp.cc
[632/1350] Compiling chacha-x86-apple.S
[633/1350] Compiling chacha-x86-linux.S
[634/1350] Compiling chacha-armv8-win.S
[635/1350] Compiling chacha-armv8-apple.S
[636/1350] Compiling chacha-armv8-linux.S
[637/1350] Compiling chacha-armv4-linux.S
[638/1350] Compiling aes128gcmsiv-x86_64-linux.S
[639/1350] Compiling aes128gcmsiv-x86_64-apple.S
[640/1350] Compiling x86_64-mont5-linux.S
[641/1350] Compiling x86_64-mont5-apple.S
[642/1350] Compiling x86_64-mont-apple.S
[643/1350] Compiling x86_64-mont-linux.S
[644/1350] Compiling x86-mont-linux.S
[645/1350] Compiling x86-mont-apple.S
[646/1350] Compiling vpaes-x86_64-linux.S
[647/1350] Compiling vpaes-x86_64-apple.S
[648/1350] Compiling vpaes-x86-linux.S
[649/1350] Compiling vpaes-x86-apple.S
[650/1350] Compiling vpaes-armv8-win.S
[651/1350] Compiling vpaes-armv8-linux.S
[652/1350] Compiling vpaes-armv8-apple.S
[653/1350] Compiling d1_lib.cc
[654/1350] Compiling vpaes-armv7-linux.S
[655/1350] Compiling sha512-x86_64-linux.S
[656/1350] Compiling sha512-x86_64-apple.S
[657/1350] Compiling sha512-armv8-win.S
[658/1350] Compiling err_data.cc
[659/1350] Compiling sha512-armv8-apple.S
[660/1350] Compiling sha512-armv4-linux.S
[661/1350] Compiling sha512-armv8-linux.S
[662/1350] Compiling sha512-586-linux.S
[663/1350] Compiling sha512-586-apple.S
[664/1350] Compiling sha256-x86_64-linux.S
[665/1350] Compiling sha256-x86_64-apple.S
[666/1350] Compiling bio_ssl.cc
[667/1350] Compiling sha256-armv8-win.S
[668/1350] Compiling sha256-armv8-apple.S
[669/1350] Compiling d1_pkt.cc
[670/1350] Compiling sha256-586-linux.S
[671/1350] Compiling sha256-armv4-linux.S
[672/1350] Compiling sha256-armv8-linux.S
[673/1350] Compiling sha256-586-apple.S
[674/1350] Compiling sha1-x86_64-linux.S
[675/1350] Compiling sha1-x86_64-apple.S
[676/1350] Compiling sha1-armv8-win.S
[677/1350] Compiling sha1-armv8-apple.S
[678/1350] Compiling sha1-armv8-linux.S
[679/1350] Compiling sha1-armv4-large-linux.S
[680/1350] Compiling sha1-586-apple.S
[681/1350] Compiling sha1-586-linux.S
[682/1350] Compiling rsaz-avx2-linux.S
[683/1350] Compiling p256_beeu-x86_64-asm-apple.S
[684/1350] Compiling rsaz-avx2-apple.S
[685/1350] Compiling rdrand-x86_64-linux.S
[686/1350] Compiling p256_beeu-x86_64-asm-linux.S
[687/1350] Compiling p256_beeu-armv8-asm-win.S
[688/1350] Compiling rdrand-x86_64-apple.S
[689/1350] Compiling p256_beeu-armv8-asm-linux.S
[690/1350] Compiling p256-x86_64-asm-linux.S
[691/1350] Compiling p256_beeu-armv8-asm-apple.S
[692/1350] Compiling p256-x86_64-asm-apple.S
[693/1350] Compiling p256-armv8-asm-win.S
[694/1350] Compiling p256-armv8-asm-apple.S
[695/1350] Compiling ghashv8-armv8-linux.S
[696/1350] Compiling p256-armv8-asm-linux.S
[697/1350] Compiling ghashv8-armv8-win.S
[698/1350] Compiling ghashv8-armv8-apple.S
[699/1350] Compiling ghashv8-armv7-linux.S
[700/1350] Compiling ghash-x86_64-linux.S
[701/1350] Compiling ghash-x86_64-apple.S
[702/1350] Compiling ghash-x86-apple.S
[703/1350] Compiling ghash-x86-linux.S
[704/1350] Compiling ghash-ssse3-x86_64-linux.S
[705/1350] Compiling ghash-ssse3-x86_64-apple.S
[706/1350] Compiling ghash-neon-armv8-win.S
[707/1350] Compiling ghash-ssse3-x86-linux.S
[708/1350] Compiling ghash-ssse3-x86-apple.S
[709/1350] Compiling ghash-armv4-linux.S
[710/1350] Compiling ghash-neon-armv8-linux.S
[711/1350] Compiling co-586-linux.S
[712/1350] Compiling ghash-neon-armv8-apple.S
[713/1350] Compiling bn-armv8-win.S
[714/1350] Compiling co-586-apple.S
[715/1350] Compiling bsaes-armv7-linux.S
[716/1350] Compiling bn-armv8-linux.S
[717/1350] Compiling bn-586-linux.S
[718/1350] Compiling bn-armv8-apple.S
[719/1350] Compiling armv8-mont-win.S
[720/1350] Compiling armv8-mont-apple.S
[721/1350] Compiling aesv8-gcm-armv8-win.S
[722/1350] Compiling armv4-mont-linux.S
[723/1350] Compiling bn-586-apple.S
[724/1350] Compiling armv8-mont-linux.S
[725/1350] Compiling aesv8-gcm-armv8-apple.S
[726/1350] Compiling aesv8-armv8-win.S
[727/1350] Compiling aesv8-gcm-armv8-linux.S
[728/1350] Compiling aesv8-armv8-apple.S
[729/1350] Compiling aesv8-armv7-linux.S
[730/1350] Compiling aesv8-armv8-linux.S
[731/1350] Compiling aesni-x86_64-linux.S
[732/1350] Compiling aesni-x86-linux.S
[733/1350] Compiling aesni-x86_64-apple.S
[734/1350] Compiling aesni-x86-apple.S
[735/1350] Compiling aesni-gcm-x86_64-apple.S
[736/1350] Compiling aesni-gcm-x86_64-linux.S
[737/1350] Compiling aes-gcm-avx2-x86_64-linux.S
[738/1350] Compiling aes-gcm-avx2-x86_64-apple.S
[739/1350] Compiling aes-gcm-avx10-x86_64-apple.S
[740/1350] Compiling aes-gcm-avx10-x86_64-linux.S
[741/1350] Compiling d1_both.cc
[742/1350] Compiling x_req.cc
[743/1350] Compiling x_x509a.cc
[744/1350] Compiling x_x509.cc
[745/1350] Compiling x_pubkey.cc
[746/1350] Compiling x_sig.cc
[747/1350] Compiling x_val.cc
[748/1350] Compiling x_spki.cc
[749/1350] Compiling x_name.cc
[750/1350] Compiling x_exten.cc
[751/1350] Compiling x_attrib.cc
[752/1350] Compiling x_algor.cc
[753/1350] Compiling x_crl.cc
[754/1350] Compiling x509rset.cc
[755/1350] Compiling x_all.cc
[756/1350] Compiling x509spki.cc
[757/1350] Compiling x509name.cc
[758/1350] Compiling x509_v3.cc
[759/1350] Compiling x509_vpm.cc
[760/1350] Compiling x509cset.cc
[761/1350] Compiling x509_trs.cc
[762/1350] Compiling x509_txt.cc
[763/1350] Compiling x509_vfy.cc
[764/1350] Compiling x509_set.cc
[765/1350] Compiling x509_obj.cc
[766/1350] Compiling x509_req.cc
[767/1350] Compiling x509_def.cc
[768/1350] Compiling x509_d2.cc
[769/1350] Compiling x509_lu.cc
[770/1350] Compiling x509.cc
[771/1350] Compiling x509_ext.cc
[772/1350] Compiling x509_cmp.cc
[773/1350] Compiling x509_att.cc
[774/1350] Compiling v3_utl.cc
[775/1350] Compiling v3_purp.cc
[776/1350] Compiling v3_skey.cc
[777/1350] Compiling v3_pcons.cc
[778/1350] Compiling v3_pmaps.cc
[779/1350] Compiling v3_ocsp.cc
[780/1350] Compiling v3_ncons.cc
[781/1350] Compiling v3_prn.cc
[782/1350] Compiling v3_lib.cc
[783/1350] Compiling v3_int.cc
[784/1350] Compiling v3_info.cc
[785/1350] Compiling v3_ia5.cc
[786/1350] Compiling v3_genn.cc
[787/1350] Compiling v3_extku.cc
[788/1350] Compiling v3_enum.cc
[789/1350] Compiling v3_bitst.cc
[790/1350] Compiling v3_crld.cc
[791/1350] Compiling v3_cpols.cc
[792/1350] Compiling v3_conf.cc
[793/1350] Compiling v3_bcons.cc
[794/1350] Compiling v3_akeya.cc
[795/1350] Compiling v3_alt.cc
[796/1350] Compiling v3_akey.cc
[797/1350] Compiling t_x509a.cc
[798/1350] Compiling t_x509.cc
[799/1350] Compiling t_crl.cc
[800/1350] Compiling rsa_pss.cc
[801/1350] Compiling i2d_pr.cc
[802/1350] Compiling name_print.cc
[803/1350] Compiling t_req.cc
[804/1350] Compiling by_file.cc
[805/1350] Compiling policy.cc
[806/1350] Compiling asn1_gen.cc
[807/1350] Compiling a_verify.cc
[808/1350] Compiling algorithm.cc
[809/1350] Compiling by_dir.cc
[810/1350] Compiling trust_token.cc
[811/1350] Compiling a_digest.cc
[812/1350] Compiling a_sign.cc
[813/1350] Compiling thread.cc
[814/1350] Compiling voprf.cc
[815/1350] Compiling thread_win.cc
[816/1350] Compiling thread_pthread.cc
[817/1350] Compiling thread_none.cc
[818/1350] Compiling slhdsa.cc
[819/1350] Compiling stack.cc
[820/1350] Compiling sha256.cc
[821/1350] Compiling sha512.cc
[822/1350] Compiling pmbtoken.cc
[823/1350] Compiling siphash.cc
[824/1350] Compiling sha1.cc
[825/1350] Compiling rsa_asn1.cc
[826/1350] Compiling spake2plus.cc
[827/1350] Compiling rsa_extra.cc
[828/1350] Compiling rsa_print.cc
[829/1350] Compiling rsa_crypt.cc
[830/1350] Compiling rc4.cc
[831/1350] Compiling trusty.cc
[832/1350] Compiling refcount.cc
[833/1350] Compiling urandom.cc
[834/1350] Compiling windows.cc
[835/1350] Compiling forkunsafe.cc
[836/1350] Compiling ios.cc
[837/1350] Compiling poly1305_arm_asm.S
[838/1350] Compiling rand.cc
[839/1350] Compiling fork_detect.cc
[840/1350] Compiling passive.cc
[841/1350] Compiling getentropy.cc
[842/1350] Compiling deterministic.cc
[843/1350] Compiling poly1305_vec.cc
[844/1350] Compiling poly1305_arm.cc
[845/1350] Compiling poly1305.cc
[846/1350] Compiling pool.cc
[847/1350] Compiling pkcs8.cc
[848/1350] Compiling pem_xaux.cc
[849/1350] Compiling p5_pbev2.cc
[850/1350] Compiling pkcs8_x509.cc
[851/1350] Compiling pem_oth.cc
[852/1350] Compiling pkcs7.cc
[853/1350] Compiling pem_x509.cc
[854/1350] Compiling pkcs7_x509.cc
[855/1350] Compiling pem_all.cc
[856/1350] Compiling pem_pk8.cc
[857/1350] Compiling pem_pkey.cc
[858/1350] Compiling mlkem.cc
[859/1350] Compiling obj_xref.cc
[860/1350] Compiling mldsa.cc
[861/1350] Compiling mem.cc
[862/1350] Compiling pem_info.cc
[863/1350] Compiling poly_rq_mul.S
[864/1350] Compiling obj.cc
[865/1350] Compiling fips_shared_support.cc
[866/1350] Compiling pem_lib.cc
[867/1350] Compiling lhash.cc
[868/1350] Compiling md5.cc
[869/1350] Compiling md4.cc
[870/1350] Compiling hrss.cc
[871/1350] Compiling kyber.cc
[872/1350] Compiling sign.cc
[873/1350] Compiling ex_data.cc
[874/1350] Compiling hpke.cc
[875/1350] Compiling scrypt.cc
[876/1350] Compiling print.cc
[877/1350] Compiling pbkdf.cc
[878/1350] Compiling p_x25519.cc
[879/1350] Compiling p_x25519_asn1.cc
[880/1350] Compiling p_ed25519_asn1.cc
[881/1350] Compiling p_rsa_asn1.cc
[882/1350] Compiling p_hkdf.cc
[883/1350] Compiling p_dsa_asn1.cc
[884/1350] Compiling p_ed25519.cc
[885/1350] Compiling p_rsa.cc
[886/1350] Compiling p_ec.cc
[887/1350] Compiling p_dh_asn1.cc
[888/1350] Compiling evp_ctx.cc
[889/1350] Compiling p_dh.cc
[890/1350] Compiling p_ec_asn1.cc
[891/1350] Compiling evp.cc
[892/1350] Compiling ecdsa_asn1.cc
[893/1350] Compiling err.cc
[894/1350] Compiling engine.cc
[895/1350] Compiling hash_to_curve.cc
[896/1350] Compiling ecdh.cc
[897/1350] Compiling evp_asn1.cc
[898/1350] Compiling bcm.cc
[899/1350] Compiling ec_derive.cc
[900/1350] Compiling dsa_asn1.cc
[901/1350] Compiling dsa.cc
[902/1350] Compiling ec_asn1.cc
[903/1350] Compiling x25519-asm-arm.S
[904/1350] Compiling params.cc
[905/1350] Compiling curve25519_64_adx.cc
[906/1350] Compiling digest_extra.cc
[907/1350] Compiling cpu_intel.cc
[908/1350] Compiling curve25519.cc
[909/1350] Compiling des.cc
[910/1350] Compiling crypto.cc
[911/1350] Compiling cpu_aarch64_win.cc
[912/1350] Compiling cpu_arm_linux.cc
[913/1350] Compiling spake25519.cc
[914/1350] Compiling dh_asn1.cc
[915/1350] Compiling cpu_aarch64_fuchsia.cc
[916/1350] Compiling cpu_aarch64_openbsd.cc
[917/1350] Compiling cpu_arm_freebsd.cc
[918/1350] Compiling cpu_aarch64_linux.cc
[919/1350] Compiling cpu_aarch64_sysreg.cc
[920/1350] Compiling tls_cbc.cc
[921/1350] Compiling cpu_aarch64_apple.cc
[922/1350] Compiling conf.cc
[923/1350] Compiling e_rc4.cc
[924/1350] Compiling get_cipher.cc
[925/1350] Compiling e_rc2.cc
[926/1350] Compiling e_null.cc
[927/1350] Compiling e_tls.cc
[928/1350] Compiling e_chacha20poly1305.cc
[929/1350] Compiling e_aesgcmsiv.cc
[930/1350] Compiling derive_key.cc
[931/1350] Compiling e_des.cc
[932/1350] Compiling e_aesctrhmac.cc
[933/1350] Compiling chacha.cc
[934/1350] Compiling buf.cc
[935/1350] Compiling unicode.cc
[936/1350] Compiling ber.cc
[937/1350] Compiling cbs.cc
[938/1350] Compiling cbb.cc
[939/1350] Compiling convert.cc
[940/1350] Compiling asn1_compat.cc
[941/1350] Compiling bn_asn1.cc
[942/1350] Compiling blake2.cc
[943/1350] Compiling printf.cc
[944/1350] Compiling hexdump.cc
[945/1350] Compiling pair.cc
[946/1350] Compiling socket.cc
[947/1350] Compiling socket_helper.cc
[948/1350] Compiling file.cc
[949/1350] Compiling errno.cc
[950/1350] Compiling connect.cc
[951/1350] Compiling fd.cc
[952/1350] Compiling tasn_typ.cc
[953/1350] Compiling bio_mem.cc
[954/1350] Compiling base64.cc
[955/1350] Compiling bio.cc
[956/1350] Compiling tasn_dec.cc
[957/1350] Compiling tasn_utl.cc
[958/1350] Compiling f_int.cc
[959/1350] Compiling tasn_fre.cc
[960/1350] Compiling asn_pack.cc
[961/1350] Compiling tasn_enc.cc
[962/1350] Compiling tasn_new.cc
[963/1350] Compiling posix_time.cc
[964/1350] Compiling f_string.cc
[965/1350] Compiling a_octet.cc
[966/1350] Compiling asn1_par.cc
[967/1350] Compiling asn1_lib.cc
[968/1350] Compiling a_time.cc
[969/1350] Compiling a_utctm.cc
[970/1350] Compiling a_type.cc
[971/1350] Compiling a_strnid.cc
[972/1350] Compiling a_i2d_fp.cc
[973/1350] Compiling a_object.cc
[974/1350] Compiling a_strex.cc
[975/1350] Compiling a_mbstr.cc
[976/1350] Compiling a_dup.cc
[977/1350] Compiling a_int.cc
[978/1350] Compiling a_d2i_fp.cc
[979/1350] Compiling a_gentm.cc
[980/1350] Compiling fiat_p256_adx_sqr.S
[981/1350] Compiling fiat_p256_adx_mul.S
[982/1350] Compiling fiat_curve25519_adx_square.S
[983/1350] Compiling fiat_curve25519_adx_mul.S
[984/1350] Compiling a_bitstr.cc
[985/1350] Compiling md5-x86_64-linux.S
[986/1350] Compiling md5-586-linux.S
[987/1350] Compiling md5-x86_64-apple.S
[988/1350] Compiling md5-586-apple.S
[989/1350] Compiling chacha20_poly1305_armv8-win.S
[990/1350] Compiling chacha20_poly1305_x86_64-linux.S
[991/1350] Compiling chacha20_poly1305_x86_64-apple.S
[992/1350] Compiling chacha20_poly1305_armv8-apple.S
[993/1350] Compiling chacha-x86_64-linux.S
[994/1350] Compiling chacha20_poly1305_armv8-linux.S
[995/1350] Compiling chacha-x86_64-apple.S
[996/1350] Compiling chacha-x86-linux.S
[997/1350] Compiling chacha-x86-apple.S
[998/1350] Compiling chacha-armv8-win.S
[999/1350] Compiling a_bool.cc
[1000/1350] Compiling chacha-armv4-linux.S
[1001/1350] Compiling chacha-armv8-apple.S
[1002/1350] Compiling chacha-armv8-linux.S
[1003/1350] Compiling aes128gcmsiv-x86_64-linux.S
[1004/1350] Compiling CCryptoBoringSSLShims shims.c
[1005/1350] Compiling aes128gcmsiv-x86_64-apple.S
[1006/1350] Compiling x86_64-mont5-linux.S
[1007/1350] Compiling x86_64-mont5-apple.S
[1008/1350] Compiling x86_64-mont-linux.S
[1009/1350] Compiling x86_64-mont-apple.S
[1010/1350] Compiling x86-mont-linux.S
[1011/1350] Compiling err_data.cc
[1012/1350] Compiling x86-mont-apple.S
[1013/1350] Compiling vpaes-x86_64-linux.S
[1014/1350] Compiling vpaes-x86-linux.S
[1015/1350] Compiling vpaes-x86_64-apple.S
[1016/1350] Compiling vpaes-x86-apple.S
[1017/1350] Compiling vpaes-armv8-win.S
[1018/1350] Compiling vpaes-armv8-linux.S
[1019/1350] Compiling vpaes-armv8-apple.S
[1019/1350] Compiling sha512-x86_64-linux.S
[1021/1350] Compiling vpaes-armv7-linux.S
[1022/1350] Compiling sha512-x86_64-apple.S
[1023/1350] Compiling sha512-armv8-win.S
[1024/1350] Compiling sha512-586-apple.S
[1024/1350] Compiling sha512-armv8-apple.S
[1026/1350] Compiling sha512-586-linux.S
[1027/1350] Compiling sha512-armv4-linux.S
[1028/1350] Compiling sha512-armv8-linux.S
[1029/1350] Compiling sha256-x86_64-linux.S
[1030/1350] Compiling sha256-armv4-linux.S
[1031/1350] Compiling sha256-x86_64-apple.S
[1032/1350] Compiling sha256-armv8-win.S
[1033/1350] Compiling sha256-586-linux.S
[1034/1350] Compiling sha256-armv8-apple.S
[1035/1350] Compiling sha1-x86_64-linux.S
[1036/1350] Compiling sha256-586-apple.S
[1037/1350] Compiling sha1-x86_64-apple.S
[1038/1350] Compiling sha256-armv8-linux.S
[1039/1350] Compiling sha1-armv8-win.S
[1040/1350] Compiling sha1-armv4-large-linux.S
[1041/1350] Compiling sha1-armv8-apple.S
[1042/1350] Compiling sha1-586-linux.S
[1043/1350] Compiling rsaz-avx2-linux.S
[1044/1350] Compiling sha1-armv8-linux.S
[1045/1350] Compiling rsaz-avx2-apple.S
[1046/1350] Compiling sha1-586-apple.S
[1047/1350] Compiling rdrand-x86_64-linux.S
[1048/1350] Compiling rdrand-x86_64-apple.S
[1049/1350] Compiling p256_beeu-armv8-asm-win.S
[1050/1350] Compiling p256_beeu-x86_64-asm-linux.S
[1051/1350] Compiling p256_beeu-x86_64-asm-apple.S
[1052/1350] Compiling p256_beeu-armv8-asm-linux.S
[1053/1350] Compiling p256_beeu-armv8-asm-apple.S
[1054/1350] Compiling p256-x86_64-asm-linux.S
[1055/1350] Compiling p256-armv8-asm-win.S
[1056/1350] Compiling p256-x86_64-asm-apple.S
[1057/1350] Compiling p256-armv8-asm-apple.S
[1058/1350] Compiling p256-armv8-asm-linux.S
[1059/1350] Compiling ghashv8-armv8-win.S
[1060/1350] Compiling ghashv8-armv7-linux.S
[1061/1350] Compiling ghashv8-armv8-linux.S
[1062/1350] Compiling ghash-x86_64-linux.S
[1063/1350] Compiling ghashv8-armv8-apple.S
[1064/1350] Compiling ghash-x86_64-apple.S
[1065/1350] Compiling ghash-x86-linux.S
[1066/1350] Compiling ghash-x86-apple.S
[1067/1350] Compiling ghash-ssse3-x86_64-apple.S
[1068/1350] Compiling ghash-ssse3-x86_64-linux.S
[1069/1350] Compiling ghash-ssse3-x86-linux.S
[1070/1350] Compiling ghash-neon-armv8-win.S
[1071/1350] Compiling ghash-ssse3-x86-apple.S
[1072/1350] Compiling ghash-neon-armv8-linux.S
[1073/1350] Compiling ghash-neon-armv8-apple.S
[1074/1350] Compiling co-586-linux.S
[1075/1350] Compiling ghash-armv4-linux.S
[1076/1350] Compiling co-586-apple.S
[1077/1350] Compiling bsaes-armv7-linux.S
[1078/1350] Compiling bn-armv8-win.S
[1079/1350] Compiling bn-armv8-linux.S
[1080/1350] Compiling bn-armv8-apple.S
[1081/1350] Compiling bn-586-linux.S
[1082/1350] Compiling bn-586-apple.S
[1083/1350] Compiling armv8-mont-win.S
[1084/1350] Compiling armv8-mont-linux.S
[1085/1350] Compiling armv4-mont-linux.S
[1086/1350] Compiling armv8-mont-apple.S
[1087/1350] Compiling aesv8-gcm-armv8-linux.S
[1088/1350] Compiling aesv8-armv8-win.S
[1089/1350] Compiling aesv8-armv8-apple.S
[1090/1350] Compiling aesv8-gcm-armv8-apple.S
[1091/1350] Compiling aesv8-gcm-armv8-win.S
[1092/1350] Compiling aesv8-armv8-linux.S
[1093/1350] Compiling aesni-x86_64-apple.S
[1094/1350] Compiling aesv8-armv7-linux.S
[1095/1350] Compiling aesni-x86_64-linux.S
[1096/1350] Compiling aesni-x86-linux.S
[1097/1350] Compiling aesni-x86-apple.S
[1098/1350] Compiling aesni-gcm-x86_64-linux.S
[1099/1350] Compiling aesni-gcm-x86_64-apple.S
[1100/1350] Compiling aes-gcm-avx10-x86_64-linux.S
[1101/1350] Compiling aes-gcm-avx10-x86_64-apple.S
[1102/1350] Compiling x_val.cc
[1103/1350] Compiling x_spki.cc
[1104/1350] Compiling x_sig.cc
[1105/1350] Compiling x_req.cc
[1106/1350] Compiling x_x509.cc
[1107/1350] Compiling x_x509a.cc
[1108/1350] Compiling c-nioatomics.c
[1109/1350] Compiling x_pubkey.cc
[1110/1350] Compiling x_attrib.cc
[1111/1350] Compiling x509spki.cc
[1112/1350] Compiling x_name.cc
[1113/1350] Compiling x_exten.cc
[1114/1350] Compiling c-atomics.c
[1115/1350] Compiling x_crl.cc
[1116/1356] Compiling x509_vfy.cc
[1117/1356] Compiling x_all.cc
[1118/1356] Compiling x509rset.cc
[1120/1356] Compiling NIOConcurrencyHelpers NIOLock.swift
[1120/1356] Compiling x_algor.cc
[1122/1356] Compiling NIOConcurrencyHelpers lock.swift
[1123/1356] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1124/1356] Emitting module NIOConcurrencyHelpers
[1124/1356] Compiling x509_vpm.cc
[1125/1356] Compiling x509name.cc
[1126/1356] Compiling x509_v3.cc
[1128/1356] Compiling NIOConcurrencyHelpers atomics.swift
[1129/1356] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1129/1357] Compiling x509cset.cc
[1131/1357] Compiling x509_lu.cc
[1132/1357] Compiling x509_txt.cc
[1133/1383] Compiling x509_def.cc
[1135/1383] Compiling ConsoleKitTerminal Console+Wait.swift
[1136/1383] Compiling ConsoleKitTerminal ConsoleColor.swift
[1137/1383] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1137/1386] Compiling x509_trs.cc
[1138/1386] Compiling x509_req.cc
[1140/1386] Compiling ConsoleKitTerminal Console+Confirm.swift
[1141/1386] Compiling ConsoleKitTerminal Console+Input.swift
[1142/1386] Compiling ConsoleKitTerminal Console+Center.swift
[1143/1386] Compiling ConsoleKitTerminal Console+Output.swift
[1144/1386] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1145/1386] Compiling ConsoleKitTerminal ConsoleClear.swift
[1146/1386] Compiling ConsoleKitTerminal Console+Ask.swift
[1147/1386] Compiling ConsoleKitTerminal Console+Choose.swift
[1147/1386] Compiling x509_set.cc
[1149/1386] Emitting module ConsoleKitTerminal
[1149/1386] Compiling x509_ext.cc
[1151/1386] Compiling ConsoleKitTerminal ActivityBar.swift
[1152/1386] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1153/1386] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1154/1386] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1155/1386] Compiling ConsoleKitTerminal CustomActivity.swift
[1156/1386] Compiling ConsoleKitTerminal LoadingBar.swift
[1157/1386] Compiling ConsoleKitTerminal ProgressBar.swift
[1158/1386] Compiling ConsoleKitTerminal Console+Clear.swift
[1158/1386] Compiling x509_d2.cc
[1159/1386] Compiling x509_obj.cc
[1160/1386] Compiling v3_utl.cc
[1162/1386] Compiling ConsoleKitTerminal ConsoleText.swift
[1163/1386] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1164/1386] Compiling ConsoleKitTerminal ANSI.swift
[1165/1386] Compiling ConsoleKitTerminal Console.swift
[1166/1386] Compiling ConsoleKitTerminal Terminal.swift
[1167/1386] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1167/1386] Compiling x509.cc
[1168/1386] Compiling x509_cmp.cc
[1169/1386] Compiling x509_att.cc
[1171/1386] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1172/1386] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1173/1386] Compiling ConsoleKitTerminal LoggerFragment.swift
[1174/1387] Compiling v3_skey.cc
[1175/1409] Compiling v3_purp.cc
[1176/1409] Compiling v3_prn.cc
[1177/1409] Compiling v3_pmaps.cc
[1178/1409] Compiling v3_pcons.cc
[1179/1409] Compiling v3_ocsp.cc
[1181/1409] Compiling ConsoleKitCommands CommandSignature.swift
[1182/1409] Compiling ConsoleKitCommands Flag.swift
[1183/1409] Compiling ConsoleKitCommands Option.swift
[1184/1411] Emitting module ConsoleKitCommands
[1184/1411] Compiling v3_ncons.cc
[1186/1411] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1187/1411] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1188/1411] Compiling ConsoleKitCommands Argument.swift
[1189/1411] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1190/1411] Compiling ConsoleKitCommands Utilities.swift
[1191/1411] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1192/1411] Compiling ConsoleKitCommands AsyncCommand.swift
[1193/1411] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1194/1411] Compiling ConsoleKitCommands Command.swift
[1195/1411] Compiling ConsoleKitCommands CommandContext.swift
[1196/1411] Compiling ConsoleKitCommands CommandError.swift
[1197/1411] Compiling ConsoleKitCommands AsyncCommands.swift
[1198/1411] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1199/1411] Compiling ConsoleKitCommands AnyCommand.swift
[1199/1411] Compiling v3_lib.cc
[1200/1411] Compiling v3_extku.cc
[1201/1411] Compiling v3_int.cc
[1202/1411] Compiling v3_info.cc
[1203/1411] Compiling v3_genn.cc
[1204/1411] Compiling v3_ia5.cc
[1205/1411] Compiling v3_enum.cc
[1207/1411] Compiling ConsoleKitCommands Console+Run.swift
[1208/1411] Compiling ConsoleKitCommands ConsoleError.swift
[1209/1411] Compiling ConsoleKitCommands Completion.swift
[1210/1411] Compiling ConsoleKitCommands CommandGroup.swift
[1211/1411] Compiling ConsoleKitCommands CommandInput.swift
[1212/1411] Compiling ConsoleKitCommands Commands.swift
[1212/1412] Compiling v3_crld.cc
[1214/1412] Compiling v3_cpols.cc
[1215/1414] Compiling v3_conf.cc
[1216/1414] Compiling v3_bitst.cc
[1217/1414] Compiling v3_akeya.cc
[1219/1414] Compiling ConsoleKit Exports.swift
[1220/1414] Emitting module ConsoleKit
[1220/1415] Compiling v3_bcons.cc
[1222/1415] Compiling v3_akey.cc
[1223/1415] Compiling v3_alt.cc
[1224/1415] Compiling t_crl.cc
[1225/1415] Compiling t_x509a.cc
[1226/1415] Compiling t_x509.cc
[1227/1415] Compiling t_req.cc
[1228/1415] Compiling i2d_pr.cc
[1229/1415] Compiling policy.cc
[1230/1415] Compiling rsa_pss.cc
[1231/1415] Compiling name_print.cc
[1232/1415] Compiling by_dir.cc
[1233/1415] Compiling by_file.cc
[1234/1415] Compiling asn1_gen.cc
[1235/1415] Compiling a_verify.cc
[1236/1415] Compiling voprf.cc
[1237/1415] Compiling algorithm.cc
[1238/1415] Compiling a_digest.cc
[1239/1415] Compiling a_sign.cc
[1240/1415] Compiling thread_pthread.cc
[1241/1415] Compiling thread_win.cc
[1242/1415] Compiling thread_none.cc
[1243/1415] Compiling trust_token.cc
[1244/1415] Compiling pmbtoken.cc
[1245/1415] Compiling stack.cc
[1246/1415] Compiling thread.cc
[1247/1415] Compiling thash.cc
[1248/1415] Compiling wots.cc
[1249/1415] Compiling merkle.cc
[1250/1415] Compiling slhdsa.cc
[1251/1415] Compiling siphash.cc
[1252/1415] Compiling fors.cc
[1253/1415] Compiling rsa_extra.cc
[1254/1415] Compiling sha512.cc
[1255/1415] Compiling sha256.cc
[1256/1415] Compiling sha1.cc
[1257/1415] Compiling rsa_print.cc
[1258/1415] Compiling rsa_crypt.cc
[1259/1415] Compiling refcount.cc
[1260/1415] Compiling windows.cc
[1261/1415] Compiling rsa_asn1.cc
[1262/1415] Compiling rc4.cc
[1263/1415] Compiling urandom.cc
[1264/1415] Compiling trusty.cc
[1265/1415] Compiling rand_extra.cc
[1266/1415] Compiling getentropy.cc
[1267/1415] Compiling poly1305_arm_asm.S
[1268/1415] Compiling forkunsafe.cc
[1269/1415] Compiling passive.cc
[1270/1415] Compiling ios.cc
[1271/1415] Compiling deterministic.cc
[1272/1415] Compiling fork_detect.cc
[1273/1415] Compiling poly1305_arm.cc
[1274/1415] Compiling poly1305_vec.cc
[1275/1415] Compiling pool.cc
[1276/1415] Compiling poly1305.cc
[1277/1415] Compiling pkcs7.cc
[1278/1415] Compiling p5_pbev2.cc
[1279/1415] Compiling pkcs8.cc
[1280/1415] Compiling pkcs8_x509.cc
[1281/1415] Compiling pkcs7_x509.cc
[1282/1415] Compiling pem_xaux.cc
[1283/1415] Compiling pem_pkey.cc
[1284/1415] Compiling pem_x509.cc
[1285/1415] Compiling pem_oth.cc
[1286/1415] Compiling pem_pk8.cc
[1287/1415] Compiling pem_lib.cc
[1288/1415] Compiling obj_xref.cc
[1289/1415] Compiling mldsa.cc
[1290/1415] Compiling pem_info.cc
[1291/1415] Compiling pem_all.cc
[1292/1415] Compiling mlkem.cc
[1293/1415] Compiling obj.cc
[1294/1415] Compiling poly_rq_mul.S
[1295/1415] Compiling fips_shared_support.cc
[1296/1415] Compiling mem.cc
[1297/1415] Compiling md4.cc
[1298/1415] Compiling kyber.cc
[1299/1415] Compiling md5.cc
[1300/1415] Compiling hrss.cc
[1301/1415] Compiling lhash.cc
[1302/1415] Compiling ex_data.cc
[1303/1415] Compiling pbkdf.cc
[1304/1415] Compiling sign.cc
[1305/1415] Compiling hpke.cc
[1306/1415] Compiling scrypt.cc
[1307/1415] Compiling print.cc
[1308/1415] Compiling p_x25519.cc
[1309/1415] Compiling p_x25519_asn1.cc
[1310/1415] Compiling p_ed25519.cc
[1311/1415] Compiling p_rsa.cc
[1312/1415] Compiling p_hkdf.cc
[1313/1415] Compiling p_rsa_asn1.cc
[1314/1415] Compiling p_ed25519_asn1.cc
[1315/1415] Compiling p_ec.cc
[1316/1415] Compiling p_ec_asn1.cc
[1317/1415] Compiling p_dh.cc
[1318/1415] Compiling p_dsa_asn1.cc
[1319/1415] Compiling p_dh_asn1.cc
[1320/1415] Compiling evp.cc
[1321/1415] Compiling evp_ctx.cc
[1322/1415] Compiling evp_asn1.cc
[1323/1415] Compiling err.cc
[1324/1415] Compiling engine.cc
[1325/1415] Compiling ec_derive.cc
[1326/1415] Compiling ecdh_extra.cc
[1327/1415] Compiling hash_to_curve.cc
[1328/1415] Compiling ecdsa_asn1.cc
[1329/1415] Compiling ec_asn1.cc
[1330/1415] Compiling dsa.cc
[1331/1415] Compiling dsa_asn1.cc
[1332/1415] Compiling params.cc
[1333/1415] Compiling x25519-asm-arm.S
[1334/1415] Compiling digest_extra.cc
[1335/1415] Compiling crypto.cc
[1336/1415] Compiling des.cc
[1337/1415] Compiling curve25519_64_adx.cc
[1338/1415] Compiling bcm.cc
[1339/1415] Compiling dh_asn1.cc
[1340/1415] Compiling spake25519.cc
[1341/1415] Compiling cpu_arm_linux.cc
[1342/1415] Compiling cpu_intel.cc
[1343/1415] Compiling cpu_aarch64_win.cc
[1344/1415] Compiling curve25519.cc
[1345/1415] Compiling cpu_arm_freebsd.cc
[1346/1415] Compiling cpu_aarch64_sysreg.cc
[1347/1415] Compiling cpu_aarch64_openbsd.cc
[1348/1415] Compiling cpu_aarch64_linux.cc
[1349/1415] Compiling cpu_aarch64_fuchsia.cc
[1350/1415] Compiling cpu_aarch64_apple.cc
[1351/1415] Compiling tls_cbc.cc
[1352/1415] Compiling conf.cc
[1353/1415] Compiling e_tls.cc
[1354/1415] Compiling e_chacha20poly1305.cc
[1355/1415] Compiling e_rc4.cc
[1356/1415] Compiling e_rc2.cc
[1357/1415] Compiling cipher_extra.cc
[1358/1415] Compiling e_null.cc
[1359/1415] Compiling e_des.cc
[1360/1415] Compiling cbs.cc
[1361/1415] Compiling derive_key.cc
[1362/1415] Compiling e_aesgcmsiv.cc
[1363/1415] Compiling e_aesctrhmac.cc
[1364/1415] Compiling chacha.cc
[1365/1415] Compiling unicode.cc
[1366/1415] Compiling ber.cc
[1367/1415] Compiling cbb.cc
[1368/1415] Compiling asn1_compat.cc
[1369/1415] Compiling buf.cc
[1370/1415] Compiling pair.cc
[1371/1415] Compiling bn_asn1.cc
[1372/1415] Compiling convert.cc
[1373/1415] Compiling blake2.cc
[1374/1415] Compiling printf.cc
[1375/1415] Compiling bio.cc
[1376/1415] Compiling file.cc
[1377/1415] Compiling hexdump.cc
[1378/1415] Compiling fd.cc
[1379/1415] Compiling errno.cc
[1380/1415] Compiling base64.cc
[1381/1415] Compiling bio_mem.cc
[1382/1415] Compiling tasn_typ.cc
[1383/1415] Compiling tasn_new.cc
[1384/1415] Compiling tasn_utl.cc
[1385/1415] Compiling tasn_fre.cc
[1386/1415] Compiling tasn_enc.cc
[1387/1415] Compiling posix_time.cc
[1388/1415] Compiling f_string.cc
[1389/1415] Compiling tasn_dec.cc
[1390/1415] Compiling f_int.cc
[1391/1415] Compiling asn_pack.cc
[1392/1415] Compiling a_strnid.cc
[1393/1415] Compiling asn1_par.cc
[1394/1415] Compiling a_octet.cc
[1395/1415] Compiling asn1_lib.cc
[1396/1415] Compiling a_utctm.cc
[1397/1415] Compiling a_type.cc
[1398/1415] Compiling a_time.cc
[1399/1415] Compiling a_strex.cc
[1400/1415] Compiling a_int.cc
[1401/1415] Compiling a_mbstr.cc
[1402/1415] Compiling a_d2i_fp.cc
[1403/1415] Write sources
[1404/1415] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1404/1415] Write sources
[1404/1415] Compiling a_i2d_fp.cc
[1410/1415] Compiling a_object.cc
[1411/1498] Compiling a_dup.cc
[1412/1512] Compiling a_bitstr.cc
[1413/1512] Compiling a_gentm.cc
[1415/1512] Compiling Atomics AtomicMemoryOrderings.swift
[1416/1512] Compiling Atomics DoubleWord.swift
[1417/1514] Compiling Atomics ManagedAtomic.swift
[1418/1514] Compiling Atomics ManagedAtomicLazyReference.swift
[1419/1514] Compiling Atomics UnsafeAtomic.swift
[1420/1514] Compiling Atomics UnsafeAtomicLazyReference.swift
[1420/1514] Compiling a_bool.cc
[1422/1514] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1423/1514] Compiling BitCollections BitSet+CustomReflectable.swift
[1424/1514] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1425/1514] Compiling BitCollections BitSet+Equatable.swift
[1426/1514] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1427/1514] Compiling BitCollections BitSet+Extras.swift
[1428/1514] Compiling BitCollections BitSet+Hashable.swift
[1429/1529] Emitting module BitCollections
[1430/1529] Compiling Atomics IntegerOperations.swift
[1431/1529] Compiling Atomics Unmanaged extensions.swift
[1432/1529] Compiling Atomics Primitives.shims.swift
[1433/1529] Compiling Atomics AtomicInteger.swift
[1434/1529] Compiling Atomics AtomicOptionalWrappable.swift
[1435/1529] Compiling Atomics AtomicReference.swift
[1436/1529] Compiling Atomics AtomicStorage.swift
[1437/1529] Compiling Atomics AtomicValue.swift
[1438/1529] Compiling Atomics AtomicBool.swift
[1446/1529] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1447/1529] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1448/1529] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1449/1529] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1450/1529] Compiling BitCollections BitSet+SetAlgebra union.swift
[1451/1529] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1452/1529] Compiling BitCollections BitSet.Counted.swift
[1453/1529] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1454/1529] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1455/1529] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1456/1529] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1457/1529] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1458/1529] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1459/1529] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1460/1529] Compiling BitCollections BitSet+Initializers.swift
[1461/1529] Compiling BitCollections BitSet+Invariants.swift
[1462/1529] Compiling BitCollections BitSet+Random.swift
[1463/1529] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1464/1529] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1465/1529] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1466/1529] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1467/1529] Compiling Atomics IntegerConformances.swift
[1468/1529] Compiling Atomics PointerConformances.swift
[1469/1529] Compiling Atomics Primitives.native.swift
[1473/1532] Compiling Algorithms Rotate.swift
[1474/1532] Compiling Algorithms Split.swift
[1475/1532] Compiling Algorithms Stride.swift
[1476/1532] Compiling Algorithms Suffix.swift
[1487/1532] Compiling CryptoBoringWrapper RandomBytes.swift
[1494/1532] Compiling Atomics OptionalRawRepresentable.swift
[1495/1532] Compiling Atomics RawRepresentable.swift
[1504/1532] Compiling Algorithms Trim.swift
[1505/1532] Compiling Algorithms Unique.swift
[1506/1532] Compiling Algorithms Windows.swift
[1507/1532] Compiling BitCollections BitSet.Index.swift
[1508/1532] Compiling BitCollections BitSet._UnsafeHandle.swift
[1509/1532] Compiling BitCollections BitSet.swift
[1510/1532] Compiling BitCollections Range+Utilities.swift
[1511/1532] Compiling BitCollections Slice+Utilities.swift
[1512/1532] Compiling BitCollections UInt+Tricks.swift
[1513/1532] Compiling BitCollections _Word.swift
[1514/1532] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1516/1533] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1517/1533] Compiling CryptoBoringWrapper EllipticCurve.swift
[1518/1533] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1519/1533] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1520/1533] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1521/1533] Emitting module CryptoBoringWrapper
[1522/1534] Emitting module Atomics
[1528/1534] Emitting module Algorithms
[1529/1600] Compiling Crypto GeneralizedTime.swift
[1530/1600] Compiling Crypto ObjectIdentifier.swift
[1531/1600] Compiling Crypto ECDSASignature.swift
[1532/1603] Compiling Crypto ASN1Identifier.swift
[1533/1603] Compiling Crypto ASN1Integer.swift
[1534/1603] Compiling Crypto ASN1Null.swift
[1536/1609] Emitting module Collections
[1537/1609] Compiling Collections Collections.swift
[1540/1670] Emitting module Crypto
[1541/1679] Compiling NIOCore MulticastChannel.swift
[1542/1679] Compiling NIOCore NIOAny.swift
[1543/1679] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1544/1679] Compiling NIOCore NIOLoopBound.swift
[1545/1679] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1546/1679] Compiling NIOCore NIOScheduledCallback.swift
[1547/1679] Compiling NIOCore NIOSendable.swift
[1548/1679] Compiling NIOCore RecvByteBufferAllocator.swift
[1549/1687] Compiling NIOCore SocketAddresses.swift
[1550/1687] Compiling NIOCore SocketOptionProvider.swift
[1551/1687] Compiling NIOCore SystemCallHelpers.swift
[1552/1687] Compiling NIOCore TimeAmount+Duration.swift
[1553/1687] Compiling NIOCore TypeAssistedChannelHandler.swift
[1554/1687] Compiling NIOCore UniversalBootstrapSupport.swift
[1555/1687] Compiling NIOCore Utilities.swift
[1556/1687] Compiling Crypto Ed25519Keys.swift
[1557/1687] Compiling Crypto NISTCurvesKeys.swift
[1558/1687] Compiling Crypto X25519Keys.swift
[1560/1687] Compiling NIOCore IO.swift
[1561/1687] Compiling NIOCore IOData.swift
[1562/1687] Compiling NIOCore IPProtocol.swift
[1563/1687] Compiling NIOCore IntegerBitPacking.swift
[1564/1687] Compiling NIOCore IntegerTypes.swift
[1565/1687] Compiling NIOCore Interfaces.swift
[1566/1687] Compiling NIOCore Linux.swift
[1567/1687] Compiling NIOCore MarkedCircularBuffer.swift
[1568/1687] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1569/1687] Compiling NIOCore EventLoopFuture.swift
[1570/1687] Compiling NIOCore FileDescriptor.swift
[1571/1687] Compiling NIOCore FileHandle.swift
[1572/1687] Compiling NIOCore FileRegion.swift
[1573/1687] Compiling NIOCore GlobalSingletons.swift
[1574/1687] Compiling NIOCore CircularBuffer.swift
[1575/1687] Compiling NIOCore Codec.swift
[1576/1687] Compiling NIOCore ConvenienceOptionSupport.swift
[1577/1687] Compiling NIOCore DeadChannel.swift
[1578/1687] Compiling NIOCore DispatchQueue+WithFuture.swift
[1579/1687] Compiling NIOCore ByteBuffer-views.swift
[1580/1687] Compiling NIOCore Channel.swift
[1581/1687] Compiling NIOCore ChannelHandler.swift
[1582/1687] Compiling NIOCore ChannelHandlers.swift
[1583/1687] Compiling NIOCore ChannelInvoker.swift
[1584/1687] Compiling NIOCore ChannelOption.swift
[1585/1687] Compiling NIOCore ChannelPipeline.swift
[1586/1687] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1587/1687] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1588/1687] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1589/1687] Compiling NIOCore BSDSocketAPI.swift
[1590/1687] Compiling NIOCore ByteBuffer-aux.swift
[1591/1687] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1592/1687] Compiling NIOCore ByteBuffer-conversions.swift
[1593/1687] Compiling NIOCore ByteBuffer-core.swift
[1594/1687] Compiling NIOCore ByteBuffer-hex.swift
[1595/1687] Compiling NIOCore ByteBuffer-int.swift
[1596/1687] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1597/1687] Compiling NIOCore ByteBuffer-multi-int.swift
[1598/1687] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1599/1687] Compiling NIOCore AddressedEnvelope.swift
[1600/1687] Compiling NIOCore AsyncAwaitSupport.swift
[1601/1687] Compiling NIOCore AsyncChannel.swift
[1602/1687] Compiling NIOCore AsyncChannelHandler.swift
[1603/1687] Compiling NIOCore AsyncChannelInboundStream.swift
[1604/1687] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1605/1687] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1606/1687] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1607/1687] Compiling NIOCore NIOAsyncWriter.swift
[1608/1687] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1609/1687] Compiling NIOCore EventLoop+Deprecated.swift
[1610/1687] Compiling NIOCore EventLoop+SerialExecutor.swift
[1611/1687] Compiling NIOCore EventLoop.swift
[1627/1687] Compiling Crypto Signature.swift
[1628/1687] Compiling Crypto CryptoKitErrors_boring.swift
[1629/1687] Compiling Crypto RNG_boring.swift
[1630/1687] Compiling Crypto SafeCompare_boring.swift
[1631/1687] Compiling Crypto Zeroization_boring.swift
[1632/1687] Compiling Crypto PrettyBytes.swift
[1633/1687] Compiling Crypto SafeCompare.swift
[1634/1687] Compiling Crypto SecureBytes.swift
[1635/1687] Compiling Crypto Zeroization.swift
[1661/1688] Emitting module NIOCore
[1690/1739] Emitting module NIOEmbedded
[1691/1739] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1692/1739] Compiling NIOEmbedded Embedded.swift
[1693/1739] Compiling NIOEmbedded AsyncTestingChannel.swift
[1695/1740] Compiling NIOPosix SelectableChannel.swift
[1696/1740] Compiling NIOPosix SelectableEventLoop.swift
[1697/1740] Compiling NIOPosix SelectorEpoll.swift
[1698/1740] Compiling NIOPosix SelectorGeneric.swift
[1699/1740] Compiling NIOPosix SelectorKqueue.swift
[1700/1740] Compiling NIOPosix SelectorUring.swift
[1701/1740] Compiling NIOPosix Pool.swift
[1702/1740] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1703/1740] Compiling NIOPosix PosixSingletons.swift
[1704/1740] Compiling NIOPosix RawSocketBootstrap.swift
[1705/1740] Compiling NIOPosix Resolver.swift
[1706/1740] Compiling NIOPosix Selectable.swift
[1707/1746] Compiling NIOPosix ServerSocket.swift
[1708/1746] Compiling NIOPosix Socket.swift
[1709/1746] Compiling NIOPosix SocketChannel.swift
[1710/1746] Compiling NIOPosix SocketProtocols.swift
[1711/1746] Compiling NIOPosix System.swift
[1712/1746] Compiling NIOPosix Thread.swift
[1713/1746] Compiling NIOPosix ThreadPosix.swift
[1714/1746] Compiling NIOPosix ThreadWindows.swift
[1715/1746] Compiling NIOPosix UnsafeTransfer.swift
[1716/1746] Compiling NIOPosix Utilities.swift
[1717/1746] Compiling NIOPosix VsockAddress.swift
[1718/1746] Compiling NIOPosix VsockChannelEvents.swift
[1719/1746] Compiling NIOPosix IO.swift
[1720/1746] Compiling NIOPosix IntegerBitPacking.swift
[1721/1746] Compiling NIOPosix IntegerTypes.swift
[1722/1746] Compiling NIOPosix Linux.swift
[1723/1746] Compiling NIOPosix LinuxCPUSet.swift
[1724/1746] Compiling NIOPosix LinuxUring.swift
[1725/1746] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1726/1746] Emitting module NIOPosix
[1727/1746] Compiling NIOPosix Bootstrap.swift
[1728/1746] Compiling NIOPosix ControlMessage.swift
[1729/1746] Compiling NIOPosix DatagramVectorReadManager.swift
[1730/1746] Compiling NIOPosix Errors+Any.swift
[1731/1746] Compiling NIOPosix FileDescriptor.swift
[1732/1746] Compiling NIOPosix GetaddrinfoResolver.swift
[1733/1746] Compiling NIOPosix HappyEyeballs.swift
[1734/1746] Compiling NIOPosix BSDSocketAPICommon.swift
[1735/1746] Compiling NIOPosix BSDSocketAPIPosix.swift
[1736/1746] Compiling NIOPosix BSDSocketAPIWindows.swift
[1737/1746] Compiling NIOPosix BaseSocket.swift
[1738/1746] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1739/1746] Compiling NIOPosix BaseSocketChannel.swift
[1740/1746] Compiling NIOPosix BaseStreamSocketChannel.swift
[1741/1746] Compiling NIOPosix NIOThreadPool.swift
[1742/1746] Compiling NIOPosix NonBlockingFileIO.swift
[1743/1746] Compiling NIOPosix PendingDatagramWritesManager.swift
[1744/1746] Compiling NIOPosix PendingWritesManager.swift
[1745/1746] Compiling NIOPosix PipeChannel.swift
[1746/1746] Compiling NIOPosix PipePair.swift
[1748/1806] Compiling _NIOFileSystem Array+FileSystem.swift
[1749/1806] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1750/1806] Compiling _NIOFileSystem BufferedReader.swift
[1751/1808] Emitting module NIO
[1752/1808] Compiling NIO Exports.swift
[1754/1809] Compiling _NIOFileSystem BufferedWriter.swift
[1755/1809] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1756/1809] Compiling _NIOFileSystem ByteCount.swift
[1757/1848] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1758/1848] Compiling _NIOFileSystem FileSystemError.swift
[1759/1848] Compiling _NIOFileSystem FileSystemProtocol.swift
[1760/1848] Compiling _NIOFileSystem FileType.swift
[1761/1848] Compiling _NIOFileSystem IOStrategy.swift
[1762/1848] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1763/1848] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1764/1848] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1765/1848] Compiling NIOTLS TLSEvents.swift
[1766/1848] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1767/1848] Compiling NIOSOCKS SOCKSResponse.swift
[1768/1849] Compiling NIOTLS SNIHandler.swift
[1769/1849] Compiling NIOSOCKS Errors.swift
[1770/1849] Compiling NIOSOCKS Helpers.swift
[1771/1849] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1772/1849] Emitting module NIOTLS
[1773/1849] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1774/1849] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1775/1849] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1776/1850] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1777/1850] Compiling NIOSOCKS ClientStateMachine.swift
[1779/1850] Compiling NIOSOCKS AuthenticationMethod.swift
[1780/1850] Compiling NIOSOCKS ClientGreeting.swift
[1781/1850] Emitting module _NIOFileSystem
[1782/1854] Emitting module NIOSOCKS
[1783/1854] Compiling NIOSOCKS SOCKSClientHandler.swift
[1784/1854] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1785/1854] Compiling AsyncKit Optional+StrictMap.swift
[1786/1854] Compiling AsyncKit Exports.swift
[1787/1883] Compiling NIOSOCKS ServerStateMachine.swift
[1788/1883] Compiling NIOSSL PosixPort.swift
[1789/1883] Compiling NIOSSL SSLCallbacks.swift
[1790/1883] Compiling NIOSSL NIOSSLServerHandler.swift
[1791/1883] Compiling NIOSSL ObjectIdentifier.swift
[1793/1884] Compiling NIOSSL AndroidCABundle.swift
[1794/1884] Compiling NIOSSL ByteBufferBIO.swift
[1795/1884] Compiling NIOSSL CustomPrivateKey.swift
[1796/1884] Compiling NIOSSL IdentityVerification.swift
[1801/1884] Compiling NIOSSL SSLCertificate.swift
[1802/1884] Compiling NIOSSL SSLCertificateExtensions.swift
[1803/1884] Compiling NIOSSL NIOSSLClientHandler.swift
[1804/1884] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1805/1884] Emitting module NIOFoundationCompat
[1806/1884] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1808/1887] Compiling NIOSSL SSLConnection.swift
[1809/1887] Compiling NIOSSL LinuxCABundle.swift
[1812/1909] Compiling NIOSSL NIOSSLSecureBytes.swift
[1813/1909] Compiling NIOSSL RNG.swift
[1814/1909] Compiling NIOSSL SafeCompare.swift
[1815/1909] Compiling _NIOFileSystem CInterop.swift
[1816/1909] Compiling _NIOFileSystem Errno.swift
[1817/1909] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1818/1909] Compiling _NIOFileSystem Mocking.swift
[1819/1909] Compiling _NIOFileSystem Syscall.swift
[1820/1909] Compiling _NIOFileSystem Syscalls.swift
[1821/1909] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1822/1909] Compiling NIOTransportServices NIOTSSingletons.swift
[1823/1909] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1824/1909] Compiling NIOTransportServices StateManagedChannel.swift
[1825/1909] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1826/1909] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1827/1909] Compiling NIOSSL SSLPublicKey.swift
[1828/1909] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1829/1909] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1830/1909] Compiling NIOSSL SubjectAlternativeName.swift
[1831/1909] Emitting module NIOTransportServices
[1838/1911] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1839/1911] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1840/1911] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1841/1911] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1842/1911] Compiling NIOTransportServices NIOTSErrors.swift
[1843/1911] Compiling NIOTransportServices NIOTSEventLoop.swift
[1844/1911] Compiling NIOTransportServices NIOTSBootstraps.swift
[1845/1911] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1846/1911] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1847/1911] Compiling NIOTransportServices AcceptHandler.swift
[1848/1911] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1849/1911] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1850/1911] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1851/1911] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1852/1911] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1853/1911] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1854/1911] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1855/1912] Emitting module AsyncKit
[1857/1912] Emitting module NIOHTTP1
[1870/1978] Compiling MultipartKit BasicCodingKey.swift
[1871/1978] Compiling MultipartKit MultipartError.swift
[1872/1978] Compiling MultipartKit Exports.swift
[1873/1978] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1874/1982] Emitting module NIOSSL
[1875/1982] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1884/1982] Compiling _NIOFileSystem SystemFileHandle.swift
[1885/1982] Compiling _NIOFileSystem Utilities.swift
[1886/1982] Compiling _NIOFileSystem OpenOptions.swift
[1887/1982] Compiling _NIOFileSystem String+FileSystem.swift
[1888/1982] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1889/1982] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1892/1984] Compiling NIOHPACK IntegerCoding.swift
[1893/1985] Compiling NIOHPACK IndexedHeaderTable.swift
[1894/1985] Compiling NIOWebSocket WebSocketOpcode.swift
[1895/1986] Emitting module NIOHTTPCompression
[1896/1986] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1899/1986] Compiling MultipartKit FormDataDecoder.swift
[1900/1986] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1901/1986] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1902/1986] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1903/1986] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1904/1986] Compiling NIOHPACK StaticHeaderTable.swift
[1905/1986] Compiling NIOHTTPCompression HTTPCompression.swift
[1906/1986] Compiling NIOHTTPCompression HTTPDecompression.swift
[1907/1986] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1908/1986] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1909/1986] Compiling NIOHPACK HuffmanTables.swift
[1910/1986] Emitting module NIOHPACK
[1911/1986] Compiling NIOHPACK HuffmanCoding.swift
[1912/1986] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1913/1986] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1914/1986] Emitting module NIOExtras
[1915/1986] Compiling MultipartKit MultipartPart.swift
[1916/1986] Compiling MultipartKit MultipartPartConvertible.swift
[1918/1986] Compiling MultipartKit MultipartFormData.swift
[1925/1986] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1926/1986] Compiling NIOWebSocket WebSocketFrame.swift
[1927/1988] Compiling MultipartKit Storage.swift
[1932/1988] Emitting module MultipartKit
[1936/1988] Emitting module NIOWebSocket
[1941/1988] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1942/1988] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1943/1990] Compiling MultipartKit FormDataEncoder.swift
[1946/1990] Compiling NIOExtras UnsafeTransfer.swift
[1971/1992] Compiling MultipartKit MultipartSerializer.swift
[1972/1992] Compiling MultipartKit Utilities.swift
[1984/1993] Compiling NIOSSL Zeroization.swift
[1985/1993] Compiling NIOSSL TLSConfiguration.swift
[1986/1993] Compiling NIOSSL UniversalBootstrapSupport.swift
[1987/1993] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1990/2058] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1991/2060] Emitting module NIOFileSystem
[1992/2060] Compiling NIOFileSystem Exports.swift
[1993/2066] Emitting module _NIOFileSystemFoundationCompat
[1994/2066] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1997/2068] Emitting module WebSocketKit
[1998/2092] Compiling WebSocketKit WebSocketHandler.swift
[1999/2092] Compiling LeafKit LeafParameter.swift
[2000/2092] Compiling LeafKit LeafConfiguration.swift
[2001/2092] Compiling LeafKit LeafData.swift
[2002/2092] Compiling LeafKit LeafDataRepresentable.swift
[2003/2092] Compiling LeafKit LeafDataStorage.swift
[2004/2092] Compiling LeafKit LeafParser.swift
[2005/2092] Compiling LeafKit LeafRenderer.swift
[2006/2092] Compiling LeafKit Dictionary+LeafData.swift
[2007/2100] Compiling WebSocketKit WebSocket+Concurrency.swift
[2008/2100] Compiling WebSocketKit WebSocketClient.swift
[2009/2100] Compiling WebSocketKit Exports.swift
[2010/2100] Compiling WebSocketKit WebSocket.swift
[2011/2100] Compiling WebSocketKit WebSocket+Connect.swift
[2012/2100] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2014/2101] Compiling LeafKit LeafSource.swift
[2015/2101] Compiling LeafKit LeafSources.swift
[2016/2101] Compiling LeafKit NIOLeafFiles.swift
[2017/2104] Compiling NIOHTTP2 InboundWindowManager.swift
[2018/2104] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2019/2104] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2020/2104] Compiling NIOHTTP2 StreamChannelList.swift
[2021/2104] Compiling NIOHTTP2 StreamMap.swift
[2022/2104] Compiling NIOHTTP2 StreamStateMachine.swift
[2023/2104] Compiling NIOHTTP2 UnsafeTransfer.swift
[2024/2104] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2025/2104] Emitting module NIOHTTP2
[2026/2104] Compiling LeafKit LeafRawTemplate.swift
[2027/2104] Compiling LeafKit LeafToken.swift
[2029/2104] Compiling LeafKit LeafContext.swift
[2030/2104] Compiling LeafKit LeafSerializer.swift
[2031/2104] Compiling LeafKit ParameterResolver.swift
[2035/2104] Compiling LeafKit LeafError.swift
[2036/2104] Compiling LeafKit LeafLexer.swift
[2037/2104] Compiling LeafKit LeafParameterTypes.swift
[2038/2104] Compiling LeafKit Character+Identities.swift
[2039/2104] Compiling LeafKit LeafAST.swift
[2040/2104] Compiling LeafKit DefaultLeafCache.swift
[2041/2104] Compiling LeafKit LeafCache.swift
[2042/2104] Emitting module LeafKit
[2047/2104] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2048/2104] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2049/2104] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2050/2104] Compiling NIOHTTP2 HTTP2StreamID.swift
[2051/2104] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2052/2104] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2053/2104] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2054/2104] Compiling NIOHTTP2 InboundEventBuffer.swift
[2055/2104] Compiling LeafKit LeafSyntax.swift
[2056/2104] Compiling LeafKit LeafTag.swift
[2057/2104] Compiling LeafKit String+HTMLEscape.swift
[2069/2105] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2070/2105] Compiling NIOHTTP2 HasLocalSettings.swift
[2071/2105] Compiling NIOHTTP2 HasRemoteSettings.swift
[2072/2105] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2073/2105] Compiling NIOHTTP2 QuiescingState.swift
[2074/2105] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2075/2105] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2076/2105] Compiling NIOHTTP2 StateMachineResult.swift
[2077/2105] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2078/2105] Compiling NIOHTTP2 DOSHeuristics.swift
[2079/2105] Compiling NIOHTTP2 Error+Any.swift
[2080/2105] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2081/2105] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2082/2105] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2083/2105] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2092/2105] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2093/2105] Compiling NIOHTTP2 HTTP2Frame.swift
[2094/2105] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2095/2105] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2096/2105] Compiling NIOHTTP2 HTTP2PingData.swift
[2097/2105] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2098/2105] Compiling NIOHTTP2 HTTP2Settings.swift
[2099/2105] Compiling NIOHTTP2 HTTP2Stream.swift
[2108/2167] Emitting module AsyncHTTPClient
[2109/2175] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2110/2175] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2111/2175] Compiling AsyncHTTPClient Transaction.swift
[2112/2175] Compiling AsyncHTTPClient Base64.swift
[2113/2175] Compiling AsyncHTTPClient BasicAuth.swift
[2114/2175] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2115/2175] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2116/2175] Compiling AsyncHTTPClient ConnectionPool.swift
[2117/2175] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2118/2175] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2119/2175] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2120/2175] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2121/2175] Compiling AsyncHTTPClient HTTP1Connection.swift
[2122/2175] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2123/2175] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2124/2175] Compiling AsyncHTTPClient HTTP2Connection.swift
[2125/2175] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2126/2175] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2127/2175] Compiling AsyncHTTPClient ConnectionTarget.swift
[2128/2175] Compiling AsyncHTTPClient DeconstructedURL.swift
[2129/2175] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2130/2175] Compiling AsyncHTTPClient FoundationExtensions.swift
[2131/2175] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2132/2175] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2133/2175] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2134/2175] Compiling AsyncHTTPClient HTTPClient.swift
[2135/2175] Compiling AsyncHTTPClient HTTPHandler.swift
[2136/2175] Compiling AsyncHTTPClient LRUCache.swift
[2137/2175] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2138/2175] Compiling AsyncHTTPClient NWErrorHandler.swift
[2139/2175] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2140/2175] Compiling AsyncHTTPClient TLSConfiguration.swift
[2141/2175] Compiling AsyncHTTPClient RedirectState.swift
[2142/2175] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2143/2175] Compiling AsyncHTTPClient RequestBag.swift
[2144/2175] Compiling AsyncHTTPClient RequestValidation.swift
[2145/2175] Compiling AsyncHTTPClient SSLContextCache.swift
[2146/2175] Compiling AsyncHTTPClient Scheme.swift
[2147/2175] Compiling AsyncHTTPClient Singleton.swift
[2148/2175] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2149/2175] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2150/2175] Compiling AsyncHTTPClient Utils.swift
[2151/2175] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2152/2175] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2153/2175] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2154/2175] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2155/2175] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2156/2175] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2157/2175] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2158/2175] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2159/2175] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2160/2175] Compiling AsyncHTTPClient RequestOptions.swift
[2161/2175] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2162/2175] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2163/2175] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2164/2175] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2165/2175] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2166/2175] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2167/2175] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2168/2175] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2169/2175] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2170/2175] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2171/2175] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2172/2175] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2173/2175] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2174/2175] Compiling AsyncHTTPClient RequestBodyLength.swift
[2175/2175] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2177/2345] Compiling Vapor Core.swift
[2178/2345] Compiling Vapor Running.swift
[2179/2345] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2180/2345] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2181/2345] Compiling Vapor DotEnvFile+load.swift
[2182/2345] Compiling Vapor Routes+caseInsenstive.swift
[2183/2345] Compiling Vapor Validatable+validate.swift
[2184/2345] Compiling Vapor Environment+Process.swift
[2185/2345] Compiling Vapor Environment+Secret.swift
[2186/2345] Compiling Vapor Environment.swift
[2187/2345] Compiling Vapor Abort.swift
[2188/2345] Compiling Vapor AbortError.swift
[2189/2345] Compiling Vapor DebuggableError.swift
[2190/2345] Compiling Vapor Demangler.swift
[2191/2345] Compiling Vapor ErrorSource.swift
[2192/2345] Compiling Vapor StackTrace.swift
[2193/2345] Compiling Vapor Exports.swift
[2194/2345] Compiling Vapor Application+HTTP.swift
[2195/2345] Compiling Vapor BasicResponder.swift
[2196/2345] Compiling Vapor BodyStream.swift
[2197/2345] Compiling Vapor Application+HTTP+Client.swift
[2198/2345] Compiling Vapor EventLoopHTTPClient.swift
[2199/2345] Compiling Vapor EndpointCache.swift
[2200/2345] Compiling Vapor HTTPMethod+String.swift
[2201/2369] Compiling Vapor AsyncBasicResponder.swift
[2202/2369] Compiling Vapor AsyncMiddleware.swift
[2203/2369] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2204/2369] Compiling Vapor AsyncSessionDriver.swift
[2205/2369] Compiling Vapor Authentication+Concurrency.swift
[2206/2369] Compiling Vapor Cache+Concurrency.swift
[2207/2369] Compiling Vapor Client+Concurrency.swift
[2208/2369] Compiling Vapor RequestBody+Concurrency.swift
[2209/2369] Compiling Vapor Responder+Concurrency.swift
[2210/2369] Compiling Vapor ResponseCodable+Concurrency.swift
[2211/2369] Compiling Vapor RoutesBuilder+Concurrency.swift
[2212/2369] Compiling Vapor ViewRenderer+Concurrency.swift
[2213/2369] Compiling Vapor WebSocket+Concurrency.swift
[2214/2369] Compiling Vapor ContainerGetPathExecutor.swift
[2215/2369] Compiling Vapor Content.swift
[2216/2369] Compiling Vapor ContentCoders.swift
[2217/2369] Compiling Vapor ContentConfiguration.swift
[2218/2369] Compiling Vapor ContentContainer.swift
[2219/2369] Compiling Vapor JSONCoder+Custom.swift
[2220/2369] Compiling Vapor JSONCoders+Content.swift
[2221/2369] Compiling Vapor PlaintextDecoder.swift
[2222/2369] Compiling Vapor PlaintextEncoder.swift
[2223/2369] Compiling Vapor URLQueryCoders.swift
[2224/2369] Compiling Vapor URLQueryContainer.swift
[2225/2369] Compiling Vapor Application.swift
[2226/2369] Compiling Vapor AuthenticationCache.swift
[2227/2369] Compiling Vapor Authenticator.swift
[2228/2369] Compiling Vapor BasicAuthorization.swift
[2229/2369] Compiling Vapor BearerAuthorization.swift
[2230/2369] Compiling Vapor GuardMiddleware.swift
[2231/2369] Compiling Vapor RedirectMiddleware.swift
[2232/2369] Compiling Vapor SessionAuthenticatable.swift
[2233/2369] Compiling Vapor Bcrypt.swift
[2234/2369] Compiling Vapor Application+Cache.swift
[2235/2369] Compiling Vapor Cache.swift
[2236/2369] Compiling Vapor CacheExpirationTime.swift
[2237/2369] Compiling Vapor MemoryCache.swift
[2238/2369] Compiling Vapor Request+Cache.swift
[2239/2369] Compiling Vapor Application+Clients.swift
[2240/2369] Compiling Vapor Client.swift
[2241/2369] Compiling Vapor ClientRequest.swift
[2242/2369] Compiling Vapor ClientResponse.swift
[2243/2369] Compiling Vapor Request+Client.swift
[2244/2369] Compiling Vapor BootCommand.swift
[2245/2369] Compiling Vapor CommandContext+Application.swift
[2246/2369] Compiling Vapor RoutesCommand.swift
[2247/2369] Compiling Vapor ServeCommand.swift
[2248/2369] Compiling Vapor AnyResponse+Concurrency.swift
[2249/2393] Compiling Vapor Validator.swift
[2250/2393] Compiling Vapor ValidatorResult.swift
[2251/2393] Compiling Vapor And.swift
[2252/2393] Compiling Vapor Case.swift
[2253/2393] Compiling Vapor CharacterSet.swift
[2254/2393] Compiling Vapor Count.swift
[2255/2393] Compiling Vapor Custom.swift
[2256/2393] Compiling Vapor Email.swift
[2257/2393] Compiling Vapor Empty.swift
[2258/2393] Compiling Vapor In.swift
[2259/2393] Compiling Vapor Nil.swift
[2260/2393] Compiling Vapor NilIgnoring.swift
[2261/2393] Compiling Vapor Not.swift
[2262/2393] Compiling Vapor Or.swift
[2263/2393] Compiling Vapor Pattern.swift
[2264/2393] Compiling Vapor Range.swift
[2265/2393] Compiling Vapor URL.swift
[2266/2393] Compiling Vapor Valid.swift
[2267/2393] Compiling Vapor Application+Views.swift
[2268/2393] Compiling Vapor PlaintextRenderer.swift
[2269/2393] Compiling Vapor Request+View.swift
[2270/2393] Compiling Vapor View.swift
[2271/2393] Compiling Vapor ViewRenderer.swift
[2272/2393] Compiling Vapor _Deprecations.swift
[2273/2393] Compiling Vapor Request+Body.swift
[2274/2393] Compiling Vapor Request+BodyStream.swift
[2275/2393] Compiling Vapor Request.swift
[2276/2393] Compiling Vapor Application+Responder.swift
[2277/2393] Compiling Vapor DefaultResponder.swift
[2278/2393] Compiling Vapor Response+Body.swift
[2279/2393] Compiling Vapor Response.swift
[2280/2393] Compiling Vapor ResponseCodable.swift
[2281/2393] Compiling Vapor Application+Routes.swift
[2282/2393] Compiling Vapor Parameters+Require.swift
[2283/2393] Compiling Vapor Request+WebSocket.swift
[2284/2393] Compiling Vapor Route.swift
[2285/2393] Compiling Vapor RouteCollection.swift
[2286/2393] Compiling Vapor Routes.swift
[2287/2393] Compiling Vapor RoutesBuilder+Group.swift
[2288/2393] Compiling Vapor RoutesBuilder+Method.swift
[2289/2393] Compiling Vapor RoutesBuilder+Middleware.swift
[2290/2393] Compiling Vapor RoutesBuilder+WebSocket.swift
[2291/2393] Compiling Vapor RoutesBuilder.swift
[2292/2393] Compiling Vapor OTP.swift
[2293/2393] Compiling Vapor Application+Servers.swift
[2294/2393] Compiling Vapor Server.swift
[2295/2393] Compiling Vapor App+Service.swift
[2296/2393] Compiling Vapor Req+Service.swift
[2297/2393] Compiling Vapor HTTPServerResponseEncoder.swift
[2298/2393] Compiling Vapor HTTPServerUpgradeHandler.swift
[2299/2393] Compiling Vapor Logger+Report.swift
[2300/2393] Compiling Vapor LoggingSystem+Environment.swift
[2301/2393] Compiling Vapor Application+Middleware.swift
[2302/2393] Compiling Vapor CORSMiddleware.swift
[2303/2393] Compiling Vapor ErrorMiddleware.swift
[2304/2393] Compiling Vapor FileMiddleware.swift
[2305/2393] Compiling Vapor Middleware.swift
[2306/2393] Compiling Vapor MiddlewareConfiguration.swift
[2307/2393] Compiling Vapor ResponseCompressionMiddleware.swift
[2308/2393] Compiling Vapor RouteLoggingMiddleware.swift
[2309/2393] Compiling Vapor TracingMiddleware.swift
[2310/2393] Compiling Vapor File+Multipart.swift
[2311/2393] Compiling Vapor FormDataDecoder+Content.swift
[2312/2393] Compiling Vapor FormDataEncoder+Content.swift
[2313/2393] Compiling Vapor Application+Password.swift
[2314/2393] Compiling Vapor Application+Passwords.swift
[2315/2393] Compiling Vapor AsyncPasswordHasher.swift
[2316/2393] Compiling Vapor BcryptHasher.swift
[2317/2393] Compiling Vapor PasswordHasher.swift
[2318/2393] Compiling Vapor PlaintextHasher.swift
[2319/2393] Compiling Vapor Request+Password.swift
[2320/2393] Compiling Vapor Redirect.swift
[2321/2393] Compiling Vapor Service.swift
[2322/2393] Compiling Vapor Application+Sessions.swift
[2323/2393] Compiling Vapor MemorySessions.swift
[2324/2393] Compiling Vapor Request+Session.swift
[2325/2393] Compiling Vapor Session.swift
[2326/2393] Compiling Vapor SessionCache.swift
[2327/2393] Compiling Vapor SessionData.swift
[2328/2393] Compiling Vapor SessionDriver.swift
[2329/2393] Compiling Vapor SessionsConfiguration.swift
[2330/2393] Compiling Vapor SessionsMiddleware.swift
[2331/2393] Compiling Vapor URLEncodedFormData.swift
[2332/2393] Compiling Vapor URLEncodedFormDecoder.swift
[2333/2393] Compiling Vapor URLEncodedFormEncoder.swift
[2334/2393] Compiling Vapor URLEncodedFormError.swift
[2335/2393] Compiling Vapor URLEncodedFormParser.swift
[2336/2393] Compiling Vapor URLEncodedFormSerializer.swift
[2337/2393] Compiling Vapor URLQueryFragmentConvertible.swift
[2338/2393] Compiling Vapor AnyResponse.swift
[2339/2393] Compiling Vapor Array+Random.swift
[2340/2393] Compiling Vapor Base32.swift
[2341/2393] Compiling Vapor Base64.swift
[2342/2393] Compiling Vapor BaseN.swift
[2343/2393] Compiling Vapor BasicCodingKey.swift
[2344/2393] Compiling Vapor ByteCount.swift
[2345/2393] Emitting module Vapor
[2346/2393] Compiling Vapor Bytes+Hex.swift
[2347/2393] Compiling Vapor Bytes+SecureCompare.swift
[2348/2393] Compiling Vapor Collection+Safe.swift
[2349/2393] Compiling Vapor DataProtocol+Copy.swift
[2350/2393] Compiling Vapor DecoderUnwrapper.swift
[2351/2393] Compiling Vapor DirectoryConfiguration.swift
[2352/2393] Compiling Vapor DotEnv.swift
[2353/2393] Compiling Vapor Extendable.swift
[2354/2393] Compiling Vapor File.swift
[2355/2393] Compiling Vapor FileIO.swift
[2356/2393] Compiling Vapor LifecycleHandler.swift
[2357/2393] Compiling Vapor OptionalType.swift
[2358/2393] Compiling Vapor RFC1123.swift
[2359/2393] Compiling Vapor SocketAddress+Hostname.swift
[2360/2393] Compiling Vapor Storage.swift
[2361/2393] Compiling Vapor String+IsIPAddress.swift
[2362/2393] Compiling Vapor Thread.swift
[2363/2393] Compiling Vapor URI.swift
[2364/2393] Compiling Vapor RangeResult.swift
[2365/2393] Compiling Vapor Validatable.swift
[2366/2393] Compiling Vapor Validation.swift
[2367/2393] Compiling Vapor ValidationKey.swift
[2368/2393] Compiling Vapor Validations.swift
[2369/2393] Compiling Vapor ValidationsError.swift
[2370/2393] Compiling Vapor HTTPStatus.swift
[2371/2393] Compiling Vapor HTTPCookies.swift
[2372/2393] Compiling Vapor HTTPHeaderCacheControl.swift
[2373/2393] Compiling Vapor HTTPHeaderExpires.swift
[2374/2393] Compiling Vapor HTTPHeaderLastModified.swift
[2375/2393] Compiling Vapor HTTPHeaders+Cache.swift
[2376/2393] Compiling Vapor HTTPHeaders+Connection.swift
[2377/2393] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2378/2393] Compiling Vapor HTTPHeaders+ContentRange.swift
[2379/2393] Compiling Vapor HTTPHeaders+Directive.swift
[2380/2393] Compiling Vapor HTTPHeaders+Forwarded.swift
[2381/2393] Compiling Vapor HTTPHeaders+Link.swift
[2382/2393] Compiling Vapor HTTPHeaders+Name.swift
[2383/2393] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2384/2393] Compiling Vapor HTTPHeaders.swift
[2385/2393] Compiling Vapor HTTPMediaType.swift
[2386/2393] Compiling Vapor HTTPMediaTypePreference.swift
[2387/2393] Compiling Vapor Responder.swift
[2388/2393] Compiling Vapor Application+HTTP+Server.swift
[2389/2393] Compiling Vapor HTTPServer.swift
[2390/2393] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2391/2393] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2392/2393] Compiling Vapor HTTPServerHandler.swift
[2393/2393] Compiling Vapor HTTPServerRequestDecoder.swift
[2395/2405] Compiling Leaf Exports.swift
[2396/2405] Compiling LingoVapor Request+Locale.swift
[2397/2405] Compiling LingoVapor LocaleRedirectMiddleware.swift
[2398/2405] Compiling Leaf Application+Leaf.swift
[2399/2405] Emitting module Leaf
[2400/2405] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2401/2405] Compiling Leaf Request+Leaf.swift
[2402/2405] Emitting module LingoVapor
/host/spi-builder-workspace/Sources/LingoVapor/LingoProvider.swift:26:12: warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 |
25 | extension LingoProvider {
26 | struct ConfigurationKey: StorageKey {
| `- warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | typealias Value = LingoConfiguration
28 | }
:
34 | }
35 |
36 | public struct LingoConfiguration {
| `- note: consider making struct 'LingoConfiguration' conform to the 'Sendable' protocol
37 | let defaultLocale, localizationsDir: String
38 |
[2403/2405] Compiling LingoVapor LingoProvider.swift
/host/spi-builder-workspace/Sources/LingoVapor/LingoProvider.swift:26:12: warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 |
25 | extension LingoProvider {
26 | struct ConfigurationKey: StorageKey {
| `- warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | typealias Value = LingoConfiguration
28 | }
:
34 | }
35 |
36 | public struct LingoConfiguration {
| `- note: consider making struct 'LingoConfiguration' conform to the 'Sendable' protocol
37 | let defaultLocale, localizationsDir: String
38 |
[2404/2405] Compiling Leaf LeafError+AbortError.swift
[2406/2406] Compiling Leaf LeafEncoder.swift
[2408/2411] Compiling LingoVaporLeaf LocalizeTag.swift
[2409/2411] Compiling LingoVaporLeaf LocaleTag.swift
[2410/2411] Compiling LingoVaporLeaf LocaleLinksTag.swift
[2411/2411] Emitting module LingoVaporLeaf
Build complete! (485.66s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.27.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "lingo",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/miroslavkovac/Lingo.git"
}
],
"manifest_display_name" : "LingoVapor",
"name" : "LingoVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LingoVapor",
"targets" : [
"LingoVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LingoVaporLeaf",
"targets" : [
"LingoVaporLeaf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LingoVaporTests",
"module_type" : "SwiftTarget",
"name" : "LingoVaporTests",
"path" : "Tests/LingoVaporTests",
"sources" : [
"LingoVaporTests.swift"
],
"target_dependencies" : [
"LingoVapor"
],
"type" : "test"
},
{
"c99name" : "LingoVaporLeaf",
"module_type" : "SwiftTarget",
"name" : "LingoVaporLeaf",
"path" : "Sources/LingoVaporLeaf",
"product_dependencies" : [
"Leaf"
],
"product_memberships" : [
"LingoVaporLeaf"
],
"sources" : [
"LocaleLinksTag.swift",
"LocaleTag.swift",
"LocalizeTag.swift"
],
"target_dependencies" : [
"LingoVapor"
],
"type" : "library"
},
{
"c99name" : "LingoVapor",
"module_type" : "SwiftTarget",
"name" : "LingoVapor",
"path" : "Sources/LingoVapor",
"product_dependencies" : [
"Vapor",
"Lingo"
],
"product_memberships" : [
"LingoVapor",
"LingoVaporLeaf"
],
"sources" : [
"LingoProvider.swift",
"LocaleRedirectMiddleware.swift",
"Request+Locale.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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.