Build Information
Successful build of MixpanelVapor, reference main (8c0984
), with Swift 6.1 for Linux on 3 May 2025 16:14:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/MixpanelVapor.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/petrpavlik/MixpanelVapor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8c0984c Update README.md
Cloned https://github.com/petrpavlik/MixpanelVapor.git
Revision (git rev-parse @):
8c0984c36dbe0dc1d9d61a8a989a1a5ffdc172d0
SUCCESS checkout https://github.com/petrpavlik/MixpanelVapor.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/petrpavlik/MixpanelVapor.git
https://github.com/petrpavlik/MixpanelVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "uaparserswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/malcommac/UAParserSwift.git"
},
{
"identity" : "fakery",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vadymmarkov/Fakery.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "MixpanelVapor",
"name" : "MixpanelVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MixpanelVapor",
"targets" : [
"MixpanelVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MixpanelVaporTests",
"module_type" : "SwiftTarget",
"name" : "MixpanelVaporTests",
"path" : "Tests/MixpanelVaporTests",
"product_dependencies" : [
"Fakery",
"XCTVapor"
],
"sources" : [
"MixpanelVaporTests.swift"
],
"target_dependencies" : [
"MixpanelVapor"
],
"type" : "test"
},
{
"c99name" : "MixpanelVapor",
"module_type" : "SwiftTarget",
"name" : "MixpanelVapor",
"path" : "Sources/MixpanelVapor",
"product_dependencies" : [
"Vapor",
"UAParserSwift",
"Logging",
"Atomics"
],
"product_memberships" : [
"MixpanelVapor"
],
"sources" : [
"Application+Mixpanel.swift",
"BatchLogRecordProcessor.swift",
"Constants.swift",
"LifecycleHandler.swift",
"MixpanelProperty.swift",
"MixpanelVapor.swift",
"Request+Mixpanel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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/apple/swift-atomics.git
Fetching https://github.com/vadymmarkov/Fakery.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/malcommac/UAParserSwift.git
[1/3293] Fetching fakery
[3294/4998] Fetching fakery, swift-atomics
[3312/5290] Fetching fakery, swift-atomics, uaparserswift
[3348/79627] Fetching fakery, swift-atomics, uaparserswift, vapor
[7113/83463] Fetching fakery, swift-atomics, uaparserswift, vapor, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
[20158/79627] Fetching fakery, swift-atomics, uaparserswift, vapor
Fetched https://github.com/apple/swift-atomics.git from cache (2.74s)
Fetched https://github.com/malcommac/UAParserSwift.git from cache (2.74s)
Fetched https://github.com/vadymmarkov/Fakery.git from cache (2.74s)
Fetched https://github.com/vapor/vapor.git from cache (2.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.37s)
Computing version for https://github.com/vadymmarkov/Fakery.git
Computed https://github.com/vadymmarkov/Fakery.git at 5.1.0 (2.45s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (0.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.02s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.19s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2605] Fetching websocket-kit
[809/5813] Fetching websocket-kit, multipart-kit
[1427/6876] Fetching websocket-kit, multipart-kit, swift-service-context
[1428/9082] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics
[3295/14056] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing
[6568/19974] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.61s)
[12208/17369] Fetching multipart-kit, swift-service-context, swift-metrics, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.98s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.98s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.98s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.98s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git
[1638/8974] Fetching multipart-kit, swift-nio-extras
[7116/29701] Fetching multipart-kit, swift-nio-extras, routing-kit
[8660/41206] Fetching multipart-kit, swift-nio-extras, routing-kit, swift-nio-http2
[16972/56042] Fetching multipart-kit, swift-nio-extras, routing-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
[18399/50276] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[21739/125974] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[33912/139878] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (4.70s)
[107905/136670] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[110177/142215] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.82s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.83s)
Fetching https://github.com/vapor/async-kit.git
[98543/122766] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[100815/125136] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.48s)
[103085/122766] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[106871/136736] Fetching routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.68s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (11.06s)
Fetched https://github.com/vapor/routing-kit.git from cache (11.06s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (11.09s)
Fetched https://github.com/apple/swift-nio.git from cache (11.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (13.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.54s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[1268/20738] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
[2947/16371] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.02s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.97s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2627] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.59s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.67s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.89s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (2.01s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1135] Fetching swift-http-structured-headers
[36/2039] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.54s)
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 (1.51s)
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.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.11s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.48s)
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 (1.08s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.17s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.09s)
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 (1.05s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.04s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.06s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.20s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.46s)
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/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/vadymmarkov/Fakery.git
Working copy of https://github.com/vadymmarkov/Fakery.git resolved at 5.1.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-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/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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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-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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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/malcommac/UAParserSwift.git
Working copy of https://github.com/malcommac/UAParserSwift.git resolved at 1.2.1
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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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
Building for debugging...
[0/832] Write sources
[51/832] Compiling _NumericsShims _NumericsShims.c
[52/832] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[53/832] Compiling _AtomicsShims.c
[54/832] Compiling CNIOWindows shim.c
[55/832] Compiling CNIOWindows WSAStartup.c
[56/832] Compiling CNIOWASI CNIOWASI.c
[57/832] Compiling CSystem shims.c
[58/832] Compiling CNIOLinux liburing_shims.c
[59/832] Compiling CVaporBcrypt blf.c
[60/832] Compiling CVaporBcrypt bcrypt.c
[61/832] Compiling CNIODarwin shim.c
[62/832] Compiling CNIOExtrasZlib empty.c
[63/832] Compiling CNIOLLHTTP c_nio_http.c
[64/832] Compiling CNIOSHA1 c_nio_sha1.c
[65/832] Compiling CNIOLinux shim.c
[66/832] Compiling CNIOLLHTTP c_nio_api.c
[67/832] Compiling fiat_p256_adx_sqr.S
[68/832] Compiling fiat_p256_adx_mul.S
[69/832] Compiling fiat_curve25519_adx_square.S
[70/832] Compiling fiat_curve25519_adx_mul.S
[71/832] Write swift-version-24593BA9C3E375BF.txt
[72/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/836] Compiling CNIOBoringSSLShims shims.c
[74/838] Compiling tls_record.cc
[75/838] Compiling tls_method.cc
[76/840] Compiling tls13_both.cc
[77/868] Compiling tls13_server.cc
[78/868] Compiling tls13_enc.cc
[79/868] Compiling tls13_client.cc
[81/903] Emitting module ServiceContextModule
[82/903] Emitting module RealModule
[83/904] Emitting module SystemPackage
[84/907] Emitting module InternalCollectionsUtilities
[85/909] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[89/909] Compiling InternalCollectionsUtilities Integer rank.swift
[90/909] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[91/909] Compiling RealModule Float16+Real.swift
[92/909] Compiling ServiceContextModule ServiceContextKey.swift
[93/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/909] Compiling InternalCollectionsUtilities Specialize.swift
[95/909] Compiling InternalCollectionsUtilities Debugging.swift
[96/909] Compiling InternalCollectionsUtilities Descriptions.swift
[97/909] Compiling RealModule Real.swift
[98/909] Compiling RealModule RealFunctions.swift
[99/909] Compiling ServiceContextModule ServiceContext.swift
[100/909] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/910] Compiling RealModule Float+Real.swift
[103/910] Compiling RealModule Float80+Real.swift
[104/910] Compiling RealModule ElementaryFunctions.swift
[105/910] Compiling SystemPackage MachPort.swift
[106/910] Compiling SystemPackage PlatformString.swift
[107/910] Compiling SystemPackage SystemString.swift
[108/910] Compiling SystemPackage Util+StringArray.swift
[109/910] Compiling SystemPackage Util.swift
[110/910] Compiling SystemPackage UtilConsumers.swift
[111/910] Emitting module _NIOBase64
[112/910] Compiling _NIOBase64 Base64.swift
[113/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[114/910] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[115/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[117/910] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[125/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[126/910] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[127/913] Compiling _NIODataStructures PriorityQueue.swift
[128/913] Compiling _NIODataStructures _TinyArray.swift
[137/966] Compiling Instrumentation NoOpInstrument.swift
[138/966] Compiling Instrumentation MultiplexInstrument.swift
[139/966] Compiling Algorithms MinMax.swift
[140/966] Compiling Algorithms Partition.swift
[141/968] Compiling Algorithms Permutations.swift
[142/968] Compiling Algorithms Product.swift
[143/968] Compiling Algorithms Joined.swift
[144/968] Compiling Algorithms Keyed.swift
[145/968] Emitting module CoreMetrics
[146/968] Compiling Logging MetadataProvider.swift
[147/968] Compiling CoreMetrics Locks.swift
[150/968] Compiling Atomics IntegerOperations.swift
[151/968] Compiling Atomics Unmanaged extensions.swift
[152/968] Compiling Algorithms FlattenCollection.swift
[153/968] Compiling Algorithms Grouped.swift
[154/968] Compiling Algorithms Indexed.swift
[155/968] Compiling Algorithms Intersperse.swift
[160/968] Compiling Algorithms Suffix.swift
[161/968] Compiling SystemPackage RawBuffer.swift
[162/968] Compiling SystemPackage Syscalls.swift
[163/968] Compiling SystemPackage WindowsSyscallAdapters.swift
[164/968] Emitting module Logging
[165/968] Compiling Instrumentation InstrumentationSystem.swift
[166/968] Compiling Instrumentation Locks.swift
[167/968] Compiling Instrumentation Instrument.swift
[168/968] Emitting module Instrumentation
[172/968] Compiling Algorithms Chunked.swift
[173/968] Compiling Algorithms Combinations.swift
[177/970] Compiling _NIODataStructures Heap.swift
[178/970] Emitting module _NIODataStructures
[179/971] Compiling Logging Locks.swift
[180/971] Compiling Logging Logging.swift
[181/971] Compiling Logging LogHandler.swift
[186/1110] Compiling Tracing InstrumentationSystem+Tracing.swift
[187/1110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[188/1110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[189/1110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[190/1113] Compiling OrderedCollections OrderedSet+Invariants.swift
[191/1113] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[192/1113] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[193/1113] Compiling HeapModule Heap+Invariants.swift
[194/1113] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[195/1113] Compiling HeapModule Heap+Descriptions.swift
[196/1113] Compiling Tracing TracingTime.swift
[197/1113] Compiling CoreMetrics Metrics.swift
[198/1114] Compiling HeapModule _HeapNode.swift
[199/1114] Emitting module Tracing
[200/1114] Compiling HeapModule Heap.swift
[201/1114] Compiling Tracing TracerProtocol.swift
[203/1114] Compiling Tracing Tracer.swift
[204/1114] Compiling HeapModule Heap+UnsafeHandle.swift
[205/1114] Emitting module HeapModule
[206/1115] Compiling Tracing TracerProtocol+Legacy.swift
[207/1115] Compiling OrderedCollections _HashTable+Testing.swift
[208/1115] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[209/1115] Compiling OrderedCollections _HashTable.swift
[210/1115] Compiling OrderedCollections _Hashtable+Header.swift
[211/1115] Compiling OrderedCollections OrderedSet+Initializers.swift
[212/1115] Compiling OrderedCollections OrderedSet+Insertions.swift
[214/1121] Compiling _RopeModule BigString+Summary.swift
[215/1121] Compiling _RopeModule BigString.swift
[216/1121] Compiling _RopeModule Rope+_Storage.swift
[217/1121] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[218/1121] Compiling _RopeModule Rope+_UnsafeHandle.swift
[219/1121] Compiling _RopeModule Rope.swift
[220/1121] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[221/1128] Compiling _RopeModule BigString+Contents.swift
[222/1128] Compiling _RopeModule BigString+Debugging.swift
[223/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[224/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[225/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[226/1128] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[227/1128] Compiling _RopeModule BigString+Metrics.swift
[228/1128] Compiling OrderedCollections _HashTable+Bucket.swift
[229/1128] Compiling OrderedCollections _HashTable+BucketIterator.swift
[230/1128] Compiling OrderedCollections _HashTable+Constants.swift
[231/1128] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[232/1128] Compiling OrderedCollections OrderedDictionary.swift
[233/1128] Compiling OrderedCollections OrderedSet+Codable.swift
[234/1128] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[235/1128] Compiling OrderedCollections OrderedSet+Descriptions.swift
[236/1128] Emitting module UAParserSwift
[237/1128] Compiling UAParserSwift UAParserSwift.swift
[239/1131] Compiling Tracing NoOpTracer.swift
[240/1131] Compiling Tracing SpanProtocol.swift
[241/1132] Emitting module RoutingKit
[242/1132] Compiling RoutingKit AnyRouter.swift
[243/1132] Compiling RoutingKit Parameters.swift
[244/1132] Compiling Algorithms Trim.swift
[245/1132] Compiling Algorithms Unique.swift
[246/1132] Compiling Algorithms Windows.swift
[251/1132] Compiling _RopeModule Rope+Invariants.swift
[252/1132] Compiling _RopeModule Rope+_Node.swift
[253/1132] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[254/1132] Compiling _RopeModule BigString+Chunk+Breaks.swift
[255/1132] Compiling OrderedCollections OrderedDictionary+Values.swift
[264/1132] Compiling OrderedCollections OrderedDictionary+Codable.swift
[265/1132] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[266/1132] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[267/1132] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[268/1132] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[269/1132] Compiling _RopeModule BigString+Chunk.swift
[270/1132] Compiling _RopeModule BigString+BidirectionalCollection.swift
[271/1132] Compiling _RopeModule BigString+Builder.swift
[276/1132] Compiling OrderedCollections OrderedSet+Diffing.swift
[277/1132] Compiling OrderedCollections OrderedSet+Equatable.swift
[278/1132] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[279/1132] Compiling OrderedCollections OrderedSet+Hashable.swift
[280/1208] Emitting module Metrics
[281/1208] Compiling Metrics Metrics.swift
[282/1224] Compiling RoutingKit PathComponent.swift
[283/1224] Compiling RoutingKit Router.swift
[284/1224] Compiling RoutingKit TrieRouter.swift
[287/1225] Compiling DequeModule Deque+CustomReflectable.swift
[288/1225] Compiling DequeModule Deque+Descriptions.swift
[289/1227] Compiling DequeModule _DequeBuffer.swift
[290/1227] Compiling DequeModule _DequeBufferHeader.swift
[291/1227] Emitting module Atomics
[292/1227] Compiling DequeModule Deque+Extras.swift
[293/1227] Compiling DequeModule Deque+Hashable.swift
[294/1227] Compiling DequeModule Deque+Equatable.swift
[295/1227] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[298/1227] Compiling DequeModule Deque+Testing.swift
[299/1227] Compiling DequeModule Deque._Storage.swift
[300/1227] Compiling DequeModule Deque._UnsafeHandle.swift
[301/1227] Compiling DequeModule Deque.swift
[304/1227] Compiling DequeModule _DequeSlot.swift
[305/1227] Compiling DequeModule _UnsafeWrappedBuffer.swift
[311/1227] Compiling DequeModule Deque+Codable.swift
[312/1227] Compiling DequeModule Deque+Collection.swift
[314/1228] Compiling HashTreeCollections TreeDictionary+Keys.swift
[315/1228] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[316/1228] Compiling HashTreeCollections TreeDictionary+Merge.swift
[317/1228] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[318/1228] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[319/1228] Compiling HashTreeCollections TreeDictionary+Values.swift
[320/1228] Compiling HashTreeCollections TreeDictionary.swift
[321/1228] Compiling HashTreeCollections TreeSet+Codable.swift
[322/1228] Compiling HashTreeCollections TreeSet+Collection.swift
[323/1228] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[324/1228] Compiling HashTreeCollections TreeSet+Debugging.swift
[325/1228] Compiling HashTreeCollections TreeSet+Descriptions.swift
[326/1228] Compiling HashTreeCollections TreeSet+Equatable.swift
[327/1228] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[328/1228] Compiling HashTreeCollections TreeSet+Extras.swift
[329/1228] Compiling HashTreeCollections TreeSet+Filter.swift
[330/1228] Compiling HashTreeCollections TreeSet+Hashable.swift
[331/1228] Compiling HashTreeCollections TreeSet+Sendable.swift
[345/1237] Compiling _RopeModule Rope+Join.swift
[346/1237] Compiling _RopeModule Rope+MutatingForEach.swift
[347/1237] Compiling _RopeModule Rope+Remove.swift
[348/1237] Compiling _RopeModule Rope+RemoveSubrange.swift
[349/1237] Compiling _RopeModule Rope+Split.swift
[350/1237] Compiling _RopeModule Optional Utilities.swift
[351/1237] Compiling _RopeModule String Utilities.swift
[352/1237] Compiling _RopeModule String.Index+ABI.swift
[359/1247] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[360/1247] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[361/1247] Compiling HashTreeCollections TreeDictionary+Filter.swift
[362/1247] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[363/1247] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[379/1247] Emitting module OrderedCollections
[380/1248] Emitting module DequeModule
[381/1249] Emitting module Algorithms
[385/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[386/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[387/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[388/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[389/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[390/1250] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[391/1250] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[392/1250] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[393/1250] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[394/1250] Compiling HashTreeCollections TreeSet.swift
[395/1250] Compiling HashTreeCollections _HashTreeIterator.swift
[396/1250] Compiling HashTreeCollections _HashTreeStatistics.swift
[397/1250] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[398/1250] Compiling HashTreeCollections _RawHashNode.swift
[399/1250] Compiling HashTreeCollections _UnmanagedHashNode.swift
[400/1250] Compiling HashTreeCollections _UnsafePath.swift
[401/1250] Compiling HashTreeCollections TreeDictionary+Codable.swift
[402/1250] Compiling HashTreeCollections TreeDictionary+Collection.swift
[403/1250] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[404/1250] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[405/1250] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[406/1250] Emitting module _RopeModule
[406/1250] Compiling t1_enc.cc
[407/1250] Compiling ssl_x509.cc
[408/1250] Compiling ssl_versions.cc
[424/1250] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[425/1250] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[426/1250] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[427/1250] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[428/1250] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[429/1250] Compiling HashTreeCollections _HashNode+Structural merge.swift
[430/1250] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[431/1250] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[432/1250] Compiling HashTreeCollections _HashNode+Structural union.swift
[433/1250] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[434/1250] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[435/1250] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[436/1250] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[437/1250] Compiling HashTreeCollections _HashNode.swift
[438/1250] Compiling HashTreeCollections _HashNodeHeader.swift
[439/1250] Compiling HashTreeCollections _HashSlot.swift
[440/1250] Compiling HashTreeCollections _HashStack.swift
[500/1250] Compiling ssl_stat.cc
[501/1250] Compiling ssl_transcript.cc
[503/1251] Compiling ssl_session.cc
[505/1251] Emitting module HashTreeCollections
[505/1252] Compiling ssl_privkey.cc
[507/1252] Compiling ssl_key_share.cc
[508/1252] Compiling ssl_lib.cc
[509/1252] Compiling ssl_file.cc
[510/1252] Compiling ssl_credential.cc
[511/1252] Compiling ssl_cert.cc
[512/1252] Compiling ssl_cipher.cc
[513/1252] Compiling ssl_buffer.cc
[514/1252] Compiling ssl_asn1.cc
[515/1252] Compiling ssl_aead_ctx.cc
[516/1252] Compiling s3_pkt.cc
[517/1252] Compiling s3_lib.cc
[518/1252] Compiling s3_both.cc
[519/1252] Compiling handshake_client.cc
[520/1252] Compiling handshake_server.cc
[521/1252] Compiling handoff.cc
[522/1252] Compiling handshake.cc
[523/1252] Compiling dtls_method.cc
[524/1252] Compiling dtls_record.cc
[525/1252] Compiling md5-x86_64-linux.S
[526/1252] Compiling encrypted_client_hello.cc
[527/1252] Compiling md5-x86_64-apple.S
[528/1252] Compiling md5-586-linux.S
[529/1252] Compiling md5-586-apple.S
[530/1252] Compiling extensions.cc
[531/1252] Compiling chacha20_poly1305_x86_64-linux.S
[532/1252] Compiling chacha20_poly1305_armv8-win.S
[533/1252] Compiling chacha20_poly1305_x86_64-apple.S
[534/1252] Compiling chacha20_poly1305_armv8-apple.S
[535/1252] Compiling chacha20_poly1305_armv8-linux.S
[536/1252] Compiling chacha-x86_64-linux.S
[537/1252] Compiling chacha-x86_64-apple.S
[538/1252] Compiling chacha-x86-linux.S
[539/1252] Compiling err_data.cc
[540/1252] Compiling d1_pkt.cc
[541/1252] Compiling chacha-x86-apple.S
[542/1252] Compiling d1_srtp.cc
[543/1252] Compiling chacha-armv8-win.S
[544/1252] Compiling chacha-armv8-linux.S
[545/1252] Compiling chacha-armv8-apple.S
[546/1252] Compiling chacha-armv4-linux.S
[547/1252] Compiling aes128gcmsiv-x86_64-apple.S
[548/1252] Compiling aes128gcmsiv-x86_64-linux.S
[549/1252] Compiling x86_64-mont5-linux.S
[550/1252] Compiling x86_64-mont5-apple.S
[551/1252] Compiling x86_64-mont-apple.S
[552/1252] Compiling x86_64-mont-linux.S
[553/1252] Compiling x86-mont-linux.S
[554/1252] Compiling x86-mont-apple.S
[555/1252] Compiling vpaes-x86_64-linux.S
[556/1252] Compiling vpaes-x86-linux.S
[557/1252] Compiling vpaes-x86_64-apple.S
[558/1252] Compiling vpaes-x86-apple.S
[559/1252] Compiling vpaes-armv8-win.S
[560/1252] Compiling vpaes-armv8-linux.S
[561/1252] Compiling d1_lib.cc
[562/1252] Compiling vpaes-armv8-apple.S
[563/1252] Compiling sha512-armv8-win.S
[564/1252] Compiling vpaes-armv7-linux.S
[565/1252] Compiling sha512-x86_64-linux.S
[566/1252] Compiling sha512-x86_64-apple.S
[567/1252] Compiling sha512-armv4-linux.S
[568/1252] Compiling sha512-armv8-linux.S
[569/1252] Compiling sha512-586-linux.S
[570/1252] Compiling sha512-586-apple.S
[571/1252] Compiling sha512-armv8-apple.S
[572/1252] Compiling sha256-x86_64-apple.S
[573/1252] Compiling sha256-armv8-win.S
[574/1252] Compiling sha256-x86_64-linux.S
[575/1252] Compiling sha256-armv8-linux.S
[576/1252] Compiling sha256-armv4-linux.S
[577/1252] Compiling sha256-586-linux.S
[578/1252] Compiling sha256-armv8-apple.S
[579/1252] Compiling sha256-586-apple.S
[580/1252] Compiling sha1-x86_64-apple.S
[581/1252] Compiling sha1-armv8-apple.S
[582/1252] Compiling sha1-armv8-linux.S
[582/1252] Compiling sha1-x86_64-linux.S
[584/1252] Compiling sha1-armv8-win.S
[585/1252] Compiling rsaz-avx2-apple.S
[586/1252] Compiling sha1-armv4-large-linux.S
[587/1252] Compiling sha1-586-linux.S
[588/1252] Compiling rsaz-avx2-linux.S
[589/1252] Compiling sha1-586-apple.S
[590/1252] Compiling d1_both.cc
[591/1252] Compiling rdrand-x86_64-linux.S
[592/1252] Compiling p256_beeu-x86_64-asm-linux.S
[593/1252] Compiling p256_beeu-armv8-asm-linux.S
[594/1252] Compiling rdrand-x86_64-apple.S
[595/1252] Compiling p256_beeu-x86_64-asm-apple.S
[596/1252] Compiling p256_beeu-armv8-asm-win.S
[597/1252] Compiling p256_beeu-armv8-asm-apple.S
[598/1252] Compiling p256-x86_64-asm-linux.S
[599/1252] Compiling p256-x86_64-asm-apple.S
[600/1252] Compiling p256-armv8-asm-linux.S
[601/1252] Compiling bio_ssl.cc
[602/1252] Compiling p256-armv8-asm-win.S
[602/1252] Compiling p256-armv8-asm-apple.S
[604/1252] Compiling ghashv8-armv8-win.S
[605/1252] Compiling ghashv8-armv8-linux.S
[606/1252] Compiling ghashv8-armv7-linux.S
[607/1252] Compiling ghashv8-armv8-apple.S
[608/1252] Compiling ghash-x86-apple.S
[609/1252] Compiling ghash-x86_64-apple.S
[610/1252] Compiling ghash-x86-linux.S
[611/1252] Compiling ghash-x86_64-linux.S
[612/1252] Compiling ghash-ssse3-x86_64-linux.S
[613/1252] Compiling ghash-ssse3-x86_64-apple.S
[614/1252] Compiling ghash-neon-armv8-win.S
[615/1252] Compiling ghash-ssse3-x86-linux.S
[616/1252] Compiling ghash-neon-armv8-linux.S
[617/1252] Compiling ghash-ssse3-x86-apple.S
[618/1252] Compiling co-586-apple.S
[619/1252] Compiling ghash-armv4-linux.S
[620/1252] Compiling ghash-neon-armv8-apple.S
[621/1252] Compiling co-586-linux.S
[622/1252] Compiling bsaes-armv7-linux.S
[623/1252] Compiling bn-586-linux.S
[624/1252] Compiling bn-armv8-linux.S
[625/1252] Compiling bn-armv8-win.S
[626/1252] Compiling armv8-mont-win.S
[627/1252] Compiling bn-586-apple.S
[628/1252] Compiling armv8-mont-apple.S
[628/1252] Compiling bn-armv8-apple.S
[630/1252] Compiling armv8-mont-linux.S
[631/1252] Compiling aesv8-gcm-armv8-linux.S
[632/1252] Compiling armv4-mont-linux.S
[632/1252] Compiling aesv8-gcm-armv8-win.S
[634/1252] Compiling aesv8-armv8-win.S
[635/1252] Compiling aesv8-gcm-armv8-apple.S
[636/1252] Compiling aesv8-armv8-linux.S
[637/1252] Compiling aesni-x86_64-apple.S
[638/1252] Compiling aesv8-armv8-apple.S
[639/1252] Compiling aesni-x86_64-linux.S
[639/1252] Compiling aesv8-armv7-linux.S
[641/1252] Compiling aesni-x86-apple.S
[642/1252] Compiling aesni-x86-linux.S
[643/1252] Compiling aesni-gcm-x86_64-linux.S
[644/1252] Compiling aesni-gcm-x86_64-apple.S
[645/1252] Compiling aes-gcm-avx2-x86_64-linux.S
[646/1252] Compiling aes-gcm-avx10-x86_64-linux.S
[647/1252] Compiling aes-gcm-avx2-x86_64-apple.S
[648/1252] Compiling aes-gcm-avx10-x86_64-apple.S
[649/1252] Compiling x_x509a.cc
[650/1252] Compiling x_sig.cc
[651/1252] Compiling x_val.cc
[652/1252] Compiling x_spki.cc
[653/1252] Compiling x_x509.cc
[654/1252] Compiling x_pubkey.cc
[655/1252] Compiling x_req.cc
[656/1252] Compiling x_name.cc
[657/1252] Compiling x_algor.cc
[658/1252] Compiling x_crl.cc
[659/1252] Compiling x_attrib.cc
[660/1252] Compiling x_exten.cc
[661/1252] Compiling x_all.cc
[662/1252] Compiling x509spki.cc
[663/1252] Compiling x509rset.cc
[664/1252] Compiling x509name.cc
[665/1252] Compiling x509_txt.cc
[666/1252] Compiling x509cset.cc
[667/1252] Compiling x509_vpm.cc
[668/1252] Compiling x509_v3.cc
[669/1252] Compiling x509_trs.cc
[669/1252] Compiling x509_vfy.cc
[671/1252] Compiling x509_set.cc
[672/1252] Compiling x509_req.cc
[673/1252] Compiling x509_def.cc
[674/1252] Compiling x509_d2.cc
[675/1252] Compiling x509_obj.cc
[676/1252] Compiling x509_ext.cc
[677/1252] Compiling x509_lu.cc
[678/1252] Compiling x509.cc
[679/1252] Compiling x509_cmp.cc
[680/1252] Compiling x509_att.cc
[681/1252] Compiling v3_skey.cc
[682/1252] Compiling v3_prn.cc
[683/1252] Compiling v3_pmaps.cc
[684/1252] Compiling v3_purp.cc
[685/1252] Compiling v3_utl.cc
[686/1252] Compiling v3_pcons.cc
[687/1252] Compiling v3_ocsp.cc
[688/1252] Compiling v3_ncons.cc
[689/1252] Compiling v3_int.cc
[690/1252] Compiling v3_lib.cc
[691/1252] Compiling v3_info.cc
[692/1252] Compiling v3_extku.cc
[693/1252] Compiling v3_ia5.cc
[694/1252] Compiling v3_genn.cc
[695/1252] Compiling v3_enum.cc
[696/1252] Compiling v3_crld.cc
[697/1252] Compiling v3_cpols.cc
[698/1252] Compiling v3_conf.cc
[699/1252] Compiling v3_bitst.cc
[700/1252] Compiling v3_akey.cc
[701/1252] Compiling v3_alt.cc
[702/1252] Compiling v3_akeya.cc
[703/1252] Compiling v3_bcons.cc
[704/1252] Compiling t_x509a.cc
[705/1252] Compiling i2d_pr.cc
[706/1252] Compiling t_x509.cc
[707/1252] Compiling t_req.cc
[708/1252] Compiling t_crl.cc
[709/1252] Compiling name_print.cc
[710/1252] Compiling rsa_pss.cc
[711/1252] Compiling policy.cc
[712/1252] Compiling by_file.cc
[713/1252] Compiling by_dir.cc
[714/1252] Compiling voprf.cc
[715/1252] Compiling algorithm.cc
[716/1252] Compiling asn1_gen.cc
[717/1252] Compiling a_verify.cc
[718/1252] Compiling a_sign.cc
[719/1252] Compiling trust_token.cc
[720/1252] Compiling a_digest.cc
[721/1252] Compiling thread_win.cc
[722/1252] Compiling thread_pthread.cc
[723/1252] Compiling thread.cc
[724/1252] Compiling thread_none.cc
[725/1252] Compiling stack.cc
[726/1252] Compiling pmbtoken.cc
[727/1252] Compiling siphash.cc
[728/1252] Compiling sha1.cc
[729/1252] Compiling sha256.cc
[730/1252] Compiling sha512.cc
[731/1252] Compiling slhdsa.cc
[732/1252] Compiling rsa_print.cc
[733/1252] Compiling rsa_extra.cc
[734/1252] Compiling spake2plus.cc
[735/1252] Compiling windows.cc
[736/1252] Compiling rsa_crypt.cc
[737/1252] Compiling urandom.cc
[738/1252] Compiling refcount.cc
[739/1252] Compiling rc4.cc
[740/1252] Compiling trusty.cc
[741/1252] Compiling rand.cc
[742/1252] Compiling passive.cc
[743/1252] Compiling getentropy.cc
[744/1252] Compiling poly1305_arm_asm.S
[745/1252] Compiling ios.cc
[746/1252] Compiling rsa_asn1.cc
[747/1252] Compiling deterministic.cc
[748/1252] Compiling fork_detect.cc
[749/1252] Compiling forkunsafe.cc
[750/1252] Compiling poly1305.cc
[751/1252] Compiling poly1305_arm.cc
[752/1252] Compiling poly1305_vec.cc
[753/1252] Compiling pool.cc
[754/1252] Compiling pkcs7.cc
[755/1252] Compiling pkcs8_x509.cc
[756/1252] Compiling pkcs8.cc
[757/1252] Compiling p5_pbev2.cc
[758/1252] Compiling pkcs7_x509.cc
[759/1252] Compiling pem_x509.cc
[760/1252] Compiling pem_xaux.cc
[761/1252] Compiling pem_pkey.cc
[762/1252] Compiling mlkem.cc
[763/1252] Compiling pem_pk8.cc
[764/1252] Compiling pem_oth.cc
[765/1252] Compiling obj_xref.cc
[766/1252] Compiling pem_all.cc
[767/1252] Compiling obj.cc
[768/1252] Compiling mldsa.cc
[769/1252] Compiling pem_info.cc
[770/1252] Compiling md5.cc
[771/1252] Compiling pem_lib.cc
[772/1252] Compiling fips_shared_support.cc
[773/1252] Compiling mem.cc
[774/1252] Compiling poly_rq_mul.S
[775/1252] Compiling md4.cc
[776/1252] Compiling lhash.cc
[777/1252] Compiling sign.cc
[778/1252] Compiling ex_data.cc
[779/1252] Compiling hrss.cc
[780/1252] Compiling kyber.cc
[781/1252] Compiling scrypt.cc
[782/1252] Compiling hpke.cc
[783/1252] Compiling print.cc
[784/1252] Compiling pbkdf.cc
[785/1252] Compiling p_x25519.cc
[786/1252] Compiling p_rsa_asn1.cc
[787/1252] Compiling p_rsa.cc
[788/1252] Compiling p_ed25519.cc
[789/1252] Compiling p_x25519_asn1.cc
[790/1252] Compiling p_ed25519_asn1.cc
[791/1252] Compiling p_hkdf.cc
[792/1252] Compiling p_ec.cc
[793/1252] Compiling p_ec_asn1.cc
[794/1252] Compiling p_dh_asn1.cc
[795/1252] Compiling p_dh.cc
[796/1252] Compiling evp_ctx.cc
[797/1252] Compiling p_dsa_asn1.cc
[798/1252] Compiling engine.cc
[799/1252] Compiling evp.cc
[799/1252] Compiling err.cc
[801/1252] Compiling evp_asn1.cc
[802/1252] Compiling ecdh.cc
[803/1252] Compiling ecdsa_asn1.cc
[804/1252] Compiling hash_to_curve.cc
[805/1252] Compiling ec_derive.cc
[806/1252] Compiling dsa.cc
[807/1252] Compiling dsa_asn1.cc
[808/1252] Compiling params.cc
[809/1252] Compiling ec_asn1.cc
[810/1252] Compiling x25519-asm-arm.S
[811/1252] Compiling digest_extra.cc
[812/1252] Compiling des.cc
[813/1252] Compiling dh_asn1.cc
[814/1252] Compiling cpu_intel.cc
[815/1252] Compiling crypto.cc
[816/1252] Compiling spake25519.cc
[817/1252] Compiling cpu_arm_linux.cc
[818/1252] Compiling curve25519.cc
[819/1252] Compiling cpu_arm_freebsd.cc
[820/1252] Compiling cpu_aarch64_win.cc
[821/1252] Compiling bcm.cc
[822/1252] Compiling cpu_aarch64_sysreg.cc
[823/1252] Compiling cpu_aarch64_openbsd.cc
[824/1252] Compiling cpu_aarch64_linux.cc
[825/1252] Compiling cpu_aarch64_fuchsia.cc
[826/1252] Compiling curve25519_64_adx.cc
[827/1252] Compiling cpu_aarch64_apple.cc
[828/1252] Compiling get_cipher.cc
[829/1252] Compiling tls_cbc.cc
[830/1252] Compiling e_tls.cc
[831/1252] Compiling conf.cc
[832/1252] Compiling e_rc4.cc
[833/1252] Compiling e_rc2.cc
[834/1252] Compiling e_null.cc
[835/1252] Compiling e_des.cc
[836/1252] Compiling derive_key.cc
[837/1252] Compiling e_chacha20poly1305.cc
[838/1252] Compiling e_aesgcmsiv.cc
[839/1252] Compiling e_aesctrhmac.cc
[840/1252] Compiling chacha.cc
[841/1252] Compiling unicode.cc
[842/1252] Compiling buf.cc
[843/1252] Compiling ber.cc
[844/1252] Compiling cbb.cc
[845/1252] Compiling asn1_compat.cc
[846/1252] Compiling cbs.cc
[847/1252] Compiling bn_asn1.cc
[848/1252] Compiling blake2.cc
[849/1252] Compiling convert.cc
[850/1252] Compiling pair.cc
[851/1252] Compiling socket_helper.cc
[852/1252] Compiling printf.cc
[853/1252] Compiling socket.cc
[854/1252] Compiling hexdump.cc
[855/1252] Compiling file.cc
[856/1252] Compiling fd.cc
[857/1252] Compiling errno.cc
[858/1252] Compiling bio_mem.cc
[859/1252] Compiling base64.cc
[860/1252] Compiling connect.cc
[861/1252] Compiling bio.cc
[862/1252] Compiling tasn_typ.cc
[863/1252] Compiling tasn_fre.cc
[864/1252] Compiling tasn_enc.cc
[865/1252] Compiling tasn_utl.cc
[866/1252] Compiling f_string.cc
[867/1252] Compiling posix_time.cc
[868/1252] Compiling f_int.cc
[869/1252] Compiling tasn_new.cc
[870/1252] Compiling asn_pack.cc
[871/1252] Compiling asn1_par.cc
[872/1252] Compiling tasn_dec.cc
[873/1252] Compiling asn1_lib.cc
[874/1252] Compiling a_octet.cc
[875/1252] Compiling a_time.cc
[876/1252] Compiling a_type.cc
[877/1252] Compiling a_utctm.cc
[878/1252] Compiling a_strnid.cc
[879/1252] Compiling a_strex.cc
[880/1252] Compiling a_object.cc
[881/1252] Compiling a_i2d_fp.cc
[882/1252] Compiling a_dup.cc
[883/1252] Compiling a_d2i_fp.cc
[884/1252] Compiling a_mbstr.cc
[885/1252] Compiling a_int.cc
[886/1252] Compiling fiat_p256_adx_sqr.S
[887/1252] Compiling fiat_curve25519_adx_square.S
[888/1252] Compiling fiat_p256_adx_mul.S
[889/1252] Compiling a_gentm.cc
[890/1252] Compiling fiat_curve25519_adx_mul.S
[891/1252] Compiling md5-x86_64-apple.S
[892/1252] Compiling md5-x86_64-linux.S
[893/1252] Compiling a_bool.cc
[894/1252] Compiling md5-586-linux.S
[895/1252] Compiling a_bitstr.cc
[896/1252] Compiling md5-586-apple.S
[897/1252] Compiling chacha20_poly1305_x86_64-linux.S
[898/1252] Compiling chacha20_poly1305_armv8-win.S
[899/1252] Compiling chacha20_poly1305_x86_64-apple.S
[900/1252] Compiling chacha20_poly1305_armv8-linux.S
[901/1252] Compiling chacha20_poly1305_armv8-apple.S
[902/1252] Compiling chacha-x86-linux.S
[903/1252] Compiling chacha-x86_64-linux.S
[904/1252] Compiling chacha-x86_64-apple.S
[905/1252] Compiling chacha-x86-apple.S
[906/1252] Compiling CCryptoBoringSSLShims shims.c
[907/1252] Compiling err_data.cc
[908/1252] Compiling chacha-armv8-win.S
[909/1252] Compiling chacha-armv8-apple.S
[910/1252] Compiling chacha-armv4-linux.S
[911/1252] Compiling chacha-armv8-linux.S
[912/1252] Compiling aes128gcmsiv-x86_64-linux.S
[913/1252] Compiling aes128gcmsiv-x86_64-apple.S
[914/1252] Compiling x86_64-mont5-apple.S
[915/1252] Compiling x86_64-mont-linux.S
[916/1252] Compiling x86_64-mont5-linux.S
[917/1252] Compiling x86-mont-apple.S
[918/1252] Compiling x86_64-mont-apple.S
[919/1252] Compiling x86-mont-linux.S
[920/1252] Compiling vpaes-x86_64-linux.S
[921/1252] Compiling vpaes-armv8-linux.S
[922/1252] Compiling vpaes-x86-apple.S
[923/1252] Compiling vpaes-x86_64-apple.S
[924/1252] Compiling vpaes-x86-linux.S
[925/1252] Compiling vpaes-armv8-win.S
[926/1252] Compiling vpaes-armv8-apple.S
[927/1252] Compiling vpaes-armv7-linux.S
[928/1252] Compiling sha512-x86_64-apple.S
[929/1252] Compiling sha512-armv8-win.S
[930/1252] Compiling sha512-armv8-linux.S
[931/1252] Compiling sha512-armv8-apple.S
[932/1252] Compiling sha512-x86_64-linux.S
[933/1252] Compiling sha512-armv4-linux.S
[934/1252] Compiling sha512-586-linux.S
[935/1252] Compiling sha512-586-apple.S
[936/1252] Compiling sha256-armv8-win.S
[937/1252] Compiling sha256-x86_64-apple.S
[938/1252] Compiling sha256-x86_64-linux.S
[939/1252] Compiling sha256-armv8-linux.S
[940/1252] Compiling sha256-armv8-apple.S
[941/1252] Compiling sha256-armv4-linux.S
[942/1252] Compiling sha256-586-linux.S
[943/1252] Compiling sha1-x86_64-apple.S
[944/1252] Compiling sha256-586-apple.S
[945/1252] Compiling sha1-armv8-win.S
[946/1252] Compiling sha1-x86_64-linux.S
[947/1252] Compiling sha1-armv8-linux.S
[948/1252] Compiling sha1-armv8-apple.S
[949/1252] Compiling sha1-armv4-large-linux.S
[950/1252] Compiling sha1-586-linux.S
[951/1252] Compiling rsaz-avx2-apple.S
[952/1252] Compiling sha1-586-apple.S
[953/1252] Compiling rsaz-avx2-linux.S
[954/1252] Compiling rdrand-x86_64-linux.S
[955/1252] Compiling rdrand-x86_64-apple.S
[956/1252] Compiling p256_beeu-x86_64-asm-linux.S
[957/1252] Compiling p256_beeu-armv8-asm-win.S
[958/1252] Compiling p256_beeu-x86_64-asm-apple.S
[959/1252] Compiling p256_beeu-armv8-asm-linux.S
[960/1252] Compiling p256_beeu-armv8-asm-apple.S
[961/1252] Compiling p256-armv8-asm-linux.S
[962/1252] Compiling p256-x86_64-asm-linux.S
[963/1252] Compiling p256-armv8-asm-win.S
[964/1252] Compiling p256-armv8-asm-apple.S
[965/1252] Compiling p256-x86_64-asm-apple.S
[966/1252] Compiling ghashv8-armv8-win.S
[967/1252] Compiling ghashv8-armv8-linux.S
[968/1252] Compiling ghashv8-armv7-linux.S
[969/1252] Compiling ghashv8-armv8-apple.S
[970/1252] Compiling ghash-x86_64-apple.S
[971/1252] Compiling ghash-x86-linux.S
[972/1252] Compiling ghash-x86_64-linux.S
[973/1252] Compiling ghash-x86-apple.S
[974/1252] Compiling ghash-ssse3-x86_64-linux.S
[975/1252] Compiling ghash-ssse3-x86_64-apple.S
[976/1252] Compiling ghash-ssse3-x86-apple.S
[977/1252] Compiling ghash-ssse3-x86-linux.S
[978/1252] Compiling ghash-neon-armv8-win.S
[979/1252] Compiling ghash-neon-armv8-apple.S
[980/1252] Compiling ghash-neon-armv8-linux.S
[981/1252] Compiling ghash-armv4-linux.S
[982/1252] Compiling co-586-linux.S
[983/1252] Compiling co-586-apple.S
[984/1252] Compiling bn-armv8-apple.S
[984/1252] Compiling bn-armv8-win.S
[986/1252] Compiling bn-armv8-linux.S
[987/1252] Compiling bsaes-armv7-linux.S
[988/1252] Compiling bn-586-linux.S
[989/1252] Compiling bn-586-apple.S
[990/1252] Compiling armv8-mont-linux.S
[991/1252] Compiling armv4-mont-linux.S
[992/1252] Compiling armv8-mont-win.S
[993/1252] Compiling armv8-mont-apple.S
[994/1252] Compiling aesv8-gcm-armv8-win.S
[995/1252] Compiling aesv8-gcm-armv8-linux.S
[996/1252] Compiling aesv8-armv8-apple.S
[997/1252] Compiling aesv8-gcm-armv8-apple.S
[998/1252] Compiling aesv8-armv8-linux.S
[999/1252] Compiling aesv8-armv8-win.S
[1000/1252] Compiling aesv8-armv7-linux.S
[1001/1252] Compiling aesni-x86_64-linux.S
[1002/1252] Compiling aesni-x86_64-apple.S
[1003/1252] Compiling aesni-x86-linux.S
[1003/1252] Compiling aesni-x86-apple.S
[1005/1252] Compiling aesni-gcm-x86_64-linux.S
[1006/1252] Compiling aesni-gcm-x86_64-apple.S
[1007/1252] Compiling aes-gcm-avx10-x86_64-apple.S
[1008/1252] Compiling aes-gcm-avx10-x86_64-linux.S
[1009/1252] Compiling x_val.cc
[1010/1252] Compiling x_sig.cc
[1011/1252] Compiling c-nioatomics.c
[1012/1252] Compiling x_x509.cc
[1013/1252] Compiling x_x509a.cc
[1014/1252] Compiling x_spki.cc
[1015/1252] Compiling x_req.cc
[1016/1252] Compiling c-atomics.c
[1017/1252] Compiling x_exten.cc
[1018/1252] Compiling x_pubkey.cc
[1019/1252] Compiling x_name.cc
[1020/1252] Compiling x_crl.cc
[1021/1252] Compiling x_algor.cc
[1022/1258] Compiling x_attrib.cc
[1023/1258] Compiling x_all.cc
[1024/1258] Compiling x509spki.cc
[1026/1258] Compiling NIOConcurrencyHelpers NIOLock.swift
[1027/1258] Compiling NIOConcurrencyHelpers lock.swift
[1027/1258] Compiling x509rset.cc
[1029/1258] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1030/1258] Emitting module NIOConcurrencyHelpers
[1031/1258] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1032/1258] Compiling NIOConcurrencyHelpers atomics.swift
[1032/1259] Compiling x509name.cc
[1033/1259] Compiling x509cset.cc
[1034/1259] Compiling x509_v3.cc
[1034/1259] Compiling x509_vpm.cc
[1037/1259] Compiling x509_vfy.cc
[1038/1259] Compiling x509_txt.cc
[1039/1319] Compiling x509_trs.cc
[1040/1344] Compiling x509_set.cc
[1041/1344] Compiling x509_obj.cc
[1042/1344] Compiling x509_lu.cc
[1044/1344] Compiling ConsoleKitTerminal Console+Confirm.swift
[1045/1344] Compiling ConsoleKitTerminal Console+Input.swift
[1046/1344] Compiling ConsoleKitTerminal Console+Center.swift
[1047/1344] Compiling ConsoleKitTerminal Console+Output.swift
[1048/1347] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1049/1347] Compiling ConsoleKitTerminal ConsoleClear.swift
[1050/1347] Compiling ConsoleKitTerminal Console+Ask.swift
[1051/1347] Compiling ConsoleKitTerminal Console+Choose.swift
[1052/1347] Emitting module ConsoleKitTerminal
[1052/1347] Compiling x509_req.cc
[1053/1347] Compiling x509_ext.cc
[1055/1347] Compiling ConsoleKitTerminal ActivityBar.swift
[1056/1347] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1057/1347] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1058/1347] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1059/1347] Compiling ConsoleKitTerminal CustomActivity.swift
[1060/1347] Compiling ConsoleKitTerminal LoadingBar.swift
[1061/1347] Compiling ConsoleKitTerminal ProgressBar.swift
[1062/1347] Compiling ConsoleKitTerminal Console+Clear.swift
[1062/1347] Compiling x509_def.cc
[1064/1347] Compiling ConsoleKitTerminal Console+Wait.swift
[1065/1347] Compiling ConsoleKitTerminal ConsoleColor.swift
[1066/1347] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1067/1347] Compiling ConsoleKitTerminal Console.swift
[1068/1347] Compiling ConsoleKitTerminal Terminal.swift
[1069/1347] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1070/1347] Compiling ConsoleKitTerminal ConsoleText.swift
[1071/1347] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1072/1347] Compiling ConsoleKitTerminal ANSI.swift
[1072/1347] Compiling x509_d2.cc
[1073/1347] Compiling x509_cmp.cc
[1074/1347] Compiling x509.cc
[1075/1347] Compiling x509_att.cc
[1077/1347] Compiling NIOCore MarkedCircularBuffer.swift
[1078/1347] Compiling NIOCore MulticastChannel.swift
[1079/1347] Compiling NIOCore NIOAny.swift
[1080/1347] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1081/1347] Compiling NIOCore NIOLoopBound.swift
[1082/1347] Compiling NIOCore NIOScheduledCallback.swift
[1083/1347] Compiling NIOCore NIOSendable.swift
[1084/1347] Compiling NIOCore RecvByteBufferAllocator.swift
[1084/1355] Compiling v3_utl.cc
[1086/1355] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1087/1355] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1088/1355] Compiling ConsoleKitTerminal LoggerFragment.swift
[1090/1356] Compiling NIOCore GlobalSingletons.swift
[1091/1356] Compiling NIOCore IO.swift
[1092/1356] Compiling NIOCore IOData.swift
[1093/1356] Compiling NIOCore IPProtocol.swift
[1094/1356] Compiling NIOCore IntegerBitPacking.swift
[1095/1356] Compiling NIOCore IntegerTypes.swift
[1096/1356] Compiling NIOCore Interfaces.swift
[1097/1356] Compiling NIOCore Linux.swift
[1097/1356] Compiling v3_skey.cc
[1099/1378] Compiling ConsoleKitCommands CommandSignature.swift
[1100/1378] Compiling ConsoleKitCommands Flag.swift
[1101/1378] Compiling ConsoleKitCommands Option.swift
[1101/1380] Compiling v3_prn.cc
[1102/1380] Compiling v3_purp.cc
[1104/1380] Emitting module ConsoleKitCommands
[1104/1380] Compiling v3_pcons.cc
[1105/1380] Compiling v3_pmaps.cc
[1106/1380] Compiling v3_ocsp.cc
[1108/1380] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1109/1380] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1110/1380] Compiling ConsoleKitCommands Argument.swift
[1111/1380] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1112/1380] Compiling ConsoleKitCommands Utilities.swift
[1113/1380] Compiling ConsoleKitCommands CommandGroup.swift
[1114/1380] Compiling ConsoleKitCommands CommandInput.swift
[1115/1380] Compiling ConsoleKitCommands Commands.swift
[1115/1380] Compiling v3_ncons.cc
[1116/1380] Compiling v3_int.cc
[1117/1380] Compiling v3_lib.cc
[1118/1380] Compiling v3_info.cc
[1119/1380] Compiling v3_genn.cc
[1120/1380] Compiling v3_ia5.cc
[1122/1380] Compiling NIOCore EventLoop.swift
[1123/1380] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1124/1380] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1125/1380] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1126/1380] Compiling NIOCore EventLoopFuture.swift
[1127/1380] Compiling NIOCore FileDescriptor.swift
[1128/1380] Compiling NIOCore FileHandle.swift
[1129/1380] Compiling NIOCore FileRegion.swift
[1129/1380] Compiling v3_extku.cc
[1131/1380] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1132/1380] Compiling NIOCore SocketAddresses.swift
[1133/1380] Compiling NIOCore SocketOptionProvider.swift
[1134/1380] Compiling NIOCore SystemCallHelpers.swift
[1135/1380] Compiling NIOCore TimeAmount+Duration.swift
[1136/1380] Compiling NIOCore TypeAssistedChannelHandler.swift
[1137/1380] Compiling NIOCore UniversalBootstrapSupport.swift
[1138/1380] Compiling NIOCore Utilities.swift
[1147/1380] Compiling ConsoleKitCommands Command.swift
[1148/1380] Compiling ConsoleKitCommands CommandContext.swift
[1149/1380] Compiling ConsoleKitCommands CommandError.swift
[1150/1380] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1151/1380] Compiling ConsoleKitCommands AsyncCommand.swift
[1152/1380] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1153/1380] Compiling ConsoleKitCommands AsyncCommands.swift
[1154/1380] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1155/1380] Compiling ConsoleKitCommands AnyCommand.swift
[1156/1380] Compiling ConsoleKitCommands Console+Run.swift
[1157/1380] Compiling ConsoleKitCommands ConsoleError.swift
[1158/1380] Compiling ConsoleKitCommands Completion.swift
[1168/1381] Compiling v3_enum.cc
[1169/1381] Compiling v3_crld.cc
[1170/1381] Compiling v3_cpols.cc
[1171/1381] Compiling v3_conf.cc
[1172/1381] Compiling v3_bitst.cc
[1174/1383] Compiling ConsoleKit Exports.swift
[1175/1383] Emitting module ConsoleKit
[1176/1384] Compiling v3_alt.cc
[1177/1384] Compiling v3_bcons.cc
[1178/1384] Compiling t_x509a.cc
[1179/1384] Compiling v3_akeya.cc
[1180/1384] Compiling t_x509.cc
[1181/1384] Compiling v3_akey.cc
[1182/1384] Compiling t_crl.cc
[1183/1384] Compiling t_req.cc
[1184/1384] Compiling name_print.cc
[1185/1384] Compiling rsa_pss.cc
[1186/1384] Compiling i2d_pr.cc
[1187/1384] Compiling policy.cc
[1188/1384] Compiling by_file.cc
[1189/1384] Compiling asn1_gen.cc
[1190/1384] Compiling algorithm.cc
[1191/1384] Compiling by_dir.cc
[1192/1384] Compiling a_verify.cc
[1193/1384] Compiling a_digest.cc
[1194/1384] Compiling a_sign.cc
[1195/1384] Compiling voprf.cc
[1196/1384] Compiling thread_win.cc
[1197/1384] Compiling thread_pthread.cc
[1198/1384] Compiling thread.cc
[1199/1384] Compiling stack.cc
[1200/1384] Compiling thread_none.cc
[1201/1384] Compiling slhdsa.cc
[1202/1384] Compiling pmbtoken.cc
[1203/1384] Compiling thash.cc
[1204/1384] Compiling fors.cc
[1205/1384] Compiling merkle.cc
[1205/1384] Compiling trust_token.cc
[1207/1384] Compiling wots.cc
[1211/1384] Compiling NIOCore ByteBuffer-views.swift
[1212/1384] Compiling NIOCore Channel.swift
[1213/1384] Compiling NIOCore ChannelHandler.swift
[1214/1384] Compiling NIOCore ChannelHandlers.swift
[1215/1384] Compiling NIOCore ChannelInvoker.swift
[1216/1384] Compiling NIOCore ChannelOption.swift
[1225/1384] Compiling rsa_extra.cc
[1226/1384] Compiling sha512.cc
[1227/1384] Compiling sha256.cc
[1228/1384] Compiling sha1.cc
[1229/1384] Compiling rsa_print.cc
[1230/1384] Compiling siphash.cc
[1231/1384] Compiling rsa_crypt.cc
[1232/1384] Compiling rc4.cc
[1233/1384] Compiling rsa_asn1.cc
[1234/1384] Compiling refcount.cc
[1235/1384] Compiling windows.cc
[1236/1384] Compiling urandom.cc
[1237/1384] Compiling rand_extra.cc
[1238/1384] Compiling trusty.cc
[1239/1384] Compiling getentropy.cc
[1240/1384] Compiling passive.cc
[1241/1384] Compiling ios.cc
[1243/1384] Emitting module NIOCore
[1243/1384] Compiling deterministic.cc
[1244/1385] Compiling poly1305_arm_asm.S
[1245/1385] Compiling fork_detect.cc
[1247/1385] Compiling forkunsafe.cc
[1248/1385] Compiling poly1305_arm.cc
[1249/1385] Compiling poly1305.cc
[1250/1385] Compiling pool.cc
[1251/1385] Compiling poly1305_vec.cc
[1252/1385] Compiling pkcs8_x509.cc
[1253/1404] Compiling pkcs7.cc
[1254/1432] Compiling pkcs8.cc
[1255/1436] Compiling p5_pbev2.cc
[1256/1436] Compiling pem_xaux.cc
[1257/1436] Compiling pkcs7_x509.cc
[1258/1436] Compiling pem_x509.cc
[1259/1436] Compiling pem_pk8.cc
[1260/1436] Compiling pem_pkey.cc
[1262/1436] Compiling NIOEmbedded AsyncTestingChannel.swift
[1263/1436] Emitting module NIOEmbedded
[1263/1436] Compiling pem_oth.cc
[1264/1436] Compiling pem_lib.cc
[1265/1436] Compiling pem_info.cc
[1266/1436] Compiling pem_all.cc
[1267/1436] Compiling obj_xref.cc
[1269/1436] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1270/1436] Compiling NIOEmbedded Embedded.swift
[1271/1437] Compiling NIOPosix IO.swift
[1272/1437] Compiling NIOPosix IntegerBitPacking.swift
[1273/1437] Compiling NIOPosix IntegerTypes.swift
[1274/1437] Compiling NIOPosix Linux.swift
[1275/1437] Compiling NIOPosix LinuxCPUSet.swift
[1276/1437] Compiling NIOPosix LinuxUring.swift
[1277/1437] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1278/1443] Compiling mldsa.cc
[1279/1443] Compiling md4.cc
[1280/1443] Compiling md5.cc
[1281/1443] Compiling obj.cc
[1282/1443] Compiling mem.cc
[1283/1443] Compiling mlkem.cc
[1284/1443] Compiling fips_shared_support.cc
[1285/1443] Compiling poly_rq_mul.S
[1286/1443] Compiling lhash.cc
[1287/1443] Compiling kyber.cc
[1288/1443] Compiling sign.cc
[1289/1443] Compiling ex_data.cc
[1290/1443] Compiling hrss.cc
[1291/1443] Compiling hpke.cc
[1292/1443] Compiling scrypt.cc
[1294/1443] Compiling NIOPosix ThreadPosix.swift
[1295/1443] Compiling NIOPosix ThreadWindows.swift
[1296/1443] Compiling NIOPosix UnsafeTransfer.swift
[1297/1443] Compiling NIOPosix Utilities.swift
[1298/1443] Compiling NIOPosix VsockAddress.swift
[1299/1443] Compiling NIOPosix VsockChannelEvents.swift
[1299/1443] Compiling print.cc
[1300/1443] Compiling pbkdf.cc
[1301/1443] Compiling p_x25519.cc
[1302/1443] Compiling p_x25519_asn1.cc
[1304/1443] Compiling NIOPosix SelectableChannel.swift
[1305/1443] Compiling NIOPosix SelectableEventLoop.swift
[1306/1443] Compiling NIOPosix SelectorEpoll.swift
[1307/1443] Compiling NIOPosix SelectorGeneric.swift
[1308/1443] Compiling NIOPosix SelectorKqueue.swift
[1309/1443] Compiling NIOPosix SelectorUring.swift
[1310/1443] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1311/1443] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1312/1443] Compiling NIOPosix PosixSingletons.swift
[1313/1443] Compiling NIOPosix RawSocketBootstrap.swift
[1314/1443] Compiling NIOPosix Resolver.swift
[1315/1443] Compiling NIOPosix Selectable.swift
[1316/1443] Compiling NIOPosix ServerSocket.swift
[1317/1443] Compiling NIOPosix Socket.swift
[1318/1443] Compiling NIOPosix SocketChannel.swift
[1319/1443] Compiling NIOPosix SocketProtocols.swift
[1320/1443] Compiling NIOPosix System.swift
[1321/1443] Compiling NIOPosix Thread.swift
[1321/1443] Compiling p_rsa_asn1.cc
[1322/1443] Compiling p_hkdf.cc
[1323/1443] Compiling p_rsa.cc
[1324/1443] Compiling p_ed25519.cc
[1325/1443] Compiling p_ed25519_asn1.cc
[1326/1443] Compiling p_ec_asn1.cc
[1327/1443] Compiling p_dh.cc
[1328/1443] Compiling p_dsa_asn1.cc
[1329/1443] Compiling p_ec.cc
[1330/1443] Compiling evp_ctx.cc
[1331/1443] Compiling p_dh_asn1.cc
[1332/1443] Compiling err.cc
[1333/1443] Compiling evp_asn1.cc
[1335/1443] Emitting module NIOPosix
[1336/1443] Compiling NIOPosix Bootstrap.swift
[1337/1443] Compiling NIOPosix ControlMessage.swift
[1338/1443] Compiling NIOPosix DatagramVectorReadManager.swift
[1339/1443] Compiling NIOPosix Errors+Any.swift
[1340/1443] Compiling NIOPosix FileDescriptor.swift
[1341/1443] Compiling NIOPosix GetaddrinfoResolver.swift
[1342/1443] Compiling NIOPosix HappyEyeballs.swift
[1343/1443] Compiling NIOPosix BSDSocketAPICommon.swift
[1344/1443] Compiling NIOPosix BSDSocketAPIPosix.swift
[1345/1443] Compiling NIOPosix BSDSocketAPIWindows.swift
[1346/1443] Compiling NIOPosix BaseSocket.swift
[1347/1443] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1348/1443] Compiling NIOPosix BaseSocketChannel.swift
[1349/1443] Compiling NIOPosix BaseStreamSocketChannel.swift
[1349/1443] Compiling evp.cc
[1350/1443] Compiling engine.cc
[1351/1443] Compiling ecdh_extra.cc
[1352/1443] Compiling ecdsa_asn1.cc
[1353/1443] Compiling ec_derive.cc
[1354/1443] Compiling hash_to_curve.cc
[1356/1443] Compiling NIOPosix NIOThreadPool.swift
[1357/1443] Compiling NIOPosix NonBlockingFileIO.swift
[1358/1443] Compiling NIOPosix PendingDatagramWritesManager.swift
[1359/1443] Compiling NIOPosix PendingWritesManager.swift
[1360/1443] Compiling NIOPosix PipeChannel.swift
[1361/1443] Compiling NIOPosix PipePair.swift
[1362/1443] Compiling NIOPosix Pool.swift
[1362/1444] Compiling ec_asn1.cc
[1364/1444] Compiling dsa.cc
[1365/1444] Compiling params.cc
[1365/1444] Compiling digest_extra.cc
[1367/1444] Compiling dsa_asn1.cc
[1368/1444] Compiling dh_asn1.cc
[1369/1446] Compiling des.cc
[1370/1446] Compiling x25519-asm-arm.S
[1371/1467] Compiling spake25519.cc
[1373/1481] Compiling NIO Exports.swift
[1373/1481] Compiling bcm.cc
[1375/1481] Emitting module NIO
[1375/1482] Compiling crypto.cc
[1377/1482] Compiling cpu_arm_linux.cc
[1378/1482] Compiling cpu_arm_freebsd.cc
[1379/1482] Compiling cpu_aarch64_sysreg.cc
[1380/1488] Compiling cpu_aarch64_win.cc
[1381/1488] Compiling cpu_intel.cc
[1382/1505] Compiling curve25519_64_adx.cc
[1383/1505] Compiling curve25519.cc
[1385/1505] Compiling NIOTLS TLSEvents.swift
[1385/1505] Compiling cpu_aarch64_linux.cc
[1387/1505] Compiling NIOSOCKS ClientStateMachine.swift
[1388/1522] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1389/1522] Emitting module NIOSOCKS
[1390/1522] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1391/1522] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1392/1522] Emitting module NIOTLS
[1393/1522] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1394/1522] Emitting module _NIOFileSystem
[1395/1526] Compiling NIOHTTP1 HTTPEncoder.swift
[1396/1526] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1397/1526] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1398/1526] Compiling NIOHTTP1 HTTPDecoder.swift
[1398/1526] Compiling cpu_aarch64_fuchsia.cc
[1400/1526] Emitting module NIOFoundationCompat
[1401/1526] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1402/1526] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1403/1526] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1404/1526] Compiling NIOSOCKS SOCKSResponse.swift
[1405/1526] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1406/1526] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1406/1526] Compiling cpu_aarch64_openbsd.cc
[1408/1526] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1409/1526] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1410/1526] Compiling NIOSOCKS ServerStateMachine.swift
[1410/1527] Compiling conf.cc
[1411/1527] Compiling cpu_aarch64_apple.cc
[1415/1529] Compiling e_tls.cc
[1417/1529] Compiling NIOTLS SNIHandler.swift
[1418/1529] Compiling _NIOFileSystem ParallelDirCopy.swift
[1419/1529] Compiling _NIOFileSystem ParallelRemoval.swift
[1420/1529] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1421/1529] Compiling _NIOFileSystem CInterop.swift
[1422/1529] Compiling _NIOFileSystem Errno.swift
[1423/1529] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1424/1529] Compiling _NIOFileSystem Mocking.swift
[1425/1529] Compiling _NIOFileSystem Syscall.swift
[1426/1529] Compiling _NIOFileSystem Syscalls.swift
[1427/1530] Compiling tls_cbc.cc
[1429/1530] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1429/1536] Compiling e_rc4.cc
[1430/1560] Compiling e_rc2.cc
[1432/1560] Compiling NIOSSL NIOSSLClientHandler.swift
[1433/1560] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1434/1560] Compiling NIOSSL NIOSSLHandler.swift
[1435/1560] Compiling NIOSSL NIOSSLServerHandler.swift
[1436/1560] Compiling NIOSSL ObjectIdentifier.swift
[1437/1560] Compiling NIOSSL AndroidCABundle.swift
[1438/1560] Compiling NIOSSL ByteBufferBIO.swift
[1439/1560] Compiling NIOSSL CustomPrivateKey.swift
[1440/1560] Compiling NIOSSL IdentityVerification.swift
[1441/1560] Compiling NIOSSL LinuxCABundle.swift
[1442/1560] Compiling NIOSSL SSLInit.swift
[1443/1560] Compiling NIOSSL SSLPKCS12Bundle.swift
[1446/1560] Compiling e_null.cc
[1448/1560] Compiling NIOSSL SSLPrivateKey.swift
[1449/1560] Compiling NIOSSL SSLCertificate.swift
[1450/1560] Compiling NIOSSL SSLCertificateExtensions.swift
[1451/1560] Compiling NIOSSL SSLConnection.swift
[1452/1560] Compiling NIOSSL SSLContext.swift
[1453/1560] Compiling NIOSSL SSLCallbacks.swift
[1454/1560] Compiling NIOSSL SSLErrors.swift
[1454/1560] Compiling e_des.cc
[1455/1567] Compiling e_chacha20poly1305.cc
[1456/1567] Compiling e_aesgcmsiv.cc
[1457/1582] Compiling e_aesctrhmac.cc
[1459/1582] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1460/1582] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1461/1582] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1462/1584] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1463/1584] Compiling NIOTransportServices NIOTSErrors.swift
[1464/1584] Compiling NIOTransportServices NIOTSEventLoop.swift
[1465/1584] Compiling NIOTransportServices StateManagedChannel.swift
[1466/1584] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1467/1584] Compiling NIOTransportServices NIOTSBootstraps.swift
[1468/1584] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1469/1584] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1470/1584] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1471/1584] Compiling NIOTransportServices NIOTSSingletons.swift
[1472/1584] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1475/1584] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1475/1584] Compiling unicode.cc
[1477/1584] Emitting module NIOHTTP1
[1478/1584] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1479/1584] Compiling NIOTransportServices AcceptHandler.swift
[1480/1584] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1481/1584] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1482/1584] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1486/1584] Compiling NIOSSL SubjectAlternativeName.swift
[1487/1584] Compiling NIOSSL NIOSSLSecureBytes.swift
[1490/1584] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1491/1584] Emitting module NIOTransportServices
[1492/1584] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1493/1584] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1494/1584] Compiling derive_key.cc
[1495/1585] Compiling chacha.cc
[1501/1586] Compiling cipher_extra.cc
[1503/1586] Compiling cbs.cc
[1504/1586] Compiling ber.cc
[1506/1586] Compiling _NIOFileSystem SystemFileHandle.swift
[1507/1586] Compiling _NIOFileSystem Utilities.swift
[1508/1586] Compiling _NIOFileSystem OpenOptions.swift
[1509/1586] Compiling _NIOFileSystem String+FileSystem.swift
[1509/1586] Compiling cbb.cc
[1510/1586] Compiling asn1_compat.cc
[1511/1586] Compiling buf.cc
[1512/1596] Compiling bn_asn1.cc
[1514/1603] Emitting module NIOSSL
[1514/1618] Compiling convert.cc
[1521/1635] Compiling NIOSSL RNG.swift
[1522/1635] Compiling NIOSSL SafeCompare.swift
[1523/1635] Compiling NIOSSL Zeroization.swift
[1524/1635] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1525/1635] Compiling NIOExtras NIOExtrasError.swift
[1526/1635] Compiling NIOExtras DebugInboundEventsHandler.swift
[1527/1635] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1528/1635] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1529/1635] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1530/1635] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1531/1635] Compiling NIOExtras JSONRPCFraming.swift
[1532/1635] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1533/1635] Compiling NIOExtras LengthFieldPrepender.swift
[1534/1635] Compiling NIOExtras LineBasedFrameDecoder.swift
[1535/1635] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1536/1635] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1537/1636] Compiling NIOWebSocket WebSocketOpcode.swift
[1538/1636] Emitting module NIOHTTPCompression
[1539/1636] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1541/1638] Compiling blake2.cc
[1543/1638] Emitting module NIOWebSocket
[1543/1638] Compiling printf.cc
[1545/1638] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1546/1638] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1547/1638] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1548/1638] Compiling NIOHPACK IndexedHeaderTable.swift
[1549/1638] Compiling NIOHPACK IntegerCoding.swift
[1550/1638] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1553/1639] Compiling NIOHTTPCompression HTTPCompression.swift
[1554/1639] Compiling NIOHTTPCompression HTTPDecompression.swift
[1555/1639] Compiling NIOExtras RequestResponseHandler.swift
[1556/1639] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1561/1639] Compiling NIOHPACK HuffmanTables.swift
[1562/1639] Compiling NIOExtras PCAPRingBuffer.swift
[1563/1639] Compiling NIOExtras QuiescingHelper.swift
[1565/1639] Compiling NIOExtras NIORequestIdentifiable.swift
[1566/1639] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1567/1639] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1568/1640] Compiling NIOWebSocket WebSocketFrame.swift
[1569/1641] Compiling NIOHPACK StaticHeaderTable.swift
[1570/1641] Compiling NIOHPACK HuffmanCoding.swift
[1573/1641] Emitting module NIOHPACK
[1574/1641] Emitting module NIOExtras
[1574/1641] Compiling hexdump.cc
[1575/1641] Compiling pair.cc
[1581/1642] Compiling errno.cc
[1596/1643] Compiling fd.cc
[1597/1643] Compiling file.cc
[1599/1643] Compiling bio_mem.cc
[1600/1643] Compiling bio.cc
[1607/1643] Compiling NIOExtras UnsafeTransfer.swift
[1608/1643] Compiling NIOExtras WritePCAPHandler.swift
[1609/1648] Compiling tasn_typ.cc
[1611/1648] Emitting module NIOFileSystem
[1612/1648] Compiling NIOFileSystem Exports.swift
[1612/1648] Compiling base64.cc
[1614/1652] Compiling NIOSSL TLSConfiguration.swift
[1615/1652] Compiling NIOSSL UniversalBootstrapSupport.swift
[1616/1652] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1617/1662] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1618/1683] Emitting module _NIOFileSystemFoundationCompat
[1619/1708] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1620/1709] Compiling tasn_utl.cc
[1624/1709] Compiling NIOHTTP2 StateMachineResult.swift
[1625/1709] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1625/1710] Compiling tasn_new.cc
[1627/1710] Compiling tasn_fre.cc
[1628/1710] Compiling posix_time.cc
[1629/1710] Compiling tasn_enc.cc
[1630/1710] Compiling f_int.cc
[1631/1715] Compiling f_string.cc
[1632/1718] Compiling tasn_dec.cc
[1633/1718] Compiling asn1_par.cc
[1634/1718] Compiling asn_pack.cc
[1636/1718] Compiling WebSocketKit WebSocket+Connect.swift
[1637/1718] Compiling WebSocketKit Exports.swift
[1638/1718] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1638/1718] Compiling a_utctm.cc
[1640/1718] Compiling WebSocketKit WebSocketHandler.swift
[1640/1718] Compiling asn1_lib.cc
[1641/1718] Compiling a_strnid.cc
[1642/1718] Compiling a_type.cc
[1644/1718] Emitting module WebSocketKit
[1645/1718] Compiling WebSocketKit WebSocket+Concurrency.swift
[1645/1718] Compiling a_time.cc
[1647/1718] Compiling WebSocketKit WebSocket.swift
[1647/1718] Compiling a_strex.cc
[1649/1718] Compiling WebSocketKit WebSocketClient.swift
[1649/1719] Compiling a_octet.cc
[1651/1719] Compiling a_object.cc
[1652/1719] Compiling a_mbstr.cc
[1653/1719] Compiling a_int.cc
[1654/1719] Write sources
[1655/1719] Compiling a_i2d_fp.cc
[1656/1719] Compiling a_dup.cc
[1657/1719] Compiling a_gentm.cc
[1659/1720] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1660/1720] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1661/1720] Compiling NIOHTTP2 HasLocalSettings.swift
[1662/1720] Compiling NIOHTTP2 HasRemoteSettings.swift
[1663/1720] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1664/1720] Compiling NIOHTTP2 QuiescingState.swift
[1665/1720] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1666/1720] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1666/1743] Compiling a_d2i_fp.cc
[1667/1768] Compiling a_bool.cc
[1668/1780] Compiling a_bitstr.cc
[1670/1780] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1671/1780] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1672/1780] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1673/1780] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1674/1780] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1675/1780] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1676/1780] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1677/1780] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1678/1788] Emitting module BitCollections
[1679/1795] Compiling BitCollections BitSet+Initializers.swift
[1680/1795] Compiling BitCollections BitSet+Invariants.swift
[1681/1795] Compiling BitCollections BitSet+Random.swift
[1682/1795] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1683/1795] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1684/1795] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1685/1795] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1686/1795] Compiling CryptoBoringWrapper RandomBytes.swift
[1687/1795] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1688/1795] Compiling BitCollections BitSet+CustomReflectable.swift
[1689/1795] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1690/1795] Compiling BitCollections BitSet+Equatable.swift
[1691/1795] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1692/1795] Compiling BitCollections BitSet+Extras.swift
[1693/1795] Compiling BitCollections BitSet+Hashable.swift
[1694/1795] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1695/1795] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1696/1795] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1705/1795] Compiling BitCollections BitSet+SetAlgebra union.swift
[1706/1795] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1707/1795] Compiling BitCollections BitSet.Counted.swift
[1708/1795] Emitting module CryptoBoringWrapper
[1709/1795] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1710/1795] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1711/1795] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1712/1795] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1713/1795] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1714/1795] Compiling CryptoBoringWrapper EllipticCurve.swift
[1715/1796] Emitting module NIOHTTP2
[1716/1796] Compiling BitCollections BitArray+RandomBits.swift
[1717/1796] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1718/1796] Compiling BitCollections BitArray+Shifts.swift
[1719/1796] Compiling BitCollections BitArray+Testing.swift
[1720/1796] Compiling BitCollections BitArray._UnsafeHandle.swift
[1721/1796] Compiling BitCollections BitArray.swift
[1722/1796] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1723/1796] Compiling BitCollections BitSet+Codable.swift
[1724/1796] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1725/1796] Compiling BitCollections BitArray+BitwiseOperations.swift
[1726/1796] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1727/1796] Compiling BitCollections BitArray+Codable.swift
[1728/1796] Compiling BitCollections BitArray+Collection.swift
[1729/1796] Compiling BitCollections BitArray+Copy.swift
[1730/1796] Compiling BitCollections BitArray+CustomReflectable.swift
[1731/1796] Compiling BitCollections BitArray+Descriptions.swift
[1732/1796] Compiling BitCollections BitArray+Equatable.swift
[1743/1796] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1744/1796] Compiling BitCollections BitArray+Extras.swift
[1745/1796] Compiling BitCollections BitArray+Fill.swift
[1746/1796] Compiling BitCollections BitArray+Hashable.swift
[1747/1796] Compiling BitCollections BitArray+Initializers.swift
[1748/1796] Compiling BitCollections BitArray+Invariants.swift
[1749/1796] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1750/1796] Compiling BitCollections BitSet.Index.swift
[1751/1796] Compiling BitCollections BitSet._UnsafeHandle.swift
[1752/1796] Compiling BitCollections BitSet.swift
[1753/1796] Compiling BitCollections Range+Utilities.swift
[1754/1796] Compiling BitCollections Slice+Utilities.swift
[1755/1796] Compiling BitCollections UInt+Tricks.swift
[1756/1796] Compiling BitCollections _Word.swift
[1759/1796] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1760/1796] Compiling NIOHTTP2 StreamChannelList.swift
[1761/1796] Compiling NIOHTTP2 StreamMap.swift
[1762/1796] Compiling NIOHTTP2 StreamStateMachine.swift
[1763/1796] Compiling NIOHTTP2 UnsafeTransfer.swift
[1764/1796] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1774/1870] Emitting module Collections
[1775/1870] Compiling Collections Collections.swift
[1777/1912] Compiling AsyncKit Future+Optional.swift
[1778/1912] Compiling AsyncKit Future+Transform.swift
[1779/1912] Compiling AsyncKit Future+Try.swift
[1780/1912] Compiling AsyncKit FutureOperators.swift
[1781/1912] Compiling Crypto HPKE-KDF.swift
[1782/1912] Compiling Crypto HPKE-KexKeyDerivation.swift
[1783/1912] Compiling Crypto HPKE-LabeledExtract.swift
[1784/1912] Compiling Crypto HPKE-Utils.swift
[1785/1912] Compiling Crypto DHKEM.swift
[1786/1912] Compiling Crypto HPKE-KEM-Curve25519.swift
[1787/1912] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1788/1912] Compiling Crypto HPKE-KEM.swift
[1789/1912] Compiling Crypto HPKE-Errors.swift
[1790/1912] Compiling Crypto ASN1Identifier.swift
[1791/1912] Compiling Crypto ASN1Integer.swift
[1792/1912] Compiling Crypto ASN1Null.swift
[1793/1912] Compiling Crypto ASN1OctetString.swift
[1794/1912] Compiling Crypto ASN1Strings.swift
[1795/1912] Compiling Crypto ArraySliceBigint.swift
[1796/1912] Compiling Crypto GeneralizedTime.swift
[1797/1912] Compiling Crypto ObjectIdentifier.swift
[1798/1912] Compiling Crypto ECDSASignature.swift
[1799/1912] Compiling Crypto PEMDocument.swift
[1800/1912] Compiling Crypto HKDF.swift
[1802/1913] Compiling AsyncKit Future+Miscellaneous.swift
[1803/1913] Compiling AsyncKit Future+Nonempty.swift
[1818/1924] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1819/1924] Compiling AsyncKit Collection+Flatten.swift
[1820/1924] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1823/1926] Compiling AsyncKit ConnectionPoolError.swift
[1824/1926] Compiling AsyncKit ConnectionPoolItem.swift
[1825/1926] Compiling AsyncKit ConnectionPoolSource.swift
[1826/1926] Compiling AsyncKit EventLoopConnectionPool.swift
[1827/1926] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1828/1926] Compiling AsyncKit EventLoop+Concurrency.swift
[1829/1926] Compiling AsyncKit EventLoop+Flatten.swift
[1830/1926] Compiling AsyncKit EventLoop+Future.swift
[1831/1926] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1832/1926] Emitting module MultipartKit
[1833/1926] Compiling MultipartKit MultipartSerializer.swift
[1834/1926] Compiling MultipartKit Utilities.swift
[1835/1926] Compiling AsyncKit EventLoopFutureQueue.swift
[1836/1926] Compiling AsyncKit Future+Collection.swift
[1837/1926] Compiling AsyncKit Future+Conjunctions.swift
[1840/1972] Compiling AsyncHTTPClient FoundationExtensions.swift
[1841/1972] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1842/1986] Compiling Crypto SymmetricKeys.swift
[1843/1986] Compiling Crypto HMAC.swift
[1844/1986] Compiling Crypto MACFunctions.swift
[1845/1986] Compiling Crypto MessageAuthenticationCode.swift
[1846/1986] Compiling Crypto AES.swift
[1847/1986] Compiling Crypto ECDSASignature_boring.swift
[1848/1986] Compiling Crypto ECDSA_boring.swift
[1849/1986] Compiling Crypto EdDSA_boring.swift
[1850/1986] Compiling Crypto ECDSA.swift
[1851/1986] Compiling Crypto Ed25519.swift
[1852/1986] Emitting module Crypto
[1853/1986] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1854/1986] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1855/1986] Compiling AsyncHTTPClient Transaction.swift
[1856/1986] Compiling AsyncHTTPClient Base64.swift
[1857/1986] Compiling AsyncHTTPClient BasicAuth.swift
[1858/1986] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1859/1986] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1860/1986] Compiling AsyncHTTPClient ConnectionPool.swift
[1861/1986] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1862/1986] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1863/1986] Compiling AsyncHTTPClient RequestOptions.swift
[1864/1986] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1865/1986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1866/1986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1867/1986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1868/1986] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1869/1986] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1870/1986] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1871/1986] Compiling AsyncHTTPClient ConnectionTarget.swift
[1872/1986] Compiling AsyncHTTPClient DeconstructedURL.swift
[1873/1986] Compiling Crypto Signature.swift
[1874/1986] Compiling Crypto CryptoKitErrors_boring.swift
[1875/1986] Compiling Crypto RNG_boring.swift
[1876/1986] Compiling Crypto SafeCompare_boring.swift
[1877/1986] Compiling Crypto Zeroization_boring.swift
[1878/1986] Compiling Crypto PrettyBytes.swift
[1879/1986] Compiling Crypto SafeCompare.swift
[1880/1986] Compiling Crypto SecureBytes.swift
[1881/1986] Compiling Crypto Zeroization.swift
[1882/1986] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1883/1986] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1884/1986] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1885/1986] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1886/1986] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1887/1986] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1888/1986] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1889/1986] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1890/1986] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1891/1986] Compiling AsyncHTTPClient RequestBodyLength.swift
[1892/1986] Compiling AsyncHTTPClient HTTPClient.swift
[1893/1986] Compiling AsyncHTTPClient HTTPHandler.swift
[1894/1986] Compiling AsyncHTTPClient LRUCache.swift
[1895/1986] Compiling AsyncHTTPClient NWErrorHandler.swift
[1896/1986] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1897/1986] Compiling AsyncHTTPClient TLSConfiguration.swift
[1898/1986] Compiling AsyncHTTPClient RedirectState.swift
[1899/1986] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1900/1986] Compiling Crypto DH.swift
[1901/1986] Compiling Crypto ECDH.swift
[1902/1986] Emitting module AsyncHTTPClient
[1903/1994] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1904/1994] Compiling AsyncHTTPClient HTTP2Connection.swift
[1905/1994] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1906/1994] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1907/1994] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1908/1994] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1909/1994] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1910/1994] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1911/1994] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1912/1994] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1914/1995] Emitting module AsyncKit
[1915/1995] Compiling AsyncHTTPClient RequestBag.swift
[1916/1995] Compiling AsyncHTTPClient RequestValidation.swift
[1917/1995] Compiling AsyncHTTPClient SSLContextCache.swift
[1918/1995] Compiling AsyncHTTPClient Scheme.swift
[1919/1995] Compiling AsyncHTTPClient Singleton.swift
[1920/1995] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1921/1995] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1922/1995] Compiling AsyncHTTPClient Utils.swift
[1926/1995] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1929/1995] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1930/1995] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1948/1995] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1949/1995] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1950/1995] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1951/1995] Compiling AsyncHTTPClient HTTP1Connection.swift
[1952/1995] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1998/2166] Compiling Vapor Core.swift
[1999/2166] Compiling Vapor Running.swift
[2000/2166] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2001/2166] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2002/2166] Compiling Vapor DotEnvFile+load.swift
[2003/2166] Compiling Vapor Routes+caseInsenstive.swift
[2004/2166] Compiling Vapor Validatable+validate.swift
[2005/2166] Compiling Vapor Environment+Process.swift
[2006/2166] Compiling Vapor Environment+Secret.swift
[2007/2166] Compiling Vapor Environment.swift
[2008/2166] Compiling Vapor Abort.swift
[2009/2166] Compiling Vapor AbortError.swift
[2010/2166] Compiling Vapor DebuggableError.swift
[2011/2166] Compiling Vapor Demangler.swift
[2012/2166] Compiling Vapor ErrorSource.swift
[2013/2166] Compiling Vapor StackTrace.swift
[2014/2166] Compiling Vapor Exports.swift
[2015/2166] Compiling Vapor Application+HTTP.swift
[2016/2166] Compiling Vapor BasicResponder.swift
[2017/2166] Compiling Vapor BodyStream.swift
[2018/2166] Compiling Vapor Application+HTTP+Client.swift
[2019/2166] Compiling Vapor EventLoopHTTPClient.swift
[2020/2166] Compiling Vapor EndpointCache.swift
[2021/2166] Compiling Vapor HTTPMethod+String.swift
[2022/2190] Compiling Vapor Bytes+Hex.swift
[2023/2190] Compiling Vapor Bytes+SecureCompare.swift
[2024/2190] Compiling Vapor Collection+Safe.swift
[2025/2190] Compiling Vapor DataProtocol+Copy.swift
[2026/2190] Compiling Vapor DecoderUnwrapper.swift
[2027/2190] Compiling Vapor DirectoryConfiguration.swift
[2028/2190] Compiling Vapor DotEnv.swift
[2029/2190] Compiling Vapor Extendable.swift
[2030/2190] Compiling Vapor File.swift
[2031/2190] Compiling Vapor FileIO.swift
[2032/2190] Compiling Vapor LifecycleHandler.swift
[2033/2190] Compiling Vapor OptionalType.swift
[2034/2190] Compiling Vapor RFC1123.swift
[2035/2190] Compiling Vapor SocketAddress+Hostname.swift
[2036/2190] Compiling Vapor Storage.swift
[2037/2190] Compiling Vapor String+IsIPAddress.swift
[2038/2190] Compiling Vapor Thread.swift
[2039/2190] Compiling Vapor URI.swift
[2040/2190] Compiling Vapor RangeResult.swift
[2041/2190] Compiling Vapor Validatable.swift
[2042/2190] Compiling Vapor Validation.swift
[2043/2190] Compiling Vapor ValidationKey.swift
[2044/2190] Compiling Vapor Validations.swift
[2045/2190] Compiling Vapor ValidationsError.swift
[2046/2214] Emitting module Vapor
[2047/2214] Compiling Vapor Request+Body.swift
[2048/2214] Compiling Vapor Request+BodyStream.swift
[2049/2214] Compiling Vapor Request.swift
[2050/2214] Compiling Vapor Application+Responder.swift
[2051/2214] Compiling Vapor DefaultResponder.swift
[2052/2214] Compiling Vapor Response+Body.swift
[2053/2214] Compiling Vapor Response.swift
[2054/2214] Compiling Vapor ResponseCodable.swift
[2055/2214] Compiling Vapor Application+Routes.swift
[2056/2214] Compiling Vapor Parameters+Require.swift
[2057/2214] Compiling Vapor Request+WebSocket.swift
[2058/2214] Compiling Vapor Route.swift
[2059/2214] Compiling Vapor RouteCollection.swift
[2060/2214] Compiling Vapor Routes.swift
[2061/2214] Compiling Vapor RoutesBuilder+Group.swift
[2062/2214] Compiling Vapor RoutesBuilder+Method.swift
[2063/2214] Compiling Vapor RoutesBuilder+Middleware.swift
[2064/2214] Compiling Vapor RoutesBuilder+WebSocket.swift
[2065/2214] Compiling Vapor RoutesBuilder.swift
[2066/2214] Compiling Vapor OTP.swift
[2067/2214] Compiling Vapor Application+Servers.swift
[2068/2214] Compiling Vapor Server.swift
[2069/2214] Compiling Vapor App+Service.swift
[2070/2214] Compiling Vapor Req+Service.swift
[2071/2214] Compiling Vapor HTTPServerResponseEncoder.swift
[2072/2214] Compiling Vapor HTTPServerUpgradeHandler.swift
[2073/2214] Compiling Vapor Logger+Report.swift
[2074/2214] Compiling Vapor LoggingSystem+Environment.swift
[2075/2214] Compiling Vapor Application+Middleware.swift
[2076/2214] Compiling Vapor CORSMiddleware.swift
[2077/2214] Compiling Vapor ErrorMiddleware.swift
[2078/2214] Compiling Vapor FileMiddleware.swift
[2079/2214] Compiling Vapor Middleware.swift
[2080/2214] Compiling Vapor MiddlewareConfiguration.swift
[2081/2214] Compiling Vapor ResponseCompressionMiddleware.swift
[2082/2214] Compiling Vapor RouteLoggingMiddleware.swift
[2083/2214] Compiling Vapor TracingMiddleware.swift
[2084/2214] Compiling Vapor File+Multipart.swift
[2085/2214] Compiling Vapor FormDataDecoder+Content.swift
[2086/2214] Compiling Vapor FormDataEncoder+Content.swift
[2087/2214] Compiling Vapor Application+Password.swift
[2088/2214] Compiling Vapor Application+Passwords.swift
[2089/2214] Compiling Vapor AsyncPasswordHasher.swift
[2090/2214] Compiling Vapor BcryptHasher.swift
[2091/2214] Compiling Vapor PasswordHasher.swift
[2092/2214] Compiling Vapor PlaintextHasher.swift
[2093/2214] Compiling Vapor Request+Password.swift
[2094/2214] Compiling Vapor Redirect.swift
[2095/2214] Compiling Vapor Application.swift
[2096/2214] Compiling Vapor AuthenticationCache.swift
[2097/2214] Compiling Vapor Authenticator.swift
[2098/2214] Compiling Vapor BasicAuthorization.swift
[2099/2214] Compiling Vapor BearerAuthorization.swift
[2100/2214] Compiling Vapor GuardMiddleware.swift
[2101/2214] Compiling Vapor RedirectMiddleware.swift
[2102/2214] Compiling Vapor SessionAuthenticatable.swift
[2103/2214] Compiling Vapor Bcrypt.swift
[2104/2214] Compiling Vapor Application+Cache.swift
[2105/2214] Compiling Vapor Cache.swift
[2106/2214] Compiling Vapor CacheExpirationTime.swift
[2107/2214] Compiling Vapor MemoryCache.swift
[2108/2214] Compiling Vapor Request+Cache.swift
[2109/2214] Compiling Vapor Application+Clients.swift
[2110/2214] Compiling Vapor Client.swift
[2111/2214] Compiling Vapor ClientRequest.swift
[2112/2214] Compiling Vapor ClientResponse.swift
[2113/2214] Compiling Vapor Request+Client.swift
[2114/2214] Compiling Vapor BootCommand.swift
[2115/2214] Compiling Vapor CommandContext+Application.swift
[2116/2214] Compiling Vapor RoutesCommand.swift
[2117/2214] Compiling Vapor ServeCommand.swift
[2118/2214] Compiling Vapor AnyResponse+Concurrency.swift
[2119/2214] Compiling Vapor HTTPStatus.swift
[2120/2214] Compiling Vapor HTTPCookies.swift
[2121/2214] Compiling Vapor HTTPHeaderCacheControl.swift
[2122/2214] Compiling Vapor HTTPHeaderExpires.swift
[2123/2214] Compiling Vapor HTTPHeaderLastModified.swift
[2124/2214] Compiling Vapor HTTPHeaders+Cache.swift
[2125/2214] Compiling Vapor HTTPHeaders+Connection.swift
[2126/2214] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2127/2214] Compiling Vapor HTTPHeaders+ContentRange.swift
[2128/2214] Compiling Vapor HTTPHeaders+Directive.swift
[2129/2214] Compiling Vapor HTTPHeaders+Forwarded.swift
[2130/2214] Compiling Vapor HTTPHeaders+Link.swift
[2131/2214] Compiling Vapor HTTPHeaders+Name.swift
[2132/2214] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2133/2214] Compiling Vapor HTTPHeaders.swift
[2134/2214] Compiling Vapor HTTPMediaType.swift
[2135/2214] Compiling Vapor HTTPMediaTypePreference.swift
[2136/2214] Compiling Vapor Responder.swift
[2137/2214] Compiling Vapor Application+HTTP+Server.swift
[2138/2214] Compiling Vapor HTTPServer.swift
[2139/2214] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2140/2214] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2141/2214] Compiling Vapor HTTPServerHandler.swift
[2142/2214] Compiling Vapor HTTPServerRequestDecoder.swift
[2143/2214] Compiling Vapor Service.swift
[2144/2214] Compiling Vapor Application+Sessions.swift
[2145/2214] Compiling Vapor MemorySessions.swift
[2146/2214] Compiling Vapor Request+Session.swift
[2147/2214] Compiling Vapor Session.swift
[2148/2214] Compiling Vapor SessionCache.swift
[2149/2214] Compiling Vapor SessionData.swift
[2150/2214] Compiling Vapor SessionDriver.swift
[2151/2214] Compiling Vapor SessionsConfiguration.swift
[2152/2214] Compiling Vapor SessionsMiddleware.swift
[2153/2214] Compiling Vapor URLEncodedFormData.swift
[2154/2214] Compiling Vapor URLEncodedFormDecoder.swift
[2155/2214] Compiling Vapor URLEncodedFormEncoder.swift
[2156/2214] Compiling Vapor URLEncodedFormError.swift
[2157/2214] Compiling Vapor URLEncodedFormParser.swift
[2158/2214] Compiling Vapor URLEncodedFormSerializer.swift
[2159/2214] Compiling Vapor URLQueryFragmentConvertible.swift
[2160/2214] Compiling Vapor AnyResponse.swift
[2161/2214] Compiling Vapor Array+Random.swift
[2162/2214] Compiling Vapor Base32.swift
[2163/2214] Compiling Vapor Base64.swift
[2164/2214] Compiling Vapor BaseN.swift
[2165/2214] Compiling Vapor BasicCodingKey.swift
[2166/2214] Compiling Vapor ByteCount.swift
[2167/2214] Compiling Vapor AsyncBasicResponder.swift
[2168/2214] Compiling Vapor AsyncMiddleware.swift
[2169/2214] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2170/2214] Compiling Vapor AsyncSessionDriver.swift
[2171/2214] Compiling Vapor Authentication+Concurrency.swift
[2172/2214] Compiling Vapor Cache+Concurrency.swift
[2173/2214] Compiling Vapor Client+Concurrency.swift
[2174/2214] Compiling Vapor RequestBody+Concurrency.swift
[2175/2214] Compiling Vapor Responder+Concurrency.swift
[2176/2214] Compiling Vapor ResponseCodable+Concurrency.swift
[2177/2214] Compiling Vapor RoutesBuilder+Concurrency.swift
[2178/2214] Compiling Vapor ViewRenderer+Concurrency.swift
[2179/2214] Compiling Vapor WebSocket+Concurrency.swift
[2180/2214] Compiling Vapor ContainerGetPathExecutor.swift
[2181/2214] Compiling Vapor Content.swift
[2182/2214] Compiling Vapor ContentCoders.swift
[2183/2214] Compiling Vapor ContentConfiguration.swift
[2184/2214] Compiling Vapor ContentContainer.swift
[2185/2214] Compiling Vapor JSONCoder+Custom.swift
[2186/2214] Compiling Vapor JSONCoders+Content.swift
[2187/2214] Compiling Vapor PlaintextDecoder.swift
[2188/2214] Compiling Vapor PlaintextEncoder.swift
[2189/2214] Compiling Vapor URLQueryCoders.swift
[2190/2214] Compiling Vapor URLQueryContainer.swift
[2191/2214] Compiling Vapor Validator.swift
[2192/2214] Compiling Vapor ValidatorResult.swift
[2193/2214] Compiling Vapor And.swift
[2194/2214] Compiling Vapor Case.swift
[2195/2214] Compiling Vapor CharacterSet.swift
[2196/2214] Compiling Vapor Count.swift
[2197/2214] Compiling Vapor Custom.swift
[2198/2214] Compiling Vapor Email.swift
[2199/2214] Compiling Vapor Empty.swift
[2200/2214] Compiling Vapor In.swift
[2201/2214] Compiling Vapor Nil.swift
[2202/2214] Compiling Vapor NilIgnoring.swift
[2203/2214] Compiling Vapor Not.swift
[2204/2214] Compiling Vapor Or.swift
[2205/2214] Compiling Vapor Pattern.swift
[2206/2214] Compiling Vapor Range.swift
[2207/2214] Compiling Vapor URL.swift
[2208/2214] Compiling Vapor Valid.swift
[2209/2214] Compiling Vapor Application+Views.swift
[2210/2214] Compiling Vapor PlaintextRenderer.swift
[2211/2214] Compiling Vapor Request+View.swift
[2212/2214] Compiling Vapor View.swift
[2213/2214] Compiling Vapor ViewRenderer.swift
[2214/2214] Compiling Vapor _Deprecations.swift
[2216/2223] Compiling MixpanelVapor Request+Mixpanel.swift
[2217/2223] Compiling MixpanelVapor Constants.swift
[2218/2223] Compiling MixpanelVapor LifecycleHandler.swift
[2219/2223] Compiling MixpanelVapor MixpanelProperty.swift
[2220/2223] Compiling MixpanelVapor MixpanelVapor.swift
[2221/2223] Compiling MixpanelVapor Application+Mixpanel.swift
[2222/2223] Emitting module MixpanelVapor
[2223/2223] Compiling MixpanelVapor BatchLogRecordProcessor.swift
Build complete! (436.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "uaparserswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/malcommac/UAParserSwift.git"
},
{
"identity" : "fakery",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vadymmarkov/Fakery.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "MixpanelVapor",
"name" : "MixpanelVapor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MixpanelVapor",
"targets" : [
"MixpanelVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MixpanelVaporTests",
"module_type" : "SwiftTarget",
"name" : "MixpanelVaporTests",
"path" : "Tests/MixpanelVaporTests",
"product_dependencies" : [
"Fakery",
"XCTVapor"
],
"sources" : [
"MixpanelVaporTests.swift"
],
"target_dependencies" : [
"MixpanelVapor"
],
"type" : "test"
},
{
"c99name" : "MixpanelVapor",
"module_type" : "SwiftTarget",
"name" : "MixpanelVapor",
"path" : "Sources/MixpanelVapor",
"product_dependencies" : [
"Vapor",
"UAParserSwift",
"Logging",
"Atomics"
],
"product_memberships" : [
"MixpanelVapor"
],
"sources" : [
"Application+Mixpanel.swift",
"BatchLogRecordProcessor.swift",
"Constants.swift",
"LifecycleHandler.swift",
"MixpanelProperty.swift",
"MixpanelVapor.swift",
"Request+Mixpanel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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.