Build Information
Successful build of jwt, reference main (ae510e
), with Swift 6.1 for Linux on 30 Apr 2025 07:07:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/jwt.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/jwt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ae510ef Update SIWA Token and Migrate to Vapor Testing (#165)
Cloned https://github.com/vapor/jwt.git
Revision (git rev-parse @):
ae510ef2051a44566fe321f18f617cdcd08c612a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/jwt.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/jwt.git
https://github.com/vapor/jwt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.110.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "jwt",
"name" : "jwt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "JWT",
"targets" : [
"JWT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JWTTests",
"module_type" : "SwiftTarget",
"name" : "JWTTests",
"path" : "Tests/JWTTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"Helpers/ByteBuffer+string.swift",
"Helpers/isLoggingConfigured.swift",
"Helpers/withApp.swift",
"JWTTests.swift",
"Types/LoginCredentials.swift",
"Types/LoginResponse.swift",
"Types/TestUser.swift",
"Types/UserAuthenticator.swift"
],
"target_dependencies" : [
"JWT"
],
"type" : "test"
},
{
"c99name" : "JWT",
"module_type" : "SwiftTarget",
"name" : "JWT",
"path" : "Sources/JWT",
"product_dependencies" : [
"JWTKit",
"Vapor"
],
"product_memberships" : [
"JWT"
],
"sources" : [
"Application+JWT.swift",
"Exports.swift",
"JWKSCache.swift",
"JWT+Apple.swift",
"JWT+FirebaseAuth.swift",
"JWT+Google.swift",
"JWT+Microsoft.swift",
"JWTAuthenticator.swift",
"JWTError+Vapor.swift",
"Request+JWT.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
[9050/83386] Fetching jwt-kit, vapor
Fetched https://github.com/vapor/jwt-kit.git from cache (2.45s)
Fetched https://github.com/vapor/vapor.git from cache (2.48s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (3.03s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
[1/3836] Fetching swift-log
[2303/9948] Fetching swift-log, swift-certificates
[6527/23732] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
[7767/19896] Fetching swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.43s)
[2344/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.38s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (3.73s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/3208] Fetching multipart-kit
[419/8182] Fetching multipart-kit, swift-distributed-tracing
[612/9245] Fetching multipart-kit, swift-distributed-tracing, swift-service-context
[2491/15148] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, swift-algorithms
[5120/17753] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, swift-algorithms, websocket-kit
[12480/19458] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, swift-algorithms, websocket-kit, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
Fetching https://github.com/apple/swift-metrics.git
[12914/16690] Fetching multipart-kit, swift-service-context, swift-algorithms, websocket-kit, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.28s)
Fetching https://github.com/apple/swift-nio-extras.git
[12914/20146] Fetching multipart-kit, swift-service-context, swift-algorithms, websocket-kit, swift-atomics, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.36s)
Fetching https://github.com/apple/swift-nio-http2.git
[12925/14484] Fetching multipart-kit, swift-service-context, swift-algorithms, websocket-kit, swift-atomics
[14485/25988] Fetching multipart-kit, swift-service-context, swift-algorithms, websocket-kit, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (1.52s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.52s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.52s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.52s)
[5969/14712] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.59s)
[3797/11504] Fetching swift-nio-http2
Fetching https://github.com/vapor/async-kit.git
[11505/16989] Fetching swift-nio-http2, console-kit
[12822/37716] Fetching swift-nio-http2, console-kit, routing-kit
[14773/40086] Fetching swift-nio-http2, console-kit, routing-kit, async-kit
[26704/54895] Fetching swift-nio-http2, console-kit, routing-kit, async-kit, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[32358/52525] Fetching swift-nio-http2, console-kit, routing-kit, swift-nio-ssl
[32566/128086] Fetching swift-nio-http2, console-kit, routing-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.47s)
[29094/122601] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.18s)
[28566/111097] Fetching routing-kit, swift-nio-ssl, swift-nio
[37083/124987] Fetching routing-kit, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.14s)
[55682/104260] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.05s)
[62413/90370] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.93s)
[52138/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.83s)
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.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.53s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.03s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.83s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.58s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.53s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
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.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.77s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.64s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.64s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.76s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/836] Write sources
[51/836] Compiling CNIOWindows shim.c
[51/836] Compiling CNIOWindows WSAStartup.c
[53/836] Compiling _NumericsShims _NumericsShims.c
[54/836] Compiling _AtomicsShims.c
[55/836] Compiling CNIOWASI CNIOWASI.c
[56/836] Compiling CSystem shims.c
[57/836] Compiling CVaporBcrypt bcrypt.c
[58/836] Compiling CVaporBcrypt blf.c
[59/836] Compiling CNIOLinux liburing_shims.c
[59/836] Compiling CNIOSHA1 c_nio_sha1.c
[61/836] Compiling CNIOExtrasZlib empty.c
[62/836] Compiling CNIOLLHTTP c_nio_http.c
[63/836] Compiling CNIODarwin shim.c
[64/836] Compiling CNIOLinux shim.c
[65/836] Compiling CNIOLLHTTP c_nio_api.c
[66/836] Compiling fiat_p256_adx_mul.S
[67/836] Compiling fiat_p256_adx_sqr.S
[68/836] Compiling fiat_curve25519_adx_square.S
[69/836] Compiling fiat_curve25519_adx_mul.S
[70/836] Write swift-version-24593BA9C3E375BF.txt
[71/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/840] Compiling CNIOBoringSSLShims shims.c
[74/842] Emitting module _NIODataStructures
[74/842] Compiling tls13_client.cc
[75/842] Compiling tls_method.cc
[75/842] Compiling tls_record.cc
[77/889] Compiling tls13_server.cc
[78/889] Compiling tls13_enc.cc
[79/892] Compiling tls13_both.cc
[81/907] Emitting module _NIOBase64
[82/907] Compiling _NIOBase64 Base64.swift
[84/908] Compiling RealModule ElementaryFunctions.swift
[85/908] Compiling RealModule Float16+Real.swift
[86/908] Compiling RealModule Float+Real.swift
[87/909] Emitting module RealModule
[88/909] Compiling RealModule AlgebraicField.swift
[89/909] Compiling RealModule ApproximateEquality.swift
[90/909] Compiling RealModule AugmentedArithmetic.swift
[91/909] Compiling RealModule Double+Real.swift
[92/909] Compiling _CertificateInternals _TinyArray.swift
[93/909] Emitting module _CertificateInternals
[94/910] Compiling ServiceContextModule ServiceContextKey.swift
[95/910] Emitting module ServiceContextModule
[96/910] Compiling ServiceContextModule ServiceContext.swift
[97/910] Compiling RealModule Float80+Real.swift
[98/911] Compiling RealModule Real.swift
[99/911] Compiling _NIODataStructures _TinyArray.swift
[100/911] Compiling _NIODataStructures PriorityQueue.swift
[101/911] Compiling SystemPackage MachPort.swift
[102/911] Compiling SystemPackage PlatformString.swift
[103/911] Compiling SystemPackage SystemString.swift
[105/914] Emitting module SystemPackage
[110/914] Compiling SwiftASN1 BER.swift
[111/914] Compiling SwiftASN1 ASN1Any.swift
[112/914] Compiling SwiftASN1 ASN1Integer.swift
[113/914] Compiling SwiftASN1 ASN1Null.swift
[115/914] Compiling RealModule RealFunctions.swift
[117/935] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[118/935] Compiling InternalCollectionsUtilities Specialize.swift
[119/940] Compiling InternalCollectionsUtilities _SortedCollection.swift
[120/940] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[121/940] Compiling InternalCollectionsUtilities Debugging.swift
[122/940] Compiling InternalCollectionsUtilities Descriptions.swift
[123/943] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[124/943] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[125/943] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[126/943] Compiling InternalCollectionsUtilities Integer rank.swift
[127/943] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[128/943] Compiling Instrumentation NoOpInstrument.swift
[129/943] Compiling Instrumentation MultiplexInstrument.swift
[130/943] Compiling Instrumentation Instrument.swift
[131/943] Emitting module Instrumentation
[132/943] Compiling SystemPackage Util+StringArray.swift
[133/943] Compiling SystemPackage Util.swift
[134/943] Compiling SystemPackage UtilConsumers.swift
[135/943] Emitting module InternalCollectionsUtilities
[138/945] Compiling Instrumentation InstrumentationSystem.swift
[139/945] Compiling Instrumentation Locks.swift
[141/946] Emitting module Logging
[142/946] Compiling SystemPackage Mocking.swift
[143/946] Compiling SystemPackage RawBuffer.swift
[144/946] Compiling SystemPackage Syscalls.swift
[145/946] Compiling SystemPackage WindowsSyscallAdapters.swift
[146/946] Compiling _NIODataStructures Heap.swift
[156/947] Compiling SwiftASN1 DER.swift
[157/947] Compiling SwiftASN1 Errors.swift
[158/947] Compiling SystemPackage Constants.swift
[159/947] Compiling SystemPackage Exports.swift
[163/948] Compiling Logging Logging.swift
[164/948] Compiling Logging Locks.swift
[165/948] Compiling Logging LogHandler.swift
[166/948] Compiling Logging MetadataProvider.swift
[168/948] Compiling InternalCollectionsUtilities UInt+reversed.swift
[170/948] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[171/948] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[172/948] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[173/948] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[174/949] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[175/949] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[176/950] Compiling CoreMetrics Locks.swift
[177/950] Compiling CoreMetrics Metrics.swift
[178/950] Emitting module CoreMetrics
[184/951] Emitting module SwiftASN1
[187/951] Compiling t1_enc.cc
[197/966] Compiling Tracing TracingTime.swift
[198/966] Compiling Tracing Tracer.swift
[199/966] Compiling RoutingKit Router.swift
[200/966] Compiling Tracing TracerProtocol.swift
[201/966] Compiling Tracing TracerProtocol+Legacy.swift
[202/966] Emitting module RoutingKit
[203/1023] Compiling RoutingKit AnyRouter.swift
[204/1034] Compiling Tracing NoOpTracer.swift
[205/1034] Emitting module Tracing
[206/1034] Compiling Tracing InstrumentationSystem+Tracing.swift
[207/1034] Compiling Tracing SpanProtocol.swift
[208/1035] Compiling RoutingKit PathComponent.swift
[209/1035] Compiling RoutingKit TrieRouter.swift
[210/1035] Compiling ssl_versions.cc
[211/1035] Compiling ssl_transcript.cc
[212/1036] Compiling ssl_stat.cc
[214/1044] Compiling RoutingKit Parameters.swift
[214/1093] Compiling ssl_x509.cc
[217/1181] Emitting module Metrics
[218/1181] Compiling Metrics Metrics.swift
[219/1192] Compiling HeapModule Heap+Descriptions.swift
[221/1192] Compiling HeapModule _HeapNode.swift
[222/1192] Compiling DequeModule Deque+CustomReflectable.swift
[223/1192] Compiling DequeModule Deque+Descriptions.swift
[224/1192] Compiling HashTreeCollections TreeDictionary+Collection.swift
[225/1192] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[226/1192] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[227/1192] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[228/1192] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[229/1192] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[230/1192] Compiling HashTreeCollections TreeDictionary+Filter.swift
[231/1192] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[232/1192] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[233/1192] Compiling HashTreeCollections TreeDictionary+Keys.swift
[234/1192] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[235/1192] Compiling HashTreeCollections TreeDictionary+Merge.swift
[236/1192] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[237/1192] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[237/1201] Compiling ssl_session.cc
[239/1201] Compiling DequeModule _DequeBuffer.swift
[240/1201] Compiling DequeModule _DequeBufferHeader.swift
[241/1201] Compiling HeapModule Heap.swift
[242/1201] Compiling HashTreeCollections _HashStack.swift
[243/1201] Compiling HashTreeCollections _HashTreeIterator.swift
[244/1201] Compiling HashTreeCollections _HashTreeStatistics.swift
[245/1201] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[246/1201] Compiling HashTreeCollections _RawHashNode.swift
[247/1201] Compiling HashTreeCollections _UnmanagedHashNode.swift
[248/1201] Compiling HashTreeCollections _UnsafePath.swift
[249/1201] Compiling HashTreeCollections TreeDictionary+Codable.swift
[250/1201] Compiling DequeModule Deque+Equatable.swift
[251/1201] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[252/1201] Compiling HashTreeCollections TreeSet+Hashable.swift
[253/1201] Compiling HashTreeCollections TreeSet+Sendable.swift
[254/1201] Compiling HashTreeCollections TreeSet+Sequence.swift
[255/1201] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[256/1201] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[257/1201] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[258/1201] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[259/1201] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[260/1201] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[261/1201] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[262/1201] Emitting module HeapModule
[263/1211] Compiling DequeModule Deque+Extras.swift
[264/1211] Compiling DequeModule Deque+Hashable.swift
[265/1211] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[266/1211] Compiling HashTreeCollections _HashNode+Structural merge.swift
[267/1211] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[268/1211] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[269/1211] Compiling HashTreeCollections _HashNode+Structural union.swift
[270/1211] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[271/1211] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[272/1211] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[273/1211] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[274/1211] Compiling HashTreeCollections _HashNode.swift
[275/1220] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[276/1220] Compiling HeapModule Heap+Invariants.swift
[277/1220] Compiling HeapModule Heap+UnsafeHandle.swift
[285/1221] Compiling HashTreeCollections _HashNodeHeader.swift
[286/1221] Compiling HashTreeCollections _HashSlot.swift
[287/1221] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[288/1221] Compiling OrderedCollections OrderedSet.swift
[289/1221] Compiling OrderedCollections _UnsafeBitset.swift
[290/1221] Compiling HashTreeCollections TreeSet+Equatable.swift
[291/1221] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[292/1221] Compiling HashTreeCollections TreeSet+Extras.swift
[293/1221] Compiling HashTreeCollections TreeSet+Filter.swift
[301/1221] Compiling OrderedCollections OrderedSet+Sendable.swift
[302/1221] Compiling OrderedCollections OrderedSet+SubSequence.swift
[303/1221] Compiling OrderedCollections OrderedSet+Testing.swift
[304/1221] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[305/1221] Compiling DequeModule Deque._UnsafeHandle.swift
[306/1221] Compiling DequeModule Deque.swift
[307/1221] Compiling DequeModule Deque+Testing.swift
[308/1221] Compiling DequeModule Deque._Storage.swift
[311/1221] Compiling DequeModule _DequeSlot.swift
[312/1221] Compiling DequeModule _UnsafeWrappedBuffer.swift
[313/1221] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[314/1221] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[315/1221] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[316/1221] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[327/1221] Compiling DequeModule Deque+Codable.swift
[328/1221] Compiling DequeModule Deque+Collection.swift
[329/1221] Emitting module DequeModule
[372/1222] Compiling _RopeModule _CharacterRecognizer.swift
[373/1222] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[374/1222] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[375/1222] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[376/1222] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[377/1222] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[378/1222] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[379/1222] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[380/1222] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[381/1222] Compiling HashTreeCollections TreeSet.swift
[382/1222] Emitting module OrderedCollections
[390/1222] Compiling ssl_privkey.cc
[392/1222] Emitting module _RopeModule
[411/1223] Compiling ssl_file.cc
[423/1223] Compiling ssl_key_share.cc
[424/1223] Compiling ssl_lib.cc
[448/1223] Compiling _RopeModule Rope+Join.swift
[449/1223] Compiling _RopeModule Rope+MutatingForEach.swift
[450/1223] Compiling _RopeModule Rope+Remove.swift
[451/1223] Compiling _RopeModule Rope+RemoveSubrange.swift
[452/1223] Compiling _RopeModule Rope+Split.swift
[453/1223] Compiling _RopeModule Optional Utilities.swift
[454/1223] Compiling _RopeModule String Utilities.swift
[455/1223] Compiling _RopeModule String.Index+ABI.swift
[456/1223] Compiling ssl_credential.cc
[457/1223] Compiling ssl_cipher.cc
[478/1224] Emitting module HashTreeCollections
[480/1225] Compiling ssl_buffer.cc
[481/1225] Compiling ssl_cert.cc
[482/1225] Compiling ssl_asn1.cc
[483/1225] Compiling ssl_aead_ctx.cc
[484/1225] Compiling s3_pkt.cc
[485/1225] Compiling s3_lib.cc
[486/1225] Compiling s3_both.cc
[487/1225] Compiling handshake_server.cc
[488/1225] Compiling handshake_client.cc
[489/1225] Compiling handshake.cc
[490/1225] Compiling handoff.cc
[491/1225] Compiling extensions.cc
[492/1225] Compiling encrypted_client_hello.cc
[493/1225] Compiling md5-x86_64-linux.S
[494/1225] Compiling md5-x86_64-apple.S
[495/1225] Compiling md5-586-linux.S
[496/1225] Compiling dtls_record.cc
[497/1225] Compiling md5-586-apple.S
[498/1225] Compiling chacha20_poly1305_x86_64-linux.S
[499/1225] Compiling chacha20_poly1305_x86_64-apple.S
[500/1225] Compiling dtls_method.cc
[501/1225] Compiling chacha20_poly1305_armv8-win.S
[502/1225] Compiling chacha20_poly1305_armv8-linux.S
[503/1225] Compiling chacha20_poly1305_armv8-apple.S
[504/1225] Compiling chacha-x86_64-linux.S
[505/1225] Compiling err_data.cc
[506/1225] Compiling chacha-x86_64-apple.S
[507/1225] Compiling chacha-x86-linux.S
[508/1225] Compiling chacha-armv8-win.S
[509/1225] Compiling chacha-x86-apple.S
[510/1225] Compiling chacha-armv8-linux.S
[511/1225] Compiling chacha-armv8-apple.S
[512/1225] Compiling chacha-armv4-linux.S
[513/1225] Compiling aes128gcmsiv-x86_64-linux.S
[514/1225] Compiling d1_srtp.cc
[515/1225] Compiling aes128gcmsiv-x86_64-apple.S
[516/1225] Compiling x86_64-mont5-linux.S
[517/1225] Compiling x86_64-mont5-apple.S
[518/1225] Compiling x86_64-mont-linux.S
[519/1225] Compiling x86_64-mont-apple.S
[520/1225] Compiling x86-mont-linux.S
[521/1225] Compiling x86-mont-apple.S
[522/1225] Compiling vpaes-x86_64-linux.S
[523/1225] Compiling vpaes-x86_64-apple.S
[524/1225] Compiling vpaes-x86-linux.S
[525/1225] Compiling vpaes-x86-apple.S
[526/1225] Compiling vpaes-armv8-linux.S
[527/1225] Compiling vpaes-armv8-win.S
[528/1225] Compiling vpaes-armv8-apple.S
[529/1225] Compiling vpaes-armv7-linux.S
[530/1225] Compiling bio_ssl.cc
[531/1225] Compiling sha512-x86_64-apple.S
[532/1225] Compiling sha512-x86_64-linux.S
[533/1225] Compiling sha512-armv8-win.S
[534/1225] Compiling sha512-armv8-linux.S
[535/1225] Compiling d1_pkt.cc
[536/1225] Compiling sha512-armv8-apple.S
[537/1225] Compiling sha512-armv4-linux.S
[538/1225] Compiling sha512-586-apple.S
[539/1225] Compiling sha512-586-linux.S
[540/1225] Compiling sha256-x86_64-apple.S
[541/1225] Compiling sha256-x86_64-linux.S
[542/1225] Compiling sha256-armv8-win.S
[543/1225] Compiling sha256-armv8-linux.S
[544/1225] Compiling sha256-armv8-apple.S
[545/1225] Compiling sha256-armv4-linux.S
[546/1225] Compiling sha256-586-linux.S
[547/1225] Compiling sha256-586-apple.S
[548/1225] Compiling sha1-x86_64-apple.S
[549/1225] Compiling sha1-armv8-linux.S
[550/1225] Compiling sha1-armv8-win.S
[551/1225] Compiling sha1-armv8-apple.S
[552/1225] Compiling sha1-x86_64-linux.S
[553/1225] Compiling sha1-armv4-large-linux.S
[554/1225] Compiling d1_lib.cc
[555/1225] Compiling sha1-586-linux.S
[556/1225] Compiling sha1-586-apple.S
[557/1225] Compiling rsaz-avx2-apple.S
[558/1225] Compiling rsaz-avx2-linux.S
[559/1225] Compiling rdrand-x86_64-linux.S
[560/1225] Compiling rdrand-x86_64-apple.S
[561/1225] Compiling p256_beeu-x86_64-asm-linux.S
[562/1225] Compiling p256_beeu-x86_64-asm-apple.S
[563/1225] Compiling p256_beeu-armv8-asm-win.S
[564/1225] Compiling p256_beeu-armv8-asm-apple.S
[565/1225] Compiling p256_beeu-armv8-asm-linux.S
[566/1225] Compiling p256-x86_64-asm-apple.S
[567/1225] Compiling p256-armv8-asm-win.S
[568/1225] Compiling p256-armv8-asm-linux.S
[569/1225] Compiling p256-x86_64-asm-linux.S
[570/1225] Compiling p256-armv8-asm-apple.S
[571/1225] Compiling ghashv8-armv8-linux.S
[572/1225] Compiling ghashv8-armv8-win.S
[573/1225] Compiling ghashv8-armv8-apple.S
[574/1225] Compiling ghashv8-armv7-linux.S
[575/1225] Compiling ghash-x86_64-linux.S
[576/1225] Compiling ghash-x86_64-apple.S
[577/1225] Compiling ghash-x86-linux.S
[578/1225] Compiling ghash-x86-apple.S
[579/1225] Compiling ghash-ssse3-x86_64-linux.S
[580/1225] Compiling ghash-ssse3-x86_64-apple.S
[581/1225] Compiling ghash-ssse3-x86-linux.S
[582/1225] Compiling ghash-ssse3-x86-apple.S
[583/1225] Compiling ghash-neon-armv8-win.S
[584/1225] Compiling d1_both.cc
[585/1225] Compiling ghash-neon-armv8-linux.S
[586/1225] Compiling ghash-neon-armv8-apple.S
[587/1225] Compiling ghash-armv4-linux.S
[588/1225] Compiling co-586-linux.S
[589/1225] Compiling co-586-apple.S
[590/1225] Compiling bsaes-armv7-linux.S
[591/1225] Compiling bn-armv8-win.S
[592/1225] Compiling bn-armv8-linux.S
[593/1225] Compiling bn-armv8-apple.S
[594/1225] Compiling bn-586-linux.S
[595/1225] Compiling bn-586-apple.S
[596/1225] Compiling armv8-mont-win.S
[597/1225] Compiling armv8-mont-linux.S
[598/1225] Compiling armv8-mont-apple.S
[599/1225] Compiling aesv8-gcm-armv8-win.S
[600/1225] Compiling armv4-mont-linux.S
[600/1225] Compiling aesv8-gcm-armv8-linux.S
[602/1225] Compiling aesv8-gcm-armv8-apple.S
[603/1225] Compiling aesv8-armv8-win.S
[604/1225] Compiling aesv8-armv8-linux.S
[605/1225] Compiling aesv8-armv8-apple.S
[606/1225] Compiling aesv8-armv7-linux.S
[607/1225] Compiling aesni-x86_64-apple.S
[608/1225] Compiling aesni-x86-linux.S
[609/1225] Compiling aesni-x86-apple.S
[610/1225] Compiling aesni-x86_64-linux.S
[611/1225] Compiling aesni-gcm-x86_64-linux.S
[612/1225] Compiling aesni-gcm-x86_64-apple.S
[613/1225] Compiling aes-gcm-avx2-x86_64-apple.S
[614/1225] Compiling aes-gcm-avx2-x86_64-linux.S
[615/1225] Compiling aes-gcm-avx10-x86_64-apple.S
[616/1225] Compiling aes-gcm-avx10-x86_64-linux.S
[617/1225] Compiling x_sig.cc
[618/1225] Compiling x_x509a.cc
[619/1225] Compiling x_val.cc
[620/1225] Compiling x_spki.cc
[621/1225] Compiling x_req.cc
[622/1225] Compiling x_pubkey.cc
[622/1225] Compiling x_x509.cc
[624/1225] Compiling x_name.cc
[625/1225] Compiling x_algor.cc
[626/1225] Compiling x_exten.cc
[627/1225] Compiling x509spki.cc
[628/1225] Compiling x_attrib.cc
[629/1225] Compiling x_crl.cc
[630/1225] Compiling x509rset.cc
[631/1225] Compiling x_all.cc
[632/1225] Compiling x509name.cc
[633/1225] Compiling x509_txt.cc
[634/1225] Compiling x509cset.cc
[635/1225] Compiling x509_vpm.cc
[636/1225] Compiling x509_v3.cc
[637/1225] Compiling x509_trs.cc
[638/1225] Compiling x509_vfy.cc
[639/1225] Compiling x509_set.cc
[640/1225] Compiling x509_req.cc
[641/1225] Compiling x509_def.cc
[642/1225] Compiling x509_obj.cc
[643/1225] Compiling x509_d2.cc
[644/1225] Compiling x509_ext.cc
[645/1225] Compiling x509_lu.cc
[645/1225] Compiling x509.cc
[645/1225] Compiling x509_cmp.cc
[648/1225] Compiling x509_att.cc
[649/1225] Compiling v3_prn.cc
[650/1225] Compiling v3_skey.cc
[651/1225] Compiling v3_pmaps.cc
[652/1225] Compiling v3_purp.cc
[653/1225] Compiling v3_ocsp.cc
[653/1225] Compiling v3_utl.cc
[655/1225] Compiling v3_pcons.cc
[656/1225] Compiling v3_ncons.cc
[657/1225] Compiling v3_int.cc
[658/1225] Compiling v3_lib.cc
[659/1225] Compiling v3_info.cc
[660/1225] Compiling v3_ia5.cc
[661/1225] Compiling v3_genn.cc
[662/1225] Compiling v3_extku.cc
[663/1225] Compiling v3_enum.cc
[664/1225] Compiling v3_crld.cc
[665/1225] Compiling v3_cpols.cc
[666/1225] Compiling v3_bitst.cc
[666/1225] Compiling v3_conf.cc
[668/1225] Compiling v3_bcons.cc
[669/1225] Compiling v3_akeya.cc
[670/1225] Compiling v3_alt.cc
[670/1225] Compiling v3_akey.cc
[672/1225] Compiling t_x509a.cc
[673/1225] Compiling i2d_pr.cc
[674/1225] Compiling t_x509.cc
[675/1225] Compiling t_crl.cc
[676/1225] Compiling name_print.cc
[676/1225] Compiling t_req.cc
[678/1225] Compiling rsa_pss.cc
[679/1225] Compiling policy.cc
[680/1225] Compiling by_file.cc
[681/1225] Compiling by_dir.cc
[682/1225] Compiling voprf.cc
[683/1225] Compiling algorithm.cc
[684/1225] Compiling asn1_gen.cc
[685/1225] Compiling trust_token.cc
[686/1225] Compiling a_digest.cc
[687/1225] Compiling a_verify.cc
[688/1225] Compiling a_sign.cc
[689/1225] Compiling thread_win.cc
[690/1225] Compiling thread.cc
[691/1225] Compiling thread_none.cc
[692/1225] Compiling thread_pthread.cc
[693/1225] Compiling stack.cc
[694/1225] Compiling pmbtoken.cc
[695/1225] Compiling slhdsa.cc
[696/1225] Compiling sha512.cc
[697/1225] Compiling sha256.cc
[698/1225] Compiling siphash.cc
[698/1225] Compiling sha1.cc
[700/1225] Compiling rsa_extra.cc
[701/1225] Compiling spake2plus.cc
[702/1225] Compiling rsa_print.cc
[703/1225] Compiling rc4.cc
[704/1225] Compiling refcount.cc
[705/1225] Compiling windows.cc
[706/1225] Compiling rsa_crypt.cc
[707/1225] Compiling trusty.cc
[708/1225] Compiling rand.cc
[709/1225] Compiling urandom.cc
[710/1225] Compiling rsa_asn1.cc
[711/1225] Compiling ios.cc
[712/1225] Compiling passive.cc
[713/1225] Compiling getentropy.cc
[714/1225] Compiling poly1305_arm_asm.S
[715/1225] Compiling deterministic.cc
[716/1225] Compiling forkunsafe.cc
[717/1225] Compiling fork_detect.cc
[718/1225] Compiling poly1305_arm.cc
[719/1225] Compiling poly1305.cc
[720/1225] Compiling poly1305_vec.cc
[721/1225] Compiling pool.cc
[722/1225] Compiling pkcs7.cc
[723/1225] Compiling pkcs8_x509.cc
[724/1225] Compiling pkcs8.cc
[725/1225] Compiling p5_pbev2.cc
[726/1225] Compiling pkcs7_x509.cc
[727/1225] Compiling pem_xaux.cc
[728/1225] Compiling pem_x509.cc
[729/1225] Compiling pem_pkey.cc
[730/1225] Compiling mlkem.cc
[731/1225] Compiling pem_pk8.cc
[732/1225] Compiling obj_xref.cc
[733/1225] Compiling pem_oth.cc
[734/1225] Compiling pem_info.cc
[735/1225] Compiling mldsa.cc
[736/1225] Compiling pem_lib.cc
[737/1225] Compiling pem_all.cc
[738/1225] Compiling obj.cc
[739/1225] Compiling poly_rq_mul.S
[740/1225] Compiling fips_shared_support.cc
[741/1225] Compiling mem.cc
[742/1225] Compiling md5.cc
[743/1225] Compiling md4.cc
[744/1225] Compiling lhash.cc
[745/1225] Compiling ex_data.cc
[746/1225] Compiling sign.cc
[746/1225] Compiling hrss.cc
[748/1225] Compiling kyber.cc
[749/1225] Compiling scrypt.cc
[750/1225] Compiling print.cc
[751/1225] Compiling hpke.cc
[752/1225] Compiling p_x25519.cc
[753/1225] Compiling pbkdf.cc
[754/1225] Compiling p_x25519_asn1.cc
[755/1225] Compiling p_rsa_asn1.cc
[756/1225] Compiling p_ed25519.cc
[757/1225] Compiling p_rsa.cc
[758/1225] Compiling p_hkdf.cc
[759/1225] Compiling p_ed25519_asn1.cc
[760/1225] Compiling p_ec_asn1.cc
[761/1225] Compiling p_ec.cc
[762/1225] Compiling p_dh.cc
[763/1225] Compiling p_dh_asn1.cc
[764/1225] Compiling evp_ctx.cc
[765/1225] Compiling p_dsa_asn1.cc
[766/1225] Compiling evp.cc
[767/1225] Compiling err.cc
[768/1225] Compiling engine.cc
[769/1225] Compiling evp_asn1.cc
[770/1225] Compiling ecdh.cc
[771/1225] Compiling ecdsa_asn1.cc
[772/1225] Compiling hash_to_curve.cc
[772/1225] Compiling ec_derive.cc
[774/1225] Compiling dsa.cc
[775/1225] Compiling dsa_asn1.cc
[776/1225] Compiling ec_asn1.cc
[777/1225] Compiling des.cc
[778/1225] Compiling digest_extra.cc
[779/1225] Compiling params.cc
[780/1225] Compiling x25519-asm-arm.S
[781/1225] Compiling dh_asn1.cc
[782/1225] Compiling crypto.cc
[783/1225] Compiling cpu_intel.cc
[784/1225] Compiling spake25519.cc
[785/1225] Compiling curve25519.cc
[786/1225] Compiling cpu_arm_linux.cc
[787/1225] Compiling cpu_arm_freebsd.cc
[788/1225] Compiling cpu_aarch64_win.cc
[789/1225] Compiling cpu_aarch64_openbsd.cc
[790/1225] Compiling bcm.cc
[791/1225] Compiling cpu_aarch64_sysreg.cc
[792/1225] Compiling cpu_aarch64_linux.cc
[793/1225] Compiling cpu_aarch64_fuchsia.cc
[794/1225] Compiling curve25519_64_adx.cc
[795/1225] Compiling cpu_aarch64_apple.cc
[796/1225] Compiling tls_cbc.cc
[797/1225] Compiling get_cipher.cc
[797/1225] Compiling conf.cc
[799/1225] Compiling e_rc4.cc
[800/1225] Compiling e_tls.cc
[800/1225] Compiling e_rc2.cc
[802/1225] Compiling e_null.cc
[803/1225] Compiling e_des.cc
[804/1225] Compiling derive_key.cc
[805/1225] Compiling e_chacha20poly1305.cc
[806/1225] Compiling e_aesctrhmac.cc
[807/1225] Compiling e_aesgcmsiv.cc
[808/1225] Compiling chacha.cc
[809/1225] Compiling unicode.cc
[810/1225] Compiling cbb.cc
[811/1225] Compiling buf.cc
[812/1225] Compiling cbs.cc
[813/1225] Compiling ber.cc
[814/1225] Compiling blake2.cc
[815/1225] Compiling asn1_compat.cc
[816/1225] Compiling bn_asn1.cc
[817/1225] Compiling convert.cc
[818/1225] Compiling socket.cc
[819/1225] Compiling printf.cc
[820/1225] Compiling socket_helper.cc
[821/1225] Compiling pair.cc
[822/1225] Compiling hexdump.cc
[823/1225] Compiling file.cc
[824/1225] Compiling fd.cc
[825/1225] Compiling errno.cc
[826/1225] Compiling bio_mem.cc
[826/1225] Compiling connect.cc
[828/1225] Compiling bio.cc
[829/1225] Compiling base64.cc
[830/1225] Compiling tasn_typ.cc
[831/1225] Compiling tasn_fre.cc
[832/1225] Compiling tasn_enc.cc
[833/1225] Compiling tasn_utl.cc
[834/1225] Compiling f_string.cc
[834/1225] Compiling posix_time.cc
[836/1225] Compiling tasn_new.cc
[837/1225] Compiling f_int.cc
[838/1225] Compiling asn_pack.cc
[839/1225] Compiling tasn_dec.cc
[840/1225] Compiling asn1_par.cc
[841/1225] Compiling a_utctm.cc
[842/1225] Compiling a_octet.cc
[843/1225] Compiling a_type.cc
[844/1225] Compiling a_time.cc
[845/1225] Compiling asn1_lib.cc
[846/1225] Compiling a_strnid.cc
[847/1225] Compiling a_strex.cc
[848/1225] Compiling a_i2d_fp.cc
[849/1225] Compiling a_object.cc
[850/1225] Compiling a_dup.cc
[851/1225] Compiling a_d2i_fp.cc
[852/1225] Compiling a_mbstr.cc
[853/1225] Compiling a_gentm.cc
[854/1225] Compiling fiat_p256_adx_sqr.S
[855/1225] Compiling a_int.cc
[856/1225] Compiling fiat_p256_adx_mul.S
[857/1225] Compiling fiat_curve25519_adx_square.S
[858/1225] Compiling fiat_curve25519_adx_mul.S
[859/1225] Compiling md5-x86_64-linux.S
[860/1225] Compiling md5-x86_64-apple.S
[861/1225] Compiling md5-586-linux.S
[862/1225] Compiling md5-586-apple.S
[863/1225] Compiling a_bitstr.cc
[864/1225] Compiling a_bool.cc
[865/1225] Compiling chacha20_poly1305_x86_64-apple.S
[866/1225] Compiling chacha20_poly1305_armv8-win.S
[867/1225] Compiling chacha20_poly1305_x86_64-linux.S
[868/1225] Compiling chacha20_poly1305_armv8-linux.S
[869/1225] Compiling chacha20_poly1305_armv8-apple.S
[870/1225] Compiling chacha-x86-linux.S
[871/1225] Compiling chacha-x86_64-apple.S
[872/1225] Compiling chacha-x86_64-linux.S
[873/1225] Compiling chacha-x86-apple.S
[874/1225] Compiling CCryptoBoringSSLShims shims.c
[875/1225] Compiling chacha-armv8-win.S
[876/1225] Compiling chacha-armv8-linux.S
[877/1225] Compiling chacha-armv8-apple.S
[878/1225] Compiling chacha-armv4-linux.S
[879/1225] Compiling aes128gcmsiv-x86_64-apple.S
[880/1225] Compiling aes128gcmsiv-x86_64-linux.S
[881/1225] Compiling x86_64-mont5-apple.S
[882/1225] Compiling x86_64-mont5-linux.S
[883/1225] Compiling err_data.cc
[884/1225] Compiling x86_64-mont-linux.S
[885/1225] Compiling x86_64-mont-apple.S
[886/1225] Compiling x86-mont-linux.S
[887/1225] Compiling x86-mont-apple.S
[888/1225] Compiling vpaes-x86_64-linux.S
[889/1225] Compiling vpaes-x86-linux.S
[890/1225] Compiling vpaes-x86_64-apple.S
[891/1225] Compiling vpaes-x86-apple.S
[892/1225] Compiling vpaes-armv8-win.S
[893/1225] Compiling vpaes-armv8-linux.S
[894/1225] Compiling vpaes-armv8-apple.S
[895/1225] Compiling vpaes-armv7-linux.S
[896/1225] Compiling sha512-x86_64-apple.S
[897/1225] Compiling sha512-armv8-win.S
[898/1225] Compiling sha512-armv8-linux.S
[899/1225] Compiling sha512-x86_64-linux.S
[900/1225] Compiling sha512-armv8-apple.S
[901/1225] Compiling sha512-armv4-linux.S
[902/1225] Compiling sha512-586-apple.S
[903/1225] Compiling sha512-586-linux.S
[904/1225] Compiling sha256-x86_64-apple.S
[905/1225] Compiling sha256-armv8-win.S
[906/1225] Compiling sha256-x86_64-linux.S
[907/1225] Compiling sha256-armv8-linux.S
[908/1225] Compiling sha256-armv8-apple.S
[909/1225] Compiling sha256-armv4-linux.S
[910/1225] Compiling sha256-586-linux.S
[911/1225] Compiling sha256-586-apple.S
[912/1225] Compiling sha1-x86_64-apple.S
[913/1225] Compiling sha1-armv8-win.S
[914/1225] Compiling sha1-x86_64-linux.S
[915/1225] Compiling sha1-armv8-linux.S
[916/1225] Compiling sha1-armv8-apple.S
[917/1225] Compiling sha1-armv4-large-linux.S
[918/1225] Compiling sha1-586-linux.S
[919/1225] Compiling sha1-586-apple.S
[920/1225] Compiling rsaz-avx2-apple.S
[921/1225] Compiling rsaz-avx2-linux.S
[922/1225] Compiling rdrand-x86_64-linux.S
[923/1225] Compiling rdrand-x86_64-apple.S
[924/1225] Compiling p256_beeu-x86_64-asm-linux.S
[925/1225] Compiling p256_beeu-x86_64-asm-apple.S
[926/1225] Compiling p256_beeu-armv8-asm-win.S
[927/1225] Compiling p256_beeu-armv8-asm-linux.S
[928/1225] Compiling p256_beeu-armv8-asm-apple.S
[929/1225] Compiling p256-x86_64-asm-apple.S
[930/1225] Compiling p256-x86_64-asm-linux.S
[931/1225] Compiling p256-armv8-asm-win.S
[932/1225] Compiling p256-armv8-asm-apple.S
[933/1225] Compiling p256-armv8-asm-linux.S
[934/1225] Compiling ghashv8-armv8-win.S
[935/1225] Compiling ghashv8-armv8-linux.S
[936/1225] Compiling ghashv8-armv8-apple.S
[937/1225] Compiling ghashv8-armv7-linux.S
[937/1225] Compiling ghash-x86_64-apple.S
[939/1225] Compiling ghash-x86_64-linux.S
[940/1225] Compiling ghash-x86-linux.S
[941/1225] Compiling ghash-x86-apple.S
[942/1225] Compiling ghash-ssse3-x86-apple.S
[943/1225] Compiling ghash-ssse3-x86_64-linux.S
[944/1225] Compiling ghash-ssse3-x86_64-apple.S
[945/1225] Compiling ghash-ssse3-x86-linux.S
[946/1225] Compiling ghash-neon-armv8-win.S
[947/1225] Compiling ghash-neon-armv8-linux.S
[948/1225] Compiling ghash-neon-armv8-apple.S
[949/1225] Compiling co-586-linux.S
[950/1225] Compiling ghash-armv4-linux.S
[951/1225] Compiling co-586-apple.S
[952/1225] Compiling bsaes-armv7-linux.S
[953/1225] Compiling bn-armv8-win.S
[954/1225] Compiling bn-armv8-linux.S
[955/1225] Compiling bn-586-apple.S
[955/1225] Compiling bn-586-linux.S
[957/1225] Compiling bn-armv8-apple.S
[958/1225] Compiling armv8-mont-win.S
[959/1225] Compiling armv8-mont-apple.S
[960/1225] Compiling armv4-mont-linux.S
[961/1225] Compiling armv8-mont-linux.S
[962/1225] Compiling aesv8-gcm-armv8-win.S
[963/1225] Compiling aesv8-gcm-armv8-linux.S
[964/1225] Compiling aesv8-gcm-armv8-apple.S
[965/1225] Compiling aesv8-armv8-win.S
[966/1225] Compiling aesv8-armv8-linux.S
[967/1225] Compiling aesv8-armv8-apple.S
[968/1225] Compiling aesv8-armv7-linux.S
[969/1225] Compiling aesni-x86_64-apple.S
[970/1225] Compiling aesni-x86_64-linux.S
[971/1225] Compiling aesni-x86-linux.S
[972/1225] Compiling aesni-x86-apple.S
[973/1225] Compiling aesni-gcm-x86_64-apple.S
[974/1225] Compiling aesni-gcm-x86_64-linux.S
[975/1225] Compiling aes-gcm-avx10-x86_64-apple.S
[976/1225] Compiling aes-gcm-avx10-x86_64-linux.S
[977/1225] Compiling x_x509a.cc
[978/1225] Compiling x_x509.cc
[979/1225] Compiling x_sig.cc
[980/1225] Compiling x_val.cc
[981/1225] Compiling x_spki.cc
[982/1225] Compiling x_req.cc
[983/1225] Compiling c-nioatomics.c
[984/1225] Compiling x_pubkey.cc
[985/1225] Compiling x_name.cc
[986/1225] Compiling x_exten.cc
[987/1225] Compiling x_attrib.cc
[988/1225] Compiling x_crl.cc
[989/1225] Compiling x_all.cc
[990/1225] Compiling c-atomics.c
[991/1225] Compiling x_algor.cc
[992/1231] Compiling x509rset.cc
[993/1231] Compiling x509spki.cc
[994/1231] Compiling x509name.cc
[995/1231] Compiling x509cset.cc
[996/1231] Compiling x509_vpm.cc
[998/1231] Compiling NIOConcurrencyHelpers lock.swift
[999/1231] Compiling NIOConcurrencyHelpers NIOLock.swift
[999/1231] Compiling x509_vfy.cc
[1001/1231] Emitting module NIOConcurrencyHelpers
[1002/1231] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1002/1231] Compiling x509_v3.cc
[1004/1231] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1005/1231] Compiling NIOConcurrencyHelpers atomics.swift
[1005/1232] Compiling x509_txt.cc
[1007/1232] Compiling x509_trs.cc
[1008/1232] Compiling x509_obj.cc
[1009/1232] Compiling x509_set.cc
[1010/1232] Compiling x509_req.cc
[1011/1258] Compiling x509_lu.cc
[1012/1258] Compiling x509_ext.cc
[1013/1258] Compiling x509_def.cc
[1015/1258] Emitting module ConsoleKitTerminal
[1016/1261] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1017/1261] Compiling ConsoleKitTerminal ConsoleClear.swift
[1018/1261] Compiling ConsoleKitTerminal Console+Ask.swift
[1019/1261] Compiling ConsoleKitTerminal Console+Choose.swift
[1019/1261] Compiling x509_d2.cc
[1020/1261] Compiling x509_cmp.cc
[1022/1261] Compiling ConsoleKitTerminal ActivityBar.swift
[1023/1261] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1024/1261] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1025/1261] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1026/1261] Compiling ConsoleKitTerminal CustomActivity.swift
[1027/1261] Compiling ConsoleKitTerminal LoadingBar.swift
[1028/1261] Compiling ConsoleKitTerminal ProgressBar.swift
[1029/1261] Compiling ConsoleKitTerminal Console+Clear.swift
[1030/1261] Compiling ConsoleKitTerminal Console+Wait.swift
[1031/1261] Compiling ConsoleKitTerminal ConsoleColor.swift
[1032/1261] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1033/1261] Compiling ConsoleKitTerminal Console+Confirm.swift
[1034/1261] Compiling ConsoleKitTerminal Console+Input.swift
[1035/1261] Compiling ConsoleKitTerminal Console+Center.swift
[1036/1261] Compiling ConsoleKitTerminal Console+Output.swift
[1037/1261] Compiling ConsoleKitTerminal ConsoleText.swift
[1038/1261] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1039/1261] Compiling ConsoleKitTerminal ANSI.swift
[1039/1261] Compiling v3_skey.cc
[1040/1261] Compiling x509.cc
[1041/1261] Compiling x509_att.cc
[1043/1261] Compiling ConsoleKitTerminal Console.swift
[1044/1261] Compiling ConsoleKitTerminal Terminal.swift
[1045/1261] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1045/1261] Compiling v3_utl.cc
[1046/1261] Compiling v3_purp.cc
[1047/1261] Compiling v3_prn.cc
[1049/1261] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1050/1261] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1051/1261] Compiling ConsoleKitTerminal LoggerFragment.swift
[1051/1262] Compiling v3_pmaps.cc
[1053/1262] Compiling v3_ocsp.cc
[1054/1262] Compiling v3_pcons.cc
[1055/1262] Compiling v3_ncons.cc
[1056/1262] Compiling v3_lib.cc
[1057/1284] Compiling v3_int.cc
[1058/1284] Compiling v3_info.cc
[1059/1284] Compiling v3_ia5.cc
[1060/1284] Compiling v3_genn.cc
[1061/1284] Compiling v3_enum.cc
[1062/1284] Compiling v3_extku.cc
[1064/1284] Emitting module ConsoleKitCommands
[1065/1286] Compiling ConsoleKitCommands CommandSignature.swift
[1066/1286] Compiling ConsoleKitCommands Flag.swift
[1067/1286] Compiling ConsoleKitCommands Option.swift
[1068/1286] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1069/1286] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1070/1286] Compiling ConsoleKitCommands Argument.swift
[1071/1286] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1072/1286] Compiling ConsoleKitCommands AsyncCommand.swift
[1073/1286] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1074/1286] Compiling ConsoleKitCommands Command.swift
[1075/1286] Compiling ConsoleKitCommands CommandContext.swift
[1076/1286] Compiling ConsoleKitCommands CommandError.swift
[1076/1286] Compiling v3_crld.cc
[1078/1286] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1079/1286] Compiling ConsoleKitCommands Utilities.swift
[1079/1286] Compiling v3_bitst.cc
[1080/1286] Compiling v3_cpols.cc
[1081/1286] Compiling v3_conf.cc
[1082/1286] Compiling v3_bcons.cc
[1083/1286] Compiling v3_akeya.cc
[1084/1286] Compiling v3_alt.cc
[1085/1286] Compiling v3_akey.cc
[1087/1286] Compiling ConsoleKitCommands AsyncCommands.swift
[1088/1286] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1089/1286] Compiling ConsoleKitCommands AnyCommand.swift
[1090/1286] Compiling ConsoleKitCommands CommandGroup.swift
[1091/1286] Compiling ConsoleKitCommands CommandInput.swift
[1092/1286] Compiling ConsoleKitCommands Commands.swift
[1093/1286] Compiling ConsoleKitCommands Console+Run.swift
[1094/1286] Compiling ConsoleKitCommands ConsoleError.swift
[1095/1286] Compiling ConsoleKitCommands Completion.swift
[1095/1287] Compiling t_x509a.cc
[1096/1287] Compiling t_x509.cc
[1098/1287] Compiling t_req.cc
[1099/1289] Compiling t_crl.cc
[1101/1289] Emitting module ConsoleKit
[1102/1289] Compiling ConsoleKit Exports.swift
[1102/1290] Compiling i2d_pr.cc
[1103/1290] Compiling rsa_pss.cc
[1104/1290] Compiling policy.cc
[1105/1290] Compiling name_print.cc
[1107/1290] Compiling by_file.cc
[1108/1290] Compiling by_dir.cc
[1109/1290] Compiling voprf.cc
[1110/1290] Compiling asn1_gen.cc
[1111/1290] Compiling algorithm.cc
[1112/1290] Compiling a_verify.cc
[1113/1290] Compiling a_digest.cc
[1114/1290] Compiling a_sign.cc
[1115/1290] Compiling trust_token.cc
[1116/1290] Compiling thread_win.cc
[1117/1290] Compiling thread.cc
[1118/1290] Compiling thread_pthread.cc
[1119/1290] Compiling pmbtoken.cc
[1120/1290] Compiling thread_none.cc
[1121/1290] Compiling stack.cc
[1122/1290] Compiling wots.cc
[1123/1290] Compiling thash.cc
[1124/1290] Compiling sha512.cc
[1125/1290] Compiling merkle.cc
[1126/1290] Compiling fors.cc
[1127/1290] Compiling siphash.cc
[1127/1290] Compiling slhdsa.cc
[1129/1290] Compiling sha256.cc
[1130/1290] Compiling sha1.cc
[1131/1290] Compiling rsa_print.cc
[1132/1290] Compiling rc4.cc
[1133/1290] Compiling rsa_extra.cc
[1134/1290] Compiling refcount.cc
[1135/1290] Compiling windows.cc
[1136/1290] Compiling urandom.cc
[1137/1290] Compiling rsa_asn1.cc
[1138/1290] Compiling rsa_crypt.cc
[1139/1290] Compiling trusty.cc
[1140/1290] Compiling rand_extra.cc
[1141/1290] Compiling passive.cc
[1142/1290] Compiling ios.cc
[1143/1290] Compiling getentropy.cc
[1144/1290] Compiling poly1305_arm_asm.S
[1145/1290] Compiling deterministic.cc
[1146/1290] Compiling forkunsafe.cc
[1147/1290] Compiling fork_detect.cc
[1148/1290] Compiling pool.cc
[1149/1290] Compiling poly1305_arm.cc
[1150/1290] Compiling poly1305.cc
[1151/1290] Compiling poly1305_vec.cc
[1152/1290] Compiling pkcs7.cc
[1153/1290] Compiling pkcs8.cc
[1154/1290] Compiling p5_pbev2.cc
[1155/1290] Compiling pkcs8_x509.cc
[1156/1290] Compiling pkcs7_x509.cc
[1157/1290] Compiling pem_xaux.cc
[1158/1290] Compiling pem_x509.cc
[1159/1290] Compiling pem_pkey.cc
[1160/1290] Compiling pem_pk8.cc
[1161/1290] Compiling obj_xref.cc
[1162/1290] Compiling pem_oth.cc
[1163/1290] Compiling pem_info.cc
[1164/1290] Compiling mlkem.cc
[1165/1290] Compiling pem_lib.cc
[1166/1290] Compiling obj.cc
[1167/1290] Compiling mldsa.cc
[1168/1290] Compiling poly_rq_mul.S
[1169/1290] Compiling pem_all.cc
[1170/1290] Compiling fips_shared_support.cc
[1171/1290] Compiling mem.cc
[1172/1290] Compiling md5.cc
[1173/1290] Compiling md4.cc
[1174/1290] Compiling lhash.cc
[1175/1290] Compiling kyber.cc
[1176/1290] Compiling ex_data.cc
[1177/1290] Compiling hrss.cc
[1178/1290] Compiling hpke.cc
[1179/1290] Compiling sign.cc
[1180/1290] Compiling scrypt.cc
[1181/1290] Compiling pbkdf.cc
[1182/1290] Compiling print.cc
[1183/1290] Compiling p_x25519.cc
[1184/1290] Compiling p_x25519_asn1.cc
[1185/1290] Compiling p_rsa_asn1.cc
[1186/1290] Compiling p_rsa.cc
[1187/1290] Compiling p_hkdf.cc
[1188/1290] Compiling p_ed25519.cc
[1189/1290] Compiling p_ed25519_asn1.cc
[1190/1290] Compiling p_ec_asn1.cc
[1191/1290] Compiling p_ec.cc
[1192/1290] Compiling p_dsa_asn1.cc
[1193/1290] Compiling p_dh_asn1.cc
[1194/1290] Compiling p_dh.cc
[1195/1290] Compiling evp_ctx.cc
[1196/1290] Compiling evp_asn1.cc
[1197/1290] Compiling evp.cc
[1198/1290] Compiling err.cc
[1199/1290] Compiling engine.cc
[1200/1290] Compiling ecdh_extra.cc
[1201/1290] Compiling ecdsa_asn1.cc
[1202/1290] Compiling hash_to_curve.cc
[1203/1290] Compiling ec_derive.cc
[1204/1290] Compiling ec_asn1.cc
[1205/1290] Compiling dsa_asn1.cc
[1206/1290] Compiling dsa.cc
[1207/1290] Compiling params.cc
[1208/1290] Compiling digest_extra.cc
[1209/1290] Compiling x25519-asm-arm.S
[1210/1290] Compiling dh_asn1.cc
[1211/1290] Compiling des.cc
[1212/1290] Compiling spake25519.cc
[1213/1290] Compiling crypto.cc
[1214/1290] Compiling cpu_intel.cc
[1215/1290] Compiling cpu_arm_linux.cc
[1216/1290] Compiling cpu_arm_freebsd.cc
[1217/1290] Compiling curve25519.cc
[1218/1290] Compiling cpu_aarch64_win.cc
[1219/1290] Compiling cpu_aarch64_openbsd.cc
[1220/1290] Compiling cpu_aarch64_sysreg.cc
[1221/1290] Compiling cpu_aarch64_linux.cc
[1222/1290] Compiling cpu_aarch64_fuchsia.cc
[1223/1290] Compiling curve25519_64_adx.cc
[1224/1290] Compiling cpu_aarch64_apple.cc
[1225/1290] Compiling bcm.cc
[1226/1290] Compiling conf.cc
[1227/1290] Compiling tls_cbc.cc
[1228/1290] Compiling e_tls.cc
[1229/1290] Compiling e_rc4.cc
[1230/1290] Compiling e_rc2.cc
[1231/1290] Compiling e_null.cc
[1232/1290] Compiling e_des.cc
[1233/1290] Compiling e_chacha20poly1305.cc
[1234/1290] Compiling derive_key.cc
[1235/1290] Compiling e_aesctrhmac.cc
[1236/1290] Compiling e_aesgcmsiv.cc
[1237/1290] Compiling cipher_extra.cc
[1238/1290] Compiling chacha.cc
[1239/1290] Compiling unicode.cc
[1240/1290] Compiling ber.cc
[1241/1290] Compiling cbs.cc
[1242/1290] Compiling cbb.cc
[1243/1290] Compiling buf.cc
[1244/1290] Compiling asn1_compat.cc
[1245/1290] Compiling bn_asn1.cc
[1246/1290] Compiling blake2.cc
[1247/1290] Compiling convert.cc
[1248/1290] Compiling printf.cc
[1249/1290] Compiling pair.cc
[1250/1290] Compiling hexdump.cc
[1251/1290] Compiling file.cc
[1252/1290] Compiling errno.cc
[1253/1290] Compiling fd.cc
[1254/1290] Compiling bio_mem.cc
[1255/1290] Compiling bio.cc
[1256/1290] Compiling base64.cc
[1257/1290] Compiling tasn_typ.cc
[1258/1290] Compiling tasn_fre.cc
[1259/1290] Compiling tasn_utl.cc
[1260/1290] Compiling tasn_enc.cc
[1261/1290] Compiling tasn_new.cc
[1262/1290] Compiling posix_time.cc
[1263/1290] Compiling f_string.cc
[1264/1290] Compiling tasn_dec.cc
[1265/1290] Compiling f_int.cc
[1266/1290] Compiling asn_pack.cc
[1267/1290] Compiling asn1_par.cc
[1268/1290] Compiling a_utctm.cc
[1269/1290] Compiling asn1_lib.cc
[1270/1290] Compiling a_type.cc
[1271/1290] Compiling a_time.cc
[1272/1290] Compiling a_strnid.cc
[1273/1290] Compiling a_octet.cc
[1274/1290] Compiling a_strex.cc
[1275/1290] Compiling a_object.cc
[1276/1290] Compiling a_mbstr.cc
[1277/1290] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1278/1290] Write sources
[1279/1290] Compiling a_i2d_fp.cc
[1280/1290] Write sources
[1281/1290] Compiling a_int.cc
[1282/1290] Write sources
[1285/1290] Compiling a_gentm.cc
[1286/1290] Compiling a_dup.cc
[1287/1290] Compiling a_d2i_fp.cc
[1288/1347] Compiling a_bool.cc
[1289/1387] Compiling a_bitstr.cc
[1291/1395] Compiling Algorithms Permutations.swift
[1292/1395] Compiling Algorithms Product.swift
[1293/1395] Compiling Algorithms MinMax.swift
[1294/1395] Compiling Algorithms Partition.swift
[1295/1397] Compiling Algorithms Joined.swift
[1296/1397] Compiling Algorithms Keyed.swift
[1297/1397] Compiling BitCollections BitSet+Initializers.swift
[1298/1397] Compiling BitCollections BitSet+Invariants.swift
[1299/1397] Compiling BitCollections BitSet+Random.swift
[1300/1397] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1301/1397] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1302/1397] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1303/1397] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1304/1397] Compiling Algorithms AdjacentPairs.swift
[1305/1397] Compiling Algorithms Chain.swift
[1306/1397] Compiling Algorithms Chunked.swift
[1310/1404] Compiling Algorithms Combinations.swift
[1311/1404] Compiling Algorithms Compacted.swift
[1312/1404] Compiling Algorithms Cycle.swift
[1313/1404] Compiling Algorithms EitherSequence.swift
[1314/1404] Compiling Algorithms FirstNonNil.swift
[1315/1404] Compiling Algorithms Grouped.swift
[1316/1404] Compiling Algorithms Indexed.swift
[1317/1404] Compiling Algorithms Intersperse.swift
[1320/1404] Compiling Algorithms FlattenCollection.swift
[1321/1404] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1322/1404] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1323/1404] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1324/1404] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1325/1404] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1326/1404] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1327/1404] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1328/1404] Emitting module BitCollections
[1329/1404] Compiling Atomics IntegerOperations.swift
[1330/1404] Compiling Atomics Unmanaged extensions.swift
[1331/1404] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1332/1404] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1333/1404] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1334/1404] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1335/1404] Compiling BitCollections BitSet+SetAlgebra union.swift
[1336/1404] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1337/1404] Compiling BitCollections BitSet.Counted.swift
[1340/1404] Compiling Algorithms Rotate.swift
[1341/1404] Compiling Algorithms Split.swift
[1342/1404] Compiling Algorithms Stride.swift
[1343/1404] Compiling Algorithms Suffix.swift
[1344/1407] Compiling CryptoBoringWrapper RandomBytes.swift
[1345/1407] Emitting module CryptoBoringWrapper
[1346/1407] Compiling BitCollections BitSet.Index.swift
[1347/1407] Compiling BitCollections BitSet._UnsafeHandle.swift
[1348/1407] Compiling BitCollections BitSet.swift
[1349/1407] Compiling BitCollections Range+Utilities.swift
[1350/1407] Compiling BitCollections Slice+Utilities.swift
[1351/1407] Compiling BitCollections UInt+Tricks.swift
[1352/1407] Compiling BitCollections _Word.swift
[1361/1407] Compiling Algorithms Trim.swift
[1362/1407] Compiling Algorithms Unique.swift
[1363/1407] Compiling Algorithms Windows.swift
[1364/1407] Compiling BitCollections BitArray+Copy.swift
[1365/1407] Compiling BitCollections BitArray+CustomReflectable.swift
[1366/1407] Compiling BitCollections BitArray+Descriptions.swift
[1367/1407] Compiling BitCollections BitArray+Equatable.swift
[1384/1408] Compiling CryptoBoringWrapper EllipticCurve.swift
[1385/1408] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1393/1408] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1397/1408] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1398/1410] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1399/1410] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1400/1411] Compiling Collections Collections.swift
[1401/1411] Emitting module Collections
[1407/1412] Emitting module Atomics
[1409/1483] Compiling Crypto ASN1OctetString.swift
[1410/1483] Compiling Crypto ASN1Strings.swift
[1411/1483] Compiling Crypto ArraySliceBigint.swift
[1413/1543] Emitting module Algorithms
[1415/1544] Compiling NIOCore ByteBuffer-views.swift
[1416/1544] Compiling NIOCore Channel.swift
[1417/1544] Compiling NIOCore ChannelHandler.swift
[1418/1544] Compiling NIOCore ChannelHandlers.swift
[1419/1544] Compiling NIOCore ChannelInvoker.swift
[1420/1544] Compiling NIOCore ChannelOption.swift
[1421/1544] Compiling NIOCore ChannelPipeline.swift
[1422/1544] Compiling NIOCore CircularBuffer.swift
[1423/1544] Compiling NIOCore Codec.swift
[1424/1544] Compiling NIOCore ConvenienceOptionSupport.swift
[1425/1553] Compiling NIOCore DeadChannel.swift
[1426/1553] Compiling NIOCore DispatchQueue+WithFuture.swift
[1427/1553] Compiling NIOCore EventLoop+Deprecated.swift
[1428/1553] Compiling NIOCore EventLoop+SerialExecutor.swift
[1429/1553] Compiling NIOCore GlobalSingletons.swift
[1430/1553] Compiling NIOCore IO.swift
[1431/1553] Compiling NIOCore IOData.swift
[1432/1553] Compiling NIOCore IPProtocol.swift
[1433/1553] Compiling NIOCore IntegerBitPacking.swift
[1434/1553] Compiling NIOCore IntegerTypes.swift
[1435/1553] Emitting module Crypto
[1436/1553] Compiling NIOCore MarkedCircularBuffer.swift
[1437/1553] Compiling NIOCore MulticastChannel.swift
[1438/1553] Compiling NIOCore NIOAny.swift
[1439/1553] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1440/1553] Compiling NIOCore NIOLoopBound.swift
[1441/1553] Compiling NIOCore NIOScheduledCallback.swift
[1442/1553] Compiling NIOCore NIOSendable.swift
[1443/1553] Compiling NIOCore RecvByteBufferAllocator.swift
[1444/1553] Compiling Crypto HashFunctions_SHA2.swift
[1445/1553] Compiling Crypto HPKE-AEAD.swift
[1454/1561] Compiling NIOCore BSDSocketAPI.swift
[1455/1561] Compiling NIOCore ByteBuffer-aux.swift
[1456/1561] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1457/1561] Compiling NIOCore ByteBuffer-conversions.swift
[1458/1561] Compiling NIOCore ByteBuffer-core.swift
[1459/1561] Compiling NIOCore ByteBuffer-hex.swift
[1460/1561] Compiling NIOCore ByteBuffer-int.swift
[1461/1561] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1462/1561] Compiling NIOCore ByteBuffer-multi-int.swift
[1463/1561] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1464/1561] Compiling NIOCore SocketOptionProvider.swift
[1465/1561] Compiling NIOCore SystemCallHelpers.swift
[1466/1561] Compiling NIOCore TimeAmount+Duration.swift
[1467/1561] Compiling NIOCore TypeAssistedChannelHandler.swift
[1468/1561] Compiling NIOCore UniversalBootstrapSupport.swift
[1469/1561] Compiling NIOCore Utilities.swift
[1470/1561] Compiling Crypto ECDSA_boring.swift
[1471/1561] Compiling Crypto EdDSA_boring.swift
[1472/1561] Compiling Crypto ECDSA.swift
[1473/1561] Compiling Crypto Ed25519.swift
[1474/1561] Compiling NIOCore Interfaces.swift
[1475/1561] Compiling NIOCore Linux.swift
[1476/1561] Compiling NIOCore EventLoop.swift
[1477/1561] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1478/1561] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1479/1561] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1480/1561] Compiling NIOCore EventLoopFuture.swift
[1481/1561] Compiling NIOCore FileDescriptor.swift
[1482/1561] Compiling NIOCore FileHandle.swift
[1483/1561] Compiling NIOCore FileRegion.swift
[1484/1561] Compiling NIOCore AddressedEnvelope.swift
[1485/1561] Compiling NIOCore AsyncAwaitSupport.swift
[1486/1561] Compiling NIOCore AsyncChannel.swift
[1487/1561] Compiling NIOCore AsyncChannelHandler.swift
[1488/1561] Compiling NIOCore AsyncChannelInboundStream.swift
[1489/1561] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1490/1561] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1491/1561] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1492/1561] Compiling NIOCore NIOAsyncWriter.swift
[1493/1561] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1494/1561] Compiling Crypto Signature.swift
[1495/1561] Compiling Crypto CryptoKitErrors_boring.swift
[1496/1561] Compiling Crypto RNG_boring.swift
[1497/1561] Compiling Crypto SafeCompare_boring.swift
[1498/1561] Compiling Crypto Zeroization_boring.swift
[1499/1561] Compiling Crypto PrettyBytes.swift
[1500/1561] Compiling Crypto SafeCompare.swift
[1501/1561] Compiling Crypto SecureBytes.swift
[1502/1561] Compiling Crypto Zeroization.swift
[1512/1608] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1513/1608] Compiling NIOCore SocketAddresses.swift
[1520/1608] Compiling _CryptoExtras Scrypt_boring.swift
[1521/1608] Compiling _CryptoExtras Scrypt.swift
[1522/1608] Compiling _CryptoExtras OPRF.swift
[1523/1608] Compiling _CryptoExtras OPRFClient.swift
[1524/1608] Compiling _CryptoExtras OPRFServer.swift
[1525/1608] Compiling _CryptoExtras VOPRF+API.swift
[1526/1608] Compiling _CryptoExtras VOPRFClient.swift
[1527/1608] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1528/1608] Compiling _CryptoExtras RSA_boring.swift
[1529/1608] Compiling _CryptoExtras RSA_security.swift
[1530/1608] Compiling _CryptoExtras BoringSSLHelpers.swift
[1537/1608] Compiling _CryptoExtras DigestType.swift
[1538/1608] Compiling _CryptoExtras Error.swift
[1539/1608] Compiling _CryptoExtras I2OSP.swift
[1540/1608] Compiling _CryptoExtras IntegerEncoding.swift
[1541/1608] Compiling _CryptoExtras PEMDocument.swift
[1542/1614] Compiling _CryptoExtras HashToField.swift
[1543/1614] Compiling _CryptoExtras KDF.swift
[1544/1614] Compiling _CryptoExtras PBKDF2_boring.swift
[1545/1614] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1546/1614] Compiling _CryptoExtras PBKDF2.swift
[1548/1614] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1549/1614] Compiling _CryptoExtras ARC+API.swift
[1550/1614] Compiling _CryptoExtras ARC.swift
[1551/1614] Compiling _CryptoExtras ARCCredential.swift
[1552/1614] Compiling _CryptoExtras ARCEncoding.swift
[1553/1614] Compiling _CryptoExtras ARCPrecredential.swift
[1554/1614] Compiling _CryptoExtras ARCPresentation.swift
[1555/1614] Compiling _CryptoExtras AES_CBC.swift
[1556/1614] Compiling _CryptoExtras AES_CFB.swift
[1557/1614] Emitting module _CryptoExtras
[1567/1614] Compiling _CryptoExtras AES_CTR.swift
[1568/1614] Compiling _CryptoExtras AES_GCM_SIV.swift
[1569/1614] Compiling _CryptoExtras Block Function.swift
[1570/1614] Compiling _CryptoExtras AES_CFB_boring.swift
[1571/1614] Compiling _CryptoExtras AES_CTR_boring.swift
[1572/1614] Compiling _CryptoExtras ARCRequest.swift
[1573/1614] Compiling _CryptoExtras ARCResponse.swift
[1574/1614] Compiling _CryptoExtras ARCServer.swift
[1575/1614] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1576/1614] Compiling _CryptoExtras ChaCha20CTR.swift
[1577/1614] Compiling _CryptoExtras ECToolbox_boring.swift
[1578/1614] Compiling _CryptoExtras ECToolbox.swift
[1579/1614] Compiling _CryptoExtras VOPRFServer.swift
[1580/1614] Compiling _CryptoExtras RSA+BlindSigning.swift
[1581/1614] Compiling _CryptoExtras RSA.swift
[1585/1614] Compiling _CryptoExtras PrettyBytes.swift
[1586/1614] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1587/1614] Compiling _CryptoExtras DLEQ.swift
[1588/1614] Compiling _CryptoExtras Prover.swift
[1589/1614] Compiling _CryptoExtras Verifier.swift
[1590/1614] Compiling _CryptoExtras ZKPToolbox.swift
[1608/1614] Emitting module NIOCore
[1610/1666] Emitting module NIOEmbedded
[1611/1666] Compiling NIOEmbedded Embedded.swift
[1612/1666] Compiling NIOEmbedded AsyncTestingChannel.swift
[1613/1666] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1615/1667] Emitting module NIOPosix
[1616/1673] Compiling NIOPosix SelectableChannel.swift
[1617/1673] Compiling NIOPosix SelectableEventLoop.swift
[1618/1673] Compiling NIOPosix SelectorEpoll.swift
[1619/1673] Compiling NIOPosix SelectorGeneric.swift
[1620/1673] Compiling NIOPosix SelectorKqueue.swift
[1621/1673] Compiling NIOPosix SelectorUring.swift
[1622/1673] Compiling NIOPosix ServerSocket.swift
[1623/1673] Compiling NIOPosix Socket.swift
[1624/1673] Compiling NIOPosix SocketChannel.swift
[1625/1673] Compiling NIOPosix SocketProtocols.swift
[1626/1673] Compiling NIOPosix System.swift
[1627/1673] Compiling NIOPosix Thread.swift
[1628/1673] Compiling NIOPosix ThreadPosix.swift
[1629/1673] Compiling NIOPosix ThreadWindows.swift
[1630/1673] Compiling NIOPosix UnsafeTransfer.swift
[1631/1673] Compiling NIOPosix Utilities.swift
[1632/1673] Compiling NIOPosix VsockAddress.swift
[1633/1673] Compiling NIOPosix VsockChannelEvents.swift
[1634/1673] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1635/1673] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1636/1673] Compiling NIOPosix PosixSingletons.swift
[1637/1673] Compiling NIOPosix RawSocketBootstrap.swift
[1638/1673] Compiling NIOPosix Resolver.swift
[1639/1673] Compiling NIOPosix Selectable.swift
[1640/1673] Compiling NIOPosix Bootstrap.swift
[1641/1673] Compiling NIOPosix ControlMessage.swift
[1642/1673] Compiling NIOPosix DatagramVectorReadManager.swift
[1643/1673] Compiling NIOPosix Errors+Any.swift
[1644/1673] Compiling NIOPosix FileDescriptor.swift
[1645/1673] Compiling NIOPosix GetaddrinfoResolver.swift
[1646/1673] Compiling NIOPosix HappyEyeballs.swift
[1647/1673] Compiling NIOPosix BSDSocketAPICommon.swift
[1648/1673] Compiling NIOPosix BSDSocketAPIPosix.swift
[1649/1673] Compiling NIOPosix BSDSocketAPIWindows.swift
[1650/1673] Compiling NIOPosix BaseSocket.swift
[1651/1673] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1652/1673] Compiling NIOPosix BaseSocketChannel.swift
[1653/1673] Compiling NIOPosix BaseStreamSocketChannel.swift
[1654/1673] Compiling NIOPosix NIOThreadPool.swift
[1655/1673] Compiling NIOPosix NonBlockingFileIO.swift
[1656/1673] Compiling NIOPosix PendingDatagramWritesManager.swift
[1657/1673] Compiling NIOPosix PendingWritesManager.swift
[1658/1673] Compiling NIOPosix PipeChannel.swift
[1659/1673] Compiling NIOPosix PipePair.swift
[1660/1673] Compiling NIOPosix Pool.swift
[1661/1673] Compiling NIOPosix IO.swift
[1662/1673] Compiling NIOPosix IntegerBitPacking.swift
[1663/1673] Compiling NIOPosix IntegerTypes.swift
[1664/1673] Compiling NIOPosix Linux.swift
[1665/1673] Compiling NIOPosix LinuxCPUSet.swift
[1666/1673] Compiling NIOPosix LinuxUring.swift
[1667/1673] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1669/1733] Compiling _NIOFileSystem DirectoryEntry.swift
[1670/1733] Compiling _NIOFileSystem Exports.swift
[1671/1733] Compiling _NIOFileSystem FileChunks.swift
[1672/1735] Compiling NIO Exports.swift
[1673/1735] Emitting module NIO
[1674/1735] Compiling _NIOFileSystem ByteCount.swift
[1675/1735] Compiling _NIOFileSystem Convenience.swift
[1676/1735] Compiling _NIOFileSystem DirectoryEntries.swift
[1678/1736] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1679/1736] Compiling _NIOFileSystem FileSystemError.swift
[1680/1736] Compiling _NIOFileSystem FileSystemProtocol.swift
[1681/1775] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1682/1775] Compiling NIOSOCKS Messages.swift
[1683/1775] Compiling NIOSOCKS SOCKSRequest.swift
[1684/1775] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1685/1775] Compiling NIOTLS TLSEvents.swift
[1686/1775] Compiling AsyncKit Optional+StrictMap.swift
[1687/1775] Compiling AsyncKit Exports.swift
[1688/1775] Emitting module NIOFoundationCompat
[1689/1775] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1690/1775] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1691/1775] Compiling NIOSOCKS SOCKSResponse.swift
[1692/1775] Compiling NIOSOCKS ClientStateMachine.swift
[1693/1775] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1694/1776] Emitting module NIOTLS
[1695/1776] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1696/1776] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1697/1776] Emitting module _NIOFileSystem
[1698/1780] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1699/1780] Compiling NIOTLS SNIHandler.swift
[1700/1780] Compiling NIOSOCKS AuthenticationMethod.swift
[1701/1780] Compiling NIOSOCKS ClientGreeting.swift
[1702/1781] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1704/1782] Emitting module NIOSOCKS
[1705/1782] Compiling NIOSOCKS SOCKSClientHandler.swift
[1706/1782] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1711/1782] Compiling NIOSOCKS Errors.swift
[1712/1782] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1713/1782] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1715/1784] Compiling NIOSOCKS ServerStateMachine.swift
[1717/1784] Compiling NIOSOCKS Helpers.swift
[1720/1785] Compiling _NIOFileSystem ParallelDirCopy.swift
[1721/1785] Compiling _NIOFileSystem ParallelRemoval.swift
[1722/1785] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1723/1785] Compiling _NIOFileSystem CInterop.swift
[1724/1785] Compiling _NIOFileSystem Errno.swift
[1725/1785] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1726/1785] Compiling _NIOFileSystem Mocking.swift
[1727/1785] Compiling _NIOFileSystem Syscall.swift
[1728/1785] Compiling _NIOFileSystem Syscalls.swift
[1730/1836] Emitting module AsyncKit
[1731/1836] Compiling NIOTransportServices NIOTSBootstraps.swift
[1732/1836] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1733/1836] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1734/1836] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1735/1836] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1736/1836] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1737/1836] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1738/1836] Compiling NIOTransportServices NIOTSErrors.swift
[1739/1836] Compiling NIOTransportServices NIOTSEventLoop.swift
[1740/1838] Compiling NIOTransportServices StateManagedChannel.swift
[1741/1838] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1742/1838] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1743/1838] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1744/1838] Compiling NIOTransportServices NIOTSSingletons.swift
[1745/1838] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1746/1838] Emitting module NIOTransportServices
[1749/1838] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1750/1838] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1751/1838] Compiling NIOTransportServices AcceptHandler.swift
[1752/1838] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1753/1838] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1756/1838] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1760/1838] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1761/1838] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1762/1838] Compiling NIOSSL SubjectAlternativeName.swift
[1763/1838] Compiling NIOSSL NIOSSLSecureBytes.swift
[1778/1839] Emitting module NIOHTTP1
[1783/1846] Compiling _NIOFileSystem SystemFileHandle.swift
[1784/1846] Compiling _NIOFileSystem Utilities.swift
[1785/1846] Compiling _NIOFileSystem OpenOptions.swift
[1786/1846] Compiling _NIOFileSystem String+FileSystem.swift
[1787/1886] Compiling NIOExtras PCAPRingBuffer.swift
[1788/1886] Compiling NIOExtras QuiescingHelper.swift
[1789/1886] Compiling NIOExtras RequestResponseHandler.swift
[1790/1886] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1791/1886] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1792/1886] Compiling NIOHPACK HeaderTables.swift
[1793/1886] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1794/1886] Compiling NIOExtras NIOExtrasError.swift
[1795/1886] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1796/1886] Compiling NIOExtras NIORequestIdentifiable.swift
[1799/1887] Compiling NIOSSL RNG.swift
[1800/1887] Compiling NIOSSL SafeCompare.swift
[1801/1887] Compiling NIOSSL Zeroization.swift
[1806/1890] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1807/1890] Compiling NIOWebSocket WebSocketOpcode.swift
[1808/1891] Compiling NIOExtras LineBasedFrameDecoder.swift
[1812/1891] Compiling NIOHPACK HPACKHeader.swift
[1816/1891] Emitting module NIOSSL
[1817/1891] Compiling NIOHPACK DynamicHeaderTable.swift
[1818/1891] Compiling NIOHPACK HPACKDecoder.swift
[1819/1891] Compiling NIOHPACK HPACKEncoder.swift
[1820/1891] Compiling NIOHPACK HPACKErrors.swift
[1821/1891] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1822/1910] Compiling NIOHPACK IntegerCoding.swift
[1823/1910] Compiling NIOHPACK IndexedHeaderTable.swift
[1824/1910] Emitting module NIOHTTPCompression
[1825/1910] Compiling NIOHTTPCompression HTTPCompression.swift
[1826/1910] Compiling NIOHTTPCompression HTTPDecompression.swift
[1827/1911] Compiling MultipartKit BasicCodingKey.swift
[1828/1911] Compiling MultipartKit MultipartError.swift
[1829/1911] Compiling MultipartKit Exports.swift
[1830/1911] Compiling MultipartKit FormDataEncoder.swift
[1831/1913] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1832/1913] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1833/1913] Compiling MultipartKit Storage.swift
[1834/1913] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1835/1913] Compiling NIOHPACK HuffmanTables.swift
[1836/1913] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1837/1913] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1839/1913] Compiling NIOSSL TLSConfiguration.swift
[1840/1913] Compiling NIOSSL UniversalBootstrapSupport.swift
[1841/1913] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1844/1914] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1845/1914] Emitting module NIOExtras
[1847/1914] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1848/1914] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1849/1914] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1850/1914] Compiling NIOWebSocket WebSocketFrame.swift
[1851/1914] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1852/1914] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1853/1915] Compiling NIOHPACK HuffmanCoding.swift
[1854/1915] Emitting module NIOWebSocket
[1855/1915] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1856/1915] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1858/1916] Compiling NIOHPACK StaticHeaderTable.swift
[1863/1916] Compiling MultipartKit MultipartPart.swift
[1864/1916] Compiling NIOExtras UnsafeTransfer.swift
[1868/1922] Emitting module _NIOFileSystemFoundationCompat
[1870/1925] Compiling MultipartKit FormDataDecoder.swift
[1871/1925] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1872/1933] Compiling X509 ExtensionIdentifiers.swift
[1873/1933] Compiling X509 KeyUsage.swift
[1874/1933] Compiling X509 NameConstraints.swift
[1875/1933] Compiling MultipartKit MultipartFormData.swift
[1876/1933] Compiling MultipartKit MultipartParser.swift
[1878/1940] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1879/1972] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1880/2013] Emitting module MultipartKit
[1884/2013] Compiling X509 Extensions.swift
[1885/2013] Compiling X509 ExtensionsBuilder.swift
[1886/2013] Compiling X509 GeneralName.swift
[1887/2013] Compiling X509 SubjectAlternativeName.swift
[1888/2013] Compiling X509 SubjectKeyIdentifier.swift
[1889/2013] Compiling X509 Extension.swift
[1890/2013] Compiling X509 OCSPRequest.swift
[1891/2013] Compiling X509 OCSPResponse.swift
[1892/2016] Emitting module NIOHPACK
[1896/2017] Emitting module NIOFileSystem
[1897/2017] Compiling NIOFileSystem Exports.swift
[1899/2018] Compiling X509 PKCS8PrivateKey.swift
[1900/2018] Compiling X509 PromiseAndFuture.swift
[1901/2018] Compiling X509 RDNAttribute.swift
[1903/2018] Compiling X509 DirectoryString.swift
[1904/2018] Compiling X509 OCSPCertID.swift
[1905/2018] Compiling X509 OCSPCertStatus.swift
[1906/2018] Compiling X509 OCSPExtensionID.swift
[1908/2018] Compiling X509 Lock.swift
[1909/2018] Compiling X509 LockedValueBox.swift
[1910/2018] Compiling X509 BasicOCSPResponse.swift
[1918/2078] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1919/2078] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1921/2087] Compiling NIOHTTP2 MaySendFrames.swift
[1922/2087] Compiling NIOHTTP2 SendingDataState.swift
[1923/2087] Compiling NIOHTTP2 SendingGoawayState.swift
[1924/2087] Compiling NIOHTTP2 SendingHeadersState.swift
[1925/2087] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1926/2087] Compiling NIOHTTP2 SendingRstStreamState.swift
[1927/2087] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1928/2087] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1929/2095] Compiling WebSocketKit WebSocketHandler.swift
[1930/2095] Emitting module WebSocketKit
[1931/2095] Compiling WebSocketKit WebSocket+Concurrency.swift
[1932/2095] Compiling WebSocketKit WebSocket+Connect.swift
[1933/2095] Compiling WebSocketKit Exports.swift
[1934/2095] Compiling WebSocketKit WebSocket.swift
[1935/2095] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1936/2095] Compiling WebSocketKit WebSocketClient.swift
[1938/2096] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1939/2096] Compiling NIOHTTP2 DOSHeuristics.swift
[1940/2096] Compiling NIOHTTP2 Error+Any.swift
[1941/2096] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1942/2096] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1943/2096] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1944/2096] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1945/2096] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1946/2096] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1947/2096] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1948/2096] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1949/2096] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1950/2096] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1953/2108] Compiling NIOHTTP2 HasLocalSettings.swift
[1954/2108] Compiling NIOHTTP2 HasRemoteSettings.swift
[1955/2108] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1956/2108] Compiling NIOHTTP2 QuiescingState.swift
[1957/2108] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1958/2108] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1959/2109] Compiling X509 DNBuilder.swift
[1960/2109] Compiling X509 DomainComponent.swift
[1961/2109] Compiling X509 EmailAddress.swift
[1962/2109] Compiling X509 LocalityName.swift
[1963/2109] Compiling X509 OrganizationName.swift
[1964/2109] Compiling X509 OrganizationalUnitName.swift
[1965/2109] Compiling X509 StateOrProvinceName.swift
[1966/2109] Compiling X509 StreetAddress.swift
[1967/2109] Compiling X509 Error.swift
[1968/2109] Compiling X509 AuthorityInformationAccess.swift
[1969/2109] Compiling X509 AuthorityKeyIdentifier.swift
[1970/2109] Compiling X509 BasicConstraints.swift
[1971/2109] Compiling X509 ExtendedKeyUsage.swift
[1972/2109] Compiling X509 CertificateStore.swift
[1973/2109] Compiling X509 OneOfPolicies.swift
[1974/2109] Compiling X509 PolicyBuilder.swift
[1975/2109] Compiling X509 BasicConstraintsPolicy.swift
[1976/2109] Compiling X509 DNSNames.swift
[1977/2109] Compiling X509 DirectoryNames.swift
[1978/2109] Compiling X509 ExpiryPolicy.swift
[1979/2109] Compiling X509 IPConstraints.swift
[1980/2109] Compiling X509 NameConstraintsPolicy.swift
[1981/2109] Compiling X509 RFC5280Policy.swift
[1982/2109] Compiling X509 URIConstraints.swift
[1983/2109] Compiling X509 VersionPolicy.swift
[1984/2109] Compiling X509 ServerIdentityPolicy.swift
[1985/2109] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1986/2109] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1987/2109] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1988/2109] Compiling NIOHTTP2 HTTP2StreamID.swift
[1989/2109] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1990/2109] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1991/2109] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1992/2109] Compiling NIOHTTP2 InboundEventBuffer.swift
[1993/2109] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1994/2109] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1995/2109] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1999/2109] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2000/2109] Compiling NIOHTTP2 MayReceiveFrames.swift
[2001/2109] Compiling NIOHTTP2 ReceivingDataState.swift
[2004/2110] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2005/2110] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2014/2110] Compiling NIOHTTP2 StateMachineResult.swift
[2016/2110] Compiling NIOHTTP2 InboundWindowManager.swift
[2017/2110] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2018/2110] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2019/2110] Compiling NIOHTTP2 StreamChannelList.swift
[2020/2110] Compiling NIOHTTP2 StreamMap.swift
[2021/2110] Compiling NIOHTTP2 StreamStateMachine.swift
[2022/2110] Compiling NIOHTTP2 UnsafeTransfer.swift
[2023/2110] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2024/2110] Emitting module NIOHTTP2
[2025/2110] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2060/2110] Compiling NIOHTTP2 HTTP2Error.swift
[2061/2110] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2062/2110] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2063/2110] Compiling NIOHTTP2 HTTP2Frame.swift
[2064/2110] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2065/2110] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2066/2110] Compiling NIOHTTP2 HTTP2PingData.swift
[2067/2110] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2068/2110] Compiling NIOHTTP2 HTTP2Settings.swift
[2069/2110] Compiling NIOHTTP2 HTTP2Stream.swift
[2081/2110] Emitting module X509
[2099/2170] Compiling X509 TrustRootLoading.swift
[2100/2170] Compiling X509 UnverifiedChain.swift
[2101/2170] Compiling X509 VerificationDiagnostic.swift
[2102/2170] Compiling X509 Verifier.swift
[2103/2170] Compiling X509 VerifierPolicy.swift
[2104/2170] Compiling X509 AlgorithmIdentifier.swift
[2105/2170] Compiling X509 ECDSASignature.swift
[2106/2170] Compiling X509 RSAPKCS1PublicKey.swift
[2107/2170] Compiling X509 SubjectPublicKeyInfo.swift
[2108/2170] Compiling X509 TBSCertificate.swift
[2109/2170] Compiling X509 Time.swift
[2110/2170] Compiling X509 TimeCalculations.swift
[2111/2170] Compiling X509 Validity.swift
[2113/2229] Emitting module AsyncHTTPClient
[2114/2237] Compiling JWTKit ECDSAError.swift
[2115/2237] Compiling JWTKit ECDSAKeyTypes.swift
[2116/2237] Compiling JWTKit ECDSASigner.swift
[2117/2237] Compiling JWTKit ECDSASigningAlgorithm.swift
[2118/2237] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2119/2237] Compiling JWTKit P256+CurveType.swift
[2120/2237] Compiling JWTKit P384+CurveType.swift
[2121/2237] Compiling JWTKit P521+CurveType.swift
[2122/2237] Compiling JWTKit EdDSA.swift
[2123/2237] Compiling JWTKit JWTUnixEpochClaim.swift
[2124/2237] Compiling JWTKit LocaleClaim.swift
[2125/2237] Compiling JWTKit NotBeforeClaim.swift
[2126/2237] Compiling JWTKit SubjectClaim.swift
[2127/2237] Compiling JWTKit TenantIDClaim.swift
[2128/2237] Compiling JWTKit ECDSA.swift
[2129/2237] Compiling JWTKit ECDSACurve.swift
[2130/2237] Compiling JWTKit ECDSACurveType.swift
[2131/2237] Compiling JWTKit AudienceClaim.swift
[2132/2237] Compiling JWTKit BoolClaim.swift
[2133/2237] Compiling JWTKit ExpirationClaim.swift
[2134/2237] Compiling JWTKit GoogleHostedDomainClaim.swift
[2135/2237] Compiling JWTKit IDClaim.swift
[2136/2237] Compiling JWTKit IssuedAtClaim.swift
[2137/2237] Compiling JWTKit IssuerClaim.swift
[2138/2237] Compiling JWTKit JWTClaim.swift
[2139/2237] Compiling JWTKit JWTMultiValueClaim.swift
[2140/2237] Compiling JWTKit EdDSACurve.swift
[2141/2237] Compiling JWTKit EdDSAError.swift
[2142/2237] Compiling JWTKit EdDSASigner.swift
[2143/2237] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2144/2237] Compiling JWTKit HMAC.swift
[2145/2237] Compiling JWTKit HMACError.swift
[2146/2237] Compiling JWTKit HMACSigner.swift
[2147/2237] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2148/2237] Compiling JWTKit UnsecuredNoneSigner.swift
[2149/2237] Compiling JWTKit JWTKeyCollection+RSA.swift
[2150/2237] Compiling JWTKit RSA.swift
[2151/2237] Compiling JWTKit RSAError.swift
[2152/2237] Compiling JWTKit RSASigner.swift
[2153/2237] Compiling JWTKit Base64URL.swift
[2154/2237] Compiling JWTKit CryptoSigner.swift
[2155/2237] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2156/2237] Compiling JWTKit JWTHeader.swift
[2157/2237] Compiling JWTKit JWTHeaderField.swift
[2158/2237] Compiling JWTKit JWTKeyCollection.swift
[2159/2237] Compiling JWTKit JWTParser.swift
[2160/2237] Compiling JWTKit JWTPayload.swift
[2161/2237] Compiling JWTKit JWTSerializer.swift
[2162/2237] Compiling JWTKit JWTSigner.swift
[2163/2237] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2164/2237] Compiling JWTKit Insecure.swift
[2165/2237] Compiling JWTKit JWK.swift
[2166/2237] Compiling JWTKit JWKIdentifier.swift
[2167/2237] Compiling JWTKit JWKS.swift
[2168/2237] Compiling JWTKit JWKSigner.swift
[2169/2237] Compiling JWTKit JWTAlgorithm.swift
[2170/2237] Compiling JWTKit JWTError.swift
[2171/2237] Compiling JWTKit JWTHeader+CommonFields.swift
[2172/2237] Compiling AsyncHTTPClient RequestBag.swift
[2173/2237] Compiling AsyncHTTPClient RequestValidation.swift
[2174/2237] Compiling AsyncHTTPClient SSLContextCache.swift
[2175/2237] Compiling AsyncHTTPClient Scheme.swift
[2176/2237] Compiling AsyncHTTPClient Singleton.swift
[2177/2237] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2178/2237] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2179/2237] Compiling AsyncHTTPClient Utils.swift
[2181/2407] Compiling Vapor AsyncMiddleware.swift
[2182/2407] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2183/2407] Compiling Vapor AsyncSessionDriver.swift
[2184/2407] Compiling Vapor Authentication+Concurrency.swift
[2185/2407] Compiling Vapor Cache+Concurrency.swift
[2186/2407] Compiling Vapor Client+Concurrency.swift
[2187/2407] Compiling Vapor RequestBody+Concurrency.swift
[2188/2407] Compiling Vapor Responder+Concurrency.swift
[2189/2415] Compiling Vapor Application+Passwords.swift
[2190/2415] Compiling Vapor AsyncPasswordHasher.swift
[2191/2415] Compiling Vapor BcryptHasher.swift
[2192/2415] Compiling Vapor PasswordHasher.swift
[2193/2415] Compiling Vapor PlaintextHasher.swift
[2194/2415] Compiling Vapor Request+Password.swift
[2195/2415] Compiling Vapor Redirect.swift
[2196/2415] Compiling Vapor HTTPStatus.swift
[2197/2415] Emitting module JWTKit
[2198/2415] Compiling Vapor Middleware.swift
[2199/2415] Compiling Vapor MiddlewareConfiguration.swift
[2200/2415] Compiling Vapor ResponseCompressionMiddleware.swift
[2201/2415] Compiling Vapor RouteLoggingMiddleware.swift
[2202/2415] Compiling Vapor TracingMiddleware.swift
[2203/2415] Compiling Vapor File+Multipart.swift
[2204/2415] Compiling Vapor FormDataDecoder+Content.swift
[2205/2415] Compiling Vapor FormDataEncoder+Content.swift
[2206/2415] Compiling Vapor Application+Password.swift
[2207/2415] Compiling Vapor HTTPServerResponseEncoder.swift
[2208/2415] Compiling Vapor HTTPServerUpgradeHandler.swift
[2209/2415] Compiling Vapor Logger+Report.swift
[2210/2415] Compiling Vapor LoggingSystem+Environment.swift
[2211/2415] Compiling Vapor Application+Middleware.swift
[2212/2415] Compiling Vapor CORSMiddleware.swift
[2213/2415] Compiling Vapor ErrorMiddleware.swift
[2214/2415] Compiling Vapor FileMiddleware.swift
[2215/2415] Compiling Vapor Responder.swift
[2216/2415] Compiling Vapor Application+HTTP+Server.swift
[2217/2415] Compiling Vapor HTTPServer.swift
[2218/2415] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2219/2415] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2220/2415] Compiling Vapor HTTPServerHandler.swift
[2221/2415] Compiling Vapor HTTPServerRequestDecoder.swift
[2222/2415] Compiling Vapor AsyncBasicResponder.swift
[2223/2415] Compiling Vapor HTTPCookies.swift
[2224/2415] Compiling Vapor HTTPHeaderCacheControl.swift
[2225/2415] Compiling Vapor HTTPHeaderExpires.swift
[2226/2415] Compiling Vapor HTTPHeaderLastModified.swift
[2227/2415] Compiling Vapor HTTPHeaders+Cache.swift
[2228/2415] Compiling Vapor HTTPHeaders+Connection.swift
[2229/2415] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2230/2415] Compiling Vapor HTTPHeaders+ContentRange.swift
[2231/2415] Compiling Vapor HTTPHeaders+Directive.swift
[2232/2415] Compiling Vapor HTTPHeaders+Forwarded.swift
[2233/2415] Compiling Vapor HTTPHeaders+Link.swift
[2234/2415] Compiling Vapor HTTPHeaders+Name.swift
[2235/2415] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2236/2415] Compiling Vapor HTTPHeaders.swift
[2237/2415] Compiling Vapor HTTPMediaType.swift
[2238/2415] Compiling Vapor HTTPMediaTypePreference.swift
[2239/2415] Compiling JWTKit CustomizedJSONCoders.swift
[2240/2415] Compiling JWTKit Utilities.swift
[2241/2415] Compiling JWTKit AppleIdentityToken.swift
[2242/2415] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2243/2415] Compiling JWTKit GoogleIdentityToken.swift
[2244/2415] Compiling JWTKit MicrosoftIdentityToken.swift
[2245/2415] Compiling JWTKit ValidationTimePayload.swift
[2246/2415] Compiling JWTKit X5CVerifier.swift
[2272/2440] Emitting module Vapor
[2273/2464] Compiling Vapor Bytes+Hex.swift
[2274/2464] Compiling Vapor Bytes+SecureCompare.swift
[2275/2464] Compiling Vapor Collection+Safe.swift
[2276/2464] Compiling Vapor DataProtocol+Copy.swift
[2277/2464] Compiling Vapor DecoderUnwrapper.swift
[2278/2464] Compiling Vapor DirectoryConfiguration.swift
[2279/2464] Compiling Vapor DotEnv.swift
[2280/2464] Compiling Vapor Extendable.swift
[2281/2464] Compiling Vapor File.swift
[2282/2464] Compiling Vapor FileIO.swift
[2283/2464] Compiling Vapor LifecycleHandler.swift
[2284/2464] Compiling Vapor OptionalType.swift
[2285/2464] Compiling Vapor RFC1123.swift
[2286/2464] Compiling Vapor SocketAddress+Hostname.swift
[2287/2464] Compiling Vapor Storage.swift
[2288/2464] Compiling Vapor String+IsIPAddress.swift
[2289/2464] Compiling Vapor Thread.swift
[2290/2464] Compiling Vapor URI.swift
[2291/2464] Compiling Vapor RangeResult.swift
[2292/2464] Compiling Vapor Validatable.swift
[2293/2464] Compiling Vapor Validation.swift
[2294/2464] Compiling Vapor ValidationKey.swift
[2295/2464] Compiling Vapor Validations.swift
[2296/2464] Compiling Vapor ValidationsError.swift
[2297/2464] Compiling Vapor Service.swift
[2298/2464] Compiling Vapor Application+Sessions.swift
[2299/2464] Compiling Vapor MemorySessions.swift
[2300/2464] Compiling Vapor Request+Session.swift
[2301/2464] Compiling Vapor Session.swift
[2302/2464] Compiling Vapor SessionCache.swift
[2303/2464] Compiling Vapor SessionData.swift
[2304/2464] Compiling Vapor SessionDriver.swift
[2305/2464] Compiling Vapor SessionsConfiguration.swift
[2306/2464] Compiling Vapor SessionsMiddleware.swift
[2307/2464] Compiling Vapor URLEncodedFormData.swift
[2308/2464] Compiling Vapor URLEncodedFormDecoder.swift
[2309/2464] Compiling Vapor URLEncodedFormEncoder.swift
[2310/2464] Compiling Vapor URLEncodedFormError.swift
[2311/2464] Compiling Vapor URLEncodedFormParser.swift
[2312/2464] Compiling Vapor URLEncodedFormSerializer.swift
[2313/2464] Compiling Vapor URLQueryFragmentConvertible.swift
[2314/2464] Compiling Vapor AnyResponse.swift
[2315/2464] Compiling Vapor Array+Random.swift
[2316/2464] Compiling Vapor Base32.swift
[2317/2464] Compiling Vapor Base64.swift
[2318/2464] Compiling Vapor BaseN.swift
[2319/2464] Compiling Vapor BasicCodingKey.swift
[2320/2464] Compiling Vapor ByteCount.swift
[2321/2464] Compiling Vapor Core.swift
[2322/2464] Compiling Vapor Running.swift
[2323/2464] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2324/2464] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2325/2464] Compiling Vapor DotEnvFile+load.swift
[2326/2464] Compiling Vapor Routes+caseInsenstive.swift
[2327/2464] Compiling Vapor Validatable+validate.swift
[2328/2464] Compiling Vapor Environment+Process.swift
[2329/2464] Compiling Vapor Environment+Secret.swift
[2330/2464] Compiling Vapor Environment.swift
[2331/2464] Compiling Vapor Abort.swift
[2332/2464] Compiling Vapor AbortError.swift
[2333/2464] Compiling Vapor DebuggableError.swift
[2334/2464] Compiling Vapor Demangler.swift
[2335/2464] Compiling Vapor ErrorSource.swift
[2336/2464] Compiling Vapor StackTrace.swift
[2337/2464] Compiling Vapor Exports.swift
[2338/2464] Compiling Vapor Application+HTTP.swift
[2339/2464] Compiling Vapor BasicResponder.swift
[2340/2464] Compiling Vapor BodyStream.swift
[2341/2464] Compiling Vapor Application+HTTP+Client.swift
[2342/2464] Compiling Vapor EventLoopHTTPClient.swift
[2343/2464] Compiling Vapor EndpointCache.swift
[2344/2464] Compiling Vapor HTTPMethod+String.swift
[2345/2464] Compiling Vapor Application.swift
[2346/2464] Compiling Vapor AuthenticationCache.swift
[2347/2464] Compiling Vapor Authenticator.swift
[2348/2464] Compiling Vapor BasicAuthorization.swift
[2349/2464] Compiling Vapor BearerAuthorization.swift
[2350/2464] Compiling Vapor GuardMiddleware.swift
[2351/2464] Compiling Vapor RedirectMiddleware.swift
[2352/2464] Compiling Vapor SessionAuthenticatable.swift
[2353/2464] Compiling Vapor Bcrypt.swift
[2354/2464] Compiling Vapor Application+Cache.swift
[2355/2464] Compiling Vapor Cache.swift
[2356/2464] Compiling Vapor CacheExpirationTime.swift
[2357/2464] Compiling Vapor MemoryCache.swift
[2358/2464] Compiling Vapor Request+Cache.swift
[2359/2464] Compiling Vapor Application+Clients.swift
[2360/2464] Compiling Vapor Client.swift
[2361/2464] Compiling Vapor ClientRequest.swift
[2362/2464] Compiling Vapor ClientResponse.swift
[2363/2464] Compiling Vapor Request+Client.swift
[2364/2464] Compiling Vapor BootCommand.swift
[2365/2464] Compiling Vapor CommandContext+Application.swift
[2366/2464] Compiling Vapor RoutesCommand.swift
[2367/2464] Compiling Vapor ServeCommand.swift
[2368/2464] Compiling Vapor AnyResponse+Concurrency.swift
[2369/2464] Compiling Vapor Request+Body.swift
[2370/2464] Compiling Vapor Request+BodyStream.swift
[2371/2464] Compiling Vapor Request.swift
[2372/2464] Compiling Vapor Application+Responder.swift
[2373/2464] Compiling Vapor DefaultResponder.swift
[2374/2464] Compiling Vapor Response+Body.swift
[2375/2464] Compiling Vapor Response.swift
[2376/2464] Compiling Vapor ResponseCodable.swift
[2377/2464] Compiling Vapor Application+Routes.swift
[2378/2464] Compiling Vapor Parameters+Require.swift
[2379/2464] Compiling Vapor Request+WebSocket.swift
[2380/2464] Compiling Vapor Route.swift
[2381/2464] Compiling Vapor RouteCollection.swift
[2382/2464] Compiling Vapor Routes.swift
[2383/2464] Compiling Vapor RoutesBuilder+Group.swift
[2384/2464] Compiling Vapor RoutesBuilder+Method.swift
[2385/2464] Compiling Vapor RoutesBuilder+Middleware.swift
[2386/2464] Compiling Vapor RoutesBuilder+WebSocket.swift
[2387/2464] Compiling Vapor RoutesBuilder.swift
[2388/2464] Compiling Vapor OTP.swift
[2389/2464] Compiling Vapor Application+Servers.swift
[2390/2464] Compiling Vapor Server.swift
[2391/2464] Compiling Vapor App+Service.swift
[2392/2464] Compiling Vapor Req+Service.swift
[2410/2464] Compiling Vapor ContentContainer.swift
[2411/2464] Compiling Vapor JSONCoder+Custom.swift
[2412/2464] Compiling Vapor JSONCoders+Content.swift
[2413/2464] Compiling Vapor PlaintextDecoder.swift
[2414/2464] Compiling Vapor PlaintextEncoder.swift
[2415/2464] Compiling Vapor URLQueryCoders.swift
[2416/2464] Compiling Vapor URLQueryContainer.swift
[2441/2464] Compiling Vapor Validator.swift
[2442/2464] Compiling Vapor ValidatorResult.swift
[2443/2464] Compiling Vapor And.swift
[2444/2464] Compiling Vapor Case.swift
[2445/2464] Compiling Vapor CharacterSet.swift
[2446/2464] Compiling Vapor Count.swift
[2447/2464] Compiling Vapor Custom.swift
[2448/2464] Compiling Vapor Email.swift
[2449/2464] Compiling Vapor Empty.swift
[2450/2464] Compiling Vapor In.swift
[2451/2464] Compiling Vapor Nil.swift
[2452/2464] Compiling Vapor NilIgnoring.swift
[2453/2464] Compiling Vapor Not.swift
[2454/2464] Compiling Vapor Or.swift
[2455/2464] Compiling Vapor Pattern.swift
[2456/2464] Compiling Vapor Range.swift
[2457/2464] Compiling Vapor URL.swift
[2458/2464] Compiling Vapor Valid.swift
[2459/2464] Compiling Vapor Application+Views.swift
[2460/2464] Compiling Vapor PlaintextRenderer.swift
[2461/2464] Compiling Vapor Request+View.swift
[2462/2464] Compiling Vapor View.swift
[2463/2464] Compiling Vapor ViewRenderer.swift
[2464/2464] Compiling Vapor _Deprecations.swift
[2466/2475] Compiling JWT JWTAuthenticator.swift
[2467/2476] Compiling JWT JWTError+Vapor.swift
[2468/2476] Emitting module JWT
[2469/2476] Compiling JWT JWT+Google.swift
[2470/2476] Compiling JWT JWT+FirebaseAuth.swift
[2471/2476] Compiling JWT JWT+Microsoft.swift
[2472/2476] Compiling JWT Request+JWT.swift
[2473/2476] Compiling JWT JWKSCache.swift
[2474/2476] Compiling JWT JWT+Apple.swift
[2475/2476] Compiling JWT Application+JWT.swift
[2476/2476] Compiling JWT Exports.swift
Build complete! (242.48s)
Build complete.
{
"dependencies" : [
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.110.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "jwt",
"name" : "jwt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "JWT",
"targets" : [
"JWT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JWTTests",
"module_type" : "SwiftTarget",
"name" : "JWTTests",
"path" : "Tests/JWTTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"Helpers/ByteBuffer+string.swift",
"Helpers/isLoggingConfigured.swift",
"Helpers/withApp.swift",
"JWTTests.swift",
"Types/LoginCredentials.swift",
"Types/LoginResponse.swift",
"Types/TestUser.swift",
"Types/UserAuthenticator.swift"
],
"target_dependencies" : [
"JWT"
],
"type" : "test"
},
{
"c99name" : "JWT",
"module_type" : "SwiftTarget",
"name" : "JWT",
"path" : "Sources/JWT",
"product_dependencies" : [
"JWTKit",
"Vapor"
],
"product_memberships" : [
"JWT"
],
"sources" : [
"Application+JWT.swift",
"Exports.swift",
"JWKSCache.swift",
"JWT+Apple.swift",
"JWT+FirebaseAuth.swift",
"JWT+Google.swift",
"JWT+Microsoft.swift",
"JWTAuthenticator.swift",
"JWTError+Vapor.swift",
"Request+JWT.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.