Build Information
Successful build of queues-redis-driver, reference 1.1.2 (a3dac0
), with Swift 6.1 for Linux on 29 Apr 2025 10:45:14 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/queues-redis-driver.git
Reference: 1.1.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/queues-redis-driver
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at a3dac0d Update swift tools version to 5.8 (#41)
Cloned https://github.com/vapor/queues-redis-driver.git
Revision (git rev-parse @):
a3dac0d311cead67917ad4221feb061e3609b145
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/queues-redis-driver.git at 1.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/queues-redis-driver.git
https://github.com/vapor/queues-redis-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.76.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
},
{
"identity" : "redis",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/redis.git"
}
],
"manifest_display_name" : "queues-redis-driver",
"name" : "queues-redis-driver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "QueuesRedisDriver",
"targets" : [
"QueuesRedisDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QueuesRedisDriverTests",
"module_type" : "SwiftTarget",
"name" : "QueuesRedisDriverTests",
"path" : "Tests/QueuesRedisDriverTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"JobsRedisDriverTests.swift"
],
"target_dependencies" : [
"QueuesRedisDriver"
],
"type" : "test"
},
{
"c99name" : "QueuesRedisDriver",
"module_type" : "SwiftTarget",
"name" : "QueuesRedisDriver",
"path" : "Sources/QueuesRedisDriver",
"product_dependencies" : [
"Vapor",
"Queues",
"Redis"
],
"product_memberships" : [
"QueuesRedisDriver"
],
"sources" : [
"Exports.swift",
"JobsRedisDriver.swift",
"JobsRedisDriverError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/redis.git
[1/3318] Fetching queues
[1561/7069] Fetching queues, redis
Fetched https://github.com/vapor/redis.git from cache (0.30s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/queues.git from cache (1.54s)
Fetched https://github.com/vapor/vapor.git from cache (1.57s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.1 (1.99s)
Fetching https://github.com/swift-server/RediStack.git
[1/4702] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.40s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (2.23s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2200] Fetching swift-metrics
[2201/6036] Fetching swift-metrics, swift-log
[3621/7741] Fetching swift-metrics, swift-log, swift-atomics
[7742/22534] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.35s)
[5089/18698] Fetching swift-metrics, swift-atomics, swift-nio-ssl
[5238/94225] Fetching swift-metrics, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.42s)
[73639/92520] Fetching swift-metrics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (3.59s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.62s)
Fetched https://github.com/apple/swift-nio.git from cache (3.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.11s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.2 (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[652/20633] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.12s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.54s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[948/3659] Fetching swift-service-context, websocket-kit
[1065/6867] Fetching swift-service-context, websocket-kit, multipart-kit
[4741/12529] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-extras
[6780/18432] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-extras, swift-algorithms
[10985/23406] Fetching swift-service-context, websocket-kit, multipart-kit, swift-nio-extras, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.73s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.73s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.77s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.86s)
Fetching https://github.com/vapor/console-kit.git
[6995/29838] Fetching multipart-kit, swift-algorithms, routing-kit
[14250/43622] Fetching multipart-kit, swift-algorithms, routing-kit, swift-crypto
[14251/55114] Fetching multipart-kit, swift-algorithms, routing-kit, swift-crypto, swift-nio-http2
[45467/60599] Fetching multipart-kit, swift-algorithms, routing-kit, swift-crypto, swift-nio-http2, console-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (1.95s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.22s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[29145/33969] Fetching multipart-kit, swift-crypto, swift-nio-http2, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.01s)
[24074/28484] Fetching multipart-kit, swift-crypto, swift-nio-http2
Fetched https://github.com/vapor/multipart-kit.git from cache (2.00s)
[22106/25276] Fetching swift-crypto, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
[10752/13784] Fetching swift-crypto
[13785/16154] Fetching swift-crypto, async-kit
[16155/30025] Fetching swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.33s)
[14062/27655] Fetching swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (1.66s)
[11930/13871] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.28s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (4.69s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.42s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.42s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.79s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (2.08s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (1.00s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.44s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.20s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
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.48s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.47s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.27s)
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.45s)
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.45s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.11.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.2
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/834] Write sources
[41/834] Compiling CNIOWindows shim.c
[41/834] Compiling CNIOWindows WSAStartup.c
[41/834] Write sources
[44/834] Compiling CNIOWASI CNIOWASI.c
[45/834] Write sources
[52/834] Compiling CNIOLinux liburing_shims.c
[53/834] Compiling _NumericsShims _NumericsShims.c
[53/834] Compiling CVaporBcrypt blf.c
[55/834] Compiling _AtomicsShims.c
[56/834] Compiling CNIOLinux shim.c
[57/834] Compiling CSystem shims.c
[58/834] Compiling CNIODarwin shim.c
[59/834] Compiling CNIOSHA1 c_nio_sha1.c
[60/834] Compiling CNIOExtrasZlib empty.c
[61/834] Compiling CNIOLLHTTP c_nio_http.c
[62/834] Compiling CNIOLLHTTP c_nio_api.c
[63/834] Compiling fiat_p256_adx_sqr.S
[64/834] Compiling fiat_p256_adx_mul.S
[65/834] Compiling fiat_curve25519_adx_square.S
[66/834] Compiling fiat_curve25519_adx_mul.S
[67/834] Compiling CVaporBcrypt bcrypt.c
[68/834] Write swift-version-24593BA9C3E375BF.txt
[69/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/834] Compiling CNIOBoringSSLShims shims.c
[71/840] Compiling tls13_enc.cc
[72/840] Compiling tls_record.cc
[73/840] Compiling tls_method.cc
[74/840] Compiling tls13_both.cc
[75/886] Compiling tls13_server.cc
[76/903] Compiling tls13_client.cc
[78/903] Emitting module Logging
[79/906] Emitting module SystemPackage
[80/906] Emitting module InternalCollectionsUtilities
[81/911] Compiling SystemPackage Util+StringArray.swift
[82/911] Compiling SystemPackage Util.swift
[83/911] Compiling SystemPackage UtilConsumers.swift
[84/911] Emitting module _NIOBase64
[85/911] Compiling _NIOBase64 Base64.swift
[86/912] Compiling _NIODataStructures _TinyArray.swift
[87/912] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/912] Emitting module ServiceContextModule
[91/912] Compiling _NIODataStructures PriorityQueue.swift
[92/912] Compiling CoreMetrics Metrics.swift
[93/912] Emitting module RealModule
[94/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[95/912] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[96/912] Compiling InternalCollectionsUtilities Debugging.swift
[97/912] Compiling InternalCollectionsUtilities Descriptions.swift
[98/912] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[99/912] Compiling InternalCollectionsUtilities Integer rank.swift
[100/912] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[101/913] Compiling RealModule Real.swift
[102/913] Compiling SystemPackage MachPort.swift
[103/913] Compiling SystemPackage PlatformString.swift
[104/913] Compiling SystemPackage SystemString.swift
[107/913] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[108/913] Compiling ServiceContextModule ServiceContextKey.swift
[109/913] Compiling ServiceContextModule ServiceContext.swift
[110/913] Compiling InternalCollectionsUtilities _SortedCollection.swift
[111/913] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[112/914] Compiling RealModule RealFunctions.swift
[113/914] Compiling RealModule Float16+Real.swift
[114/914] Compiling RealModule Float+Real.swift
[115/914] Compiling RealModule Float80+Real.swift
[116/914] Compiling RealModule ElementaryFunctions.swift
[118/914] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[119/915] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[122/915] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[128/915] Compiling InternalCollectionsUtilities Specialize.swift
[129/915] Compiling InternalCollectionsUtilities UInt+reversed.swift
[130/915] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[140/922] Compiling Instrumentation Instrument.swift
[141/922] Emitting module Instrumentation
[142/922] Compiling Instrumentation NoOpInstrument.swift
[143/922] Compiling Logging MetadataProvider.swift
[146/922] Compiling SystemPackage FilePathWindows.swift
[147/922] Compiling SystemPackage FilePermissions.swift
[148/922] Compiling Instrumentation MultiplexInstrument.swift
[149/922] Compiling Logging LogHandler.swift
[150/922] Compiling Logging Logging.swift
[155/922] Compiling Logging Locks.swift
[156/922] Compiling Instrumentation Locks.swift
[157/923] Compiling Instrumentation InstrumentationSystem.swift
[158/924] Compiling CoreMetrics Locks.swift
[159/924] Emitting module CoreMetrics
[160/925] Compiling SystemPackage Mocking.swift
[161/925] Compiling SystemPackage RawBuffer.swift
[162/925] Compiling SystemPackage Syscalls.swift
[163/925] Compiling SystemPackage WindowsSyscallAdapters.swift
[164/926] Emitting module _NIODataStructures
[165/926] Compiling _NIODataStructures Heap.swift
[171/1071] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/1071] Compiling HeapModule _HeapNode.swift
[173/1071] Compiling HeapModule Heap+Descriptions.swift
[174/1071] Compiling Tracing TracingTime.swift
[175/1071] Compiling Tracing TracerProtocol.swift
[175/1071] Compiling t1_enc.cc
[177/1071] Compiling Tracing InstrumentationSystem+Tracing.swift
[178/1071] Compiling Tracing NoOpTracer.swift
[179/1071] Compiling HeapModule Heap+Invariants.swift
[180/1071] Compiling HeapModule Heap+UnsafeHandle.swift
[181/1071] Compiling HeapModule Heap.swift
[182/1071] Compiling Tracing Tracer.swift
[183/1071] Compiling Tracing TracerProtocol+Legacy.swift
[184/1073] Emitting module HeapModule
[185/1074] Compiling _RopeModule _RopeItem.swift
[186/1074] Compiling _RopeModule _RopePath.swift
[187/1074] Compiling _RopeModule _RopeVersion.swift
[188/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[189/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[190/1074] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[191/1074] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[192/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[193/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[194/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[195/1074] Compiling _RopeModule Rope.swift
[196/1074] Compiling _RopeModule RopeElement.swift
[197/1074] Compiling _RopeModule RopeMetric.swift
[198/1074] Compiling _RopeModule RopeSummary.swift
[199/1074] Compiling OrderedCollections OrderedSet+Initializers.swift
[200/1074] Compiling OrderedCollections OrderedSet+Insertions.swift
[201/1074] Compiling OrderedCollections OrderedSet+Invariants.swift
[202/1074] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[203/1074] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[204/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[205/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[206/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[208/1081] Emitting module Tracing
[209/1081] Compiling Tracing SpanProtocol.swift
[210/1082] Compiling OrderedCollections OrderedDictionary.swift
[211/1082] Compiling OrderedCollections OrderedSet+Codable.swift
[212/1082] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[213/1082] Compiling OrderedCollections OrderedSet+Descriptions.swift
[214/1082] Compiling OrderedCollections OrderedSet+Diffing.swift
[215/1082] Compiling OrderedCollections OrderedSet+Equatable.swift
[216/1082] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[217/1082] Compiling OrderedCollections OrderedSet+Hashable.swift
[217/1134] Compiling ssl_versions.cc
[220/1158] Compiling HashTreeCollections _HashNode+Invariants.swift
[221/1158] Compiling HashTreeCollections _HashNode+Lookups.swift
[222/1158] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[223/1158] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[224/1158] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[225/1158] Compiling HashTreeCollections _HashNode+Storage.swift
[226/1158] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[227/1158] Compiling HashTreeCollections _HashNode+Structural filter.swift
[228/1158] Compiling HashTreeCollections _AncestorHashSlots.swift
[229/1158] Compiling HashTreeCollections _Bitmap.swift
[230/1158] Compiling HashTreeCollections _Bucket.swift
[231/1158] Compiling HashTreeCollections _Hash.swift
[232/1158] Compiling HashTreeCollections _HashLevel.swift
[233/1158] Compiling HashTreeCollections _HashNode+Builder.swift
[234/1158] Compiling HashTreeCollections _HashNode+Debugging.swift
[235/1158] Compiling HashTreeCollections _HashNode+Initializers.swift
[236/1173] Compiling DequeModule Deque+CustomReflectable.swift
[237/1173] Compiling DequeModule Deque+Descriptions.swift
[238/1175] Compiling DequeModule _DequeBuffer.swift
[239/1175] Compiling DequeModule _DequeBufferHeader.swift
[239/1175] Compiling ssl_x509.cc
[241/1175] Compiling DequeModule Deque+Equatable.swift
[242/1175] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[243/1175] Compiling DequeModule Deque+Extras.swift
[244/1175] Compiling DequeModule Deque+Hashable.swift
[245/1175] Compiling DequeModule Deque+Testing.swift
[246/1175] Compiling DequeModule Deque._Storage.swift
[247/1175] Compiling DequeModule Deque._UnsafeHandle.swift
[248/1175] Compiling DequeModule Deque.swift
[251/1175] Compiling DequeModule _DequeSlot.swift
[252/1175] Compiling DequeModule _UnsafeWrappedBuffer.swift
[253/1175] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[254/1175] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[255/1175] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[256/1175] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[257/1184] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[258/1184] Compiling HashTreeCollections _HashNode+Structural merge.swift
[259/1184] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[260/1184] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[261/1184] Compiling HashTreeCollections _HashNode+Structural union.swift
[262/1184] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[263/1184] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[264/1184] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[265/1184] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[266/1184] Compiling HashTreeCollections _HashNode.swift
[267/1184] Compiling HashTreeCollections TreeSet+Hashable.swift
[268/1184] Compiling HashTreeCollections TreeSet+Sendable.swift
[269/1184] Compiling _RopeModule Rope+Join.swift
[270/1184] Compiling _RopeModule Rope+MutatingForEach.swift
[271/1184] Compiling _RopeModule Rope+Remove.swift
[272/1184] Compiling _RopeModule Rope+RemoveSubrange.swift
[273/1184] Compiling _RopeModule Rope+Split.swift
[274/1184] Compiling _RopeModule Optional Utilities.swift
[275/1184] Compiling _RopeModule String Utilities.swift
[276/1184] Compiling _RopeModule String.Index+ABI.swift
[277/1194] Compiling HashTreeCollections TreeDictionary+Keys.swift
[278/1194] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[279/1194] Compiling HashTreeCollections TreeDictionary+Merge.swift
[280/1194] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[281/1194] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[282/1194] Compiling HashTreeCollections _HashStack.swift
[283/1194] Compiling HashTreeCollections TreeDictionary+Values.swift
[284/1194] Compiling HashTreeCollections TreeDictionary.swift
[285/1194] Compiling HashTreeCollections _HashTreeIterator.swift
[286/1194] Compiling HashTreeCollections TreeSet+Codable.swift
[287/1194] Compiling HashTreeCollections _HashTreeStatistics.swift
[288/1194] Compiling HashTreeCollections TreeSet+Collection.swift
[289/1194] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[290/1194] Compiling HashTreeCollections _RawHashNode.swift
[291/1194] Compiling HashTreeCollections _UnmanagedHashNode.swift
[292/1194] Compiling HashTreeCollections _UnsafePath.swift
[293/1194] Compiling HashTreeCollections TreeDictionary+Codable.swift
[297/1194] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[298/1194] Compiling HashTreeCollections TreeSet+Debugging.swift
[299/1194] Compiling HashTreeCollections TreeSet+Descriptions.swift
[300/1194] Compiling HashTreeCollections TreeSet+Equatable.swift
[301/1194] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[302/1194] Compiling HashTreeCollections TreeSet+Extras.swift
[303/1194] Compiling HashTreeCollections TreeSet+Filter.swift
[306/1194] Emitting module OrderedCollections
[307/1194] Compiling RoutingKit PathComponent.swift
[308/1194] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[309/1194] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[310/1194] Compiling HashTreeCollections TreeDictionary+Filter.swift
[311/1194] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[312/1194] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[326/1194] Compiling RoutingKit TrieRouter.swift
[327/1194] Compiling RoutingKit Router.swift
[328/1195] Compiling DequeModule Deque+Codable.swift
[329/1195] Compiling DequeModule Deque+Collection.swift
[340/1195] Emitting module DequeModule
[344/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[345/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[346/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[347/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[348/1196] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[349/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[350/1196] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[351/1196] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[352/1196] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[353/1196] Compiling HashTreeCollections TreeSet.swift
[355/1196] Compiling RoutingKit Parameters.swift
[356/1196] Emitting module RoutingKit
[357/1196] Compiling RoutingKit AnyRouter.swift
[357/1196] Compiling ssl_stat.cc
[358/1197] Compiling ssl_transcript.cc
[361/1197] Emitting module Metrics
[362/1197] Compiling Metrics Metrics.swift
[364/1198] Emitting module _RopeModule
[372/1198] Compiling HashTreeCollections TreeDictionary+Collection.swift
[373/1198] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[374/1198] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[375/1198] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[406/1198] Compiling HashTreeCollections _HashNodeHeader.swift
[407/1198] Compiling HashTreeCollections _HashSlot.swift
[418/1198] Emitting module HashTreeCollections
[419/1199] Compiling ssl_session.cc
[420/1199] Compiling ssl_privkey.cc
[449/1200] Compiling ssl_key_share.cc
[450/1200] Compiling ssl_file.cc
[452/1200] Compiling ssl_lib.cc
[453/1200] Compiling ssl_credential.cc
[454/1200] Compiling ssl_buffer.cc
[455/1200] Compiling ssl_asn1.cc
[456/1200] Compiling ssl_cert.cc
[457/1200] Compiling ssl_cipher.cc
[458/1200] Compiling ssl_aead_ctx.cc
[459/1200] Compiling s3_pkt.cc
[460/1200] Compiling s3_lib.cc
[461/1200] Compiling s3_both.cc
[462/1200] Compiling handshake_server.cc
[463/1200] Compiling handshake.cc
[464/1200] Compiling handshake_client.cc
[465/1200] Compiling handoff.cc
[466/1200] Compiling encrypted_client_hello.cc
[467/1200] Compiling dtls_record.cc
[468/1200] Compiling dtls_method.cc
[468/1200] Compiling extensions.cc
[470/1200] Compiling md5-x86_64-linux.S
[471/1200] Compiling md5-x86_64-apple.S
[472/1200] Compiling md5-586-linux.S
[473/1200] Compiling md5-586-apple.S
[474/1200] Compiling chacha20_poly1305_x86_64-apple.S
[475/1200] Compiling chacha20_poly1305_x86_64-linux.S
[476/1200] Compiling chacha20_poly1305_armv8-win.S
[477/1200] Compiling chacha20_poly1305_armv8-linux.S
[478/1200] Compiling chacha20_poly1305_armv8-apple.S
[479/1200] Compiling chacha-x86_64-linux.S
[480/1200] Compiling err_data.cc
[481/1200] Compiling chacha-x86-apple.S
[482/1200] Compiling chacha-x86-linux.S
[483/1200] Compiling chacha-x86_64-apple.S
[484/1200] Compiling bio_ssl.cc
[485/1200] Compiling chacha-armv8-win.S
[486/1200] Compiling chacha-armv8-apple.S
[487/1200] Compiling chacha-armv8-linux.S
[488/1200] Compiling chacha-armv4-linux.S
[489/1200] Compiling d1_pkt.cc
[490/1200] Compiling aes128gcmsiv-x86_64-linux.S
[491/1200] Compiling aes128gcmsiv-x86_64-apple.S
[492/1200] Compiling x86_64-mont5-apple.S
[493/1200] Compiling x86_64-mont5-linux.S
[494/1200] Compiling x86-mont-linux.S
[495/1200] Compiling x86_64-mont-apple.S
[496/1200] Compiling x86-mont-apple.S
[497/1200] Compiling x86_64-mont-linux.S
[498/1200] Compiling vpaes-x86_64-linux.S
[499/1200] Compiling vpaes-x86_64-apple.S
[500/1200] Compiling vpaes-x86-apple.S
[501/1200] Compiling d1_lib.cc
[502/1200] Compiling vpaes-x86-linux.S
[503/1200] Compiling d1_srtp.cc
[504/1200] Compiling d1_both.cc
[505/1200] Compiling vpaes-armv8-win.S
[506/1200] Compiling sha512-armv8-win.S
[507/1200] Compiling sha512-x86_64-apple.S
[508/1200] Compiling vpaes-armv8-linux.S
[509/1200] Compiling vpaes-armv8-apple.S
[510/1200] Compiling sha512-armv8-linux.S
[511/1200] Compiling sha512-x86_64-linux.S
[512/1200] Compiling vpaes-armv7-linux.S
[513/1200] Compiling sha512-armv8-apple.S
[514/1200] Compiling sha512-armv4-linux.S
[515/1200] Compiling sha512-586-linux.S
[516/1200] Compiling sha256-armv8-win.S
[517/1200] Compiling sha256-x86_64-linux.S
[518/1200] Compiling sha256-armv8-linux.S
[519/1200] Compiling sha512-586-apple.S
[520/1200] Compiling sha256-x86_64-apple.S
[521/1200] Compiling sha256-586-apple.S
[522/1200] Compiling sha1-armv8-win.S
[523/1200] Compiling sha256-armv8-apple.S
[524/1200] Compiling sha256-armv4-linux.S
[525/1200] Compiling sha1-armv8-linux.S
[526/1200] Compiling sha256-586-linux.S
[527/1200] Compiling sha1-x86_64-apple.S
[528/1200] Compiling sha1-armv4-large-linux.S
[529/1200] Compiling sha1-armv8-apple.S
[530/1200] Compiling sha1-586-linux.S
[531/1200] Compiling sha1-x86_64-linux.S
[532/1200] Compiling rsaz-avx2-linux.S
[533/1200] Compiling rdrand-x86_64-apple.S
[534/1200] Compiling sha1-586-apple.S
[535/1200] Compiling rsaz-avx2-apple.S
[536/1200] Compiling rdrand-x86_64-linux.S
[537/1200] Compiling p256_beeu-x86_64-asm-apple.S
[538/1200] Compiling p256_beeu-armv8-asm-win.S
[539/1200] Compiling p256_beeu-armv8-asm-apple.S
[540/1200] Compiling p256-x86_64-asm-apple.S
[541/1200] Compiling p256_beeu-x86_64-asm-linux.S
[542/1200] Compiling p256_beeu-armv8-asm-linux.S
[543/1200] Compiling p256-armv8-asm-linux.S
[544/1200] Compiling p256-x86_64-asm-linux.S
[545/1200] Compiling p256-armv8-asm-win.S
[546/1200] Compiling ghashv8-armv8-win.S
[547/1200] Compiling p256-armv8-asm-apple.S
[548/1200] Compiling ghashv8-armv8-apple.S
[549/1200] Compiling ghashv8-armv8-linux.S
[550/1200] Compiling ghash-x86_64-linux.S
[551/1200] Compiling ghashv8-armv7-linux.S
[552/1200] Compiling ghash-x86_64-apple.S
[553/1200] Compiling ghash-x86-linux.S
[554/1200] Compiling ghash-ssse3-x86_64-linux.S
[555/1200] Compiling ghash-x86-apple.S
[556/1200] Compiling ghash-ssse3-x86-linux.S
[557/1200] Compiling ghash-ssse3-x86_64-apple.S
[558/1200] Compiling ghash-neon-armv8-linux.S
[559/1200] Compiling ghash-neon-armv8-apple.S
[559/1200] Compiling ghash-neon-armv8-win.S
[561/1200] Compiling ghash-ssse3-x86-apple.S
[562/1200] Compiling ghash-armv4-linux.S
[563/1200] Compiling co-586-apple.S
[563/1200] Compiling bsaes-armv7-linux.S
[565/1200] Compiling co-586-linux.S
[566/1200] Compiling bn-armv8-win.S
[566/1200] Compiling bn-armv8-linux.S
[568/1200] Compiling bn-586-linux.S
[569/1200] Compiling bn-armv8-apple.S
[570/1200] Compiling bn-586-apple.S
[571/1200] Compiling armv8-mont-apple.S
[571/1200] Compiling armv8-mont-win.S
[573/1200] Compiling armv8-mont-linux.S
[574/1200] Compiling armv4-mont-linux.S
[575/1200] Compiling aesv8-gcm-armv8-apple.S
[576/1200] Compiling aesv8-gcm-armv8-linux.S
[577/1200] Compiling aesv8-gcm-armv8-win.S
[578/1200] Compiling aesv8-armv8-linux.S
[579/1200] Compiling aesv8-armv8-win.S
[580/1200] Compiling aesv8-armv8-apple.S
[581/1200] Compiling aesni-x86-linux.S
[582/1200] Compiling aesni-x86-apple.S
[583/1200] Compiling aesv8-armv7-linux.S
[584/1200] Compiling aesni-gcm-x86_64-apple.S
[584/1200] Compiling aesni-x86_64-apple.S
[586/1200] Compiling aesni-gcm-x86_64-linux.S
[587/1200] Compiling aes-gcm-avx2-x86_64-apple.S
[588/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[589/1200] Compiling aes-gcm-avx2-x86_64-linux.S
[590/1200] Compiling aesni-x86_64-linux.S
[591/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[592/1200] Compiling x_name.cc
[593/1200] Compiling x_val.cc
[594/1200] Compiling x_spki.cc
[595/1200] Compiling x_sig.cc
[596/1200] Compiling x_x509a.cc
[597/1200] Compiling x_req.cc
[598/1200] Compiling x_x509.cc
[599/1200] Compiling x_pubkey.cc
[600/1200] Compiling x_exten.cc
[601/1200] Compiling x_attrib.cc
[602/1200] Compiling x_algor.cc
[603/1200] Compiling x_all.cc
[604/1200] Compiling x_crl.cc
[605/1200] Compiling x509rset.cc
[606/1200] Compiling x509spki.cc
[607/1200] Compiling x509name.cc
[608/1200] Compiling x509cset.cc
[609/1200] Compiling x509_trs.cc
[610/1200] Compiling x509_v3.cc
[611/1200] Compiling x509_txt.cc
[612/1200] Compiling x509_vfy.cc
[613/1200] Compiling x509_req.cc
[614/1200] Compiling x509_vpm.cc
[615/1200] Compiling x509_set.cc
[616/1200] Compiling x509_obj.cc
[617/1200] Compiling x509_lu.cc
[618/1200] Compiling x509_def.cc
[619/1200] Compiling x509_ext.cc
[620/1200] Compiling x509_cmp.cc
[621/1200] Compiling x509_att.cc
[622/1200] Compiling x509_d2.cc
[623/1200] Compiling x509.cc
[624/1200] Compiling v3_skey.cc
[625/1200] Compiling v3_purp.cc
[626/1200] Compiling v3_utl.cc
[627/1200] Compiling v3_pmaps.cc
[628/1200] Compiling v3_ncons.cc
[629/1200] Compiling v3_ocsp.cc
[630/1200] Compiling v3_prn.cc
[631/1200] Compiling v3_int.cc
[632/1200] Compiling v3_lib.cc
[633/1200] Compiling v3_info.cc
[634/1200] Compiling v3_pcons.cc
[635/1200] Compiling v3_genn.cc
[636/1200] Compiling v3_enum.cc
[637/1200] Compiling v3_extku.cc
[637/1200] Compiling v3_cpols.cc
[637/1200] Compiling v3_ia5.cc
[637/1200] Compiling v3_crld.cc
[637/1200] Compiling v3_conf.cc
[637/1200] Compiling v3_bitst.cc
[637/1200] Compiling v3_alt.cc
[637/1200] Compiling v3_akey.cc
[637/1200] Compiling t_x509a.cc
[637/1200] Compiling v3_akeya.cc
[637/1200] Compiling v3_bcons.cc
[648/1200] Compiling t_x509.cc
[649/1200] Compiling i2d_pr.cc
[650/1200] Compiling t_req.cc
[651/1200] Compiling t_crl.cc
[652/1200] Compiling policy.cc
[653/1200] Compiling rsa_pss.cc
[653/1200] Compiling name_print.cc
[655/1200] Compiling by_file.cc
[656/1200] Compiling by_dir.cc
[657/1200] Compiling asn1_gen.cc
[658/1200] Compiling a_verify.cc
[659/1200] Compiling algorithm.cc
[660/1200] Compiling trust_token.cc
[661/1200] Compiling a_sign.cc
[662/1200] Compiling voprf.cc
[663/1200] Compiling a_digest.cc
[664/1200] Compiling thread_win.cc
[664/1200] Compiling thread_pthread.cc
[666/1200] Compiling thread_none.cc
[667/1200] Compiling thread.cc
[668/1200] Compiling pmbtoken.cc
[669/1200] Compiling stack.cc
[670/1200] Compiling sha256.cc
[671/1200] Compiling sha1.cc
[672/1200] Compiling sha512.cc
[672/1200] Compiling siphash.cc
[674/1200] Compiling slhdsa.cc
[675/1200] Compiling rsa_extra.cc
[676/1200] Compiling rsa_print.cc
[677/1200] Compiling rc4.cc
[678/1200] Compiling spake2plus.cc
[679/1200] Compiling refcount.cc
[680/1200] Compiling rsa_crypt.cc
[681/1200] Compiling windows.cc
[682/1200] Compiling rsa_asn1.cc
[683/1200] Compiling trusty.cc
[684/1200] Compiling rand.cc
[685/1200] Compiling ios.cc
[686/1200] Compiling passive.cc
[687/1200] Compiling urandom.cc
[688/1200] Compiling getentropy.cc
[689/1200] Compiling poly1305_arm_asm.S
[690/1200] Compiling forkunsafe.cc
[691/1200] Compiling deterministic.cc
[692/1200] Compiling fork_detect.cc
[693/1200] Compiling poly1305_vec.cc
[694/1200] Compiling pool.cc
[695/1200] Compiling poly1305_arm.cc
[696/1200] Compiling poly1305.cc
[697/1200] Compiling pkcs7.cc
[698/1200] Compiling pkcs8.cc
[699/1200] Compiling pkcs8_x509.cc
[700/1200] Compiling p5_pbev2.cc
[701/1200] Compiling pkcs7_x509.cc
[702/1200] Compiling pem_x509.cc
[703/1200] Compiling pem_xaux.cc
[704/1200] Compiling pem_pkey.cc
[705/1200] Compiling mlkem.cc
[706/1200] Compiling pem_pk8.cc
[707/1200] Compiling obj_xref.cc
[707/1200] Compiling pem_oth.cc
[709/1200] Compiling pem_info.cc
[710/1200] Compiling pem_lib.cc
[711/1200] Compiling mldsa.cc
[712/1200] Compiling pem_all.cc
[713/1200] Compiling obj.cc
[714/1200] Compiling md5.cc
[715/1200] Compiling fips_shared_support.cc
[716/1200] Compiling md4.cc
[717/1200] Compiling mem.cc
[718/1200] Compiling lhash.cc
[719/1200] Compiling poly_rq_mul.S
[720/1200] Compiling sign.cc
[721/1200] Compiling scrypt.cc
[722/1200] Compiling print.cc
[723/1200] Compiling ex_data.cc
[724/1200] Compiling kyber.cc
[725/1200] Compiling hrss.cc
[726/1200] Compiling pbkdf.cc
[727/1200] Compiling hpke.cc
[728/1200] Compiling p_x25519_asn1.cc
[729/1200] Compiling p_x25519.cc
[730/1200] Compiling p_rsa.cc
[731/1200] Compiling p_rsa_asn1.cc
[732/1200] Compiling p_hkdf.cc
[733/1200] Compiling p_ed25519.cc
[734/1200] Compiling p_ec_asn1.cc
[735/1200] Compiling p_ec.cc
[736/1200] Compiling p_dh_asn1.cc
[737/1200] Compiling p_dh.cc
[738/1200] Compiling p_ed25519_asn1.cc
[739/1200] Compiling p_dsa_asn1.cc
[740/1200] Compiling err.cc
[741/1200] Compiling engine.cc
[742/1200] Compiling evp.cc
[743/1200] Compiling evp_ctx.cc
[744/1200] Compiling ecdh.cc
[745/1200] Compiling evp_asn1.cc
[746/1200] Compiling ecdsa_asn1.cc
[747/1200] Compiling hash_to_curve.cc
[748/1200] Compiling ec_derive.cc
[749/1200] Compiling dsa.cc
[750/1200] Compiling dsa_asn1.cc
[750/1200] Compiling params.cc
[752/1200] Compiling ec_asn1.cc
[753/1200] Compiling des.cc
[754/1200] Compiling dh_asn1.cc
[755/1200] Compiling digest_extra.cc
[756/1200] Compiling spake25519.cc
[757/1200] Compiling x25519-asm-arm.S
[758/1200] Compiling crypto.cc
[759/1200] Compiling cpu_intel.cc
[760/1200] Compiling curve25519.cc
[761/1200] Compiling cpu_arm_linux.cc
[762/1200] Compiling cpu_aarch64_sysreg.cc
[763/1200] Compiling curve25519_64_adx.cc
[764/1200] Compiling cpu_aarch64_win.cc
[765/1200] Compiling cpu_arm_freebsd.cc
[766/1200] Compiling cpu_aarch64_openbsd.cc
[767/1200] Compiling cpu_aarch64_apple.cc
[768/1200] Compiling tls_cbc.cc
[769/1200] Compiling bcm.cc
[770/1200] Compiling conf.cc
[771/1200] Compiling cpu_aarch64_fuchsia.cc
[771/1200] Compiling cpu_aarch64_linux.cc
[772/1200] Compiling get_cipher.cc
[774/1200] Compiling e_rc4.cc
[775/1200] Compiling e_des.cc
[776/1200] Compiling e_tls.cc
[777/1200] Compiling e_rc2.cc
[778/1200] Compiling e_null.cc
[779/1200] Compiling e_chacha20poly1305.cc
[780/1200] Compiling e_aesgcmsiv.cc
[781/1200] Compiling e_aesctrhmac.cc
[782/1200] Compiling derive_key.cc
[783/1200] Compiling chacha.cc
[784/1200] Compiling buf.cc
[785/1200] Compiling unicode.cc
[786/1200] Compiling bn_asn1.cc
[786/1200] Compiling ber.cc
[786/1200] Compiling cbs.cc
[789/1200] Compiling asn1_compat.cc
[790/1200] Compiling cbb.cc
[791/1200] Compiling blake2.cc
[792/1200] Compiling socket_helper.cc
[793/1200] Compiling convert.cc
[794/1200] Compiling socket.cc
[795/1200] Compiling printf.cc
[796/1200] Compiling hexdump.cc
[797/1200] Compiling pair.cc
[798/1200] Compiling errno.cc
[799/1200] Compiling file.cc
[800/1200] Compiling fd.cc
[801/1200] Compiling base64.cc
[802/1200] Compiling connect.cc
[803/1200] Compiling bio.cc
[804/1200] Compiling bio_mem.cc
[805/1200] Compiling tasn_typ.cc
[806/1200] Compiling tasn_fre.cc
[807/1200] Compiling tasn_enc.cc
[808/1200] Compiling f_string.cc
[809/1200] Compiling posix_time.cc
[810/1200] Compiling f_int.cc
[811/1200] Compiling tasn_utl.cc
[812/1200] Compiling tasn_new.cc
[813/1200] Compiling asn_pack.cc
[814/1200] Compiling tasn_dec.cc
[815/1200] Compiling a_utctm.cc
[816/1200] Compiling asn1_par.cc
[817/1200] Compiling a_type.cc
[818/1200] Compiling a_octet.cc
[819/1200] Compiling a_time.cc
[820/1200] Compiling asn1_lib.cc
[821/1200] Compiling a_strnid.cc
[822/1200] Compiling a_object.cc
[823/1200] Compiling a_strex.cc
[824/1200] Compiling a_mbstr.cc
[825/1200] Compiling a_int.cc
[826/1200] Compiling a_d2i_fp.cc
[827/1200] Compiling a_dup.cc
[828/1200] Compiling a_i2d_fp.cc
[829/1200] Compiling fiat_p256_adx_mul.S
[830/1200] Compiling fiat_p256_adx_sqr.S
[831/1200] Compiling fiat_curve25519_adx_square.S
[832/1200] Compiling fiat_curve25519_adx_mul.S
[833/1200] Compiling md5-x86_64-linux.S
[834/1200] Compiling md5-x86_64-apple.S
[835/1200] Compiling md5-586-linux.S
[836/1200] Compiling md5-586-apple.S
[837/1200] Compiling a_gentm.cc
[838/1200] Compiling a_bitstr.cc
[839/1200] Compiling CCryptoBoringSSLShims shims.c
[840/1200] Compiling a_bool.cc
[841/1200] Compiling chacha20_poly1305_x86_64-apple.S
[842/1200] Compiling chacha20_poly1305_armv8-win.S
[843/1200] Compiling chacha20_poly1305_armv8-linux.S
[844/1200] Compiling chacha20_poly1305_x86_64-linux.S
[845/1200] Compiling chacha20_poly1305_armv8-apple.S
[846/1200] Compiling chacha-x86_64-linux.S
[847/1200] Compiling chacha-x86-linux.S
[848/1200] Compiling chacha-x86_64-apple.S
[849/1200] Compiling chacha-armv8-win.S
[850/1200] Compiling chacha-x86-apple.S
[851/1200] Compiling chacha-armv8-linux.S
[852/1200] Compiling chacha-armv8-apple.S
[853/1200] Compiling aes128gcmsiv-x86_64-linux.S
[854/1200] Compiling aes128gcmsiv-x86_64-apple.S
[855/1200] Compiling chacha-armv4-linux.S
[856/1200] Compiling x86_64-mont5-linux.S
[857/1200] Compiling x86_64-mont-linux.S
[858/1200] Compiling x86_64-mont-apple.S
[859/1200] Compiling x86_64-mont5-apple.S
[860/1200] Compiling x86-mont-linux.S
[861/1200] Compiling err_data.cc
[862/1200] Compiling x86-mont-apple.S
[863/1200] Compiling vpaes-x86_64-linux.S
[864/1200] Compiling vpaes-x86_64-apple.S
[865/1200] Compiling vpaes-x86-linux.S
[866/1200] Compiling vpaes-x86-apple.S
[867/1200] Compiling vpaes-armv8-win.S
[868/1200] Compiling vpaes-armv8-linux.S
[869/1200] Compiling vpaes-armv7-linux.S
[870/1200] Compiling vpaes-armv8-apple.S
[871/1200] Compiling sha512-x86_64-linux.S
[872/1200] Compiling sha512-x86_64-apple.S
[873/1200] Compiling sha512-armv8-win.S
[874/1200] Compiling sha512-armv8-linux.S
[875/1200] Compiling sha512-armv8-apple.S
[876/1200] Compiling sha512-armv4-linux.S
[877/1200] Compiling sha512-586-linux.S
[878/1200] Compiling sha512-586-apple.S
[879/1200] Compiling sha256-armv8-win.S
[880/1200] Compiling sha256-x86_64-apple.S
[881/1200] Compiling sha256-x86_64-linux.S
[882/1200] Compiling sha256-armv8-apple.S
[883/1200] Compiling sha256-armv4-linux.S
[884/1200] Compiling sha256-armv8-linux.S
[885/1200] Compiling sha256-586-linux.S
[886/1200] Compiling sha1-armv8-win.S
[887/1200] Compiling sha1-x86_64-apple.S
[888/1200] Compiling sha256-586-apple.S
[889/1200] Compiling sha1-armv8-linux.S
[890/1200] Compiling sha1-x86_64-linux.S
[891/1200] Compiling sha1-armv8-apple.S
[892/1200] Compiling sha1-586-linux.S
[893/1200] Compiling sha1-586-apple.S
[894/1200] Compiling sha1-armv4-large-linux.S
[895/1200] Compiling rsaz-avx2-apple.S
[896/1200] Compiling rdrand-x86_64-apple.S
[897/1200] Compiling rdrand-x86_64-linux.S
[898/1200] Compiling p256_beeu-x86_64-asm-apple.S
[899/1200] Compiling rsaz-avx2-linux.S
[900/1200] Compiling p256_beeu-x86_64-asm-linux.S
[901/1200] Compiling p256_beeu-armv8-asm-win.S
[902/1200] Compiling p256_beeu-armv8-asm-apple.S
[903/1200] Compiling p256_beeu-armv8-asm-linux.S
[904/1200] Compiling p256-armv8-asm-linux.S
[905/1200] Compiling p256-armv8-asm-win.S
[906/1200] Compiling p256-x86_64-asm-apple.S
[907/1200] Compiling p256-x86_64-asm-linux.S
[908/1200] Compiling p256-armv8-asm-apple.S
[909/1200] Compiling ghashv8-armv8-linux.S
[910/1200] Compiling ghashv8-armv8-win.S
[911/1200] Compiling ghashv8-armv7-linux.S
[912/1200] Compiling ghashv8-armv8-apple.S
[913/1200] Compiling ghash-x86-linux.S
[914/1200] Compiling ghash-x86_64-apple.S
[915/1200] Compiling ghash-x86_64-linux.S
[916/1200] Compiling ghash-ssse3-x86_64-linux.S
[917/1200] Compiling ghash-x86-apple.S
[918/1200] Compiling ghash-ssse3-x86_64-apple.S
[919/1200] Compiling ghash-neon-armv8-win.S
[920/1200] Compiling ghash-ssse3-x86-linux.S
[921/1200] Compiling ghash-ssse3-x86-apple.S
[922/1200] Compiling ghash-neon-armv8-apple.S
[923/1200] Compiling ghash-neon-armv8-linux.S
[924/1200] Compiling ghash-armv4-linux.S
[925/1200] Compiling co-586-linux.S
[926/1200] Compiling co-586-apple.S
[926/1200] Compiling bn-armv8-win.S
[928/1200] Compiling bsaes-armv7-linux.S
[929/1200] Compiling bn-armv8-linux.S
[930/1200] Compiling bn-armv8-apple.S
[931/1200] Compiling bn-586-apple.S
[932/1200] Compiling bn-586-linux.S
[933/1200] Compiling armv8-mont-win.S
[934/1200] Compiling armv8-mont-linux.S
[935/1200] Compiling aesv8-gcm-armv8-win.S
[936/1200] Compiling armv4-mont-linux.S
[937/1200] Compiling armv8-mont-apple.S
[938/1200] Compiling aesv8-gcm-armv8-linux.S
[939/1200] Compiling aesv8-gcm-armv8-apple.S
[940/1200] Compiling aesv8-armv8-win.S
[941/1200] Compiling aesv8-armv8-linux.S
[942/1200] Compiling aesni-x86_64-apple.S
[943/1200] Compiling aesv8-armv7-linux.S
[944/1200] Compiling aesv8-armv8-apple.S
[945/1200] Compiling aesni-x86_64-linux.S
[946/1200] Compiling aesni-x86-linux.S
[947/1200] Compiling aesni-gcm-x86_64-linux.S
[948/1200] Compiling aesni-x86-apple.S
[949/1200] Compiling aesni-gcm-x86_64-apple.S
[950/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[951/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[952/1200] Compiling x_val.cc
[953/1200] Compiling x_sig.cc
[954/1200] Compiling x_req.cc
[955/1200] Compiling x_x509.cc
[956/1200] Compiling x_x509a.cc
[957/1200] Compiling x_spki.cc
[958/1200] Compiling c-nioatomics.c
[959/1200] Compiling x_exten.cc
[960/1200] Compiling x_crl.cc
[961/1200] Compiling x_name.cc
[962/1200] Compiling x_pubkey.cc
[963/1200] Compiling x_attrib.cc
[964/1200] Compiling x_all.cc
[965/1200] Compiling c-atomics.c
[966/1200] Compiling x_algor.cc
[967/1200] Compiling x509spki.cc
[968/1206] Compiling x509name.cc
[969/1206] Compiling x509_vpm.cc
[970/1206] Compiling x509rset.cc
[972/1206] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[972/1206] Compiling x509cset.cc
[973/1206] Compiling x509_vfy.cc
[975/1206] Compiling NIOConcurrencyHelpers NIOLock.swift
[976/1206] Compiling NIOConcurrencyHelpers lock.swift
[976/1206] Compiling x509_v3.cc
[978/1206] Emitting module NIOConcurrencyHelpers
[979/1206] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[980/1206] Compiling NIOConcurrencyHelpers atomics.swift
[980/1207] Compiling x509_txt.cc
[982/1207] Compiling x509_obj.cc
[983/1207] Compiling x509_trs.cc
[984/1233] Compiling x509_set.cc
[985/1233] Compiling x509_req.cc
[986/1233] Compiling x509_lu.cc
[987/1233] Compiling x509_ext.cc
[989/1233] Compiling ConsoleKitTerminal Console+Wait.swift
[990/1233] Compiling ConsoleKitTerminal ConsoleColor.swift
[991/1233] Compiling ConsoleKitTerminal ConsoleStyle.swift
[992/1236] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[993/1236] Compiling ConsoleKitTerminal ConsoleClear.swift
[994/1236] Compiling ConsoleKitTerminal Console+Ask.swift
[995/1236] Compiling ConsoleKitTerminal Console+Choose.swift
[996/1236] Compiling ConsoleKitTerminal Console+Confirm.swift
[997/1236] Compiling ConsoleKitTerminal Console+Input.swift
[998/1236] Compiling ConsoleKitTerminal Console+Center.swift
[999/1236] Compiling ConsoleKitTerminal Console+Output.swift
[999/1236] Compiling x509_def.cc
[1001/1236] Emitting module ConsoleKitTerminal
[1002/1236] Compiling ConsoleKitTerminal ActivityBar.swift
[1003/1236] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1004/1236] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1005/1236] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1006/1236] Compiling ConsoleKitTerminal CustomActivity.swift
[1007/1236] Compiling ConsoleKitTerminal LoadingBar.swift
[1008/1236] Compiling ConsoleKitTerminal ProgressBar.swift
[1009/1236] Compiling ConsoleKitTerminal Console+Clear.swift
[1009/1236] Compiling x509_d2.cc
[1010/1236] Compiling x509.cc
[1011/1236] Compiling x509_att.cc
[1012/1236] Compiling x509_cmp.cc
[1014/1236] Compiling ConsoleKitTerminal ConsoleText.swift
[1015/1236] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1016/1236] Compiling ConsoleKitTerminal ANSI.swift
[1017/1236] Compiling ConsoleKitTerminal Console.swift
[1018/1236] Compiling ConsoleKitTerminal Terminal.swift
[1019/1236] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1019/1236] Compiling v3_skey.cc
[1020/1236] Compiling v3_utl.cc
[1022/1236] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1023/1236] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1024/1236] Compiling ConsoleKitTerminal LoggerFragment.swift
[1025/1237] Compiling v3_prn.cc
[1026/1237] Compiling v3_purp.cc
[1027/1243] Compiling v3_pmaps.cc
[1028/1259] Compiling v3_ocsp.cc
[1029/1259] Compiling v3_pcons.cc
[1030/1259] Compiling v3_lib.cc
[1031/1259] Compiling v3_ncons.cc
[1033/1259] Emitting module ConsoleKitCommands
[1034/1261] Compiling ConsoleKitCommands CommandSignature.swift
[1035/1261] Compiling ConsoleKitCommands Flag.swift
[1036/1261] Compiling ConsoleKitCommands Option.swift
[1036/1261] Compiling v3_int.cc
[1038/1261] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1039/1261] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1040/1261] Compiling ConsoleKitCommands Argument.swift
[1041/1261] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1042/1261] Compiling ConsoleKitCommands AsyncCommand.swift
[1043/1261] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1044/1261] Compiling ConsoleKitCommands CommandGroup.swift
[1045/1261] Compiling ConsoleKitCommands CommandInput.swift
[1046/1261] Compiling ConsoleKitCommands Commands.swift
[1047/1261] Compiling ConsoleKitCommands AsyncCommands.swift
[1048/1261] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1049/1261] Compiling ConsoleKitCommands AnyCommand.swift
[1050/1261] Compiling ConsoleKitCommands Command.swift
[1051/1261] Compiling ConsoleKitCommands CommandContext.swift
[1052/1261] Compiling ConsoleKitCommands CommandError.swift
[1053/1261] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1054/1261] Compiling ConsoleKitCommands Utilities.swift
[1054/1261] Compiling v3_info.cc
[1055/1261] Compiling v3_ia5.cc
[1056/1261] Compiling v3_genn.cc
[1057/1261] Compiling v3_extku.cc
[1058/1261] Compiling v3_enum.cc
[1059/1261] Compiling v3_crld.cc
[1060/1261] Compiling v3_cpols.cc
[1061/1261] Compiling v3_conf.cc
[1062/1261] Compiling v3_bitst.cc
[1063/1261] Compiling v3_bcons.cc
[1064/1261] Compiling v3_alt.cc
[1065/1261] Compiling ConsoleKitCommands Console+Run.swift
[1066/1261] Compiling ConsoleKitCommands ConsoleError.swift
[1067/1261] Compiling ConsoleKitCommands Completion.swift
[1069/1262] Compiling v3_akeya.cc
[1070/1262] Compiling v3_akey.cc
[1071/1264] Compiling t_x509a.cc
[1072/1264] Compiling t_x509.cc
[1073/1264] Compiling t_req.cc
[1075/1264] Compiling ConsoleKit Exports.swift
[1076/1264] Emitting module ConsoleKit
[1076/1265] Compiling t_crl.cc
[1078/1265] Compiling rsa_pss.cc
[1079/1265] Compiling policy.cc
[1080/1265] Compiling i2d_pr.cc
[1081/1265] Compiling name_print.cc
[1082/1265] Compiling asn1_gen.cc
[1083/1265] Compiling by_file.cc
[1084/1265] Compiling by_dir.cc
[1085/1265] Compiling voprf.cc
[1086/1265] Compiling a_sign.cc
[1087/1265] Compiling a_verify.cc
[1088/1265] Compiling algorithm.cc
[1089/1265] Compiling a_digest.cc
[1090/1265] Compiling thread_pthread.cc
[1091/1265] Compiling thread_win.cc
[1092/1265] Compiling thread_none.cc
[1093/1265] Compiling trust_token.cc
[1094/1265] Compiling thread.cc
[1095/1265] Compiling pmbtoken.cc
[1096/1265] Compiling wots.cc
[1097/1265] Compiling thash.cc
[1098/1265] Compiling stack.cc
[1099/1265] Compiling sha1.cc
[1100/1265] Compiling sha256.cc
[1101/1265] Compiling sha512.cc
[1102/1265] Compiling slhdsa.cc
[1102/1265] Compiling merkle.cc
[1104/1265] Compiling fors.cc
[1105/1265] Compiling siphash.cc
[1106/1265] Compiling rsa_print.cc
[1107/1265] Compiling rsa_extra.cc
[1108/1265] Compiling rc4.cc
[1109/1265] Compiling windows.cc
[1110/1265] Compiling refcount.cc
[1111/1265] Compiling urandom.cc
[1112/1265] Compiling rsa_asn1.cc
[1113/1265] Compiling trusty.cc
[1114/1265] Compiling rsa_crypt.cc
[1115/1265] Compiling rand_extra.cc
[1116/1265] Compiling ios.cc
[1117/1265] Compiling passive.cc
[1118/1265] Compiling poly1305_arm_asm.S
[1119/1265] Compiling getentropy.cc
[1120/1265] Compiling forkunsafe.cc
[1121/1265] Compiling deterministic.cc
[1122/1265] Compiling fork_detect.cc
[1123/1265] Compiling poly1305_arm.cc
[1124/1265] Compiling pool.cc
[1125/1265] Compiling poly1305.cc
[1126/1265] Compiling poly1305_vec.cc
[1127/1265] Compiling pkcs7.cc
[1128/1265] Compiling p5_pbev2.cc
[1129/1265] Compiling pkcs8_x509.cc
[1130/1265] Compiling pkcs8.cc
[1131/1265] Compiling pkcs7_x509.cc
[1132/1265] Compiling pem_x509.cc
[1133/1265] Compiling pem_xaux.cc
[1134/1265] Compiling pem_pkey.cc
[1135/1265] Compiling obj_xref.cc
[1136/1265] Compiling pem_pk8.cc
[1137/1265] Compiling pem_oth.cc
[1138/1265] Compiling obj.cc
[1139/1265] Compiling mldsa.cc
[1140/1265] Compiling pem_lib.cc
[1141/1265] Compiling pem_info.cc
[1142/1265] Compiling pem_all.cc
[1143/1265] Compiling mlkem.cc
[1144/1265] Compiling poly_rq_mul.S
[1145/1265] Compiling mem.cc
[1146/1265] Compiling fips_shared_support.cc
[1147/1265] Compiling md5.cc
[1148/1265] Compiling md4.cc
[1149/1265] Compiling lhash.cc
[1150/1265] Compiling kyber.cc
[1151/1265] Compiling ex_data.cc
[1152/1265] Compiling sign.cc
[1153/1265] Compiling hrss.cc
[1154/1265] Compiling hpke.cc
[1155/1265] Compiling scrypt.cc
[1156/1265] Compiling pbkdf.cc
[1157/1265] Compiling print.cc
[1158/1265] Compiling p_x25519_asn1.cc
[1159/1265] Compiling p_x25519.cc
[1160/1265] Compiling p_rsa.cc
[1161/1265] Compiling p_rsa_asn1.cc
[1162/1265] Compiling p_hkdf.cc
[1163/1265] Compiling p_ed25519.cc
[1164/1265] Compiling p_ed25519_asn1.cc
[1165/1265] Compiling p_ec.cc
[1166/1265] Compiling p_ec_asn1.cc
[1167/1265] Compiling p_dh_asn1.cc
[1168/1265] Compiling p_dsa_asn1.cc
[1169/1265] Compiling p_dh.cc
[1170/1265] Compiling evp_ctx.cc
[1171/1265] Compiling evp.cc
[1172/1265] Compiling err.cc
[1173/1265] Compiling engine.cc
[1174/1265] Compiling evp_asn1.cc
[1175/1265] Compiling ecdh_extra.cc
[1176/1265] Compiling ecdsa_asn1.cc
[1177/1265] Compiling hash_to_curve.cc
[1178/1265] Compiling ec_derive.cc
[1179/1265] Compiling ec_asn1.cc
[1180/1265] Compiling dsa_asn1.cc
[1181/1265] Compiling dsa.cc
[1182/1265] Compiling digest_extra.cc
[1183/1265] Compiling params.cc
[1184/1265] Compiling x25519-asm-arm.S
[1185/1265] Compiling dh_asn1.cc
[1186/1265] Compiling des.cc
[1187/1265] Compiling spake25519.cc
[1188/1265] Compiling crypto.cc
[1189/1265] Compiling cpu_intel.cc
[1190/1265] Compiling cpu_arm_linux.cc
[1191/1265] Compiling curve25519.cc
[1192/1265] Compiling cpu_arm_freebsd.cc
[1193/1265] Compiling cpu_aarch64_win.cc
[1194/1265] Compiling cpu_aarch64_openbsd.cc
[1195/1265] Compiling cpu_aarch64_sysreg.cc
[1196/1265] Compiling cpu_aarch64_linux.cc
[1197/1265] Compiling cpu_aarch64_fuchsia.cc
[1198/1265] Compiling cpu_aarch64_apple.cc
[1199/1265] Compiling curve25519_64_adx.cc
[1200/1265] Compiling conf.cc
[1201/1265] Compiling tls_cbc.cc
[1202/1265] Compiling e_tls.cc
[1203/1265] Compiling bcm.cc
[1204/1265] Compiling e_null.cc
[1205/1265] Compiling e_rc4.cc
[1206/1265] Compiling e_des.cc
[1207/1265] Compiling e_rc2.cc
[1208/1265] Compiling e_chacha20poly1305.cc
[1209/1265] Compiling e_aesctrhmac.cc
[1210/1265] Compiling e_aesgcmsiv.cc
[1211/1265] Compiling derive_key.cc
[1212/1265] Compiling cipher_extra.cc
[1213/1265] Compiling chacha.cc
[1214/1265] Compiling unicode.cc
[1215/1265] Compiling ber.cc
[1216/1265] Compiling cbs.cc
[1217/1265] Compiling cbb.cc
[1218/1265] Compiling asn1_compat.cc
[1219/1265] Compiling buf.cc
[1220/1265] Compiling bn_asn1.cc
[1221/1265] Compiling blake2.cc
[1222/1265] Compiling convert.cc
[1223/1265] Compiling printf.cc
[1224/1265] Compiling pair.cc
[1225/1265] Compiling file.cc
[1226/1265] Compiling hexdump.cc
[1227/1265] Compiling fd.cc
[1228/1265] Compiling errno.cc
[1229/1265] Compiling bio_mem.cc
[1230/1265] Compiling base64.cc
[1231/1265] Compiling bio.cc
[1232/1265] Compiling tasn_fre.cc
[1233/1265] Compiling tasn_typ.cc
[1234/1265] Compiling tasn_utl.cc
[1235/1265] Compiling tasn_new.cc
[1236/1265] Compiling tasn_enc.cc
[1237/1265] Compiling f_string.cc
[1238/1265] Compiling posix_time.cc
[1239/1265] Compiling tasn_dec.cc
[1240/1265] Compiling f_int.cc
[1241/1265] Compiling asn_pack.cc
[1242/1265] Compiling asn1_par.cc
[1243/1265] Compiling a_utctm.cc
[1244/1265] Compiling asn1_lib.cc
[1245/1265] Compiling a_type.cc
[1246/1265] Compiling a_time.cc
[1247/1265] Compiling a_strnid.cc
[1248/1265] Compiling a_octet.cc
[1249/1265] Compiling a_strex.cc
[1250/1265] Compiling a_object.cc
[1251/1265] Compiling a_i2d_fp.cc
[1252/1265] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1252/1265] Write sources
[1258/1265] Compiling a_mbstr.cc
[1259/1265] Compiling a_int.cc
[1260/1265] Compiling a_dup.cc
[1261/1265] Compiling a_d2i_fp.cc
[1262/1265] Compiling a_gentm.cc
[1263/1362] Compiling a_bool.cc
[1264/1362] Compiling a_bitstr.cc
[1266/1362] Compiling Algorithms Indexed.swift
[1267/1362] Compiling Algorithms Intersperse.swift
[1268/1362] Compiling Algorithms FlattenCollection.swift
[1269/1362] Compiling Algorithms Grouped.swift
[1270/1364] Compiling Algorithms FirstNonNil.swift
[1271/1364] Compiling Algorithms AdjacentPairs.swift
[1272/1372] Compiling Algorithms Joined.swift
[1273/1372] Compiling Algorithms Keyed.swift
[1274/1372] Compiling Algorithms MinMax.swift
[1275/1372] Compiling Algorithms Chain.swift
[1276/1372] Compiling Algorithms Chunked.swift
[1277/1372] Compiling Algorithms Combinations.swift
[1278/1372] Compiling Atomics IntegerOperations.swift
[1279/1372] Compiling Atomics Unmanaged extensions.swift
[1280/1372] Emitting module BitCollections
[1285/1372] Compiling Algorithms Rotate.swift
[1286/1372] Compiling Algorithms Split.swift
[1287/1372] Compiling Algorithms Stride.swift
[1288/1379] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1289/1379] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1290/1379] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1291/1379] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1292/1379] Compiling BitCollections BitSet+SetAlgebra union.swift
[1293/1379] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1294/1379] Compiling BitCollections BitSet.Counted.swift
[1295/1379] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1296/1379] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1297/1379] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1298/1379] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1299/1379] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1300/1379] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1301/1379] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1302/1379] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1303/1379] Compiling BitCollections BitSet+CustomReflectable.swift
[1304/1379] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1305/1379] Compiling BitCollections BitSet+Equatable.swift
[1306/1379] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1307/1379] Compiling BitCollections BitSet+Extras.swift
[1308/1379] Compiling BitCollections BitSet+Hashable.swift
[1309/1379] Compiling CryptoBoringWrapper RandomBytes.swift
[1315/1382] Compiling Algorithms Suffix.swift
[1316/1382] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1318/1382] Compiling Algorithms Trim.swift
[1319/1382] Compiling Algorithms Unique.swift
[1320/1382] Compiling Algorithms Windows.swift
[1321/1382] Compiling BitCollections BitArray._UnsafeHandle.swift
[1322/1382] Compiling BitCollections BitArray.swift
[1323/1382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1324/1382] Compiling BitCollections BitSet+Codable.swift
[1325/1382] Compiling Algorithms Compacted.swift
[1326/1382] Compiling Algorithms Cycle.swift
[1327/1382] Compiling Algorithms EitherSequence.swift
[1333/1382] Compiling Algorithms Partition.swift
[1334/1382] Compiling Algorithms Permutations.swift
[1335/1382] Compiling Algorithms Product.swift
[1341/1382] Emitting module CryptoBoringWrapper
[1342/1382] Compiling CryptoBoringWrapper EllipticCurve.swift
[1343/1382] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1354/1382] Compiling BitCollections BitSet.Index.swift
[1355/1382] Compiling BitCollections BitSet._UnsafeHandle.swift
[1356/1382] Compiling BitCollections BitSet.swift
[1357/1382] Compiling BitCollections Range+Utilities.swift
[1358/1382] Compiling BitCollections Slice+Utilities.swift
[1359/1382] Compiling BitCollections UInt+Tricks.swift
[1360/1382] Compiling BitCollections _Word.swift
[1365/1383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1366/1383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1367/1383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1369/1386] Compiling Collections Collections.swift
[1370/1386] Emitting module Collections
[1377/1458] Emitting module Atomics
[1379/1459] Compiling Crypto AES-GCM.swift
[1380/1459] Compiling Crypto AES-GCM_boring.swift
[1381/1459] Compiling Crypto ChaChaPoly_boring.swift
[1382/1459] Compiling Crypto ChaChaPoly.swift
[1383/1459] Compiling Crypto Cipher.swift
[1384/1459] Compiling Crypto Nonces.swift
[1385/1459] Compiling Crypto ASN1.swift
[1386/1459] Compiling Crypto ASN1Any.swift
[1388/1518] Emitting module Algorithms
[1390/1519] Compiling NIOCore MarkedCircularBuffer.swift
[1391/1519] Compiling NIOCore MulticastChannel.swift
[1392/1519] Compiling NIOCore NIOAny.swift
[1393/1519] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1394/1519] Compiling NIOCore NIOLoopBound.swift
[1395/1519] Compiling NIOCore NIOScheduledCallback.swift
[1396/1519] Compiling NIOCore NIOSendable.swift
[1397/1519] Compiling NIOCore RecvByteBufferAllocator.swift
[1398/1519] Compiling Crypto NISTCurvesKeys.swift
[1399/1519] Compiling Crypto X25519Keys.swift
[1400/1519] Compiling Crypto SymmetricKeys.swift
[1401/1519] Compiling Crypto HMAC.swift
[1402/1519] Compiling Crypto MACFunctions.swift
[1403/1519] Compiling Crypto MessageAuthenticationCode.swift
[1404/1519] Compiling Crypto AES.swift
[1405/1519] Compiling Crypto ECDSASignature_boring.swift
[1406/1519] Compiling Crypto ECDSA_boring.swift
[1407/1519] Compiling Crypto EdDSA_boring.swift
[1408/1519] Compiling Crypto ECDSA.swift
[1409/1519] Compiling Crypto Ed25519.swift
[1418/1536] Compiling NIOCore IntegerBitPacking.swift
[1419/1536] Compiling NIOCore IntegerTypes.swift
[1420/1536] Compiling NIOCore Interfaces.swift
[1421/1536] Compiling NIOCore Linux.swift
[1422/1536] Compiling NIOCore EventLoop.swift
[1423/1536] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1424/1536] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1425/1536] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1426/1536] Compiling NIOCore EventLoopFuture.swift
[1427/1536] Compiling NIOCore FileDescriptor.swift
[1428/1536] Compiling NIOCore FileHandle.swift
[1429/1536] Compiling NIOCore FileRegion.swift
[1430/1536] Compiling NIOCore ChannelPipeline.swift
[1431/1536] Compiling NIOCore CircularBuffer.swift
[1432/1536] Compiling NIOCore Codec.swift
[1433/1536] Compiling NIOCore ConvenienceOptionSupport.swift
[1434/1536] Compiling NIOCore DeadChannel.swift
[1435/1536] Compiling NIOCore DispatchQueue+WithFuture.swift
[1436/1536] Compiling NIOCore EventLoop+Deprecated.swift
[1437/1536] Compiling NIOCore EventLoop+SerialExecutor.swift
[1438/1536] Compiling NIOCore ByteBuffer-views.swift
[1439/1536] Compiling NIOCore Channel.swift
[1440/1536] Compiling NIOCore ChannelHandler.swift
[1441/1536] Compiling NIOCore ChannelHandlers.swift
[1442/1536] Compiling NIOCore ChannelInvoker.swift
[1443/1536] Compiling NIOCore ChannelOption.swift
[1444/1536] Compiling NIOCore GlobalSingletons.swift
[1445/1536] Compiling NIOCore IO.swift
[1446/1536] Compiling NIOCore IOData.swift
[1447/1536] Compiling NIOCore IPProtocol.swift
[1456/1536] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1457/1536] Compiling NIOCore BSDSocketAPI.swift
[1458/1536] Compiling NIOCore ByteBuffer-aux.swift
[1459/1536] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1460/1536] Compiling NIOCore ByteBuffer-conversions.swift
[1461/1536] Compiling NIOCore ByteBuffer-core.swift
[1462/1536] Compiling NIOCore ByteBuffer-hex.swift
[1463/1536] Compiling NIOCore ByteBuffer-int.swift
[1464/1536] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1465/1536] Compiling NIOCore AddressedEnvelope.swift
[1466/1536] Compiling NIOCore AsyncAwaitSupport.swift
[1467/1536] Compiling NIOCore AsyncChannel.swift
[1468/1536] Compiling NIOCore AsyncChannelHandler.swift
[1469/1536] Compiling NIOCore AsyncChannelInboundStream.swift
[1470/1536] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1471/1536] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1472/1536] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1473/1536] Compiling NIOCore NIOAsyncWriter.swift
[1474/1536] Compiling NIOCore ByteBuffer-multi-int.swift
[1475/1536] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1476/1536] Emitting module Crypto
[1477/1536] Compiling Crypto Signature.swift
[1478/1536] Compiling Crypto CryptoKitErrors_boring.swift
[1479/1536] Compiling Crypto RNG_boring.swift
[1480/1536] Compiling Crypto SafeCompare_boring.swift
[1481/1536] Compiling Crypto Zeroization_boring.swift
[1482/1536] Compiling Crypto PrettyBytes.swift
[1483/1536] Compiling Crypto SafeCompare.swift
[1484/1536] Compiling Crypto SecureBytes.swift
[1485/1536] Compiling Crypto Zeroization.swift
[1495/1537] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1496/1537] Compiling NIOCore SocketAddresses.swift
[1497/1537] Compiling NIOCore SocketOptionProvider.swift
[1498/1537] Compiling NIOCore SystemCallHelpers.swift
[1499/1537] Compiling NIOCore TimeAmount+Duration.swift
[1500/1537] Compiling NIOCore TypeAssistedChannelHandler.swift
[1501/1537] Compiling NIOCore UniversalBootstrapSupport.swift
[1502/1537] Compiling NIOCore Utilities.swift
[1503/1537] Emitting module NIOCore
[1539/1589] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1540/1589] Compiling NIOEmbedded AsyncTestingChannel.swift
[1541/1589] Emitting module NIOEmbedded
[1542/1589] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1543/1589] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1544/1589] Compiling NIOPosix PosixSingletons.swift
[1545/1589] Compiling NIOPosix RawSocketBootstrap.swift
[1546/1589] Compiling NIOPosix Resolver.swift
[1547/1589] Compiling NIOPosix Selectable.swift
[1548/1595] Compiling NIOEmbedded Embedded.swift
[1550/1596] Compiling NIOPosix ThreadPosix.swift
[1551/1596] Compiling NIOPosix ThreadWindows.swift
[1552/1596] Compiling NIOPosix UnsafeTransfer.swift
[1553/1596] Compiling NIOPosix Utilities.swift
[1554/1596] Compiling NIOPosix VsockAddress.swift
[1555/1596] Compiling NIOPosix VsockChannelEvents.swift
[1556/1596] Emitting module NIOPosix
[1557/1596] Compiling NIOPosix SelectableChannel.swift
[1558/1596] Compiling NIOPosix SelectableEventLoop.swift
[1559/1596] Compiling NIOPosix SelectorEpoll.swift
[1560/1596] Compiling NIOPosix SelectorGeneric.swift
[1561/1596] Compiling NIOPosix SelectorKqueue.swift
[1562/1596] Compiling NIOPosix SelectorUring.swift
[1563/1596] Compiling NIOPosix ServerSocket.swift
[1564/1596] Compiling NIOPosix Socket.swift
[1565/1596] Compiling NIOPosix SocketChannel.swift
[1566/1596] Compiling NIOPosix SocketProtocols.swift
[1567/1596] Compiling NIOPosix System.swift
[1568/1596] Compiling NIOPosix Thread.swift
[1569/1596] Compiling NIOPosix NIOThreadPool.swift
[1570/1596] Compiling NIOPosix NonBlockingFileIO.swift
[1571/1596] Compiling NIOPosix PendingDatagramWritesManager.swift
[1572/1596] Compiling NIOPosix PendingWritesManager.swift
[1573/1596] Compiling NIOPosix PipeChannel.swift
[1574/1596] Compiling NIOPosix PipePair.swift
[1575/1596] Compiling NIOPosix Pool.swift
[1576/1596] Compiling NIOPosix Bootstrap.swift
[1577/1596] Compiling NIOPosix ControlMessage.swift
[1578/1596] Compiling NIOPosix DatagramVectorReadManager.swift
[1579/1596] Compiling NIOPosix Errors+Any.swift
[1580/1596] Compiling NIOPosix FileDescriptor.swift
[1581/1596] Compiling NIOPosix GetaddrinfoResolver.swift
[1582/1596] Compiling NIOPosix HappyEyeballs.swift
[1583/1596] Compiling NIOPosix IO.swift
[1584/1596] Compiling NIOPosix IntegerBitPacking.swift
[1585/1596] Compiling NIOPosix IntegerTypes.swift
[1586/1596] Compiling NIOPosix Linux.swift
[1587/1596] Compiling NIOPosix LinuxCPUSet.swift
[1588/1596] Compiling NIOPosix LinuxUring.swift
[1589/1596] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1590/1596] Compiling NIOPosix BSDSocketAPICommon.swift
[1591/1596] Compiling NIOPosix BSDSocketAPIPosix.swift
[1592/1596] Compiling NIOPosix BSDSocketAPIWindows.swift
[1593/1596] Compiling NIOPosix BaseSocket.swift
[1594/1596] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1595/1596] Compiling NIOPosix BaseSocketChannel.swift
[1596/1596] Compiling NIOPosix BaseStreamSocketChannel.swift
[1598/1656] Compiling NIO Exports.swift
[1599/1656] Emitting module NIO
[1600/1656] Compiling _NIOFileSystem ByteCount.swift
[1601/1656] Compiling _NIOFileSystem Convenience.swift
[1602/1656] Compiling _NIOFileSystem DirectoryEntries.swift
[1604/1659] Compiling _NIOFileSystem FileHandle.swift
[1605/1659] Compiling _NIOFileSystem FileHandleProtocol.swift
[1606/1659] Compiling _NIOFileSystem FileInfo.swift
[1607/1659] Compiling _NIOFileSystem FileSystem.swift
[1608/1659] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1609/1659] Compiling _NIOFileSystem BufferedStream.swift
[1610/1674] Compiling AsyncKit Future+Miscellaneous.swift
[1611/1674] Compiling AsyncKit Future+Nonempty.swift
[1612/1674] Compiling AsyncKit Future+Optional.swift
[1613/1676] Compiling AsyncKit Future+Transform.swift
[1614/1676] Compiling AsyncKit Future+Try.swift
[1615/1676] Compiling AsyncKit FutureOperators.swift
[1616/1698] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1617/1699] Compiling NIOTLS TLSEvents.swift
[1618/1699] Emitting module NIOTLS
[1619/1699] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1620/1699] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1621/1699] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1622/1699] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1623/1699] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1624/1699] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1625/1699] Compiling NIOSOCKS ClientStateMachine.swift
[1626/1699] Compiling NIOSOCKS SOCKSResponse.swift
[1627/1699] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1628/1699] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1629/1699] Compiling AsyncKit Optional+StrictMap.swift
[1630/1699] Compiling AsyncKit Exports.swift
[1631/1699] Emitting module _NIOFileSystem
[1632/1703] Compiling NIOHTTP1 HTTPEncoder.swift
[1634/1703] Compiling NIOSOCKS ServerStateMachine.swift
[1635/1703] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1636/1703] Compiling NIOHTTP1 HTTPDecoder.swift
[1637/1703] Emitting module NIOSOCKS
[1640/1703] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1641/1703] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1642/1704] Compiling NIOTLS SNIHandler.swift
[1643/1704] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1646/1705] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1648/1707] Compiling _NIOFileSystem ParallelDirCopy.swift
[1649/1707] Compiling _NIOFileSystem ParallelRemoval.swift
[1650/1707] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1651/1707] Compiling _NIOFileSystem CInterop.swift
[1652/1707] Compiling _NIOFileSystem Errno.swift
[1653/1707] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1654/1707] Compiling _NIOFileSystem Mocking.swift
[1655/1707] Compiling _NIOFileSystem Syscall.swift
[1656/1707] Compiling _NIOFileSystem Syscalls.swift
[1657/1707] Emitting module NIOFoundationCompat
[1658/1707] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1659/1708] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1660/1708] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1662/1737] Compiling NIOSSL SSLCertificateExtensions.swift
[1663/1737] Compiling NIOSSL SSLConnection.swift
[1664/1737] Compiling NIOSSL IdentityVerification.swift
[1665/1737] Compiling NIOSSL NIOSSLServerHandler.swift
[1666/1737] Compiling NIOSSL ObjectIdentifier.swift
[1667/1737] Compiling NIOSSL PosixPort.swift
[1668/1759] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1669/1759] Compiling NIOTransportServices NIOTSSingletons.swift
[1670/1759] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1671/1759] Compiling NIOTransportServices NIOTSBootstraps.swift
[1672/1759] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1673/1759] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1674/1759] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1675/1759] Compiling NIOTransportServices NIOTSErrors.swift
[1676/1759] Compiling NIOTransportServices NIOTSEventLoop.swift
[1677/1761] Emitting module NIOTransportServices
[1678/1761] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1679/1761] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1680/1761] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1681/1761] Compiling NIOTransportServices StateManagedChannel.swift
[1682/1761] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1683/1761] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1690/1761] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1691/1761] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1692/1761] Compiling NIOSSL SubjectAlternativeName.swift
[1693/1761] Compiling NIOSSL NIOSSLSecureBytes.swift
[1696/1761] Compiling NIOTransportServices AcceptHandler.swift
[1697/1761] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1698/1761] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1699/1761] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1700/1761] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1701/1761] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1707/1762] Emitting module AsyncKit
[1708/1762] Emitting module NIOHTTP1
[1713/1763] Compiling _NIOFileSystem SystemFileHandle.swift
[1714/1763] Compiling _NIOFileSystem Utilities.swift
[1715/1763] Compiling _NIOFileSystem OpenOptions.swift
[1716/1763] Compiling _NIOFileSystem String+FileSystem.swift
[1718/1828] Compiling NIOSSL RNG.swift
[1719/1828] Compiling NIOSSL SafeCompare.swift
[1720/1828] Compiling NIOSSL Zeroization.swift
[1725/1831] Compiling NIOHPACK DynamicHeaderTable.swift
[1726/1831] Compiling NIOHPACK HPACKDecoder.swift
[1727/1833] Compiling NIOWebSocket WebSocketOpcode.swift
[1730/1834] Compiling NIOHPACK HPACKEncoder.swift
[1731/1834] Compiling NIOHPACK HPACKErrors.swift
[1732/1834] Emitting module NIOSSL
[1733/1834] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1734/1834] Emitting module NIOHTTPCompression
[1735/1834] Compiling NIOExtras QuiescingHelper.swift
[1736/1834] Compiling NIOExtras UnsafeTransfer.swift
[1737/1836] Compiling NIOHPACK HeaderTables.swift
[1738/1836] Compiling NIOExtras NIORequestIdentifiable.swift
[1739/1836] Compiling NIOHPACK IndexedHeaderTable.swift
[1740/1836] Compiling NIOHPACK IntegerCoding.swift
[1741/1837] Emitting module MultipartKit
[1742/1837] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1744/1837] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1745/1837] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1746/1837] Compiling NIOExtras JSONRPCFraming.swift
[1747/1837] Compiling NIOExtras DebugInboundEventsHandler.swift
[1748/1837] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1751/1837] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1752/1837] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1753/1837] Compiling NIOExtras RequestResponseHandler.swift
[1754/1837] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1755/1837] Compiling NIOHTTPCompression HTTPCompression.swift
[1756/1837] Compiling NIOHTTPCompression HTTPDecompression.swift
[1757/1837] Compiling NIOExtras PCAPRingBuffer.swift
[1761/1837] Compiling MultipartKit MultipartSerializer.swift
[1762/1837] Compiling MultipartKit Utilities.swift
[1763/1837] Compiling NIOHPACK HuffmanTables.swift
[1764/1837] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1769/1837] Compiling NIOHPACK HPACKHeader.swift
[1771/1837] Compiling NIOHPACK StaticHeaderTable.swift
[1772/1837] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1773/1837] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1776/1838] Emitting module NIOWebSocket
[1777/1838] Compiling NIOHPACK HuffmanCoding.swift
[1779/1838] Emitting module NIOHPACK
[1795/1839] Emitting module NIOExtras
[1796/1839] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1799/1839] Compiling NIOWebSocket WebSocketFrame.swift
[1804/1840] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1823/1847] Compiling NIOFileSystem Exports.swift
[1824/1847] Emitting module NIOFileSystem
[1825/1848] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1827/1848] Emitting module _NIOFileSystemFoundationCompat
[1828/1849] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1829/1907] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1830/1907] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1831/1907] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1833/1907] Compiling NIOHTTP2 MaySendFrames.swift
[1834/1907] Compiling NIOHTTP2 SendingDataState.swift
[1835/1908] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1836/1908] Compiling NIOHTTP2 QuiescingState.swift
[1837/1908] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1838/1908] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1839/1908] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1840/1908] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1841/1908] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1842/1908] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1843/1908] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1844/1908] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1845/1908] Compiling NIOHTTP2 MayReceiveFrames.swift
[1846/1908] Compiling NIOHTTP2 ReceivingDataState.swift
[1849/1951] Compiling WebSocketKit Exports.swift
[1850/1951] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1851/1951] Emitting module WebSocketKit
[1852/1951] Compiling WebSocketKit WebSocketHandler.swift
[1853/1951] Compiling WebSocketKit WebSocket+Concurrency.swift
[1854/1951] Compiling WebSocketKit WebSocket+Connect.swift
[1855/1951] Compiling WebSocketKit WebSocket.swift
[1856/1951] Compiling WebSocketKit WebSocketClient.swift
[1858/1952] Emitting module NIOHTTP2
[1859/1960] Compiling RediStack RedisChannelName.swift
[1860/1960] Compiling RediStack RedisClient.swift
[1861/1960] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1862/1960] Compiling RediStack RedisCommandEncoder.swift
[1863/1960] Compiling RediStack RedisConnection+Configuration.swift
[1864/1960] Compiling RediStack RedisConnection.swift
[1865/1960] Compiling RediStack RedisError.swift
[1866/1960] Compiling RediStack RedisKey+TTL.swift
[1867/1964] Emitting module RediStack
[1868/1964] Compiling RediStack StandardLibrary.swift
[1869/1964] Compiling RediStack SwiftNIO.swift
[1870/1964] Compiling RediStack RESPTranslator.swift
[1871/1964] Compiling RediStack RESPValue.swift
[1872/1964] Compiling RediStack RESPValueConvertible.swift
[1873/1964] Compiling RediStack StringCommands.swift
[1874/1964] Compiling RediStack ConnectionPool.swift
[1875/1964] Compiling RediStack RedisConnectionPool+Configuration.swift
[1876/1964] Compiling RediStack RedisConnectionPool.swift
[1877/1964] Compiling RediStack RedisConnectionPoolError.swift
[1878/1964] Compiling RediStack RedisClusterNodeID.swift
[1879/1964] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1880/1964] Compiling RediStack RedisHashSlot.swift
[1884/1964] Compiling RediStack SwiftPolyfill.swift
[1885/1964] Compiling RediStack BasicCommands.swift
[1891/1964] Compiling RediStack RedisKey.swift
[1892/1964] Compiling RediStack RedisLogging.swift
[1893/1964] Compiling RediStack RedisMetrics.swift
[1894/1964] Compiling RediStack _Deprecations.swift
[1899/1964] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1900/1964] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1901/1964] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1902/1964] Compiling NIOHTTP2 InboundEventBuffer.swift
[1903/1964] Compiling RediStack RedisByteDecoder.swift
[1904/1964] Compiling RediStack RedisCommandHandler.swift
[1905/1964] Compiling RediStack RedisMessageEncoder.swift
[1906/1964] Compiling RediStack RedisPubSubHandler.swift
[1907/1964] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1908/1964] Compiling RediStack HashCommands.swift
[1909/1964] Compiling RediStack ListCommands.swift
[1910/1964] Compiling RediStack PubSubCommands.swift
[1911/1964] Compiling RediStack SetCommands.swift
[1912/1964] Compiling RediStack SortedSetCommands.swift
[1914/1965] Compiling NIOHTTP2 InboundWindowManager.swift
[1915/1965] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1916/1965] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1917/1965] Compiling NIOHTTP2 StreamChannelList.swift
[1918/1965] Compiling NIOHTTP2 StreamMap.swift
[1919/1965] Compiling NIOHTTP2 StreamStateMachine.swift
[1920/1965] Compiling NIOHTTP2 UnsafeTransfer.swift
[1921/1965] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1922/1965] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1923/1965] Compiling NIOHTTP2 HTTP2Frame.swift
[1924/1965] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1925/1965] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1926/1965] Compiling NIOHTTP2 HTTP2PingData.swift
[1927/1965] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1928/1965] Compiling NIOHTTP2 HTTP2Settings.swift
[1929/1965] Compiling NIOHTTP2 HTTP2Stream.swift
[1930/1965] Compiling NIOHTTP2 StateMachineResult.swift
[1931/1965] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1932/1965] Compiling NIOHTTP2 DOSHeuristics.swift
[1933/1965] Compiling NIOHTTP2 Error+Any.swift
[1934/1965] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1935/1965] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1936/1965] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1937/1965] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1968/2026] Emitting module AsyncHTTPClient
[1969/2034] Compiling AsyncHTTPClient RequestBag.swift
[1970/2034] Compiling AsyncHTTPClient RequestValidation.swift
[1971/2034] Compiling AsyncHTTPClient SSLContextCache.swift
[1972/2034] Compiling AsyncHTTPClient Scheme.swift
[1973/2034] Compiling AsyncHTTPClient Singleton.swift
[1974/2034] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1975/2034] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1976/2034] Compiling AsyncHTTPClient Utils.swift
[1977/2034] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1978/2034] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1979/2034] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1980/2034] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1981/2034] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1982/2034] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1983/2034] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1984/2034] Compiling AsyncHTTPClient RequestBodyLength.swift
[1985/2034] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1986/2034] Compiling AsyncHTTPClient ConnectionTarget.swift
[1987/2034] Compiling AsyncHTTPClient DeconstructedURL.swift
[1988/2034] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1989/2034] Compiling AsyncHTTPClient FoundationExtensions.swift
[1990/2034] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1991/2034] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1992/2034] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1993/2034] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1994/2034] Compiling AsyncHTTPClient RequestOptions.swift
[1995/2034] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1996/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1997/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1998/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1999/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2000/2034] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2001/2034] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2002/2034] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2003/2034] Compiling AsyncHTTPClient Transaction.swift
[2004/2034] Compiling AsyncHTTPClient Base64.swift
[2005/2034] Compiling AsyncHTTPClient BasicAuth.swift
[2006/2034] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2007/2034] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2008/2034] Compiling AsyncHTTPClient ConnectionPool.swift
[2009/2034] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2010/2034] Compiling AsyncHTTPClient HTTPClient.swift
[2011/2034] Compiling AsyncHTTPClient HTTPHandler.swift
[2012/2034] Compiling AsyncHTTPClient LRUCache.swift
[2013/2034] Compiling AsyncHTTPClient NWErrorHandler.swift
[2014/2034] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2015/2034] Compiling AsyncHTTPClient TLSConfiguration.swift
[2016/2034] Compiling AsyncHTTPClient RedirectState.swift
[2017/2034] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2018/2034] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2019/2034] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2020/2034] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2021/2034] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2022/2034] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2023/2034] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2024/2034] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2025/2034] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2026/2034] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2027/2034] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2028/2034] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2029/2034] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2030/2034] Compiling AsyncHTTPClient HTTP1Connection.swift
[2031/2034] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2032/2034] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2033/2034] Compiling AsyncHTTPClient HTTP2Connection.swift
[2034/2034] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2036/2204] Compiling Vapor Core.swift
[2037/2204] Compiling Vapor Running.swift
[2038/2204] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2039/2204] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2040/2204] Compiling Vapor DotEnvFile+load.swift
[2041/2204] Compiling Vapor Routes+caseInsenstive.swift
[2042/2204] Compiling Vapor Validatable+validate.swift
[2043/2204] Compiling Vapor Environment+Process.swift
[2044/2204] Compiling Vapor Environment+Secret.swift
[2045/2204] Compiling Vapor Environment.swift
[2046/2204] Compiling Vapor Abort.swift
[2047/2204] Compiling Vapor AbortError.swift
[2048/2204] Compiling Vapor DebuggableError.swift
[2049/2204] Compiling Vapor Demangler.swift
[2050/2204] Compiling Vapor ErrorSource.swift
[2051/2204] Compiling Vapor StackTrace.swift
[2052/2204] Compiling Vapor Exports.swift
[2053/2204] Compiling Vapor Application+HTTP.swift
[2054/2204] Compiling Vapor BasicResponder.swift
[2055/2204] Compiling Vapor BodyStream.swift
[2056/2204] Compiling Vapor Application+HTTP+Client.swift
[2057/2204] Compiling Vapor EventLoopHTTPClient.swift
[2058/2204] Compiling Vapor EndpointCache.swift
[2059/2204] Compiling Vapor HTTPMethod+String.swift
[2060/2228] Compiling Vapor Application.swift
[2061/2228] Compiling Vapor AuthenticationCache.swift
[2062/2228] Compiling Vapor Authenticator.swift
[2063/2228] Compiling Vapor BasicAuthorization.swift
[2064/2228] Compiling Vapor BearerAuthorization.swift
[2065/2228] Compiling Vapor GuardMiddleware.swift
[2066/2228] Compiling Vapor RedirectMiddleware.swift
[2067/2228] Compiling Vapor SessionAuthenticatable.swift
[2068/2228] Compiling Vapor Bcrypt.swift
[2069/2228] Compiling Vapor Application+Cache.swift
[2070/2228] Compiling Vapor Cache.swift
[2071/2228] Compiling Vapor CacheExpirationTime.swift
[2072/2228] Compiling Vapor MemoryCache.swift
[2073/2228] Compiling Vapor Request+Cache.swift
[2074/2228] Compiling Vapor Application+Clients.swift
[2075/2228] Compiling Vapor Client.swift
[2076/2228] Compiling Vapor ClientRequest.swift
[2077/2228] Compiling Vapor ClientResponse.swift
[2078/2228] Compiling Vapor Request+Client.swift
[2079/2228] Compiling Vapor BootCommand.swift
[2080/2228] Compiling Vapor CommandContext+Application.swift
[2081/2228] Compiling Vapor RoutesCommand.swift
[2082/2228] Compiling Vapor ServeCommand.swift
[2083/2228] Compiling Vapor AnyResponse+Concurrency.swift
[2084/2252] Compiling Vapor Request+Body.swift
[2085/2252] Compiling Vapor Request+BodyStream.swift
[2086/2252] Compiling Vapor Request.swift
[2087/2252] Compiling Vapor Application+Responder.swift
[2088/2252] Compiling Vapor DefaultResponder.swift
[2089/2252] Compiling Vapor Response+Body.swift
[2090/2252] Compiling Vapor Response.swift
[2091/2252] Compiling Vapor ResponseCodable.swift
[2092/2252] Compiling Vapor Application+Routes.swift
[2093/2252] Compiling Vapor Parameters+Require.swift
[2094/2252] Compiling Vapor Request+WebSocket.swift
[2095/2252] Compiling Vapor Route.swift
[2096/2252] Compiling Vapor RouteCollection.swift
[2097/2252] Compiling Vapor Routes.swift
[2098/2252] Compiling Vapor RoutesBuilder+Group.swift
[2099/2252] Compiling Vapor RoutesBuilder+Method.swift
[2100/2252] Compiling Vapor RoutesBuilder+Middleware.swift
[2101/2252] Compiling Vapor RoutesBuilder+WebSocket.swift
[2102/2252] Compiling Vapor RoutesBuilder.swift
[2103/2252] Compiling Vapor OTP.swift
[2104/2252] Compiling Vapor Application+Servers.swift
[2105/2252] Compiling Vapor Server.swift
[2106/2252] Compiling Vapor App+Service.swift
[2107/2252] Compiling Vapor Req+Service.swift
[2108/2252] Compiling Vapor Validator.swift
[2109/2252] Compiling Vapor ValidatorResult.swift
[2110/2252] Compiling Vapor And.swift
[2111/2252] Compiling Vapor Case.swift
[2112/2252] Compiling Vapor CharacterSet.swift
[2113/2252] Compiling Vapor Count.swift
[2114/2252] Compiling Vapor Custom.swift
[2115/2252] Compiling Vapor Email.swift
[2116/2252] Compiling Vapor Empty.swift
[2117/2252] Compiling Vapor In.swift
[2118/2252] Compiling Vapor Nil.swift
[2119/2252] Compiling Vapor NilIgnoring.swift
[2120/2252] Compiling Vapor Not.swift
[2121/2252] Compiling Vapor Or.swift
[2122/2252] Compiling Vapor Pattern.swift
[2123/2252] Compiling Vapor Range.swift
[2124/2252] Compiling Vapor URL.swift
[2125/2252] Compiling Vapor Valid.swift
[2126/2252] Compiling Vapor Application+Views.swift
[2127/2252] Compiling Vapor PlaintextRenderer.swift
[2128/2252] Compiling Vapor Request+View.swift
[2129/2252] Compiling Vapor View.swift
[2130/2252] Compiling Vapor ViewRenderer.swift
[2131/2252] Compiling Vapor _Deprecations.swift
[2132/2252] Compiling Vapor Service.swift
[2133/2252] Compiling Vapor Application+Sessions.swift
[2134/2252] Compiling Vapor MemorySessions.swift
[2135/2252] Compiling Vapor Request+Session.swift
[2136/2252] Compiling Vapor Session.swift
[2137/2252] Compiling Vapor SessionCache.swift
[2138/2252] Compiling Vapor SessionData.swift
[2139/2252] Compiling Vapor SessionDriver.swift
[2140/2252] Compiling Vapor SessionsConfiguration.swift
[2141/2252] Compiling Vapor SessionsMiddleware.swift
[2142/2252] Compiling Vapor URLEncodedFormData.swift
[2143/2252] Compiling Vapor URLEncodedFormDecoder.swift
[2144/2252] Compiling Vapor URLEncodedFormEncoder.swift
[2145/2252] Compiling Vapor URLEncodedFormError.swift
[2146/2252] Compiling Vapor URLEncodedFormParser.swift
[2147/2252] Compiling Vapor URLEncodedFormSerializer.swift
[2148/2252] Compiling Vapor URLQueryFragmentConvertible.swift
[2149/2252] Compiling Vapor AnyResponse.swift
[2150/2252] Compiling Vapor Array+Random.swift
[2151/2252] Compiling Vapor Base32.swift
[2152/2252] Compiling Vapor Base64.swift
[2153/2252] Compiling Vapor BaseN.swift
[2154/2252] Compiling Vapor BasicCodingKey.swift
[2155/2252] Compiling Vapor ByteCount.swift
[2156/2252] Compiling Vapor Bytes+Hex.swift
[2157/2252] Compiling Vapor Bytes+SecureCompare.swift
[2158/2252] Compiling Vapor Collection+Safe.swift
[2159/2252] Compiling Vapor DataProtocol+Copy.swift
[2160/2252] Compiling Vapor DecoderUnwrapper.swift
[2161/2252] Compiling Vapor DirectoryConfiguration.swift
[2162/2252] Compiling Vapor DotEnv.swift
[2163/2252] Compiling Vapor Extendable.swift
[2164/2252] Compiling Vapor File.swift
[2165/2252] Compiling Vapor FileIO.swift
[2166/2252] Compiling Vapor LifecycleHandler.swift
[2167/2252] Compiling Vapor OptionalType.swift
[2168/2252] Compiling Vapor RFC1123.swift
[2169/2252] Compiling Vapor SocketAddress+Hostname.swift
[2170/2252] Compiling Vapor Storage.swift
[2171/2252] Compiling Vapor String+IsIPAddress.swift
[2172/2252] Compiling Vapor Thread.swift
[2173/2252] Compiling Vapor URI.swift
[2174/2252] Compiling Vapor RangeResult.swift
[2175/2252] Compiling Vapor Validatable.swift
[2176/2252] Compiling Vapor Validation.swift
[2177/2252] Compiling Vapor ValidationKey.swift
[2178/2252] Compiling Vapor Validations.swift
[2179/2252] Compiling Vapor ValidationsError.swift
[2180/2252] Compiling Vapor HTTPServerResponseEncoder.swift
[2181/2252] Compiling Vapor HTTPServerUpgradeHandler.swift
[2182/2252] Compiling Vapor Logger+Report.swift
[2183/2252] Compiling Vapor LoggingSystem+Environment.swift
[2184/2252] Compiling Vapor Application+Middleware.swift
[2185/2252] Compiling Vapor CORSMiddleware.swift
[2186/2252] Compiling Vapor ErrorMiddleware.swift
[2187/2252] Compiling Vapor FileMiddleware.swift
[2188/2252] Compiling Vapor Middleware.swift
[2189/2252] Compiling Vapor MiddlewareConfiguration.swift
[2190/2252] Compiling Vapor ResponseCompressionMiddleware.swift
[2191/2252] Compiling Vapor RouteLoggingMiddleware.swift
[2192/2252] Compiling Vapor TracingMiddleware.swift
[2193/2252] Compiling Vapor File+Multipart.swift
[2194/2252] Compiling Vapor FormDataDecoder+Content.swift
[2195/2252] Compiling Vapor FormDataEncoder+Content.swift
[2196/2252] Compiling Vapor Application+Password.swift
[2197/2252] Compiling Vapor Application+Passwords.swift
[2198/2252] Compiling Vapor AsyncPasswordHasher.swift
[2199/2252] Compiling Vapor BcryptHasher.swift
[2200/2252] Compiling Vapor PasswordHasher.swift
[2201/2252] Compiling Vapor PlaintextHasher.swift
[2202/2252] Compiling Vapor Request+Password.swift
[2203/2252] Compiling Vapor Redirect.swift
[2204/2252] Emitting module Vapor
[2205/2252] Compiling Vapor AsyncBasicResponder.swift
[2206/2252] Compiling Vapor AsyncMiddleware.swift
[2207/2252] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2208/2252] Compiling Vapor AsyncSessionDriver.swift
[2209/2252] Compiling Vapor Authentication+Concurrency.swift
[2210/2252] Compiling Vapor Cache+Concurrency.swift
[2211/2252] Compiling Vapor Client+Concurrency.swift
[2212/2252] Compiling Vapor RequestBody+Concurrency.swift
[2213/2252] Compiling Vapor Responder+Concurrency.swift
[2214/2252] Compiling Vapor ResponseCodable+Concurrency.swift
[2215/2252] Compiling Vapor RoutesBuilder+Concurrency.swift
[2216/2252] Compiling Vapor ViewRenderer+Concurrency.swift
[2217/2252] Compiling Vapor WebSocket+Concurrency.swift
[2218/2252] Compiling Vapor ContainerGetPathExecutor.swift
[2219/2252] Compiling Vapor Content.swift
[2220/2252] Compiling Vapor ContentCoders.swift
[2221/2252] Compiling Vapor ContentConfiguration.swift
[2222/2252] Compiling Vapor ContentContainer.swift
[2223/2252] Compiling Vapor JSONCoder+Custom.swift
[2224/2252] Compiling Vapor JSONCoders+Content.swift
[2225/2252] Compiling Vapor PlaintextDecoder.swift
[2226/2252] Compiling Vapor PlaintextEncoder.swift
[2227/2252] Compiling Vapor URLQueryCoders.swift
[2228/2252] Compiling Vapor URLQueryContainer.swift
[2229/2252] Compiling Vapor HTTPStatus.swift
[2230/2252] Compiling Vapor HTTPCookies.swift
[2231/2252] Compiling Vapor HTTPHeaderCacheControl.swift
[2232/2252] Compiling Vapor HTTPHeaderExpires.swift
[2233/2252] Compiling Vapor HTTPHeaderLastModified.swift
[2234/2252] Compiling Vapor HTTPHeaders+Cache.swift
[2235/2252] Compiling Vapor HTTPHeaders+Connection.swift
[2236/2252] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2237/2252] Compiling Vapor HTTPHeaders+ContentRange.swift
[2238/2252] Compiling Vapor HTTPHeaders+Directive.swift
[2239/2252] Compiling Vapor HTTPHeaders+Forwarded.swift
[2240/2252] Compiling Vapor HTTPHeaders+Link.swift
[2241/2252] Compiling Vapor HTTPHeaders+Name.swift
[2242/2252] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2243/2252] Compiling Vapor HTTPHeaders.swift
[2244/2252] Compiling Vapor HTTPMediaType.swift
[2245/2252] Compiling Vapor HTTPMediaTypePreference.swift
[2246/2252] Compiling Vapor Responder.swift
[2247/2252] Compiling Vapor Application+HTTP+Server.swift
[2248/2252] Compiling Vapor HTTPServer.swift
[2249/2252] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2250/2252] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2251/2252] Compiling Vapor HTTPServerHandler.swift
[2252/2252] Compiling Vapor HTTPServerRequestDecoder.swift
[2254/2286] Compiling Redis RedisConfiguration.swift
[2255/2287] Compiling Queues RepeatedTask+Cancel.swift
[2256/2287] Compiling Queues Request+Queues.swift
[2257/2289] Compiling Queues JobData.swift
[2258/2289] Compiling Queues JobIdentifier.swift
[2259/2289] Compiling Queues AsyncJobEventDelegate.swift
[2260/2289] Compiling Queues Job.swift
[2261/2289] Emitting module Redis
[2262/2289] Compiling Queues NotificationHook.swift
[2263/2289] Compiling Queues Queue.swift
[2264/2289] Compiling Queues Application+Queues.swift
[2265/2289] Compiling Queues AsyncJob.swift
[2266/2289] Emitting module Queues
[2267/2289] Compiling Redis Request+Redis.swift
[2271/2289] Compiling Redis RedisID.swift
[2272/2289] Compiling Redis RedisStorage.swift
[2273/2289] Compiling Queues QueuesConfiguration.swift
[2274/2289] Compiling Queues QueuesDriver.swift
[2275/2289] Compiling Queues QueuesEventLoopPreference.swift
[2277/2290] Compiling Queues ScheduleBuilder.swift
[2278/2290] Compiling Queues ScheduledJob.swift
[2284/2290] Compiling Queues QueueContext.swift
[2285/2290] Compiling Queues AsyncQueue.swift
[2286/2290] Compiling Queues AsyncScheduledJob.swift
[2287/2290] Compiling Queues Exports.swift
[2288/2290] Compiling Queues QueueName.swift
[2289/2290] Compiling Queues QueueWorker.swift
[2290/2290] Compiling Queues QueuesCommand.swift
[2292/2295] Compiling QueuesRedisDriver Exports.swift
[2293/2295] Emitting module QueuesRedisDriver
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:52:9: warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
50 | /// A `QueuesDriver` for Redis
51 | public struct RedisQueuesDriver {
52 | let pool: RedisConnectionPool
| `- warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
53 |
54 | /// Creates the RedisQueuesDriver
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/ConnectionPool/RedisConnectionPool.swift:29:20: note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
27 | /// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
28 | /// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
29 | public final class RedisConnectionPool {
| `- note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
30 | /// A unique identifer to represent this connection.
31 | public let id = UUID()
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
2 | import Logging
3 | import Redis
4 | import RediStack
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
5 | import NIOCore
6 | import NIOPosix
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:166:10: warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
164 | enum _QueuesRedisError: Error {
165 | case missingJob
166 | case invalidIdentifier(RESPValue)
| `- warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
167 | }
168 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
27 | ///
28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
29 | public enum RESPValue {
| `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
30 | case null
31 | case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:116:9: warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
113 | }
114 |
115 | struct _QueuesRedisQueue<Client: RedisClient> {
| `- note: consider making generic parameter 'Client' conform to the 'Sendable' protocol
116 | let client: Client
| `- warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
117 | let context: QueueContext
118 | }
[2294/2295] Compiling QueuesRedisDriver JobsRedisDriverError.swift
[2295/2295] Compiling QueuesRedisDriver JobsRedisDriver.swift
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:52:9: warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
50 | /// A `QueuesDriver` for Redis
51 | public struct RedisQueuesDriver {
52 | let pool: RedisConnectionPool
| `- warning: stored property 'pool' of 'Sendable'-conforming struct 'RedisQueuesDriver' has non-sendable type 'RedisConnectionPool'; this is an error in the Swift 6 language mode
53 |
54 | /// Creates the RedisQueuesDriver
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/ConnectionPool/RedisConnectionPool.swift:29:20: note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
27 | /// single `EventLoop`: if callers call the API from a different `EventLoop` (or from no `EventLoop` at all)
28 | /// `RedisConnectionPool` will ensure that the call is dispatched to the correct loop.
29 | public final class RedisConnectionPool {
| `- note: class 'RedisConnectionPool' does not conform to the 'Sendable' protocol
30 | /// A unique identifer to represent this connection.
31 | public let id = UUID()
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
2 | import Logging
3 | import Redis
4 | import RediStack
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
5 | import NIOCore
6 | import NIOPosix
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:166:10: warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
164 | enum _QueuesRedisError: Error {
165 | case missingJob
166 | case invalidIdentifier(RESPValue)
| `- warning: associated value 'invalidIdentifier' of 'Sendable'-conforming enum '_QueuesRedisError' has non-sendable type 'RESPValue'; this is an error in the Swift 6 language mode
167 | }
168 |
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/RESP/RESPValue.swift:29:13: note: enum 'RESPValue' does not conform to the 'Sendable' protocol
27 | ///
28 | /// See: [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
29 | public enum RESPValue {
| `- note: enum 'RESPValue' does not conform to the 'Sendable' protocol
30 | case null
31 | case simpleString(ByteBuffer)
/host/spi-builder-workspace/Sources/QueuesRedisDriver/JobsRedisDriver.swift:116:9: warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
113 | }
114 |
115 | struct _QueuesRedisQueue<Client: RedisClient> {
| `- note: consider making generic parameter 'Client' conform to the 'Sendable' protocol
116 | let client: Client
| `- warning: stored property 'client' of 'Sendable'-conforming generic struct '_QueuesRedisQueue' has non-sendable type 'Client'; this is an error in the Swift 6 language mode
117 | let context: QueueContext
118 | }
Build complete! (359.60s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.76.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "queues",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/queues.git"
},
{
"identity" : "redis",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/redis.git"
}
],
"manifest_display_name" : "queues-redis-driver",
"name" : "queues-redis-driver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "QueuesRedisDriver",
"targets" : [
"QueuesRedisDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QueuesRedisDriverTests",
"module_type" : "SwiftTarget",
"name" : "QueuesRedisDriverTests",
"path" : "Tests/QueuesRedisDriverTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"JobsRedisDriverTests.swift"
],
"target_dependencies" : [
"QueuesRedisDriver"
],
"type" : "test"
},
{
"c99name" : "QueuesRedisDriver",
"module_type" : "SwiftTarget",
"name" : "QueuesRedisDriver",
"path" : "Sources/QueuesRedisDriver",
"product_dependencies" : [
"Vapor",
"Queues",
"Redis"
],
"product_memberships" : [
"QueuesRedisDriver"
],
"sources" : [
"Exports.swift",
"JobsRedisDriver.swift",
"JobsRedisDriverError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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.