Build Information
Successful build of Ferno, reference main (3fcc40
), with Swift 6.1 for Android on 28 May 2025 22:19:09 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/ferno.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor-community/ferno
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3fcc40c Update README.md
Cloned https://github.com/vapor-community/ferno.git
Revision (git rev-parse @):
3fcc40ce9a8ae89143697b77e0eb208761babe5d
SUCCESS checkout https://github.com/vapor-community/ferno.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/ferno.git
https://github.com/vapor-community/ferno.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
}
],
"manifest_display_name" : "Ferno",
"name" : "Ferno",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Ferno",
"targets" : [
"Ferno"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FernoTests",
"module_type" : "SwiftTarget",
"name" : "FernoTests",
"path" : "Tests/FernoTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"Application+Testing.swift",
"FernoDefaultTests.swift",
"FernoServiceJsonTests.swift",
"Models/FirebaseAccountKey.swift",
"Models/Student.swift",
"Models/Teacher.swift",
"Models/UpdateStudentInfo.swift"
],
"target_dependencies" : [
"Ferno"
],
"type" : "test"
},
{
"c99name" : "Ferno",
"module_type" : "SwiftTarget",
"name" : "Ferno",
"path" : "Sources/Ferno",
"product_dependencies" : [
"Vapor",
"JWT"
],
"product_memberships" : [
"Ferno"
],
"sources" : [
"Application+Ferno.swift",
"Extensions/String+Extensions.swift",
"FernoClient.swift",
"FernoDefaultConfiguration.swift",
"FernoDriver.swift",
"FernoErrors.swift",
"FernoPath.swift",
"FernoQuery.swift",
"FernoServiceJsonConfiguration.swift",
"FernoValue.swift",
"JWTPayload.swift",
"Snapshot.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/vapor/jwt.git
[1/2707] Fetching jwt
[2708/77085] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt.git from cache (3.66s)
Fetched https://github.com/vapor/vapor.git from cache (3.73s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (4.87s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.45s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.53s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.78s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.84s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.96s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.59s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2609] Fetching websocket-kit
[2610/5928] Fetching websocket-kit, multipart-kit
[3440/10902] Fetching websocket-kit, multipart-kit, swift-distributed-tracing
[3590/12612] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.59s)
[5822/10003] Fetching multipart-kit, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.98s)
Fetching https://github.com/apple/swift-log.git
[3338/6092] Fetching multipart-kit, swift-atomics, swift-service-context
[4178/8298] Fetching multipart-kit, swift-atomics, swift-service-context, swift-metrics
[6629/12134] Fetching multipart-kit, swift-atomics, swift-service-context, swift-metrics, swift-log
Fetched https://github.com/apple/swift-service-context.git from cache (1.51s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.51s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
Fetching https://github.com/apple/swift-nio-ssl.git
[3359/5029] Fetching multipart-kit, swift-atomics
[3360/10943] Fetching multipart-kit, swift-atomics, swift-nio-extras
[6317/22470] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
[11810/37313] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.93s)
[10731/31399] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (3.14s)
Fetching https://github.com/apple/swift-algorithms.git
[10782/29689] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.22s)
[9983/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[14301/47097] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[18083/53056] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-algorithms
[18558/58697] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-algorithms, console-kit
[21343/134790] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-algorithms, console-kit, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (2.24s)
[96430/129149] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-algorithms, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (2.45s)
[91231/123190] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.50s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.50s)
[59303/90936] Fetching swift-nio-ssl, swift-nio
[62022/93306] Fetching swift-nio-ssl, swift-nio, async-kit
[65914/107320] Fetching swift-nio-ssl, swift-nio, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.81s)
[64865/104950] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.73s)
[74889/90107] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.40s)
[61636/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (13.49s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.99s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.20s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1451/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.02s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.92s)
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.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.50s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.18s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[218/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[2093/4471] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[4472/10626] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
[4377/9485] Fetching swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.66s)
[3965/8581] Fetching swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
[2032/6155] Fetching swift-certificates
[6156/11140] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.07s)
[549/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.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 (2.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (5.25s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.18s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.38s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.02s)
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.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.04s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.04s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.48s)
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.98s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.52s)
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-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-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/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/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/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/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-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-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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/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/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/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/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
Building for debugging...
[0/1255] Write sources
[50/1255] Compiling CVaporBcrypt blf.c
[51/1255] Compiling _NumericsShims _NumericsShims.c
[52/1255] Compiling CNIOWindows shim.c
[52/1255] Compiling CVaporBcrypt bcrypt.c
[52/1255] Compiling _AtomicsShims.c
[55/1255] Compiling CNIOWindows WSAStartup.c
[56/1255] Compiling CNIOWASI CNIOWASI.c
[57/1255] Compiling CSystem shims.c
[58/1255] Compiling CNIOLinux liburing_shims.c
[58/1255] Compiling CNIOSHA1 c_nio_sha1.c
[60/1255] Compiling CNIOLLHTTP c_nio_http.c
[61/1255] Compiling CNIOExtrasZlib empty.c
[62/1255] Compiling CNIODarwin shim.c
[63/1255] Compiling CNIOLinux shim.c
[64/1255] Compiling fiat_p256_adx_mul.S
[65/1255] Compiling fiat_curve25519_adx_square.S
[66/1255] Compiling fiat_p256_adx_sqr.S
[67/1255] Compiling CNIOLLHTTP c_nio_api.c
[68/1255] Compiling fiat_curve25519_adx_mul.S
[69/1255] Write swift-version-24593BA9C3E375BF.txt
[70/1255] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/1259] Compiling CNIOBoringSSLShims shims.c
[72/1261] Compiling tls13_enc.cc
[73/1261] Compiling tls13_server.cc
[74/1292] Compiling tls_record.cc
[75/1292] Compiling tls13_both.cc
[76/1307] Compiling tls13_client.cc
[77/1307] Compiling tls_method.cc
[79/1324] Compiling ServiceContextModule ServiceContext.swift
[80/1324] Emitting module ServiceContextModule
[81/1324] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/1324] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/1324] Emitting module InternalCollectionsUtilities
[84/1325] Compiling RealModule Float80+Real.swift
[85/1325] Compiling RealModule ElementaryFunctions.swift
[86/1326] Compiling RealModule Float16+Real.swift
[87/1326] Compiling _NIODataStructures _TinyArray.swift
[88/1326] Compiling RealModule Real.swift
[89/1326] Compiling SystemPackage MachPort.swift
[90/1326] Compiling SystemPackage PlatformString.swift
[91/1326] Compiling SystemPackage SystemString.swift
[92/1329] Emitting module _NIOBase64
[93/1329] Compiling _NIOBase64 Base64.swift
[94/1330] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/1330] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/1330] Compiling RealModule Float+Real.swift
[97/1330] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/1330] Compiling InternalCollectionsUtilities Debugging.swift
[99/1330] Compiling InternalCollectionsUtilities Descriptions.swift
[100/1330] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/1330] Compiling Logging LogHandler.swift
[102/1330] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/1330] Compiling InternalCollectionsUtilities UInt+reversed.swift
[104/1330] Compiling _NIODataStructures PriorityQueue.swift
[105/1330] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[106/1330] Compiling InternalCollectionsUtilities Integer rank.swift
[109/1330] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[110/1330] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/1330] Emitting module _NIODataStructures
[112/1330] Compiling _NIODataStructures Heap.swift
[114/1331] Emitting module RealModule
[117/1331] Compiling ServiceContextModule ServiceContextKey.swift
[122/1333] Compiling CoreMetrics Metrics.swift
[123/1333] Compiling RealModule RealFunctions.swift
[132/1334] Emitting module SystemPackage
[137/1402] Compiling _RopeModule Range+BigString.swift
[138/1402] Compiling _RopeModule BigString+UTF16View.swift
[139/1402] Compiling _RopeModule BigString+UTF8View.swift
[139/1402] Compiling ssl_x509.cc
[140/1457] Compiling ssl_versions.cc
[142/1457] Emitting module _RopeModule
[143/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[146/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[147/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[148/1469] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/1469] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[150/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[151/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[152/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[153/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[154/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[155/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[156/1469] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[157/1479] Compiling Instrumentation NoOpInstrument.swift
[158/1479] Compiling Instrumentation InstrumentationSystem.swift
[159/1479] Compiling Instrumentation MultiplexInstrument.swift
[160/1479] Compiling OrderedCollections OrderedSet+Initializers.swift
[161/1479] Compiling OrderedCollections OrderedSet+Insertions.swift
[162/1479] Compiling OrderedCollections OrderedSet+Invariants.swift
[163/1479] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[164/1479] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[165/1479] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[166/1479] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[167/1479] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[168/1479] Compiling Instrumentation Instrument.swift
[174/1479] Compiling OrderedCollections OrderedSet+Sendable.swift
[175/1479] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/1479] Compiling OrderedCollections OrderedSet+Testing.swift
[177/1479] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/1479] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/1479] Compiling OrderedCollections OrderedSet.swift
[180/1479] Compiling OrderedCollections _UnsafeBitset.swift
[181/1479] Compiling _RopeModule Rope+Sequence.swift
[182/1479] Compiling _RopeModule Rope+Append.swift
[183/1479] Compiling _RopeModule Rope+Extract.swift
[184/1479] Compiling _RopeModule Rope+Find.swift
[185/1479] Compiling _RopeModule Rope+ForEachWhile.swift
[186/1479] Compiling _RopeModule Rope+Insert.swift
[187/1479] Emitting module Instrumentation
[188/1479] Compiling OrderedCollections OrderedDictionary.swift
[189/1479] Compiling OrderedCollections OrderedSet+Codable.swift
[190/1479] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[191/1479] Compiling OrderedCollections OrderedSet+Descriptions.swift
[192/1479] Compiling OrderedCollections OrderedSet+Diffing.swift
[193/1479] Compiling OrderedCollections OrderedSet+Equatable.swift
[194/1479] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[195/1479] Compiling OrderedCollections OrderedSet+Hashable.swift
[196/1479] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[197/1479] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[198/1479] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[199/1479] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[200/1479] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[201/1479] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[202/1479] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[203/1479] Compiling OrderedCollections OrderedDictionary+Values.swift
[204/1479] Compiling Instrumentation Locks.swift
[205/1480] Compiling OrderedCollections OrderedDictionary+Codable.swift
[206/1480] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[207/1480] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[208/1480] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[209/1480] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[210/1480] Compiling OrderedCollections OrderedDictionary+Elements.swift
[211/1480] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[212/1480] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[214/1480] Compiling Logging MetadataProvider.swift
[215/1480] Emitting module Logging
[216/1480] Compiling Logging Locks.swift
[229/1480] Emitting module CoreMetrics
[230/1480] Compiling CoreMetrics Locks.swift
[231/1482] Compiling Logging Logging.swift
[244/1483] Compiling t1_enc.cc
[245/1486] Compiling ssl_transcript.cc
[247/1494] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[248/1501] Compiling HeapModule Heap+Descriptions.swift
[249/1576] Compiling HeapModule _HeapNode.swift
[250/1576] Compiling HeapModule Heap.swift
[251/1585] Compiling HashTreeCollections TreeDictionary+Values.swift
[252/1585] Compiling HashTreeCollections TreeDictionary.swift
[253/1585] Compiling HashTreeCollections TreeSet+Codable.swift
[254/1585] Compiling HashTreeCollections TreeSet+Collection.swift
[255/1585] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[256/1585] Compiling HashTreeCollections TreeSet+Debugging.swift
[257/1585] Compiling HashTreeCollections TreeSet+Descriptions.swift
[258/1591] Compiling DequeModule Deque+CustomReflectable.swift
[259/1591] Compiling DequeModule Deque+Descriptions.swift
[260/1591] Compiling DequeModule Deque+Codable.swift
[261/1591] Compiling DequeModule Deque+Collection.swift
[262/1591] Compiling DequeModule Deque+Equatable.swift
[263/1591] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[264/1591] Compiling DequeModule Deque+Extras.swift
[265/1591] Compiling DequeModule Deque+Hashable.swift
[266/1591] Compiling DequeModule Deque+Testing.swift
[267/1591] Compiling DequeModule Deque._Storage.swift
[276/1591] Compiling HeapModule Heap+Invariants.swift
[277/1591] Compiling HeapModule Heap+UnsafeHandle.swift
[278/1591] Compiling Tracing TracingTime.swift
[279/1591] Emitting module HeapModule
[280/1592] Compiling DequeModule _DequeBuffer.swift
[281/1592] Compiling DequeModule _DequeBufferHeader.swift
[283/1594] Emitting module OrderedCollections
[284/1595] Compiling Tracing InstrumentationSystem+Tracing.swift
[285/1595] Emitting module Tracing
[292/1595] Compiling Tracing TracerProtocol.swift
[294/1595] Compiling Tracing Tracer.swift
[295/1595] Compiling Tracing TracerProtocol+Legacy.swift
[296/1601] Compiling DequeModule _DequeSlot.swift
[297/1601] Compiling DequeModule _UnsafeWrappedBuffer.swift
[298/1601] Compiling HashTreeCollections TreeSet+Hashable.swift
[299/1601] Compiling HashTreeCollections TreeSet+Sendable.swift
[300/1601] Compiling HashTreeCollections TreeSet+Sequence.swift
[301/1601] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[302/1601] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[303/1601] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[304/1601] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[305/1601] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[306/1601] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[307/1601] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[314/1611] Compiling HashTreeCollections TreeSet+Equatable.swift
[315/1611] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[316/1611] Compiling HashTreeCollections TreeSet+Extras.swift
[317/1611] Compiling HashTreeCollections TreeSet+Filter.swift
[318/1611] Compiling Tracing NoOpTracer.swift
[319/1611] Compiling Tracing SpanProtocol.swift
[320/1612] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[321/1612] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[322/1612] Compiling HashTreeCollections TreeDictionary+Filter.swift
[323/1612] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[324/1612] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[325/1612] Compiling HashTreeCollections TreeDictionary+Keys.swift
[326/1612] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[327/1612] Compiling HashTreeCollections TreeDictionary+Merge.swift
[328/1612] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[329/1612] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[333/1612] Compiling DequeModule Deque._UnsafeHandle.swift
[334/1612] Compiling DequeModule Deque.swift
[346/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[347/1612] Emitting module DequeModule
[349/1613] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[350/1613] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[351/1613] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[352/1613] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[353/1613] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[354/1613] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[355/1613] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[356/1613] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[357/1613] Compiling HashTreeCollections TreeSet.swift
[358/1613] Compiling ssl_stat.cc
[360/1613] Compiling HashTreeCollections _HashTreeIterator.swift
[361/1613] Compiling HashTreeCollections _HashTreeStatistics.swift
[362/1613] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[363/1613] Compiling HashTreeCollections _RawHashNode.swift
[364/1613] Compiling HashTreeCollections _UnmanagedHashNode.swift
[365/1613] Compiling HashTreeCollections _UnsafePath.swift
[366/1613] Compiling HashTreeCollections TreeDictionary+Codable.swift
[367/1613] Compiling HashTreeCollections TreeDictionary+Collection.swift
[368/1613] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[369/1613] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[370/1613] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[371/1613] Emitting module RoutingKit
[372/1613] Compiling RoutingKit PathComponent.swift
[373/1613] Compiling HashTreeCollections _HashNodeHeader.swift
[374/1613] Compiling HashTreeCollections _HashSlot.swift
[375/1613] Compiling HashTreeCollections _HashStack.swift
[383/1613] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[384/1613] Compiling HashTreeCollections _HashNode+Structural merge.swift
[385/1613] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[386/1613] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[387/1613] Compiling HashTreeCollections _HashNode+Structural union.swift
[388/1613] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[389/1613] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[390/1613] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[391/1613] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[392/1613] Compiling HashTreeCollections _HashNode.swift
[402/1614] Compiling RoutingKit TrieRouter.swift
[403/1614] Compiling RoutingKit Router.swift
[432/1614] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[433/1614] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[434/1614] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[435/1614] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[437/1614] Compiling ssl_session.cc
[438/1614] Compiling ssl_privkey.cc
[440/1614] Compiling RoutingKit AnyRouter.swift
[441/1614] Compiling RoutingKit Parameters.swift
[442/1615] Compiling Metrics Metrics.swift
[443/1615] Emitting module Metrics
[446/1616] Emitting module HashTreeCollections
[447/1617] Compiling ssl_file.cc
[448/1617] Compiling ssl_key_share.cc
[449/1617] Compiling ssl_lib.cc
[450/1617] Compiling ssl_cipher.cc
[451/1617] Compiling ssl_credential.cc
[452/1617] Compiling ssl_buffer.cc
[453/1617] Compiling ssl_cert.cc
[454/1617] Compiling ssl_asn1.cc
[455/1617] Compiling ssl_aead_ctx.cc
[456/1617] Compiling s3_pkt.cc
[457/1617] Compiling s3_both.cc
[458/1617] Compiling s3_lib.cc
[459/1617] Compiling handshake_server.cc
[460/1617] Compiling handshake.cc
[461/1617] Compiling handshake_client.cc
[462/1617] Compiling dtls_method.cc
[463/1617] Compiling dtls_record.cc
[464/1617] Compiling extensions.cc
[465/1617] Compiling handoff.cc
[466/1617] Compiling md5-x86_64-linux.S
[467/1617] Compiling md5-x86_64-apple.S
[468/1617] Compiling encrypted_client_hello.cc
[469/1617] Compiling md5-586-linux.S
[470/1617] Compiling md5-586-apple.S
[471/1617] Compiling chacha20_poly1305_x86_64-linux.S
[472/1617] Compiling chacha20_poly1305_x86_64-apple.S
[473/1617] Compiling d1_srtp.cc
[474/1617] Compiling chacha20_poly1305_armv8-win.S
[475/1617] Compiling chacha20_poly1305_armv8-apple.S
[476/1617] Compiling chacha-x86_64-linux.S
[477/1617] Compiling chacha20_poly1305_armv8-linux.S
[478/1617] Compiling chacha-x86_64-apple.S
[479/1617] Compiling chacha-x86-linux.S
[480/1617] Compiling d1_pkt.cc
[481/1617] Compiling chacha-x86-apple.S
[482/1617] Compiling chacha-armv8-win.S
[483/1617] Compiling chacha-armv8-apple.S
[484/1617] Compiling aes128gcmsiv-x86_64-linux.S
[485/1617] Compiling chacha-armv4-linux.S
[486/1617] Compiling chacha-armv8-linux.S
[487/1617] Compiling aes128gcmsiv-x86_64-apple.S
[488/1617] Compiling err_data.cc
[489/1617] Compiling d1_lib.cc
[490/1617] Compiling x86_64-mont-apple.S
[491/1617] Compiling x86-mont-apple.S
[492/1617] Compiling x86_64-mont5-linux.S
[493/1617] Compiling x86_64-mont-linux.S
[494/1617] Compiling x86_64-mont5-apple.S
[495/1617] Compiling x86-mont-linux.S
[496/1617] Compiling vpaes-x86_64-apple.S
[497/1617] Compiling vpaes-x86_64-linux.S
[498/1617] Compiling vpaes-armv8-linux.S
[499/1617] Compiling vpaes-x86-apple.S
[500/1617] Compiling vpaes-x86-linux.S
[501/1617] Compiling vpaes-armv8-win.S
[502/1617] Compiling bio_ssl.cc
[503/1617] Compiling vpaes-armv8-apple.S
[504/1617] Compiling vpaes-armv7-linux.S
[505/1617] Compiling sha512-x86_64-apple.S
[506/1617] Compiling sha512-x86_64-linux.S
[507/1617] Compiling sha512-armv8-win.S
[508/1617] Compiling sha512-armv8-linux.S
[509/1617] Compiling sha512-armv4-linux.S
[510/1617] Compiling sha512-armv8-apple.S
[511/1617] Compiling sha256-x86_64-linux.S
[512/1617] Compiling sha512-586-linux.S
[513/1617] Compiling sha512-586-apple.S
[514/1617] Compiling sha256-armv8-win.S
[515/1617] Compiling sha256-armv8-apple.S
[516/1617] Compiling sha256-x86_64-apple.S
[517/1617] Compiling sha256-armv4-linux.S
[518/1617] Compiling sha256-armv8-linux.S
[519/1617] Compiling sha256-586-apple.S
[520/1617] Compiling sha256-586-linux.S
[521/1617] Compiling sha1-x86_64-apple.S
[522/1617] Compiling sha1-x86_64-linux.S
[523/1617] Compiling sha1-armv8-win.S
[524/1617] Compiling sha1-armv4-large-linux.S
[525/1617] Compiling sha1-armv8-apple.S
[526/1617] Compiling sha1-586-linux.S
[527/1617] Compiling sha1-586-apple.S
[528/1617] Compiling sha1-armv8-linux.S
[529/1617] Compiling rsaz-avx2-apple.S
[530/1617] Compiling rsaz-avx2-linux.S
[531/1617] Compiling rdrand-x86_64-linux.S
[532/1617] Compiling rdrand-x86_64-apple.S
[533/1617] Compiling p256_beeu-x86_64-asm-apple.S
[534/1617] Compiling p256_beeu-x86_64-asm-linux.S
[535/1617] Compiling d1_both.cc
[536/1617] Compiling p256_beeu-armv8-asm-win.S
[537/1617] Compiling p256_beeu-armv8-asm-linux.S
[538/1617] Compiling p256_beeu-armv8-asm-apple.S
[539/1617] Compiling p256-x86_64-asm-apple.S
[540/1617] Compiling p256-armv8-asm-win.S
[541/1617] Compiling p256-x86_64-asm-linux.S
[542/1617] Compiling p256-armv8-asm-apple.S
[543/1617] Compiling p256-armv8-asm-linux.S
[544/1617] Compiling ghashv8-armv8-apple.S
[545/1617] Compiling ghashv8-armv8-win.S
[546/1617] Compiling ghashv8-armv8-linux.S
[547/1617] Compiling ghash-x86_64-linux.S
[548/1617] Compiling ghashv8-armv7-linux.S
[549/1617] Compiling ghash-x86_64-apple.S
[550/1617] Compiling ghash-x86-linux.S
[551/1617] Compiling ghash-x86-apple.S
[552/1617] Compiling ghash-ssse3-x86_64-apple.S
[553/1617] Compiling ghash-ssse3-x86_64-linux.S
[554/1617] Compiling ghash-ssse3-x86-linux.S
[555/1617] Compiling ghash-neon-armv8-win.S
[556/1617] Compiling ghash-ssse3-x86-apple.S
[557/1617] Compiling ghash-neon-armv8-linux.S
[558/1617] Compiling ghash-neon-armv8-apple.S
[559/1617] Compiling ghash-armv4-linux.S
[560/1617] Compiling co-586-linux.S
[561/1617] Compiling co-586-apple.S
[562/1617] Compiling bsaes-armv7-linux.S
[563/1617] Compiling bn-armv8-win.S
[564/1617] Compiling bn-armv8-linux.S
[565/1617] Compiling bn-586-linux.S
[566/1617] Compiling bn-armv8-apple.S
[567/1617] Compiling bn-586-apple.S
[568/1617] Compiling armv8-mont-win.S
[569/1617] Compiling armv8-mont-apple.S
[570/1617] Compiling armv8-mont-linux.S
[571/1617] Compiling aesv8-armv8-linux.S
[572/1617] Compiling aesv8-gcm-armv8-apple.S
[572/1617] Compiling aesv8-gcm-armv8-linux.S
[572/1617] Compiling aesv8-armv8-apple.S
[572/1617] Compiling armv4-mont-linux.S
[576/1617] Compiling aesv8-gcm-armv8-win.S
[577/1617] Compiling aesv8-armv7-linux.S
[578/1617] Compiling aesv8-armv8-win.S
[579/1617] Compiling aes-gcm-avx2-x86_64-linux.S
[580/1617] Compiling aesni-gcm-x86_64-linux.S
[581/1617] Compiling aesni-x86-linux.S
[582/1617] Compiling aesni-x86-apple.S
[583/1617] Compiling aesni-x86_64-linux.S
[583/1617] Compiling aesni-gcm-x86_64-apple.S
[585/1617] Compiling aesni-x86_64-apple.S
[586/1617] Compiling aes-gcm-avx2-x86_64-apple.S
[587/1617] Compiling aes-gcm-avx10-x86_64-linux.S
[588/1617] Compiling aes-gcm-avx10-x86_64-apple.S
[589/1617] Compiling x_name.cc
[590/1617] Compiling x_sig.cc
[591/1617] Compiling x_spki.cc
[592/1617] Compiling x_x509a.cc
[593/1617] Compiling x_req.cc
[594/1617] Compiling x_x509.cc
[595/1617] Compiling x_val.cc
[596/1617] Compiling x_pubkey.cc
[597/1617] Compiling x509spki.cc
[598/1617] Compiling x_exten.cc
[599/1617] Compiling x_attrib.cc
[600/1617] Compiling x_crl.cc
[601/1617] Compiling x_algor.cc
[602/1617] Compiling x509cset.cc
[603/1617] Compiling x_all.cc
[604/1617] Compiling x509rset.cc
[605/1617] Compiling x509_vfy.cc
[606/1617] Compiling x509name.cc
[607/1617] Compiling x509_trs.cc
[608/1617] Compiling x509_lu.cc
[609/1617] Compiling x509_vpm.cc
[610/1617] Compiling x509_set.cc
[611/1617] Compiling x509_txt.cc
[612/1617] Compiling x509_obj.cc
[613/1617] Compiling x509_v3.cc
[614/1617] Compiling x509_req.cc
[615/1617] Compiling x509_def.cc
[616/1617] Compiling x509_ext.cc
[617/1617] Compiling x509_att.cc
[618/1617] Compiling x509_cmp.cc
[619/1617] Compiling x509.cc
[620/1617] Compiling x509_d2.cc
[621/1617] Compiling v3_skey.cc
[622/1617] Compiling v3_utl.cc
[623/1617] Compiling v3_purp.cc
[624/1617] Compiling v3_ocsp.cc
[625/1617] Compiling v3_pcons.cc
[626/1617] Compiling v3_prn.cc
[627/1617] Compiling v3_lib.cc
[628/1617] Compiling v3_pmaps.cc
[629/1617] Compiling v3_ncons.cc
[630/1617] Compiling v3_int.cc
[631/1617] Compiling v3_ia5.cc
[632/1617] Compiling v3_info.cc
[633/1617] Compiling v3_genn.cc
[634/1617] Compiling v3_cpols.cc
[635/1617] Compiling v3_extku.cc
[636/1617] Compiling v3_crld.cc
[637/1617] Compiling v3_bitst.cc
[638/1617] Compiling v3_enum.cc
[639/1617] Compiling v3_alt.cc
[640/1617] Compiling v3_conf.cc
[641/1617] Compiling v3_bcons.cc
[642/1617] Compiling v3_akeya.cc
[643/1617] Compiling v3_akey.cc
[644/1617] Compiling t_x509a.cc
[645/1617] Compiling i2d_pr.cc
[646/1617] Compiling t_x509.cc
[647/1617] Compiling t_req.cc
[648/1617] Compiling rsa_pss.cc
[649/1617] Compiling t_crl.cc
[650/1617] Compiling name_print.cc
[651/1617] Compiling policy.cc
[652/1617] Compiling by_file.cc
[653/1617] Compiling algorithm.cc
[654/1617] Compiling by_dir.cc
[655/1617] Compiling asn1_gen.cc
[656/1617] Compiling a_sign.cc
[657/1617] Compiling a_verify.cc
[658/1617] Compiling thread_win.cc
[659/1617] Compiling voprf.cc
[660/1617] Compiling pmbtoken.cc
[661/1617] Compiling a_digest.cc
[662/1617] Compiling trust_token.cc
[663/1617] Compiling stack.cc
[664/1617] Compiling thread_pthread.cc
[665/1617] Compiling thread.cc
[666/1617] Compiling thread_none.cc
[667/1617] Compiling siphash.cc
[668/1617] Compiling spake2plus.cc
[669/1617] Compiling rsa_print.cc
[670/1617] Compiling sha512.cc
[671/1617] Compiling sha1.cc
[672/1617] Compiling sha256.cc
[673/1617] Compiling rsa_extra.cc
[674/1617] Compiling slhdsa.cc
[675/1617] Compiling rsa_crypt.cc
[676/1617] Compiling rsa_asn1.cc
[677/1617] Compiling windows.cc
[678/1617] Compiling refcount.cc
[679/1617] Compiling rc4.cc
[680/1617] Compiling urandom.cc
[681/1617] Compiling trusty.cc
[682/1617] Compiling rand.cc
[683/1617] Compiling passive.cc
[684/1617] Compiling ios.cc
[685/1617] Compiling forkunsafe.cc
[686/1617] Compiling deterministic.cc
[687/1617] Compiling fork_detect.cc
[688/1617] Compiling poly1305_arm_asm.S
[689/1617] Compiling getentropy.cc
[690/1617] Compiling poly1305_vec.cc
[691/1617] Compiling pool.cc
[692/1617] Compiling poly1305_arm.cc
[693/1617] Compiling poly1305.cc
[694/1617] Compiling pkcs7.cc
[695/1617] Compiling pkcs8.cc
[696/1617] Compiling pkcs7_x509.cc
[697/1617] Compiling p5_pbev2.cc
[698/1617] Compiling pkcs8_x509.cc
[699/1617] Compiling pem_xaux.cc
[700/1617] Compiling pem_x509.cc
[701/1617] Compiling pem_pkey.cc
[702/1617] Compiling pem_oth.cc
[703/1617] Compiling pem_pk8.cc
[704/1617] Compiling obj_xref.cc
[705/1617] Compiling pem_all.cc
[706/1617] Compiling pem_lib.cc
[707/1617] Compiling mlkem.cc
[708/1617] Compiling pem_info.cc
[709/1617] Compiling mldsa.cc
[710/1617] Compiling obj.cc
[711/1617] Compiling poly_rq_mul.S
[712/1617] Compiling fips_shared_support.cc
[713/1617] Compiling mem.cc
[714/1617] Compiling md5.cc
[715/1617] Compiling lhash.cc
[716/1617] Compiling md4.cc
[717/1617] Compiling hpke.cc
[718/1617] Compiling kyber.cc
[719/1617] Compiling ex_data.cc
[720/1617] Compiling hrss.cc
[721/1617] Compiling scrypt.cc
[722/1617] Compiling sign.cc
[723/1617] Compiling print.cc
[724/1617] Compiling pbkdf.cc
[725/1617] Compiling p_x25519.cc
[726/1617] Compiling p_x25519_asn1.cc
[727/1617] Compiling p_ed25519.cc
[728/1617] Compiling p_rsa_asn1.cc
[729/1617] Compiling p_rsa.cc
[730/1617] Compiling p_hkdf.cc
[731/1617] Compiling p_ec.cc
[731/1617] Compiling p_ed25519_asn1.cc
[733/1617] Compiling p_ec_asn1.cc
[734/1617] Compiling p_dh_asn1.cc
[735/1617] Compiling p_dh.cc
[736/1617] Compiling evp_ctx.cc
[737/1617] Compiling evp.cc
[738/1617] Compiling err.cc
[739/1617] Compiling p_dsa_asn1.cc
[740/1617] Compiling evp_asn1.cc
[741/1617] Compiling engine.cc
[742/1617] Compiling ecdh.cc
[743/1617] Compiling ec_derive.cc
[744/1617] Compiling hash_to_curve.cc
[745/1617] Compiling ec_asn1.cc
[746/1617] Compiling ecdsa_asn1.cc
[747/1617] Compiling bcm.cc
[748/1617] Compiling dsa.cc
[749/1617] Compiling params.cc
[750/1617] Compiling x25519-asm-arm.S
[751/1617] Compiling dsa_asn1.cc
[752/1617] Compiling curve25519_64_adx.cc
[753/1617] Compiling dh_asn1.cc
[754/1617] Compiling des.cc
[755/1617] Compiling digest_extra.cc
[756/1617] Compiling crypto.cc
[757/1617] Compiling cpu_intel.cc
[758/1617] Compiling curve25519.cc
[759/1617] Compiling spake25519.cc
[760/1617] Compiling cpu_arm_freebsd.cc
[761/1617] Compiling cpu_arm_linux.cc
[762/1617] Compiling cpu_aarch64_win.cc
[763/1617] Compiling cpu_aarch64_openbsd.cc
[764/1617] Compiling cpu_aarch64_sysreg.cc
[765/1617] Compiling cpu_aarch64_apple.cc
[766/1617] Compiling cpu_aarch64_linux.cc
[767/1617] Compiling cpu_aarch64_fuchsia.cc
[768/1617] Compiling conf.cc
[769/1617] Compiling get_cipher.cc
[770/1617] Compiling e_tls.cc
[771/1617] Compiling tls_cbc.cc
[772/1617] Compiling e_rc4.cc
[773/1617] Compiling e_des.cc
[774/1617] Compiling e_rc2.cc
[775/1617] Compiling e_null.cc
[776/1617] Compiling chacha.cc
[777/1617] Compiling e_aesgcmsiv.cc
[778/1617] Compiling e_chacha20poly1305.cc
[779/1617] Compiling derive_key.cc
[780/1617] Compiling cbs.cc
[781/1617] Compiling e_aesctrhmac.cc
[782/1617] Compiling unicode.cc
[783/1617] Compiling asn1_compat.cc
[784/1617] Compiling cbb.cc
[785/1617] Compiling buf.cc
[786/1617] Compiling ber.cc
[787/1617] Compiling blake2.cc
[788/1617] Compiling convert.cc
[789/1617] Compiling bn_asn1.cc
[790/1617] Compiling socket_helper.cc
[791/1617] Compiling socket.cc
[792/1617] Compiling printf.cc
[793/1617] Compiling hexdump.cc
[794/1617] Compiling pair.cc
[795/1617] Compiling errno.cc
[796/1617] Compiling file.cc
[797/1617] Compiling connect.cc
[798/1617] Compiling fd.cc
[799/1617] Compiling bio_mem.cc
[800/1617] Compiling tasn_typ.cc
[801/1617] Compiling tasn_fre.cc
[802/1617] Compiling base64.cc
[803/1617] Compiling bio.cc
[804/1617] Compiling tasn_enc.cc
[805/1617] Compiling tasn_utl.cc
[806/1617] Compiling posix_time.cc
[807/1617] Compiling f_string.cc
[808/1617] Compiling f_int.cc
[809/1617] Compiling tasn_dec.cc
[810/1617] Compiling asn_pack.cc
[811/1617] Compiling tasn_new.cc
[812/1617] Compiling asn1_lib.cc
[813/1617] Compiling asn1_par.cc
[814/1617] Compiling a_type.cc
[815/1617] Compiling a_time.cc
[816/1617] Compiling a_utctm.cc
[817/1617] Compiling a_octet.cc
[818/1617] Compiling a_strnid.cc
[819/1617] Compiling a_mbstr.cc
[820/1617] Compiling a_i2d_fp.cc
[821/1617] Compiling a_strex.cc
[822/1617] Compiling a_object.cc
[823/1617] Compiling a_int.cc
[824/1617] Compiling a_gentm.cc
[825/1617] Compiling a_dup.cc
[826/1617] Compiling fiat_p256_adx_sqr.S
[827/1617] Compiling a_d2i_fp.cc
[828/1617] Compiling fiat_curve25519_adx_mul.S
[829/1617] Compiling fiat_p256_adx_mul.S
[830/1617] Compiling fiat_curve25519_adx_square.S
[831/1617] Compiling a_bool.cc
[832/1617] Compiling a_bitstr.cc
[833/1617] Compiling x_x509.c
[834/1617] Compiling x_x509a.c
[835/1617] Compiling x_val.c
[836/1617] Compiling x_spki.c
[837/1617] Compiling x_sig.c
[838/1617] Compiling x_req.c
[839/1617] Compiling x_pubkey.c
[840/1617] Compiling x_exten.c
[841/1617] Compiling x_name.c
[842/1617] Compiling x_crl.c
[843/1617] Compiling x509spki.c
[844/1617] Compiling x509rset.c
[845/1617] Compiling x_attrib.c
[846/1617] Compiling x_algor.c
[847/1617] Compiling x_all.c
[848/1617] Compiling x509name.c
[849/1617] Compiling x509_vpm.c
[850/1617] Compiling x509cset.c
[851/1617] Compiling x509_txt.c
[852/1617] Compiling x509_trs.c
[853/1617] Compiling x509_v3.c
[854/1617] Compiling x509_vfy.c
[855/1617] Compiling x509_obj.c
[856/1617] Compiling x509_set.c
[857/1617] Compiling x509_lu.c
[858/1617] Compiling x509_req.c
[859/1617] Compiling x509_ext.c
[860/1617] Compiling x509_def.c
[861/1617] Compiling x509_cmp.c
[862/1617] Compiling x509_d2.c
[863/1617] Compiling x509.c
[864/1617] Compiling x509_att.c
[865/1617] Compiling v3_prn.c
[866/1617] Compiling v3_purp.c
[867/1617] Compiling v3_skey.c
[868/1617] Compiling v3_pmaps.c
[869/1617] Compiling v3_utl.c
[869/1617] Compiling v3_pcons.c
[871/1617] Compiling v3_ocsp.c
[872/1617] Compiling v3_lib.c
[873/1617] Compiling v3_ncons.c
[874/1617] Compiling v3_info.c
[875/1617] Compiling v3_ia5.c
[876/1617] Compiling v3_genn.c
[877/1617] Compiling v3_int.c
[878/1617] Compiling v3_enum.c
[879/1617] Compiling v3_extku.c
[880/1617] Compiling v3_bitst.c
[881/1617] Compiling v3_crld.c
[882/1617] Compiling v3_cpols.c
[883/1617] Compiling v3_conf.c
[884/1617] Compiling v3_bcons.c
[885/1617] Compiling t_x509.c
[886/1617] Compiling v3_akeya.c
[887/1617] Compiling v3_alt.c
[888/1617] Compiling v3_akey.c
[889/1617] Compiling t_x509a.c
[890/1617] Compiling t_crl.c
[891/1617] Compiling c-nioatomics.c
[892/1617] Compiling t_req.c
[893/1617] Compiling i2d_pr.c
[894/1617] Compiling name_print.c
[895/1617] Compiling rsa_pss.c
[896/1617] Compiling algorithm.c
[897/1617] Compiling policy.c
[898/1617] Compiling by_file.c
[899/1617] Compiling asn1_gen.c
[900/1617] Compiling a_verify.c
[901/1617] Compiling thread_win.c
[902/1617] Compiling by_dir.c
[903/1617] Compiling a_digest.c
[904/1617] Compiling a_sign.c
[905/1617] Compiling thread_none.c
[906/1617] Compiling thread_pthread.c
[907/1617] Compiling voprf.c
[908/1617] Compiling trust_token.c
[909/1617] Compiling thread.c
[910/1617] Compiling stack.c
[911/1617] Compiling wots.c
[911/1617] Compiling pmbtoken.c
[913/1617] Compiling thash.c
[914/1617] Compiling spx_util.c
[915/1617] Compiling spx.c
[916/1617] Compiling c-atomics.c
[917/1617] Compiling merkle.c
[918/1617] Compiling fors.c
[919/1617] Compiling address.c
[920/1617] Compiling siphash.c
[921/1617] Compiling rsa_print.c
[922/1617] Compiling rc4.c
[923/1617] Compiling refcount.c
[924/1617] Compiling trusty.c
[925/1617] Compiling windows.c
[926/1617] Compiling rsa_asn1.c
[927/1617] Compiling rand_extra.c
[928/1617] Compiling getentropy.c
[929/1617] Compiling rsa_crypt.c
[930/1617] Compiling ios.c
[931/1617] Compiling passive.c
[932/1621] Compiling forkunsafe.c
[933/1623] Compiling deterministic.c
[934/1623] Compiling pool.c
[935/1623] Compiling poly1305_arm_asm.S
[935/1623] Compiling poly1305_vec.c
[937/1623] Compiling poly1305_arm.c
[938/1623] Compiling poly1305.c
[939/1623] Compiling pkcs7.c
[940/1623] Compiling pkcs8_x509.c
[941/1623] Compiling pem_pkey.c
[942/1623] Compiling p5_pbev2.c
[943/1623] Compiling pkcs8.c
[944/1623] Compiling pkcs7_x509.c
[945/1623] Compiling pem_xaux.c
[946/1623] Compiling pem_x509.c
[947/1623] Compiling pem_pk8.c
[948/1623] Compiling obj.c
[949/1623] Compiling mem.c
[950/1623] Compiling obj_xref.c
[951/1623] Compiling lhash.c
[952/1623] Compiling kyber.c
[953/1623] Compiling keccak.c
[954/1623] Compiling poly_rq_mul.S
[955/1623] Compiling x86_64-mont5-mac.mac.x86_64.S
[956/1623] Compiling pem_oth.c
[957/1623] Compiling hpke.c
[958/1623] Compiling x86_64-mont5-linux.linux.x86_64.S
[959/1623] Compiling x86_64-mont-mac.mac.x86_64.S
[960/1623] Compiling x86_64-mont-linux.linux.x86_64.S
[961/1623] Compiling x86-mont-windows.windows.x86.S
[962/1623] Compiling x86-mont-linux.linux.x86.S
[963/1623] Compiling vpaes-x86_64-linux.linux.x86_64.S
[964/1623] Compiling vpaes-x86_64-mac.mac.x86_64.S
[965/1623] Compiling pem_info.c
[966/1623] Compiling vpaes-x86-linux.linux.x86.S
[967/1623] Compiling vpaes-x86-windows.windows.x86.S
[968/1623] Compiling pem_lib.c
[969/1623] Compiling vpaes-armv7-linux.linux.arm.S
[970/1623] Compiling vpaes-armv8-ios.ios.aarch64.S
[971/1623] Compiling vpaes-armv7-ios.ios.arm.S
[972/1623] Compiling vpaes-armv8-linux.linux.aarch64.S
[974/1623] Compiling NIOConcurrencyHelpers lock.swift
[974/1623] Compiling sha512-x86_64-mac.mac.x86_64.S
[976/1623] Compiling NIOConcurrencyHelpers atomics.swift
[977/1623] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[978/1623] Compiling NIOConcurrencyHelpers NIOLock.swift
[978/1623] Compiling sha512-armv8-ios.ios.aarch64.S
[979/1623] Compiling pem_all.c
[980/1623] Compiling sha512-x86_64-linux.linux.x86_64.S
[981/1623] Compiling sha512-armv4-linux.linux.arm.S
[982/1623] Compiling sha512-586-windows.windows.x86.S
[983/1623] Compiling sha512-armv4-ios.ios.arm.S
[984/1623] Compiling sha512-armv8-linux.linux.aarch64.S
[986/1623] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[987/1623] Emitting module NIOConcurrencyHelpers
[987/1623] Compiling kdf.c
[988/1624] Compiling sha256-x86_64-mac.mac.x86_64.S
[989/1624] Compiling sha256-armv8-ios.ios.aarch64.S
[990/1624] Compiling sha512-586-linux.linux.x86.S
[990/1624] Compiling sha256-x86_64-linux.linux.x86_64.S
[992/1624] Compiling sha256-armv4-linux.linux.arm.S
[993/1624] Compiling hrss.c
[994/1624] Compiling sha256-armv4-ios.ios.arm.S
[995/1624] Compiling sha256-586-windows.windows.x86.S
[996/1624] Compiling sha256-armv8-linux.linux.aarch64.S
[998/1624] Compiling sha256-586-linux.linux.x86.S
[999/1624] Compiling sha1-x86_64-linux.linux.x86_64.S
[1000/1624] Compiling sha1-x86_64-mac.mac.x86_64.S
[1001/1624] Compiling sha1-armv8-ios.ios.aarch64.S
[1002/1624] Compiling sha1-armv4-large-linux.linux.arm.S
[1003/1624] Compiling sha1-586-windows.windows.x86.S
[1004/1624] Compiling sha1-586-linux.linux.x86.S
[1005/1624] Compiling sha1-armv4-large-ios.ios.arm.S
[1005/1624] Compiling sha1-armv8-linux.linux.aarch64.S
[1007/1624] Compiling sha512.c
[1008/1624] Compiling rsaz-avx2-mac.mac.x86_64.S
[1009/1624] Compiling sha256.c
[1010/1624] Compiling rsaz-avx2-linux.linux.x86_64.S
[1011/1624] Compiling sha1.c
[1012/1624] Compiling service_indicator.c
[1013/1624] Compiling fips.c
[1014/1624] Compiling self_check.c
[1015/1624] Compiling padding.c
[1016/1624] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1017/1624] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1018/1624] Compiling rsa_impl.c
[1019/1624] Compiling blinding.c
[1020/1624] Compiling urandom.c
[1021/1624] Compiling fork_detect.c
[1022/1624] Compiling rand.c
[1023/1624] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1024/1624] Compiling rsa.c
[1025/1624] Compiling ctrdrbg.c
[1026/1625] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1027/1625] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1028/1641] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1029/1647] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1030/1650] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1031/1650] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1032/1650] Compiling ofb.c
[1033/1650] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1034/1650] Compiling cfb.c
[1035/1650] Compiling polyval.c
[1036/1650] Compiling cbc.c
[1037/1650] Compiling md5-x86_64-linux.linux.x86_64.S
[1038/1650] Compiling md5-x86_64-mac.mac.x86_64.S
[1039/1650] Compiling gcm_nohw.c
[1040/1650] Compiling md5-586-windows.windows.x86.S
[1041/1650] Compiling ctr.c
[1042/1650] Compiling md5-586-linux.linux.x86.S
[1043/1650] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1044/1650] Compiling gcm.c
[1045/1650] Compiling hmac.c
[1046/1650] Compiling md5.c
[1047/1650] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1048/1650] Compiling ghashv8-armv7-linux.linux.arm.S
[1048/1650] Compiling md4.c
[1050/1650] Compiling ghashv8-armv7-ios.ios.arm.S
[1051/1650] Compiling ghash-x86_64-mac.mac.x86_64.S
[1052/1650] Compiling hkdf.c
[1053/1650] Compiling ghash-x86_64-linux.linux.x86_64.S
[1054/1650] Compiling ghash-x86-linux.linux.x86.S
[1055/1650] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1056/1650] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1057/1650] Compiling ghash-x86-windows.windows.x86.S
[1059/1650] Compiling ConsoleKitTerminal Console+Wait.swift
[1060/1650] Compiling ConsoleKitTerminal ConsoleColor.swift
[1061/1650] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1061/1653] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1062/1653] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1063/1653] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1064/1653] Compiling fips_shared_support.c
[1065/1653] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1066/1653] Compiling ghash-armv4-linux.linux.arm.S
[1067/1653] Compiling ghash-armv4-ios.ios.arm.S
[1068/1653] Compiling simple.c
[1069/1653] Compiling util.c
[1070/1653] Compiling ecdsa.c
[1071/1653] Compiling wnaf.c
[1072/1653] Compiling simple_mul.c
[1072/1653] Compiling scalar.c
[1074/1653] Compiling ecdh.c
[1075/1653] Compiling p256.c
[1077/1653] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1078/1653] Compiling ConsoleKitTerminal ConsoleClear.swift
[1079/1653] Compiling ConsoleKitTerminal Console+Ask.swift
[1080/1653] Compiling ConsoleKitTerminal Console+Choose.swift
[1080/1653] Compiling ec_key.c
[1081/1653] Compiling ec.c
[1082/1653] Compiling felem.c
[1084/1653] Emitting module ConsoleKitTerminal
[1084/1653] Compiling digests.c
[1085/1653] Compiling digestsign.c
[1086/1653] Compiling oct.c
[1087/1653] Compiling ec_montgomery.c
[1088/1653] Compiling digest.c
[1089/1653] Compiling dh.c
[1090/1653] Compiling co-586-windows.windows.x86.S
[1091/1653] Compiling p224-64.c
[1092/1653] Compiling co-586-linux.linux.x86.S
[1093/1653] Compiling cmac.c
[1094/1653] Compiling aead.c
[1095/1653] Compiling bsaes-armv7-linux.linux.arm.S
[1096/1653] Compiling cipher.c
[1097/1653] Compiling check.c
[1098/1653] Compiling p256-nistz.c
[1100/1653] Compiling ConsoleKitTerminal ActivityBar.swift
[1101/1653] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1102/1653] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1103/1653] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1104/1653] Compiling ConsoleKitTerminal CustomActivity.swift
[1105/1653] Compiling ConsoleKitTerminal LoadingBar.swift
[1106/1653] Compiling ConsoleKitTerminal ProgressBar.swift
[1107/1653] Compiling ConsoleKitTerminal Console+Clear.swift
[1107/1653] Compiling bsaes-armv7-ios.ios.arm.S
[1108/1653] Compiling e_aesccm.c
[1109/1653] Compiling shift.c
[1110/1653] Compiling random.c
[1111/1653] Compiling sqrt.c
[1112/1653] Compiling rsaz_exp.c
[1113/1653] Compiling mul.c
[1114/1653] Compiling e_aes.c
[1115/1653] Compiling montgomery_inv.c
[1116/1653] Compiling gcd_extra.c
[1117/1653] Compiling montgomery.c
[1118/1653] Compiling gcd.c
[1120/1653] Compiling ConsoleKitTerminal Console+Confirm.swift
[1121/1653] Compiling ConsoleKitTerminal Console+Input.swift
[1122/1653] Compiling ConsoleKitTerminal Console+Center.swift
[1123/1653] Compiling ConsoleKitTerminal Console+Output.swift
[1124/1653] Compiling ConsoleKitTerminal Console.swift
[1125/1653] Compiling ConsoleKitTerminal Terminal.swift
[1126/1653] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1127/1653] Compiling ConsoleKitTerminal ConsoleText.swift
[1128/1653] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1129/1653] Compiling ConsoleKitTerminal ANSI.swift
[1129/1653] Compiling prime.c
[1130/1653] Compiling jacobi.c
[1131/1653] Compiling generic.c
[1132/1653] Compiling div_extra.c
[1133/1653] Compiling exponentiation.c
[1134/1653] Compiling ctx.c
[1135/1653] Compiling div.c
[1136/1653] Compiling x86_64-gcc.c
[1137/1653] Compiling bn-armv8-linux.linux.aarch64.S
[1138/1653] Compiling bytes.c
[1139/1653] Compiling bn-armv8-ios.ios.aarch64.S
[1140/1653] Compiling bn-586-windows.windows.x86.S
[1141/1653] Compiling bn.c
[1142/1653] Compiling bn-586-linux.linux.x86.S
[1143/1653] Compiling armv8-mont-ios.ios.aarch64.S
[1143/1653] Compiling add.c
[1145/1653] Compiling armv4-mont-linux.linux.arm.S
[1145/1653] Compiling armv4-mont-ios.ios.arm.S
[1147/1653] Compiling cmp.c
[1148/1653] Compiling armv8-mont-linux.linux.aarch64.S
[1149/1653] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1150/1653] Compiling aesv8-armv8-linux.linux.aarch64.S
[1151/1653] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1152/1653] Compiling aesv8-armv8-ios.ios.aarch64.S
[1153/1653] Compiling aesv8-armv7-linux.linux.arm.S
[1153/1653] Compiling aesni-x86_64-mac.mac.x86_64.S
[1153/1653] Compiling aesv8-armv7-ios.ios.arm.S
[1156/1653] Compiling aesni-x86_64-linux.linux.x86_64.S
[1157/1653] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1157/1653] Compiling aesni-x86-linux.linux.x86.S
[1159/1653] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1160/1653] Compiling aesni-x86-windows.windows.x86.S
[1161/1653] Compiling mode_wrappers.c
[1162/1653] Compiling aes.c
[1163/1653] Compiling sign.c
[1164/1653] Compiling ex_data.c
[1165/1653] Compiling key_wrap.c
[1166/1653] Compiling aes_nohw.c
[1167/1653] Compiling scrypt.c
[1168/1653] Compiling pbkdf.c
[1169/1653] Compiling p_x25519.c
[1170/1653] Compiling p_x25519_asn1.c
[1171/1653] Compiling print.c
[1172/1653] Compiling p_rsa_asn1.c
[1174/1653] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1175/1653] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1176/1653] Compiling ConsoleKitTerminal LoggerFragment.swift
[1176/1654] Compiling p_hkdf.c
[1177/1654] Compiling p_ed25519.c
[1178/1654] Compiling p_ed25519_asn1.c
[1179/1654] Compiling p_rsa.c
[1180/1654] Compiling p_ec.c
[1182/1654] Compiling p_ec_asn1.c
[1183/1654] Compiling err_data.c
[1184/1654] Compiling p_dsa_asn1.c
[1185/1654] Compiling evp_ctx.c
[1186/1654] Compiling evp_asn1.c
[1187/1654] Compiling engine.c
[1188/1654] Compiling evp.c
[1189/1654] Compiling err.c
[1190/1654] Compiling ecdsa_asn1.c
[1191/1654] Compiling ecdh_extra.c
[1192/1654] Compiling ec_derive.c
[1193/1654] Compiling hash_to_curve.c
[1194/1654] Compiling dsa_asn1.c
[1195/1654] Compiling ec_asn1.c
[1196/1654] Compiling dh_asn1.c
[1197/1654] Compiling params.c
[1198/1654] Compiling digest_extra.c
[1199/1654] Compiling x25519-asm-arm.S
[1200/1654] Compiling dsa.c
[1201/1654] Compiling curve25519_64_adx.c
[1202/1654] Compiling cpu_intel.c
[1203/1654] Compiling spake25519.c
[1204/1654] Compiling des.c
[1205/1655] Compiling crypto.c
[1206/1655] Compiling cpu_arm_linux.c
[1207/1667] Compiling cpu_arm_freebsd.c
[1208/1676] Compiling cpu_aarch64_openbsd.c
[1209/1676] Compiling cpu_aarch64_win.c
[1210/1676] Compiling cpu_aarch64_sysreg.c
[1211/1676] Compiling cpu_aarch64_linux.c
[1212/1676] Compiling cpu_aarch64_fuchsia.c
[1213/1676] Compiling cpu_aarch64_apple.c
[1214/1676] Compiling e_null.c
[1215/1676] Compiling e_rc4.c
[1216/1676] Compiling tls_cbc.c
[1217/1676] Compiling e_tls.c
[1218/1676] Compiling conf.c
[1219/1676] Compiling e_rc2.c
[1220/1676] Compiling derive_key.c
[1221/1676] Compiling curve25519.c
[1222/1676] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1223/1676] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1224/1676] Compiling e_chacha20poly1305.c
[1225/1676] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1226/1676] Compiling e_des.c
[1227/1676] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1228/1676] Compiling cipher_extra.c
[1229/1676] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1230/1676] Compiling e_aesgcmsiv.c
[1231/1676] Compiling e_aesctrhmac.c
[1232/1676] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1233/1676] Compiling chacha-x86_64-mac.mac.x86_64.S
[1234/1676] Compiling chacha-x86_64-linux.linux.x86_64.S
[1235/1676] Compiling chacha-x86-linux.linux.x86.S
[1236/1676] Compiling chacha-x86-windows.windows.x86.S
[1237/1676] Compiling chacha-armv8-ios.ios.aarch64.S
[1238/1676] Compiling chacha-armv4-linux.linux.arm.S
[1239/1676] Compiling chacha-armv4-ios.ios.arm.S
[1240/1676] Compiling unicode.c
[1241/1676] Compiling chacha.c
[1243/1676] Emitting module ConsoleKitCommands
[1244/1678] Compiling ConsoleKitCommands CommandSignature.swift
[1245/1678] Compiling ConsoleKitCommands Flag.swift
[1246/1678] Compiling ConsoleKitCommands Option.swift
[1246/1678] Compiling asn1_compat.c
[1247/1678] Compiling chacha-armv8-linux.linux.aarch64.S
[1248/1678] Compiling cbs.c
[1249/1678] Compiling buf.c
[1250/1678] Compiling bn_asn1.c
[1251/1678] Compiling ber.c
[1252/1678] Compiling socket_helper.c
[1253/1678] Compiling socket.c
[1254/1678] Compiling printf.c
[1255/1678] Compiling pair.c
[1256/1678] Compiling hexdump.c
[1257/1678] Compiling cbb.c
[1258/1678] Compiling blake2.c
[1259/1678] Compiling convert.c
[1260/1678] Compiling file.c
[1261/1678] Compiling fd.c
[1262/1678] Compiling errno.c
[1263/1678] Compiling base64.c
[1264/1678] Compiling bio_mem.c
[1265/1678] Compiling bio.c
[1266/1678] Compiling connect.c
[1268/1678] Compiling ConsoleKitCommands Command.swift
[1269/1678] Compiling ConsoleKitCommands CommandContext.swift
[1270/1678] Compiling ConsoleKitCommands CommandError.swift
[1270/1678] Compiling tasn_utl.c
[1272/1678] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1273/1678] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1274/1678] Compiling ConsoleKitCommands Argument.swift
[1275/1678] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1276/1678] Compiling ConsoleKitCommands AsyncCommand.swift
[1277/1678] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1278/1678] Compiling ConsoleKitCommands AsyncCommands.swift
[1279/1678] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1280/1678] Compiling ConsoleKitCommands AnyCommand.swift
[1280/1678] Compiling f_string.c
[1281/1678] Compiling tasn_typ.c
[1282/1678] Compiling tasn_fre.c
[1283/1678] Compiling tasn_new.c
[1283/1678] Compiling posix_time.c
[1286/1678] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1287/1678] Compiling ConsoleKitCommands Utilities.swift
[1287/1678] Compiling tasn_enc.c
[1288/1678] Compiling asn1_par.c
[1289/1678] Compiling tasn_dec.c
[1290/1678] Compiling asn_pack.c
[1291/1678] Compiling asn1_lib.c
[1292/1678] Compiling f_int.c
[1293/1678] Compiling a_type.c
[1293/1678] Compiling a_utctm.c
[1295/1678] Compiling a_time.c
[1296/1678] Compiling a_strnid.c
[1297/1678] Compiling a_octet.c
[1298/1678] Compiling a_mbstr.c
[1299/1678] Compiling a_gentm.c
[1300/1678] Compiling a_i2d_fp.c
[1302/1678] Compiling ConsoleKitCommands CommandGroup.swift
[1303/1678] Compiling ConsoleKitCommands CommandInput.swift
[1304/1678] Compiling ConsoleKitCommands Commands.swift
[1305/1678] Compiling ConsoleKitCommands Console+Run.swift
[1306/1678] Compiling ConsoleKitCommands ConsoleError.swift
[1307/1678] Compiling ConsoleKitCommands Completion.swift
[1307/1678] Compiling a_object.c
[1308/1679] Compiling a_int.c
[1309/1679] Compiling a_strex.c
[1310/1679] Compiling a_dup.c
[1311/1679] Compiling a_bool.c
[1312/1679] Compiling fiat_p256_adx_sqr.S
[1312/1679] Compiling a_d2i_fp.c
[1314/1679] Compiling fiat_p256_adx_mul.S
[1315/1679] Compiling fiat_curve25519_adx_square.S
[1316/1679] Compiling a_bitstr.c
[1317/1679] Compiling md5-x86_64-apple.S
[1318/1679] Compiling fiat_curve25519_adx_mul.S
[1319/1679] Compiling md5-586-linux.S
[1321/1679] Compiling md5-x86_64-linux.S
[1322/1679] Compiling md5-586-apple.S
[1323/1679] Compiling chacha20_poly1305_x86_64-linux.S
[1324/1679] Compiling chacha20_poly1305_x86_64-apple.S
[1325/1679] Compiling chacha20_poly1305_armv8-win.S
[1326/1679] Compiling chacha20_poly1305_armv8-apple.S
[1327/1679] Compiling chacha20_poly1305_armv8-linux.S
[1328/1679] Compiling chacha-x86_64-apple.S
[1329/1679] Compiling CCryptoBoringSSLShims shims.c
[1330/1679] Compiling chacha-x86-apple.S
[1331/1679] Compiling chacha-x86_64-linux.S
[1332/1679] Compiling chacha-x86-linux.S
[1333/1679] Compiling err_data.cc
[1334/1679] Compiling chacha-armv8-win.S
[1335/1679] Compiling chacha-armv8-linux.S
[1336/1679] Compiling chacha-armv8-apple.S
[1337/1679] Compiling x86_64-mont5-linux.S
[1338/1679] Compiling aes128gcmsiv-x86_64-linux.S
[1339/1679] Compiling aes128gcmsiv-x86_64-apple.S
[1340/1679] Compiling x86_64-mont5-apple.S
[1341/1679] Compiling x86_64-mont-linux.S
[1342/1679] Compiling chacha-armv4-linux.S
[1343/1679] Compiling x86_64-mont-apple.S
[1344/1681] Compiling x86-mont-linux.S
[1345/1681] Compiling vpaes-x86_64-linux.S
[1346/1681] Compiling vpaes-x86_64-apple.S
[1348/1681] Compiling ConsoleKit Exports.swift
[1349/1681] Emitting module ConsoleKit
[1349/1682] Compiling vpaes-x86-linux.S
[1350/1682] Compiling vpaes-armv8-win.S
[1351/1682] Compiling x86-mont-apple.S
[1352/1682] Compiling vpaes-x86-apple.S
[1353/1682] Compiling vpaes-armv8-apple.S
[1354/1682] Compiling vpaes-armv8-linux.S
[1355/1682] Compiling vpaes-armv7-linux.S
[1356/1682] Compiling sha512-x86_64-linux.S
[1357/1682] Compiling sha512-x86_64-apple.S
[1358/1682] Compiling sha512-armv8-win.S
[1359/1682] Compiling sha512-armv4-linux.S
[1361/1682] Compiling sha512-armv8-apple.S
[1362/1682] Compiling sha512-586-apple.S
[1363/1682] Compiling sha512-586-linux.S
[1364/1682] Compiling sha512-armv8-linux.S
[1365/1682] Compiling sha256-x86_64-linux.S
[1366/1682] Compiling sha256-x86_64-apple.S
[1367/1682] Compiling sha256-armv8-apple.S
[1368/1682] Compiling sha256-armv8-win.S
[1369/1682] Compiling sha256-armv4-linux.S
[1370/1682] Compiling sha256-586-linux.S
[1371/1682] Compiling sha256-586-apple.S
[1372/1682] Compiling sha1-x86_64-linux.S
[1373/1682] Compiling sha256-armv8-linux.S
[1374/1682] Compiling sha1-armv8-win.S
[1375/1682] Compiling sha1-x86_64-apple.S
[1376/1682] Compiling sha1-armv4-large-linux.S
[1377/1682] Compiling sha1-armv8-apple.S
[1378/1682] Compiling sha1-586-linux.S
[1379/1682] Compiling sha1-586-apple.S
[1380/1682] Compiling rsaz-avx2-apple.S
[1381/1682] Compiling rsaz-avx2-linux.S
[1382/1682] Compiling rdrand-x86_64-apple.S
[1383/1682] Compiling sha1-armv8-linux.S
[1384/1682] Compiling p256_beeu-x86_64-asm-apple.S
[1385/1682] Compiling rdrand-x86_64-linux.S
[1386/1682] Compiling p256_beeu-armv8-asm-win.S
[1387/1682] Compiling p256_beeu-x86_64-asm-linux.S
[1388/1682] Compiling p256_beeu-armv8-asm-linux.S
[1389/1682] Compiling p256_beeu-armv8-asm-apple.S
[1390/1682] Compiling p256-x86_64-asm-apple.S
[1391/1682] Compiling p256-x86_64-asm-linux.S
[1392/1682] Compiling ghashv8-armv8-win.S
[1393/1682] Compiling p256-armv8-asm-apple.S
[1394/1682] Compiling p256-armv8-asm-linux.S
[1395/1682] Compiling p256-armv8-asm-win.S
[1396/1682] Compiling ghashv8-armv8-linux.S
[1397/1682] Compiling ghashv8-armv8-apple.S
[1398/1682] Compiling ghash-x86_64-linux.S
[1399/1682] Compiling ghashv8-armv7-linux.S
[1400/1682] Compiling ghash-x86-linux.S
[1401/1682] Compiling ghash-ssse3-x86_64-linux.S
[1402/1682] Compiling ghash-x86_64-apple.S
[1402/1682] Compiling ghash-x86-apple.S
[1404/1682] Compiling ghash-ssse3-x86_64-apple.S
[1405/1682] Compiling ghash-ssse3-x86-linux.S
[1406/1682] Compiling ghash-ssse3-x86-apple.S
[1407/1682] Compiling ghash-neon-armv8-win.S
[1408/1682] Compiling ghash-armv4-linux.S
[1409/1682] Compiling ghash-neon-armv8-apple.S
[1410/1682] Compiling co-586-linux.S
[1411/1682] Compiling ghash-neon-armv8-linux.S
[1412/1682] Compiling co-586-apple.S
[1413/1682] Compiling bsaes-armv7-linux.S
[1414/1682] Compiling bn-armv8-win.S
[1415/1682] Compiling bn-586-linux.S
[1416/1682] Compiling bn-armv8-apple.S
[1417/1682] Compiling bn-armv8-linux.S
[1418/1682] Compiling bn-586-apple.S
[1419/1682] Compiling armv8-mont-win.S
[1420/1682] Compiling armv8-mont-apple.S
[1420/1682] Compiling armv8-mont-linux.S
[1422/1682] Compiling armv4-mont-linux.S
[1423/1682] Compiling aesv8-gcm-armv8-linux.S
[1424/1682] Compiling aesv8-armv8-linux.S
[1425/1682] Compiling aesv8-gcm-armv8-win.S
[1426/1682] Compiling aesv8-armv8-win.S
[1427/1682] Compiling aesv8-gcm-armv8-apple.S
[1428/1682] Compiling aesv8-armv8-apple.S
[1429/1682] Compiling aesv8-armv7-linux.S
[1429/1682] Compiling aesni-x86_64-linux.S
[1431/1682] Compiling aesni-x86-linux.S
[1432/1682] Compiling aesni-x86_64-apple.S
[1433/1682] Compiling aesni-x86-apple.S
[1434/1682] Compiling aesni-gcm-x86_64-linux.S
[1435/1682] Compiling aesni-gcm-x86_64-apple.S
[1436/1682] Compiling aes-gcm-avx10-x86_64-apple.S
[1437/1682] Compiling aes-gcm-avx10-x86_64-linux.S
[1438/1682] Compiling x_req.cc
[1439/1682] Compiling x_val.cc
[1440/1682] Compiling x_sig.cc
[1441/1682] Compiling x_x509.cc
[1442/1682] Compiling x_x509a.cc
[1443/1682] Compiling x_name.cc
[1444/1682] Compiling x_spki.cc
[1445/1682] Compiling x_attrib.cc
[1446/1682] Compiling x_pubkey.cc
[1447/1682] Compiling x_crl.cc
[1448/1682] Compiling x_exten.cc
[1449/1682] Compiling x_all.cc
[1450/1682] Compiling x509name.cc
[1451/1682] Compiling x509spki.cc
[1452/1682] Compiling x_algor.cc
[1453/1682] Compiling x509_vpm.cc
[1454/1682] Compiling x509cset.cc
[1455/1682] Compiling x509_vfy.cc
[1456/1682] Compiling x509rset.cc
[1457/1682] Compiling x509_v3.cc
[1458/1682] Compiling x509_txt.cc
[1459/1682] Compiling x509_obj.cc
[1460/1682] Compiling x509_req.cc
[1461/1682] Compiling x509_lu.cc
[1462/1682] Compiling x509_set.cc
[1463/1682] Compiling x509_trs.cc
[1464/1682] Compiling x509_ext.cc
[1465/1682] Compiling x509_def.cc
[1466/1682] Compiling x509_d2.cc
[1467/1682] Compiling x509_cmp.cc
[1468/1682] Compiling v3_skey.cc
[1469/1682] Compiling x509_att.cc
[1470/1682] Compiling x509.cc
[1471/1682] Compiling v3_utl.cc
[1472/1682] Compiling v3_prn.cc
[1473/1682] Compiling v3_purp.cc
[1474/1682] Compiling v3_pmaps.cc
[1475/1682] Compiling v3_ocsp.cc
[1476/1682] Compiling v3_pcons.cc
[1477/1682] Compiling v3_info.cc
[1478/1682] Compiling v3_ncons.cc
[1479/1682] Compiling v3_lib.cc
[1480/1682] Compiling v3_genn.cc
[1481/1682] Compiling v3_int.cc
[1482/1682] Compiling v3_ia5.cc
[1483/1682] Compiling v3_extku.cc
[1484/1682] Compiling v3_enum.cc
[1485/1682] Compiling v3_cpols.cc
[1486/1682] Compiling v3_bitst.cc
[1487/1682] Compiling v3_crld.cc
[1488/1682] Compiling v3_conf.cc
[1489/1682] Compiling v3_bcons.cc
[1490/1682] Compiling v3_alt.cc
[1491/1682] Compiling v3_akeya.cc
[1492/1682] Compiling v3_akey.cc
[1493/1682] Compiling rsa_pss.cc
[1494/1682] Compiling t_x509a.cc
[1495/1682] Compiling t_crl.cc
[1496/1682] Compiling t_req.cc
[1497/1682] Compiling t_x509.cc
[1498/1682] Compiling i2d_pr.cc
[1499/1682] Compiling policy.cc
[1500/1682] Compiling name_print.cc
[1501/1682] Compiling by_dir.cc
[1502/1682] Compiling by_file.cc
[1503/1682] Compiling asn1_gen.cc
[1504/1682] Compiling a_verify.cc
[1505/1682] Compiling algorithm.cc
[1506/1682] Compiling a_sign.cc
[1507/1682] Compiling thread_win.cc
[1508/1682] Compiling thread_none.cc
[1509/1682] Compiling trust_token.cc
[1510/1682] Compiling thread_pthread.cc
[1511/1682] Compiling pmbtoken.cc
[1512/1682] Compiling a_digest.cc
[1513/1682] Compiling voprf.cc
[1514/1682] Compiling thread.cc
[1515/1682] Compiling wots.cc
[1516/1682] Compiling merkle.cc
[1517/1682] Compiling thash.cc
[1518/1682] Compiling fors.cc
[1519/1682] Compiling stack.cc
[1520/1682] Compiling siphash.cc
[1521/1682] Compiling slhdsa.cc
[1522/1682] Compiling sha256.cc
[1523/1682] Compiling sha512.cc
[1524/1682] Compiling rsa_extra.cc
[1525/1682] Compiling sha1.cc
[1526/1682] Compiling refcount.cc
[1527/1682] Compiling rsa_print.cc
[1528/1682] Compiling rsa_crypt.cc
[1529/1682] Compiling rc4.cc
[1530/1682] Compiling rsa_asn1.cc
[1531/1682] Compiling trusty.cc
[1532/1682] Compiling windows.cc
[1533/1682] Compiling urandom.cc
[1534/1682] Compiling passive.cc
[1535/1682] Compiling ios.cc
[1536/1682] Compiling rand_extra.cc
[1537/1682] Compiling poly1305_arm_asm.S
[1538/1682] Compiling getentropy.cc
[1539/1682] Compiling forkunsafe.cc
[1540/1682] Compiling fork_detect.cc
[1541/1682] Compiling deterministic.cc
[1542/1682] Compiling poly1305_arm.cc
[1543/1682] Compiling poly1305_vec.cc
[1544/1682] Compiling pkcs7.cc
[1545/1682] Compiling poly1305.cc
[1546/1682] Compiling pool.cc
[1547/1682] Compiling pkcs8_x509.cc
[1548/1682] Compiling pkcs7_x509.cc
[1549/1682] Compiling pkcs8.cc
[1550/1682] Compiling pem_xaux.cc
[1551/1682] Compiling p5_pbev2.cc
[1552/1682] Compiling pem_pkey.cc
[1553/1682] Compiling pem_x509.cc
[1554/1682] Compiling pem_pk8.cc
[1555/1682] Compiling pem_info.cc
[1556/1682] Compiling obj.cc
[1557/1682] Compiling pem_lib.cc
[1558/1682] Compiling pem_oth.cc
[1559/1682] Compiling mem.cc
[1559/1682] Compiling obj_xref.cc
[1561/1682] Compiling pem_all.cc
[1562/1682] Compiling md4.cc
[1563/1682] Compiling poly_rq_mul.S
[1564/1682] Compiling lhash.cc
[1565/1682] Compiling mldsa.cc
[1566/1682] Compiling fips_shared_support.cc
[1567/1682] Compiling mlkem.cc
[1568/1682] Compiling md5.cc
[1569/1682] Compiling sign.cc
[1570/1682] Compiling kyber.cc
[1571/1682] Compiling ex_data.cc
[1572/1682] Compiling hrss.cc
[1573/1682] Compiling scrypt.cc
[1574/1682] Compiling hpke.cc
[1575/1682] Compiling pbkdf.cc
[1576/1682] Compiling print.cc
[1577/1682] Compiling p_x25519.cc
[1578/1682] Compiling p_x25519_asn1.cc
[1579/1682] Compiling p_hkdf.cc
[1580/1682] Compiling p_rsa_asn1.cc
[1581/1682] Compiling p_rsa.cc
[1582/1682] Compiling p_ed25519.cc
[1583/1682] Compiling p_ed25519_asn1.cc
[1584/1682] Compiling p_ec_asn1.cc
[1585/1682] Compiling p_dh_asn1.cc
[1586/1682] Compiling p_ec.cc
[1587/1682] Compiling evp_ctx.cc
[1588/1682] Compiling p_dsa_asn1.cc
[1589/1682] Compiling p_dh.cc
[1590/1682] Compiling err.cc
[1591/1682] Compiling ecdsa_asn1.cc
[1592/1682] Compiling evp_asn1.cc
[1593/1682] Compiling evp.cc
[1594/1682] Compiling ec_derive.cc
[1595/1682] Compiling hash_to_curve.cc
[1596/1682] Compiling engine.cc
[1597/1682] Compiling bcm.cc
[1598/1682] Compiling ecdh_extra.cc
[1599/1682] Compiling params.cc
[1600/1682] Compiling digest_extra.cc
[1601/1682] Compiling dsa.cc
[1602/1682] Compiling ec_asn1.cc
[1603/1682] Compiling x25519-asm-arm.S
[1604/1682] Compiling spake25519.cc
[1605/1682] Compiling dsa_asn1.cc
[1606/1682] Compiling des.cc
[1607/1682] Compiling dh_asn1.cc
[1608/1682] Compiling curve25519_64_adx.cc
[1609/1682] Compiling cpu_intel.cc
[1610/1682] Compiling cpu_arm_linux.cc
[1611/1682] Compiling crypto.cc
[1612/1682] Compiling curve25519.cc
[1613/1682] Compiling cpu_arm_freebsd.cc
[1614/1682] Compiling cpu_aarch64_linux.cc
[1615/1682] Compiling cpu_aarch64_sysreg.cc
[1616/1682] Compiling cpu_aarch64_apple.cc
[1617/1682] Compiling cpu_aarch64_openbsd.cc
[1618/1682] Compiling cpu_aarch64_win.cc
[1619/1682] Compiling cpu_aarch64_fuchsia.cc
[1620/1682] Compiling tls_cbc.cc
[1621/1682] Compiling conf.cc
[1622/1682] Compiling e_rc2.cc
[1623/1682] Compiling e_tls.cc
[1624/1682] Compiling e_rc4.cc
[1625/1682] Compiling e_null.cc
[1626/1682] Compiling e_des.cc
[1627/1682] Compiling e_aesgcmsiv.cc
[1628/1682] Compiling e_chacha20poly1305.cc
[1629/1682] Compiling e_aesctrhmac.cc
[1630/1682] Compiling derive_key.cc
[1631/1682] Compiling chacha.cc
[1632/1682] Compiling cipher_extra.cc
[1633/1682] Compiling ber.cc
[1634/1682] Compiling unicode.cc
[1635/1682] Compiling asn1_compat.cc
[1636/1682] Compiling cbb.cc
[1637/1682] Compiling buf.cc
[1638/1682] Compiling cbs.cc
[1639/1682] Compiling blake2.cc
[1640/1682] Compiling convert.cc
[1641/1682] Compiling hexdump.cc
[1642/1682] Compiling printf.cc
[1643/1682] Compiling pair.cc
[1644/1682] Compiling bn_asn1.cc
[1645/1682] Compiling file.cc
[1646/1682] Compiling fd.cc
[1647/1682] Compiling bio_mem.cc
[1648/1682] Compiling errno.cc
[1649/1682] Compiling base64.cc
[1650/1682] Compiling bio.cc
[1651/1682] Compiling tasn_typ.cc
[1652/1682] Compiling tasn_utl.cc
[1653/1682] Compiling posix_time.cc
[1654/1682] Compiling f_string.cc
[1655/1682] Compiling tasn_new.cc
[1656/1682] Compiling tasn_fre.cc
[1657/1682] Compiling asn_pack.cc
[1658/1682] Compiling tasn_enc.cc
[1659/1682] Compiling f_int.cc
[1660/1682] Compiling tasn_dec.cc
[1661/1682] Compiling asn1_lib.cc
[1662/1682] Compiling a_octet.cc
[1663/1682] Compiling a_type.cc
[1664/1682] Compiling a_utctm.cc
[1665/1682] Compiling asn1_par.cc
[1666/1682] Compiling a_strnid.cc
[1667/1682] Compiling a_time.cc
[1668/1682] Compiling a_strex.cc
[1669/1682] Compiling a_object.cc
[1670/1682] Compiling a_d2i_fp.cc
[1671/1682] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1671/1682] Write sources
[1675/1682] Compiling a_i2d_fp.cc
[1676/1682] Compiling a_gentm.cc
[1677/1682] Compiling a_dup.cc
[1678/1682] Compiling a_mbstr.cc
[1679/1779] Compiling a_bool.cc
[1680/1779] Compiling a_int.cc
[1681/1779] Compiling a_bitstr.cc
[1683/1779] Compiling Algorithms Combinations.swift
[1684/1779] Compiling Algorithms FlattenCollection.swift
[1685/1781] Compiling Algorithms Compacted.swift
[1686/1781] Compiling Algorithms Cycle.swift
[1687/1781] Compiling Algorithms Permutations.swift
[1688/1781] Compiling Algorithms Product.swift
[1689/1784] Compiling Algorithms Joined.swift
[1690/1784] Compiling Algorithms Keyed.swift
[1691/1784] Compiling Algorithms MinMax.swift
[1694/1784] Compiling Algorithms EitherSequence.swift
[1695/1784] Compiling Algorithms FirstNonNil.swift
[1696/1796] Emitting module BitCollections
[1697/1796] Compiling Algorithms Partition.swift
[1700/1796] Compiling Atomics IntegerOperations.swift
[1701/1796] Compiling Atomics Unmanaged extensions.swift
[1702/1796] Compiling Algorithms Rotate.swift
[1703/1796] Compiling Algorithms Split.swift
[1704/1796] Compiling Algorithms Stride.swift
[1708/1796] Compiling Algorithms Grouped.swift
[1709/1796] Compiling Algorithms Indexed.swift
[1710/1796] Compiling Algorithms Intersperse.swift
[1713/1796] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1714/1796] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1715/1796] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1716/1796] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1717/1796] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1718/1796] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1719/1796] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1720/1796] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1721/1796] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1722/1796] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1723/1796] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1724/1796] Compiling BitCollections BitSet+SetAlgebra union.swift
[1725/1796] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1726/1796] Compiling BitCollections BitSet.Counted.swift
[1727/1796] Compiling BitCollections BitSet+Initializers.swift
[1728/1796] Compiling BitCollections BitSet+Invariants.swift
[1729/1796] Compiling BitCollections BitSet+Random.swift
[1730/1796] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1731/1796] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1732/1796] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1733/1796] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1745/1799] Compiling Algorithms Suffix.swift
[1746/1799] Compiling CryptoBoringWrapper RandomBytes.swift
[1755/1799] Compiling Algorithms Trim.swift
[1756/1799] Compiling Algorithms Unique.swift
[1757/1799] Compiling Algorithms Windows.swift
[1758/1799] Compiling BitCollections BitSet.Index.swift
[1759/1799] Compiling BitCollections BitSet._UnsafeHandle.swift
[1760/1799] Compiling BitCollections BitSet.swift
[1761/1799] Compiling BitCollections Range+Utilities.swift
[1762/1799] Compiling BitCollections Slice+Utilities.swift
[1763/1799] Compiling BitCollections UInt+Tricks.swift
[1764/1799] Compiling BitCollections _Word.swift
[1765/1799] Compiling Algorithms AdjacentPairs.swift
[1766/1799] Compiling Algorithms Chain.swift
[1767/1799] Compiling Algorithms Chunked.swift
[1777/1799] Compiling BitCollections BitArray._UnsafeHandle.swift
[1778/1799] Compiling BitCollections BitArray.swift
[1779/1799] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1780/1799] Compiling BitCollections BitSet+Codable.swift
[1781/1800] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1788/1800] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1790/1800] Emitting module Atomics
[1791/1801] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1792/1801] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1794/1801] Compiling CryptoBoringWrapper EllipticCurve.swift
[1795/1801] Emitting module Algorithms
[1796/1801] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1797/1801] Emitting module CryptoBoringWrapper
[1803/1805] Emitting module Collections
[1804/1805] Compiling Collections Collections.swift
[1807/1937] Compiling Crypto DHKEM.swift
[1808/1937] Compiling Crypto HPKE-KEM-Curve25519.swift
[1809/1937] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1810/1937] Compiling Crypto HPKE-KEM.swift
[1811/1937] Compiling Crypto HPKE-Errors.swift
[1812/1937] Compiling Crypto HPKE.swift
[1813/1937] Compiling Crypto HPKE-Context.swift
[1814/1937] Compiling Crypto HPKE-KeySchedule.swift
[1815/1945] Emitting module Crypto
[1816/1954] Compiling Crypto HPKE-Modes.swift
[1817/1954] Compiling Crypto Insecure.swift
[1818/1954] Compiling Crypto Insecure_HashFunctions.swift
[1819/1954] Compiling Crypto KEM.swift
[1820/1954] Compiling Crypto ECDH_boring.swift
[1821/1954] Compiling Crypto DH.swift
[1822/1954] Compiling Crypto ECDH.swift
[1823/1954] Compiling Crypto HKDF.swift
[1824/1954] Compiling Crypto AESWrap.swift
[1825/1954] Compiling Crypto AESWrap_boring.swift
[1826/1954] Compiling Crypto Ed25519_boring.swift
[1827/1954] Compiling Crypto NISTCurvesKeys_boring.swift
[1828/1954] Compiling Crypto X25519Keys_boring.swift
[1829/1954] Compiling Crypto Curve25519.swift
[1830/1954] Compiling Crypto Ed25519Keys.swift
[1831/1954] Compiling Crypto NISTCurvesKeys.swift
[1832/1954] Compiling Crypto PKCS8PrivateKey.swift
[1833/1954] Compiling Crypto SEC1PrivateKey.swift
[1834/1954] Compiling Crypto SubjectPublicKeyInfo.swift
[1835/1954] Compiling Crypto CryptoKitErrors.swift
[1836/1954] Compiling Crypto Digest_boring.swift
[1837/1954] Compiling Crypto Digest.swift
[1838/1954] Compiling Crypto Digests.swift
[1839/1954] Compiling Crypto HashFunctions.swift
[1840/1954] Compiling Crypto HashFunctions_SHA2.swift
[1841/1954] Compiling Crypto HPKE-AEAD.swift
[1851/1954] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1852/1954] Compiling NIOCore SocketAddresses.swift
[1853/1954] Compiling NIOCore SocketOptionProvider.swift
[1854/1954] Compiling NIOCore SystemCallHelpers.swift
[1855/1954] Compiling NIOCore TimeAmount+Duration.swift
[1856/1954] Compiling NIOCore TypeAssistedChannelHandler.swift
[1857/1954] Compiling NIOCore UniversalBootstrapSupport.swift
[1858/1954] Compiling NIOCore Utilities.swift
[1859/1954] Compiling Crypto EdDSA_boring.swift
[1860/1954] Compiling Crypto ECDSA.swift
[1861/1954] Compiling Crypto Ed25519.swift
[1862/1954] Compiling Crypto HPKE-Ciphersuite.swift
[1863/1954] Compiling Crypto HPKE-KDF.swift
[1864/1954] Compiling Crypto HPKE-KexKeyDerivation.swift
[1865/1954] Compiling Crypto HPKE-LabeledExtract.swift
[1866/1954] Compiling Crypto HPKE-Utils.swift
[1882/1954] Compiling Crypto AES-GCM.swift
[1883/1954] Compiling Crypto AES-GCM_boring.swift
[1884/1954] Compiling Crypto ChaChaPoly_boring.swift
[1885/1954] Compiling Crypto ChaChaPoly.swift
[1886/1954] Compiling Crypto Cipher.swift
[1887/1954] Compiling Crypto Nonces.swift
[1888/1954] Compiling Crypto ASN1.swift
[1889/1954] Compiling Crypto ASN1Any.swift
[1890/1954] Compiling Crypto ASN1BitString.swift
[1891/1954] Compiling Crypto ASN1Boolean.swift
[1892/1954] Compiling Crypto ASN1Identifier.swift
[1893/1954] Compiling Crypto ASN1Integer.swift
[1894/1954] Compiling Crypto ASN1Null.swift
[1895/1954] Compiling Crypto ASN1OctetString.swift
[1896/1954] Compiling Crypto ASN1Strings.swift
[1897/1954] Compiling Crypto ArraySliceBigint.swift
[1898/1954] Compiling Crypto GeneralizedTime.swift
[1899/1954] Compiling Crypto ObjectIdentifier.swift
[1900/1954] Compiling Crypto ECDSASignature.swift
[1901/1954] Compiling Crypto PEMDocument.swift
[1918/1954] Compiling Crypto Signature.swift
[1919/1954] Compiling Crypto CryptoKitErrors_boring.swift
[1920/1954] Compiling Crypto RNG_boring.swift
[1921/1954] Compiling Crypto SafeCompare_boring.swift
[1922/1954] Compiling Crypto Zeroization_boring.swift
[1923/1954] Compiling Crypto PrettyBytes.swift
[1924/1954] Compiling Crypto SafeCompare.swift
[1925/1954] Compiling Crypto SecureBytes.swift
[1926/1954] Compiling Crypto Zeroization.swift
[1946/2002] Emitting module JWTKit
[1947/2008] Compiling JWTKit AudienceClaim.swift
[1948/2008] Compiling JWTKit BoolClaim.swift
[1949/2008] Compiling JWTKit ExpirationClaim.swift
[1950/2008] Compiling JWTKit GoogleHostedDomainClaim.swift
[1951/2008] Compiling JWTKit IDClaim.swift
[1952/2008] Compiling JWTKit IssuedAtClaim.swift
[1953/2008] Compiling JWTKit IssuerClaim.swift
[1954/2008] Compiling JWTKit JWTSigner.swift
[1955/2008] Compiling JWTKit JWTSigners.swift
[1956/2008] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1957/2008] Compiling JWTKit UnsecuredNoneSigner.swift
[1958/2008] Compiling JWTKit JWTSigner+RSA.swift
[1959/2008] Compiling JWTKit RSAError.swift
[1960/2008] Compiling JWTKit RSAKey.swift
[1961/2008] Compiling JWTKit RSASigner.swift
[1962/2008] Compiling JWTKit Base64URL.swift
[1963/2008] Compiling JWTKit BigNumber.swift
[1964/2008] Compiling JWTKit CustomizedJSONCoders.swift
[1965/2008] Compiling JWTKit Exports.swift
[1966/2008] Compiling JWTKit JWTClaim.swift
[1967/2008] Compiling JWTKit JWTMultiValueClaim.swift
[1968/2008] Compiling JWTKit JWTUnixEpochClaim.swift
[1969/2008] Compiling JWTKit LocaleClaim.swift
[1970/2008] Compiling JWTKit NotBeforeClaim.swift
[1971/2008] Compiling JWTKit SubjectClaim.swift
[1972/2008] Compiling JWTKit ECDSAError.swift
[1973/2008] Compiling JWTKit JWTAlgorithm.swift
[1974/2008] Compiling JWTKit JWTError.swift
[1975/2008] Compiling JWTKit JWTHeader.swift
[1976/2008] Compiling JWTKit JWTParser.swift
[1977/2008] Compiling JWTKit JWTPayload.swift
[1978/2008] Compiling JWTKit JWTSerializer.swift
[1979/2008] Compiling JWTKit OctetKeyPair.swift
[1980/2008] Compiling JWTKit HMACError.swift
[1981/2008] Compiling JWTKit HMACSigner.swift
[1982/2008] Compiling JWTKit JWTSigner+HMAC.swift
[1983/2008] Compiling JWTKit JWK.swift
[1984/2008] Compiling JWTKit JWKIdentifier.swift
[1985/2008] Compiling JWTKit JWKS.swift
[1986/2008] Compiling JWTKit ECDSAKey.swift
[1987/2008] Compiling JWTKit ECDSASigner.swift
[1988/2008] Compiling JWTKit JWTSigner+ECDSA.swift
[1989/2008] Compiling JWTKit EdDSAError.swift
[1990/2008] Compiling JWTKit EdDSAKey.swift
[1991/2008] Compiling JWTKit EdDSASigner.swift
[1992/2008] Compiling JWTKit JWTSigner+EdDSA.swift
[2002/2008] Emitting module NIOCore
[2004/2009] Compiling JWTKit OpenSSLSigner.swift
[2005/2009] Compiling JWTKit Utilities.swift
[2006/2009] Compiling JWTKit AppleIdentityToken.swift
[2007/2009] Compiling JWTKit GoogleIdentityToken.swift
[2008/2009] Compiling JWTKit MicrosoftIdentitiyToken.swift
[2009/2009] Compiling JWTKit X5CVerifier.swift
[2011/2060] Emitting module NIOEmbedded
[2012/2060] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2013/2060] Compiling NIOEmbedded AsyncTestingChannel.swift
[2014/2060] Compiling NIOEmbedded Embedded.swift
[2016/2061] Compiling NIOPosix Pool.swift
[2017/2061] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2018/2061] Compiling NIOPosix PosixSingletons.swift
[2019/2061] Compiling NIOPosix RawSocketBootstrap.swift
[2020/2061] Compiling NIOPosix Resolver.swift
[2021/2061] Compiling NIOPosix Selectable.swift
[2022/2067] Compiling NIOPosix ThreadPosix.swift
[2023/2067] Compiling NIOPosix ThreadWindows.swift
[2024/2067] Compiling NIOPosix UnsafeTransfer.swift
[2025/2067] Compiling NIOPosix Utilities.swift
[2026/2067] Compiling NIOPosix VsockAddress.swift
[2027/2067] Compiling NIOPosix VsockChannelEvents.swift
[2028/2067] Compiling NIOPosix SelectableChannel.swift
[2029/2067] Compiling NIOPosix SelectableEventLoop.swift
[2030/2067] Compiling NIOPosix SelectorEpoll.swift
[2031/2067] Compiling NIOPosix SelectorGeneric.swift
[2032/2067] Compiling NIOPosix SelectorKqueue.swift
[2033/2067] Compiling NIOPosix SelectorUring.swift
[2034/2067] Compiling NIOPosix ServerSocket.swift
[2035/2067] Compiling NIOPosix Socket.swift
[2036/2067] Compiling NIOPosix SocketChannel.swift
[2037/2067] Compiling NIOPosix SocketProtocols.swift
[2038/2067] Compiling NIOPosix System.swift
[2039/2067] Compiling NIOPosix Thread.swift
[2040/2067] Compiling NIOPosix IO.swift
[2041/2067] Compiling NIOPosix IntegerBitPacking.swift
[2042/2067] Compiling NIOPosix IntegerTypes.swift
[2043/2067] Compiling NIOPosix Linux.swift
[2044/2067] Compiling NIOPosix LinuxCPUSet.swift
[2045/2067] Compiling NIOPosix LinuxUring.swift
[2046/2067] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2047/2067] Compiling NIOPosix NIOThreadPool.swift
[2048/2067] Compiling NIOPosix NonBlockingFileIO.swift
[2049/2067] Compiling NIOPosix PendingDatagramWritesManager.swift
[2050/2067] Compiling NIOPosix PendingWritesManager.swift
[2051/2067] Compiling NIOPosix PipeChannel.swift
[2052/2067] Compiling NIOPosix PipePair.swift
[2053/2067] Compiling NIOPosix Bootstrap.swift
[2054/2067] Compiling NIOPosix ControlMessage.swift
[2055/2067] Compiling NIOPosix DatagramVectorReadManager.swift
[2056/2067] Compiling NIOPosix Errors+Any.swift
[2057/2067] Compiling NIOPosix FileDescriptor.swift
[2058/2067] Compiling NIOPosix GetaddrinfoResolver.swift
[2059/2067] Compiling NIOPosix HappyEyeballs.swift
[2060/2067] Emitting module NIOPosix
[2061/2067] Compiling NIOPosix BSDSocketAPICommon.swift
[2062/2067] Compiling NIOPosix BSDSocketAPIPosix.swift
[2063/2067] Compiling NIOPosix BSDSocketAPIWindows.swift
[2064/2067] Compiling NIOPosix BaseSocket.swift
[2065/2067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2066/2067] Compiling NIOPosix BaseSocketChannel.swift
[2067/2067] Compiling NIOPosix BaseStreamSocketChannel.swift
[2069/2127] Emitting module NIO
[2070/2127] Compiling NIO Exports.swift
[2072/2128] Compiling _NIOFileSystem FileHandle.swift
[2073/2128] Compiling _NIOFileSystem FileHandleProtocol.swift
[2074/2128] Compiling _NIOFileSystem FileInfo.swift
[2075/2128] Compiling _NIOFileSystem ByteCount.swift
[2076/2128] Compiling _NIOFileSystem Convenience.swift
[2077/2128] Compiling _NIOFileSystem DirectoryEntries.swift
[2078/2135] Compiling _NIOFileSystem FileSystemProtocol.swift
[2079/2135] Compiling _NIOFileSystem FileType.swift
[2080/2135] Compiling _NIOFileSystem IOStrategy.swift
[2081/2135] Compiling _NIOFileSystem TokenBucket.swift
[2082/2135] Compiling _NIOFileSystem UnsafeTransfer.swift
[2083/2135] Compiling _NIOFileSystem Array+FileSystem.swift
[2084/2167] Compiling NIOTLS TLSEvents.swift
[2085/2169] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2086/2169] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2087/2169] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2088/2169] Compiling NIOSOCKS SOCKSClientHandler.swift
[2089/2169] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2090/2171] Emitting module NIOTLS
[2091/2171] Compiling NIOSOCKS ClientGreeting.swift
[2092/2171] Compiling NIOSOCKS Errors.swift
[2093/2171] Compiling NIOSOCKS Helpers.swift
[2094/2171] Compiling NIOSOCKS SOCKSResponse.swift
[2095/2172] Compiling NIOTLS SNIHandler.swift
[2096/2172] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2097/2172] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2098/2172] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2099/2173] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2100/2173] Compiling NIOSOCKS ClientStateMachine.swift
[2101/2173] Compiling NIOSOCKS AuthenticationMethod.swift
[2106/2173] Compiling NIOSOCKS Messages.swift
[2107/2173] Compiling NIOSOCKS SOCKSRequest.swift
[2108/2173] Emitting module _NIOFileSystem
[2109/2177] Compiling AsyncKit Optional+StrictMap.swift
[2110/2177] Compiling AsyncKit Exports.swift
[2111/2177] Emitting module NIOSOCKS
[2114/2177] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2115/2177] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2116/2177] Compiling NIOSOCKS ServerStateMachine.swift
[2117/2178] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2118/2178] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2119/2178] Emitting module NIOFoundationCompat
[2120/2178] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2122/2208] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2123/2208] Compiling _NIOFileSystem Mocking.swift
[2124/2208] Compiling _NIOFileSystem Syscall.swift
[2125/2208] Compiling _NIOFileSystem Syscalls.swift
[2126/2208] Compiling NIOSSL SSLPublicKey.swift
[2127/2208] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2128/2208] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2129/2208] Compiling _NIOFileSystem CInterop.swift
[2130/2208] Compiling _NIOFileSystem Errno.swift
[2132/2208] Compiling NIOSSL PosixPort.swift
[2133/2208] Compiling NIOSSL SSLCallbacks.swift
[2134/2208] Compiling NIOSSL SSLConnection.swift
[2135/2208] Compiling NIOSSL SSLContext.swift
[2136/2208] Compiling NIOSSL SSLErrors.swift
[2137/2208] Compiling NIOSSL SSLInit.swift
[2138/2208] Compiling NIOSSL SSLPKCS12Bundle.swift
[2139/2230] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2140/2230] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2141/2230] Compiling NIOTransportServices AcceptHandler.swift
[2142/2230] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2143/2230] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2144/2232] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2145/2232] Compiling NIOTransportServices NIOTSErrors.swift
[2146/2232] Compiling NIOTransportServices NIOTSEventLoop.swift
[2147/2232] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2148/2232] Compiling NIOTransportServices NIOTSSingletons.swift
[2149/2232] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2150/2232] Compiling NIOTransportServices StateManagedChannel.swift
[2151/2232] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2152/2232] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2155/2232] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2156/2232] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2157/2232] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2158/2232] Compiling NIOTransportServices NIOTSBootstraps.swift
[2159/2232] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2160/2232] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2161/2232] Emitting module NIOTransportServices
[2167/2232] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2168/2232] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2169/2232] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2175/2233] Emitting module NIOHTTP1
[2180/2234] Compiling _NIOFileSystem SystemFileHandle.swift
[2181/2234] Compiling _NIOFileSystem Utilities.swift
[2182/2234] Compiling _NIOFileSystem OpenOptions.swift
[2183/2234] Compiling _NIOFileSystem String+FileSystem.swift
[2184/2234] Emitting module AsyncKit
[2185/2299] Compiling NIOHPACK IntegerCoding.swift
[2186/2300] Compiling NIOHPACK StaticHeaderTable.swift
[2190/2300] Compiling NIOSSL SafeCompare.swift
[2191/2300] Compiling NIOSSL SSLPrivateKey.swift
[2192/2300] Compiling MultipartKit BasicCodingKey.swift
[2193/2300] Compiling MultipartKit MultipartError.swift
[2194/2300] Compiling MultipartKit Exports.swift
[2195/2300] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2196/2300] Compiling NIOHPACK HPACKHeader.swift
[2197/2300] Compiling NIOHPACK HeaderTables.swift
[2198/2300] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2199/2300] Compiling NIOExtras LengthFieldPrepender.swift
[2200/2300] Compiling NIOExtras LineBasedFrameDecoder.swift
[2201/2300] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2202/2301] Compiling NIOHPACK IndexedHeaderTable.swift
[2203/2301] Emitting module NIOSSL
[2205/2305] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2207/2305] Compiling NIOExtras NIOExtrasError.swift
[2208/2305] Compiling NIOWebSocket WebSocketOpcode.swift
[2209/2308] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2210/2308] Compiling NIOHTTPCompression HTTPDecompression.swift
[2211/2308] Emitting module MultipartKit
[2215/2310] Compiling NIOHTTPCompression HTTPCompression.swift
[2216/2310] Emitting module NIOHTTPCompression
[2217/2310] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2218/2310] Compiling NIOExtras NIORequestIdentifiable.swift
[2223/2310] Compiling NIOExtras PCAPRingBuffer.swift
[2231/2310] Compiling MultipartKit MultipartPart.swift
[2232/2310] Compiling NIOExtras RequestResponseHandler.swift
[2233/2310] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2234/2310] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2235/2314] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2236/2314] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2237/2314] Compiling NIOHPACK HuffmanTables.swift
[2241/2314] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2246/2314] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2247/2314] Compiling NIOWebSocket WebSocketFrame.swift
[2254/2314] Emitting module NIOWebSocket
[2258/2314] Compiling NIOHPACK HuffmanCoding.swift
[2264/2314] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2266/2315] Emitting module NIOHPACK
[2275/2315] Emitting module NIOExtras
[2277/2315] Emitting module _NIOFileSystemFoundationCompat
[2279/2315] Compiling NIOExtras UnsafeTransfer.swift
[2283/2315] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2284/2315] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2285/2315] Compiling NIOExtras WritePCAPHandler.swift
[2286/2315] Compiling MultipartKit Utilities.swift
[2302/2320] Compiling NIOFileSystem Exports.swift
[2303/2320] Emitting module NIOFileSystem
[2313/2380] Compiling NIOHTTP2 Error+Any.swift
[2314/2380] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2315/2380] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2316/2380] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2318/2388] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2319/2388] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2320/2388] Compiling NIOHTTP2 HasLocalSettings.swift
[2321/2388] Compiling NIOHTTP2 HasRemoteSettings.swift
[2322/2388] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2323/2388] Compiling NIOHTTP2 QuiescingState.swift
[2324/2388] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2325/2388] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2326/2397] Compiling NIOHTTP2 MaySendFrames.swift
[2327/2397] Compiling NIOHTTP2 SendingDataState.swift
[2328/2397] Compiling NIOHTTP2 SendingGoawayState.swift
[2329/2397] Compiling NIOHTTP2 SendingHeadersState.swift
[2330/2397] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2331/2397] Compiling NIOHTTP2 SendingRstStreamState.swift
[2332/2397] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2333/2397] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2334/2397] Compiling WebSocketKit Exports.swift
[2335/2397] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2336/2397] Emitting module WebSocketKit
[2337/2397] Emitting module NIOHTTP2
[2338/2397] Compiling WebSocketKit WebSocket+Concurrency.swift
[2339/2397] Compiling WebSocketKit WebSocketHandler.swift
[2340/2397] Compiling WebSocketKit WebSocketClient.swift
[2341/2397] Compiling WebSocketKit WebSocket+Connect.swift
[2342/2397] Compiling WebSocketKit WebSocket.swift
[2344/2398] Compiling NIOHTTP2 InboundWindowManager.swift
[2345/2398] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2346/2398] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2347/2398] Compiling NIOHTTP2 StreamChannelList.swift
[2348/2398] Compiling NIOHTTP2 StreamMap.swift
[2349/2398] Compiling NIOHTTP2 StreamStateMachine.swift
[2350/2398] Compiling NIOHTTP2 UnsafeTransfer.swift
[2351/2398] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2352/2398] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2353/2398] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2354/2398] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2355/2398] Compiling NIOHTTP2 HTTP2StreamID.swift
[2356/2398] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2357/2398] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2358/2398] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2359/2398] Compiling NIOHTTP2 InboundEventBuffer.swift
[2367/2399] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2368/2399] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2369/2399] Compiling NIOHTTP2 MayReceiveFrames.swift
[2370/2399] Compiling NIOHTTP2 ReceivingDataState.swift
[2371/2399] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2372/2399] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2373/2399] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2374/2399] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2375/2399] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2376/2399] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2377/2399] Compiling NIOHTTP2 HTTP2Frame.swift
[2378/2399] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2379/2399] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2380/2399] Compiling NIOHTTP2 HTTP2PingData.swift
[2381/2399] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2382/2399] Compiling NIOHTTP2 HTTP2Settings.swift
[2383/2399] Compiling NIOHTTP2 HTTP2Stream.swift
[2384/2399] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2385/2399] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2386/2399] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2387/2399] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2388/2399] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2389/2399] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2390/2399] Compiling NIOHTTP2 HTTP2Error.swift
[2391/2399] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2392/2399] Compiling NIOHTTP2 StateMachineResult.swift
[2393/2399] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2394/2399] Compiling NIOHTTP2 DOSHeuristics.swift
[2399/2399] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2401/2460] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2402/2460] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2403/2460] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2404/2460] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2405/2460] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2406/2460] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2407/2460] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2408/2460] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2409/2460] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2410/2460] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2411/2460] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2412/2460] Compiling AsyncHTTPClient Transaction.swift
[2413/2460] Compiling AsyncHTTPClient Base64.swift
[2414/2460] Compiling AsyncHTTPClient BasicAuth.swift
[2415/2460] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2416/2460] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2417/2460] Compiling AsyncHTTPClient ConnectionPool.swift
[2418/2460] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2419/2460] Emitting module AsyncHTTPClient
[2420/2468] Compiling AsyncHTTPClient HTTPHandler.swift
[2421/2468] Compiling AsyncHTTPClient LRUCache.swift
[2422/2468] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2423/2468] Compiling AsyncHTTPClient NWErrorHandler.swift
[2424/2468] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2425/2468] Compiling AsyncHTTPClient TLSConfiguration.swift
[2426/2468] Compiling AsyncHTTPClient RedirectState.swift
[2427/2468] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2428/2468] Compiling AsyncHTTPClient ConnectionTarget.swift
[2429/2468] Compiling AsyncHTTPClient DeconstructedURL.swift
[2430/2468] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2431/2468] Compiling AsyncHTTPClient FoundationExtensions.swift
[2432/2468] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2433/2468] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2434/2468] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2435/2468] Compiling AsyncHTTPClient HTTPClient.swift
[2436/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2437/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2438/2468] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2439/2468] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2440/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2441/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2442/2468] Compiling AsyncHTTPClient RequestBodyLength.swift
[2443/2468] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2444/2468] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2445/2468] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2446/2468] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2447/2468] Compiling AsyncHTTPClient HTTP1Connection.swift
[2448/2468] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2449/2468] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2450/2468] Compiling AsyncHTTPClient HTTP2Connection.swift
[2451/2468] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2452/2468] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2453/2468] Compiling AsyncHTTPClient RequestOptions.swift
[2454/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2455/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2456/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2457/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2458/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2459/2468] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2460/2468] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2461/2468] Compiling AsyncHTTPClient RequestBag.swift
[2462/2468] Compiling AsyncHTTPClient RequestValidation.swift
[2463/2468] Compiling AsyncHTTPClient SSLContextCache.swift
[2464/2468] Compiling AsyncHTTPClient Scheme.swift
[2465/2468] Compiling AsyncHTTPClient Singleton.swift
[2466/2468] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2467/2468] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2468/2468] Compiling AsyncHTTPClient Utils.swift
[2470/2638] Compiling Vapor AsyncBasicResponder.swift
[2471/2638] Compiling Vapor AsyncMiddleware.swift
[2472/2638] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2473/2638] Compiling Vapor AsyncSessionDriver.swift
[2474/2638] Compiling Vapor Authentication+Concurrency.swift
[2475/2638] Compiling Vapor Cache+Concurrency.swift
[2476/2638] Compiling Vapor Client+Concurrency.swift
[2477/2638] Compiling Vapor RequestBody+Concurrency.swift
[2478/2638] Compiling Vapor Responder+Concurrency.swift
[2479/2638] Compiling Vapor ResponseCodable+Concurrency.swift
[2480/2638] Compiling Vapor RoutesBuilder+Concurrency.swift
[2481/2638] Compiling Vapor ViewRenderer+Concurrency.swift
[2482/2638] Compiling Vapor WebSocket+Concurrency.swift
[2483/2638] Compiling Vapor ContainerGetPathExecutor.swift
[2484/2638] Compiling Vapor Content.swift
[2485/2638] Compiling Vapor ContentCoders.swift
[2486/2638] Compiling Vapor ContentConfiguration.swift
[2487/2638] Compiling Vapor ContentContainer.swift
[2488/2638] Compiling Vapor JSONCoder+Custom.swift
[2489/2638] Compiling Vapor JSONCoders+Content.swift
[2490/2638] Compiling Vapor PlaintextDecoder.swift
[2491/2638] Compiling Vapor PlaintextEncoder.swift
[2492/2638] Compiling Vapor URLQueryCoders.swift
[2493/2638] Compiling Vapor URLQueryContainer.swift
[2494/2662] Compiling Vapor Request+Body.swift
[2495/2662] Compiling Vapor Request+BodyStream.swift
[2496/2662] Compiling Vapor Request.swift
[2497/2662] Compiling Vapor Application+Responder.swift
[2498/2662] Compiling Vapor DefaultResponder.swift
[2499/2662] Compiling Vapor Response+Body.swift
[2500/2662] Compiling Vapor Response.swift
[2501/2662] Compiling Vapor ResponseCodable.swift
[2502/2662] Compiling Vapor Application+Routes.swift
[2503/2662] Compiling Vapor Parameters+Require.swift
[2504/2662] Compiling Vapor Request+WebSocket.swift
[2505/2662] Compiling Vapor Route.swift
[2506/2662] Compiling Vapor RouteCollection.swift
[2507/2662] Compiling Vapor Routes.swift
[2508/2662] Compiling Vapor RoutesBuilder+Group.swift
[2509/2662] Compiling Vapor RoutesBuilder+Method.swift
[2510/2662] Compiling Vapor RoutesBuilder+Middleware.swift
[2511/2662] Compiling Vapor RoutesBuilder+WebSocket.swift
[2512/2662] Compiling Vapor RoutesBuilder.swift
[2513/2662] Compiling Vapor OTP.swift
[2514/2662] Compiling Vapor Application+Servers.swift
[2515/2662] Compiling Vapor Server.swift
[2516/2662] Compiling Vapor App+Service.swift
[2517/2662] Compiling Vapor Req+Service.swift
[2518/2686] Compiling Vapor Validator.swift
[2519/2686] Compiling Vapor ValidatorResult.swift
[2520/2686] Compiling Vapor And.swift
[2521/2686] Compiling Vapor Case.swift
[2522/2686] Compiling Vapor CharacterSet.swift
[2523/2686] Compiling Vapor Count.swift
[2524/2686] Compiling Vapor Custom.swift
[2525/2686] Compiling Vapor Email.swift
[2526/2686] Compiling Vapor Empty.swift
[2527/2686] Compiling Vapor In.swift
[2528/2686] Compiling Vapor Nil.swift
[2529/2686] Compiling Vapor NilIgnoring.swift
[2530/2686] Compiling Vapor Not.swift
[2531/2686] Compiling Vapor Or.swift
[2532/2686] Compiling Vapor Pattern.swift
[2533/2686] Compiling Vapor Range.swift
[2534/2686] Compiling Vapor URL.swift
[2535/2686] Compiling Vapor Valid.swift
[2536/2686] Compiling Vapor Application+Views.swift
[2537/2686] Compiling Vapor PlaintextRenderer.swift
[2538/2686] Compiling Vapor Request+View.swift
[2539/2686] Compiling Vapor View.swift
[2540/2686] Compiling Vapor ViewRenderer.swift
[2541/2686] Compiling Vapor _Deprecations.swift
[2542/2686] Compiling Vapor Application.swift
[2543/2686] Compiling Vapor AuthenticationCache.swift
[2544/2686] Compiling Vapor Authenticator.swift
[2545/2686] Compiling Vapor BasicAuthorization.swift
[2546/2686] Compiling Vapor BearerAuthorization.swift
[2547/2686] Compiling Vapor GuardMiddleware.swift
[2548/2686] Compiling Vapor RedirectMiddleware.swift
[2549/2686] Compiling Vapor SessionAuthenticatable.swift
[2550/2686] Compiling Vapor Bcrypt.swift
[2551/2686] Compiling Vapor Application+Cache.swift
[2552/2686] Compiling Vapor Cache.swift
[2553/2686] Compiling Vapor CacheExpirationTime.swift
[2554/2686] Compiling Vapor MemoryCache.swift
[2555/2686] Compiling Vapor Request+Cache.swift
[2556/2686] Compiling Vapor Application+Clients.swift
[2557/2686] Compiling Vapor Client.swift
[2558/2686] Compiling Vapor ClientRequest.swift
[2559/2686] Compiling Vapor ClientResponse.swift
[2560/2686] Compiling Vapor Request+Client.swift
[2561/2686] Compiling Vapor BootCommand.swift
[2562/2686] Compiling Vapor CommandContext+Application.swift
[2563/2686] Compiling Vapor RoutesCommand.swift
[2564/2686] Compiling Vapor ServeCommand.swift
[2565/2686] Compiling Vapor AnyResponse+Concurrency.swift
[2566/2686] Compiling Vapor Core.swift
[2567/2686] Compiling Vapor Running.swift
[2568/2686] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2569/2686] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2570/2686] Compiling Vapor DotEnvFile+load.swift
[2571/2686] Compiling Vapor Routes+caseInsenstive.swift
[2572/2686] Compiling Vapor Validatable+validate.swift
[2573/2686] Compiling Vapor Environment+Process.swift
[2574/2686] Compiling Vapor Environment+Secret.swift
[2575/2686] Compiling Vapor Environment.swift
[2576/2686] Compiling Vapor Abort.swift
[2577/2686] Compiling Vapor AbortError.swift
[2578/2686] Compiling Vapor DebuggableError.swift
[2579/2686] Compiling Vapor Demangler.swift
[2580/2686] Compiling Vapor ErrorSource.swift
[2581/2686] Compiling Vapor StackTrace.swift
[2582/2686] Compiling Vapor Exports.swift
[2583/2686] Compiling Vapor Application+HTTP.swift
[2584/2686] Compiling Vapor BasicResponder.swift
[2585/2686] Compiling Vapor BodyStream.swift
[2586/2686] Compiling Vapor Application+HTTP+Client.swift
[2587/2686] Compiling Vapor EventLoopHTTPClient.swift
[2588/2686] Compiling Vapor EndpointCache.swift
[2589/2686] Compiling Vapor HTTPMethod+String.swift
[2590/2686] Emitting module Vapor
[2591/2686] Compiling Vapor Service.swift
[2592/2686] Compiling Vapor Application+Sessions.swift
[2593/2686] Compiling Vapor MemorySessions.swift
[2594/2686] Compiling Vapor Request+Session.swift
[2595/2686] Compiling Vapor Session.swift
[2596/2686] Compiling Vapor SessionCache.swift
[2597/2686] Compiling Vapor SessionData.swift
[2598/2686] Compiling Vapor SessionDriver.swift
[2599/2686] Compiling Vapor SessionsConfiguration.swift
[2600/2686] Compiling Vapor SessionsMiddleware.swift
[2601/2686] Compiling Vapor URLEncodedFormData.swift
[2602/2686] Compiling Vapor URLEncodedFormDecoder.swift
[2603/2686] Compiling Vapor URLEncodedFormEncoder.swift
[2604/2686] Compiling Vapor URLEncodedFormError.swift
[2605/2686] Compiling Vapor URLEncodedFormParser.swift
[2606/2686] Compiling Vapor URLEncodedFormSerializer.swift
[2607/2686] Compiling Vapor URLQueryFragmentConvertible.swift
[2608/2686] Compiling Vapor AnyResponse.swift
[2609/2686] Compiling Vapor Array+Random.swift
[2610/2686] Compiling Vapor Base32.swift
[2611/2686] Compiling Vapor Base64.swift
[2612/2686] Compiling Vapor BaseN.swift
[2613/2686] Compiling Vapor BasicCodingKey.swift
[2614/2686] Compiling Vapor ByteCount.swift
[2615/2686] Compiling Vapor Bytes+Hex.swift
[2616/2686] Compiling Vapor Bytes+SecureCompare.swift
[2617/2686] Compiling Vapor Collection+Safe.swift
[2618/2686] Compiling Vapor DataProtocol+Copy.swift
[2619/2686] Compiling Vapor DecoderUnwrapper.swift
[2620/2686] Compiling Vapor DirectoryConfiguration.swift
[2621/2686] Compiling Vapor DotEnv.swift
[2622/2686] Compiling Vapor Extendable.swift
[2623/2686] Compiling Vapor File.swift
[2624/2686] Compiling Vapor FileIO.swift
[2625/2686] Compiling Vapor LifecycleHandler.swift
[2626/2686] Compiling Vapor OptionalType.swift
[2627/2686] Compiling Vapor RFC1123.swift
[2628/2686] Compiling Vapor SocketAddress+Hostname.swift
[2629/2686] Compiling Vapor Storage.swift
[2630/2686] Compiling Vapor String+IsIPAddress.swift
[2631/2686] Compiling Vapor Thread.swift
[2632/2686] Compiling Vapor URI.swift
[2633/2686] Compiling Vapor RangeResult.swift
[2634/2686] Compiling Vapor Validatable.swift
[2635/2686] Compiling Vapor Validation.swift
[2636/2686] Compiling Vapor ValidationKey.swift
[2637/2686] Compiling Vapor Validations.swift
[2638/2686] Compiling Vapor ValidationsError.swift
[2639/2686] Compiling Vapor HTTPServerResponseEncoder.swift
[2640/2686] Compiling Vapor HTTPServerUpgradeHandler.swift
[2641/2686] Compiling Vapor Logger+Report.swift
[2642/2686] Compiling Vapor LoggingSystem+Environment.swift
[2643/2686] Compiling Vapor Application+Middleware.swift
[2644/2686] Compiling Vapor CORSMiddleware.swift
[2645/2686] Compiling Vapor ErrorMiddleware.swift
[2646/2686] Compiling Vapor FileMiddleware.swift
[2647/2686] Compiling Vapor Middleware.swift
[2648/2686] Compiling Vapor MiddlewareConfiguration.swift
[2649/2686] Compiling Vapor ResponseCompressionMiddleware.swift
[2650/2686] Compiling Vapor RouteLoggingMiddleware.swift
[2651/2686] Compiling Vapor TracingMiddleware.swift
[2652/2686] Compiling Vapor File+Multipart.swift
[2653/2686] Compiling Vapor FormDataDecoder+Content.swift
[2654/2686] Compiling Vapor FormDataEncoder+Content.swift
[2655/2686] Compiling Vapor Application+Password.swift
[2656/2686] Compiling Vapor Application+Passwords.swift
[2657/2686] Compiling Vapor AsyncPasswordHasher.swift
[2658/2686] Compiling Vapor BcryptHasher.swift
[2659/2686] Compiling Vapor PasswordHasher.swift
[2660/2686] Compiling Vapor PlaintextHasher.swift
[2661/2686] Compiling Vapor Request+Password.swift
[2662/2686] Compiling Vapor Redirect.swift
[2663/2686] Compiling Vapor HTTPStatus.swift
[2664/2686] Compiling Vapor HTTPCookies.swift
[2665/2686] Compiling Vapor HTTPHeaderCacheControl.swift
[2666/2686] Compiling Vapor HTTPHeaderExpires.swift
[2667/2686] Compiling Vapor HTTPHeaderLastModified.swift
[2668/2686] Compiling Vapor HTTPHeaders+Cache.swift
[2669/2686] Compiling Vapor HTTPHeaders+Connection.swift
[2670/2686] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2671/2686] Compiling Vapor HTTPHeaders+ContentRange.swift
[2672/2686] Compiling Vapor HTTPHeaders+Directive.swift
[2673/2686] Compiling Vapor HTTPHeaders+Forwarded.swift
[2674/2686] Compiling Vapor HTTPHeaders+Link.swift
[2675/2686] Compiling Vapor HTTPHeaders+Name.swift
[2676/2686] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2677/2686] Compiling Vapor HTTPHeaders.swift
[2678/2686] Compiling Vapor HTTPMediaType.swift
[2679/2686] Compiling Vapor HTTPMediaTypePreference.swift
[2680/2686] Compiling Vapor Responder.swift
[2681/2686] Compiling Vapor Application+HTTP+Server.swift
[2682/2686] Compiling Vapor HTTPServer.swift
[2683/2686] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2684/2686] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2685/2686] Compiling Vapor HTTPServerHandler.swift
[2686/2686] Compiling Vapor HTTPServerRequestDecoder.swift
[2688/2698] Compiling JWT JWTError+Vapor.swift
[2689/2699] Compiling JWT JWTAuthenticator.swift
[2690/2699] Compiling JWT JWT+Microsoft.swift
[2691/2699] Compiling JWT JWT+Google.swift
[2692/2699] Compiling JWT Application+JWT.swift
[2693/2699] Compiling JWT AsyncJWTAuthenticator.swift
[2694/2699] Emitting module JWT
[2695/2699] Compiling JWT JWT+Apple.swift
[2696/2699] Compiling JWT JWT+Concurrency.swift
[2697/2699] Compiling JWT Exports.swift
[2698/2699] Compiling JWT JWKSCache.swift
[2699/2699] Compiling JWT Request+JWT.swift
[2701/2712] Compiling Ferno JWTPayload.swift
[2702/2713] Compiling Ferno FernoPath.swift
[2703/2713] Compiling Ferno FernoQuery.swift
[2704/2713] Compiling Ferno FernoDriver.swift
[2705/2713] Compiling Ferno FernoErrors.swift
[2706/2713] Compiling Ferno FernoValue.swift
[2707/2713] Compiling Ferno FernoServiceJsonConfiguration.swift
[2708/2713] Compiling Ferno Snapshot.swift
[2709/2713] Emitting module Ferno
/host/spi-builder-workspace/Sources/Ferno/Application+Ferno.swift:10:16: warning: type 'Application.Ferno.Key.Value' (aka 'Application.Ferno.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
8 | public struct Ferno {
9 |
10 | struct Key: StorageKey {
| `- warning: type 'Application.Ferno.Key.Value' (aka 'Application.Ferno.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 | typealias Value = Storage
12 | }
:
42 | }
43 |
44 | final class Storage {
| `- note: class 'Storage' does not conform to the 'Sendable' protocol
45 | public var configuration: FernoConfigurationProvider
46 | public var driver: FernoDriver?
[2710/2713] Compiling Ferno Application+Ferno.swift
/host/spi-builder-workspace/Sources/Ferno/Application+Ferno.swift:10:16: warning: type 'Application.Ferno.Key.Value' (aka 'Application.Ferno.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
8 | public struct Ferno {
9 |
10 | struct Key: StorageKey {
| `- warning: type 'Application.Ferno.Key.Value' (aka 'Application.Ferno.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 | typealias Value = Storage
12 | }
:
42 | }
43 |
44 | final class Storage {
| `- note: class 'Storage' does not conform to the 'Sendable' protocol
45 | public var configuration: FernoConfigurationProvider
46 | public var driver: FernoDriver?
[2711/2713] Compiling Ferno String+Extensions.swift
/host/spi-builder-workspace/Sources/Ferno/Application+Ferno.swift:10:16: warning: type 'Application.Ferno.Key.Value' (aka 'Application.Ferno.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
8 | public struct Ferno {
9 |
10 | struct Key: StorageKey {
| `- warning: type 'Application.Ferno.Key.Value' (aka 'Application.Ferno.Storage') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 | typealias Value = Storage
12 | }
:
42 | }
43 |
44 | final class Storage {
| `- note: class 'Storage' does not conform to the 'Sendable' protocol
45 | public var configuration: FernoConfigurationProvider
46 | public var driver: FernoDriver?
[2712/2713] Compiling Ferno FernoClient.swift
[2713/2713] Compiling Ferno FernoDefaultConfiguration.swift
Build complete! (457.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
}
],
"manifest_display_name" : "Ferno",
"name" : "Ferno",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Ferno",
"targets" : [
"Ferno"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FernoTests",
"module_type" : "SwiftTarget",
"name" : "FernoTests",
"path" : "Tests/FernoTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"Application+Testing.swift",
"FernoDefaultTests.swift",
"FernoServiceJsonTests.swift",
"Models/FirebaseAccountKey.swift",
"Models/Student.swift",
"Models/Teacher.swift",
"Models/UpdateStudentInfo.swift"
],
"target_dependencies" : [
"Ferno"
],
"type" : "test"
},
{
"c99name" : "Ferno",
"module_type" : "SwiftTarget",
"name" : "Ferno",
"path" : "Sources/Ferno",
"product_dependencies" : [
"Vapor",
"JWT"
],
"product_memberships" : [
"Ferno"
],
"sources" : [
"Application+Ferno.swift",
"Extensions/String+Extensions.swift",
"FernoClient.swift",
"FernoDefaultConfiguration.swift",
"FernoDriver.swift",
"FernoErrors.swift",
"FernoPath.swift",
"FernoQuery.swift",
"FernoServiceJsonConfiguration.swift",
"FernoValue.swift",
"JWTPayload.swift",
"Snapshot.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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.