Build Information
Successful build of Ferno, reference 0.6.0 (626e66
), with Swift 6.1 for Android on 28 May 2025 22:17:55 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 0.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor-community/ferno
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 626e661 Merge pull request #9 from chibombo/feature/json-configuration
Cloned https://github.com/vapor-community/ferno.git
Revision (git rev-parse @):
626e661b9a3b1e4a94c4dc36eceea17d5ac59282
SUCCESS checkout https://github.com/vapor-community/ferno.git at 0.6.0
========================================
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-4609320-1":/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
Fetched https://github.com/vapor/jwt.git from cache (0.45s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.30s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (4.20s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.37s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.43s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.57s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.37s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.09s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3319] Fetching multipart-kit
[831/5029] Fetching multipart-kit, swift-atomics
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1628/4382] Fetching multipart-kit, swift-service-context
[2691/9356] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
[3239/11965] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit
[8932/17924] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, websocket-kit, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.77s)
[11042/12950] Fetching multipart-kit, swift-service-context, websocket-kit, swift-algorithms
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.06s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
[2713/6588] Fetching multipart-kit, swift-service-context, swift-metrics
Fetched https://github.com/apple/swift-service-context.git from cache (1.08s)
[1870/5525] Fetching multipart-kit, swift-metrics
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[3856/9361] Fetching multipart-kit, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
[3874/7155] Fetching multipart-kit, swift-log
Fetching https://github.com/apple/swift-nio.git
[5486/13069] Fetching multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
[5612/9233] Fetching multipart-kit, swift-nio-extras
Fetching https://github.com/vapor/routing-kit.git
[7564/20760] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
[10100/96853] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio
[10101/117580] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio, routing-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (3.33s)
[42948/114261] Fetching swift-nio-extras, swift-nio-http2, swift-nio, routing-kit
Fetching https://github.com/vapor/console-kit.git
[60997/119902] Fetching swift-nio-extras, swift-nio-http2, swift-nio, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.96s)
Fetching https://github.com/vapor/async-kit.git
[70888/114261] Fetching swift-nio-extras, swift-nio-http2, swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (2.06s)
Fetching https://github.com/swift-server/async-http-client.git
[53205/93534] Fetching swift-nio-extras, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.79s)
[55661/87620] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.80s)
[44895/76093] Fetching swift-nio
[44896/78463] Fetching swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.44s)
[48700/76093] Fetching swift-nio
[49462/90107] Fetching swift-nio, async-http-client
[57230/104950] Fetching swift-nio, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.14s)
[66292/90936] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio.git from cache (7.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.93s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.90s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (2.90s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.39s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[485/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.81s)
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.84s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.76s)
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.46s)
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.34s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.78s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.90s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
[380/904] Fetching swift-http-types
[905/7059] Fetching swift-http-types, swift-certificates
[1398/12044] Fetching swift-http-types, swift-certificates, swift-async-algorithms
[6825/14470] Fetching swift-http-types, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.74s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.63s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.03s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.94s)
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.11s)
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.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.79s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.52s)
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.23s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.28s)
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.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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-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-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/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/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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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/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/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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
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
[44/1255] Compiling _AtomicsShims.c
[45/1255] Write sources
[49/1255] Compiling CNIOWindows shim.c
[50/1255] Compiling CNIOWindows WSAStartup.c
[51/1255] Compiling CNIOWASI CNIOWASI.c
[52/1255] Compiling _NumericsShims _NumericsShims.c
[53/1255] Compiling CVaporBcrypt bcrypt.c
[54/1255] Compiling CVaporBcrypt blf.c
[55/1255] Compiling CNIOLinux liburing_shims.c
[56/1255] Compiling CNIOSHA1 c_nio_sha1.c
[57/1255] Compiling CSystem shims.c
[58/1255] Compiling CNIOExtrasZlib empty.c
[59/1255] Compiling CNIOLLHTTP c_nio_http.c
[60/1255] Compiling CNIODarwin shim.c
[61/1255] Compiling CNIOLinux shim.c
[62/1255] Compiling CNIOLLHTTP c_nio_api.c
[63/1255] Compiling fiat_p256_adx_mul.S
[64/1255] Compiling fiat_p256_adx_sqr.S
[65/1255] Compiling fiat_curve25519_adx_square.S
[66/1255] Compiling fiat_curve25519_adx_mul.S
[67/1255] Write swift-version-24593BA9C3E375BF.txt
[68/1255] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/1255] Compiling CNIOBoringSSLShims shims.c
[70/1261] Compiling tls_record.cc
[71/1261] Compiling tls13_server.cc
[71/1261] Compiling tls13_client.cc
[73/1261] Compiling tls_method.cc
[74/1282] Compiling tls13_enc.cc
[75/1299] Compiling tls13_both.cc
[77/1324] Compiling _NIODataStructures PriorityQueue.swift
[78/1324] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/1324] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/1324] Compiling InternalCollectionsUtilities Debugging.swift
[81/1324] Compiling InternalCollectionsUtilities Descriptions.swift
[82/1324] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/1324] Emitting module RealModule
[84/1326] Compiling RealModule Float16+Real.swift
[85/1326] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/1326] Compiling InternalCollectionsUtilities Integer rank.swift
[87/1326] Compiling _NIODataStructures _TinyArray.swift
[88/1326] Compiling RealModule Real.swift
[89/1326] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/1326] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/1326] Compiling RealModule Float+Real.swift
[92/1326] Compiling ServiceContextModule ServiceContextKey.swift
[93/1326] Compiling Logging LogHandler.swift
[94/1326] Emitting module ServiceContextModule
[95/1326] Compiling ServiceContextModule ServiceContext.swift
[98/1326] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[99/1326] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/1326] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[101/1327] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[102/1327] Emitting module _NIOBase64
[103/1327] Compiling _NIOBase64 Base64.swift
[104/1327] Compiling RealModule ElementaryFunctions.swift
[105/1328] Compiling SystemPackage MachPort.swift
[106/1328] Compiling SystemPackage PlatformString.swift
[107/1328] Compiling SystemPackage SystemString.swift
[108/1331] Compiling RealModule Float80+Real.swift
[111/1331] Emitting module InternalCollectionsUtilities
[112/1331] Compiling _NIODataStructures Heap.swift
[113/1331] Emitting module _NIODataStructures
[114/1332] Emitting module SystemPackage
[119/1332] Compiling CoreMetrics Metrics.swift
[122/1332] Compiling RealModule RealFunctions.swift
[132/1333] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/1340] Compiling Instrumentation NoOpInstrument.swift
[136/1340] Emitting module Instrumentation
[137/1340] Compiling Instrumentation MultiplexInstrument.swift
[138/1340] Compiling SystemPackage Util+StringArray.swift
[139/1340] Compiling SystemPackage Util.swift
[140/1340] Compiling SystemPackage UtilConsumers.swift
[140/1340] Compiling ssl_versions.cc
[141/1340] Compiling t1_enc.cc
[143/1340] Compiling Logging MetadataProvider.swift
[143/1340] Compiling ssl_x509.cc
[145/1340] Compiling Instrumentation Instrument.swift
[146/1340] Compiling Instrumentation InstrumentationSystem.swift
[147/1340] Compiling Instrumentation Locks.swift
[148/1340] Compiling SystemPackage Mocking.swift
[149/1340] Compiling SystemPackage RawBuffer.swift
[150/1340] Compiling SystemPackage Syscalls.swift
[151/1340] Compiling SystemPackage WindowsSyscallAdapters.swift
[152/1341] Emitting module CoreMetrics
[153/1341] Compiling CoreMetrics Locks.swift
[153/1341] Compiling ssl_transcript.cc
[155/1342] Emitting module Logging
[156/1342] Compiling Logging Locks.swift
[157/1342] Compiling Logging Logging.swift
[158/1411] Compiling _RopeModule BigString+Chunk+Counts.swift
[159/1411] Compiling _RopeModule BigString+Chunk+Description.swift
[160/1411] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[161/1411] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[162/1411] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[163/1411] Compiling _RopeModule BigString+Chunk+Splitting.swift
[164/1411] Compiling _RopeModule BigString+Chunk.swift
[165/1411] Compiling _RopeModule BigString+BidirectionalCollection.swift
[169/1474] Compiling HeapModule Heap+Invariants.swift
[170/1474] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/1571] Compiling HeapModule Heap+Descriptions.swift
[173/1581] Emitting module HeapModule
[174/1581] Compiling DequeModule Deque+Equatable.swift
[175/1581] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[176/1581] Compiling DequeModule Deque+CustomReflectable.swift
[177/1581] Compiling DequeModule Deque+Descriptions.swift
[178/1581] Compiling HeapModule _HeapNode.swift
[179/1581] Compiling Tracing InstrumentationSystem+Tracing.swift
[180/1583] Compiling HeapModule Heap.swift
[181/1583] Compiling HeapModule Heap+UnsafeHandle.swift
[182/1584] Compiling DequeModule _DequeBuffer.swift
[183/1584] Compiling DequeModule _DequeBufferHeader.swift
[184/1584] Emitting module Tracing
[185/1584] Compiling Tracing TracingTime.swift
[187/1584] Compiling HashTreeCollections _HashStack.swift
[188/1584] Compiling HashTreeCollections _HashTreeIterator.swift
[189/1584] Compiling HashTreeCollections _HashTreeStatistics.swift
[190/1584] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[191/1584] Compiling HashTreeCollections _RawHashNode.swift
[192/1584] Compiling HashTreeCollections _UnmanagedHashNode.swift
[193/1584] Compiling HashTreeCollections _UnsafePath.swift
[194/1591] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[195/1591] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[196/1591] Compiling HashTreeCollections TreeDictionary+Keys.swift
[197/1591] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[198/1591] Compiling HashTreeCollections TreeDictionary+Merge.swift
[199/1591] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[200/1591] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[201/1591] Compiling HashTreeCollections TreeSet+Hashable.swift
[202/1591] Compiling HashTreeCollections TreeSet+Sendable.swift
[203/1591] Compiling HashTreeCollections TreeSet+Sequence.swift
[204/1591] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[205/1591] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[206/1591] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[207/1591] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[208/1591] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[209/1591] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[210/1591] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[211/1601] Compiling Tracing TracerProtocol.swift
[212/1601] Compiling Tracing TracerProtocol+Legacy.swift
[213/1601] Compiling Tracing Tracer.swift
[214/1601] Compiling DequeModule Deque+Codable.swift
[215/1601] Compiling DequeModule Deque+Collection.swift
[220/1601] Compiling DequeModule Deque+Extras.swift
[221/1601] Compiling DequeModule Deque+Hashable.swift
[224/1601] Compiling DequeModule Deque+Testing.swift
[225/1601] Compiling DequeModule Deque._Storage.swift
[226/1601] Compiling DequeModule Deque._UnsafeHandle.swift
[227/1601] Compiling DequeModule Deque.swift
[228/1601] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[229/1601] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[230/1601] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[231/1601] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[232/1601] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[233/1601] Compiling HashTreeCollections _HashNode+Structural merge.swift
[234/1601] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[235/1601] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[236/1601] Compiling HashTreeCollections _HashNode+Structural union.swift
[237/1601] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[238/1601] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[239/1601] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[240/1601] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[241/1601] Compiling HashTreeCollections _HashNode.swift
[242/1601] Compiling HashTreeCollections _HashNodeHeader.swift
[243/1601] Compiling HashTreeCollections _HashSlot.swift
[244/1601] Compiling HashTreeCollections TreeDictionary+Codable.swift
[245/1601] Compiling HashTreeCollections TreeDictionary+Collection.swift
[246/1601] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[247/1601] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[248/1601] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[249/1601] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[250/1601] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[251/1601] Compiling HashTreeCollections TreeDictionary+Filter.swift
[252/1601] Compiling DequeModule _DequeSlot.swift
[253/1601] Compiling DequeModule _UnsafeWrappedBuffer.swift
[254/1601] Compiling OrderedCollections OrderedSet+SubSequence.swift
[255/1601] Compiling OrderedCollections OrderedSet+Testing.swift
[256/1601] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[257/1601] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[258/1601] Compiling OrderedCollections OrderedSet.swift
[259/1601] Compiling OrderedCollections _UnsafeBitset.swift
[260/1601] Compiling HashTreeCollections TreeSet+Equatable.swift
[261/1601] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[262/1601] Compiling HashTreeCollections TreeSet+Extras.swift
[263/1601] Compiling HashTreeCollections TreeSet+Filter.swift
[264/1601] Compiling Tracing NoOpTracer.swift
[265/1601] Compiling Tracing SpanProtocol.swift
[289/1611] Compiling _RopeModule _CharacterRecognizer.swift
[290/1611] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[291/1611] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[292/1611] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[293/1611] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[294/1611] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[295/1611] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[296/1611] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[297/1611] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[298/1611] Compiling HashTreeCollections TreeSet.swift
[299/1611] Emitting module DequeModule
[310/1612] Compiling OrderedCollections OrderedSet+Sendable.swift
[325/1612] Compiling ssl_stat.cc
[348/1612] Emitting module _RopeModule
[378/1612] Compiling RoutingKit Router.swift
[379/1612] Compiling RoutingKit TrieRouter.swift
[380/1612] Compiling RoutingKit PathComponent.swift
[381/1612] Emitting module OrderedCollections
[416/1613] Emitting module RoutingKit
[417/1613] Compiling RoutingKit AnyRouter.swift
[418/1613] Compiling RoutingKit Parameters.swift
[419/1614] Emitting module Metrics
[420/1614] Compiling Metrics Metrics.swift
[423/1615] Compiling _RopeModule Rope+Join.swift
[424/1615] Compiling _RopeModule Rope+MutatingForEach.swift
[425/1615] Compiling _RopeModule Rope+Remove.swift
[426/1615] Compiling _RopeModule Rope+RemoveSubrange.swift
[427/1615] Compiling _RopeModule Rope+Split.swift
[428/1615] Compiling _RopeModule Optional Utilities.swift
[429/1615] Compiling _RopeModule String Utilities.swift
[430/1615] Compiling _RopeModule String.Index+ABI.swift
[431/1615] Compiling ssl_session.cc
[433/1615] Emitting module HashTreeCollections
[434/1616] Compiling ssl_privkey.cc
[444/1617] Compiling ssl_lib.cc
[446/1617] Compiling ssl_cert.cc
[447/1617] Compiling ssl_key_share.cc
[448/1617] Compiling ssl_cipher.cc
[449/1617] Compiling ssl_credential.cc
[450/1617] Compiling ssl_file.cc
[451/1617] Compiling ssl_buffer.cc
[452/1617] Compiling ssl_asn1.cc
[453/1617] Compiling ssl_aead_ctx.cc
[454/1617] Compiling s3_lib.cc
[455/1617] Compiling s3_both.cc
[456/1617] Compiling s3_pkt.cc
[457/1617] Compiling handshake.cc
[458/1617] Compiling handshake_client.cc
[459/1617] Compiling handoff.cc
[460/1617] Compiling handshake_server.cc
[461/1617] Compiling encrypted_client_hello.cc
[462/1617] Compiling d1_srtp.cc
[463/1617] Compiling md5-x86_64-linux.S
[464/1617] Compiling md5-x86_64-apple.S
[465/1617] Compiling dtls_method.cc
[466/1617] Compiling dtls_record.cc
[467/1617] Compiling md5-586-linux.S
[468/1617] Compiling md5-586-apple.S
[469/1617] Compiling chacha20_poly1305_x86_64-linux.S
[470/1617] Compiling chacha20_poly1305_x86_64-apple.S
[471/1617] Compiling d1_pkt.cc
[472/1617] Compiling chacha20_poly1305_armv8-win.S
[473/1617] Compiling extensions.cc
[474/1617] Compiling chacha20_poly1305_armv8-apple.S
[475/1617] Compiling chacha-x86_64-linux.S
[476/1617] Compiling chacha20_poly1305_armv8-linux.S
[477/1617] Compiling chacha-x86_64-apple.S
[478/1617] Compiling chacha-x86-linux.S
[479/1617] Compiling chacha-x86-apple.S
[480/1617] Compiling chacha-armv8-win.S
[481/1617] Compiling chacha-armv8-linux.S
[482/1617] Compiling chacha-armv8-apple.S
[483/1617] Compiling chacha-armv4-linux.S
[484/1617] Compiling aes128gcmsiv-x86_64-linux.S
[485/1617] Compiling x86_64-mont5-linux.S
[486/1617] Compiling aes128gcmsiv-x86_64-apple.S
[487/1617] Compiling x86_64-mont5-apple.S
[488/1617] Compiling x86_64-mont-linux.S
[489/1617] Compiling x86_64-mont-apple.S
[490/1617] Compiling x86-mont-apple.S
[491/1617] Compiling vpaes-x86_64-linux.S
[492/1617] Compiling x86-mont-linux.S
[493/1617] Compiling vpaes-x86_64-apple.S
[494/1617] Compiling vpaes-x86-linux.S
[495/1617] Compiling vpaes-x86-apple.S
[496/1617] Compiling vpaes-armv8-win.S
[497/1617] Compiling vpaes-armv8-linux.S
[498/1617] Compiling vpaes-armv8-apple.S
[499/1617] Compiling vpaes-armv7-linux.S
[500/1617] Compiling sha512-x86_64-linux.S
[501/1617] Compiling err_data.cc
[502/1617] Compiling sha512-x86_64-apple.S
[503/1617] Compiling sha512-armv8-win.S
[504/1617] Compiling sha512-armv8-apple.S
[505/1617] Compiling sha512-armv8-linux.S
[506/1617] Compiling sha512-armv4-linux.S
[507/1617] Compiling sha512-586-linux.S
[508/1617] Compiling sha256-x86_64-linux.S
[509/1617] Compiling d1_lib.cc
[510/1617] Compiling sha512-586-apple.S
[511/1617] Compiling bio_ssl.cc
[512/1617] Compiling sha256-armv8-win.S
[513/1617] Compiling sha256-x86_64-apple.S
[514/1617] Compiling sha256-armv4-linux.S
[515/1617] Compiling sha256-armv8-apple.S
[516/1617] Compiling sha256-armv8-linux.S
[517/1617] Compiling sha1-x86_64-linux.S
[518/1617] Compiling sha256-586-apple.S
[519/1617] Compiling sha1-x86_64-apple.S
[520/1617] Compiling sha256-586-linux.S
[521/1617] Compiling d1_both.cc
[522/1617] Compiling sha1-armv8-win.S
[523/1617] Compiling sha1-armv8-linux.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
[527/1617] Compiling rsaz-avx2-apple.S
[529/1617] Compiling rsaz-avx2-linux.S
[529/1617] Compiling rdrand-x86_64-linux.S
[531/1617] Compiling rdrand-x86_64-apple.S
[532/1617] Compiling p256-x86_64-asm-linux.S
[532/1617] Compiling p256_beeu-armv8-asm-linux.S
[534/1617] Compiling p256_beeu-x86_64-asm-linux.S
[535/1617] Compiling p256_beeu-armv8-asm-apple.S
[535/1617] Compiling p256_beeu-armv8-asm-win.S
[537/1617] Compiling p256_beeu-x86_64-asm-apple.S
[538/1617] Compiling p256-armv8-asm-win.S
[539/1617] Compiling p256-x86_64-asm-apple.S
[540/1617] Compiling ghashv8-armv8-win.S
[540/1617] Compiling ghashv8-armv7-linux.S
[540/1617] Compiling p256-armv8-asm-apple.S
[543/1617] Compiling ghash-x86_64-linux.S
[544/1617] Compiling ghashv8-armv8-linux.S
[545/1617] Compiling ghashv8-armv8-apple.S
[546/1617] Compiling ghash-x86_64-apple.S
[547/1617] Compiling p256-armv8-asm-linux.S
[548/1617] Compiling ghash-x86-apple.S
[549/1617] Compiling ghash-ssse3-x86_64-linux.S
[549/1617] Compiling ghash-ssse3-x86_64-apple.S
[551/1617] Compiling ghash-ssse3-x86-linux.S
[552/1617] Compiling ghash-x86-linux.S
[553/1617] Compiling ghash-ssse3-x86-apple.S
[554/1617] Compiling ghash-neon-armv8-linux.S
[555/1617] Compiling ghash-neon-armv8-win.S
[556/1617] Compiling ghash-neon-armv8-apple.S
[557/1617] Compiling co-586-apple.S
[558/1617] Compiling ghash-armv4-linux.S
[558/1617] Compiling co-586-linux.S
[558/1617] Compiling bn-armv8-apple.S
[561/1617] Compiling bn-armv8-win.S
[561/1617] Compiling bsaes-armv7-linux.S
[563/1617] Compiling bn-armv8-linux.S
[564/1617] Compiling bn-586-apple.S
[565/1617] Compiling bn-586-linux.S
[566/1617] Compiling armv4-mont-linux.S
[567/1617] Compiling armv8-mont-win.S
[568/1617] Compiling aesv8-gcm-armv8-win.S
[568/1617] Compiling armv8-mont-apple.S
[568/1617] Compiling aesv8-armv8-win.S
[568/1617] Compiling armv8-mont-linux.S
[572/1617] Compiling aesv8-gcm-armv8-linux.S
[573/1617] Compiling aesv8-gcm-armv8-apple.S
[574/1617] Compiling aesv8-armv8-apple.S
[575/1617] Compiling aesv8-armv8-linux.S
[576/1617] Compiling aesni-x86-linux.S
[576/1617] Compiling aesni-x86_64-linux.S
[578/1617] Compiling aesni-gcm-x86_64-linux.S
[579/1617] Compiling aesni-x86_64-apple.S
[580/1617] Compiling aesni-x86-apple.S
[581/1617] Compiling aesv8-armv7-linux.S
[582/1617] Compiling aesni-gcm-x86_64-apple.S
[583/1617] Compiling aes-gcm-avx2-x86_64-linux.S
[584/1617] Compiling aes-gcm-avx10-x86_64-linux.S
[585/1617] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1617] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1617] Compiling x_val.cc
[588/1617] Compiling x_sig.cc
[589/1617] Compiling x_x509a.cc
[590/1617] Compiling x_x509.cc
[591/1617] Compiling x_spki.cc
[592/1617] Compiling x_pubkey.cc
[593/1617] Compiling x_req.cc
[594/1617] Compiling x_name.cc
[595/1617] Compiling x_crl.cc
[596/1617] Compiling x_exten.cc
[597/1617] Compiling x_attrib.cc
[598/1617] Compiling x_algor.cc
[599/1617] Compiling x509spki.cc
[600/1617] Compiling x_all.cc
[601/1617] Compiling x509name.cc
[602/1617] Compiling x509rset.cc
[603/1617] Compiling x509cset.cc
[604/1617] Compiling x509_txt.cc
[605/1617] Compiling x509_vpm.cc
[606/1617] Compiling x509_v3.cc
[607/1617] Compiling x509_req.cc
[608/1617] Compiling x509_set.cc
[609/1617] Compiling x509_vfy.cc
[610/1617] Compiling x509_obj.cc
[611/1617] Compiling x509_trs.cc
[612/1617] Compiling x509_ext.cc
[613/1617] Compiling x509_lu.cc
[614/1617] Compiling x509_def.cc
[615/1617] Compiling x509_d2.cc
[616/1617] Compiling x509.cc
[617/1617] Compiling x509_att.cc
[618/1617] Compiling x509_cmp.cc
[619/1617] Compiling v3_utl.cc
[620/1617] Compiling v3_skey.cc
[621/1617] Compiling v3_purp.cc
[622/1617] Compiling v3_prn.cc
[623/1617] Compiling v3_lib.cc
[624/1617] Compiling v3_pmaps.cc
[625/1617] Compiling v3_ocsp.cc
[626/1617] Compiling v3_int.cc
[627/1617] Compiling v3_ncons.cc
[628/1617] Compiling v3_pcons.cc
[629/1617] Compiling v3_info.cc
[630/1617] Compiling v3_ia5.cc
[631/1617] Compiling v3_extku.cc
[632/1617] Compiling v3_genn.cc
[633/1617] Compiling v3_enum.cc
[634/1617] Compiling v3_conf.cc
[635/1617] Compiling v3_cpols.cc
[636/1617] Compiling v3_crld.cc
[637/1617] Compiling v3_bitst.cc
[638/1617] Compiling v3_bcons.cc
[639/1617] Compiling v3_akeya.cc
[640/1617] Compiling v3_alt.cc
[641/1617] Compiling v3_akey.cc
[642/1617] Compiling t_x509a.cc
[643/1617] Compiling t_crl.cc
[644/1617] Compiling t_x509.cc
[645/1617] Compiling t_req.cc
[646/1617] Compiling i2d_pr.cc
[647/1617] Compiling rsa_pss.cc
[648/1617] Compiling name_print.cc
[649/1617] Compiling policy.cc
[650/1617] Compiling by_file.cc
[651/1617] Compiling asn1_gen.cc
[652/1617] Compiling algorithm.cc
[653/1617] Compiling by_dir.cc
[654/1617] Compiling a_verify.cc
[655/1617] Compiling thread_win.cc
[656/1617] Compiling a_sign.cc
[657/1617] Compiling voprf.cc
[658/1617] Compiling a_digest.cc
[659/1617] Compiling thread_pthread.cc
[660/1617] Compiling thread_none.cc
[661/1617] Compiling thread.cc
[662/1617] Compiling pmbtoken.cc
[663/1617] Compiling trust_token.cc
[664/1617] Compiling stack.cc
[665/1617] Compiling slhdsa.cc
[666/1617] Compiling sha256.cc
[667/1617] Compiling sha512.cc
[668/1617] Compiling rsa_print.cc
[669/1617] Compiling spake2plus.cc
[670/1617] Compiling sha1.cc
[671/1617] Compiling siphash.cc
[672/1617] Compiling refcount.cc
[673/1617] Compiling rsa_extra.cc
[674/1617] Compiling rsa_crypt.cc
[675/1617] Compiling rc4.cc
[676/1617] Compiling windows.cc
[677/1617] Compiling urandom.cc
[678/1617] Compiling rand.cc
[679/1617] Compiling trusty.cc
[680/1617] Compiling rsa_asn1.cc
[681/1617] Compiling passive.cc
[682/1617] Compiling poly1305_arm_asm.S
[683/1617] Compiling forkunsafe.cc
[684/1617] Compiling ios.cc
[685/1617] Compiling getentropy.cc
[686/1617] Compiling deterministic.cc
[687/1617] Compiling fork_detect.cc
[688/1617] Compiling poly1305_arm.cc
[689/1617] Compiling poly1305.cc
[690/1617] Compiling poly1305_vec.cc
[691/1617] Compiling pool.cc
[692/1617] Compiling pkcs7_x509.cc
[693/1617] Compiling pkcs8.cc
[694/1617] Compiling p5_pbev2.cc
[695/1617] Compiling pem_xaux.cc
[696/1617] Compiling pkcs7.cc
[697/1617] Compiling pkcs8_x509.cc
[698/1617] Compiling pem_info.cc
[699/1617] Compiling obj_xref.cc
[700/1617] Compiling pem_x509.cc
[701/1617] Compiling pem_pk8.cc
[702/1617] Compiling pem_pkey.cc
[703/1617] Compiling pem_oth.cc
[704/1617] Compiling pem_lib.cc
[705/1617] Compiling mlkem.cc
[706/1617] Compiling pem_all.cc
[707/1617] Compiling mldsa.cc
[708/1617] Compiling mem.cc
[709/1617] Compiling md4.cc
[710/1617] Compiling md5.cc
[711/1617] Compiling fips_shared_support.cc
[712/1617] Compiling poly_rq_mul.S
[713/1617] Compiling lhash.cc
[714/1617] Compiling obj.cc
[715/1617] Compiling kyber.cc
[716/1617] Compiling ex_data.cc
[717/1617] Compiling sign.cc
[718/1617] Compiling scrypt.cc
[719/1617] Compiling hrss.cc
[720/1617] Compiling hpke.cc
[721/1617] Compiling print.cc
[722/1617] Compiling pbkdf.cc
[723/1617] Compiling p_x25519.cc
[724/1617] Compiling p_x25519_asn1.cc
[725/1617] Compiling p_hkdf.cc
[726/1617] Compiling p_rsa_asn1.cc
[727/1617] Compiling p_rsa.cc
[728/1617] Compiling p_ed25519.cc
[729/1617] Compiling p_ed25519_asn1.cc
[730/1617] Compiling p_dh_asn1.cc
[731/1617] Compiling p_ec.cc
[732/1617] Compiling evp_ctx.cc
[733/1617] Compiling p_ec_asn1.cc
[734/1617] Compiling p_dh.cc
[735/1617] Compiling evp_asn1.cc
[736/1617] Compiling p_dsa_asn1.cc
[737/1617] Compiling evp.cc
[738/1617] Compiling engine.cc
[739/1617] Compiling err.cc
[740/1617] Compiling hash_to_curve.cc
[741/1617] Compiling ecdh.cc
[742/1617] Compiling ec_derive.cc
[743/1617] Compiling ecdsa_asn1.cc
[744/1617] Compiling bcm.cc
[745/1617] Compiling dsa_asn1.cc
[746/1617] Compiling dsa.cc
[747/1617] Compiling params.cc
[748/1617] Compiling ec_asn1.cc
[749/1617] Compiling x25519-asm-arm.S
[750/1617] Compiling des.cc
[751/1617] Compiling curve25519_64_adx.cc
[752/1617] Compiling digest_extra.cc
[753/1617] Compiling spake25519.cc
[754/1617] Compiling dh_asn1.cc
[755/1617] Compiling crypto.cc
[756/1617] Compiling cpu_intel.cc
[757/1617] Compiling curve25519.cc
[758/1617] Compiling cpu_arm_linux.cc
[759/1617] Compiling cpu_aarch64_sysreg.cc
[760/1617] Compiling cpu_aarch64_win.cc
[761/1617] Compiling cpu_aarch64_openbsd.cc
[762/1617] Compiling cpu_arm_freebsd.cc
[763/1617] Compiling cpu_aarch64_linux.cc
[764/1617] Compiling cpu_aarch64_apple.cc
[765/1617] Compiling cpu_aarch64_fuchsia.cc
[766/1617] Compiling conf.cc
[767/1617] Compiling tls_cbc.cc
[768/1617] Compiling e_tls.cc
[769/1617] Compiling get_cipher.cc
[770/1617] Compiling e_rc4.cc
[771/1617] Compiling e_null.cc
[772/1617] Compiling e_des.cc
[773/1617] Compiling e_chacha20poly1305.cc
[774/1617] Compiling e_rc2.cc
[775/1617] Compiling e_aesgcmsiv.cc
[776/1617] Compiling derive_key.cc
[777/1617] Compiling chacha.cc
[778/1617] Compiling e_aesctrhmac.cc
[779/1617] Compiling ber.cc
[780/1617] Compiling cbb.cc
[781/1617] Compiling cbs.cc
[782/1617] Compiling unicode.cc
[783/1617] Compiling buf.cc
[784/1617] Compiling asn1_compat.cc
[785/1617] Compiling convert.cc
[786/1617] Compiling blake2.cc
[787/1617] Compiling socket_helper.cc
[788/1617] Compiling socket.cc
[789/1617] Compiling bn_asn1.cc
[790/1617] Compiling printf.cc
[791/1617] Compiling hexdump.cc
[792/1617] Compiling pair.cc
[793/1617] Compiling file.cc
[794/1617] Compiling fd.cc
[795/1617] Compiling errno.cc
[796/1617] Compiling bio_mem.cc
[797/1617] Compiling bio.cc
[798/1617] Compiling connect.cc
[799/1617] Compiling base64.cc
[800/1617] Compiling tasn_typ.cc
[801/1617] Compiling tasn_utl.cc
[802/1617] Compiling tasn_new.cc
[803/1617] Compiling tasn_enc.cc
[804/1617] Compiling tasn_fre.cc
[805/1617] Compiling f_string.cc
[806/1617] Compiling tasn_dec.cc
[807/1617] Compiling posix_time.cc
[808/1617] Compiling f_int.cc
[809/1617] Compiling asn_pack.cc
[810/1617] Compiling asn1_par.cc
[811/1617] Compiling a_utctm.cc
[812/1617] Compiling a_strnid.cc
[813/1617] Compiling a_octet.cc
[814/1617] Compiling asn1_lib.cc
[815/1617] Compiling a_type.cc
[816/1617] Compiling a_strex.cc
[817/1617] Compiling a_time.cc
[818/1617] Compiling a_i2d_fp.cc
[819/1617] Compiling a_object.cc
[820/1617] Compiling a_dup.cc
[821/1617] Compiling a_d2i_fp.cc
[822/1617] Compiling a_int.cc
[823/1617] Compiling fiat_p256_adx_sqr.S
[824/1617] Compiling a_mbstr.cc
[825/1617] Compiling a_gentm.cc
[826/1617] Compiling fiat_p256_adx_mul.S
[827/1617] Compiling a_bool.cc
[828/1617] Compiling fiat_curve25519_adx_square.S
[829/1617] Compiling fiat_curve25519_adx_mul.S
[830/1617] Compiling a_bitstr.cc
[831/1617] Compiling x_x509a.c
[832/1617] Compiling x_spki.c
[833/1617] Compiling x_x509.c
[834/1617] Compiling x_val.c
[835/1617] Compiling x_sig.c
[836/1617] Compiling x_exten.c
[836/1617] Compiling x_req.c
[838/1617] Compiling x_pubkey.c
[839/1617] Compiling x_name.c
[840/1617] Compiling x_crl.c
[841/1617] Compiling x_attrib.c
[842/1617] Compiling x_all.c
[843/1617] Compiling x509rset.c
[844/1617] Compiling x509spki.c
[845/1617] Compiling x509name.c
[846/1617] Compiling x_algor.c
[847/1617] Compiling x509cset.c
[848/1617] Compiling x509_txt.c
[849/1617] Compiling x509_v3.c
[850/1617] Compiling x509_vpm.c
[851/1617] Compiling x509_vfy.c
[852/1617] Compiling x509_trs.c
[853/1617] Compiling x509_req.c
[854/1617] Compiling x509_obj.c
[854/1617] Compiling x509_set.c
[856/1617] Compiling x509_def.c
[857/1617] Compiling x509_d2.c
[858/1617] Compiling x509_att.c
[859/1617] Compiling x509_ext.c
[860/1617] Compiling x509_lu.c
[861/1617] Compiling x509_cmp.c
[862/1617] Compiling x509.c
[863/1617] Compiling v3_prn.c
[864/1617] Compiling v3_skey.c
[865/1617] Compiling v3_utl.c
[866/1617] Compiling v3_ocsp.c
[867/1617] Compiling v3_purp.c
[868/1617] Compiling v3_pmaps.c
[869/1617] Compiling v3_pcons.c
[870/1617] Compiling v3_ncons.c
[871/1617] Compiling v3_lib.c
[872/1617] Compiling v3_int.c
[873/1617] Compiling v3_ia5.c
[874/1617] Compiling v3_info.c
[875/1617] Compiling v3_genn.c
[876/1617] Compiling v3_extku.c
[877/1617] Compiling v3_enum.c
[878/1617] Compiling v3_crld.c
[879/1617] Compiling v3_cpols.c
[880/1617] Compiling v3_conf.c
[881/1617] Compiling v3_bitst.c
[882/1617] Compiling v3_bcons.c
[883/1617] Compiling c-nioatomics.c
[884/1617] Compiling c-atomics.c
[885/1617] Compiling t_x509a.c
[886/1617] Compiling v3_alt.c
[886/1617] Compiling t_x509.c
[888/1617] Compiling v3_akey.c
[889/1617] Compiling v3_akeya.c
[890/1617] Compiling i2d_pr.c
[891/1617] Compiling t_req.c
[892/1620] Compiling t_crl.c
[893/1621] Compiling name_print.c
[894/1623] Compiling rsa_pss.c
[895/1623] Compiling by_file.c
[896/1623] Compiling policy.c
[897/1623] Compiling by_dir.c
[898/1623] Compiling a_verify.c
[899/1623] Compiling asn1_gen.c
[900/1623] Compiling algorithm.c
[901/1623] Compiling thread_win.c
[902/1623] Compiling thread_pthread.c
[903/1623] Compiling voprf.c
[904/1623] Compiling trust_token.c
[904/1623] Compiling a_sign.c
[905/1623] Compiling a_digest.c
[907/1623] Compiling pmbtoken.c
[909/1623] Compiling NIOConcurrencyHelpers NIOLock.swift
[909/1623] Compiling thread.c
[910/1623] Compiling thread_none.c
[912/1623] Compiling NIOConcurrencyHelpers lock.swift
[912/1623] Compiling wots.c
[913/1623] Compiling spx_util.c
[914/1623] Compiling spx.c
[915/1623] Compiling thash.c
[916/1623] Compiling merkle.c
[917/1623] Compiling fors.c
[918/1623] Compiling stack.c
[919/1623] Compiling rsa_crypt.c
[919/1623] Compiling siphash.c
[920/1623] Compiling address.c
[922/1623] Compiling rsa_print.c
[924/1623] Emitting module NIOConcurrencyHelpers
[925/1623] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[926/1623] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[927/1623] Compiling NIOConcurrencyHelpers atomics.swift
[927/1624] Compiling rc4.c
[928/1624] Compiling refcount.c
[929/1624] Compiling rand_extra.c
[929/1624] Compiling windows.c
[931/1624] Compiling trusty.c
[931/1624] Compiling passive.c
[933/1624] Compiling rsa_asn1.c
[934/1624] Compiling ios.c
[936/1624] Compiling getentropy.c
[937/1624] Compiling poly1305_vec.c
[938/1624] Compiling deterministic.c
[939/1624] Compiling forkunsafe.c
[940/1624] Compiling pool.c
[941/1624] Compiling poly1305_arm_asm.S
[942/1624] Compiling poly1305_arm.c
[943/1624] Compiling poly1305.c
[944/1624] Compiling pkcs7.c
[945/1624] Compiling pkcs8_x509.c
[946/1624] Compiling p5_pbev2.c
[947/1624] Compiling pkcs8.c
[948/1624] Compiling pkcs7_x509.c
[949/1624] Compiling pem_xaux.c
[950/1624] Compiling pem_pkey.c
[951/1624] Compiling pem_x509.c
[951/1624] Compiling pem_pk8.c
[953/1624] Compiling pem_oth.c
[954/1624] Compiling pem_lib.c
[955/1625] Compiling obj_xref.c
[956/1625] Compiling lhash.c
[957/1625] Compiling mem.c
[957/1625] Compiling pem_info.c
[958/1625] Compiling obj.c
[961/1650] Emitting module ConsoleKitTerminal
[961/1650] Compiling pem_all.c
[962/1653] Compiling keccak.c
[963/1653] Compiling x86_64-mont5-linux.linux.x86_64.S
[964/1653] Compiling poly_rq_mul.S
[965/1653] Compiling kyber.c
[966/1653] Compiling x86_64-mont5-mac.mac.x86_64.S
[967/1653] Compiling hpke.c
[968/1653] Compiling x86_64-mont-mac.mac.x86_64.S
[969/1653] Compiling x86_64-mont-linux.linux.x86_64.S
[970/1653] Compiling x86-mont-windows.windows.x86.S
[970/1653] Compiling x86-mont-linux.linux.x86.S
[972/1653] Compiling vpaes-x86_64-mac.mac.x86_64.S
[973/1653] Compiling vpaes-x86-windows.windows.x86.S
[974/1653] Compiling vpaes-x86-linux.linux.x86.S
[975/1653] Compiling vpaes-armv8-ios.ios.aarch64.S
[975/1653] Compiling vpaes-x86_64-linux.linux.x86_64.S
[977/1653] Compiling vpaes-armv8-linux.linux.aarch64.S
[978/1653] Compiling vpaes-armv7-linux.linux.arm.S
[979/1653] Compiling vpaes-armv7-ios.ios.arm.S
[979/1653] Compiling kdf.c
[981/1653] Compiling hrss.c
[983/1653] Compiling ConsoleKitTerminal Console+Confirm.swift
[984/1653] Compiling ConsoleKitTerminal Console+Input.swift
[985/1653] Compiling ConsoleKitTerminal Console+Center.swift
[986/1653] Compiling ConsoleKitTerminal Console+Output.swift
[986/1653] Compiling sha512-x86_64-linux.linux.x86_64.S
[987/1653] Compiling sha512-armv4-linux.linux.arm.S
[987/1653] Compiling sha512-x86_64-mac.mac.x86_64.S
[987/1653] Compiling sha512-armv8-linux.linux.aarch64.S
[990/1653] Compiling sha512-armv8-ios.ios.aarch64.S
[991/1653] Compiling sha512-armv4-ios.ios.arm.S
[992/1653] Compiling sha512-586-windows.windows.x86.S
[993/1653] Compiling sha256-x86_64-mac.mac.x86_64.S
[995/1653] Compiling ConsoleKitTerminal ActivityBar.swift
[996/1653] Compiling ConsoleKitTerminal ActivityIndicator.swift
[997/1653] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[998/1653] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[999/1653] Compiling ConsoleKitTerminal Console+Wait.swift
[1000/1653] Compiling ConsoleKitTerminal ConsoleColor.swift
[1001/1653] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1002/1653] Compiling ConsoleKitTerminal ConsoleText.swift
[1003/1653] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1004/1653] Compiling ConsoleKitTerminal ANSI.swift
[1005/1653] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1006/1653] Compiling ConsoleKitTerminal ConsoleClear.swift
[1007/1653] Compiling ConsoleKitTerminal Console+Ask.swift
[1008/1653] Compiling ConsoleKitTerminal Console+Choose.swift
[1008/1653] Compiling sha512-586-linux.linux.x86.S
[1008/1653] Compiling sha256-x86_64-linux.linux.x86_64.S
[1008/1653] Compiling sha256-armv8-ios.ios.aarch64.S
[1011/1653] Compiling sha256-armv4-ios.ios.arm.S
[1012/1653] Compiling sha256-armv4-linux.linux.arm.S
[1013/1653] Compiling sha256-586-linux.linux.x86.S
[1013/1653] Compiling sha1-x86_64-mac.mac.x86_64.S
[1015/1653] Compiling sha256-586-windows.windows.x86.S
[1016/1653] Compiling sha256-armv8-linux.linux.aarch64.S
[1017/1653] Compiling sha1-x86_64-linux.linux.x86_64.S
[1018/1653] Compiling sha1-586-windows.windows.x86.S
[1019/1653] Compiling sha1-armv4-large-ios.ios.arm.S
[1020/1653] Compiling sha1-586-linux.linux.x86.S
[1020/1653] Compiling sha1-armv8-ios.ios.aarch64.S
[1022/1653] Compiling sha1-armv8-linux.linux.aarch64.S
[1022/1653] Compiling sha1-armv4-large-linux.linux.arm.S
[1024/1653] Compiling sha512.c
[1025/1653] Compiling sha1.c
[1026/1653] Compiling sha256.c
[1026/1653] Compiling service_indicator.c
[1028/1653] Compiling rsaz-avx2-mac.mac.x86_64.S
[1029/1653] Compiling rsaz-avx2-linux.linux.x86_64.S
[1031/1653] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1032/1653] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1033/1653] Compiling ConsoleKitTerminal LoggerFragment.swift
[1033/1653] Compiling fips.c
[1035/1653] Compiling ConsoleKitTerminal CustomActivity.swift
[1036/1653] Compiling ConsoleKitTerminal LoadingBar.swift
[1037/1653] Compiling ConsoleKitTerminal ProgressBar.swift
[1038/1653] Compiling ConsoleKitTerminal Console+Clear.swift
[1039/1653] Compiling ConsoleKitTerminal Console.swift
[1040/1653] Compiling ConsoleKitTerminal Terminal.swift
[1041/1653] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1041/1654] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1042/1654] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1043/1654] Compiling self_check.c
[1044/1654] Compiling blinding.c
[1045/1654] Compiling padding.c
[1046/1654] Compiling rsa_impl.c
[1047/1654] Compiling rsa.c
[1049/1654] Compiling rand.c
[1050/1654] Compiling urandom.c
[1051/1654] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1052/1654] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1053/1654] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1054/1654] Compiling fork_detect.c
[1054/1654] Compiling ctrdrbg.c
[1056/1654] Compiling polyval.c
[1057/1654] Compiling ofb.c
[1058/1654] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1059/1654] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1059/1654] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1059/1654] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1059/1654] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1063/1654] Compiling gcm_nohw.c
[1064/1654] Compiling md5-x86_64-linux.linux.x86_64.S
[1065/1654] Compiling gcm.c
[1066/1654] Compiling md5-x86_64-mac.mac.x86_64.S
[1067/1654] Compiling cbc.c
[1068/1654] Compiling ctr.c
[1069/1654] Compiling cfb.c
[1070/1654] Compiling md5.c
[1071/1654] Compiling md5-586-linux.linux.x86.S
[1072/1654] Compiling md5-586-windows.windows.x86.S
[1073/1654] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1074/1654] Compiling ghashv8-armv7-linux.linux.arm.S
[1075/1654] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1076/1654] Compiling hmac.c
[1076/1654] Compiling hkdf.c
[1078/1654] Compiling md4.c
[1079/1654] Compiling ghashv8-armv7-ios.ios.arm.S
[1080/1654] Compiling ghash-x86_64-mac.mac.x86_64.S
[1081/1654] Compiling ghash-x86_64-linux.linux.x86_64.S
[1082/1655] Compiling ghash-x86-linux.linux.x86.S
[1083/1655] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1084/1671] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1085/1676] Compiling ghash-x86-windows.windows.x86.S
[1086/1676] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1086/1676] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1088/1676] Compiling fips_shared_support.c
[1089/1676] Compiling ghash-armv4-linux.linux.arm.S
[1090/1676] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1091/1676] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1092/1676] Compiling ghash-armv4-ios.ios.arm.S
[1093/1676] Compiling ecdh.c
[1094/1676] Compiling wnaf.c
[1095/1676] Compiling ecdsa.c
[1096/1676] Compiling simple_mul.c
[1097/1676] Compiling util.c
[1099/1676] Emitting module ConsoleKitCommands
[1100/1676] Compiling ConsoleKitCommands CommandSignature.swift
[1101/1676] Compiling ConsoleKitCommands Flag.swift
[1102/1676] Compiling ConsoleKitCommands Option.swift
[1102/1678] Compiling felem.c
[1103/1678] Compiling oct.c
[1104/1678] Compiling simple.c
[1105/1678] Compiling scalar.c
[1105/1678] Compiling p224-64.c
[1107/1678] Compiling p256.c
[1108/1678] Compiling ec_montgomery.c
[1109/1678] Compiling digest.c
[1110/1678] Compiling ec.c
[1111/1678] Compiling digests.c
[1112/1678] Compiling ec_key.c
[1113/1678] Compiling digestsign.c
[1114/1678] Compiling check.c
[1115/1678] Compiling co-586-windows.windows.x86.S
[1116/1678] Compiling dh.c
[1117/1678] Compiling co-586-linux.linux.x86.S
[1119/1678] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1120/1678] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1121/1678] Compiling ConsoleKitCommands Argument.swift
[1122/1678] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1123/1678] Compiling ConsoleKitCommands Utilities.swift
[1123/1678] Compiling cmac.c
[1124/1678] Compiling bsaes-armv7-linux.linux.arm.S
[1125/1678] Compiling e_aesccm.c
[1126/1678] Compiling bsaes-armv7-ios.ios.arm.S
[1127/1678] Compiling cipher.c
[1128/1678] Compiling aead.c
[1129/1678] Compiling e_aes.c
[1130/1678] Compiling sqrt.c
[1131/1678] Compiling shift.c
[1132/1678] Compiling rsaz_exp.c
[1133/1678] Compiling random.c
[1134/1678] Compiling p256-nistz.c
[1135/1678] Compiling prime.c
[1136/1678] Compiling mul.c
[1137/1678] Compiling montgomery.c
[1138/1678] Compiling montgomery_inv.c
[1139/1678] Compiling gcd_extra.c
[1140/1678] Compiling jacobi.c
[1141/1678] Compiling gcd.c
[1142/1678] Compiling div_extra.c
[1143/1678] Compiling generic.c
[1144/1678] Compiling div.c
[1145/1678] Compiling exponentiation.c
[1146/1678] Compiling x86_64-gcc.c
[1147/1678] Compiling cmp.c
[1148/1678] Compiling ctx.c
[1149/1678] Compiling bn-armv8-linux.linux.aarch64.S
[1150/1678] Compiling bn.c
[1151/1678] Compiling bn-armv8-ios.ios.aarch64.S
[1152/1678] Compiling bytes.c
[1153/1678] Compiling add.c
[1154/1678] Compiling bn-586-windows.windows.x86.S
[1155/1678] Compiling armv8-mont-ios.ios.aarch64.S
[1156/1678] Compiling armv4-mont-ios.ios.arm.S
[1157/1678] Compiling bn-586-linux.linux.x86.S
[1158/1678] Compiling armv4-mont-linux.linux.arm.S
[1159/1678] Compiling armv8-mont-linux.linux.aarch64.S
[1160/1678] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1161/1678] Compiling aesv8-armv8-linux.linux.aarch64.S
[1162/1678] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1162/1678] Compiling aesv8-armv8-ios.ios.aarch64.S
[1164/1678] Compiling aesv8-armv7-ios.ios.arm.S
[1165/1678] Compiling aesv8-armv7-linux.linux.arm.S
[1166/1678] Compiling aesni-x86_64-mac.mac.x86_64.S
[1167/1678] Compiling aesni-x86_64-linux.linux.x86_64.S
[1168/1678] Compiling aesni-x86-windows.windows.x86.S
[1169/1678] Compiling aesni-x86-linux.linux.x86.S
[1170/1678] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1171/1678] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1172/1678] Compiling mode_wrappers.c
[1173/1678] Compiling key_wrap.c
[1174/1678] Compiling ex_data.c
[1175/1678] Compiling aes.c
[1176/1678] Compiling sign.c
[1176/1678] Compiling aes_nohw.c
[1178/1678] Compiling scrypt.c
[1179/1678] Compiling print.c
[1180/1678] Compiling pbkdf.c
[1181/1678] Compiling p_x25519_asn1.c
[1182/1678] Compiling p_hkdf.c
[1184/1678] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1185/1678] Compiling ConsoleKitCommands AsyncCommand.swift
[1186/1678] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1187/1678] Compiling ConsoleKitCommands AsyncCommands.swift
[1188/1678] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1189/1678] Compiling ConsoleKitCommands AnyCommand.swift
[1190/1678] Compiling ConsoleKitCommands Command.swift
[1191/1678] Compiling ConsoleKitCommands CommandContext.swift
[1192/1678] Compiling ConsoleKitCommands CommandError.swift
[1193/1678] Compiling ConsoleKitCommands Console+Run.swift
[1194/1678] Compiling ConsoleKitCommands ConsoleError.swift
[1195/1678] Compiling ConsoleKitCommands Completion.swift
[1196/1678] Compiling ConsoleKitCommands CommandGroup.swift
[1197/1678] Compiling ConsoleKitCommands CommandInput.swift
[1198/1678] Compiling ConsoleKitCommands Commands.swift
[1198/1678] Compiling p_x25519.c
[1199/1678] Compiling p_rsa_asn1.c
[1200/1679] Compiling p_ed25519.c
[1201/1679] Compiling p_ec_asn1.c
[1202/1679] Compiling p_ed25519_asn1.c
[1203/1679] Compiling p_rsa.c
[1204/1679] Compiling p_ec.c
[1205/1679] Compiling err_data.c
[1207/1679] Compiling p_dsa_asn1.c
[1208/1679] Compiling err.c
[1209/1679] Compiling evp.c
[1210/1679] Compiling evp_asn1.c
[1211/1679] Compiling engine.c
[1212/1679] Compiling evp_ctx.c
[1213/1679] Compiling ecdsa_asn1.c
[1214/1679] Compiling ecdh_extra.c
[1215/1679] Compiling ec_derive.c
[1216/1679] Compiling hash_to_curve.c
[1217/1679] Compiling ec_asn1.c
[1218/1679] Compiling dsa_asn1.c
[1219/1679] Compiling digest_extra.c
[1220/1679] Compiling dsa.c
[1221/1679] Compiling params.c
[1222/1679] Compiling curve25519_64_adx.c
[1223/1679] Compiling dh_asn1.c
[1224/1679] Compiling spake25519.c
[1225/1679] Compiling cpu_intel.c
[1226/1681] Compiling crypto.c
[1227/1681] Compiling cpu_arm_linux.c
[1228/1681] Compiling cpu_arm_freebsd.c
[1229/1681] Compiling cpu_aarch64_win.c
[1229/1681] Compiling des.c
[1231/1681] Compiling cpu_aarch64_openbsd.c
[1232/1681] Compiling cpu_aarch64_linux.c
[1233/1681] Compiling cpu_aarch64_sysreg.c
[1234/1681] Compiling x25519-asm-arm.S
[1235/1681] Compiling cpu_aarch64_fuchsia.c
[1237/1681] Emitting module ConsoleKit
[1238/1681] Compiling ConsoleKit Exports.swift
[1238/1681] Compiling cpu_aarch64_apple.c
[1239/1682] Compiling tls_cbc.c
[1240/1682] Compiling e_rc4.c
[1241/1682] Compiling conf.c
[1242/1682] Compiling curve25519.c
[1244/1682] Compiling e_tls.c
[1245/1682] Compiling e_chacha20poly1305.c
[1246/1682] Compiling e_rc2.c
[1247/1682] Compiling e_des.c
[1247/1682] Compiling e_null.c
[1249/1682] Compiling derive_key.c
[1250/1682] Compiling cipher_extra.c
[1251/1682] Compiling e_aesctrhmac.c
[1252/1682] Compiling e_aesgcmsiv.c
[1253/1682] Compiling chacha.c
[1254/1682] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1255/1682] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1256/1682] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1257/1682] Compiling chacha-x86-linux.linux.x86.S
[1257/1682] Compiling chacha-x86_64-mac.mac.x86_64.S
[1259/1682] Compiling chacha-x86_64-linux.linux.x86_64.S
[1259/1682] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1259/1682] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1260/1682] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1263/1682] Compiling chacha-x86-windows.windows.x86.S
[1264/1682] Compiling chacha-armv4-linux.linux.arm.S
[1265/1682] Compiling chacha-armv8-ios.ios.aarch64.S
[1266/1682] Compiling chacha-armv4-ios.ios.arm.S
[1267/1682] Compiling chacha-armv8-linux.linux.aarch64.S
[1268/1682] Compiling ber.c
[1269/1682] Compiling unicode.c
[1270/1682] Compiling asn1_compat.c
[1271/1682] Compiling blake2.c
[1272/1682] Compiling bn_asn1.c
[1273/1682] Compiling cbb.c
[1274/1682] Compiling cbs.c
[1275/1682] Compiling convert.c
[1276/1682] Compiling buf.c
[1277/1682] Compiling socket_helper.c
[1277/1682] Compiling printf.c
[1277/1682] Compiling socket.c
[1278/1682] Compiling pair.c
[1281/1682] Compiling hexdump.c
[1282/1682] Compiling fd.c
[1283/1682] Compiling file.c
[1284/1682] Compiling errno.c
[1285/1682] Compiling bio_mem.c
[1286/1682] Compiling connect.c
[1287/1682] Compiling tasn_utl.c
[1288/1682] Compiling base64.c
[1289/1682] Compiling tasn_new.c
[1290/1682] Compiling tasn_fre.c
[1291/1682] Compiling tasn_typ.c
[1292/1682] Compiling bio.c
[1293/1682] Compiling f_string.c
[1294/1682] Compiling posix_time.c
[1295/1682] Compiling tasn_dec.c
[1296/1682] Compiling asn_pack.c
[1297/1682] Compiling asn1_par.c
[1298/1682] Compiling tasn_enc.c
[1299/1682] Compiling f_int.c
[1300/1682] Compiling a_utctm.c
[1301/1682] Compiling asn1_lib.c
[1302/1682] Compiling a_type.c
[1303/1682] Compiling a_octet.c
[1304/1682] Compiling a_strnid.c
[1305/1682] Compiling a_time.c
[1306/1682] Compiling a_strex.c
[1307/1682] Compiling a_object.c
[1308/1682] Compiling a_i2d_fp.c
[1309/1682] Compiling a_mbstr.c
[1310/1682] Compiling a_int.c
[1311/1682] Compiling a_dup.c
[1312/1682] Compiling a_gentm.c
[1313/1682] Compiling a_bool.c
[1314/1682] Compiling a_d2i_fp.c
[1315/1682] Compiling fiat_p256_adx_mul.S
[1316/1682] Compiling fiat_curve25519_adx_square.S
[1317/1682] Compiling a_bitstr.c
[1317/1682] Compiling fiat_p256_adx_sqr.S
[1319/1682] Compiling md5-x86_64-linux.S
[1320/1682] Compiling fiat_curve25519_adx_mul.S
[1321/1682] Compiling md5-x86_64-apple.S
[1322/1682] Compiling md5-586-apple.S
[1323/1682] Compiling md5-586-linux.S
[1324/1682] Compiling chacha20_poly1305_x86_64-linux.S
[1325/1682] Compiling chacha20_poly1305_x86_64-apple.S
[1326/1682] Compiling chacha20_poly1305_armv8-win.S
[1326/1682] Compiling chacha20_poly1305_armv8-apple.S
[1328/1682] Compiling chacha-x86_64-linux.S
[1329/1682] Compiling chacha-x86_64-apple.S
[1330/1682] Compiling chacha20_poly1305_armv8-linux.S
[1331/1682] Compiling chacha-x86-apple.S
[1331/1682] Compiling chacha-x86-linux.S
[1333/1682] Compiling chacha-armv8-win.S
[1334/1682] Compiling chacha-armv8-apple.S
[1335/1682] Compiling chacha-armv8-linux.S
[1336/1682] Compiling CCryptoBoringSSLShims shims.c
[1337/1682] Compiling aes128gcmsiv-x86_64-linux.S
[1338/1682] Compiling chacha-armv4-linux.S
[1339/1682] Compiling aes128gcmsiv-x86_64-apple.S
[1340/1682] Compiling x86_64-mont5-linux.S
[1341/1682] Compiling x86_64-mont-apple.S
[1342/1682] Compiling x86_64-mont5-apple.S
[1343/1682] Compiling x86-mont-apple.S
[1344/1682] Compiling x86-mont-linux.S
[1345/1682] Compiling vpaes-x86_64-linux.S
[1345/1682] Compiling x86_64-mont-linux.S
[1347/1682] Compiling vpaes-x86_64-apple.S
[1348/1682] Compiling err_data.cc
[1349/1682] Compiling vpaes-x86-apple.S
[1349/1682] Compiling vpaes-armv8-apple.S
[1351/1682] Compiling vpaes-x86-linux.S
[1352/1682] Compiling vpaes-armv7-linux.S
[1353/1682] Compiling vpaes-armv8-linux.S
[1354/1682] Compiling sha512-x86_64-apple.S
[1355/1682] Compiling vpaes-armv8-win.S
[1356/1682] Compiling sha512-armv8-linux.S
[1357/1682] Compiling sha512-armv4-linux.S
[1357/1682] Compiling sha512-armv8-win.S
[1357/1682] Compiling sha512-armv8-apple.S
[1358/1682] Compiling sha512-586-linux.S
[1361/1682] Compiling sha512-x86_64-linux.S
[1362/1682] Compiling sha256-x86_64-linux.S
[1363/1682] Compiling sha512-586-apple.S
[1364/1682] Compiling sha256-x86_64-apple.S
[1365/1682] Compiling sha256-armv8-win.S
[1366/1682] Compiling sha256-armv4-linux.S
[1367/1682] Compiling sha256-586-linux.S
[1368/1682] Compiling sha256-armv8-apple.S
[1369/1682] Compiling sha256-586-apple.S
[1370/1682] Compiling sha1-x86_64-linux.S
[1371/1682] Compiling sha256-armv8-linux.S
[1372/1682] Compiling sha1-x86_64-apple.S
[1373/1682] Compiling sha1-armv8-win.S
[1374/1682] Compiling rsaz-avx2-linux.S
[1374/1682] Compiling sha1-586-linux.S
[1376/1682] Compiling sha1-armv8-linux.S
[1376/1682] Compiling sha1-armv8-apple.S
[1378/1682] Compiling sha1-armv4-large-linux.S
[1378/1682] Compiling sha1-586-apple.S
[1380/1682] Compiling rsaz-avx2-apple.S
[1381/1682] Compiling p256_beeu-x86_64-asm-apple.S
[1382/1682] Compiling rdrand-x86_64-apple.S
[1382/1682] Compiling rdrand-x86_64-linux.S
[1384/1682] Compiling p256_beeu-armv8-asm-linux.S
[1385/1682] Compiling p256_beeu-x86_64-asm-linux.S
[1386/1682] Compiling p256_beeu-armv8-asm-apple.S
[1387/1682] Compiling p256_beeu-armv8-asm-win.S
[1387/1682] Compiling p256-x86_64-asm-linux.S
[1389/1682] Compiling ghashv8-armv8-win.S
[1390/1682] Compiling p256-x86_64-asm-apple.S
[1391/1682] Compiling p256-armv8-asm-win.S
[1392/1682] Compiling p256-armv8-asm-apple.S
[1393/1682] Compiling ghashv8-armv8-linux.S
[1394/1682] Compiling ghashv8-armv8-apple.S
[1394/1682] Compiling ghashv8-armv7-linux.S
[1396/1682] Compiling p256-armv8-asm-linux.S
[1397/1682] Compiling ghash-x86_64-linux.S
[1398/1682] Compiling ghash-x86-apple.S
[1399/1682] Compiling ghash-x86_64-apple.S
[1400/1682] Compiling ghash-ssse3-x86-linux.S
[1401/1682] Compiling ghash-ssse3-x86_64-linux.S
[1402/1682] Compiling ghash-ssse3-x86-apple.S
[1403/1682] Compiling ghash-neon-armv8-win.S
[1403/1682] Compiling ghash-ssse3-x86_64-apple.S
[1405/1682] Compiling ghash-x86-linux.S
[1406/1682] Compiling ghash-neon-armv8-apple.S
[1407/1682] Compiling ghash-neon-armv8-linux.S
[1408/1682] Compiling ghash-armv4-linux.S
[1409/1682] Compiling co-586-linux.S
[1410/1682] Compiling co-586-apple.S
[1411/1682] Compiling bn-armv8-linux.S
[1412/1682] Compiling bsaes-armv7-linux.S
[1413/1682] Compiling bn-586-apple.S
[1414/1682] Compiling bn-armv8-apple.S
[1415/1682] Compiling bn-armv8-win.S
[1416/1682] Compiling bn-586-linux.S
[1417/1682] Compiling armv8-mont-win.S
[1418/1682] Compiling aesv8-gcm-armv8-win.S
[1419/1682] Compiling armv4-mont-linux.S
[1420/1682] Compiling armv8-mont-apple.S
[1421/1682] Compiling aesv8-gcm-armv8-apple.S
[1422/1682] Compiling armv8-mont-linux.S
[1423/1682] Compiling aesv8-armv8-linux.S
[1424/1682] Compiling aesv8-armv8-win.S
[1425/1682] Compiling aesv8-gcm-armv8-linux.S
[1426/1682] Compiling aesv8-armv7-linux.S
[1427/1682] Compiling aesv8-armv8-apple.S
[1428/1682] Compiling aesni-x86-linux.S
[1429/1682] Compiling aesni-x86_64-apple.S
[1430/1682] Compiling aesni-x86_64-linux.S
[1431/1682] Compiling aesni-gcm-x86_64-linux.S
[1432/1682] Compiling aesni-x86-apple.S
[1433/1682] Compiling aesni-gcm-x86_64-apple.S
[1434/1682] Compiling aes-gcm-avx10-x86_64-linux.S
[1435/1682] Compiling aes-gcm-avx10-x86_64-apple.S
[1436/1682] Compiling x_val.cc
[1437/1682] Compiling x_x509.cc
[1438/1682] Compiling x_spki.cc
[1439/1682] Compiling x_sig.cc
[1440/1682] Compiling x_name.cc
[1441/1682] Compiling x_x509a.cc
[1442/1682] Compiling x_req.cc
[1443/1682] Compiling x_pubkey.cc
[1444/1682] Compiling x_exten.cc
[1445/1682] Compiling x_algor.cc
[1446/1682] Compiling x509spki.cc
[1447/1682] Compiling x_crl.cc
[1448/1682] Compiling x_all.cc
[1449/1682] Compiling x_attrib.cc
[1450/1682] Compiling x509rset.cc
[1451/1682] Compiling x509name.cc
[1452/1682] Compiling x509_v3.cc
[1453/1682] Compiling x509cset.cc
[1454/1682] Compiling x509_txt.cc
[1455/1682] Compiling x509_vpm.cc
[1456/1682] Compiling x509_vfy.cc
[1457/1682] Compiling x509_trs.cc
[1458/1682] Compiling x509_set.cc
[1459/1682] Compiling x509_req.cc
[1460/1682] Compiling x509_lu.cc
[1461/1682] Compiling x509_obj.cc
[1462/1682] Compiling x509_ext.cc
[1463/1682] Compiling x509_d2.cc
[1464/1682] Compiling x509_def.cc
[1465/1682] Compiling x509_cmp.cc
[1466/1682] Compiling x509_att.cc
[1467/1682] Compiling x509.cc
[1468/1682] Compiling v3_skey.cc
[1469/1682] Compiling v3_utl.cc
[1470/1682] Compiling v3_purp.cc
[1471/1682] Compiling v3_ocsp.cc
[1472/1682] Compiling v3_pmaps.cc
[1473/1682] Compiling v3_prn.cc
[1474/1682] Compiling v3_pcons.cc
[1475/1682] Compiling v3_int.cc
[1476/1682] Compiling v3_ncons.cc
[1477/1682] Compiling v3_lib.cc
[1478/1682] Compiling v3_info.cc
[1479/1682] Compiling v3_ia5.cc
[1480/1682] Compiling v3_extku.cc
[1481/1682] Compiling v3_genn.cc
[1482/1682] Compiling v3_enum.cc
[1483/1682] Compiling v3_crld.cc
[1484/1682] Compiling v3_bitst.cc
[1485/1682] Compiling v3_cpols.cc
[1486/1682] Compiling v3_bcons.cc
[1487/1682] Compiling v3_conf.cc
[1488/1682] Compiling v3_alt.cc
[1489/1682] Compiling v3_akeya.cc
[1490/1682] Compiling v3_akey.cc
[1491/1682] Compiling rsa_pss.cc
[1492/1682] Compiling t_req.cc
[1493/1682] Compiling t_x509a.cc
[1494/1682] Compiling t_crl.cc
[1495/1682] Compiling t_x509.cc
[1496/1682] Compiling i2d_pr.cc
[1497/1682] Compiling name_print.cc
[1498/1682] Compiling policy.cc
[1499/1682] Compiling by_file.cc
[1500/1682] Compiling by_dir.cc
[1501/1682] Compiling asn1_gen.cc
[1502/1682] Compiling a_sign.cc
[1503/1682] Compiling algorithm.cc
[1504/1682] Compiling a_verify.cc
[1505/1682] Compiling trust_token.cc
[1506/1682] Compiling thread_win.cc
[1507/1682] Compiling voprf.cc
[1508/1682] Compiling thread_none.cc
[1509/1682] Compiling thread_pthread.cc
[1510/1682] Compiling a_digest.cc
[1511/1682] Compiling pmbtoken.cc
[1512/1682] Compiling thread.cc
[1513/1682] Compiling stack.cc
[1514/1682] Compiling wots.cc
[1515/1682] Compiling thash.cc
[1516/1682] Compiling merkle.cc
[1517/1682] Compiling sha512.cc
[1518/1682] Compiling fors.cc
[1519/1682] Compiling siphash.cc
[1520/1682] Compiling slhdsa.cc
[1521/1682] Compiling sha256.cc
[1521/1682] Compiling sha1.cc
[1523/1682] Compiling rsa_print.cc
[1524/1682] Compiling rsa_extra.cc
[1525/1682] Compiling refcount.cc
[1526/1682] Compiling rsa_crypt.cc
[1527/1682] Compiling rc4.cc
[1528/1682] Compiling rsa_asn1.cc
[1529/1682] Compiling windows.cc
[1530/1682] Compiling trusty.cc
[1531/1682] Compiling urandom.cc
[1532/1682] Compiling rand_extra.cc
[1533/1682] Compiling getentropy.cc
[1534/1682] Compiling forkunsafe.cc
[1535/1682] Compiling ios.cc
[1536/1682] Compiling passive.cc
[1537/1682] Compiling fork_detect.cc
[1538/1682] Compiling poly1305_arm_asm.S
[1539/1682] Compiling deterministic.cc
[1540/1682] Compiling poly1305_vec.cc
[1541/1682] Compiling pool.cc
[1542/1682] Compiling poly1305.cc
[1543/1682] Compiling poly1305_arm.cc
[1544/1682] Compiling pkcs7.cc
[1545/1682] Compiling pkcs8.cc
[1546/1682] Compiling pkcs8_x509.cc
[1547/1682] Compiling p5_pbev2.cc
[1548/1682] Compiling pem_xaux.cc
[1549/1682] Compiling pkcs7_x509.cc
[1550/1682] Compiling pem_oth.cc
[1551/1682] Compiling pem_x509.cc
[1552/1682] Compiling pem_info.cc
[1553/1682] Compiling pem_pkey.cc
[1554/1682] Compiling pem_pk8.cc
[1555/1682] Compiling pem_lib.cc
[1556/1682] Compiling mldsa.cc
[1557/1682] Compiling pem_all.cc
[1558/1682] Compiling mlkem.cc
[1559/1682] Compiling obj.cc
[1560/1682] Compiling mem.cc
[1561/1682] Compiling obj_xref.cc
[1561/1682] Compiling poly_rq_mul.S
[1563/1682] Compiling fips_shared_support.cc
[1564/1682] Compiling md5.cc
[1565/1682] Compiling md4.cc
[1566/1682] Compiling lhash.cc
[1567/1682] Compiling kyber.cc
[1568/1682] Compiling hpke.cc
[1569/1682] Compiling scrypt.cc
[1570/1682] Compiling ex_data.cc
[1571/1682] Compiling sign.cc
[1572/1682] Compiling pbkdf.cc
[1573/1682] Compiling print.cc
[1574/1682] Compiling p_x25519.cc
[1575/1682] Compiling hrss.cc
[1576/1682] Compiling p_x25519_asn1.cc
[1577/1682] Compiling p_rsa_asn1.cc
[1578/1682] Compiling p_rsa.cc
[1579/1682] Compiling p_ed25519.cc
[1580/1682] Compiling p_hkdf.cc
[1581/1682] Compiling p_ec.cc
[1582/1682] Compiling p_ec_asn1.cc
[1583/1682] Compiling p_ed25519_asn1.cc
[1584/1682] Compiling p_dsa_asn1.cc
[1585/1682] Compiling p_dh_asn1.cc
[1586/1682] Compiling p_dh.cc
[1587/1682] Compiling evp_ctx.cc
[1588/1682] Compiling evp.cc
[1589/1682] Compiling err.cc
[1590/1682] Compiling engine.cc
[1591/1682] Compiling evp_asn1.cc
[1592/1682] Compiling hash_to_curve.cc
[1593/1682] Compiling ecdh_extra.cc
[1594/1682] Compiling ec_derive.cc
[1595/1682] Compiling ecdsa_asn1.cc
[1596/1682] Compiling bcm.cc
[1597/1682] Compiling ec_asn1.cc
[1598/1682] Compiling dsa.cc
[1599/1682] Compiling dsa_asn1.cc
[1600/1682] Compiling params.cc
[1601/1682] Compiling x25519-asm-arm.S
[1602/1682] Compiling digest_extra.cc
[1603/1682] Compiling dh_asn1.cc
[1604/1682] Compiling des.cc
[1605/1682] Compiling curve25519_64_adx.cc
[1606/1682] Compiling crypto.cc
[1607/1682] Compiling cpu_intel.cc
[1608/1682] Compiling cpu_arm_linux.cc
[1609/1682] Compiling spake25519.cc
[1610/1682] Compiling curve25519.cc
[1611/1682] Compiling cpu_arm_freebsd.cc
[1612/1682] Compiling cpu_aarch64_win.cc
[1613/1682] Compiling cpu_aarch64_sysreg.cc
[1614/1682] Compiling cpu_aarch64_linux.cc
[1615/1682] Compiling cpu_aarch64_openbsd.cc
[1616/1682] Compiling cpu_aarch64_apple.cc
[1617/1682] Compiling cpu_aarch64_fuchsia.cc
[1618/1682] Compiling conf.cc
[1619/1682] Compiling tls_cbc.cc
[1620/1682] Compiling e_tls.cc
[1621/1682] Compiling e_rc4.cc
[1622/1682] Compiling e_chacha20poly1305.cc
[1623/1682] Compiling e_rc2.cc
[1624/1682] Compiling e_des.cc
[1625/1682] Compiling e_null.cc
[1626/1682] Compiling derive_key.cc
[1627/1682] Compiling e_aesctrhmac.cc
[1628/1682] Compiling cipher_extra.cc
[1629/1682] Compiling e_aesgcmsiv.cc
[1630/1682] Compiling chacha.cc
[1631/1682] Compiling unicode.cc
[1632/1682] Compiling ber.cc
[1633/1682] Compiling cbb.cc
[1634/1682] Compiling buf.cc
[1635/1682] Compiling cbs.cc
[1636/1682] Compiling asn1_compat.cc
[1637/1682] Compiling blake2.cc
[1638/1682] Compiling convert.cc
[1639/1682] Compiling printf.cc
[1640/1682] Compiling bn_asn1.cc
[1641/1682] Compiling hexdump.cc
[1642/1682] Compiling pair.cc
[1643/1682] Compiling file.cc
[1644/1682] Compiling bio_mem.cc
[1645/1682] Compiling bio.cc
[1646/1682] Compiling errno.cc
[1647/1682] Compiling fd.cc
[1648/1682] Compiling base64.cc
[1649/1682] Compiling tasn_utl.cc
[1650/1682] Compiling tasn_typ.cc
[1651/1682] Compiling posix_time.cc
[1652/1682] Compiling f_int.cc
[1653/1682] Compiling tasn_fre.cc
[1654/1682] Compiling f_string.cc
[1655/1682] Compiling tasn_enc.cc
[1656/1682] Compiling tasn_new.cc
[1657/1682] Compiling tasn_dec.cc
[1658/1682] Compiling asn_pack.cc
[1659/1682] Compiling asn1_par.cc
[1660/1682] Compiling asn1_lib.cc
[1661/1682] Compiling a_utctm.cc
[1662/1682] Compiling a_time.cc
[1663/1682] Compiling a_type.cc
[1664/1682] Compiling a_octet.cc
[1665/1682] Compiling a_strnid.cc
[1666/1682] Compiling a_object.cc
[1667/1682] Compiling a_strex.cc
[1668/1682] Compiling a_i2d_fp.cc
[1669/1682] Compiling a_mbstr.cc
[1670/1682] Write sources
[1671/1682] Compiling a_dup.cc
[1672/1682] Write sources
[1676/1682] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1677/1682] Compiling a_gentm.cc
[1678/1682] Compiling a_int.cc
[1679/1693] Compiling a_d2i_fp.cc
[1680/1779] Compiling a_bitstr.cc
[1681/1779] Compiling a_bool.cc
[1683/1779] Compiling Atomics UnsafeAtomic.swift
[1684/1779] Compiling Atomics UnsafeAtomicLazyReference.swift
[1685/1781] Compiling Atomics ManagedAtomic.swift
[1686/1781] Compiling Atomics ManagedAtomicLazyReference.swift
[1687/1781] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1688/1781] Compiling BitCollections BitArray+Extras.swift
[1691/1781] Compiling Atomics IntegerOperations.swift
[1692/1781] Compiling Atomics Unmanaged extensions.swift
[1693/1781] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1694/1781] Compiling BitCollections BitSet+Extras.swift
[1695/1781] Compiling BitCollections BitSet+Hashable.swift
[1696/1788] Compiling BitCollections BitArray+Descriptions.swift
[1697/1788] Compiling BitCollections BitArray+Equatable.swift
[1698/1788] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1699/1796] Compiling BitCollections BitArray+Fill.swift
[1700/1796] Compiling BitCollections BitArray+Hashable.swift
[1701/1796] Compiling BitCollections BitArray+Initializers.swift
[1704/1796] Compiling BitCollections BitArray+Collection.swift
[1705/1796] Compiling BitCollections BitArray+Copy.swift
[1706/1796] Compiling BitCollections BitArray+CustomReflectable.swift
[1707/1796] Compiling BitCollections BitSet+Initializers.swift
[1708/1796] Compiling BitCollections BitSet+Invariants.swift
[1709/1796] Compiling BitCollections BitSet+Random.swift
[1710/1796] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1711/1796] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1712/1796] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1713/1796] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1714/1796] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1715/1796] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1716/1796] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1717/1796] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1718/1796] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1719/1796] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1720/1796] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1721/1796] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1722/1796] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1723/1796] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1724/1796] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1725/1796] Compiling BitCollections BitSet+SetAlgebra union.swift
[1726/1796] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1727/1796] Compiling BitCollections BitSet.Counted.swift
[1730/1796] Compiling BitCollections BitArray+RandomBits.swift
[1737/1799] Compiling BitCollections BitSet.Index.swift
[1738/1799] Compiling BitCollections BitSet._UnsafeHandle.swift
[1739/1799] Compiling BitCollections BitSet.swift
[1740/1799] Compiling BitCollections Range+Utilities.swift
[1741/1799] Compiling BitCollections Slice+Utilities.swift
[1742/1799] Compiling BitCollections UInt+Tricks.swift
[1743/1799] Compiling BitCollections _Word.swift
[1744/1799] Compiling BitCollections BitArray+BitwiseOperations.swift
[1745/1799] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1746/1799] Compiling BitCollections BitArray+Codable.swift
[1759/1799] Emitting module BitCollections
[1761/1799] Compiling Algorithms Trim.swift
[1762/1799] Compiling Algorithms Unique.swift
[1763/1799] Compiling Algorithms Windows.swift
[1764/1799] Compiling BitCollections BitArray._UnsafeHandle.swift
[1765/1799] Compiling BitCollections BitArray.swift
[1766/1799] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1767/1799] Compiling BitCollections BitSet+Codable.swift
[1776/1800] Compiling CryptoBoringWrapper RandomBytes.swift
[1777/1800] Emitting module Atomics
[1781/1800] Emitting module CryptoBoringWrapper
[1782/1800] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1784/1800] Compiling CryptoBoringWrapper EllipticCurve.swift
[1785/1800] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1786/1800] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1787/1800] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1788/1800] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1797/1803] Emitting module Collections
[1798/1803] Compiling Collections Collections.swift
[1801/1843] Compiling Crypto PKCS8PrivateKey.swift
[1802/1843] Compiling Crypto SEC1PrivateKey.swift
[1803/1843] Compiling Crypto SubjectPublicKeyInfo.swift
[1805/1876] Emitting module Algorithms
[1807/1937] Emitting module Crypto
[1808/1946] Compiling NIOCore MulticastChannel.swift
[1809/1946] Compiling NIOCore NIOAny.swift
[1810/1946] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1811/1946] Compiling NIOCore NIOLoopBound.swift
[1812/1946] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1813/1946] Compiling NIOCore NIOScheduledCallback.swift
[1814/1946] Compiling NIOCore NIOSendable.swift
[1815/1946] Compiling NIOCore RecvByteBufferAllocator.swift
[1816/1954] Compiling NIOCore DeadChannel.swift
[1817/1954] Compiling NIOCore DispatchQueue+WithFuture.swift
[1818/1954] Compiling NIOCore EventLoop+Deprecated.swift
[1819/1954] Compiling NIOCore EventLoop+SerialExecutor.swift
[1820/1954] Compiling NIOCore EventLoop.swift
[1821/1954] Compiling NIOCore IO.swift
[1822/1954] Compiling NIOCore IOData.swift
[1823/1954] Compiling NIOCore IPProtocol.swift
[1824/1954] Compiling NIOCore IntegerBitPacking.swift
[1825/1954] Compiling NIOCore IntegerTypes.swift
[1826/1954] Compiling NIOCore SocketAddresses.swift
[1827/1954] Compiling NIOCore SocketOptionProvider.swift
[1828/1954] Compiling NIOCore SystemCallHelpers.swift
[1829/1954] Compiling NIOCore TimeAmount+Duration.swift
[1830/1954] Compiling NIOCore TypeAssistedChannelHandler.swift
[1831/1954] Compiling NIOCore UniversalBootstrapSupport.swift
[1832/1954] Compiling NIOCore Utilities.swift
[1833/1954] Compiling Crypto EdDSA_boring.swift
[1834/1954] Compiling Crypto ECDSA.swift
[1835/1954] Compiling Crypto Ed25519.swift
[1836/1954] Compiling NIOCore BSDSocketAPI.swift
[1837/1954] Compiling NIOCore ByteBuffer-aux.swift
[1838/1954] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1839/1954] Compiling NIOCore ByteBuffer-conversions.swift
[1840/1954] Compiling NIOCore ByteBuffer-core.swift
[1841/1954] Compiling NIOCore ByteBuffer-hex.swift
[1842/1954] Compiling NIOCore ByteBuffer-int.swift
[1843/1954] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1844/1954] Compiling NIOCore ByteBuffer-multi-int.swift
[1845/1954] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1846/1954] Compiling NIOCore Interfaces.swift
[1847/1954] Compiling NIOCore Linux.swift
[1848/1954] Compiling NIOCore MarkedCircularBuffer.swift
[1849/1954] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1850/1954] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1851/1954] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1852/1954] Compiling NIOCore EventLoopFuture.swift
[1853/1954] Compiling NIOCore FileDescriptor.swift
[1854/1954] Compiling NIOCore FileHandle.swift
[1855/1954] Compiling NIOCore FileRegion.swift
[1856/1954] Compiling NIOCore AddressedEnvelope.swift
[1857/1954] Compiling NIOCore AsyncAwaitSupport.swift
[1858/1954] Compiling NIOCore AsyncChannel.swift
[1859/1954] Compiling NIOCore AsyncChannelHandler.swift
[1860/1954] Compiling NIOCore AsyncChannelInboundStream.swift
[1861/1954] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1862/1954] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1863/1954] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1864/1954] Compiling NIOCore NIOAsyncWriter.swift
[1865/1954] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1866/1954] Compiling NIOCore GlobalSingletons.swift
[1875/1954] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1876/1954] Compiling NIOCore ByteBuffer-views.swift
[1877/1954] Compiling NIOCore Channel.swift
[1878/1954] Compiling NIOCore ChannelHandler.swift
[1879/1954] Compiling NIOCore ChannelHandlers.swift
[1880/1954] Compiling NIOCore ChannelInvoker.swift
[1881/1954] Compiling NIOCore ChannelOption.swift
[1882/1954] Compiling NIOCore ChannelPipeline.swift
[1883/1954] Compiling NIOCore CircularBuffer.swift
[1884/1954] Compiling NIOCore Codec.swift
[1885/1954] Compiling NIOCore ConvenienceOptionSupport.swift
[1902/1954] Compiling Crypto Signature.swift
[1903/1954] Compiling Crypto CryptoKitErrors_boring.swift
[1904/1954] Compiling Crypto RNG_boring.swift
[1905/1954] Compiling Crypto SafeCompare_boring.swift
[1906/1954] Compiling Crypto Zeroization_boring.swift
[1907/1954] Compiling Crypto PrettyBytes.swift
[1908/1954] Compiling Crypto SafeCompare.swift
[1909/1954] Compiling Crypto SecureBytes.swift
[1910/1954] Compiling Crypto Zeroization.swift
[1921/2002] Compiling JWTKit JWTSigner+EdDSA.swift
[1922/2002] Compiling JWTKit JWTAlgorithm.swift
[1923/2002] Compiling JWTKit JWTError.swift
[1924/2002] Compiling JWTKit JWTHeader.swift
[1925/2002] Compiling JWTKit JWTParser.swift
[1926/2002] Compiling JWTKit JWTPayload.swift
[1927/2002] Compiling JWTKit JWTSerializer.swift
[1928/2002] Compiling JWTKit JWTSigner.swift
[1937/2002] Emitting module JWTKit
[1938/2008] Compiling JWTKit AudienceClaim.swift
[1939/2008] Compiling JWTKit BoolClaim.swift
[1940/2008] Compiling JWTKit ExpirationClaim.swift
[1941/2008] Compiling JWTKit GoogleHostedDomainClaim.swift
[1942/2008] Compiling JWTKit IDClaim.swift
[1943/2008] Compiling JWTKit IssuedAtClaim.swift
[1944/2008] Compiling JWTKit IssuerClaim.swift
[1945/2008] Compiling JWTKit RSAKey.swift
[1946/2008] Compiling JWTKit RSASigner.swift
[1947/2008] Compiling JWTKit Base64URL.swift
[1948/2008] Compiling JWTKit BigNumber.swift
[1949/2008] Compiling JWTKit CustomizedJSONCoders.swift
[1950/2008] Compiling JWTKit Exports.swift
[1958/2008] Compiling JWTKit JWTSigners.swift
[1959/2008] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1960/2008] Compiling JWTKit UnsecuredNoneSigner.swift
[1961/2008] Compiling JWTKit JWTSigner+RSA.swift
[1962/2008] Compiling JWTKit RSAError.swift
[1963/2008] Compiling JWTKit JWTClaim.swift
[1964/2008] Compiling JWTKit JWTMultiValueClaim.swift
[1965/2008] Compiling JWTKit JWTUnixEpochClaim.swift
[1966/2008] Compiling JWTKit LocaleClaim.swift
[1967/2008] Compiling JWTKit NotBeforeClaim.swift
[1968/2008] Compiling JWTKit SubjectClaim.swift
[1969/2008] Compiling JWTKit ECDSAError.swift
[1970/2008] Compiling JWTKit ECDSAKey.swift
[1971/2008] Compiling JWTKit ECDSASigner.swift
[1972/2008] Compiling JWTKit JWTSigner+ECDSA.swift
[1973/2008] Compiling JWTKit EdDSAError.swift
[1974/2008] Compiling JWTKit EdDSAKey.swift
[1975/2008] Compiling JWTKit EdDSASigner.swift
[1977/2008] Compiling JWTKit OctetKeyPair.swift
[1978/2008] Compiling JWTKit HMACError.swift
[1979/2008] Compiling JWTKit HMACSigner.swift
[1980/2008] Compiling JWTKit JWTSigner+HMAC.swift
[1981/2008] Compiling JWTKit JWK.swift
[1982/2008] Compiling JWTKit JWKIdentifier.swift
[1983/2008] Compiling JWTKit JWKS.swift
[1984/2008] Compiling JWTKit OpenSSLSigner.swift
[1985/2008] Compiling JWTKit Utilities.swift
[1986/2008] Compiling JWTKit AppleIdentityToken.swift
[1987/2008] Compiling JWTKit GoogleIdentityToken.swift
[1988/2008] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1989/2008] Compiling JWTKit X5CVerifier.swift
[1991/2009] Emitting module NIOCore
[2011/2060] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2012/2060] Compiling NIOEmbedded Embedded.swift
[2013/2060] Emitting module NIOEmbedded
[2014/2060] Compiling NIOEmbedded AsyncTestingChannel.swift
[2016/2061] Compiling NIOPosix IO.swift
[2017/2061] Compiling NIOPosix IntegerBitPacking.swift
[2018/2061] Compiling NIOPosix IntegerTypes.swift
[2019/2061] Compiling NIOPosix Linux.swift
[2020/2061] Compiling NIOPosix LinuxCPUSet.swift
[2021/2061] Compiling NIOPosix LinuxUring.swift
[2022/2061] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2023/2067] Emitting module NIOPosix
[2024/2067] Compiling NIOPosix ThreadPosix.swift
[2025/2067] Compiling NIOPosix ThreadWindows.swift
[2026/2067] Compiling NIOPosix UnsafeTransfer.swift
[2027/2067] Compiling NIOPosix Utilities.swift
[2028/2067] Compiling NIOPosix VsockAddress.swift
[2029/2067] Compiling NIOPosix VsockChannelEvents.swift
[2030/2067] Compiling NIOPosix SelectableChannel.swift
[2031/2067] Compiling NIOPosix SelectableEventLoop.swift
[2032/2067] Compiling NIOPosix SelectorEpoll.swift
[2033/2067] Compiling NIOPosix SelectorGeneric.swift
[2034/2067] Compiling NIOPosix SelectorKqueue.swift
[2035/2067] Compiling NIOPosix SelectorUring.swift
[2036/2067] Compiling NIOPosix ServerSocket.swift
[2037/2067] Compiling NIOPosix Socket.swift
[2038/2067] Compiling NIOPosix SocketChannel.swift
[2039/2067] Compiling NIOPosix SocketProtocols.swift
[2040/2067] Compiling NIOPosix System.swift
[2041/2067] Compiling NIOPosix Thread.swift
[2042/2067] Compiling NIOPosix Pool.swift
[2043/2067] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2044/2067] Compiling NIOPosix PosixSingletons.swift
[2045/2067] Compiling NIOPosix RawSocketBootstrap.swift
[2046/2067] Compiling NIOPosix Resolver.swift
[2047/2067] Compiling NIOPosix Selectable.swift
[2048/2067] Compiling NIOPosix BSDSocketAPICommon.swift
[2049/2067] Compiling NIOPosix BSDSocketAPIPosix.swift
[2050/2067] Compiling NIOPosix BSDSocketAPIWindows.swift
[2051/2067] Compiling NIOPosix BaseSocket.swift
[2052/2067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2053/2067] Compiling NIOPosix BaseSocketChannel.swift
[2054/2067] Compiling NIOPosix BaseStreamSocketChannel.swift
[2055/2067] Compiling NIOPosix NIOThreadPool.swift
[2056/2067] Compiling NIOPosix NonBlockingFileIO.swift
[2057/2067] Compiling NIOPosix PendingDatagramWritesManager.swift
[2058/2067] Compiling NIOPosix PendingWritesManager.swift
[2059/2067] Compiling NIOPosix PipeChannel.swift
[2060/2067] Compiling NIOPosix PipePair.swift
[2061/2067] Compiling NIOPosix Bootstrap.swift
[2062/2067] Compiling NIOPosix ControlMessage.swift
[2063/2067] Compiling NIOPosix DatagramVectorReadManager.swift
[2064/2067] Compiling NIOPosix Errors+Any.swift
[2065/2067] Compiling NIOPosix FileDescriptor.swift
[2066/2067] Compiling NIOPosix GetaddrinfoResolver.swift
[2067/2067] Compiling NIOPosix HappyEyeballs.swift
[2069/2127] Compiling NIO Exports.swift
[2070/2127] Emitting module NIO
[2072/2167] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[2073/2167] Compiling NIOHTTP1 HTTPTypes.swift
[2074/2167] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2075/2167] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2076/2167] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2077/2167] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2078/2167] Compiling _NIOFileSystem FileType.swift
[2079/2167] Compiling _NIOFileSystem IOStrategy.swift
[2080/2167] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[2081/2169] Emitting module _NIOFileSystem
[2082/2173] Compiling NIOTLS TLSEvents.swift
[2083/2173] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2084/2173] Compiling NIOSOCKS SOCKSResponse.swift
[2085/2173] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2086/2173] Compiling NIOSOCKS ClientStateMachine.swift
[2087/2174] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2088/2174] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2089/2174] Emitting module NIOTLS
[2090/2174] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2091/2174] Emitting module NIOSOCKS
[2092/2174] Compiling NIOSOCKS SOCKSClientHandler.swift
[2093/2174] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2094/2174] Compiling NIOSOCKS Errors.swift
[2095/2174] Compiling NIOSOCKS Helpers.swift
[2096/2174] Compiling NIOSOCKS AuthenticationMethod.swift
[2097/2174] Compiling NIOSOCKS ClientGreeting.swift
[2098/2174] Compiling NIOSOCKS Messages.swift
[2099/2174] Compiling NIOSOCKS SOCKSRequest.swift
[2100/2174] Compiling NIOSOCKS ServerStateMachine.swift
[2101/2175] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2102/2175] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2103/2175] Compiling NIOTLS SNIHandler.swift
[2104/2176] Emitting module NIOFoundationCompat
[2105/2176] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2106/2176] Compiling AsyncKit Optional+StrictMap.swift
[2107/2176] Compiling AsyncKit Exports.swift
[2110/2177] Compiling _NIOFileSystem ParallelDirCopy.swift
[2111/2177] Compiling _NIOFileSystem ParallelRemoval.swift
[2112/2177] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[2113/2177] Compiling _NIOFileSystem CInterop.swift
[2114/2177] Compiling _NIOFileSystem Errno.swift
[2115/2177] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2116/2177] Compiling _NIOFileSystem Mocking.swift
[2117/2177] Compiling _NIOFileSystem Syscall.swift
[2118/2177] Compiling _NIOFileSystem Syscalls.swift
[2131/2179] Compiling _NIOFileSystem TokenBucket.swift
[2132/2179] Compiling _NIOFileSystem UnsafeTransfer.swift
[2133/2208] Compiling NIOSSL SafeCompare.swift
[2134/2208] Compiling NIOSSL SSLPrivateKey.swift
[2135/2208] Compiling NIOSSL SSLPublicKey.swift
[2136/2208] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2137/2208] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2138/2230] Compiling NIOTransportServices NIOTSBootstraps.swift
[2139/2230] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2140/2230] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2141/2232] Compiling NIOTransportServices StateManagedChannel.swift
[2142/2232] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2143/2232] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2144/2232] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2145/2232] Compiling NIOTransportServices NIOTSErrors.swift
[2146/2232] Compiling NIOTransportServices NIOTSEventLoop.swift
[2147/2232] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2148/2232] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2149/2232] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2150/2232] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2151/2232] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2154/2232] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2155/2232] Compiling NIOTransportServices NIOTSSingletons.swift
[2156/2232] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2157/2232] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2158/2232] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2159/2232] Emitting module NIOTransportServices
[2160/2232] Compiling _NIOFileSystem SystemFileHandle.swift
[2161/2232] Compiling _NIOFileSystem Utilities.swift
[2162/2232] Compiling _NIOFileSystem OpenOptions.swift
[2163/2232] Compiling _NIOFileSystem String+FileSystem.swift
[2166/2232] Compiling NIOTransportServices AcceptHandler.swift
[2169/2232] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2170/2232] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2171/2232] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2172/2233] Emitting module AsyncKit
[2177/2233] Emitting module NIOHTTP1
[2179/2299] Compiling NIOWebSocket WebSocketOpcode.swift
[2180/2300] Emitting module NIOWebSocket
[2181/2300] Compiling MultipartKit MultipartPart.swift
[2182/2300] Compiling MultipartKit MultipartPartConvertible.swift
[2183/2302] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2184/2302] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2185/2302] Compiling MultipartKit FormDataDecoder.swift
[2186/2302] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2187/2302] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2188/2302] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2189/2302] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2190/2302] Emitting module NIOSSL
[2191/2306] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2192/2306] Compiling NIOHPACK IndexedHeaderTable.swift
[2193/2306] Compiling NIOHPACK IntegerCoding.swift
[2194/2307] Compiling NIOWebSocket WebSocketFrame.swift
[2195/2307] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2196/2307] Emitting module NIOExtras
[2197/2310] Compiling MultipartKit FormDataEncoder.swift
[2198/2310] Compiling MultipartKit Storage.swift
[2199/2310] Compiling NIOHTTPCompression HTTPDecompression.swift
[2200/2310] Compiling NIOHPACK HuffmanCoding.swift
[2201/2310] Compiling NIOHPACK HuffmanTables.swift
[2202/2310] Compiling NIOExtras WritePCAPHandler.swift
[2203/2310] Compiling MultipartKit Utilities.swift
[2205/2310] Compiling NIOHPACK StaticHeaderTable.swift
[2209/2310] Emitting module NIOHTTPCompression
[2210/2310] Compiling NIOHTTPCompression HTTPCompression.swift
[2211/2310] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2212/2310] Compiling MultipartKit MultipartFormData.swift
[2213/2310] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2214/2310] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2215/2310] Compiling MultipartKit MultipartParser.swift
[2217/2310] Compiling MultipartKit BasicCodingKey.swift
[2218/2310] Compiling MultipartKit MultipartError.swift
[2219/2310] Compiling MultipartKit Exports.swift
[2220/2310] Emitting module MultipartKit
[2222/2310] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2223/2310] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2226/2310] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2227/2310] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2228/2310] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2244/2312] Emitting module NIOHPACK
[2254/2313] Compiling NIOSSL SSLCertificate.swift
[2255/2313] Compiling NIOSSL SSLCertificateExtensions.swift
[2256/2313] Compiling NIOSSL SSLCertificateName.swift
[2257/2313] Compiling NIOSSL SSLConnection.swift
[2264/2315] Compiling NIOExtras UnsafeTransfer.swift
[2278/2315] Compiling NIOSSL SSLPKCS12Bundle.swift
[2296/2319] Compiling NIOFileSystem Exports.swift
[2297/2319] Emitting module NIOFileSystem
[2300/2320] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2301/2320] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2302/2320] Emitting module _NIOFileSystemFoundationCompat
[2307/2323] Compiling NIOSSL Zeroization.swift
[2308/2323] Compiling NIOSSL TLSConfiguration.swift
[2309/2323] Compiling NIOSSL UniversalBootstrapSupport.swift
[2310/2323] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2312/2381] Compiling NIOHTTP2 MaySendFrames.swift
[2313/2381] Compiling NIOHTTP2 SendingDataState.swift
[2314/2381] Compiling NIOHTTP2 SendingGoawayState.swift
[2315/2381] Compiling NIOHTTP2 SendingHeadersState.swift
[2316/2381] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2317/2381] Compiling NIOHTTP2 SendingRstStreamState.swift
[2318/2381] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2319/2381] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2320/2397] Compiling WebSocketKit Exports.swift
[2321/2397] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2322/2397] Compiling WebSocketKit WebSocketHandler.swift
[2323/2397] Emitting module WebSocketKit
[2324/2397] Compiling WebSocketKit WebSocket+Concurrency.swift
[2325/2397] Compiling WebSocketKit WebSocket+Connect.swift
[2326/2397] Compiling WebSocketKit WebSocket.swift
[2327/2397] Compiling WebSocketKit WebSocketClient.swift
[2328/2397] Emitting module NIOHTTP2
[2330/2398] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2331/2398] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2332/2398] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2333/2398] Compiling NIOHTTP2 HTTP2StreamID.swift
[2334/2398] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2335/2398] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2336/2398] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2337/2398] Compiling NIOHTTP2 InboundEventBuffer.swift
[2338/2398] Compiling NIOHTTP2 InboundWindowManager.swift
[2339/2398] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2340/2398] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2341/2398] Compiling NIOHTTP2 StreamChannelList.swift
[2342/2398] Compiling NIOHTTP2 StreamMap.swift
[2343/2398] Compiling NIOHTTP2 StreamStateMachine.swift
[2344/2398] Compiling NIOHTTP2 UnsafeTransfer.swift
[2345/2398] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2346/2398] Compiling NIOHTTP2 HTTP2Error.swift
[2347/2398] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2348/2398] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2349/2398] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2350/2398] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2351/2398] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2352/2398] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2353/2398] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2354/2398] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2355/2398] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2356/2398] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2357/2398] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2358/2399] Compiling NIOHTTP2 StateMachineResult.swift
[2359/2399] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2360/2399] Compiling NIOHTTP2 DOSHeuristics.swift
[2361/2399] Compiling NIOHTTP2 Error+Any.swift
[2362/2399] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2363/2399] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2364/2399] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2365/2399] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2366/2399] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2367/2399] Compiling NIOHTTP2 HTTP2Frame.swift
[2368/2399] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2369/2399] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2370/2399] Compiling NIOHTTP2 HTTP2PingData.swift
[2371/2399] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2372/2399] Compiling NIOHTTP2 HTTP2Settings.swift
[2373/2399] Compiling NIOHTTP2 HTTP2Stream.swift
[2376/2399] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2377/2399] Compiling NIOHTTP2 HasLocalSettings.swift
[2378/2399] Compiling NIOHTTP2 HasRemoteSettings.swift
[2379/2399] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2380/2399] Compiling NIOHTTP2 QuiescingState.swift
[2381/2399] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2382/2399] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2384/2399] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2385/2399] Compiling NIOHTTP2 MayReceiveFrames.swift
[2386/2399] Compiling NIOHTTP2 ReceivingDataState.swift
[2387/2399] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2388/2399] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2389/2399] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2401/2460] Emitting module AsyncHTTPClient
[2402/2468] Compiling AsyncHTTPClient RequestBag.swift
[2403/2468] Compiling AsyncHTTPClient RequestValidation.swift
[2404/2468] Compiling AsyncHTTPClient SSLContextCache.swift
[2405/2468] Compiling AsyncHTTPClient Scheme.swift
[2406/2468] Compiling AsyncHTTPClient Singleton.swift
[2407/2468] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2408/2468] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2409/2468] Compiling AsyncHTTPClient Utils.swift
[2410/2468] Compiling AsyncHTTPClient HTTPHandler.swift
[2411/2468] Compiling AsyncHTTPClient LRUCache.swift
[2412/2468] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2413/2468] Compiling AsyncHTTPClient NWErrorHandler.swift
[2414/2468] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2415/2468] Compiling AsyncHTTPClient TLSConfiguration.swift
[2416/2468] Compiling AsyncHTTPClient RedirectState.swift
[2417/2468] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2418/2468] Compiling AsyncHTTPClient ConnectionTarget.swift
[2419/2468] Compiling AsyncHTTPClient DeconstructedURL.swift
[2420/2468] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2421/2468] Compiling AsyncHTTPClient FoundationExtensions.swift
[2422/2468] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2423/2468] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2424/2468] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2425/2468] Compiling AsyncHTTPClient HTTPClient.swift
[2426/2468] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2427/2468] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2428/2468] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2429/2468] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2430/2468] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2431/2468] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2432/2468] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2433/2468] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2434/2468] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2435/2468] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2436/2468] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2437/2468] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2438/2468] Compiling AsyncHTTPClient HTTP1Connection.swift
[2439/2468] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2440/2468] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2441/2468] Compiling AsyncHTTPClient HTTP2Connection.swift
[2442/2468] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2443/2468] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2444/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2445/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2446/2468] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2447/2468] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2448/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2449/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2450/2468] Compiling AsyncHTTPClient RequestBodyLength.swift
[2451/2468] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2452/2468] Compiling AsyncHTTPClient RequestOptions.swift
[2453/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2454/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2455/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2456/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2457/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2458/2468] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2459/2468] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2460/2468] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2461/2468] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2462/2468] Compiling AsyncHTTPClient Transaction.swift
[2463/2468] Compiling AsyncHTTPClient Base64.swift
[2464/2468] Compiling AsyncHTTPClient BasicAuth.swift
[2465/2468] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2466/2468] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2467/2468] Compiling AsyncHTTPClient ConnectionPool.swift
[2468/2468] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2470/2638] Compiling Vapor Core.swift
[2471/2638] Compiling Vapor Running.swift
[2472/2638] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2473/2638] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2474/2638] Compiling Vapor DotEnvFile+load.swift
[2475/2638] Compiling Vapor Routes+caseInsenstive.swift
[2476/2638] Compiling Vapor Validatable+validate.swift
[2477/2638] Compiling Vapor Environment+Process.swift
[2478/2638] Compiling Vapor Environment+Secret.swift
[2479/2638] Compiling Vapor Environment.swift
[2480/2638] Compiling Vapor Abort.swift
[2481/2638] Compiling Vapor AbortError.swift
[2482/2638] Compiling Vapor DebuggableError.swift
[2483/2638] Compiling Vapor Demangler.swift
[2484/2638] Compiling Vapor ErrorSource.swift
[2485/2638] Compiling Vapor StackTrace.swift
[2486/2638] Compiling Vapor Exports.swift
[2487/2638] Compiling Vapor Application+HTTP.swift
[2488/2638] Compiling Vapor BasicResponder.swift
[2489/2638] Compiling Vapor BodyStream.swift
[2490/2638] Compiling Vapor Application+HTTP+Client.swift
[2491/2638] Compiling Vapor EventLoopHTTPClient.swift
[2492/2638] Compiling Vapor EndpointCache.swift
[2493/2638] Compiling Vapor HTTPMethod+String.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 Application.swift
[2519/2686] Compiling Vapor AuthenticationCache.swift
[2520/2686] Compiling Vapor Authenticator.swift
[2521/2686] Compiling Vapor BasicAuthorization.swift
[2522/2686] Compiling Vapor BearerAuthorization.swift
[2523/2686] Compiling Vapor GuardMiddleware.swift
[2524/2686] Compiling Vapor RedirectMiddleware.swift
[2525/2686] Compiling Vapor SessionAuthenticatable.swift
[2526/2686] Compiling Vapor Bcrypt.swift
[2527/2686] Compiling Vapor Application+Cache.swift
[2528/2686] Compiling Vapor Cache.swift
[2529/2686] Compiling Vapor CacheExpirationTime.swift
[2530/2686] Compiling Vapor MemoryCache.swift
[2531/2686] Compiling Vapor Request+Cache.swift
[2532/2686] Compiling Vapor Application+Clients.swift
[2533/2686] Compiling Vapor Client.swift
[2534/2686] Compiling Vapor ClientRequest.swift
[2535/2686] Compiling Vapor ClientResponse.swift
[2536/2686] Compiling Vapor Request+Client.swift
[2537/2686] Compiling Vapor BootCommand.swift
[2538/2686] Compiling Vapor CommandContext+Application.swift
[2539/2686] Compiling Vapor RoutesCommand.swift
[2540/2686] Compiling Vapor ServeCommand.swift
[2541/2686] Compiling Vapor AnyResponse+Concurrency.swift
[2542/2686] Compiling Vapor Validator.swift
[2543/2686] Compiling Vapor ValidatorResult.swift
[2544/2686] Compiling Vapor And.swift
[2545/2686] Compiling Vapor Case.swift
[2546/2686] Compiling Vapor CharacterSet.swift
[2547/2686] Compiling Vapor Count.swift
[2548/2686] Compiling Vapor Custom.swift
[2549/2686] Compiling Vapor Email.swift
[2550/2686] Compiling Vapor Empty.swift
[2551/2686] Compiling Vapor In.swift
[2552/2686] Compiling Vapor Nil.swift
[2553/2686] Compiling Vapor NilIgnoring.swift
[2554/2686] Compiling Vapor Not.swift
[2555/2686] Compiling Vapor Or.swift
[2556/2686] Compiling Vapor Pattern.swift
[2557/2686] Compiling Vapor Range.swift
[2558/2686] Compiling Vapor URL.swift
[2559/2686] Compiling Vapor Valid.swift
[2560/2686] Compiling Vapor Application+Views.swift
[2561/2686] Compiling Vapor PlaintextRenderer.swift
[2562/2686] Compiling Vapor Request+View.swift
[2563/2686] Compiling Vapor View.swift
[2564/2686] Compiling Vapor ViewRenderer.swift
[2565/2686] Compiling Vapor _Deprecations.swift
[2566/2686] Emitting module Vapor
[2567/2686] Compiling Vapor AsyncBasicResponder.swift
[2568/2686] Compiling Vapor AsyncMiddleware.swift
[2569/2686] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2570/2686] Compiling Vapor AsyncSessionDriver.swift
[2571/2686] Compiling Vapor Authentication+Concurrency.swift
[2572/2686] Compiling Vapor Cache+Concurrency.swift
[2573/2686] Compiling Vapor Client+Concurrency.swift
[2574/2686] Compiling Vapor RequestBody+Concurrency.swift
[2575/2686] Compiling Vapor Responder+Concurrency.swift
[2576/2686] Compiling Vapor ResponseCodable+Concurrency.swift
[2577/2686] Compiling Vapor RoutesBuilder+Concurrency.swift
[2578/2686] Compiling Vapor ViewRenderer+Concurrency.swift
[2579/2686] Compiling Vapor WebSocket+Concurrency.swift
[2580/2686] Compiling Vapor ContainerGetPathExecutor.swift
[2581/2686] Compiling Vapor Content.swift
[2582/2686] Compiling Vapor ContentCoders.swift
[2583/2686] Compiling Vapor ContentConfiguration.swift
[2584/2686] Compiling Vapor ContentContainer.swift
[2585/2686] Compiling Vapor JSONCoder+Custom.swift
[2586/2686] Compiling Vapor JSONCoders+Content.swift
[2587/2686] Compiling Vapor PlaintextDecoder.swift
[2588/2686] Compiling Vapor PlaintextEncoder.swift
[2589/2686] Compiling Vapor URLQueryCoders.swift
[2590/2686] Compiling Vapor URLQueryContainer.swift
[2591/2686] Compiling Vapor HTTPServerResponseEncoder.swift
[2592/2686] Compiling Vapor HTTPServerUpgradeHandler.swift
[2593/2686] Compiling Vapor Logger+Report.swift
[2594/2686] Compiling Vapor LoggingSystem+Environment.swift
[2595/2686] Compiling Vapor Application+Middleware.swift
[2596/2686] Compiling Vapor CORSMiddleware.swift
[2597/2686] Compiling Vapor ErrorMiddleware.swift
[2598/2686] Compiling Vapor FileMiddleware.swift
[2599/2686] Compiling Vapor Middleware.swift
[2600/2686] Compiling Vapor MiddlewareConfiguration.swift
[2601/2686] Compiling Vapor ResponseCompressionMiddleware.swift
[2602/2686] Compiling Vapor RouteLoggingMiddleware.swift
[2603/2686] Compiling Vapor TracingMiddleware.swift
[2604/2686] Compiling Vapor File+Multipart.swift
[2605/2686] Compiling Vapor FormDataDecoder+Content.swift
[2606/2686] Compiling Vapor FormDataEncoder+Content.swift
[2607/2686] Compiling Vapor Application+Password.swift
[2608/2686] Compiling Vapor Application+Passwords.swift
[2609/2686] Compiling Vapor AsyncPasswordHasher.swift
[2610/2686] Compiling Vapor BcryptHasher.swift
[2611/2686] Compiling Vapor PasswordHasher.swift
[2612/2686] Compiling Vapor PlaintextHasher.swift
[2613/2686] Compiling Vapor Request+Password.swift
[2614/2686] Compiling Vapor Redirect.swift
[2615/2686] Compiling Vapor Service.swift
[2616/2686] Compiling Vapor Application+Sessions.swift
[2617/2686] Compiling Vapor MemorySessions.swift
[2618/2686] Compiling Vapor Request+Session.swift
[2619/2686] Compiling Vapor Session.swift
[2620/2686] Compiling Vapor SessionCache.swift
[2621/2686] Compiling Vapor SessionData.swift
[2622/2686] Compiling Vapor SessionDriver.swift
[2623/2686] Compiling Vapor SessionsConfiguration.swift
[2624/2686] Compiling Vapor SessionsMiddleware.swift
[2625/2686] Compiling Vapor URLEncodedFormData.swift
[2626/2686] Compiling Vapor URLEncodedFormDecoder.swift
[2627/2686] Compiling Vapor URLEncodedFormEncoder.swift
[2628/2686] Compiling Vapor URLEncodedFormError.swift
[2629/2686] Compiling Vapor URLEncodedFormParser.swift
[2630/2686] Compiling Vapor URLEncodedFormSerializer.swift
[2631/2686] Compiling Vapor URLQueryFragmentConvertible.swift
[2632/2686] Compiling Vapor AnyResponse.swift
[2633/2686] Compiling Vapor Array+Random.swift
[2634/2686] Compiling Vapor Base32.swift
[2635/2686] Compiling Vapor Base64.swift
[2636/2686] Compiling Vapor BaseN.swift
[2637/2686] Compiling Vapor BasicCodingKey.swift
[2638/2686] Compiling Vapor ByteCount.swift
[2639/2686] Compiling Vapor Bytes+Hex.swift
[2640/2686] Compiling Vapor Bytes+SecureCompare.swift
[2641/2686] Compiling Vapor Collection+Safe.swift
[2642/2686] Compiling Vapor DataProtocol+Copy.swift
[2643/2686] Compiling Vapor DecoderUnwrapper.swift
[2644/2686] Compiling Vapor DirectoryConfiguration.swift
[2645/2686] Compiling Vapor DotEnv.swift
[2646/2686] Compiling Vapor Extendable.swift
[2647/2686] Compiling Vapor File.swift
[2648/2686] Compiling Vapor FileIO.swift
[2649/2686] Compiling Vapor LifecycleHandler.swift
[2650/2686] Compiling Vapor OptionalType.swift
[2651/2686] Compiling Vapor RFC1123.swift
[2652/2686] Compiling Vapor SocketAddress+Hostname.swift
[2653/2686] Compiling Vapor Storage.swift
[2654/2686] Compiling Vapor String+IsIPAddress.swift
[2655/2686] Compiling Vapor Thread.swift
[2656/2686] Compiling Vapor URI.swift
[2657/2686] Compiling Vapor RangeResult.swift
[2658/2686] Compiling Vapor Validatable.swift
[2659/2686] Compiling Vapor Validation.swift
[2660/2686] Compiling Vapor ValidationKey.swift
[2661/2686] Compiling Vapor Validations.swift
[2662/2686] Compiling Vapor ValidationsError.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 JWT+Microsoft.swift
[2690/2699] Compiling JWT JWT+Google.swift
[2691/2699] Compiling JWT Application+JWT.swift
[2692/2699] Compiling JWT AsyncJWTAuthenticator.swift
[2693/2699] Compiling JWT JWTAuthenticator.swift
[2694/2699] Compiling JWT Exports.swift
[2695/2699] Compiling JWT JWKSCache.swift
[2696/2699] Emitting module JWT
[2697/2699] Compiling JWT JWT+Apple.swift
[2698/2699] Compiling JWT JWT+Concurrency.swift
[2699/2699] Compiling JWT Request+JWT.swift
[2701/2712] Compiling Ferno FernoDriver.swift
[2702/2712] Compiling Ferno FernoErrors.swift
[2703/2713] Compiling Ferno JWTPayload.swift
[2704/2713] Compiling Ferno FernoPath.swift
[2705/2713] Compiling Ferno FernoQuery.swift
[2706/2713] Compiling Ferno FernoServiceJsonConfiguration.swift
[2707/2713] Compiling Ferno FernoValue.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! (322.02s)
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.