Build Information
Successful build of MixpanelVapor, reference 2.1.0 (c7de53
), with Swift 6.1 for Linux on 29 Apr 2025 19:51:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/MixpanelVapor.git
Reference: 2.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/petrpavlik/MixpanelVapor
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at c7de53f Add VSCode settings to exclude build files from the workspace
Cloned https://github.com/petrpavlik/MixpanelVapor.git
Revision (git rev-parse @):
c7de53f768d318d80ca2889b712acaa8558f7c72
SUCCESS checkout https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0
========================================
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-4609320-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/apple/swift-atomics.git
Fetching https://github.com/vadymmarkov/Fakery.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/malcommac/UAParserSwift.git
[1/292] Fetching uaparserswift
[293/3585] Fetching uaparserswift, fakery
[359/7421] Fetching uaparserswift, fakery, swift-log
[1873/9126] Fetching uaparserswift, fakery, swift-log, swift-atomics
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.43s)
[3574/8834] Fetching fakery, swift-log, swift-atomics
[8835/83171] Fetching fakery, swift-log, swift-atomics, vapor
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
[14563/81466] Fetching fakery, swift-log, vapor
Fetched https://github.com/apple/swift-log.git from cache (3.05s)
Fetched https://github.com/vadymmarkov/Fakery.git from cache (3.05s)
Fetched https://github.com/vapor/vapor.git from cache (3.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.98s)
Computing version for https://github.com/vadymmarkov/Fakery.git
Computed https://github.com/vadymmarkov/Fakery.git at 5.1.0 (3.33s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (1.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.81s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.97s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2206] Fetching swift-metrics
[575/5414] Fetching swift-metrics, multipart-kit
[2258/8017] Fetching swift-metrics, multipart-kit, websocket-kit
[2978/9080] Fetching swift-metrics, multipart-kit, websocket-kit, swift-service-context
[5133/14054] Fetching swift-metrics, multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing
[5989/19957] Fetching swift-metrics, multipart-kit, websocket-kit, swift-service-context, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (2.31s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.31s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.31s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.32s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.32s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.47s)
Fetching https://github.com/apple/swift-crypto.git
[1/5662] Fetching swift-nio-extras
[5663/20471] Fetching swift-nio-extras, swift-nio-ssl
[6108/96032] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
[6109/109816] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.69s)
[3362/104154] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[13666/109639] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.67s)
[26106/104154] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[48583/106524] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.55s)
[56026/104154] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[74687/118044] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.63s)
[80081/104260] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.08s)
[66947/90370] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.17s)
[54404/75561] Fetching swift-nio
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio.git from cache (8.90s)
[1/20727] Fetching routing-kit
[831/32231] Fetching routing-kit, swift-nio-http2
Fetched https://github.com/vapor/routing-kit.git from cache (1.79s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.81s)
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.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16269] Fetching swift-collections
[652/20633] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
[2929/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.80s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.63s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.26s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.39s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[47/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.97s)
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.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.61s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.52s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.56s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.23s)
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/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-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/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-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-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/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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/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/malcommac/UAParserSwift.git
Working copy of https://github.com/malcommac/UAParserSwift.git resolved at 1.2.1
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/vadymmarkov/Fakery.git
Working copy of https://github.com/vadymmarkov/Fakery.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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
Building for debugging...
[0/832] Write sources
[51/832] Compiling CVaporBcrypt blf.c
[52/832] Compiling _AtomicsShims.c
[53/832] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[54/832] Compiling _NumericsShims _NumericsShims.c
[55/832] Compiling CNIOWindows shim.c
[55/832] Compiling CVaporBcrypt bcrypt.c
[57/832] Compiling CSystem shims.c
[58/832] Compiling CNIOWASI CNIOWASI.c
[59/832] Compiling CNIOWindows WSAStartup.c
[60/832] Compiling CNIOLinux liburing_shims.c
[60/832] Compiling CNIOSHA1 c_nio_sha1.c
[62/832] Compiling CNIOLLHTTP c_nio_http.c
[63/832] Compiling CNIOExtrasZlib empty.c
[64/832] Compiling CNIODarwin shim.c
[65/832] Compiling CNIOLinux shim.c
[66/832] Write swift-version-24593BA9C3E375BF.txt
[67/832] Compiling CNIOLLHTTP c_nio_api.c
[68/832] Compiling fiat_p256_adx_sqr.S
[69/832] Compiling fiat_curve25519_adx_mul.S
[69/832] Compiling fiat_p256_adx_mul.S
[71/832] Compiling fiat_curve25519_adx_square.S
[72/854] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/871] Compiling CNIOBoringSSLShims shims.c
[75/881] Emitting module _NIOBase64
[76/886] Emitting module _NIODataStructures
[76/886] Compiling tls_record.cc
[78/903] Emitting module InternalCollectionsUtilities
[79/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/905] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/905] Compiling RealModule Real.swift
[82/906] Compiling RealModule Float80+Real.swift
[83/906] Compiling ServiceContextModule ServiceContext.swift
[84/906] Emitting module ServiceContextModule
[85/906] Compiling ServiceContextModule ServiceContextKey.swift
[86/907] Compiling RealModule RealFunctions.swift
[88/907] Compiling RealModule Float16+Real.swift
[89/907] Emitting module RealModule
[90/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/907] Compiling InternalCollectionsUtilities Specialize.swift
[92/907] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[93/907] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[94/907] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[95/907] Compiling _NIODataStructures _TinyArray.swift
[96/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/907] Compiling InternalCollectionsUtilities Debugging.swift
[99/907] Compiling InternalCollectionsUtilities Descriptions.swift
[100/907] Compiling _NIODataStructures PriorityQueue.swift
[101/907] Compiling RealModule ElementaryFunctions.swift
[102/907] Compiling RealModule Float+Real.swift
[103/907] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[104/907] Compiling InternalCollectionsUtilities Integer rank.swift
[105/907] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[108/907] Compiling InternalCollectionsUtilities UInt+reversed.swift
[109/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[112/908] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[113/908] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[114/909] Compiling Logging MetadataProvider.swift
[115/909] Compiling SystemPackage MachPort.swift
[116/909] Compiling SystemPackage PlatformString.swift
[117/909] Compiling SystemPackage SystemString.swift
[118/909] Compiling _NIODataStructures Heap.swift
[119/909] Compiling _NIOBase64 Base64.swift
[120/914] Emitting module SystemPackage
[121/914] Compiling Logging LogHandler.swift
[122/914] Compiling Logging Locks.swift
[123/914] Emitting module Logging
[124/914] Compiling Logging Logging.swift
[131/915] Compiling SystemPackage FilePathWindows.swift
[132/915] Compiling SystemPackage FilePermissions.swift
[145/915] Compiling SystemPackage Mocking.swift
[146/915] Compiling SystemPackage RawBuffer.swift
[147/915] Compiling SystemPackage Syscalls.swift
[148/915] Compiling SystemPackage WindowsSyscallAdapters.swift
[154/949] Emitting module CoreMetrics
[155/949] Compiling Instrumentation Locks.swift
[156/988] Emitting module Instrumentation
[157/1042] Compiling RoutingKit Router.swift
[158/1072] Compiling Instrumentation MultiplexInstrument.swift
[159/1072] Compiling Instrumentation NoOpInstrument.swift
[160/1072] Compiling OrderedCollections OrderedSet+Descriptions.swift
[161/1072] Compiling OrderedCollections OrderedSet+Diffing.swift
[162/1072] Compiling OrderedCollections OrderedSet+Equatable.swift
[163/1072] Emitting module UAParserSwift
[164/1072] Compiling UAParserSwift UAParserSwift.swift
[165/1074] Compiling Instrumentation Instrument.swift
[166/1074] Compiling Instrumentation InstrumentationSystem.swift
[170/1075] Compiling RoutingKit Parameters.swift
[171/1075] Compiling OrderedCollections _HashTable+Testing.swift
[172/1075] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[173/1075] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[174/1075] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[175/1077] Emitting module RoutingKit
[176/1077] Compiling OrderedCollections _HashTable.swift
[177/1077] Compiling OrderedCollections _Hashtable+Header.swift
[178/1099] Compiling RoutingKit AnyRouter.swift
[179/1099] Compiling RoutingKit PathComponent.swift
[180/1099] Compiling RoutingKit TrieRouter.swift
[181/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[182/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[183/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[184/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[185/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[186/1099] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[187/1099] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[188/1107] Compiling HeapModule Heap+Invariants.swift
[189/1115] Compiling HeapModule Heap+Descriptions.swift
[190/1147] Emitting module HeapModule
[191/1183] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[192/1183] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[193/1183] Compiling HashTreeCollections _HashNode+Lookups.swift
[194/1183] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[195/1183] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[196/1183] Compiling HashTreeCollections _Hash.swift
[197/1183] Compiling HashTreeCollections _HashLevel.swift
[198/1183] Compiling HashTreeCollections _HashNode+Builder.swift
[200/1183] Compiling HashTreeCollections TreeDictionary+Collection.swift
[201/1183] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[202/1183] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[203/1183] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[204/1183] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[205/1183] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[206/1183] Compiling HashTreeCollections TreeDictionary+Filter.swift
[207/1183] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[208/1183] Compiling HashTreeCollections _HashNode+Storage.swift
[209/1185] Compiling HeapModule Heap.swift
[210/1185] Compiling HeapModule _HeapNode.swift
[211/1185] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[212/1185] Compiling HeapModule Heap+UnsafeHandle.swift
[213/1185] Compiling HashTreeCollections _Bucket.swift
[217/1186] Compiling CoreMetrics Metrics.swift
[218/1186] Compiling CoreMetrics Locks.swift
[219/1195] Compiling HashTreeCollections _HashNode+Debugging.swift
[220/1195] Compiling HashTreeCollections _HashNode+Initializers.swift
[223/1195] Compiling HashTreeCollections _HashNode+Structural union.swift
[224/1195] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[225/1195] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[226/1195] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[227/1195] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[228/1195] Compiling HashTreeCollections _HashNode.swift
[229/1195] Compiling HashTreeCollections _HashNodeHeader.swift
[230/1195] Compiling HashTreeCollections _HashSlot.swift
[231/1195] Compiling HashTreeCollections _HashStack.swift
[232/1195] Compiling HashTreeCollections _HashTreeIterator.swift
[233/1195] Compiling HashTreeCollections _HashTreeStatistics.swift
[234/1195] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[235/1195] Compiling HashTreeCollections _RawHashNode.swift
[236/1195] Compiling HashTreeCollections _UnmanagedHashNode.swift
[237/1195] Compiling HashTreeCollections _UnsafePath.swift
[238/1195] Compiling HashTreeCollections TreeDictionary+Codable.swift
[239/1195] Compiling HashTreeCollections _AncestorHashSlots.swift
[240/1195] Compiling HashTreeCollections _Bitmap.swift
[247/1195] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[248/1195] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[251/1195] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[252/1195] Compiling HashTreeCollections _HashNode+Structural merge.swift
[253/1195] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[254/1195] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[255/1195] Compiling Tracing InstrumentationSystem+Tracing.swift
[256/1222] Emitting module Tracing
[257/1222] Compiling Algorithms MinMax.swift
[258/1222] Compiling Algorithms Partition.swift
[259/1222] Compiling Tracing TracingTime.swift
[260/1222] Compiling Algorithms FlattenCollection.swift
[261/1222] Compiling Algorithms Grouped.swift
[262/1222] Compiling Algorithms Indexed.swift
[263/1222] Compiling Algorithms Intersperse.swift
[264/1222] Compiling HashTreeCollections TreeSet+Hashable.swift
[265/1222] Compiling HashTreeCollections TreeSet+Sendable.swift
[266/1222] Compiling HashTreeCollections TreeSet+Sequence.swift
[267/1222] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[268/1222] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[269/1222] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[270/1222] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[271/1222] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[272/1222] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[273/1222] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[274/1232] Compiling Tracing TracerProtocol.swift
[275/1232] Compiling Algorithms Compacted.swift
[276/1232] Compiling Algorithms Cycle.swift
[277/1232] Compiling Tracing Tracer.swift
[278/1232] Compiling Tracing TracerProtocol+Legacy.swift
[279/1232] Compiling HashTreeCollections TreeDictionary.swift
[280/1232] Compiling HashTreeCollections TreeSet+Codable.swift
[281/1232] Compiling HashTreeCollections TreeSet+Collection.swift
[282/1232] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[283/1232] Compiling HashTreeCollections TreeSet+Debugging.swift
[284/1232] Compiling HashTreeCollections TreeSet+Descriptions.swift
[285/1232] Compiling HashTreeCollections TreeSet+Equatable.swift
[286/1232] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[287/1232] Compiling HashTreeCollections TreeSet+Extras.swift
[288/1232] Compiling HashTreeCollections TreeSet+Filter.swift
[289/1232] Emitting module Metrics
[290/1232] Compiling Metrics Metrics.swift
[294/1233] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[295/1233] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[296/1233] Compiling HashTreeCollections TreeDictionary+Keys.swift
[297/1233] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[298/1233] Compiling HashTreeCollections TreeDictionary+Merge.swift
[299/1233] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[300/1233] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[301/1233] Compiling HashTreeCollections TreeDictionary+Values.swift
[303/1233] Emitting module DequeModule
[304/1234] Compiling Tracing SpanProtocol.swift
[305/1234] Compiling Tracing NoOpTracer.swift
[306/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[307/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[308/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[309/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[310/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[311/1235] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[312/1235] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[313/1235] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[314/1235] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[315/1235] Compiling HashTreeCollections TreeSet.swift
[329/1235] Compiling Algorithms Joined.swift
[330/1235] Compiling Algorithms Keyed.swift
[353/1235] Compiling Algorithms EitherSequence.swift
[354/1235] Compiling Algorithms FirstNonNil.swift
[355/1235] Compiling Algorithms AdjacentPairs.swift
[356/1235] Compiling Algorithms Chain.swift
[357/1235] Compiling Algorithms Chunked.swift
[358/1235] Compiling Algorithms Combinations.swift
[367/1235] Compiling Algorithms Permutations.swift
[368/1235] Compiling Algorithms Product.swift
[369/1235] Compiling Algorithms Split.swift
[370/1235] Compiling Algorithms Stride.swift
[373/1244] Compiling Algorithms Suffix.swift
[374/1247] Compiling Algorithms RandomSample.swift
[375/1247] Compiling Algorithms Reductions.swift
[376/1247] Compiling Algorithms Rotate.swift
[381/1247] Compiling Algorithms Trim.swift
[382/1247] Compiling Algorithms Unique.swift
[383/1247] Compiling Algorithms Windows.swift
[402/1247] Emitting module OrderedCollections
[427/1248] Emitting module Atomics
[436/1249] Emitting module _RopeModule
[458/1249] Compiling tls_method.cc
[460/1249] Compiling _RopeModule Rope+Join.swift
[461/1249] Compiling _RopeModule Rope+MutatingForEach.swift
[462/1249] Compiling _RopeModule Rope+Remove.swift
[463/1249] Compiling _RopeModule Rope+RemoveSubrange.swift
[464/1249] Compiling _RopeModule Rope+Split.swift
[465/1249] Compiling _RopeModule Optional Utilities.swift
[466/1249] Compiling _RopeModule String Utilities.swift
[467/1249] Compiling _RopeModule String.Index+ABI.swift
[468/1249] Compiling _RopeModule _CharacterRecognizer.swift
[472/1249] Compiling tls13_enc.cc
[473/1249] Compiling tls13_server.cc
[495/1250] Emitting module HashTreeCollections
[496/1251] Compiling tls13_client.cc
[498/1251] Emitting module Algorithms
[499/1252] Compiling tls13_both.cc
[500/1252] Compiling t1_enc.cc
[501/1252] Compiling ssl_versions.cc
[502/1252] Compiling ssl_stat.cc
[503/1252] Compiling ssl_x509.cc
[504/1252] Compiling ssl_transcript.cc
[505/1252] Compiling ssl_file.cc
[506/1252] Compiling ssl_session.cc
[507/1252] Compiling ssl_privkey.cc
[508/1252] Compiling ssl_key_share.cc
[509/1252] Compiling ssl_cipher.cc
[510/1252] Compiling ssl_credential.cc
[511/1252] Compiling ssl_lib.cc
[512/1252] Compiling ssl_buffer.cc
[513/1252] Compiling ssl_asn1.cc
[514/1252] Compiling ssl_cert.cc
[515/1252] Compiling ssl_aead_ctx.cc
[516/1252] Compiling s3_pkt.cc
[517/1252] Compiling s3_both.cc
[518/1252] Compiling s3_lib.cc
[519/1252] Compiling handshake_server.cc
[520/1252] Compiling handoff.cc
[521/1252] Compiling handshake_client.cc
[522/1252] Compiling handshake.cc
[523/1252] Compiling dtls_record.cc
[524/1252] Compiling encrypted_client_hello.cc
[525/1252] Compiling md5-x86_64-linux.S
[526/1252] Compiling extensions.cc
[527/1252] Compiling d1_srtp.cc
[528/1252] Compiling md5-x86_64-apple.S
[529/1252] Compiling dtls_method.cc
[530/1252] Compiling md5-586-linux.S
[531/1252] Compiling chacha20_poly1305_x86_64-apple.S
[532/1252] Compiling md5-586-apple.S
[533/1252] Compiling chacha20_poly1305_armv8-linux.S
[534/1252] Compiling chacha20_poly1305_x86_64-linux.S
[535/1252] Compiling chacha20_poly1305_armv8-win.S
[536/1252] Compiling chacha20_poly1305_armv8-apple.S
[537/1252] Compiling chacha-x86_64-linux.S
[538/1252] Compiling chacha-x86_64-apple.S
[539/1252] Compiling bio_ssl.cc
[540/1252] Compiling err_data.cc
[541/1252] Compiling chacha-x86-linux.S
[542/1252] Compiling chacha-x86-apple.S
[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-apple.S
[550/1252] Compiling x86_64-mont5-linux.S
[551/1252] Compiling x86_64-mont-apple.S
[552/1252] Compiling x86-mont-linux.S
[553/1252] Compiling x86-mont-apple.S
[554/1252] Compiling x86_64-mont-linux.S
[555/1252] Compiling vpaes-x86_64-linux.S
[556/1252] Compiling vpaes-x86-apple.S
[557/1252] Compiling vpaes-x86_64-apple.S
[558/1252] Compiling vpaes-x86-linux.S
[559/1252] Compiling vpaes-armv8-linux.S
[560/1252] Compiling vpaes-armv8-win.S
[561/1252] Compiling vpaes-armv8-apple.S
[562/1252] Compiling vpaes-armv7-linux.S
[563/1252] Compiling d1_lib.cc
[564/1252] Compiling sha512-x86_64-linux.S
[565/1252] Compiling sha512-armv8-win.S
[566/1252] Compiling sha512-x86_64-apple.S
[567/1252] Compiling sha512-armv8-apple.S
[568/1252] Compiling sha512-armv8-linux.S
[569/1252] Compiling d1_pkt.cc
[570/1252] Compiling sha512-586-apple.S
[571/1252] Compiling sha512-586-linux.S
[572/1252] Compiling sha256-x86_64-linux.S
[573/1252] Compiling sha256-x86_64-apple.S
[574/1252] Compiling sha256-armv8-linux.S
[575/1252] Compiling sha512-armv4-linux.S
[576/1252] Compiling sha256-armv8-win.S
[577/1252] Compiling sha256-armv8-apple.S
[578/1252] Compiling sha256-armv4-linux.S
[579/1252] Compiling sha256-586-linux.S
[580/1252] Compiling sha256-586-apple.S
[581/1252] Compiling sha1-x86_64-apple.S
[582/1252] Compiling sha1-armv8-win.S
[583/1252] Compiling sha1-x86_64-linux.S
[584/1252] Compiling sha1-armv4-large-linux.S
[585/1252] Compiling sha1-armv8-apple.S
[586/1252] Compiling sha1-586-apple.S
[587/1252] Compiling sha1-armv8-linux.S
[588/1252] Compiling sha1-586-linux.S
[589/1252] Compiling rsaz-avx2-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 rdrand-x86_64-apple.S
[594/1252] Compiling rsaz-avx2-linux.S
[595/1252] Compiling p256_beeu-armv8-asm-win.S
[596/1252] Compiling p256_beeu-x86_64-asm-apple.S
[597/1252] Compiling p256_beeu-armv8-asm-apple.S
[598/1252] Compiling p256_beeu-armv8-asm-linux.S
[599/1252] Compiling p256-armv8-asm-win.S
[600/1252] Compiling p256-armv8-asm-linux.S
[601/1252] Compiling p256-x86_64-asm-apple.S
[602/1252] Compiling p256-x86_64-asm-linux.S
[603/1252] Compiling ghashv8-armv8-linux.S
[604/1252] Compiling p256-armv8-asm-apple.S
[604/1252] Compiling ghashv8-armv8-apple.S
[604/1252] Compiling ghashv8-armv8-win.S
[607/1252] Compiling ghashv8-armv7-linux.S
[608/1252] Compiling ghash-x86_64-apple.S
[609/1252] Compiling ghash-x86_64-linux.S
[610/1252] Compiling ghash-x86-linux.S
[611/1252] Compiling ghash-ssse3-x86_64-linux.S
[612/1252] Compiling ghash-x86-apple.S
[613/1252] Compiling ghash-ssse3-x86-linux.S
[614/1252] Compiling ghash-ssse3-x86_64-apple.S
[615/1252] Compiling ghash-ssse3-x86-apple.S
[616/1252] Compiling ghash-neon-armv8-apple.S
[617/1252] Compiling ghash-neon-armv8-linux.S
[618/1252] Compiling ghash-neon-armv8-win.S
[619/1252] Compiling ghash-armv4-linux.S
[620/1252] Compiling co-586-apple.S
[621/1252] Compiling co-586-linux.S
[622/1252] Compiling bsaes-armv7-linux.S
[623/1252] Compiling bn-armv8-win.S
[624/1252] Compiling bn-armv8-linux.S
[625/1252] Compiling bn-armv8-apple.S
[626/1252] Compiling bn-586-linux.S
[627/1252] Compiling bn-586-apple.S
[628/1252] Compiling armv8-mont-win.S
[628/1252] Compiling armv8-mont-linux.S
[630/1252] Compiling armv8-mont-apple.S
[631/1252] Compiling armv4-mont-linux.S
[632/1252] Compiling aesv8-gcm-armv8-win.S
[633/1252] Compiling aesv8-gcm-armv8-linux.S
[634/1252] Compiling aesv8-gcm-armv8-apple.S
[635/1252] Compiling aesv8-armv8-win.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-linux.S
[642/1252] Compiling aesni-x86-apple.S
[643/1252] Compiling aesni-gcm-x86_64-apple.S
[644/1252] Compiling aesni-gcm-x86_64-linux.S
[645/1252] Compiling aes-gcm-avx2-x86_64-linux.S
[646/1252] Compiling aes-gcm-avx2-x86_64-apple.S
[647/1252] Compiling aes-gcm-avx10-x86_64-apple.S
[648/1252] Compiling aes-gcm-avx10-x86_64-linux.S
[649/1252] Compiling x_sig.cc
[650/1252] Compiling x_val.cc
[651/1252] Compiling x_pubkey.cc
[652/1252] Compiling x_spki.cc
[653/1252] Compiling x_x509.cc
[654/1252] Compiling x_x509a.cc
[655/1252] Compiling x_name.cc
[656/1252] Compiling x_req.cc
[657/1252] Compiling x_exten.cc
[658/1252] Compiling x_crl.cc
[659/1252] Compiling x509spki.cc
[660/1252] Compiling x_algor.cc
[661/1252] Compiling x_attrib.cc
[662/1252] Compiling x_all.cc
[663/1252] Compiling x509rset.cc
[664/1252] Compiling x509name.cc
[665/1252] Compiling x509cset.cc
[666/1252] Compiling x509_vpm.cc
[667/1252] Compiling x509_v3.cc
[668/1252] Compiling x509_txt.cc
[669/1252] Compiling x509_vfy.cc
[670/1252] Compiling x509_set.cc
[671/1252] Compiling x509_trs.cc
[672/1252] Compiling x509_req.cc
[673/1252] Compiling x509_obj.cc
[674/1252] Compiling x509_ext.cc
[675/1252] Compiling x509_def.cc
[676/1252] Compiling x509_lu.cc
[677/1252] Compiling x509_d2.cc
[678/1252] Compiling x509.cc
[679/1252] Compiling x509_cmp.cc
[680/1252] Compiling x509_att.cc
[681/1252] Compiling v3_utl.cc
[682/1252] Compiling v3_skey.cc
[683/1252] Compiling v3_prn.cc
[684/1252] Compiling v3_purp.cc
[685/1252] Compiling v3_pmaps.cc
[686/1252] Compiling v3_ocsp.cc
[687/1252] Compiling v3_pcons.cc
[688/1252] Compiling v3_ncons.cc
[689/1252] Compiling v3_lib.cc
[690/1252] Compiling v3_int.cc
[690/1252] Compiling v3_ia5.cc
[692/1252] Compiling v3_info.cc
[693/1252] Compiling v3_genn.cc
[694/1252] Compiling v3_extku.cc
[695/1252] Compiling v3_enum.cc
[696/1252] Compiling v3_crld.cc
[697/1252] Compiling v3_cpols.cc
[698/1252] Compiling v3_bitst.cc
[699/1252] Compiling v3_conf.cc
[700/1252] Compiling v3_bcons.cc
[701/1252] Compiling v3_alt.cc
[702/1252] Compiling v3_akeya.cc
[703/1252] Compiling v3_akey.cc
[704/1252] Compiling t_x509a.cc
[705/1252] Compiling t_x509.cc
[706/1252] Compiling t_crl.cc
[707/1252] Compiling t_req.cc
[708/1252] Compiling rsa_pss.cc
[709/1252] Compiling i2d_pr.cc
[710/1252] Compiling name_print.cc
[711/1252] Compiling policy.cc
[712/1252] Compiling by_file.cc
[713/1252] Compiling by_dir.cc
[714/1252] Compiling asn1_gen.cc
[715/1252] Compiling algorithm.cc
[716/1252] Compiling a_verify.cc
[717/1252] Compiling a_sign.cc
[718/1252] Compiling a_digest.cc
[719/1252] Compiling voprf.cc
[720/1252] Compiling thread_win.cc
[721/1252] Compiling thread_pthread.cc
[722/1252] Compiling thread_none.cc
[723/1252] Compiling thread.cc
[724/1252] Compiling trust_token.cc
[725/1252] Compiling pmbtoken.cc
[726/1252] Compiling stack.cc
[727/1252] Compiling siphash.cc
[728/1252] Compiling sha256.cc
[729/1252] Compiling sha512.cc
[730/1252] Compiling slhdsa.cc
[731/1252] Compiling sha1.cc
[732/1252] Compiling rsa_print.cc
[733/1252] Compiling rsa_extra.cc
[734/1252] Compiling spake2plus.cc
[735/1252] Compiling rc4.cc
[736/1252] Compiling refcount.cc
[737/1252] Compiling trusty.cc
[738/1252] Compiling windows.cc
[739/1252] Compiling rsa_crypt.cc
[740/1252] Compiling rsa_asn1.cc
[741/1252] Compiling rand.cc
[742/1252] Compiling urandom.cc
[743/1252] Compiling getentropy.cc
[744/1252] Compiling ios.cc
[745/1252] Compiling passive.cc
[746/1252] Compiling poly1305_arm_asm.S
[747/1252] Compiling deterministic.cc
[748/1252] Compiling forkunsafe.cc
[749/1252] Compiling fork_detect.cc
[750/1252] Compiling poly1305_arm.cc
[751/1252] Compiling poly1305.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_xaux.cc
[760/1252] Compiling pem_x509.cc
[761/1252] Compiling pem_pkey.cc
[762/1252] Compiling pem_pk8.cc
[763/1252] Compiling mlkem.cc
[764/1252] Compiling obj_xref.cc
[765/1252] Compiling pem_oth.cc
[766/1252] Compiling mldsa.cc
[767/1252] Compiling pem_info.cc
[768/1252] Compiling pem_all.cc
[769/1252] Compiling mem.cc
[770/1252] Compiling obj.cc
[770/1252] Compiling pem_lib.cc
[772/1252] Compiling fips_shared_support.cc
[773/1252] Compiling poly_rq_mul.S
[774/1252] Compiling md5.cc
[775/1252] Compiling md4.cc
[776/1252] Compiling lhash.cc
[777/1252] Compiling ex_data.cc
[778/1252] Compiling sign.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_x25519_asn1.cc
[787/1252] Compiling p_rsa_asn1.cc
[788/1252] Compiling p_rsa.cc
[789/1252] Compiling p_ed25519.cc
[790/1252] Compiling p_hkdf.cc
[791/1252] Compiling p_ed25519_asn1.cc
[792/1252] Compiling p_ec_asn1.cc
[793/1252] Compiling p_dh_asn1.cc
[794/1252] Compiling p_ec.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 err.cc
[800/1252] Compiling evp.cc
[801/1252] Compiling ecdh.cc
[802/1252] Compiling ecdsa_asn1.cc
[803/1252] Compiling evp_asn1.cc
[804/1252] Compiling hash_to_curve.cc
[805/1252] Compiling ec_derive.cc
[806/1252] Compiling dsa.cc
[807/1252] Compiling params.cc
[808/1252] Compiling dsa_asn1.cc
[809/1252] Compiling ec_asn1.cc
[810/1252] Compiling x25519-asm-arm.S
[811/1252] Compiling des.cc
[812/1252] Compiling digest_extra.cc
[813/1252] Compiling dh_asn1.cc
[814/1252] Compiling crypto.cc
[815/1252] Compiling cpu_arm_linux.cc
[816/1252] Compiling spake25519.cc
[817/1252] Compiling cpu_intel.cc
[818/1252] Compiling curve25519.cc
[819/1252] Compiling cpu_aarch64_win.cc
[819/1252] Compiling cpu_arm_freebsd.cc
[821/1252] Compiling cpu_aarch64_openbsd.cc
[822/1252] Compiling cpu_aarch64_sysreg.cc
[823/1252] Compiling cpu_aarch64_linux.cc
[824/1252] Compiling curve25519_64_adx.cc
[825/1252] Compiling bcm.cc
[826/1252] Compiling cpu_aarch64_fuchsia.cc
[827/1252] Compiling cpu_aarch64_apple.cc
[828/1252] Compiling conf.cc
[829/1252] Compiling tls_cbc.cc
[830/1252] Compiling get_cipher.cc
[831/1252] Compiling e_tls.cc
[832/1252] Compiling e_rc4.cc
[833/1252] Compiling e_chacha20poly1305.cc
[834/1252] Compiling e_des.cc
[835/1252] Compiling e_null.cc
[836/1252] Compiling e_rc2.cc
[837/1252] Compiling e_aesgcmsiv.cc
[838/1252] Compiling e_aesctrhmac.cc
[839/1252] Compiling derive_key.cc
[840/1252] Compiling chacha.cc
[841/1252] Compiling unicode.cc
[842/1252] Compiling cbs.cc
[843/1252] Compiling cbb.cc
[844/1252] Compiling ber.cc
[845/1252] Compiling buf.cc
[846/1252] Compiling asn1_compat.cc
[847/1252] Compiling blake2.cc
[848/1252] Compiling convert.cc
[849/1252] Compiling bn_asn1.cc
[850/1252] Compiling printf.cc
[851/1252] Compiling socket.cc
[852/1252] Compiling socket_helper.cc
[853/1252] Compiling pair.cc
[854/1252] Compiling hexdump.cc
[855/1252] Compiling errno.cc
[856/1252] Compiling file.cc
[857/1252] Compiling fd.cc
[858/1252] Compiling connect.cc
[859/1252] Compiling bio_mem.cc
[860/1252] Compiling base64.cc
[861/1252] Compiling bio.cc
[862/1252] Compiling posix_time.cc
[863/1252] Compiling tasn_typ.cc
[864/1252] Compiling tasn_fre.cc
[865/1252] Compiling f_string.cc
[866/1252] Compiling tasn_enc.cc
[867/1252] Compiling tasn_utl.cc
[868/1252] Compiling tasn_new.cc
[869/1252] Compiling f_int.cc
[870/1252] Compiling asn_pack.cc
[871/1252] Compiling asn1_par.cc
[872/1252] Compiling tasn_dec.cc
[873/1252] Compiling a_utctm.cc
[874/1252] Compiling asn1_lib.cc
[875/1252] Compiling a_octet.cc
[876/1252] Compiling a_type.cc
[877/1252] Compiling a_time.cc
[878/1252] Compiling a_strex.cc
[879/1252] Compiling a_strnid.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_gentm.cc
[886/1252] Compiling a_bitstr.cc
[887/1252] Compiling fiat_p256_adx_sqr.S
[888/1252] Compiling a_int.cc
[889/1252] Compiling fiat_p256_adx_mul.S
[890/1252] Compiling fiat_curve25519_adx_square.S
[891/1252] Compiling md5-x86_64-linux.S
[892/1252] Compiling fiat_curve25519_adx_mul.S
[893/1252] Compiling md5-x86_64-apple.S
[894/1252] Compiling md5-586-linux.S
[895/1252] Compiling md5-586-apple.S
[896/1252] Compiling CCryptoBoringSSLShims shims.c
[897/1252] Compiling chacha20_poly1305_x86_64-apple.S
[898/1252] Compiling a_bool.cc
[899/1252] Compiling chacha20_poly1305_armv8-win.S
[900/1252] Compiling chacha20_poly1305_x86_64-linux.S
[901/1252] Compiling chacha20_poly1305_armv8-linux.S
[902/1252] Compiling chacha20_poly1305_armv8-apple.S
[903/1252] Compiling chacha-x86_64-apple.S
[904/1252] Compiling chacha-x86_64-linux.S
[905/1252] Compiling chacha-x86-linux.S
[906/1252] Compiling chacha-x86-apple.S
[907/1252] Compiling chacha-armv8-linux.S
[908/1252] Compiling chacha-armv8-win.S
[909/1252] Compiling err_data.cc
[910/1252] Compiling chacha-armv4-linux.S
[911/1252] Compiling chacha-armv8-apple.S
[912/1252] Compiling aes128gcmsiv-x86_64-apple.S
[913/1252] Compiling aes128gcmsiv-x86_64-linux.S
[914/1252] Compiling x86_64-mont5-apple.S
[915/1252] Compiling x86_64-mont-linux.S
[915/1252] Compiling x86_64-mont5-linux.S
[915/1252] Compiling x86-mont-linux.S
[918/1252] Compiling x86_64-mont-apple.S
[919/1252] Compiling x86-mont-apple.S
[920/1252] Compiling vpaes-x86_64-linux.S
[921/1252] Compiling vpaes-x86_64-apple.S
[922/1252] Compiling vpaes-armv8-win.S
[923/1252] Compiling vpaes-x86-linux.S
[924/1252] Compiling vpaes-x86-apple.S
[925/1252] Compiling vpaes-armv8-linux.S
[926/1252] Compiling vpaes-armv7-linux.S
[927/1252] Compiling vpaes-armv8-apple.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-586-apple.S
[934/1252] Compiling sha512-586-linux.S
[935/1252] Compiling sha512-armv4-linux.S
[936/1252] Compiling sha256-x86_64-apple.S
[937/1252] Compiling sha256-x86_64-linux.S
[938/1252] Compiling sha256-armv8-apple.S
[939/1252] Compiling sha256-armv8-win.S
[940/1252] Compiling sha256-armv4-linux.S
[941/1252] Compiling sha256-armv8-linux.S
[942/1252] Compiling sha256-586-linux.S
[943/1252] Compiling sha256-586-apple.S
[944/1252] Compiling sha1-armv8-win.S
[945/1252] Compiling sha1-x86_64-apple.S
[946/1252] Compiling sha1-armv8-apple.S
[947/1252] Compiling sha1-armv8-linux.S
[948/1252] Compiling sha1-x86_64-linux.S
[949/1252] Compiling sha1-armv4-large-linux.S
[950/1252] Compiling sha1-586-linux.S
[951/1252] Compiling sha1-586-apple.S
[952/1252] Compiling rsaz-avx2-apple.S
[953/1252] Compiling rdrand-x86_64-linux.S
[954/1252] Compiling rdrand-x86_64-apple.S
[954/1252] Compiling rsaz-avx2-linux.S
[956/1252] Compiling p256_beeu-x86_64-asm-linux.S
[957/1252] Compiling p256_beeu-x86_64-asm-apple.S
[958/1252] Compiling p256_beeu-armv8-asm-linux.S
[959/1252] Compiling p256_beeu-armv8-asm-apple.S
[960/1252] Compiling p256_beeu-armv8-asm-win.S
[961/1252] Compiling p256-armv8-asm-win.S
[961/1252] Compiling p256-x86_64-asm-apple.S
[963/1252] Compiling p256-x86_64-asm-linux.S
[964/1252] Compiling p256-armv8-asm-linux.S
[965/1252] Compiling ghashv8-armv8-linux.S
[966/1252] Compiling ghashv8-armv8-win.S
[967/1252] Compiling ghashv8-armv8-apple.S
[968/1252] Compiling ghashv8-armv7-linux.S
[969/1252] Compiling p256-armv8-asm-apple.S
[970/1252] Compiling ghash-x86_64-apple.S
[971/1252] Compiling ghash-x86_64-linux.S
[972/1252] Compiling ghash-x86-linux.S
[973/1252] Compiling ghash-x86-apple.S
[974/1252] Compiling ghash-ssse3-x86_64-linux.S
[975/1252] Compiling ghash-ssse3-x86-linux.S
[976/1252] Compiling ghash-ssse3-x86_64-apple.S
[977/1252] Compiling ghash-ssse3-x86-apple.S
[978/1252] Compiling ghash-neon-armv8-win.S
[979/1252] Compiling ghash-armv4-linux.S
[980/1252] Compiling ghash-neon-armv8-linux.S
[981/1252] Compiling ghash-neon-armv8-apple.S
[982/1252] Compiling co-586-apple.S
[983/1252] Compiling bsaes-armv7-linux.S
[984/1252] Compiling co-586-linux.S
[985/1252] Compiling bn-armv8-win.S
[986/1252] Compiling bn-armv8-apple.S
[987/1252] Compiling bn-armv8-linux.S
[988/1252] Compiling armv8-mont-win.S
[989/1252] Compiling bn-586-linux.S
[990/1252] Compiling bn-586-apple.S
[991/1252] Compiling armv8-mont-linux.S
[992/1252] Compiling armv4-mont-linux.S
[993/1252] Compiling aesv8-gcm-armv8-apple.S
[994/1252] Compiling armv8-mont-apple.S
[995/1252] Compiling aesv8-gcm-armv8-linux.S
[996/1252] Compiling aesv8-gcm-armv8-win.S
[997/1252] Compiling aesv8-armv8-win.S
[998/1252] Compiling aesv8-armv8-linux.S
[999/1252] Compiling aesv8-armv7-linux.S
[1000/1252] Compiling aesv8-armv8-apple.S
[1001/1252] Compiling aesni-x86_64-linux.S
[1002/1252] Compiling aesni-x86-linux.S
[1003/1252] Compiling aesni-x86_64-apple.S
[1004/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 c-nioatomics.c
[1010/1252] Compiling x_req.cc
[1011/1252] Compiling x_x509.cc
[1012/1252] Compiling x_x509a.cc
[1013/1252] Compiling x_spki.cc
[1014/1252] Compiling x_sig.cc
[1015/1252] Compiling x_val.cc
[1016/1252] Compiling c-atomics.c
[1017/1252] Compiling x_name.cc
[1018/1252] Compiling x_pubkey.cc
[1019/1258] Compiling x_exten.cc
[1020/1258] Compiling x_crl.cc
[1021/1258] Compiling x_attrib.cc
[1022/1258] Compiling x_algor.cc
[1023/1258] Compiling x_all.cc
[1025/1258] Compiling NIOConcurrencyHelpers NIOLock.swift
[1026/1258] Compiling NIOConcurrencyHelpers lock.swift
[1026/1258] Compiling x509spki.cc
[1028/1258] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1029/1258] Compiling NIOConcurrencyHelpers atomics.swift
[1030/1258] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1031/1258] Emitting module NIOConcurrencyHelpers
[1031/1259] Compiling x509rset.cc
[1033/1259] Compiling x509_vpm.cc
[1034/1259] Compiling x509name.cc
[1035/1259] Compiling x509cset.cc
[1036/1276] Compiling x509_txt.cc
[1037/1285] Compiling x509_vfy.cc
[1038/1344] Compiling x509_v3.cc
[1040/1344] Compiling NIOCore ChannelOption.swift
[1041/1344] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1042/1344] Compiling NIOCore BSDSocketAPI.swift
[1043/1347] Emitting module ConsoleKitTerminal
[1044/1347] Compiling NIOCore Channel.swift
[1045/1347] Compiling NIOCore ChannelHandler.swift
[1046/1347] Compiling NIOCore ChannelHandlers.swift
[1047/1347] Compiling NIOCore ChannelInvoker.swift
[1048/1347] Compiling NIOCore NIOAsyncWriter.swift
[1049/1347] Compiling NIOCore ByteBuffer-multi-int.swift
[1050/1347] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1051/1347] Compiling NIOCore ByteBuffer-views.swift
[1052/1347] Compiling NIOCore AddressedEnvelope.swift
[1053/1347] Compiling NIOCore AsyncAwaitSupport.swift
[1054/1347] Compiling NIOCore AsyncChannel.swift
[1055/1347] Compiling NIOCore AsyncChannelHandler.swift
[1056/1347] Compiling NIOCore AsyncChannelInboundStream.swift
[1057/1347] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1058/1347] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1059/1347] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1060/1347] Compiling NIOCore ByteBuffer-aux.swift
[1061/1347] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1062/1347] Compiling NIOCore ByteBuffer-conversions.swift
[1062/1347] Compiling x509_set.cc
[1063/1347] Compiling x509_req.cc
[1064/1347] Compiling x509_trs.cc
[1065/1347] Compiling x509_obj.cc
[1067/1347] Compiling NIOCore ByteBuffer-core.swift
[1068/1347] Compiling NIOCore ByteBuffer-hex.swift
[1069/1347] Compiling NIOCore ByteBuffer-int.swift
[1069/1347] Compiling x509_lu.cc
[1070/1347] Compiling x509_ext.cc
[1072/1347] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1073/1347] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1074/1347] Compiling ConsoleKitTerminal LoggerFragment.swift
[1075/1348] Compiling x509_def.cc
[1076/1348] Compiling x509_d2.cc
[1078/1348] Compiling NIOCore MarkedCircularBuffer.swift
[1079/1348] Compiling NIOCore MulticastChannel.swift
[1080/1348] Compiling NIOCore NIOAny.swift
[1081/1348] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1082/1348] Compiling NIOCore NIOLoopBound.swift
[1083/1348] Compiling NIOCore NIOScheduledCallback.swift
[1084/1348] Compiling NIOCore NIOSendable.swift
[1085/1348] Compiling NIOCore RecvByteBufferAllocator.swift
[1085/1378] Compiling x509_att.cc
[1086/1378] Compiling x509_cmp.cc
[1087/1378] Compiling x509.cc
[1089/1378] Compiling NIOCore GlobalSingletons.swift
[1090/1378] Compiling NIOCore IO.swift
[1091/1378] Compiling NIOCore IOData.swift
[1092/1378] Compiling NIOCore IPProtocol.swift
[1093/1378] Compiling NIOCore IntegerBitPacking.swift
[1094/1378] Compiling NIOCore IntegerTypes.swift
[1095/1378] Compiling NIOCore Interfaces.swift
[1096/1378] Compiling NIOCore Linux.swift
[1097/1378] Compiling ConsoleKitCommands CommandSignature.swift
[1098/1378] Compiling ConsoleKitCommands Flag.swift
[1099/1378] Compiling ConsoleKitCommands Option.swift
[1099/1380] Compiling v3_utl.cc
[1101/1380] Emitting module ConsoleKitCommands
[1102/1380] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1103/1380] Compiling ConsoleKitCommands AsyncCommand.swift
[1104/1380] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1105/1380] Compiling ConsoleKitCommands AsyncCommands.swift
[1106/1380] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1107/1380] Compiling ConsoleKitCommands AnyCommand.swift
[1108/1380] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1109/1380] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1110/1380] Compiling ConsoleKitCommands Argument.swift
[1111/1380] Compiling ConsoleKitCommands Command.swift
[1112/1380] Compiling ConsoleKitCommands CommandContext.swift
[1113/1380] Compiling ConsoleKitCommands CommandError.swift
[1113/1380] Compiling v3_skey.cc
[1115/1380] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1116/1380] Compiling ConsoleKitCommands Utilities.swift
[1116/1380] Compiling v3_purp.cc
[1117/1380] Compiling v3_prn.cc
[1118/1380] Compiling v3_pmaps.cc
[1119/1380] Compiling v3_ocsp.cc
[1120/1380] Compiling v3_pcons.cc
[1121/1380] Compiling v3_ncons.cc
[1122/1380] Compiling v3_int.cc
[1123/1380] Compiling v3_lib.cc
[1125/1380] Compiling NIOCore EventLoop.swift
[1126/1380] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1127/1380] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1128/1380] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1129/1380] Compiling NIOCore EventLoopFuture.swift
[1130/1380] Compiling NIOCore FileDescriptor.swift
[1131/1380] Compiling NIOCore FileHandle.swift
[1132/1380] Compiling NIOCore FileRegion.swift
[1133/1380] Compiling ConsoleKitCommands Console+Run.swift
[1134/1380] Compiling ConsoleKitCommands ConsoleError.swift
[1135/1380] Compiling ConsoleKitCommands Completion.swift
[1136/1380] Compiling ConsoleKitCommands CommandGroup.swift
[1137/1380] Compiling ConsoleKitCommands CommandInput.swift
[1138/1380] Compiling ConsoleKitCommands Commands.swift
[1138/1380] Compiling v3_info.cc
[1141/1381] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1142/1381] Compiling NIOCore SocketAddresses.swift
[1143/1381] Compiling NIOCore SocketOptionProvider.swift
[1144/1381] Compiling NIOCore SystemCallHelpers.swift
[1145/1381] Compiling NIOCore TimeAmount+Duration.swift
[1146/1381] Compiling NIOCore TypeAssistedChannelHandler.swift
[1147/1381] Compiling NIOCore UniversalBootstrapSupport.swift
[1148/1381] Compiling NIOCore Utilities.swift
[1151/1381] Compiling NIOCore Codec.swift
[1152/1381] Compiling NIOCore ConvenienceOptionSupport.swift
[1153/1381] Compiling NIOCore DeadChannel.swift
[1154/1381] Compiling NIOCore DispatchQueue+WithFuture.swift
[1155/1381] Compiling NIOCore EventLoop+Deprecated.swift
[1156/1381] Compiling NIOCore EventLoop+SerialExecutor.swift
[1156/1381] Compiling v3_ia5.cc
[1157/1381] Compiling v3_genn.cc
[1167/1383] Compiling v3_extku.cc
[1169/1383] Compiling ConsoleKit Exports.swift
[1170/1383] Emitting module ConsoleKit
[1170/1384] Compiling v3_enum.cc
[1172/1384] Compiling v3_crld.cc
[1173/1384] Compiling v3_cpols.cc
[1174/1384] Compiling v3_conf.cc
[1175/1384] Compiling v3_bitst.cc
[1176/1384] Compiling v3_bcons.cc
[1177/1384] Compiling v3_akey.cc
[1178/1384] Compiling v3_alt.cc
[1179/1384] Compiling v3_akeya.cc
[1180/1384] Compiling t_x509a.cc
[1181/1384] Compiling t_req.cc
[1182/1384] Compiling t_x509.cc
[1183/1384] Compiling t_crl.cc
[1184/1384] Compiling i2d_pr.cc
[1185/1384] Compiling name_print.cc
[1186/1384] Compiling rsa_pss.cc
[1187/1384] Compiling policy.cc
[1188/1384] Compiling by_file.cc
[1189/1384] Compiling by_dir.cc
[1190/1384] Compiling algorithm.cc
[1191/1384] Compiling a_sign.cc
[1192/1384] Compiling asn1_gen.cc
[1193/1384] Compiling a_verify.cc
[1194/1384] Compiling a_digest.cc
[1195/1384] Compiling voprf.cc
[1196/1384] Compiling thread_win.cc
[1197/1384] Compiling trust_token.cc
[1198/1384] Compiling pmbtoken.cc
[1199/1384] Compiling thread.cc
[1200/1384] Compiling thread_pthread.cc
[1201/1384] Compiling thread_none.cc
[1219/1384] Compiling stack.cc
[1220/1384] Compiling wots.cc
[1221/1384] Compiling thash.cc
[1222/1384] Compiling merkle.cc
[1223/1384] Compiling fors.cc
[1224/1384] Compiling slhdsa.cc
[1225/1384] Compiling siphash.cc
[1226/1384] Compiling sha256.cc
[1227/1384] Compiling sha512.cc
[1228/1384] Compiling sha1.cc
[1229/1384] Compiling rsa_extra.cc
[1230/1384] Compiling rsa_print.cc
[1231/1384] Compiling rc4.cc
[1232/1384] Compiling refcount.cc
[1233/1384] Compiling rsa_crypt.cc
[1234/1384] Compiling rsa_asn1.cc
[1235/1384] Compiling windows.cc
[1236/1384] Compiling trusty.cc
[1237/1384] Compiling rand_extra.cc
[1238/1384] Compiling urandom.cc
[1240/1384] Emitting module NIOCore
[1240/1385] Compiling ios.cc
[1241/1385] Compiling passive.cc
[1242/1385] Compiling getentropy.cc
[1243/1385] Compiling forkunsafe.cc
[1244/1385] Compiling poly1305_arm_asm.S
[1245/1385] Compiling fork_detect.cc
[1247/1385] Compiling deterministic.cc
[1248/1385] Compiling pool.cc
[1249/1385] Compiling poly1305_arm.cc
[1250/1385] Compiling poly1305.cc
[1251/1436] Compiling poly1305_vec.cc
[1252/1436] Compiling pkcs7.cc
[1253/1436] Compiling pkcs8.cc
[1254/1436] Compiling pkcs8_x509.cc
[1255/1436] Compiling p5_pbev2.cc
[1256/1436] Compiling pkcs7_x509.cc
[1258/1436] Emitting module NIOEmbedded
[1259/1436] Compiling NIOEmbedded AsyncTestingChannel.swift
[1259/1436] Compiling pem_xaux.cc
[1260/1436] Compiling pem_x509.cc
[1262/1436] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1263/1436] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1264/1436] Compiling NIOPosix PosixSingletons.swift
[1265/1436] Compiling NIOPosix RawSocketBootstrap.swift
[1266/1436] Compiling NIOPosix Resolver.swift
[1267/1436] Compiling NIOPosix Selectable.swift
[1267/1442] Compiling pem_pkey.cc
[1268/1442] Compiling pem_pk8.cc
[1270/1442] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1271/1442] Compiling NIOEmbedded Embedded.swift
[1271/1443] Compiling pem_oth.cc
[1274/1443] Compiling NIOPosix IO.swift
[1275/1443] Compiling NIOPosix IntegerBitPacking.swift
[1276/1443] Compiling NIOPosix IntegerTypes.swift
[1277/1443] Compiling NIOPosix Linux.swift
[1278/1443] Compiling NIOPosix LinuxCPUSet.swift
[1279/1443] Compiling NIOPosix LinuxUring.swift
[1280/1443] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1280/1443] Compiling obj_xref.cc
[1281/1443] Compiling pem_lib.cc
[1282/1443] Compiling mldsa.cc
[1283/1443] Compiling obj.cc
[1284/1443] Compiling mlkem.cc
[1285/1443] Compiling pem_all.cc
[1286/1443] Compiling pem_info.cc
[1287/1443] Compiling md5.cc
[1289/1443] Compiling NIOPosix ThreadPosix.swift
[1290/1443] Compiling NIOPosix ThreadWindows.swift
[1291/1443] Compiling NIOPosix UnsafeTransfer.swift
[1292/1443] Compiling NIOPosix Utilities.swift
[1293/1443] Compiling NIOPosix VsockAddress.swift
[1294/1443] Compiling NIOPosix VsockChannelEvents.swift
[1294/1443] Compiling lhash.cc
[1295/1443] Compiling poly_rq_mul.S
[1296/1443] Compiling fips_shared_support.cc
[1297/1443] Compiling md4.cc
[1298/1443] Compiling mem.cc
[1299/1443] Compiling kyber.cc
[1300/1443] Compiling sign.cc
[1301/1443] Compiling ex_data.cc
[1302/1443] Compiling scrypt.cc
[1303/1443] Compiling hpke.cc
[1304/1443] Compiling hrss.cc
[1306/1443] Compiling NIOPosix ServerSocket.swift
[1307/1443] Compiling NIOPosix Socket.swift
[1308/1443] Compiling NIOPosix SocketChannel.swift
[1309/1443] Compiling NIOPosix SocketProtocols.swift
[1310/1443] Compiling NIOPosix System.swift
[1311/1443] Compiling NIOPosix Thread.swift
[1312/1443] Compiling NIOPosix SelectableChannel.swift
[1313/1443] Compiling NIOPosix SelectableEventLoop.swift
[1314/1443] Compiling NIOPosix SelectorEpoll.swift
[1315/1443] Compiling NIOPosix SelectorGeneric.swift
[1316/1443] Compiling NIOPosix SelectorKqueue.swift
[1317/1443] Compiling NIOPosix SelectorUring.swift
[1317/1443] Compiling pbkdf.cc
[1318/1443] Compiling print.cc
[1319/1443] Compiling p_x25519.cc
[1320/1443] Compiling p_x25519_asn1.cc
[1321/1443] Compiling p_rsa_asn1.cc
[1322/1443] Compiling p_rsa.cc
[1323/1443] Compiling p_hkdf.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_ec.cc
[1328/1443] Compiling p_dsa_asn1.cc
[1329/1443] Compiling p_dh.cc
[1330/1443] Compiling p_dh_asn1.cc
[1331/1443] Compiling evp_ctx.cc
[1333/1443] Compiling NIOPosix BSDSocketAPICommon.swift
[1334/1443] Compiling NIOPosix BSDSocketAPIPosix.swift
[1335/1443] Compiling NIOPosix BSDSocketAPIWindows.swift
[1336/1443] Compiling NIOPosix BaseSocket.swift
[1337/1443] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1338/1443] Compiling NIOPosix BaseSocketChannel.swift
[1339/1443] Compiling NIOPosix BaseStreamSocketChannel.swift
[1340/1443] Compiling NIOPosix Bootstrap.swift
[1341/1443] Compiling NIOPosix ControlMessage.swift
[1342/1443] Compiling NIOPosix DatagramVectorReadManager.swift
[1343/1443] Compiling NIOPosix Errors+Any.swift
[1344/1443] Compiling NIOPosix FileDescriptor.swift
[1345/1443] Compiling NIOPosix GetaddrinfoResolver.swift
[1346/1443] Compiling NIOPosix HappyEyeballs.swift
[1346/1443] Compiling err.cc
[1348/1443] Emitting module NIOPosix
[1349/1443] Compiling NIOPosix NIOThreadPool.swift
[1350/1443] Compiling NIOPosix NonBlockingFileIO.swift
[1351/1443] Compiling NIOPosix PendingDatagramWritesManager.swift
[1352/1443] Compiling NIOPosix PendingWritesManager.swift
[1353/1443] Compiling NIOPosix PipeChannel.swift
[1354/1443] Compiling NIOPosix PipePair.swift
[1355/1443] Compiling NIOPosix Pool.swift
[1355/1443] Compiling evp.cc
[1356/1444] Compiling engine.cc
[1358/1444] Compiling evp_asn1.cc
[1359/1444] Compiling ecdsa_asn1.cc
[1360/1444] Compiling ecdh_extra.cc
[1361/1444] Compiling ec_derive.cc
[1362/1444] Compiling hash_to_curve.cc
[1363/1444] Compiling ec_asn1.cc
[1364/1444] Compiling dsa_asn1.cc
[1365/1479] Compiling dsa.cc
[1366/1480] Compiling digest_extra.cc
[1368/1481] Emitting module NIO
[1369/1481] Compiling NIO Exports.swift
[1369/1482] Compiling params.cc
[1370/1482] Compiling dh_asn1.cc
[1371/1482] Compiling x25519-asm-arm.S
[1372/1482] Compiling des.cc
[1374/1482] Compiling spake25519.cc
[1376/1500] Emitting module _NIOFileSystem
[1376/1504] Compiling cpu_intel.cc
[1377/1504] Compiling crypto.cc
[1379/1504] Compiling NIOTLS TLSEvents.swift
[1379/1504] Compiling bcm.cc
[1381/1504] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1382/1505] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1383/1505] Emitting module NIOTLS
[1384/1505] Compiling NIOSOCKS SOCKSResponse.swift
[1385/1521] Compiling NIOSOCKS ClientStateMachine.swift
[1385/1526] Compiling curve25519.cc
[1387/1526] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1388/1526] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1389/1526] Emitting module NIOSOCKS
[1390/1526] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1391/1526] Compiling NIOHTTP1 HTTPDecoder.swift
[1392/1526] Compiling NIOSOCKS ServerStateMachine.swift
[1393/1526] Compiling NIOHTTP1 HTTPEncoder.swift
[1394/1526] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1395/1526] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1396/1526] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1396/1526] Compiling curve25519_64_adx.cc
[1397/1526] Compiling cpu_arm_linux.cc
[1399/1527] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1400/1527] Compiling NIOTLS SNIHandler.swift
[1401/1527] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1402/1527] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1403/1528] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1404/1528] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1413/1530] Compiling cpu_arm_freebsd.cc
[1415/1530] Compiling _NIOFileSystem ParallelDirCopy.swift
[1416/1530] Compiling _NIOFileSystem ParallelRemoval.swift
[1417/1530] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1418/1530] Compiling _NIOFileSystem CInterop.swift
[1419/1530] Compiling _NIOFileSystem Errno.swift
[1420/1530] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1421/1530] Compiling _NIOFileSystem Mocking.swift
[1422/1530] Compiling _NIOFileSystem Syscall.swift
[1423/1530] Compiling _NIOFileSystem Syscalls.swift
[1423/1530] Compiling cpu_aarch64_win.cc
[1424/1530] Compiling cpu_aarch64_sysreg.cc
[1426/1559] Compiling NIOSSL ObjectIdentifier.swift
[1427/1559] Compiling NIOSSL PosixPort.swift
[1427/1559] Compiling cpu_aarch64_openbsd.cc
[1429/1559] Emitting module NIOHTTP1
[1429/1559] Compiling cpu_aarch64_linux.cc
[1431/1559] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1432/1559] Emitting module NIOFoundationCompat
[1433/1560] Compiling NIOSSL SSLContext.swift
[1434/1560] Compiling NIOSSL SSLErrors.swift
[1435/1560] Compiling NIOSSL SSLInit.swift
[1436/1560] Compiling NIOSSL SSLPKCS12Bundle.swift
[1437/1560] Compiling NIOSSL SSLPrivateKey.swift
[1438/1560] Compiling NIOSSL NIOSSLSecureBytes.swift
[1439/1560] Compiling NIOSSL RNG.swift
[1440/1560] Compiling NIOSSL SafeCompare.swift
[1441/1560] Compiling NIOSSL Zeroization.swift
[1442/1560] Compiling NIOSSL SSLPublicKey.swift
[1442/1560] Compiling cpu_aarch64_fuchsia.cc
[1445/1560] Compiling NIOSSL ByteBufferBIO.swift
[1446/1560] Compiling NIOSSL CustomPrivateKey.swift
[1446/1560] Compiling cpu_aarch64_apple.cc
[1448/1560] Compiling NIOSSL SSLCallbacks.swift
[1449/1560] Compiling NIOSSL SSLCertificate.swift
[1449/1560] Compiling tls_cbc.cc
[1450/1560] Compiling conf.cc
[1452/1582] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1453/1582] Compiling NIOTransportServices NIOTSSingletons.swift
[1453/1582] Compiling e_rc4.cc
[1455/1582] Compiling NIOTransportServices NIOTSBootstraps.swift
[1456/1582] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1457/1582] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1458/1582] Compiling NIOTransportServices StateManagedChannel.swift
[1459/1582] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1460/1582] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1463/1584] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1464/1584] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1465/1584] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1466/1584] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1467/1584] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1468/1584] Compiling NIOTransportServices NIOTSErrors.swift
[1469/1584] Compiling NIOTransportServices NIOTSEventLoop.swift
[1469/1584] Compiling e_tls.cc
[1470/1584] Compiling e_null.cc
[1472/1584] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1473/1584] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1473/1584] Compiling e_rc2.cc
[1475/1584] Compiling NIOTransportServices AcceptHandler.swift
[1476/1584] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1477/1584] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1478/1584] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1479/1584] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1480/1584] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1481/1584] Emitting module NIOTransportServices
[1481/1585] Compiling e_aesgcmsiv.cc
[1488/1585] Compiling _NIOFileSystem SystemFileHandle.swift
[1489/1585] Compiling _NIOFileSystem Utilities.swift
[1490/1585] Compiling _NIOFileSystem OpenOptions.swift
[1491/1585] Compiling _NIOFileSystem String+FileSystem.swift
[1491/1585] Compiling e_des.cc
[1492/1585] Compiling e_aesctrhmac.cc
[1493/1585] Compiling derive_key.cc
[1494/1585] Compiling e_chacha20poly1305.cc
[1498/1586] Compiling chacha.cc
[1499/1586] Compiling cipher_extra.cc
[1502/1586] Emitting module NIOSSL
[1502/1589] Compiling unicode.cc
[1503/1589] Compiling ber.cc
[1504/1589] Compiling buf.cc
[1505/1589] Compiling cbb.cc
[1506/1589] Compiling asn1_compat.cc
[1513/1589] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1514/1589] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1515/1589] Compiling NIOSSL SubjectAlternativeName.swift
[1515/1590] Compiling cbs.cc
[1517/1594] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1518/1594] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1519/1594] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1520/1594] Compiling NIOWebSocket SHA1.swift
[1532/1617] Compiling convert.cc
[1534/1629] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1535/1636] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1536/1636] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1537/1636] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1538/1636] Compiling NIOExtras LengthFieldPrepender.swift
[1539/1636] Compiling NIOExtras LineBasedFrameDecoder.swift
[1540/1636] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1541/1636] Compiling NIOExtras NIOExtrasError.swift
[1542/1636] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1543/1636] Compiling NIOExtras NIORequestIdentifiable.swift
[1544/1636] Compiling NIOExtras PCAPRingBuffer.swift
[1545/1636] Compiling NIOExtras QuiescingHelper.swift
[1547/1637] Compiling NIOHPACK IndexedHeaderTable.swift
[1548/1637] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1549/1638] Compiling NIOHPACK StaticHeaderTable.swift
[1550/1638] Compiling NIOWebSocket WebSocketOpcode.swift
[1551/1638] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1554/1640] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1554/1640] Compiling bn_asn1.cc
[1555/1640] Compiling blake2.cc
[1557/1640] Compiling NIOHTTPCompression HTTPDecompression.swift
[1558/1641] Emitting module NIOHTTPCompression
[1559/1641] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1560/1641] Compiling NIOHTTPCompression HTTPCompression.swift
[1561/1641] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1562/1641] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1563/1641] Compiling NIOHPACK IntegerCoding.swift
[1564/1644] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1565/1644] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1566/1644] Emitting module NIOWebSocket
[1567/1644] Compiling NIOExtras JSONRPCFraming.swift
[1568/1644] Compiling NIOExtras DebugInboundEventsHandler.swift
[1569/1644] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1570/1644] Compiling NIOWebSocket WebSocketFrame.swift
[1574/1645] Emitting module _NIOFileSystemFoundationCompat
[1578/1647] Emitting module NIOHPACK
[1579/1647] Compiling NIOExtras RequestResponseHandler.swift
[1580/1647] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1581/1647] Compiling NIOHPACK HuffmanTables.swift
[1584/1647] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1586/1648] Compiling NIOHPACK HuffmanCoding.swift
[1586/1648] Compiling printf.cc
[1588/1648] Compiling NIOFileSystem Exports.swift
[1589/1648] Emitting module NIOFileSystem
[1590/1648] Emitting module NIOExtras
[1590/1649] Compiling pair.cc
[1599/1649] Compiling NIOSSL TLSConfiguration.swift
[1600/1649] Compiling NIOSSL UniversalBootstrapSupport.swift
[1601/1649] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1604/1650] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1614/1651] Compiling hexdump.cc
[1615/1709] Compiling errno.cc
[1616/1709] Compiling file.cc
[1617/1709] Compiling fd.cc
[1618/1709] Compiling bio_mem.cc
[1620/1709] Compiling NIOHTTP2 StateMachineResult.swift
[1621/1709] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1621/1709] Compiling bio.cc
[1623/1710] Compiling tasn_new.cc
[1624/1710] Compiling base64.cc
[1625/1718] Compiling tasn_typ.cc
[1626/1718] Compiling tasn_fre.cc
[1627/1718] Compiling tasn_enc.cc
[1628/1718] Compiling posix_time.cc
[1629/1718] Compiling tasn_utl.cc
[1631/1718] Compiling WebSocketKit Exports.swift
[1632/1718] Emitting module WebSocketKit
[1633/1718] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1633/1718] Compiling tasn_dec.cc
[1635/1718] Compiling WebSocketKit WebSocketHandler.swift
[1636/1718] Compiling WebSocketKit WebSocket+Concurrency.swift
[1636/1718] Compiling asn1_par.cc
[1638/1718] Compiling WebSocketKit WebSocket+Connect.swift
[1638/1718] Compiling f_int.cc
[1639/1718] Compiling asn_pack.cc
[1641/1718] Compiling WebSocketKit WebSocket.swift
[1642/1718] Compiling WebSocketKit WebSocketClient.swift
[1642/1718] Compiling f_string.cc
[1643/1719] Compiling asn1_lib.cc
[1645/1719] Compiling a_utctm.cc
[1646/1719] Compiling a_time.cc
[1647/1719] Compiling a_strnid.cc
[1648/1719] Compiling a_octet.cc
[1649/1719] Compiling a_type.cc
[1650/1719] Compiling a_i2d_fp.cc
[1651/1719] Compiling a_strex.cc
[1652/1719] Compiling a_mbstr.cc
[1653/1719] Compiling a_object.cc
[1654/1719] Write sources
[1655/1772] Compiling a_gentm.cc
[1657/1772] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1658/1772] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1659/1772] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1660/1772] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1661/1772] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1662/1772] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1663/1772] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1664/1772] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1664/1780] Compiling a_int.cc
[1665/1780] Compiling a_d2i_fp.cc
[1666/1780] Compiling a_dup.cc
[1667/1780] Compiling a_bool.cc
[1668/1780] Compiling a_bitstr.cc
[1670/1788] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1671/1788] Compiling BitCollections BitSet+CustomReflectable.swift
[1672/1788] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1673/1788] Compiling BitCollections BitSet+Equatable.swift
[1674/1788] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1675/1788] Compiling BitCollections BitSet+Extras.swift
[1676/1788] Compiling BitCollections BitSet+Hashable.swift
[1677/1795] Emitting module BitCollections
[1678/1795] Compiling BitCollections BitSet+Initializers.swift
[1679/1795] Compiling BitCollections BitSet+Invariants.swift
[1680/1795] Compiling BitCollections BitSet+Random.swift
[1681/1795] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1682/1795] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1683/1795] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1684/1795] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1685/1795] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1686/1795] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1687/1795] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1696/1795] Compiling BitCollections BitSet+SetAlgebra union.swift
[1697/1795] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1698/1795] Compiling BitCollections BitSet.Counted.swift
[1699/1795] Compiling CryptoBoringWrapper RandomBytes.swift
[1700/1795] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1701/1795] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1702/1795] Compiling BitCollections BitArray+Extras.swift
[1703/1795] Compiling BitCollections BitArray+Fill.swift
[1704/1795] Compiling BitCollections BitArray+Hashable.swift
[1705/1795] Compiling BitCollections BitArray+Initializers.swift
[1706/1795] Compiling BitCollections BitArray+Invariants.swift
[1707/1795] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1708/1795] Compiling BitCollections BitArray+BitwiseOperations.swift
[1709/1795] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1710/1795] Compiling BitCollections BitArray+Codable.swift
[1711/1795] Compiling BitCollections BitArray+Collection.swift
[1712/1795] Compiling BitCollections BitArray+Copy.swift
[1713/1795] Compiling BitCollections BitArray+CustomReflectable.swift
[1714/1795] Compiling BitCollections BitArray+Descriptions.swift
[1715/1795] Compiling BitCollections BitArray+Equatable.swift
[1716/1795] Compiling BitCollections BitArray+RandomBits.swift
[1717/1795] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1718/1795] Compiling BitCollections BitArray+Shifts.swift
[1719/1795] Compiling BitCollections BitArray+Testing.swift
[1720/1795] Compiling BitCollections BitArray._UnsafeHandle.swift
[1721/1795] Compiling BitCollections BitArray.swift
[1722/1795] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1723/1795] Compiling BitCollections BitSet+Codable.swift
[1724/1795] Emitting module CryptoBoringWrapper
[1725/1795] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1726/1795] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1727/1795] Emitting module NIOHTTP2
[1728/1795] Compiling BitCollections BitSet.Index.swift
[1729/1795] Compiling BitCollections BitSet._UnsafeHandle.swift
[1730/1795] Compiling BitCollections BitSet.swift
[1731/1795] Compiling BitCollections Range+Utilities.swift
[1732/1795] Compiling BitCollections Slice+Utilities.swift
[1733/1795] Compiling BitCollections UInt+Tricks.swift
[1734/1795] Compiling BitCollections _Word.swift
[1735/1796] Compiling CryptoBoringWrapper EllipticCurve.swift
[1736/1796] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1738/1796] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1739/1796] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1742/1797] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1743/1797] Compiling NIOHTTP2 StreamChannelList.swift
[1744/1797] Compiling NIOHTTP2 StreamMap.swift
[1745/1797] Compiling NIOHTTP2 StreamStateMachine.swift
[1746/1797] Compiling NIOHTTP2 UnsafeTransfer.swift
[1747/1797] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1757/1799] Emitting module Collections
[1758/1799] Compiling Collections Collections.swift
[1760/1912] Compiling MultipartKit MultipartParser.swift
[1761/1912] Compiling AsyncKit Future+Transform.swift
[1762/1912] Compiling AsyncKit Future+Try.swift
[1763/1912] Compiling AsyncKit FutureOperators.swift
[1764/1912] Compiling Crypto HMAC.swift
[1765/1912] Compiling Crypto MACFunctions.swift
[1766/1912] Compiling Crypto MessageAuthenticationCode.swift
[1767/1912] Compiling Crypto AES.swift
[1768/1912] Compiling MultipartKit BasicCodingKey.swift
[1769/1912] Compiling MultipartKit MultipartError.swift
[1770/1912] Compiling MultipartKit Exports.swift
[1771/1912] Compiling MultipartKit FormDataEncoder.swift
[1772/1912] Compiling MultipartKit Storage.swift
[1773/1912] Compiling MultipartKit MultipartPart.swift
[1774/1912] Compiling MultipartKit MultipartPartConvertible.swift
[1775/1912] Compiling MultipartKit MultipartFormData.swift
[1776/1912] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1777/1912] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1778/1912] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1779/1912] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1780/1912] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1781/1912] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1782/1912] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1783/1912] Compiling MultipartKit FormDataDecoder.swift
[1784/1912] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1785/1912] Compiling Crypto ECDSASignature_boring.swift
[1786/1912] Compiling Crypto ECDSA_boring.swift
[1787/1912] Compiling Crypto EdDSA_boring.swift
[1788/1912] Compiling Crypto ECDSA.swift
[1789/1912] Compiling Crypto Ed25519.swift
[1790/1912] Compiling Crypto HPKE.swift
[1791/1912] Compiling Crypto HPKE-Context.swift
[1792/1912] Compiling Crypto HPKE-KeySchedule.swift
[1793/1912] Compiling Crypto HPKE-Modes.swift
[1794/1912] Compiling Crypto Insecure.swift
[1795/1912] Compiling Crypto Insecure_HashFunctions.swift
[1796/1912] Compiling Crypto KEM.swift
[1797/1912] Compiling Crypto ECDH_boring.swift
[1798/1912] Compiling Crypto DH.swift
[1799/1912] Compiling Crypto ECDH.swift
[1800/1912] Compiling Crypto ASN1Identifier.swift
[1808/1967] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1809/1967] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1810/1969] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1811/1969] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1812/1969] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1813/1976] Emitting module MultipartKit
[1814/1976] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1815/1976] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1816/1976] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1820/1976] Compiling MultipartKit MultipartSerializer.swift
[1821/1976] Compiling MultipartKit Utilities.swift
[1822/1976] Compiling AsyncHTTPClient ConnectionPool.swift
[1823/1976] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1824/1976] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1825/1976] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1826/1976] Compiling AsyncHTTPClient Transaction.swift
[1827/1976] Compiling AsyncHTTPClient Base64.swift
[1828/1976] Compiling AsyncHTTPClient BasicAuth.swift
[1829/1976] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1830/1976] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1831/1976] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1833/1977] Emitting module Crypto
[1834/1986] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1835/1986] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1836/1986] Compiling Crypto HKDF.swift
[1837/1986] Compiling Crypto AESWrap.swift
[1838/1986] Compiling Crypto AESWrap_boring.swift
[1839/1986] Compiling Crypto Ed25519_boring.swift
[1840/1986] Compiling Crypto NISTCurvesKeys_boring.swift
[1841/1986] Compiling Crypto X25519Keys_boring.swift
[1842/1986] Compiling Crypto Curve25519.swift
[1843/1986] Compiling Crypto Ed25519Keys.swift
[1844/1986] Compiling Crypto NISTCurvesKeys.swift
[1845/1986] Compiling Crypto X25519Keys.swift
[1846/1986] Emitting module AsyncHTTPClient
[1847/1989] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1850/1989] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1851/1989] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1852/1989] Compiling AsyncHTTPClient RequestBodyLength.swift
[1853/1989] Compiling AsyncHTTPClient HTTPClient.swift
[1854/1989] Compiling AsyncHTTPClient HTTPHandler.swift
[1855/1989] Compiling AsyncHTTPClient LRUCache.swift
[1856/1989] Compiling AsyncHTTPClient NWErrorHandler.swift
[1867/1990] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1868/1990] Compiling AsyncHTTPClient TLSConfiguration.swift
[1869/1990] Compiling AsyncHTTPClient RedirectState.swift
[1870/1990] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1871/1990] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1872/1990] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1873/1990] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1874/1990] Compiling AsyncHTTPClient HTTP1Connection.swift
[1875/1990] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1876/1990] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1887/1994] Emitting module AsyncKit
[1897/1994] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1898/1994] Compiling AsyncHTTPClient RequestOptions.swift
[1899/1994] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1900/1994] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1901/1994] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1902/1994] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1903/1994] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1904/1994] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1905/1994] Compiling AsyncHTTPClient RequestBag.swift
[1906/1994] Compiling AsyncHTTPClient RequestValidation.swift
[1907/1994] Compiling AsyncHTTPClient HTTP2Connection.swift
[1908/1994] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1909/1994] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1910/1994] Compiling AsyncHTTPClient ConnectionTarget.swift
[1911/1994] Compiling AsyncHTTPClient DeconstructedURL.swift
[1912/1994] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1913/1994] Compiling AsyncHTTPClient FoundationExtensions.swift
[1914/1994] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1915/1994] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1916/1994] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1917/1994] Compiling Crypto Signature.swift
[1918/1994] Compiling Crypto CryptoKitErrors_boring.swift
[1919/1994] Compiling Crypto RNG_boring.swift
[1920/1994] Compiling Crypto SafeCompare_boring.swift
[1921/1994] Compiling Crypto Zeroization_boring.swift
[1922/1994] Compiling Crypto PrettyBytes.swift
[1923/1994] Compiling Crypto SafeCompare.swift
[1924/1994] Compiling Crypto SecureBytes.swift
[1925/1994] Compiling Crypto Zeroization.swift
[1938/1995] Compiling AsyncHTTPClient SSLContextCache.swift
[1939/1995] Compiling AsyncHTTPClient Scheme.swift
[1940/1995] Compiling AsyncHTTPClient Singleton.swift
[1941/1995] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1942/1995] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1943/1995] Compiling AsyncHTTPClient Utils.swift
[1998/2166] Compiling Vapor AsyncBasicResponder.swift
[1999/2166] Compiling Vapor AsyncMiddleware.swift
[2000/2166] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2001/2166] Compiling Vapor AsyncSessionDriver.swift
[2002/2166] Compiling Vapor Authentication+Concurrency.swift
[2003/2166] Compiling Vapor Cache+Concurrency.swift
[2004/2166] Compiling Vapor Client+Concurrency.swift
[2005/2166] Compiling Vapor RequestBody+Concurrency.swift
[2006/2166] Compiling Vapor Responder+Concurrency.swift
[2007/2166] Compiling Vapor ResponseCodable+Concurrency.swift
[2008/2166] Compiling Vapor RoutesBuilder+Concurrency.swift
[2009/2166] Compiling Vapor ViewRenderer+Concurrency.swift
[2010/2166] Compiling Vapor WebSocket+Concurrency.swift
[2011/2166] Compiling Vapor ContainerGetPathExecutor.swift
[2012/2166] Compiling Vapor Content.swift
[2013/2166] Compiling Vapor ContentCoders.swift
[2014/2166] Compiling Vapor ContentConfiguration.swift
[2015/2166] Compiling Vapor ContentContainer.swift
[2016/2166] Compiling Vapor JSONCoder+Custom.swift
[2017/2166] Compiling Vapor JSONCoders+Content.swift
[2018/2166] Compiling Vapor PlaintextDecoder.swift
[2019/2166] Compiling Vapor PlaintextEncoder.swift
[2020/2166] Compiling Vapor URLQueryCoders.swift
[2021/2166] Compiling Vapor URLQueryContainer.swift
[2022/2190] Compiling Vapor Application.swift
[2023/2190] Compiling Vapor AuthenticationCache.swift
[2024/2190] Compiling Vapor Authenticator.swift
[2025/2190] Compiling Vapor BasicAuthorization.swift
[2026/2190] Compiling Vapor BearerAuthorization.swift
[2027/2190] Compiling Vapor GuardMiddleware.swift
[2028/2190] Compiling Vapor RedirectMiddleware.swift
[2029/2190] Compiling Vapor SessionAuthenticatable.swift
[2030/2190] Compiling Vapor Bcrypt.swift
[2031/2190] Compiling Vapor Application+Cache.swift
[2032/2190] Compiling Vapor Cache.swift
[2033/2190] Compiling Vapor CacheExpirationTime.swift
[2034/2190] Compiling Vapor MemoryCache.swift
[2035/2190] Compiling Vapor Request+Cache.swift
[2036/2190] Compiling Vapor Application+Clients.swift
[2037/2190] Compiling Vapor Client.swift
[2038/2190] Compiling Vapor ClientRequest.swift
[2039/2190] Compiling Vapor ClientResponse.swift
[2040/2190] Compiling Vapor Request+Client.swift
[2041/2190] Compiling Vapor BootCommand.swift
[2042/2190] Compiling Vapor CommandContext+Application.swift
[2043/2190] Compiling Vapor RoutesCommand.swift
[2044/2190] Compiling Vapor ServeCommand.swift
[2045/2190] Compiling Vapor AnyResponse+Concurrency.swift
[2046/2214] Compiling Vapor Validator.swift
[2047/2214] Compiling Vapor ValidatorResult.swift
[2048/2214] Compiling Vapor And.swift
[2049/2214] Compiling Vapor Case.swift
[2050/2214] Compiling Vapor CharacterSet.swift
[2051/2214] Compiling Vapor Count.swift
[2052/2214] Compiling Vapor Custom.swift
[2053/2214] Compiling Vapor Email.swift
[2054/2214] Compiling Vapor Empty.swift
[2055/2214] Compiling Vapor In.swift
[2056/2214] Compiling Vapor Nil.swift
[2057/2214] Compiling Vapor NilIgnoring.swift
[2058/2214] Compiling Vapor Not.swift
[2059/2214] Compiling Vapor Or.swift
[2060/2214] Compiling Vapor Pattern.swift
[2061/2214] Compiling Vapor Range.swift
[2062/2214] Compiling Vapor URL.swift
[2063/2214] Compiling Vapor Valid.swift
[2064/2214] Compiling Vapor Application+Views.swift
[2065/2214] Compiling Vapor PlaintextRenderer.swift
[2066/2214] Compiling Vapor Request+View.swift
[2067/2214] Compiling Vapor View.swift
[2068/2214] Compiling Vapor ViewRenderer.swift
[2069/2214] Compiling Vapor _Deprecations.swift
[2070/2214] Compiling Vapor Service.swift
[2071/2214] Compiling Vapor Application+Sessions.swift
[2072/2214] Compiling Vapor MemorySessions.swift
[2073/2214] Compiling Vapor Request+Session.swift
[2074/2214] Compiling Vapor Session.swift
[2075/2214] Compiling Vapor SessionCache.swift
[2076/2214] Compiling Vapor SessionData.swift
[2077/2214] Compiling Vapor SessionDriver.swift
[2078/2214] Compiling Vapor SessionsConfiguration.swift
[2079/2214] Compiling Vapor SessionsMiddleware.swift
[2080/2214] Compiling Vapor URLEncodedFormData.swift
[2081/2214] Compiling Vapor URLEncodedFormDecoder.swift
[2082/2214] Compiling Vapor URLEncodedFormEncoder.swift
[2083/2214] Compiling Vapor URLEncodedFormError.swift
[2084/2214] Compiling Vapor URLEncodedFormParser.swift
[2085/2214] Compiling Vapor URLEncodedFormSerializer.swift
[2086/2214] Compiling Vapor URLQueryFragmentConvertible.swift
[2087/2214] Compiling Vapor AnyResponse.swift
[2088/2214] Compiling Vapor Array+Random.swift
[2089/2214] Compiling Vapor Base32.swift
[2090/2214] Compiling Vapor Base64.swift
[2091/2214] Compiling Vapor BaseN.swift
[2092/2214] Compiling Vapor BasicCodingKey.swift
[2093/2214] Compiling Vapor ByteCount.swift
[2094/2214] Compiling Vapor HTTPServerResponseEncoder.swift
[2095/2214] Compiling Vapor HTTPServerUpgradeHandler.swift
[2096/2214] Compiling Vapor Logger+Report.swift
[2097/2214] Compiling Vapor LoggingSystem+Environment.swift
[2098/2214] Compiling Vapor Application+Middleware.swift
[2099/2214] Compiling Vapor CORSMiddleware.swift
[2100/2214] Compiling Vapor ErrorMiddleware.swift
[2101/2214] Compiling Vapor FileMiddleware.swift
[2102/2214] Compiling Vapor Middleware.swift
[2103/2214] Compiling Vapor MiddlewareConfiguration.swift
[2104/2214] Compiling Vapor ResponseCompressionMiddleware.swift
[2105/2214] Compiling Vapor RouteLoggingMiddleware.swift
[2106/2214] Compiling Vapor TracingMiddleware.swift
[2107/2214] Compiling Vapor File+Multipart.swift
[2108/2214] Compiling Vapor FormDataDecoder+Content.swift
[2109/2214] Compiling Vapor FormDataEncoder+Content.swift
[2110/2214] Compiling Vapor Application+Password.swift
[2111/2214] Compiling Vapor Application+Passwords.swift
[2112/2214] Compiling Vapor AsyncPasswordHasher.swift
[2113/2214] Compiling Vapor BcryptHasher.swift
[2114/2214] Compiling Vapor PasswordHasher.swift
[2115/2214] Compiling Vapor PlaintextHasher.swift
[2116/2214] Compiling Vapor Request+Password.swift
[2117/2214] Compiling Vapor Redirect.swift
[2118/2214] Emitting module Vapor
[2119/2214] Compiling Vapor Request+Body.swift
[2120/2214] Compiling Vapor Request+BodyStream.swift
[2121/2214] Compiling Vapor Request.swift
[2122/2214] Compiling Vapor Application+Responder.swift
[2123/2214] Compiling Vapor DefaultResponder.swift
[2124/2214] Compiling Vapor Response+Body.swift
[2125/2214] Compiling Vapor Response.swift
[2126/2214] Compiling Vapor ResponseCodable.swift
[2127/2214] Compiling Vapor Application+Routes.swift
[2128/2214] Compiling Vapor Parameters+Require.swift
[2129/2214] Compiling Vapor Request+WebSocket.swift
[2130/2214] Compiling Vapor Route.swift
[2131/2214] Compiling Vapor RouteCollection.swift
[2132/2214] Compiling Vapor Routes.swift
[2133/2214] Compiling Vapor RoutesBuilder+Group.swift
[2134/2214] Compiling Vapor RoutesBuilder+Method.swift
[2135/2214] Compiling Vapor RoutesBuilder+Middleware.swift
[2136/2214] Compiling Vapor RoutesBuilder+WebSocket.swift
[2137/2214] Compiling Vapor RoutesBuilder.swift
[2138/2214] Compiling Vapor OTP.swift
[2139/2214] Compiling Vapor Application+Servers.swift
[2140/2214] Compiling Vapor Server.swift
[2141/2214] Compiling Vapor App+Service.swift
[2142/2214] Compiling Vapor Req+Service.swift
[2143/2214] Compiling Vapor Bytes+Hex.swift
[2144/2214] Compiling Vapor Bytes+SecureCompare.swift
[2145/2214] Compiling Vapor Collection+Safe.swift
[2146/2214] Compiling Vapor DataProtocol+Copy.swift
[2147/2214] Compiling Vapor DecoderUnwrapper.swift
[2148/2214] Compiling Vapor DirectoryConfiguration.swift
[2149/2214] Compiling Vapor DotEnv.swift
[2150/2214] Compiling Vapor Extendable.swift
[2151/2214] Compiling Vapor File.swift
[2152/2214] Compiling Vapor FileIO.swift
[2153/2214] Compiling Vapor LifecycleHandler.swift
[2154/2214] Compiling Vapor OptionalType.swift
[2155/2214] Compiling Vapor RFC1123.swift
[2156/2214] Compiling Vapor SocketAddress+Hostname.swift
[2157/2214] Compiling Vapor Storage.swift
[2158/2214] Compiling Vapor String+IsIPAddress.swift
[2159/2214] Compiling Vapor Thread.swift
[2160/2214] Compiling Vapor URI.swift
[2161/2214] Compiling Vapor RangeResult.swift
[2162/2214] Compiling Vapor Validatable.swift
[2163/2214] Compiling Vapor Validation.swift
[2164/2214] Compiling Vapor ValidationKey.swift
[2165/2214] Compiling Vapor Validations.swift
[2166/2214] Compiling Vapor ValidationsError.swift
[2167/2214] Compiling Vapor Core.swift
[2168/2214] Compiling Vapor Running.swift
[2169/2214] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2170/2214] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2171/2214] Compiling Vapor DotEnvFile+load.swift
[2172/2214] Compiling Vapor Routes+caseInsenstive.swift
[2173/2214] Compiling Vapor Validatable+validate.swift
[2174/2214] Compiling Vapor Environment+Process.swift
[2175/2214] Compiling Vapor Environment+Secret.swift
[2176/2214] Compiling Vapor Environment.swift
[2177/2214] Compiling Vapor Abort.swift
[2178/2214] Compiling Vapor AbortError.swift
[2179/2214] Compiling Vapor DebuggableError.swift
[2180/2214] Compiling Vapor Demangler.swift
[2181/2214] Compiling Vapor ErrorSource.swift
[2182/2214] Compiling Vapor StackTrace.swift
[2183/2214] Compiling Vapor Exports.swift
[2184/2214] Compiling Vapor Application+HTTP.swift
[2185/2214] Compiling Vapor BasicResponder.swift
[2186/2214] Compiling Vapor BodyStream.swift
[2187/2214] Compiling Vapor Application+HTTP+Client.swift
[2188/2214] Compiling Vapor EventLoopHTTPClient.swift
[2189/2214] Compiling Vapor EndpointCache.swift
[2190/2214] Compiling Vapor HTTPMethod+String.swift
[2191/2214] Compiling Vapor HTTPStatus.swift
[2192/2214] Compiling Vapor HTTPCookies.swift
[2193/2214] Compiling Vapor HTTPHeaderCacheControl.swift
[2194/2214] Compiling Vapor HTTPHeaderExpires.swift
[2195/2214] Compiling Vapor HTTPHeaderLastModified.swift
[2196/2214] Compiling Vapor HTTPHeaders+Cache.swift
[2197/2214] Compiling Vapor HTTPHeaders+Connection.swift
[2198/2214] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2199/2214] Compiling Vapor HTTPHeaders+ContentRange.swift
[2200/2214] Compiling Vapor HTTPHeaders+Directive.swift
[2201/2214] Compiling Vapor HTTPHeaders+Forwarded.swift
[2202/2214] Compiling Vapor HTTPHeaders+Link.swift
[2203/2214] Compiling Vapor HTTPHeaders+Name.swift
[2204/2214] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2205/2214] Compiling Vapor HTTPHeaders.swift
[2206/2214] Compiling Vapor HTTPMediaType.swift
[2207/2214] Compiling Vapor HTTPMediaTypePreference.swift
[2208/2214] Compiling Vapor Responder.swift
[2209/2214] Compiling Vapor Application+HTTP+Server.swift
[2210/2214] Compiling Vapor HTTPServer.swift
[2211/2214] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2212/2214] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2213/2214] Compiling Vapor HTTPServerHandler.swift
[2214/2214] Compiling Vapor HTTPServerRequestDecoder.swift
[2216/2223] Compiling MixpanelVapor Constants.swift
[2217/2223] Compiling MixpanelVapor Request+Mixpanel.swift
[2218/2223] Emitting module MixpanelVapor
[2219/2223] Compiling MixpanelVapor Application+Mixpanel.swift
[2220/2223] Compiling MixpanelVapor BatchLogRecordProcessor.swift
[2221/2223] Compiling MixpanelVapor MixpanelProperty.swift
[2222/2223] Compiling MixpanelVapor LifecycleHandler.swift
[2223/2223] Compiling MixpanelVapor MixpanelVapor.swift
Build complete! (316.98s)
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.