Build Information
Failed to build Checkpoint, reference 0.1.0 (360407
), with Swift 6.1 for Linux on 30 Apr 2025 05:59:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fitomad/Checkpoint.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/fitomad/Checkpoint
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 3604077 Merge pull request #1 from fitomad/develop
Cloned https://github.com/fitomad/Checkpoint.git
Revision (git rev-parse @):
36040772f132ab1e4cd5ce4c3c4ba9cbc3a16749
SUCCESS checkout https://github.com/fitomad/Checkpoint.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/fitomad/Checkpoint.git
https://github.com/fitomad/Checkpoint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.99.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "redis",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/redis.git"
}
],
"manifest_display_name" : "Checkpoint",
"name" : "Checkpoint",
"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" : "Checkpoint",
"targets" : [
"Checkpoint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CheckpointTests",
"module_type" : "SwiftTarget",
"name" : "CheckpointTests",
"path" : "Tests/CheckpointTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"CheckpointApiKeyTests.swift",
"CheckpointApiScopeTests.swift",
"CheckpointResponse.swift",
"CheckpointScopeTests.swift",
"CheckpointTests.swift"
],
"target_dependencies" : [
"Checkpoint"
],
"type" : "test"
},
{
"c99name" : "Checkpoint",
"module_type" : "SwiftTarget",
"name" : "Checkpoint",
"path" : "Sources/Checkpoint",
"product_dependencies" : [
"Vapor",
"Redis"
],
"product_memberships" : [
"Checkpoint"
],
"sources" : [
"Algorithms/Algorithm.swift",
"Algorithms/FixedWindowCounter.swift",
"Algorithms/LeakingBucket.swift",
"Algorithms/SlidingWindowLog.swift",
"Algorithms/TokenBucket.swift",
"Algorithms/WindowBasedAlgorithm.swift",
"Checkpoint.swift",
"Model/Configuration.swift",
"Model/Field.swift",
"Model/FixedWindowCounterConfiguration.swift",
"Model/LeakingBucketConfiguration.swift",
"Model/Scope.swift",
"Model/SlidingWindowLogConfiguration.swift",
"Model/TimeWindow.swift",
"Model/TokenBucketConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/redis.git
[1/3751] Fetching redis
[3752/78088] Fetching redis, vapor
Fetched https://github.com/vapor/redis.git from cache (0.68s)
[2974/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.89s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.1 (4.91s)
Fetching https://github.com/swift-server/RediStack.git
[1/4702] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.70s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (1.97s)
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
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[244/6042] Fetching swift-metrics, swift-log
[2591/7747] Fetching swift-metrics, swift-log, swift-atomics
[5767/22556] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl
[7859/98117] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (0.85s)
[6154/95911] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
[6506/92075] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.33s)
[56109/77266] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (10.88s)
Fetched https://github.com/apple/swift-nio.git from cache (11.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.19s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.31s)
Fetched https://github.com/apple/swift-collections.git from cache (2.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.98s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.98s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.17s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[1064/6037] Fetching swift-service-context, swift-distributed-tracing
[1562/9245] Fetching swift-service-context, swift-distributed-tracing, multipart-kit
[2114/11850] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, websocket-kit
[6047/17512] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, websocket-kit, swift-nio-extras
[6161/23415] Fetching swift-service-context, swift-distributed-tracing, multipart-kit, websocket-kit, swift-nio-extras, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.70s)
[6049/22352] Fetching swift-distributed-tracing, multipart-kit, websocket-kit, swift-nio-extras, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
[20236/33856] Fetching swift-distributed-tracing, multipart-kit, websocket-kit, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.56s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.58s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.58s)
[4301/17317] Fetching multipart-kit, websocket-kit, swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[6372/22802] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit
[7201/43529] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit, routing-kit
[8164/57313] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.12s)
Fetching https://github.com/vapor/async-kit.git
[36140/45809] Fetching multipart-kit, websocket-kit, console-kit, routing-kit, swift-crypto
[39528/48179] Fetching multipart-kit, websocket-kit, console-kit, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (5.79s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.92s)
Fetched https://github.com/vapor/multipart-kit.git from cache (6.03s)
[1/13890] Fetching async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (5.40s)
Fetched https://github.com/vapor/routing-kit.git from cache (5.46s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.50s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.15s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (9.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.13s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (1.06s)
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.59s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.85s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[869/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.73s)
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.71s)
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.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.27s)
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.98s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.22s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.08s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.21s)
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.98s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.83s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.09s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.13s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.79s)
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/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-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/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-nio-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-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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/833] Write sources
[41/833] Compiling CNIOWASI CNIOWASI.c
[41/833] Write sources
[49/833] Compiling CNIOWindows WSAStartup.c
[50/833] Compiling CNIOWindows shim.c
[51/833] Compiling _NumericsShims _NumericsShims.c
[52/833] Compiling _AtomicsShims.c
[53/833] Compiling CNIOLinux liburing_shims.c
[54/833] Compiling CVaporBcrypt bcrypt.c
[55/833] Compiling CSystem shims.c
[56/833] Compiling CNIOSHA1 c_nio_sha1.c
[57/833] Compiling CNIOExtrasZlib empty.c
[58/833] Compiling CNIODarwin shim.c
[59/833] Compiling CNIOLLHTTP c_nio_http.c
[60/833] Compiling CNIOLinux shim.c
[61/833] Compiling CNIOLLHTTP c_nio_api.c
[62/833] Compiling fiat_p256_adx_sqr.S
[63/833] Compiling fiat_p256_adx_mul.S
[64/833] Compiling fiat_curve25519_adx_square.S
[65/833] Compiling fiat_curve25519_adx_mul.S
[66/833] Compiling CVaporBcrypt blf.c
[67/833] Write swift-version-24593BA9C3E375BF.txt
[68/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/837] Compiling CNIOBoringSSLShims shims.c
[70/839] Compiling tls_method.cc
[71/839] Compiling tls_record.cc
[72/839] Compiling tls13_enc.cc
[73/867] Compiling tls13_client.cc
[74/870] Compiling tls13_both.cc
[75/870] Compiling tls13_server.cc
[77/905] Emitting module SystemPackage
[78/908] Emitting module InternalCollectionsUtilities
[79/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[80/910] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[81/911] Compiling CoreMetrics Metrics.swift
[82/911] Compiling ServiceContextModule ServiceContextKey.swift
[83/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[84/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/911] Emitting module RealModule
[86/911] Compiling RealModule Real.swift
[87/911] Emitting module ServiceContextModule
[88/911] Compiling ServiceContextModule ServiceContext.swift
[89/911] Compiling InternalCollectionsUtilities Debugging.swift
[90/911] Compiling InternalCollectionsUtilities Descriptions.swift
[91/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/912] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/912] Compiling InternalCollectionsUtilities Specialize.swift
[95/912] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/912] Emitting module _NIOBase64
[98/912] Compiling _NIOBase64 Base64.swift
[99/913] Compiling SystemPackage Util+StringArray.swift
[100/913] Compiling SystemPackage Util.swift
[101/913] Compiling SystemPackage UtilConsumers.swift
[102/913] Compiling _NIODataStructures PriorityQueue.swift
[103/913] Compiling _NIODataStructures _TinyArray.swift
[104/913] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[105/913] Compiling InternalCollectionsUtilities Integer rank.swift
[106/913] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[107/913] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/913] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[113/913] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[114/914] Compiling RealModule Float16+Real.swift
[115/914] Compiling RealModule Float+Real.swift
[116/914] Compiling RealModule ElementaryFunctions.swift
[119/914] Compiling SystemPackage SystemString.swift
[120/914] Compiling RealModule Float80+Real.swift
[121/914] Compiling SystemPackage FilePathTempPosix.swift
[122/914] Compiling SystemPackage FilePathTempWindows.swift
[123/914] Compiling SystemPackage FilePathWindows.swift
[124/914] Compiling SystemPackage FilePermissions.swift
[133/914] Compiling RealModule RealFunctions.swift
[138/921] Compiling Instrumentation NoOpInstrument.swift
[139/921] Emitting module Instrumentation
[140/921] Compiling Instrumentation MultiplexInstrument.swift
[141/921] Compiling Instrumentation Instrument.swift
[142/989] Compiling Logging MetadataProvider.swift
[143/989] Compiling Logging LogHandler.swift
[144/989] Compiling Logging Logging.swift
[145/989] Compiling _RopeModule BigString+Equatable.swift
[146/989] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[147/989] Compiling _RopeModule BigString+Hashing.swift
[148/989] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[149/989] Emitting module CoreMetrics
[150/989] Compiling CoreMetrics Locks.swift
[151/989] Compiling Instrumentation InstrumentationSystem.swift
[152/989] Compiling Instrumentation Locks.swift
[153/991] Compiling _RopeModule BigString+Ingester.swift
[154/991] Compiling _RopeModule BigString+Invariants.swift
[155/991] Compiling _RopeModule BigString+Iterators.swift
[156/991] Compiling _RopeModule BigString+Metrics.swift
[157/991] Compiling _RopeModule BigString+Chunk+Counts.swift
[158/991] Compiling _RopeModule BigString+Chunk+Description.swift
[159/991] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[160/991] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[161/992] Emitting module Logging
[162/992] Compiling Logging Locks.swift
[163/993] Compiling _NIODataStructures Heap.swift
[164/993] Emitting module _NIODataStructures
[170/1072] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[171/1072] Compiling HeapModule _HeapNode.swift
[172/1072] Compiling Tracing TracingTime.swift
[173/1072] Emitting module Tracing
[174/1072] Compiling HeapModule Heap.swift
[175/1072] Compiling HeapModule Heap+Descriptions.swift
[176/1072] Compiling HeapModule Heap+Invariants.swift
[177/1072] Compiling HeapModule Heap+UnsafeHandle.swift
[178/1072] Compiling Tracing InstrumentationSystem+Tracing.swift
[179/1072] Compiling Tracing TracerProtocol.swift
[180/1072] Emitting module HeapModule
[181/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[182/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[183/1073] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[184/1073] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[185/1073] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[186/1073] Compiling _RopeModule RopeMetric.swift
[187/1073] Compiling _RopeModule RopeSummary.swift
[188/1073] Compiling _RopeModule _RopeItem.swift
[189/1073] Compiling _RopeModule _RopePath.swift
[189/1082] Compiling t1_enc.cc
[191/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[192/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[193/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[194/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[195/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[196/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[197/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[198/1089] Compiling Tracing TracerProtocol+Legacy.swift
[199/1089] Compiling Tracing Tracer.swift
[201/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[202/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[208/1089] Compiling OrderedCollections OrderedSet+Initializers.swift
[209/1089] Compiling OrderedCollections OrderedSet+Insertions.swift
[210/1089] Compiling OrderedCollections OrderedSet+Invariants.swift
[211/1089] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[212/1089] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[213/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[214/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[215/1089] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[216/1142] Compiling HashTreeCollections _HashNode+Lookups.swift
[217/1142] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[218/1142] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[219/1142] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[220/1142] Compiling HashTreeCollections _HashNode+Structural union.swift
[221/1142] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[222/1142] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[223/1142] Compiling OrderedCollections OrderedSet+Hashable.swift
[223/1166] Compiling ssl_x509.cc
[225/1180] Compiling Tracing NoOpTracer.swift
[226/1180] Compiling Tracing SpanProtocol.swift
[227/1181] Compiling HashTreeCollections _UnsafePath.swift
[228/1181] Compiling HashTreeCollections TreeDictionary+Codable.swift
[229/1181] Compiling HashTreeCollections TreeDictionary+Collection.swift
[230/1181] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[231/1181] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[232/1181] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[233/1181] Compiling HashTreeCollections _AncestorHashSlots.swift
[234/1181] Compiling HashTreeCollections _Bitmap.swift
[235/1181] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[236/1181] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[237/1181] Compiling HashTreeCollections _HashNode+Structural merge.swift
[238/1181] Compiling HashTreeCollections _HashTreeIterator.swift
[239/1181] Compiling HashTreeCollections _HashTreeStatistics.swift
[240/1181] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[241/1181] Compiling HashTreeCollections _RawHashNode.swift
[242/1181] Compiling HashTreeCollections _UnmanagedHashNode.swift
[244/1181] Compiling HashTreeCollections _HashNode+Storage.swift
[245/1181] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[246/1183] Compiling HashTreeCollections TreeSet+Debugging.swift
[247/1183] Compiling HashTreeCollections TreeSet+Descriptions.swift
[248/1183] Compiling HashTreeCollections TreeSet+Equatable.swift
[249/1183] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[250/1183] Compiling HashTreeCollections TreeSet+Extras.swift
[251/1183] Compiling HashTreeCollections TreeSet+Filter.swift
[252/1183] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[253/1183] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[254/1183] Compiling HashTreeCollections TreeDictionary+Filter.swift
[257/1183] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[258/1183] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[261/1183] Compiling HashTreeCollections _HashNode+Structural filter.swift
[262/1183] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[267/1183] Compiling DequeModule _DequeSlot.swift
[268/1183] Compiling DequeModule _UnsafeWrappedBuffer.swift
[273/1183] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[274/1183] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[285/1183] Compiling HashTreeCollections TreeSet+Hashable.swift
[286/1183] Compiling HashTreeCollections TreeSet+Sendable.swift
[287/1183] Compiling HashTreeCollections TreeSet+Sequence.swift
[288/1183] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[289/1183] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[290/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[291/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[292/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[293/1183] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[294/1183] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[307/1193] Compiling HashTreeCollections TreeDictionary.swift
[308/1193] Compiling HashTreeCollections TreeSet+Codable.swift
[309/1193] Compiling HashTreeCollections TreeSet+Collection.swift
[310/1193] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[320/1193] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[321/1193] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[322/1193] Compiling HashTreeCollections TreeDictionary+Keys.swift
[323/1193] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[324/1193] Compiling HashTreeCollections TreeDictionary+Merge.swift
[325/1193] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[326/1193] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[327/1193] Compiling HashTreeCollections TreeDictionary+Values.swift
[328/1193] Emitting module DequeModule
[336/1194] Emitting module _RopeModule
[338/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[339/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[340/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[341/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[342/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[343/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[344/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[345/1194] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[346/1194] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[347/1194] Compiling HashTreeCollections TreeSet.swift
[348/1194] Emitting module RoutingKit
[349/1194] Emitting module OrderedCollections
[350/1195] Compiling RoutingKit PathComponent.swift
[351/1195] Compiling RoutingKit Router.swift
[352/1195] Compiling RoutingKit TrieRouter.swift
[362/1195] Compiling ssl_transcript.cc
[363/1195] Compiling ssl_versions.cc
[369/1195] Compiling HashTreeCollections _Bucket.swift
[370/1195] Compiling HashTreeCollections _Hash.swift
[371/1195] Compiling HashTreeCollections _HashLevel.swift
[372/1195] Compiling HashTreeCollections _HashNode+Builder.swift
[373/1195] Compiling HashTreeCollections _HashNode+Debugging.swift
[374/1195] Compiling HashTreeCollections _HashNode+Initializers.swift
[375/1195] Compiling HashTreeCollections _HashNode+Invariants.swift
[382/1195] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[383/1195] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[384/1195] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[385/1195] Compiling HashTreeCollections _HashNode.swift
[386/1195] Compiling HashTreeCollections _HashNodeHeader.swift
[387/1195] Compiling HashTreeCollections _HashSlot.swift
[388/1195] Compiling HashTreeCollections _HashStack.swift
[394/1195] Compiling RoutingKit AnyRouter.swift
[395/1195] Compiling RoutingKit Parameters.swift
[396/1196] Emitting module Metrics
[397/1196] Compiling Metrics Metrics.swift
[444/1198] Compiling ssl_stat.cc
[445/1198] Compiling ssl_session.cc
[447/1198] Emitting module HashTreeCollections
[447/1199] Compiling ssl_privkey.cc
[449/1199] Compiling ssl_cipher.cc
[450/1199] Compiling ssl_file.cc
[451/1199] Compiling ssl_key_share.cc
[452/1199] Compiling ssl_lib.cc
[453/1199] Compiling ssl_credential.cc
[454/1199] Compiling ssl_buffer.cc
[455/1199] Compiling ssl_cert.cc
[456/1199] Compiling ssl_asn1.cc
[457/1199] Compiling ssl_aead_ctx.cc
[458/1199] Compiling s3_lib.cc
[459/1199] Compiling s3_pkt.cc
[460/1199] Compiling s3_both.cc
[461/1199] Compiling handshake_server.cc
[462/1199] Compiling handshake_client.cc
[463/1199] Compiling handoff.cc
[464/1199] Compiling handshake.cc
[465/1199] Compiling dtls_method.cc
[466/1199] Compiling dtls_record.cc
[467/1199] Compiling d1_srtp.cc
[468/1199] Compiling md5-x86_64-linux.S
[469/1199] Compiling md5-x86_64-apple.S
[470/1199] Compiling md5-586-linux.S
[471/1199] Compiling encrypted_client_hello.cc
[472/1199] Compiling md5-586-apple.S
[473/1199] Compiling chacha20_poly1305_x86_64-apple.S
[474/1199] Compiling chacha20_poly1305_x86_64-linux.S
[475/1199] Compiling chacha20_poly1305_armv8-win.S
[476/1199] Compiling err_data.cc
[477/1199] Compiling chacha20_poly1305_armv8-linux.S
[478/1199] Compiling chacha20_poly1305_armv8-apple.S
[479/1199] Compiling extensions.cc
[480/1199] Compiling chacha-x86_64-linux.S
[481/1199] Compiling chacha-x86-apple.S
[482/1199] Compiling chacha-x86-linux.S
[483/1199] Compiling chacha-x86_64-apple.S
[484/1199] Compiling chacha-armv8-win.S
[485/1199] Compiling chacha-armv8-apple.S
[486/1199] Compiling chacha-armv4-linux.S
[487/1199] Compiling chacha-armv8-linux.S
[488/1199] Compiling aes128gcmsiv-x86_64-linux.S
[489/1199] Compiling aes128gcmsiv-x86_64-apple.S
[490/1199] Compiling x86_64-mont5-apple.S
[491/1199] Compiling x86_64-mont5-linux.S
[492/1199] Compiling x86_64-mont-linux.S
[493/1199] Compiling x86_64-mont-apple.S
[494/1199] Compiling x86-mont-apple.S
[495/1199] Compiling x86-mont-linux.S
[496/1199] Compiling vpaes-x86_64-linux.S
[497/1199] Compiling vpaes-x86-apple.S
[498/1199] Compiling vpaes-x86-linux.S
[499/1199] Compiling vpaes-x86_64-apple.S
[500/1199] Compiling vpaes-armv8-win.S
[501/1199] Compiling vpaes-armv8-linux.S
[502/1199] Compiling vpaes-armv7-linux.S
[503/1199] Compiling vpaes-armv8-apple.S
[504/1199] Compiling sha512-x86_64-apple.S
[505/1199] Compiling sha512-armv8-win.S
[506/1199] Compiling sha512-x86_64-linux.S
[507/1199] Compiling sha512-armv8-linux.S
[508/1199] Compiling bio_ssl.cc
[509/1199] Compiling sha512-armv4-linux.S
[510/1199] Compiling sha512-armv8-apple.S
[510/1199] Compiling sha512-586-linux.S
[512/1199] Compiling d1_lib.cc
[513/1199] Compiling sha512-586-apple.S
[514/1199] Compiling sha256-armv8-linux.S
[515/1199] Compiling sha256-x86_64-apple.S
[516/1199] Compiling sha256-armv8-win.S
[517/1199] Compiling sha256-armv4-linux.S
[518/1199] Compiling sha256-armv8-apple.S
[519/1199] Compiling sha256-x86_64-linux.S
[520/1199] Compiling d1_pkt.cc
[521/1199] Compiling sha256-586-apple.S
[522/1199] Compiling sha256-586-linux.S
[523/1199] Compiling sha1-x86_64-apple.S
[524/1199] Compiling sha1-armv8-win.S
[525/1199] Compiling sha1-x86_64-linux.S
[526/1199] Compiling sha1-armv8-apple.S
[527/1199] Compiling sha1-586-apple.S
[528/1199] Compiling sha1-armv4-large-linux.S
[529/1199] Compiling sha1-armv8-linux.S
[530/1199] Compiling sha1-586-linux.S
[531/1199] Compiling rsaz-avx2-linux.S
[532/1199] Compiling rsaz-avx2-apple.S
[533/1199] Compiling rdrand-x86_64-linux.S
[534/1199] Compiling rdrand-x86_64-apple.S
[535/1199] Compiling p256_beeu-x86_64-asm-apple.S
[536/1199] Compiling p256_beeu-x86_64-asm-linux.S
[537/1199] Compiling p256_beeu-armv8-asm-win.S
[538/1199] Compiling p256_beeu-armv8-asm-apple.S
[539/1199] Compiling p256_beeu-armv8-asm-linux.S
[540/1199] Compiling p256-x86_64-asm-apple.S
[541/1199] Compiling p256-armv8-asm-win.S
[542/1199] Compiling ghashv8-armv8-linux.S
[543/1199] Compiling p256-armv8-asm-apple.S
[544/1199] Compiling p256-armv8-asm-linux.S
[545/1199] Compiling p256-x86_64-asm-linux.S
[546/1199] Compiling ghashv8-armv8-win.S
[547/1199] Compiling ghashv8-armv8-apple.S
[548/1199] Compiling ghash-x86_64-apple.S
[549/1199] Compiling ghashv8-armv7-linux.S
[550/1199] Compiling ghash-x86-linux.S
[551/1199] Compiling ghash-x86_64-linux.S
[552/1199] Compiling ghash-x86-apple.S
[553/1199] Compiling ghash-ssse3-x86-apple.S
[554/1199] Compiling ghash-ssse3-x86_64-apple.S
[555/1199] Compiling ghash-neon-armv8-win.S
[555/1199] Compiling ghash-ssse3-x86_64-linux.S
[557/1199] Compiling ghash-ssse3-x86-linux.S
[558/1199] Compiling ghash-neon-armv8-linux.S
[559/1199] Compiling ghash-armv4-linux.S
[560/1199] Compiling d1_both.cc
[560/1199] Compiling ghash-neon-armv8-apple.S
[561/1199] Compiling co-586-apple.S
[563/1199] Compiling co-586-linux.S
[564/1199] Compiling bn-armv8-win.S
[565/1199] Compiling bsaes-armv7-linux.S
[566/1199] Compiling bn-armv8-linux.S
[567/1199] Compiling bn-586-linux.S
[568/1199] Compiling bn-armv8-apple.S
[569/1199] Compiling bn-586-apple.S
[570/1199] Compiling armv4-mont-linux.S
[571/1199] Compiling armv8-mont-apple.S
[572/1199] Compiling armv8-mont-win.S
[573/1199] Compiling armv8-mont-linux.S
[574/1199] Compiling aesv8-gcm-armv8-linux.S
[575/1199] Compiling aesv8-gcm-armv8-win.S
[576/1199] Compiling aesv8-gcm-armv8-apple.S
[577/1199] Compiling aesni-x86_64-linux.S
[578/1199] Compiling aesv8-armv8-win.S
[579/1199] Compiling aesv8-armv7-linux.S
[580/1199] Compiling aesv8-armv8-linux.S
[581/1199] Compiling aesni-x86_64-apple.S
[582/1199] Compiling aesv8-armv8-apple.S
[583/1199] Compiling aesni-x86-linux.S
[584/1199] Compiling aesni-x86-apple.S
[585/1199] Compiling aesni-gcm-x86_64-apple.S
[586/1199] Compiling aesni-gcm-x86_64-linux.S
[587/1199] Compiling aes-gcm-avx2-x86_64-linux.S
[588/1199] Compiling aes-gcm-avx10-x86_64-apple.S
[589/1199] Compiling aes-gcm-avx10-x86_64-linux.S
[590/1199] Compiling aes-gcm-avx2-x86_64-apple.S
[591/1199] Compiling x_val.cc
[592/1199] Compiling x_x509.cc
[593/1199] Compiling x_x509a.cc
[594/1199] Compiling x_name.cc
[595/1199] Compiling x_sig.cc
[596/1199] Compiling x_req.cc
[597/1199] Compiling x_pubkey.cc
[598/1199] Compiling x_spki.cc
[599/1199] Compiling x_algor.cc
[600/1199] Compiling x_exten.cc
[601/1199] Compiling x509spki.cc
[602/1199] Compiling x_crl.cc
[603/1199] Compiling x_attrib.cc
[604/1199] Compiling x509rset.cc
[605/1199] Compiling x_all.cc
[606/1199] Compiling x509name.cc
[607/1199] Compiling x509cset.cc
[608/1199] Compiling x509_vpm.cc
[609/1199] Compiling x509_vfy.cc
[610/1199] Compiling x509_txt.cc
[611/1199] Compiling x509_trs.cc
[611/1199] Compiling x509_v3.cc
[613/1199] Compiling x509_set.cc
[614/1199] Compiling x509_req.cc
[615/1199] Compiling x509_obj.cc
[616/1199] Compiling x509_lu.cc
[617/1199] Compiling x509_ext.cc
[618/1199] Compiling x509_def.cc
[619/1199] Compiling x509_d2.cc
[620/1199] Compiling x509.cc
[621/1199] Compiling x509_att.cc
[622/1199] Compiling x509_cmp.cc
[623/1199] Compiling v3_skey.cc
[624/1199] Compiling v3_purp.cc
[625/1199] Compiling v3_pmaps.cc
[626/1199] Compiling v3_utl.cc
[627/1199] Compiling v3_prn.cc
[628/1199] Compiling v3_ocsp.cc
[629/1199] Compiling v3_pcons.cc
[630/1199] Compiling v3_ia5.cc
[631/1199] Compiling v3_ncons.cc
[632/1199] Compiling v3_lib.cc
[633/1199] Compiling v3_extku.cc
[634/1199] Compiling v3_int.cc
[635/1199] Compiling v3_info.cc
[636/1199] Compiling v3_enum.cc
[637/1199] Compiling v3_crld.cc
[638/1199] Compiling v3_bitst.cc
[639/1199] Compiling v3_genn.cc
[640/1199] Compiling v3_alt.cc
[641/1199] Compiling t_x509a.cc
[642/1199] Compiling v3_akey.cc
[643/1199] Compiling v3_cpols.cc
[644/1199] Compiling v3_conf.cc
[645/1199] Compiling v3_bcons.cc
[646/1199] Compiling v3_akeya.cc
[647/1199] Compiling name_print.cc
[648/1199] Compiling t_x509.cc
[649/1199] Compiling t_req.cc
[650/1199] Compiling i2d_pr.cc
[651/1199] Compiling t_crl.cc
[652/1199] Compiling rsa_pss.cc
[653/1199] Compiling by_dir.cc
[654/1199] Compiling policy.cc
[655/1199] Compiling by_file.cc
[656/1199] Compiling a_verify.cc
[657/1199] Compiling trust_token.cc
[658/1199] Compiling algorithm.cc
[659/1199] Compiling asn1_gen.cc
[660/1199] Compiling a_digest.cc
[661/1199] Compiling voprf.cc
[662/1199] Compiling a_sign.cc
[663/1199] Compiling thread_win.cc
[664/1199] Compiling thread_pthread.cc
[665/1199] Compiling thread_none.cc
[666/1199] Compiling stack.cc
[667/1199] Compiling thread.cc
[668/1199] Compiling pmbtoken.cc
[669/1199] Compiling siphash.cc
[670/1199] Compiling sha256.cc
[671/1199] Compiling sha1.cc
[672/1199] Compiling sha512.cc
[673/1199] Compiling rsa_print.cc
[674/1199] Compiling slhdsa.cc
[675/1199] Compiling rsa_extra.cc
[676/1199] Compiling rsa_asn1.cc
[677/1199] Compiling spake2plus.cc
[678/1199] Compiling rc4.cc
[679/1199] Compiling refcount.cc
[680/1199] Compiling rsa_crypt.cc
[681/1199] Compiling ios.cc
[682/1199] Compiling windows.cc
[683/1199] Compiling trusty.cc
[684/1199] Compiling urandom.cc
[685/1199] Compiling rand.cc
[686/1199] Compiling poly1305_arm_asm.S
[687/1199] Compiling passive.cc
[688/1199] Compiling getentropy.cc
[689/1199] Compiling deterministic.cc
[690/1199] Compiling forkunsafe.cc
[691/1199] Compiling fork_detect.cc
[692/1199] Compiling poly1305_arm.cc
[693/1199] Compiling poly1305_vec.cc
[694/1199] Compiling poly1305.cc
[695/1199] Compiling p5_pbev2.cc
[696/1199] Compiling pool.cc
[697/1199] Compiling pem_pkey.cc
[698/1199] Compiling pkcs7.cc
[699/1199] Compiling pkcs7_x509.cc
[700/1199] Compiling pkcs8_x509.cc
[701/1199] Compiling pkcs8.cc
[702/1199] Compiling pem_x509.cc
[703/1199] Compiling pem_xaux.cc
[704/1199] Compiling pem_pk8.cc
[705/1199] Compiling pem_oth.cc
[706/1199] Compiling mlkem.cc
[707/1199] Compiling obj_xref.cc
[708/1199] Compiling mldsa.cc
[709/1199] Compiling pem_info.cc
[710/1199] Compiling obj.cc
[711/1199] Compiling pem_all.cc
[712/1199] Compiling mem.cc
[713/1199] Compiling pem_lib.cc
[714/1199] Compiling md5.cc
[715/1199] Compiling fips_shared_support.cc
[716/1199] Compiling poly_rq_mul.S
[717/1199] Compiling lhash.cc
[718/1199] Compiling md4.cc
[719/1199] Compiling sign.cc
[720/1199] Compiling ex_data.cc
[721/1199] Compiling hrss.cc
[722/1199] Compiling kyber.cc
[723/1199] Compiling scrypt.cc
[724/1199] Compiling print.cc
[725/1199] Compiling hpke.cc
[726/1199] Compiling p_x25519.cc
[727/1199] Compiling pbkdf.cc
[728/1199] Compiling p_x25519_asn1.cc
[729/1199] Compiling p_rsa.cc
[730/1199] Compiling p_ed25519.cc
[731/1199] Compiling p_rsa_asn1.cc
[732/1199] Compiling p_ec_asn1.cc
[733/1199] Compiling p_hkdf.cc
[734/1199] Compiling evp_ctx.cc
[735/1199] Compiling p_ed25519_asn1.cc
[736/1199] Compiling p_ec.cc
[737/1199] Compiling p_dh.cc
[738/1199] Compiling evp.cc
[739/1199] Compiling p_dh_asn1.cc
[740/1199] Compiling ecdsa_asn1.cc
[741/1199] Compiling err.cc
[742/1199] Compiling p_dsa_asn1.cc
[743/1199] Compiling ecdh.cc
[744/1199] Compiling engine.cc
[745/1199] Compiling ec_derive.cc
[746/1199] Compiling hash_to_curve.cc
[747/1199] Compiling evp_asn1.cc
[748/1199] Compiling dsa.cc
[749/1199] Compiling params.cc
[750/1199] Compiling ec_asn1.cc
[751/1199] Compiling dsa_asn1.cc
[752/1199] Compiling des.cc
[753/1199] Compiling x25519-asm-arm.S
[754/1199] Compiling digest_extra.cc
[755/1199] Compiling dh_asn1.cc
[756/1199] Compiling cpu_intel.cc
[757/1199] Compiling crypto.cc
[758/1199] Compiling cpu_arm_linux.cc
[759/1199] Compiling spake25519.cc
[760/1199] Compiling cpu_arm_freebsd.cc
[761/1199] Compiling curve25519.cc
[762/1199] Compiling cpu_aarch64_openbsd.cc
[763/1199] Compiling cpu_aarch64_win.cc
[764/1199] Compiling cpu_aarch64_sysreg.cc
[765/1199] Compiling cpu_aarch64_linux.cc
[766/1199] Compiling curve25519_64_adx.cc
[767/1199] Compiling cpu_aarch64_fuchsia.cc
[768/1199] Compiling cpu_aarch64_apple.cc
[769/1199] Compiling get_cipher.cc
[770/1199] Compiling tls_cbc.cc
[771/1199] Compiling e_tls.cc
[772/1199] Compiling conf.cc
[773/1199] Compiling bcm.cc
[774/1199] Compiling e_rc4.cc
[775/1199] Compiling e_rc2.cc
[776/1199] Compiling e_null.cc
[777/1199] Compiling e_aesctrhmac.cc
[778/1199] Compiling e_des.cc
[779/1199] Compiling e_chacha20poly1305.cc
[780/1199] Compiling unicode.cc
[781/1199] Compiling chacha.cc
[782/1199] Compiling derive_key.cc
[783/1199] Compiling e_aesgcmsiv.cc
[784/1199] Compiling cbs.cc
[785/1199] Compiling buf.cc
[786/1199] Compiling blake2.cc
[787/1199] Compiling socket_helper.cc
[788/1199] Compiling ber.cc
[789/1199] Compiling bn_asn1.cc
[790/1199] Compiling asn1_compat.cc
[791/1199] Compiling cbb.cc
[792/1199] Compiling convert.cc
[793/1199] Compiling printf.cc
[794/1199] Compiling socket.cc
[795/1199] Compiling hexdump.cc
[796/1199] Compiling pair.cc
[797/1199] Compiling errno.cc
[798/1199] Compiling file.cc
[799/1199] Compiling fd.cc
[800/1199] Compiling bio_mem.cc
[801/1199] Compiling connect.cc
[802/1199] Compiling bio.cc
[803/1199] Compiling base64.cc
[804/1199] Compiling tasn_fre.cc
[805/1199] Compiling tasn_typ.cc
[806/1199] Compiling tasn_utl.cc
[807/1199] Compiling tasn_enc.cc
[808/1199] Compiling posix_time.cc
[809/1199] Compiling tasn_new.cc
[810/1199] Compiling f_string.cc
[811/1199] Compiling f_int.cc
[812/1199] Compiling asn_pack.cc
[813/1199] Compiling tasn_dec.cc
[814/1199] Compiling asn1_par.cc
[815/1199] Compiling a_utctm.cc
[816/1199] Compiling a_time.cc
[817/1199] Compiling a_type.cc
[818/1199] Compiling asn1_lib.cc
[819/1199] Compiling a_octet.cc
[820/1199] Compiling a_strnid.cc
[821/1199] Compiling a_strex.cc
[822/1199] Compiling a_object.cc
[823/1199] Compiling a_i2d_fp.cc
[824/1199] Compiling a_dup.cc
[825/1199] Compiling a_mbstr.cc
[826/1199] Compiling a_d2i_fp.cc
[827/1199] Compiling fiat_p256_adx_sqr.S
[828/1199] Compiling a_int.cc
[829/1199] Compiling fiat_p256_adx_mul.S
[830/1199] Compiling fiat_curve25519_adx_square.S
[831/1199] Compiling a_gentm.cc
[832/1199] Compiling fiat_curve25519_adx_mul.S
[833/1199] Compiling md5-x86_64-linux.S
[834/1199] Compiling md5-586-apple.S
[835/1199] Compiling md5-586-linux.S
[836/1199] Compiling md5-x86_64-apple.S
[837/1199] Compiling chacha20_poly1305_x86_64-apple.S
[838/1199] Compiling chacha20_poly1305_x86_64-linux.S
[839/1199] Compiling a_bool.cc
[840/1199] Compiling CCryptoBoringSSLShims shims.c
[841/1199] Compiling chacha20_poly1305_armv8-win.S
[842/1199] Compiling a_bitstr.cc
[843/1199] Compiling chacha20_poly1305_armv8-linux.S
[844/1199] Compiling chacha-x86_64-apple.S
[845/1199] Compiling chacha20_poly1305_armv8-apple.S
[846/1199] Compiling chacha-x86_64-linux.S
[847/1199] Compiling chacha-x86-linux.S
[848/1199] Compiling chacha-armv8-apple.S
[849/1199] Compiling chacha-armv8-win.S
[850/1199] Compiling chacha-armv8-linux.S
[851/1199] Compiling chacha-x86-apple.S
[852/1199] Compiling chacha-armv4-linux.S
[853/1199] Compiling aes128gcmsiv-x86_64-linux.S
[854/1199] Compiling aes128gcmsiv-x86_64-apple.S
[855/1199] Compiling err_data.cc
[856/1199] Compiling x86_64-mont5-apple.S
[857/1199] Compiling x86_64-mont5-linux.S
[858/1199] Compiling x86_64-mont-apple.S
[859/1199] Compiling x86_64-mont-linux.S
[860/1199] Compiling vpaes-x86_64-apple.S
[861/1199] Compiling x86-mont-linux.S
[862/1199] Compiling x86-mont-apple.S
[863/1199] Compiling vpaes-x86-linux.S
[864/1199] Compiling vpaes-x86-apple.S
[865/1199] Compiling vpaes-x86_64-linux.S
[866/1199] Compiling vpaes-armv8-win.S
[867/1199] Compiling vpaes-armv8-linux.S
[868/1199] Compiling vpaes-armv8-apple.S
[869/1199] Compiling sha512-armv8-apple.S
[870/1199] Compiling sha512-x86_64-apple.S
[871/1199] Compiling vpaes-armv7-linux.S
[872/1199] Compiling sha512-armv8-linux.S
[873/1199] Compiling sha512-x86_64-linux.S
[874/1199] Compiling sha512-armv8-win.S
[875/1199] Compiling sha512-586-linux.S
[876/1199] Compiling sha512-586-apple.S
[877/1199] Compiling sha256-x86_64-linux.S
[878/1199] Compiling sha512-armv4-linux.S
[878/1199] Compiling sha256-armv8-win.S
[880/1199] Compiling sha256-x86_64-apple.S
[881/1199] Compiling sha256-armv8-linux.S
[882/1199] Compiling sha256-armv4-linux.S
[883/1199] Compiling sha256-armv8-apple.S
[884/1199] Compiling sha256-586-linux.S
[885/1199] Compiling sha256-586-apple.S
[886/1199] Compiling sha1-armv8-win.S
[887/1199] Compiling sha1-x86_64-apple.S
[888/1199] Compiling sha1-armv8-linux.S
[889/1199] Compiling sha1-x86_64-linux.S
[890/1199] Compiling sha1-armv8-apple.S
[891/1199] Compiling sha1-armv4-large-linux.S
[892/1199] Compiling sha1-586-apple.S
[893/1199] Compiling sha1-586-linux.S
[894/1199] Compiling rdrand-x86_64-linux.S
[895/1199] Compiling rsaz-avx2-apple.S
[896/1199] Compiling rsaz-avx2-linux.S
[897/1199] Compiling rdrand-x86_64-apple.S
[898/1199] Compiling p256_beeu-x86_64-asm-linux.S
[899/1199] Compiling p256_beeu-x86_64-asm-apple.S
[900/1199] Compiling p256_beeu-armv8-asm-win.S
[901/1199] Compiling p256_beeu-armv8-asm-linux.S
[902/1199] Compiling p256_beeu-armv8-asm-apple.S
[903/1199] Compiling p256-x86_64-asm-apple.S
[904/1199] Compiling p256-armv8-asm-win.S
[905/1199] Compiling ghashv8-armv8-linux.S
[906/1199] Compiling ghashv8-armv8-win.S
[907/1199] Compiling p256-armv8-asm-linux.S
[907/1199] Compiling p256-armv8-asm-apple.S
[909/1199] Compiling p256-x86_64-asm-linux.S
[910/1199] Compiling ghashv8-armv8-apple.S
[911/1199] Compiling ghashv8-armv7-linux.S
[912/1199] Compiling ghash-x86_64-linux.S
[913/1199] Compiling ghash-x86-linux.S
[914/1199] Compiling ghash-x86_64-apple.S
[915/1199] Compiling ghash-x86-apple.S
[916/1199] Compiling ghash-ssse3-x86_64-linux.S
[917/1199] Compiling ghash-ssse3-x86-linux.S
[918/1199] Compiling ghash-ssse3-x86_64-apple.S
[919/1199] Compiling ghash-ssse3-x86-apple.S
[920/1199] Compiling ghash-neon-armv8-win.S
[921/1199] Compiling ghash-neon-armv8-linux.S
[922/1199] Compiling ghash-neon-armv8-apple.S
[923/1199] Compiling ghash-armv4-linux.S
[924/1199] Compiling co-586-linux.S
[925/1199] Compiling co-586-apple.S
[926/1199] Compiling bn-armv8-linux.S
[927/1199] Compiling bsaes-armv7-linux.S
[928/1199] Compiling bn-armv8-win.S
[929/1199] Compiling bn-armv8-apple.S
[930/1199] Compiling armv8-mont-win.S
[931/1199] Compiling armv8-mont-linux.S
[932/1199] Compiling bn-586-apple.S
[933/1199] Compiling bn-586-linux.S
[934/1199] Compiling armv8-mont-apple.S
[935/1199] Compiling armv4-mont-linux.S
[936/1199] Compiling aesv8-gcm-armv8-linux.S
[937/1199] Compiling aesv8-gcm-armv8-win.S
[938/1199] Compiling aesv8-gcm-armv8-apple.S
[939/1199] Compiling aesv8-armv8-win.S
[940/1199] Compiling aesv8-armv8-linux.S
[941/1199] Compiling aesv8-armv8-apple.S
[942/1199] Compiling aesni-x86_64-linux.S
[943/1199] Compiling aesv8-armv7-linux.S
[944/1199] Compiling aesni-x86-linux.S
[945/1199] Compiling aesni-x86_64-apple.S
[946/1199] Compiling aesni-x86-apple.S
[947/1199] Compiling aesni-gcm-x86_64-linux.S
[948/1199] Compiling aesni-gcm-x86_64-apple.S
[949/1199] Compiling aes-gcm-avx10-x86_64-apple.S
[950/1199] Compiling aes-gcm-avx10-x86_64-linux.S
[951/1199] Compiling x_x509a.cc
[952/1199] Compiling x_sig.cc
[953/1199] Compiling x_val.cc
[954/1199] Compiling x_spki.cc
[955/1199] Compiling x_x509.cc
[956/1199] Compiling x_req.cc
[957/1199] Compiling x_crl.cc
[958/1199] Compiling x_algor.cc
[959/1199] Compiling x_attrib.cc
[960/1199] Compiling x_exten.cc
[961/1199] Compiling x_pubkey.cc
[962/1199] Compiling x_name.cc
[963/1199] Compiling x_all.cc
[964/1199] Compiling x509spki.cc
[965/1199] Compiling c-nioatomics.c
[966/1199] Compiling x509rset.cc
[967/1199] Compiling x509cset.cc
[968/1199] Compiling x509name.cc
[969/1199] Compiling x509_vpm.cc
[970/1199] Compiling x509_vfy.cc
[971/1199] Compiling x509_v3.cc
[972/1199] Compiling x509_txt.cc
[973/1199] Compiling x509_trs.cc
[974/1199] Compiling x509_set.cc
[975/1199] Compiling x509_req.cc
[976/1199] Compiling x509_obj.cc
[977/1199] Compiling c-atomics.c
[978/1199] Compiling x509_lu.cc
[979/1199] Compiling x509_ext.cc
[980/1199] Compiling x509_def.cc
[981/1205] Compiling x509_d2.cc
[982/1205] Compiling x509_cmp.cc
[983/1205] Compiling x509_att.cc
[984/1205] Compiling x509.cc
[986/1205] Compiling NIOConcurrencyHelpers NIOLock.swift
[987/1205] Compiling NIOConcurrencyHelpers lock.swift
[988/1205] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[989/1205] Emitting module NIOConcurrencyHelpers
[989/1205] Compiling v3_utl.cc
[991/1205] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[992/1205] Compiling NIOConcurrencyHelpers atomics.swift
[992/1206] Compiling v3_purp.cc
[993/1206] Compiling v3_skey.cc
[995/1206] Compiling v3_prn.cc
[996/1206] Compiling v3_ocsp.cc
[997/1206] Compiling v3_pcons.cc
[998/1206] Compiling v3_pmaps.cc
[999/1232] Compiling v3_int.cc
[1000/1232] Compiling v3_ncons.cc
[1001/1232] Compiling v3_lib.cc
[1003/1232] Compiling ConsoleKitTerminal Console+Confirm.swift
[1004/1232] Compiling ConsoleKitTerminal Console+Input.swift
[1005/1232] Compiling ConsoleKitTerminal Console+Center.swift
[1006/1232] Compiling ConsoleKitTerminal Console+Output.swift
[1007/1232] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1008/1232] Compiling ConsoleKitTerminal ConsoleClear.swift
[1009/1232] Compiling ConsoleKitTerminal Console+Ask.swift
[1010/1232] Compiling ConsoleKitTerminal Console+Choose.swift
[1010/1235] Compiling v3_ia5.cc
[1011/1235] Compiling v3_genn.cc
[1012/1235] Compiling v3_info.cc
[1013/1235] Compiling v3_extku.cc
[1014/1235] Compiling ConsoleKitTerminal ActivityBar.swift
[1015/1235] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1016/1235] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1017/1235] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1018/1235] Emitting module ConsoleKitTerminal
[1020/1235] Compiling ConsoleKitTerminal CustomActivity.swift
[1021/1235] Compiling ConsoleKitTerminal LoadingBar.swift
[1022/1235] Compiling ConsoleKitTerminal ProgressBar.swift
[1023/1235] Compiling ConsoleKitTerminal Console+Clear.swift
[1024/1235] Compiling ConsoleKitTerminal Console+Wait.swift
[1025/1235] Compiling ConsoleKitTerminal ConsoleColor.swift
[1026/1235] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1027/1235] Compiling ConsoleKitTerminal Console.swift
[1028/1235] Compiling ConsoleKitTerminal Terminal.swift
[1029/1235] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1030/1235] Compiling ConsoleKitTerminal ConsoleText.swift
[1031/1235] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1032/1235] Compiling ConsoleKitTerminal ANSI.swift
[1032/1235] Compiling v3_enum.cc
[1033/1235] Compiling v3_crld.cc
[1034/1235] Compiling v3_cpols.cc
[1035/1235] Compiling v3_bitst.cc
[1037/1235] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1038/1235] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1039/1235] Compiling ConsoleKitTerminal LoggerFragment.swift
[1039/1235] Compiling v3_bcons.cc
[1040/1236] Compiling v3_conf.cc
[1042/1236] Compiling v3_alt.cc
[1043/1236] Compiling v3_akeya.cc
[1044/1258] Compiling v3_akey.cc
[1045/1258] Compiling t_x509a.cc
[1046/1258] Compiling t_crl.cc
[1048/1258] Compiling ConsoleKitCommands CommandSignature.swift
[1049/1258] Compiling ConsoleKitCommands Flag.swift
[1050/1258] Compiling ConsoleKitCommands Option.swift
[1050/1260] Compiling t_x509.cc
[1052/1260] Compiling ConsoleKitCommands AsyncCommands.swift
[1053/1260] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1054/1260] Compiling ConsoleKitCommands AnyCommand.swift
[1055/1260] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1056/1260] Compiling ConsoleKitCommands AsyncCommand.swift
[1057/1260] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1058/1260] Emitting module ConsoleKitCommands
[1058/1260] Compiling t_req.cc
[1059/1260] Compiling rsa_pss.cc
[1061/1260] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1062/1260] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1063/1260] Compiling ConsoleKitCommands Argument.swift
[1063/1260] Compiling policy.cc
[1065/1260] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1066/1260] Compiling ConsoleKitCommands Utilities.swift
[1066/1260] Compiling i2d_pr.cc
[1067/1260] Compiling asn1_gen.cc
[1068/1260] Compiling a_verify.cc
[1069/1260] Compiling name_print.cc
[1070/1260] Compiling by_file.cc
[1071/1260] Compiling by_dir.cc
[1072/1260] Compiling algorithm.cc
[1073/1260] Compiling voprf.cc
[1074/1260] Compiling trust_token.cc
[1075/1260] Compiling a_digest.cc
[1076/1260] Compiling a_sign.cc
[1077/1260] Compiling pmbtoken.cc
[1078/1260] Compiling thread_pthread.cc
[1080/1260] Compiling ConsoleKitCommands Console+Run.swift
[1081/1260] Compiling ConsoleKitCommands ConsoleError.swift
[1082/1260] Compiling ConsoleKitCommands Completion.swift
[1082/1260] Compiling thread_win.cc
[1084/1260] Compiling ConsoleKitCommands CommandGroup.swift
[1085/1260] Compiling ConsoleKitCommands CommandInput.swift
[1086/1260] Compiling ConsoleKitCommands Commands.swift
[1087/1260] Compiling ConsoleKitCommands Command.swift
[1088/1260] Compiling ConsoleKitCommands CommandContext.swift
[1089/1260] Compiling ConsoleKitCommands CommandError.swift
[1089/1261] Compiling thread.cc
[1091/1261] Compiling thread_none.cc
[1092/1261] Compiling wots.cc
[1093/1261] Compiling stack.cc
[1094/1261] Compiling siphash.cc
[1095/1261] Compiling thash.cc
[1096/1261] Compiling merkle.cc
[1097/1261] Compiling slhdsa.cc
[1098/1261] Compiling fors.cc
[1099/1263] Compiling sha256.cc
[1100/1263] Compiling sha512.cc
[1101/1263] Compiling sha1.cc
[1103/1263] Emitting module ConsoleKit
[1104/1263] Compiling ConsoleKit Exports.swift
[1104/1264] Compiling rsa_print.cc
[1106/1264] Compiling rsa_extra.cc
[1107/1264] Compiling refcount.cc
[1108/1264] Compiling rsa_crypt.cc
[1109/1264] Compiling rc4.cc
[1110/1264] Compiling trusty.cc
[1111/1264] Compiling rand_extra.cc
[1112/1264] Compiling rsa_asn1.cc
[1113/1264] Compiling windows.cc
[1114/1264] Compiling passive.cc
[1115/1264] Compiling urandom.cc
[1116/1264] Compiling poly1305_arm_asm.S
[1117/1264] Compiling ios.cc
[1118/1264] Compiling deterministic.cc
[1119/1264] Compiling getentropy.cc
[1120/1264] Compiling forkunsafe.cc
[1121/1264] Compiling poly1305.cc
[1122/1264] Compiling pkcs8_x509.cc
[1123/1264] Compiling fork_detect.cc
[1124/1264] Compiling poly1305_arm.cc
[1125/1264] Compiling pool.cc
[1126/1264] Compiling poly1305_vec.cc
[1127/1264] Compiling pkcs7.cc
[1128/1264] Compiling p5_pbev2.cc
[1129/1264] Compiling pkcs8.cc
[1130/1264] Compiling pkcs7_x509.cc
[1131/1264] Compiling pem_xaux.cc
[1132/1264] Compiling pem_x509.cc
[1133/1264] Compiling pem_pkey.cc
[1134/1264] Compiling pem_oth.cc
[1135/1264] Compiling pem_pk8.cc
[1136/1264] Compiling obj_xref.cc
[1137/1264] Compiling pem_lib.cc
[1138/1264] Compiling obj.cc
[1139/1264] Compiling mldsa.cc
[1140/1264] Compiling mlkem.cc
[1141/1264] Compiling pem_info.cc
[1142/1264] Compiling mem.cc
[1143/1264] Compiling poly_rq_mul.S
[1144/1264] Compiling pem_all.cc
[1145/1264] Compiling md5.cc
[1146/1264] Compiling fips_shared_support.cc
[1147/1264] Compiling md4.cc
[1148/1264] Compiling lhash.cc
[1149/1264] Compiling ex_data.cc
[1150/1264] Compiling kyber.cc
[1151/1264] Compiling sign.cc
[1152/1264] Compiling hpke.cc
[1153/1264] Compiling scrypt.cc
[1154/1264] Compiling hrss.cc
[1155/1264] Compiling p_x25519.cc
[1156/1264] Compiling print.cc
[1157/1264] Compiling p_rsa.cc
[1158/1264] Compiling pbkdf.cc
[1159/1264] Compiling p_rsa_asn1.cc
[1160/1264] Compiling p_x25519_asn1.cc
[1161/1264] Compiling p_hkdf.cc
[1162/1264] Compiling p_ec.cc
[1163/1264] Compiling p_dh_asn1.cc
[1164/1264] Compiling p_ed25519_asn1.cc
[1165/1264] Compiling p_ed25519.cc
[1166/1264] Compiling p_ec_asn1.cc
[1167/1264] Compiling p_dsa_asn1.cc
[1168/1264] Compiling p_dh.cc
[1169/1264] Compiling engine.cc
[1170/1264] Compiling evp_ctx.cc
[1171/1264] Compiling err.cc
[1172/1264] Compiling evp.cc
[1173/1264] Compiling evp_asn1.cc
[1174/1264] Compiling ecdh_extra.cc
[1175/1264] Compiling ecdsa_asn1.cc
[1176/1264] Compiling ec_derive.cc
[1177/1264] Compiling hash_to_curve.cc
[1178/1264] Compiling ec_asn1.cc
[1179/1264] Compiling des.cc
[1180/1264] Compiling params.cc
[1181/1264] Compiling dsa_asn1.cc
[1182/1264] Compiling dsa.cc
[1183/1264] Compiling dh_asn1.cc
[1184/1264] Compiling digest_extra.cc
[1185/1264] Compiling x25519-asm-arm.S
[1186/1264] Compiling cpu_arm_linux.cc
[1187/1264] Compiling crypto.cc
[1188/1264] Compiling cpu_arm_freebsd.cc
[1189/1264] Compiling spake25519.cc
[1190/1264] Compiling cpu_intel.cc
[1191/1264] Compiling curve25519.cc
[1192/1264] Compiling cpu_aarch64_win.cc
[1193/1264] Compiling cpu_aarch64_sysreg.cc
[1194/1264] Compiling cpu_aarch64_openbsd.cc
[1195/1264] Compiling curve25519_64_adx.cc
[1196/1264] Compiling bcm.cc
[1197/1264] Compiling cpu_aarch64_linux.cc
[1198/1264] Compiling cpu_aarch64_fuchsia.cc
[1199/1264] Compiling cpu_aarch64_apple.cc
[1200/1264] Compiling conf.cc
[1201/1264] Compiling e_chacha20poly1305.cc
[1202/1264] Compiling e_aesgcmsiv.cc
[1203/1264] Compiling e_des.cc
[1204/1264] Compiling tls_cbc.cc
[1205/1264] Compiling e_null.cc
[1206/1264] Compiling e_rc4.cc
[1207/1264] Compiling e_rc2.cc
[1208/1264] Compiling e_tls.cc
[1209/1264] Compiling e_aesctrhmac.cc
[1210/1264] Compiling derive_key.cc
[1211/1264] Compiling unicode.cc
[1212/1264] Compiling cbs.cc
[1213/1264] Compiling ber.cc
[1214/1264] Compiling cipher_extra.cc
[1215/1264] Compiling asn1_compat.cc
[1216/1264] Compiling chacha.cc
[1217/1264] Compiling buf.cc
[1218/1264] Compiling cbb.cc
[1219/1264] Compiling blake2.cc
[1220/1264] Compiling bn_asn1.cc
[1221/1264] Compiling convert.cc
[1222/1264] Compiling printf.cc
[1223/1264] Compiling pair.cc
[1224/1264] Compiling hexdump.cc
[1225/1264] Compiling file.cc
[1226/1264] Compiling bio_mem.cc
[1227/1264] Compiling errno.cc
[1228/1264] Compiling fd.cc
[1229/1264] Compiling base64.cc
[1230/1264] Compiling tasn_typ.cc
[1231/1264] Compiling tasn_new.cc
[1232/1264] Compiling bio.cc
[1233/1264] Compiling tasn_utl.cc
[1234/1264] Compiling tasn_enc.cc
[1235/1264] Compiling posix_time.cc
[1236/1264] Compiling tasn_dec.cc
[1237/1264] Compiling tasn_fre.cc
[1238/1264] Compiling f_int.cc
[1239/1264] Compiling f_string.cc
[1240/1264] Compiling asn_pack.cc
[1241/1264] Compiling asn1_par.cc
[1242/1264] Compiling asn1_lib.cc
[1243/1264] Compiling a_type.cc
[1244/1264] Compiling a_utctm.cc
[1245/1264] Compiling a_time.cc
[1246/1264] Compiling a_strex.cc
[1247/1264] Compiling a_strnid.cc
[1248/1264] Compiling a_octet.cc
[1249/1264] Compiling a_mbstr.cc
[1250/1264] Compiling a_i2d_fp.cc
[1251/1264] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1252/1264] Write sources
[1253/1264] Compiling a_object.cc
[1253/1264] Write sources
[1258/1264] Compiling a_int.cc
[1259/1330] Compiling a_d2i_fp.cc
[1260/1330] Compiling a_dup.cc
[1261/1342] Compiling a_gentm.cc
[1262/1361] Compiling a_bitstr.cc
[1263/1361] Compiling a_bool.cc
[1265/1361] Compiling Atomics Primitives.shims.swift
[1266/1361] Compiling Atomics AtomicInteger.swift
[1267/1361] Compiling Atomics AtomicOptionalWrappable.swift
[1268/1371] Compiling Atomics UnsafeAtomic.swift
[1269/1371] Compiling Atomics UnsafeAtomicLazyReference.swift
[1270/1371] Compiling Atomics ManagedAtomic.swift
[1271/1371] Compiling Atomics ManagedAtomicLazyReference.swift
[1272/1371] Compiling Atomics AtomicMemoryOrderings.swift
[1273/1371] Compiling Atomics DoubleWord.swift
[1276/1371] Compiling Atomics IntegerOperations.swift
[1277/1371] Compiling Atomics Unmanaged extensions.swift
[1278/1371] Compiling Algorithms MinMax.swift
[1279/1371] Compiling Algorithms Partition.swift
[1280/1371] Compiling Algorithms Permutations.swift
[1281/1378] Emitting module BitCollections
[1284/1378] Compiling Atomics AtomicReference.swift
[1285/1378] Compiling Atomics AtomicStorage.swift
[1286/1378] Compiling Atomics AtomicValue.swift
[1293/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1294/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1295/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1296/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1297/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1298/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1299/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1300/1381] Compiling BitCollections BitSet+Initializers.swift
[1301/1381] Compiling BitCollections BitSet+Invariants.swift
[1302/1381] Compiling BitCollections BitSet+Random.swift
[1303/1381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1304/1381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1305/1381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1306/1381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1307/1381] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1308/1381] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1309/1381] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1310/1381] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1311/1381] Compiling BitCollections BitSet+SetAlgebra union.swift
[1312/1381] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1313/1381] Compiling BitCollections BitSet.Counted.swift
[1314/1381] Compiling CryptoBoringWrapper RandomBytes.swift
[1318/1381] Compiling Atomics IntegerConformances.swift
[1319/1381] Compiling Atomics PointerConformances.swift
[1320/1381] Compiling Atomics Primitives.native.swift
[1321/1381] Compiling Atomics OptionalRawRepresentable.swift
[1322/1381] Compiling Atomics RawRepresentable.swift
[1325/1381] Compiling Algorithms Product.swift
[1330/1381] Compiling Algorithms Trim.swift
[1331/1381] Compiling Algorithms Unique.swift
[1332/1381] Compiling Algorithms Windows.swift
[1333/1381] Compiling BitCollections BitArray+Hashable.swift
[1334/1381] Compiling BitCollections BitArray+Initializers.swift
[1335/1381] Compiling BitCollections BitArray+Invariants.swift
[1336/1381] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1337/1381] Compiling Atomics AtomicBool.swift
[1345/1381] Compiling BitCollections BitSet.Index.swift
[1346/1381] Compiling BitCollections BitSet._UnsafeHandle.swift
[1347/1381] Compiling BitCollections BitSet.swift
[1348/1381] Compiling BitCollections Range+Utilities.swift
[1349/1381] Compiling BitCollections Slice+Utilities.swift
[1350/1381] Compiling BitCollections UInt+Tricks.swift
[1351/1381] Compiling BitCollections _Word.swift
[1364/1382] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1365/1382] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1366/1382] Emitting module CryptoBoringWrapper
[1367/1384] Compiling Collections Collections.swift
[1368/1384] Emitting module Collections
[1369/1385] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1370/1385] Compiling CryptoBoringWrapper EllipticCurve.swift
[1371/1385] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1372/1385] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1379/1457] Emitting module Atomics
[1380/1457] Compiling Crypto Digests.swift
[1381/1457] Compiling Crypto HashFunctions.swift
[1382/1457] Compiling Crypto HashFunctions_SHA2.swift
[1383/1457] Compiling Crypto CryptoKitErrors.swift
[1384/1457] Compiling Crypto Digest_boring.swift
[1385/1457] Compiling Crypto Digest.swift
[1386/1458] Emitting module Algorithms
[1389/1518] Compiling NIOCore FileHandle.swift
[1390/1518] Compiling NIOCore FileRegion.swift
[1391/1518] Compiling NIOCore GlobalSingletons.swift
[1392/1518] Compiling NIOCore IO.swift
[1393/1518] Compiling NIOCore IOData.swift
[1394/1518] Compiling NIOCore IPProtocol.swift
[1395/1518] Compiling NIOCore IntegerBitPacking.swift
[1396/1518] Compiling NIOCore IntegerTypes.swift
[1397/1518] Compiling NIOCore Interfaces.swift
[1398/1518] Compiling NIOCore Linux.swift
[1399/1527] Emitting module Crypto
[1400/1527] Compiling NIOCore MarkedCircularBuffer.swift
[1401/1527] Compiling NIOCore MulticastChannel.swift
[1402/1527] Compiling NIOCore NIOAny.swift
[1403/1527] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1404/1527] Compiling NIOCore NIOLoopBound.swift
[1405/1527] Compiling NIOCore NIOScheduledCallback.swift
[1406/1527] Compiling NIOCore NIOSendable.swift
[1407/1527] Compiling NIOCore RecvByteBufferAllocator.swift
[1408/1527] Compiling Crypto ECDSA.swift
[1409/1527] Compiling Crypto Ed25519.swift
[1410/1527] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1411/1527] Compiling NIOCore ByteBuffer-conversions.swift
[1412/1527] Compiling NIOCore ByteBuffer-core.swift
[1413/1527] Compiling NIOCore ByteBuffer-hex.swift
[1414/1527] Compiling NIOCore ByteBuffer-int.swift
[1415/1527] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1416/1527] Compiling NIOCore ChannelPipeline.swift
[1417/1527] Compiling NIOCore CircularBuffer.swift
[1418/1527] Compiling NIOCore Codec.swift
[1419/1527] Compiling NIOCore ConvenienceOptionSupport.swift
[1420/1527] Compiling NIOCore DeadChannel.swift
[1421/1527] Compiling NIOCore DispatchQueue+WithFuture.swift
[1422/1527] Compiling NIOCore EventLoop+Deprecated.swift
[1423/1527] Compiling NIOCore EventLoop+SerialExecutor.swift
[1424/1527] Compiling NIOCore EventLoop.swift
[1425/1527] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1426/1527] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1427/1527] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1428/1527] Compiling NIOCore EventLoopFuture.swift
[1429/1527] Compiling NIOCore FileDescriptor.swift
[1438/1535] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1439/1535] Compiling NIOCore ByteBuffer-views.swift
[1440/1535] Compiling NIOCore Channel.swift
[1441/1535] Compiling NIOCore ChannelHandler.swift
[1442/1535] Compiling NIOCore ChannelHandlers.swift
[1443/1535] Compiling NIOCore ChannelInvoker.swift
[1444/1535] Compiling NIOCore ChannelOption.swift
[1445/1535] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1446/1535] Compiling NIOCore BSDSocketAPI.swift
[1447/1535] Compiling NIOCore ByteBuffer-aux.swift
[1448/1535] Compiling NIOCore AddressedEnvelope.swift
[1449/1535] Compiling NIOCore AsyncAwaitSupport.swift
[1450/1535] Compiling NIOCore AsyncChannel.swift
[1451/1535] Compiling NIOCore AsyncChannelHandler.swift
[1452/1535] Compiling NIOCore AsyncChannelInboundStream.swift
[1453/1535] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1454/1535] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1455/1535] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1456/1535] Compiling NIOCore NIOAsyncWriter.swift
[1457/1535] Compiling NIOCore ByteBuffer-multi-int.swift
[1458/1535] Compiling Crypto Signature.swift
[1459/1535] Compiling Crypto CryptoKitErrors_boring.swift
[1460/1535] Compiling Crypto RNG_boring.swift
[1461/1535] Compiling Crypto SafeCompare_boring.swift
[1462/1535] Compiling Crypto Zeroization_boring.swift
[1463/1535] Compiling Crypto PrettyBytes.swift
[1464/1535] Compiling Crypto SafeCompare.swift
[1465/1535] Compiling Crypto SecureBytes.swift
[1466/1535] Compiling Crypto Zeroization.swift
[1467/1535] Compiling NIOCore SocketOptionProvider.swift
[1468/1535] Compiling NIOCore SystemCallHelpers.swift
[1469/1535] Compiling NIOCore TimeAmount+Duration.swift
[1470/1535] Compiling NIOCore TypeAssistedChannelHandler.swift
[1471/1535] Compiling NIOCore UniversalBootstrapSupport.swift
[1472/1535] Compiling NIOCore Utilities.swift
[1473/1535] Compiling Crypto GeneralizedTime.swift
[1474/1535] Compiling Crypto ObjectIdentifier.swift
[1475/1535] Compiling Crypto ECDSASignature.swift
[1476/1535] Compiling Crypto PEMDocument.swift
[1486/1536] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1487/1536] Compiling NIOCore SocketAddresses.swift
[1536/1536] Emitting module NIOCore
[1538/1588] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1539/1588] Emitting module NIOEmbedded
[1540/1588] Compiling NIOEmbedded AsyncTestingChannel.swift
[1541/1588] Compiling NIOEmbedded Embedded.swift
[1543/1589] Emitting module NIOPosix
[1544/1595] Compiling NIOPosix SelectableChannel.swift
[1545/1595] Compiling NIOPosix SelectableEventLoop.swift
[1546/1595] Compiling NIOPosix SelectorEpoll.swift
[1547/1595] Compiling NIOPosix SelectorGeneric.swift
[1548/1595] Compiling NIOPosix SelectorKqueue.swift
[1549/1595] Compiling NIOPosix SelectorUring.swift
[1550/1595] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1551/1595] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1552/1595] Compiling NIOPosix PosixSingletons.swift
[1553/1595] Compiling NIOPosix RawSocketBootstrap.swift
[1554/1595] Compiling NIOPosix Resolver.swift
[1555/1595] Compiling NIOPosix Selectable.swift
[1556/1595] Compiling NIOPosix BSDSocketAPICommon.swift
[1557/1595] Compiling NIOPosix BSDSocketAPIPosix.swift
[1558/1595] Compiling NIOPosix BSDSocketAPIWindows.swift
[1559/1595] Compiling NIOPosix BaseSocket.swift
[1560/1595] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1561/1595] Compiling NIOPosix BaseSocketChannel.swift
[1562/1595] Compiling NIOPosix BaseStreamSocketChannel.swift
[1563/1595] Compiling NIOPosix ServerSocket.swift
[1564/1595] Compiling NIOPosix Socket.swift
[1565/1595] Compiling NIOPosix SocketChannel.swift
[1566/1595] Compiling NIOPosix SocketProtocols.swift
[1567/1595] Compiling NIOPosix System.swift
[1568/1595] Compiling NIOPosix Thread.swift
[1569/1595] Compiling NIOPosix ThreadPosix.swift
[1570/1595] Compiling NIOPosix ThreadWindows.swift
[1571/1595] Compiling NIOPosix UnsafeTransfer.swift
[1572/1595] Compiling NIOPosix Utilities.swift
[1573/1595] Compiling NIOPosix VsockAddress.swift
[1574/1595] Compiling NIOPosix VsockChannelEvents.swift
[1575/1595] Compiling NIOPosix IO.swift
[1576/1595] Compiling NIOPosix IntegerBitPacking.swift
[1577/1595] Compiling NIOPosix IntegerTypes.swift
[1578/1595] Compiling NIOPosix Linux.swift
[1579/1595] Compiling NIOPosix LinuxCPUSet.swift
[1580/1595] Compiling NIOPosix LinuxUring.swift
[1581/1595] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1582/1595] Compiling NIOPosix Bootstrap.swift
[1583/1595] Compiling NIOPosix ControlMessage.swift
[1584/1595] Compiling NIOPosix DatagramVectorReadManager.swift
[1585/1595] Compiling NIOPosix Errors+Any.swift
[1586/1595] Compiling NIOPosix FileDescriptor.swift
[1587/1595] Compiling NIOPosix GetaddrinfoResolver.swift
[1588/1595] Compiling NIOPosix HappyEyeballs.swift
[1589/1595] Compiling NIOPosix NIOThreadPool.swift
[1590/1595] Compiling NIOPosix NonBlockingFileIO.swift
[1591/1595] Compiling NIOPosix PendingDatagramWritesManager.swift
[1592/1595] Compiling NIOPosix PendingWritesManager.swift
[1593/1595] Compiling NIOPosix PipeChannel.swift
[1594/1595] Compiling NIOPosix PipePair.swift
[1595/1595] Compiling NIOPosix Pool.swift
[1597/1655] Compiling NIO Exports.swift
[1598/1655] Emitting module NIO
[1599/1655] Compiling _NIOFileSystem FileChunks.swift
[1600/1655] Compiling _NIOFileSystem FileHandle.swift
[1601/1655] Compiling _NIOFileSystem FileHandleProtocol.swift
[1603/1697] Compiling NIOTLS TLSEvents.swift
[1604/1697] Emitting module NIOSOCKS
[1605/1698] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1606/1698] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1607/1698] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1608/1698] Emitting module _NIOFileSystem
[1609/1702] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1610/1702] Emitting module NIOTLS
[1611/1702] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1612/1702] Compiling AsyncKit Optional+StrictMap.swift
[1613/1702] Compiling AsyncKit Exports.swift
[1614/1702] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1615/1702] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1616/1702] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1617/1702] Compiling NIOSOCKS SOCKSResponse.swift
[1618/1702] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1619/1702] Compiling NIOSOCKS ClientStateMachine.swift
[1620/1702] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1621/1702] Compiling NIOHTTP1 HTTPDecoder.swift
[1622/1702] Compiling NIOSOCKS ServerStateMachine.swift
[1623/1702] Compiling NIOHTTP1 HTTPEncoder.swift
[1627/1702] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1628/1702] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1629/1703] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1630/1703] Compiling NIOTLS SNIHandler.swift
[1632/1704] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1635/1706] Compiling _NIOFileSystem ParallelDirCopy.swift
[1636/1706] Compiling _NIOFileSystem ParallelRemoval.swift
[1637/1706] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1638/1706] Compiling _NIOFileSystem CInterop.swift
[1639/1706] Compiling _NIOFileSystem Errno.swift
[1640/1706] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1641/1706] Compiling _NIOFileSystem Mocking.swift
[1642/1706] Compiling _NIOFileSystem Syscall.swift
[1643/1706] Compiling _NIOFileSystem Syscalls.swift
[1644/1706] Emitting module NIOHTTP1
[1645/1706] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1646/1706] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1647/1706] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1648/1706] Emitting module NIOFoundationCompat
[1649/1708] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1650/1708] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1652/1736] Compiling NIOSSL SSLConnection.swift
[1653/1736] Compiling NIOSSL SSLContext.swift
[1654/1736] Compiling NIOSSL NIOSSLServerHandler.swift
[1655/1736] Compiling NIOSSL ObjectIdentifier.swift
[1656/1736] Compiling NIOSSL PosixPort.swift
[1657/1736] Compiling NIOSSL IdentityVerification.swift
[1658/1736] Compiling NIOSSL LinuxCABundle.swift
[1659/1736] Compiling NIOSSL NIOSSLClientHandler.swift
[1660/1736] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1661/1758] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1662/1758] Compiling NIOTransportServices NIOTSSingletons.swift
[1663/1758] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1664/1758] Compiling NIOTransportServices StateManagedChannel.swift
[1665/1758] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1666/1758] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1667/1758] Compiling NIOSSL RNG.swift
[1668/1758] Compiling NIOSSL SafeCompare.swift
[1669/1758] Compiling NIOSSL Zeroization.swift
[1670/1758] Compiling NIOSSL SSLPublicKey.swift
[1671/1758] Emitting module NIOTransportServices
[1680/1760] Compiling NIOTransportServices NIOTSBootstraps.swift
[1681/1760] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1682/1760] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1683/1760] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1684/1760] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1685/1760] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1686/1760] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1687/1760] Compiling NIOTransportServices NIOTSErrors.swift
[1688/1760] Compiling NIOTransportServices NIOTSEventLoop.swift
[1691/1760] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1692/1760] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1693/1760] Emitting module AsyncKit
[1694/1760] Compiling NIOTransportServices AcceptHandler.swift
[1695/1760] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1696/1760] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1697/1760] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1698/1760] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1699/1760] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1704/1762] Compiling _NIOFileSystem SystemFileHandle.swift
[1705/1762] Compiling _NIOFileSystem Utilities.swift
[1706/1762] Compiling _NIOFileSystem OpenOptions.swift
[1707/1762] Compiling _NIOFileSystem String+FileSystem.swift
[1709/1827] Emitting module NIOSSL
[1710/1830] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1711/1830] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1712/1830] Compiling NIOExtras JSONRPCFraming.swift
[1713/1830] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1714/1830] Compiling NIOExtras LengthFieldPrepender.swift
[1715/1830] Compiling NIOExtras LineBasedFrameDecoder.swift
[1716/1830] Compiling NIOExtras DebugInboundEventsHandler.swift
[1717/1830] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1718/1830] Compiling NIOWebSocket WebSocketOpcode.swift
[1719/1831] Emitting module MultipartKit
[1720/1833] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1721/1833] Compiling NIOHPACK IntegerCoding.swift
[1722/1833] Compiling NIOHPACK IndexedHeaderTable.swift
[1727/1834] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1728/1834] Compiling MultipartKit MultipartPartConvertible.swift
[1731/1834] Compiling MultipartKit MultipartSerializer.swift
[1732/1834] Compiling MultipartKit Utilities.swift
[1733/1834] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1734/1834] Compiling NIOExtras NIORequestIdentifiable.swift
[1735/1834] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1737/1834] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1738/1834] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1739/1834] Compiling NIOSSL SubjectAlternativeName.swift
[1740/1834] Compiling NIOExtras RequestResponseHandler.swift
[1743/1836] Compiling NIOExtras NIOExtrasError.swift
[1746/1836] Compiling NIOExtras PCAPRingBuffer.swift
[1747/1836] Compiling NIOExtras QuiescingHelper.swift
[1748/1836] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1749/1836] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1752/1836] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1753/1836] Compiling NIOHPACK HuffmanTables.swift
[1754/1836] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1755/1836] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1756/1836] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1757/1836] Compiling NIOHTTPCompression HTTPCompression.swift
[1758/1836] Emitting module NIOHTTPCompression
[1759/1836] Compiling NIOHTTPCompression HTTPDecompression.swift
[1766/1837] Compiling NIOHPACK StaticHeaderTable.swift
[1767/1837] Compiling NIOHPACK HuffmanCoding.swift
[1768/1837] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1769/1837] Emitting module NIOHPACK
[1770/1837] Emitting module NIOWebSocket
[1775/1837] Emitting module NIOExtras
[1777/1837] Compiling NIOExtras WritePCAPHandler.swift
[1789/1837] Compiling NIOWebSocket WebSocketFrame.swift
[1790/1837] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1822/1846] Compiling NIOFileSystem Exports.swift
[1823/1847] Emitting module NIOFileSystem
[1824/1905] Emitting module _NIOFileSystemFoundationCompat
[1825/1905] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1826/1905] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1828/1906] Compiling NIOHTTP2 Error+Any.swift
[1829/1906] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1830/1906] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1833/1907] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1834/1907] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1836/1942] Compiling RediStack BasicCommands.swift
[1837/1942] Compiling RediStack HashCommands.swift
[1838/1942] Compiling RediStack ListCommands.swift
[1839/1942] Compiling RediStack PubSubCommands.swift
[1840/1942] Compiling RediStack SetCommands.swift
[1841/1942] Compiling RediStack SortedSetCommands.swift
[1842/1942] Compiling RediStack StringCommands.swift
[1843/1942] Compiling RediStack ConnectionPool.swift
[1844/1958] Compiling WebSocketKit Exports.swift
[1845/1958] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1846/1958] Emitting module WebSocketKit
[1847/1958] Compiling WebSocketKit WebSocketHandler.swift
[1848/1958] Compiling WebSocketKit WebSocket+Concurrency.swift
[1849/1958] Compiling WebSocketKit WebSocket+Connect.swift
[1850/1958] Emitting module NIOHTTP2
[1851/1958] Compiling WebSocketKit WebSocket.swift
[1852/1958] Compiling WebSocketKit WebSocketClient.swift
[1854/1959] Compiling RediStack RedisByteDecoder.swift
[1855/1959] Compiling RediStack RedisCommandHandler.swift
[1856/1959] Compiling RediStack RedisMessageEncoder.swift
[1857/1959] Compiling RediStack RedisPubSubHandler.swift
[1858/1959] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1859/1963] Emitting module RediStack
[1860/1963] Compiling RediStack StandardLibrary.swift
[1861/1963] Compiling RediStack SwiftNIO.swift
[1862/1963] Compiling RediStack RESPTranslator.swift
[1863/1963] Compiling RediStack RESPValue.swift
[1864/1963] Compiling RediStack RESPValueConvertible.swift
[1865/1963] Compiling RediStack RedisChannelName.swift
[1866/1963] Compiling RediStack RedisClient.swift
[1867/1963] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1868/1963] Compiling RediStack RedisCommandEncoder.swift
[1869/1963] Compiling RediStack RedisConnection+Configuration.swift
[1870/1963] Compiling RediStack RedisConnection.swift
[1871/1963] Compiling RediStack RedisError.swift
[1872/1963] Compiling RediStack RedisKey+TTL.swift
[1875/1963] Compiling RediStack RedisConnectionPool+Configuration.swift
[1876/1963] Compiling RediStack RedisConnectionPool.swift
[1877/1963] Compiling RediStack RedisConnectionPoolError.swift
[1894/1963] Compiling RediStack RedisKey.swift
[1895/1963] Compiling RediStack RedisLogging.swift
[1896/1963] Compiling RediStack RedisMetrics.swift
[1897/1963] Compiling RediStack _Deprecations.swift
[1898/1963] Compiling NIOHTTP2 InboundWindowManager.swift
[1899/1963] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1900/1963] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1901/1963] Compiling NIOHTTP2 StreamChannelList.swift
[1902/1963] Compiling NIOHTTP2 StreamMap.swift
[1903/1963] Compiling NIOHTTP2 StreamStateMachine.swift
[1904/1963] Compiling NIOHTTP2 UnsafeTransfer.swift
[1905/1963] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1906/1963] Compiling RediStack RedisClusterNodeID.swift
[1907/1963] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1908/1963] Compiling RediStack RedisHashSlot.swift
[1909/1963] Compiling RediStack SwiftPolyfill.swift
[1917/1964] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1918/1964] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1919/1964] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1920/1964] Compiling NIOHTTP2 HTTP2StreamID.swift
[1921/1964] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1922/1964] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1923/1964] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1924/1964] Compiling NIOHTTP2 InboundEventBuffer.swift
[1934/1964] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1935/1964] Compiling NIOHTTP2 HTTP2Frame.swift
[1936/1964] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1937/1964] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1938/1964] Compiling NIOHTTP2 HTTP2PingData.swift
[1939/1964] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1940/1964] Compiling NIOHTTP2 HTTP2Settings.swift
[1941/1964] Compiling NIOHTTP2 HTTP2Stream.swift
[1946/1964] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1947/1964] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1948/1964] Compiling NIOHTTP2 HTTP2Error.swift
[1949/1964] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1967/2025] Emitting module AsyncHTTPClient
[1968/2033] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1969/2033] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1970/2033] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1971/2033] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1972/2033] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1973/2033] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1974/2033] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1975/2033] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1976/2033] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1977/2033] Compiling AsyncHTTPClient RequestBag.swift
[1978/2033] Compiling AsyncHTTPClient RequestValidation.swift
[1979/2033] Compiling AsyncHTTPClient SSLContextCache.swift
[1980/2033] Compiling AsyncHTTPClient Scheme.swift
[1981/2033] Compiling AsyncHTTPClient Singleton.swift
[1982/2033] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1983/2033] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1984/2033] Compiling AsyncHTTPClient Utils.swift
[1985/2033] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1986/2033] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1987/2033] Compiling AsyncHTTPClient Transaction.swift
[1988/2033] Compiling AsyncHTTPClient Base64.swift
[1989/2033] Compiling AsyncHTTPClient BasicAuth.swift
[1990/2033] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1991/2033] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1992/2033] Compiling AsyncHTTPClient ConnectionPool.swift
[1993/2033] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1994/2033] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1995/2033] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1996/2033] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1997/2033] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1998/2033] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1999/2033] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2000/2033] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2001/2033] Compiling AsyncHTTPClient RequestBodyLength.swift
[2002/2033] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2003/2033] Compiling AsyncHTTPClient RequestOptions.swift
[2004/2033] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2005/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2006/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2007/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2008/2033] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2009/2033] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2010/2033] Compiling AsyncHTTPClient HTTPClient.swift
[2011/2033] Compiling AsyncHTTPClient HTTPHandler.swift
[2012/2033] Compiling AsyncHTTPClient LRUCache.swift
[2013/2033] Compiling AsyncHTTPClient NWErrorHandler.swift
[2014/2033] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2015/2033] Compiling AsyncHTTPClient TLSConfiguration.swift
[2016/2033] Compiling AsyncHTTPClient RedirectState.swift
[2017/2033] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2018/2033] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2019/2033] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2020/2033] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2021/2033] Compiling AsyncHTTPClient HTTP1Connection.swift
[2022/2033] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2023/2033] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2024/2033] Compiling AsyncHTTPClient HTTP2Connection.swift
[2025/2033] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2026/2033] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2027/2033] Compiling AsyncHTTPClient ConnectionTarget.swift
[2028/2033] Compiling AsyncHTTPClient DeconstructedURL.swift
[2029/2033] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2030/2033] Compiling AsyncHTTPClient FoundationExtensions.swift
[2031/2033] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2032/2033] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2033/2033] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2035/2203] Compiling Vapor HTTPServerResponseEncoder.swift
[2036/2203] Compiling Vapor HTTPServerUpgradeHandler.swift
[2037/2203] Compiling Vapor Logger+Report.swift
[2038/2203] Compiling Vapor LoggingSystem+Environment.swift
[2039/2203] Compiling Vapor Application+Middleware.swift
[2040/2203] Compiling Vapor CORSMiddleware.swift
[2041/2203] Compiling Vapor ErrorMiddleware.swift
[2042/2203] Compiling Vapor FileMiddleware.swift
[2043/2203] Compiling Vapor Middleware.swift
[2044/2203] Compiling Vapor MiddlewareConfiguration.swift
[2045/2203] Compiling Vapor ResponseCompressionMiddleware.swift
[2046/2203] Compiling Vapor RouteLoggingMiddleware.swift
[2047/2203] Compiling Vapor TracingMiddleware.swift
[2048/2203] Compiling Vapor File+Multipart.swift
[2049/2203] Compiling Vapor FormDataDecoder+Content.swift
[2050/2203] Compiling Vapor FormDataEncoder+Content.swift
[2051/2203] Compiling Vapor Application+Password.swift
[2052/2203] Compiling Vapor Application+Passwords.swift
[2053/2203] Compiling Vapor AsyncPasswordHasher.swift
[2054/2203] Compiling Vapor BcryptHasher.swift
[2055/2203] Compiling Vapor PasswordHasher.swift
[2056/2203] Compiling Vapor PlaintextHasher.swift
[2057/2203] Compiling Vapor Request+Password.swift
[2058/2203] Compiling Vapor Redirect.swift
[2059/2203] Compiling Vapor Application.swift
[2060/2203] Compiling Vapor AuthenticationCache.swift
[2061/2203] Compiling Vapor Authenticator.swift
[2062/2203] Compiling Vapor BasicAuthorization.swift
[2063/2203] Compiling Vapor BearerAuthorization.swift
[2064/2203] Compiling Vapor GuardMiddleware.swift
[2065/2203] Compiling Vapor RedirectMiddleware.swift
[2066/2203] Compiling Vapor SessionAuthenticatable.swift
[2067/2203] Compiling Vapor Bcrypt.swift
[2068/2203] Compiling Vapor Application+Cache.swift
[2069/2203] Compiling Vapor Cache.swift
[2070/2203] Compiling Vapor CacheExpirationTime.swift
[2071/2203] Compiling Vapor MemoryCache.swift
[2072/2203] Compiling Vapor Request+Cache.swift
[2073/2203] Compiling Vapor Application+Clients.swift
[2074/2203] Compiling Vapor Client.swift
[2075/2203] Compiling Vapor ClientRequest.swift
[2076/2203] Compiling Vapor ClientResponse.swift
[2077/2203] Compiling Vapor Request+Client.swift
[2078/2203] Compiling Vapor BootCommand.swift
[2079/2203] Compiling Vapor CommandContext+Application.swift
[2080/2203] Compiling Vapor RoutesCommand.swift
[2081/2203] Compiling Vapor ServeCommand.swift
[2082/2203] Compiling Vapor AnyResponse+Concurrency.swift
[2083/2203] Compiling Vapor Request+Body.swift
[2084/2203] Compiling Vapor Request+BodyStream.swift
[2085/2203] Compiling Vapor Request.swift
[2086/2203] Compiling Vapor Application+Responder.swift
[2087/2203] Compiling Vapor DefaultResponder.swift
[2088/2203] Compiling Vapor Response+Body.swift
[2089/2203] Compiling Vapor Response.swift
[2090/2203] Compiling Vapor ResponseCodable.swift
[2091/2203] Compiling Vapor Application+Routes.swift
[2092/2203] Compiling Vapor Parameters+Require.swift
[2093/2203] Compiling Vapor Request+WebSocket.swift
[2094/2203] Compiling Vapor Route.swift
[2095/2203] Compiling Vapor RouteCollection.swift
[2096/2203] Compiling Vapor Routes.swift
[2097/2203] Compiling Vapor RoutesBuilder+Group.swift
[2098/2203] Compiling Vapor RoutesBuilder+Method.swift
[2099/2203] Compiling Vapor RoutesBuilder+Middleware.swift
[2100/2203] Compiling Vapor RoutesBuilder+WebSocket.swift
[2101/2203] Compiling Vapor RoutesBuilder.swift
[2102/2203] Compiling Vapor OTP.swift
[2103/2203] Compiling Vapor Application+Servers.swift
[2104/2203] Compiling Vapor Server.swift
[2105/2203] Compiling Vapor App+Service.swift
[2106/2203] Compiling Vapor Req+Service.swift
[2107/2251] Compiling Vapor Validator.swift
[2108/2251] Compiling Vapor ValidatorResult.swift
[2109/2251] Compiling Vapor And.swift
[2110/2251] Compiling Vapor Case.swift
[2111/2251] Compiling Vapor CharacterSet.swift
[2112/2251] Compiling Vapor Count.swift
[2113/2251] Compiling Vapor Custom.swift
[2114/2251] Compiling Vapor Email.swift
[2115/2251] Compiling Vapor Empty.swift
[2116/2251] Compiling Vapor In.swift
[2117/2251] Compiling Vapor Nil.swift
[2118/2251] Compiling Vapor NilIgnoring.swift
[2119/2251] Compiling Vapor Not.swift
[2120/2251] Compiling Vapor Or.swift
[2121/2251] Compiling Vapor Pattern.swift
[2122/2251] Compiling Vapor Range.swift
[2123/2251] Compiling Vapor URL.swift
[2124/2251] Compiling Vapor Valid.swift
[2125/2251] Compiling Vapor Application+Views.swift
[2126/2251] Compiling Vapor PlaintextRenderer.swift
[2127/2251] Compiling Vapor Request+View.swift
[2128/2251] Compiling Vapor View.swift
[2129/2251] Compiling Vapor ViewRenderer.swift
[2130/2251] Compiling Vapor _Deprecations.swift
[2131/2251] Compiling Vapor Service.swift
[2132/2251] Compiling Vapor Application+Sessions.swift
[2133/2251] Compiling Vapor MemorySessions.swift
[2134/2251] Compiling Vapor Request+Session.swift
[2135/2251] Compiling Vapor Session.swift
[2136/2251] Compiling Vapor SessionCache.swift
[2137/2251] Compiling Vapor SessionData.swift
[2138/2251] Compiling Vapor SessionDriver.swift
[2139/2251] Compiling Vapor SessionsConfiguration.swift
[2140/2251] Compiling Vapor SessionsMiddleware.swift
[2141/2251] Compiling Vapor URLEncodedFormData.swift
[2142/2251] Compiling Vapor URLEncodedFormDecoder.swift
[2143/2251] Compiling Vapor URLEncodedFormEncoder.swift
[2144/2251] Compiling Vapor URLEncodedFormError.swift
[2145/2251] Compiling Vapor URLEncodedFormParser.swift
[2146/2251] Compiling Vapor URLEncodedFormSerializer.swift
[2147/2251] Compiling Vapor URLQueryFragmentConvertible.swift
[2148/2251] Compiling Vapor AnyResponse.swift
[2149/2251] Compiling Vapor Array+Random.swift
[2150/2251] Compiling Vapor Base32.swift
[2151/2251] Compiling Vapor Base64.swift
[2152/2251] Compiling Vapor BaseN.swift
[2153/2251] Compiling Vapor BasicCodingKey.swift
[2154/2251] Compiling Vapor ByteCount.swift
[2155/2251] Emitting module Vapor
[2156/2251] Compiling Vapor AsyncBasicResponder.swift
[2157/2251] Compiling Vapor AsyncMiddleware.swift
[2158/2251] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2159/2251] Compiling Vapor AsyncSessionDriver.swift
[2160/2251] Compiling Vapor Authentication+Concurrency.swift
[2161/2251] Compiling Vapor Cache+Concurrency.swift
[2162/2251] Compiling Vapor Client+Concurrency.swift
[2163/2251] Compiling Vapor RequestBody+Concurrency.swift
[2164/2251] Compiling Vapor Responder+Concurrency.swift
[2165/2251] Compiling Vapor ResponseCodable+Concurrency.swift
[2166/2251] Compiling Vapor RoutesBuilder+Concurrency.swift
[2167/2251] Compiling Vapor ViewRenderer+Concurrency.swift
[2168/2251] Compiling Vapor WebSocket+Concurrency.swift
[2169/2251] Compiling Vapor ContainerGetPathExecutor.swift
[2170/2251] Compiling Vapor Content.swift
[2171/2251] Compiling Vapor ContentCoders.swift
[2172/2251] Compiling Vapor ContentConfiguration.swift
[2173/2251] Compiling Vapor ContentContainer.swift
[2174/2251] Compiling Vapor JSONCoder+Custom.swift
[2175/2251] Compiling Vapor JSONCoders+Content.swift
[2176/2251] Compiling Vapor PlaintextDecoder.swift
[2177/2251] Compiling Vapor PlaintextEncoder.swift
[2178/2251] Compiling Vapor URLQueryCoders.swift
[2179/2251] Compiling Vapor URLQueryContainer.swift
[2180/2251] Compiling Vapor Core.swift
[2181/2251] Compiling Vapor Running.swift
[2182/2251] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2183/2251] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2184/2251] Compiling Vapor DotEnvFile+load.swift
[2185/2251] Compiling Vapor Routes+caseInsenstive.swift
[2186/2251] Compiling Vapor Validatable+validate.swift
[2187/2251] Compiling Vapor Environment+Process.swift
[2188/2251] Compiling Vapor Environment+Secret.swift
[2189/2251] Compiling Vapor Environment.swift
[2190/2251] Compiling Vapor Abort.swift
[2191/2251] Compiling Vapor AbortError.swift
[2192/2251] Compiling Vapor DebuggableError.swift
[2193/2251] Compiling Vapor Demangler.swift
[2194/2251] Compiling Vapor ErrorSource.swift
[2195/2251] Compiling Vapor StackTrace.swift
[2196/2251] Compiling Vapor Exports.swift
[2197/2251] Compiling Vapor Application+HTTP.swift
[2198/2251] Compiling Vapor BasicResponder.swift
[2199/2251] Compiling Vapor BodyStream.swift
[2200/2251] Compiling Vapor Application+HTTP+Client.swift
[2201/2251] Compiling Vapor EventLoopHTTPClient.swift
[2202/2251] Compiling Vapor EndpointCache.swift
[2203/2251] Compiling Vapor HTTPMethod+String.swift
[2204/2251] Compiling Vapor HTTPStatus.swift
[2205/2251] Compiling Vapor HTTPCookies.swift
[2206/2251] Compiling Vapor HTTPHeaderCacheControl.swift
[2207/2251] Compiling Vapor HTTPHeaderExpires.swift
[2208/2251] Compiling Vapor HTTPHeaderLastModified.swift
[2209/2251] Compiling Vapor HTTPHeaders+Cache.swift
[2210/2251] Compiling Vapor HTTPHeaders+Connection.swift
[2211/2251] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2212/2251] Compiling Vapor HTTPHeaders+ContentRange.swift
[2213/2251] Compiling Vapor HTTPHeaders+Directive.swift
[2214/2251] Compiling Vapor HTTPHeaders+Forwarded.swift
[2215/2251] Compiling Vapor HTTPHeaders+Link.swift
[2216/2251] Compiling Vapor HTTPHeaders+Name.swift
[2217/2251] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2218/2251] Compiling Vapor HTTPHeaders.swift
[2219/2251] Compiling Vapor HTTPMediaType.swift
[2220/2251] Compiling Vapor HTTPMediaTypePreference.swift
[2221/2251] Compiling Vapor Responder.swift
[2222/2251] Compiling Vapor Application+HTTP+Server.swift
[2223/2251] Compiling Vapor HTTPServer.swift
[2224/2251] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2225/2251] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2226/2251] Compiling Vapor HTTPServerHandler.swift
[2227/2251] Compiling Vapor HTTPServerRequestDecoder.swift
[2228/2251] Compiling Vapor Bytes+Hex.swift
[2229/2251] Compiling Vapor Bytes+SecureCompare.swift
[2230/2251] Compiling Vapor Collection+Safe.swift
[2231/2251] Compiling Vapor DataProtocol+Copy.swift
[2232/2251] Compiling Vapor DecoderUnwrapper.swift
[2233/2251] Compiling Vapor DirectoryConfiguration.swift
[2234/2251] Compiling Vapor DotEnv.swift
[2235/2251] Compiling Vapor Extendable.swift
[2236/2251] Compiling Vapor File.swift
[2237/2251] Compiling Vapor FileIO.swift
[2238/2251] Compiling Vapor LifecycleHandler.swift
[2239/2251] Compiling Vapor OptionalType.swift
[2240/2251] Compiling Vapor RFC1123.swift
[2241/2251] Compiling Vapor SocketAddress+Hostname.swift
[2242/2251] Compiling Vapor Storage.swift
[2243/2251] Compiling Vapor String+IsIPAddress.swift
[2244/2251] Compiling Vapor Thread.swift
[2245/2251] Compiling Vapor URI.swift
[2246/2251] Compiling Vapor RangeResult.swift
[2247/2251] Compiling Vapor Validatable.swift
[2248/2251] Compiling Vapor Validation.swift
[2249/2251] Compiling Vapor ValidationKey.swift
[2250/2251] Compiling Vapor Validations.swift
[2251/2251] Compiling Vapor ValidationsError.swift
[2253/2264] Compiling Redis RedisID.swift
[2254/2265] Compiling Redis Redis+Sessions.swift
[2255/2265] Compiling Redis RedisClient+Codable.swift
[2256/2265] Compiling Redis Application+Redis.swift
[2257/2265] Compiling Redis Application.Redis+PubSub.swift
[2258/2265] Emitting module Redis
[2259/2265] Compiling Redis Application.Redis+configuration.swift
[2260/2265] Compiling Redis Exports.swift
[2261/2265] Compiling Redis Redis+Cache.swift
[2262/2265] Compiling Redis Redis+Concurrency.swift
[2263/2265] Compiling Redis Request+Redis.swift
[2264/2265] Compiling Redis RedisConfiguration.swift
[2265/2265] Compiling Redis RedisStorage.swift
[2267/2281] Compiling Checkpoint Field.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2268/2281] Compiling Checkpoint FixedWindowCounterConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2269/2281] Compiling Checkpoint SlidingWindowLogConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2270/2281] Compiling Checkpoint TimeWindow.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2271/2281] Compiling Checkpoint LeakingBucketConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2272/2281] Compiling Checkpoint Scope.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2273/2281] Compiling Checkpoint Checkpoint.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2274/2281] Compiling Checkpoint Configuration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2275/2282] Compiling Checkpoint TokenBucket.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2276/2282] Compiling Checkpoint WindowBasedAlgorithm.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2277/2282] Emitting module Checkpoint
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2278/2282] Compiling Checkpoint LeakingBucket.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2279/2282] Compiling Checkpoint SlidingWindowLog.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2280/2282] Compiling Checkpoint Algorithm.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2281/2282] Compiling Checkpoint FixedWindowCounter.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[2282/2282] Compiling Checkpoint TokenBucketConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/78] Compiling RealModule ElementaryFunctions.swift
[3/79] Compiling Logging MetadataProvider.swift
[4/79] Compiling SystemPackage FilePathWindows.swift
[5/79] Compiling SystemPackage FilePermissions.swift
[6/81] Compiling SystemPackage FilePathComponents.swift
[7/81] Compiling SystemPackage FilePathParsing.swift
[8/81] Compiling SystemPackage FilePathString.swift
[9/81] Compiling SystemPackage FilePathSyntax.swift
[10/81] Compiling SystemPackage Errno.swift
[11/81] Compiling SystemPackage ErrnoWindows.swift
[12/81] Compiling RealModule Real.swift
[13/81] Compiling RealModule RealFunctions.swift
[14/81] Compiling RealModule Float80+Real.swift
[15/81] Compiling Logging Locks.swift
[16/81] Compiling CryptoBoringWrapper RandomBytes.swift
[17/81] Compiling RealModule Float+Real.swift
[18/81] Compiling RealModule Float16+Real.swift
[19/81] Compiling SystemPackage FileDescriptor.swift
[20/81] Compiling SystemPackage FileHelpers.swift
[21/81] Compiling CryptoBoringWrapper EllipticCurve.swift
[22/81] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[23/81] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[24/81] Emitting module CryptoBoringWrapper
[25/81] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[29/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/81] Compiling _NIOBase64 Base64.swift
[32/81] Emitting module _NIOBase64
[33/82] Emitting module RealModule
[34/83] Compiling _NIODataStructures Heap.swift
[35/83] Compiling _NIODataStructures PriorityQueue.swift
[36/83] Compiling _NIODataStructures _TinyArray.swift
[37/83] Emitting module _NIODataStructures
[40/84] Compiling SystemPackage Constants.swift
[41/84] Compiling SystemPackage Exports.swift
[42/87] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[43/87] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[46/88] Emitting module InternalCollectionsUtilities
[48/88] Compiling SystemPackage MachPort.swift
[49/88] Compiling SystemPackage PlatformString.swift
[50/88] Compiling SystemPackage SystemString.swift
[51/88] Compiling SystemPackage Mocking.swift
[52/88] Compiling SystemPackage RawBuffer.swift
[53/88] Compiling SystemPackage Syscalls.swift
[54/88] Compiling SystemPackage WindowsSyscallAdapters.swift
[56/88] Compiling SystemPackage FilePathTempPosix.swift
[57/88] Compiling SystemPackage FilePathTempWindows.swift
[60/88] Compiling SystemPackage FilePath.swift
[61/88] Compiling SystemPackage FilePathComponentView.swift
[62/88] Compiling SystemPackage FilePathTemp.swift
[66/88] Compiling SystemPackage FileOperations.swift
[67/89] Compiling Logging LogHandler.swift
[68/89] Compiling Logging Logging.swift
[69/89] Emitting module Logging
[75/100] Compiling CoreMetrics Locks.swift
[76/100] Emitting module CoreMetrics
[77/100] Compiling CoreMetrics Metrics.swift
[78/144] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[79/144] Compiling Algorithms AdjacentPairs.swift
[80/144] Compiling Algorithms Chain.swift
[81/144] Compiling Algorithms Chunked.swift
[82/144] Compiling Algorithms Combinations.swift
[83/144] Emitting module SystemPackage
[84/144] Compiling Algorithms Compacted.swift
[85/144] Compiling Algorithms Cycle.swift
[86/144] Compiling Algorithms EitherSequence.swift
[87/144] Compiling Algorithms FirstNonNil.swift
[90/144] Compiling SystemPackage Util+StringArray.swift
[91/144] Compiling SystemPackage Util.swift
[92/144] Compiling SystemPackage UtilConsumers.swift
[93/144] Compiling ServiceContextModule ServiceContextKey.swift
[94/144] Emitting module ServiceContextModule
[95/144] Compiling ServiceContextModule ServiceContext.swift
[97/147] Compiling Algorithms MinMax.swift
[98/147] Compiling Algorithms Partition.swift
[99/148] Compiling Algorithms Permutations.swift
[100/148] Compiling Algorithms Product.swift
[101/150] Compiling Algorithms Joined.swift
[102/150] Compiling Algorithms Keyed.swift
[104/154] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/154] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[106/154] Compiling NIOConcurrencyHelpers lock.swift
[107/267] Compiling RoutingKit Router.swift
[108/280] Compiling NIOConcurrencyHelpers atomics.swift
[109/293] Emitting module NIOConcurrencyHelpers
[110/293] Emitting module RoutingKit
[111/293] Compiling RoutingKit AnyRouter.swift
[112/294] Compiling _RopeModule BigString.swift
[113/294] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[114/294] Compiling _RopeModule BigString+Chunk+Breaks.swift
[115/294] Compiling _RopeModule BigString+Index.swift
[116/294] Compiling _RopeModule BigString+Ingester.swift
[117/294] Compiling _RopeModule BigString+Invariants.swift
[118/296] Compiling RoutingKit Parameters.swift
[119/296] Compiling RoutingKit PathComponent.swift
[121/296] Compiling _RopeModule BigString+Chunk.swift
[122/296] Compiling _RopeModule BigString+BidirectionalCollection.swift
[123/297] Compiling RoutingKit TrieRouter.swift
[125/352] Emitting module Metrics
[126/352] Compiling Metrics Metrics.swift
[127/359] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[128/359] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[129/359] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[130/359] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[131/359] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[132/359] Compiling OrderedCollections OrderedDictionary+Values.swift
[134/369] Emitting module Instrumentation
[135/369] Compiling Instrumentation NoOpInstrument.swift
[136/369] Compiling Instrumentation MultiplexInstrument.swift
[137/369] Compiling OrderedCollections OrderedDictionary+Codable.swift
[138/369] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[139/369] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[140/369] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[141/369] Compiling OrderedCollections _HashTable+Testing.swift
[142/369] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[143/369] Compiling OrderedCollections _HashTable.swift
[144/369] Compiling OrderedCollections _Hashtable+Header.swift
[145/369] Compiling Instrumentation Instrument.swift
[146/369] Compiling Instrumentation InstrumentationSystem.swift
[147/369] Compiling Instrumentation Locks.swift
[148/370] Compiling HeapModule Heap+Descriptions.swift
[149/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[150/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[151/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[152/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[153/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[154/370] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[155/370] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[156/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[157/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[158/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[159/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[160/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[161/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[162/377] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[163/377] Compiling HeapModule Heap.swift
[165/377] Compiling HeapModule _HeapNode.swift
[166/377] Compiling HeapModule Heap+Invariants.swift
[167/377] Compiling HeapModule Heap+UnsafeHandle.swift
[168/377] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[173/377] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[174/377] Compiling OrderedCollections OrderedDictionary+Elements.swift
[175/377] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[176/377] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[177/377] Compiling Algorithms Trim.swift
[178/377] Compiling Algorithms Unique.swift
[179/377] Compiling Algorithms Windows.swift
[180/377] Compiling OrderedCollections OrderedSet+Descriptions.swift
[181/377] Compiling OrderedCollections OrderedSet+Diffing.swift
[182/377] Compiling OrderedCollections OrderedSet+Equatable.swift
[183/377] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[184/377] Compiling OrderedCollections OrderedSet+Hashable.swift
[185/377] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[186/377] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[196/417] Emitting module HeapModule
[197/417] Compiling HashTreeCollections _HashStack.swift
[198/417] Compiling HashTreeCollections _HashTreeIterator.swift
[199/417] Compiling HashTreeCollections _HashTreeStatistics.swift
[200/417] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[201/417] Compiling HashTreeCollections _RawHashNode.swift
[202/417] Compiling HashTreeCollections _UnmanagedHashNode.swift
[203/417] Compiling HashTreeCollections _UnsafePath.swift
[204/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[205/426] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[206/426] Compiling HashTreeCollections _HashNode+Storage.swift
[207/426] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[208/454] Compiling HashTreeCollections _HashNode+Structural union.swift
[209/454] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[210/454] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[212/454] Compiling HashTreeCollections TreeDictionary+Keys.swift
[213/454] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[214/454] Compiling HashTreeCollections TreeDictionary+Merge.swift
[215/454] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[216/454] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[217/454] Compiling HashTreeCollections TreeDictionary+Values.swift
[218/454] Compiling HashTreeCollections TreeDictionary.swift
[219/454] Compiling HashTreeCollections TreeSet+Codable.swift
[220/454] Compiling HashTreeCollections TreeSet+Collection.swift
[221/471] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[222/471] Compiling HashTreeCollections _HashNode+Structural merge.swift
[223/471] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[224/471] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[228/471] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[229/471] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[230/471] Compiling HashTreeCollections _HashNode.swift
[231/471] Compiling Tracing InstrumentationSystem+Tracing.swift
[232/486] Compiling HashTreeCollections TreeSet+Hashable.swift
[233/486] Compiling HashTreeCollections TreeSet+Sendable.swift
[234/486] Compiling _RopeModule Rope+Join.swift
[235/486] Compiling _RopeModule Rope+MutatingForEach.swift
[236/486] Compiling _RopeModule Rope+Remove.swift
[237/486] Compiling _RopeModule Rope+RemoveSubrange.swift
[238/486] Compiling _RopeModule Rope+Split.swift
[239/486] Compiling _RopeModule Optional Utilities.swift
[240/486] Compiling _RopeModule String Utilities.swift
[241/486] Compiling _RopeModule String.Index+ABI.swift
[242/496] Compiling Tracing TracerProtocol.swift
[243/496] Compiling Tracing TracingTime.swift
[244/496] Compiling Tracing Tracer.swift
[245/496] Emitting module Tracing
[246/496] Compiling DequeModule Deque+Extras.swift
[247/496] Compiling DequeModule Deque+Hashable.swift
[248/496] Compiling DequeModule Deque+Testing.swift
[249/496] Compiling DequeModule Deque+Codable.swift
[250/496] Compiling DequeModule Deque+Collection.swift
[251/496] Compiling DequeModule Deque+CustomReflectable.swift
[252/496] Compiling Tracing TracerProtocol+Legacy.swift
[256/496] Compiling DequeModule Deque+Descriptions.swift
[257/496] Compiling DequeModule Deque+Equatable.swift
[258/496] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[261/496] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[262/496] Compiling HashTreeCollections TreeSet+Debugging.swift
[263/496] Compiling HashTreeCollections TreeSet+Descriptions.swift
[264/496] Compiling HashTreeCollections TreeSet+Equatable.swift
[265/496] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[266/496] Compiling HashTreeCollections TreeSet+Extras.swift
[267/496] Compiling HashTreeCollections TreeSet+Filter.swift
[294/505] Compiling DequeModule _DequeBuffer.swift
[295/505] Compiling DequeModule _DequeBufferHeader.swift
[296/507] Compiling DequeModule Deque._UnsafeHandle.swift
[297/507] Compiling DequeModule Deque.swift
[300/507] Compiling DequeModule _DequeSlot.swift
[301/507] Compiling DequeModule _UnsafeWrappedBuffer.swift
[302/507] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[303/507] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[304/507] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[305/507] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[306/507] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[307/507] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[308/507] Compiling HashTreeCollections TreeDictionary+Filter.swift
[309/507] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[310/507] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[340/507] Compiling HashTreeCollections TreeDictionary+Collection.swift
[341/507] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[342/507] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[343/507] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[350/507] Compiling HashTreeCollections _HashNodeHeader.swift
[351/507] Compiling HashTreeCollections _HashSlot.swift
[359/507] Compiling HashTreeCollections TreeDictionary+Codable.swift
[370/507] Emitting module Crypto
[371/507] Emitting module Atomics
[381/508] Compiling DequeModule Deque._Storage.swift
[382/508] Compiling Crypto PrettyBytes.swift
[383/508] Compiling Crypto SafeCompare.swift
[384/508] Compiling Crypto SecureBytes.swift
[385/508] Compiling Crypto Zeroization.swift
[386/508] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[387/508] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[388/508] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[389/508] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[390/508] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[391/508] Compiling HashTreeCollections TreeSet.swift
[392/508] Compiling Tracing NoOpTracer.swift
[393/508] Compiling Tracing SpanProtocol.swift
[402/509] Emitting module OrderedCollections
[417/510] Emitting module _RopeModule
[418/511] Emitting module Algorithms
[419/528] Compiling ConsoleKitTerminal ActivityBar.swift
[420/528] Compiling ConsoleKitTerminal ActivityIndicator.swift
[421/528] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[422/528] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[423/528] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[424/528] Compiling ConsoleKitTerminal ConsoleClear.swift
[425/528] Compiling ConsoleKitTerminal Console+Ask.swift
[426/528] Compiling ConsoleKitTerminal Console+Choose.swift
[427/528] Compiling ConsoleKitTerminal CustomActivity.swift
[428/528] Compiling ConsoleKitTerminal LoadingBar.swift
[429/528] Compiling ConsoleKitTerminal ProgressBar.swift
[430/528] Compiling ConsoleKitTerminal Console+Clear.swift
[431/528] Compiling ConsoleKitTerminal Console+Confirm.swift
[432/528] Compiling ConsoleKitTerminal Console+Input.swift
[433/528] Compiling ConsoleKitTerminal Console+Center.swift
[434/528] Compiling ConsoleKitTerminal Console+Output.swift
[439/531] Emitting module DequeModule
[443/591] Compiling Crypto Signature.swift
[444/591] Compiling Crypto CryptoKitErrors_boring.swift
[445/591] Compiling Crypto RNG_boring.swift
[446/591] Compiling Crypto SafeCompare_boring.swift
[447/591] Compiling Crypto Zeroization_boring.swift
[449/591] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[450/591] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[451/591] Compiling BitCollections BitArray+Extras.swift
[452/591] Compiling BitCollections BitArray+Fill.swift
[453/591] Compiling BitCollections BitArray+Hashable.swift
[454/591] Compiling BitCollections BitArray+Initializers.swift
[455/591] Compiling BitCollections BitArray+Invariants.swift
[456/591] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[457/591] Compiling BitCollections BitArray+BitwiseOperations.swift
[458/591] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[459/591] Compiling BitCollections BitArray+Codable.swift
[462/591] Compiling BitCollections BitArray+Collection.swift
[463/591] Compiling BitCollections BitArray+Copy.swift
[464/591] Compiling BitCollections BitArray+CustomReflectable.swift
[465/591] Compiling BitCollections BitArray+Descriptions.swift
[466/591] Compiling BitCollections BitArray+Equatable.swift
[467/591] Compiling BitCollections BitArray+RandomBits.swift
[468/591] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[469/591] Compiling BitCollections BitArray+Shifts.swift
[470/591] Compiling BitCollections BitArray+Testing.swift
[471/591] Compiling BitCollections BitArray._UnsafeHandle.swift
[472/591] Compiling BitCollections BitArray.swift
[473/591] Compiling BitCollections BitSet+BidirectionalCollection.swift
[474/591] Compiling BitCollections BitSet+Codable.swift
[475/591] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[476/591] Compiling BitCollections BitSet+CustomReflectable.swift
[477/591] Compiling BitCollections BitSet+CustomStringConvertible.swift
[478/591] Compiling BitCollections BitSet+Equatable.swift
[479/591] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[480/591] Compiling BitCollections BitSet+Extras.swift
[481/591] Compiling BitCollections BitSet+Hashable.swift
[482/591] Compiling BitCollections BitSet+Initializers.swift
[483/591] Compiling BitCollections BitSet+Invariants.swift
[484/591] Emitting module ConsoleKitTerminal
[496/594] Compiling BitCollections BitSet+Random.swift
[497/594] Compiling BitCollections BitSet+SetAlgebra basics.swift
[498/594] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[499/594] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[500/594] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[502/594] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[504/594] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[507/594] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[508/594] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[509/594] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[510/594] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[511/594] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[512/594] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[513/594] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[514/594] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[515/594] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[525/619] Compiling ConsoleKitTerminal AnySendableHashable.swift
[526/619] Compiling ConsoleKitTerminal ConsoleLogger.swift
[527/619] Compiling ConsoleKitTerminal LoggerFragment.swift
[540/661] Compiling NIOCore DispatchQueue+WithFuture.swift
[541/661] Compiling NIOCore EventLoop+Deprecated.swift
[542/661] Compiling NIOCore EventLoop+SerialExecutor.swift
[543/661] Compiling NIOCore EventLoop.swift
[544/661] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[545/661] Compiling NIOCore EventLoopFuture+Deprecated.swift
[546/661] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[547/662] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[548/662] Compiling NIOCore ByteBuffer-views.swift
[549/662] Compiling NIOCore Channel.swift
[550/662] Compiling NIOCore ChannelHandler.swift
[551/662] Compiling NIOCore ChannelHandlers.swift
[552/662] Compiling NIOCore ChannelInvoker.swift
[553/662] Emitting module BitCollections
[554/662] Compiling NIOCore NIOCloseOnErrorHandler.swift
[555/662] Compiling NIOCore NIOLoopBound.swift
[556/662] Compiling NIOCore NIOScheduledCallback.swift
[557/662] Compiling NIOCore NIOSendable.swift
[558/662] Compiling NIOCore RecvByteBufferAllocator.swift
[559/662] Compiling NIOCore GlobalSingletons.swift
[560/662] Compiling NIOCore IO.swift
[561/662] Compiling NIOCore EventLoopFuture.swift
[562/662] Compiling NIOCore FileDescriptor.swift
[563/662] Compiling NIOCore FileHandle.swift
[564/662] Compiling NIOCore FileRegion.swift
[565/662] Compiling NIOCore MarkedCircularBuffer.swift
[566/662] Compiling NIOCore MulticastChannel.swift
[567/662] Compiling NIOCore NIOAny.swift
[569/662] Compiling NIOCore ChannelOption.swift
[570/662] Compiling NIOCore ChannelPipeline.swift
[571/662] Compiling NIOCore CircularBuffer.swift
[573/663] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[574/663] Compiling NIOCore BSDSocketAPI.swift
[575/663] Compiling NIOCore ByteBuffer-aux.swift
[576/663] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[577/663] Compiling NIOCore ByteBuffer-conversions.swift
[578/663] Compiling NIOCore ByteBuffer-core.swift
[579/663] Compiling NIOCore ByteBuffer-hex.swift
[580/663] Compiling NIOCore ByteBuffer-int.swift
[581/663] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[582/663] Compiling NIOCore AddressedEnvelope.swift
[583/663] Compiling NIOCore AsyncAwaitSupport.swift
[584/663] Compiling NIOCore AsyncChannel.swift
[585/663] Compiling NIOCore AsyncChannelHandler.swift
[586/663] Compiling NIOCore AsyncChannelInboundStream.swift
[587/663] Compiling NIOCore AsyncChannelOutboundWriter.swift
[588/663] Compiling NIOCore NIOAsyncSequenceProducer.swift
[589/663] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[590/663] Compiling NIOCore NIOAsyncWriter.swift
[591/663] Compiling NIOCore ByteBuffer-multi-int.swift
[597/685] Compiling NIOCore IOData.swift
[598/685] Compiling NIOCore IPProtocol.swift
[599/685] Compiling NIOCore IntegerBitPacking.swift
[600/685] Compiling NIOCore IntegerTypes.swift
[601/685] Compiling NIOCore Interfaces.swift
[602/685] Compiling NIOCore Linux.swift
[603/685] Compiling BitCollections _Word.swift
[613/694] Emitting module HashTreeCollections
[615/695] Compiling ConsoleKitCommands CommandSignature.swift
[616/695] Compiling ConsoleKitCommands Flag.swift
[617/695] Compiling ConsoleKitCommands Option.swift
[618/697] Emitting module ConsoleKitCommands
[627/697] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[628/697] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[629/697] Compiling ConsoleKitCommands Argument.swift
[630/697] Compiling ConsoleKitCommands CommandGroup.swift
[631/697] Compiling ConsoleKitCommands CommandInput.swift
[632/697] Compiling ConsoleKitCommands Commands.swift
[633/697] Compiling ConsoleKitCommands AsyncCommands.swift
[634/697] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[635/697] Compiling ConsoleKitCommands AnyCommand.swift
[636/697] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[637/697] Compiling ConsoleKitCommands AsyncCommand.swift
[638/697] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[639/699] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[640/699] Compiling ConsoleKitCommands Utilities.swift
[641/699] Emitting module Collections
[642/699] Compiling Collections Collections.swift
[652/700] Compiling ConsoleKitCommands Command.swift
[653/700] Compiling ConsoleKitCommands CommandContext.swift
[654/700] Compiling ConsoleKitCommands CommandError.swift
[655/700] Compiling ConsoleKitCommands Console+Run.swift
[656/700] Compiling ConsoleKitCommands ConsoleError.swift
[657/700] Compiling ConsoleKitCommands Completion.swift
[660/701] Compiling NIOCore Codec.swift
[661/701] Compiling NIOCore ConvenienceOptionSupport.swift
[662/701] Compiling NIOCore DeadChannel.swift
[666/701] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[667/701] Compiling NIOCore SocketAddresses.swift
[668/701] Compiling NIOCore SocketOptionProvider.swift
[669/701] Compiling NIOCore SystemCallHelpers.swift
[670/701] Compiling NIOCore TimeAmount+Duration.swift
[671/701] Compiling NIOCore TypeAssistedChannelHandler.swift
[673/701] Compiling NIOCore UniversalBootstrapSupport.swift
[674/701] Compiling NIOCore Utilities.swift
[675/703] Emitting module ConsoleKit
[676/703] Compiling ConsoleKit Exports.swift
[704/704] Emitting module NIOCore
[706/756] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[707/756] Compiling NIOEmbedded Embedded.swift
[708/756] Compiling NIOEmbedded AsyncTestingChannel.swift
[709/756] Emitting module NIOEmbedded
[710/757] Compiling NIOPosix PooledRecvBufferAllocator.swift
[711/757] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[712/757] Compiling NIOPosix PosixSingletons.swift
[713/757] Compiling NIOPosix RawSocketBootstrap.swift
[714/757] Compiling NIOPosix Resolver.swift
[715/757] Compiling NIOPosix Selectable.swift
[717/763] Compiling NIOPosix IO.swift
[718/763] Compiling NIOPosix IntegerBitPacking.swift
[719/763] Compiling NIOPosix IntegerTypes.swift
[720/763] Compiling NIOPosix Linux.swift
[721/763] Compiling NIOPosix LinuxCPUSet.swift
[722/763] Compiling NIOPosix LinuxUring.swift
[723/763] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[724/763] Compiling NIOPosix ThreadPosix.swift
[725/763] Compiling NIOPosix ThreadWindows.swift
[726/763] Compiling NIOPosix UnsafeTransfer.swift
[727/763] Compiling NIOPosix Utilities.swift
[728/763] Compiling NIOPosix VsockAddress.swift
[729/763] Compiling NIOPosix VsockChannelEvents.swift
[730/763] Compiling NIOPosix BSDSocketAPICommon.swift
[731/763] Compiling NIOPosix BSDSocketAPIPosix.swift
[732/763] Compiling NIOPosix BSDSocketAPIWindows.swift
[733/763] Compiling NIOPosix BaseSocket.swift
[734/763] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[735/763] Compiling NIOPosix BaseSocketChannel.swift
[736/763] Compiling NIOPosix BaseStreamSocketChannel.swift
[737/763] Compiling NIOPosix Bootstrap.swift
[738/763] Compiling NIOPosix ControlMessage.swift
[739/763] Compiling NIOPosix DatagramVectorReadManager.swift
[740/763] Compiling NIOPosix Errors+Any.swift
[741/763] Compiling NIOPosix FileDescriptor.swift
[742/763] Compiling NIOPosix GetaddrinfoResolver.swift
[743/763] Compiling NIOPosix HappyEyeballs.swift
[744/763] Compiling NIOPosix SelectableChannel.swift
[745/763] Compiling NIOPosix SelectableEventLoop.swift
[746/763] Compiling NIOPosix SelectorEpoll.swift
[747/763] Compiling NIOPosix SelectorGeneric.swift
[748/763] Compiling NIOPosix SelectorKqueue.swift
[749/763] Compiling NIOPosix SelectorUring.swift
[750/763] Compiling NIOPosix ServerSocket.swift
[751/763] Compiling NIOPosix Socket.swift
[752/763] Compiling NIOPosix SocketChannel.swift
[753/763] Compiling NIOPosix SocketProtocols.swift
[754/763] Compiling NIOPosix System.swift
[755/763] Compiling NIOPosix Thread.swift
[756/763] Compiling NIOPosix NIOThreadPool.swift
[757/763] Compiling NIOPosix NonBlockingFileIO.swift
[758/763] Compiling NIOPosix PendingDatagramWritesManager.swift
[759/763] Compiling NIOPosix PendingWritesManager.swift
[760/763] Compiling NIOPosix PipeChannel.swift
[761/763] Compiling NIOPosix PipePair.swift
[762/763] Compiling NIOPosix Pool.swift
[763/763] Emitting module NIOPosix
[765/814] Compiling NIO Exports.swift
[766/814] Emitting module NIO
[768/824] Compiling _NIOFileSystem DirectoryEntries.swift
[769/824] Compiling _NIOFileSystem DirectoryEntry.swift
[770/824] Compiling _NIOFileSystem Exports.swift
[771/824] Compiling _NIOFileSystem FileType.swift
[772/824] Compiling _NIOFileSystem IOStrategy.swift
[773/824] Compiling _NIOFileSystem ParallelDirCopy.swift
[774/855] Compiling NIOHTTP1 HTTPDecoder.swift
[775/855] Compiling NIOHTTP1 HTTPEncoder.swift
[776/855] Compiling NIOSOCKS SOCKSRequest.swift
[777/855] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[778/855] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[779/855] Compiling NIOHTTP1 ByteCollectionUtils.swift
[780/865] Compiling AsyncKit Optional+StrictMap.swift
[781/865] Compiling AsyncKit Exports.swift
[787/869] Compiling NIOTLS TLSEvents.swift
[788/869] Emitting module _NIOFileSystem
[789/869] Emitting module NIOTLS
[790/869] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[791/869] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[792/869] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[793/869] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[794/869] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[795/869] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[796/869] Compiling NIOSOCKS ClientStateMachine.swift
[797/870] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[798/870] Compiling NIOSOCKS SOCKSResponse.swift
[803/870] Emitting module NIOSOCKS
[804/870] Compiling NIOSOCKS ServerStateMachine.swift
[805/870] Compiling NIOTLS SNIHandler.swift
[806/871] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[807/871] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[809/873] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[810/873] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[812/873] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[813/874] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[814/874] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[818/874] Compiling _NIOFileSystem CInterop.swift
[819/874] Compiling _NIOFileSystem Errno.swift
[820/874] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[821/874] Compiling _NIOFileSystem BufferedStream.swift
[822/874] Compiling _NIOFileSystem Cancellation.swift
[823/874] Compiling _NIOFileSystem TokenBucket.swift
[824/874] Compiling _NIOFileSystem UnsafeTransfer.swift
[825/874] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[826/874] Compiling _NIOFileSystem Mocking.swift
[827/874] Compiling _NIOFileSystem Syscall.swift
[828/874] Compiling _NIOFileSystem Syscalls.swift
[830/874] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[831/874] Emitting module NIOFoundationCompat
[832/875] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[833/875] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[834/875] Compiling _NIOFileSystem FileSystemProtocol.swift
[840/904] Compiling NIOSSL SSLPrivateKey.swift
[841/904] Compiling NIOSSL SSLPublicKey.swift
[842/904] Compiling NIOSSL NIOSSLClientHandler.swift
[843/904] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[844/904] Compiling NIOSSL NIOSSLHandler.swift
[845/904] Compiling NIOSSL NIOSSLServerHandler.swift
[846/904] Compiling NIOSSL ObjectIdentifier.swift
[847/904] Compiling NIOSSL PosixPort.swift
[848/914] Emitting module NIOHTTP1
[849/914] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[850/914] Compiling NIOTransportServices AcceptHandler.swift
[851/914] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[853/927] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[854/927] Compiling NIOTransportServices NIOTSErrors.swift
[855/927] Compiling NIOTransportServices NIOTSEventLoop.swift
[856/927] Compiling NIOTransportServices NIOTSBootstraps.swift
[857/927] Compiling NIOTransportServices NIOTSChannelOptions.swift
[858/927] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[859/927] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[860/927] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[861/927] Compiling NIOTransportServices NIOTSListenerChannel.swift
[862/929] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[863/929] Compiling NIOTransportServices NIOTSSingletons.swift
[864/929] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[865/929] Compiling NIOTransportServices StateManagedChannel.swift
[866/929] Compiling NIOTransportServices StateManagedListenerChannel.swift
[867/929] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[870/929] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[871/929] Emitting module NIOTransportServices
[872/929] Compiling NIOTransportServices NIOTSDatagramListener.swift
[873/929] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[875/929] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[876/929] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[877/930] Emitting module AsyncKit
[879/930] Compiling _NIOFileSystem SystemFileHandle.swift
[880/930] Compiling _NIOFileSystem Utilities.swift
[881/930] Compiling _NIOFileSystem OpenOptions.swift
[882/930] Compiling _NIOFileSystem String+FileSystem.swift
[883/973] Emitting module NIOSSL
[884/979] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[885/979] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[886/979] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[887/979] Compiling NIOWebSocket SHA1.swift
[888/979] Compiling NIOHPACK HPACKHeader.swift
[889/979] Compiling NIOHPACK HeaderTables.swift
[890/979] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[891/979] Compiling NIOExtras LengthFieldPrepender.swift
[892/979] Compiling NIOExtras RequestResponseWithIDHandler.swift
[896/979] Compiling NIOSSL NIOSSLSecureBytes.swift
[897/979] Compiling NIOSSL RNG.swift
[898/979] Compiling NIOSSL SafeCompare.swift
[899/979] Compiling NIOSSL Zeroization.swift
[903/979] Compiling NIOExtras LineBasedFrameDecoder.swift
[904/979] Compiling NIOExtras NIOLengthFieldBitLength.swift
[905/979] Compiling NIOExtras NIORequestIdentifiable.swift
[906/979] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[907/979] Compiling NIOExtras NIOExtrasError.swift
[908/979] Compiling NIOExtras PCAPRingBuffer.swift
[909/979] Compiling NIOExtras QuiescingHelper.swift
[910/980] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[911/980] Compiling NIOWebSocket WebSocketErrorCodes.swift
[913/1000] Compiling MultipartKit FormDataDecoder.swift
[914/1000] Compiling MultipartKit FormDataEncoder.Encoder.swift
[915/1000] Compiling MultipartKit MultipartFormData.swift
[916/1000] Compiling MultipartKit MultipartParser.swift
[917/1000] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[918/1000] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[919/1000] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[920/1000] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[921/1002] Compiling NIOWebSocket WebSocketOpcode.swift
[922/1002] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[925/1002] Compiling MultipartKit MultipartPart.swift
[928/1002] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[929/1002] Compiling MultipartKit FormDataDecoder.Decoder.swift
[930/1002] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[931/1003] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[932/1003] Compiling NIOHTTPCompression HTTPCompression.swift
[933/1003] Emitting module NIOHTTPCompression
[934/1003] Compiling NIOHPACK IntegerCoding.swift
[935/1003] Compiling NIOHPACK IndexedHeaderTable.swift
[936/1003] Compiling NIOHTTPCompression HTTPDecompression.swift
[937/1004] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[938/1004] Compiling NIOHPACK HuffmanTables.swift
[939/1004] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[940/1004] Compiling MultipartKit FormDataEncoder.swift
[941/1004] Compiling MultipartKit Storage.swift
[942/1004] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[943/1004] Compiling MultipartKit BasicCodingKey.swift
[949/1006] Emitting module NIOWebSocket
[953/1006] Compiling NIOHPACK HuffmanCoding.swift
[954/1006] Compiling NIOWebSocket WebSocketFrame.swift
[955/1007] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[958/1007] Compiling NIOHPACK StaticHeaderTable.swift
[963/1007] Compiling NIOExtras UnsafeTransfer.swift
[965/1007] Compiling MultipartKit MultipartError.swift
[966/1007] Compiling MultipartKit Exports.swift
[970/1007] Emitting module NIOExtras
[971/1010] Emitting module NIOHPACK
[972/1010] Emitting module MultipartKit
[980/1010] Emitting module _NIOFileSystemFoundationCompat
[981/1010] Compiling MultipartKit MultipartSerializer.swift
[982/1010] Compiling MultipartKit Utilities.swift
[992/1013] Compiling NIOSSL SSLContext.swift
[993/1013] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[994/1013] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[998/1015] Compiling NIOSSL TLSConfiguration.swift
[999/1015] Compiling NIOSSL UniversalBootstrapSupport.swift
[1000/1015] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1001/1015] Emitting module NIOFileSystem
[1002/1015] Compiling NIOFileSystem Exports.swift
[1010/1118] Compiling RediStack BasicCommands.swift
[1011/1118] Compiling RediStack HashCommands.swift
[1012/1118] Compiling RediStack ListCommands.swift
[1013/1118] Compiling RediStack StringCommands.swift
[1014/1118] Compiling RediStack ConnectionPool.swift
[1015/1118] Compiling RediStack RedisConnectionPool+Configuration.swift
[1016/1118] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1017/1118] Compiling RediStack RedisHashSlot.swift
[1018/1118] Compiling RediStack SwiftPolyfill.swift
[1020/1119] Compiling WebSocketKit WebSocket+Connect.swift
[1021/1119] Compiling WebSocketKit Exports.swift
[1022/1119] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1023/1119] Compiling WebSocketKit WebSocket+Concurrency.swift
[1024/1119] Compiling WebSocketKit WebSocketHandler.swift
[1025/1119] Emitting module WebSocketKit
[1026/1119] Compiling WebSocketKit WebSocketClient.swift
[1027/1119] Compiling WebSocketKit WebSocket.swift
[1029/1120] Compiling RediStack RedisChannelName.swift
[1030/1120] Compiling RediStack RedisClient.swift
[1031/1120] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1032/1120] Compiling RediStack RedisCommandEncoder.swift
[1033/1120] Compiling RediStack RedisConnection+Configuration.swift
[1034/1120] Compiling RediStack RedisConnection.swift
[1035/1120] Compiling RediStack RedisError.swift
[1036/1120] Compiling RediStack RedisKey+TTL.swift
[1037/1124] Compiling RediStack StandardLibrary.swift
[1038/1124] Compiling RediStack SwiftNIO.swift
[1039/1124] Compiling RediStack RESPTranslator.swift
[1040/1124] Compiling RediStack RESPValue.swift
[1041/1124] Compiling RediStack RESPValueConvertible.swift
[1042/1124] Emitting module RediStack
[1043/1124] Compiling RediStack RedisByteDecoder.swift
[1044/1124] Compiling RediStack RedisCommandHandler.swift
[1045/1124] Compiling RediStack RedisMessageEncoder.swift
[1046/1124] Compiling RediStack RedisPubSubHandler.swift
[1047/1124] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1051/1124] Compiling RediStack RedisConnectionPool.swift
[1052/1124] Compiling RediStack RedisConnectionPoolError.swift
[1053/1124] Compiling RediStack RedisKey.swift
[1054/1124] Compiling RediStack RedisLogging.swift
[1055/1124] Compiling RediStack RedisMetrics.swift
[1056/1124] Compiling RediStack _Deprecations.swift
[1062/1124] Compiling RediStack RedisClusterNodeID.swift
[1072/1132] Compiling RediStack PubSubCommands.swift
[1073/1132] Compiling RediStack SetCommands.swift
[1074/1132] Compiling RediStack SortedSetCommands.swift
[1083/1133] Emitting module NIOHTTP2
[1094/1133] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1095/1133] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1096/1133] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1097/1133] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1098/1133] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1099/1133] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1100/1133] Compiling NIOHTTP2 HTTP2Error.swift
[1101/1133] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1110/1133] Compiling NIOHTTP2 StateMachineResult.swift
[1111/1133] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1112/1133] Compiling NIOHTTP2 DOSHeuristics.swift
[1113/1133] Compiling NIOHTTP2 Error+Any.swift
[1114/1133] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1115/1133] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1116/1133] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1117/1133] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1122/1133] Compiling NIOHTTP2 HTTP2PingData.swift
[1123/1133] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1124/1133] Compiling NIOHTTP2 HTTP2Settings.swift
[1125/1133] Compiling NIOHTTP2 HTTP2Stream.swift
[1126/1133] Compiling NIOHTTP2 InboundWindowManager.swift
[1127/1133] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1128/1133] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1129/1133] Compiling NIOHTTP2 StreamChannelList.swift
[1130/1133] Compiling NIOHTTP2 StreamMap.swift
[1131/1133] Compiling NIOHTTP2 StreamStateMachine.swift
[1132/1133] Compiling NIOHTTP2 UnsafeTransfer.swift
[1133/1133] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1135/1193] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1136/1193] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1137/1193] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1138/1193] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1139/1193] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1140/1193] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1141/1193] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1142/1193] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1143/1193] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1144/1193] Emitting module AsyncHTTPClient
[1145/1201] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1146/1201] Compiling AsyncHTTPClient ConnectionTarget.swift
[1147/1201] Compiling AsyncHTTPClient DeconstructedURL.swift
[1148/1201] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1149/1201] Compiling AsyncHTTPClient FoundationExtensions.swift
[1150/1201] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1151/1201] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1152/1201] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1153/1201] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1154/1201] Compiling AsyncHTTPClient RequestOptions.swift
[1155/1201] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1156/1201] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1157/1201] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1158/1201] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1159/1201] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1160/1201] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1161/1201] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1162/1201] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1163/1201] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1164/1201] Compiling AsyncHTTPClient HTTP1Connection.swift
[1165/1201] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1166/1201] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1167/1201] Compiling AsyncHTTPClient HTTP2Connection.swift
[1168/1201] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1169/1201] Compiling AsyncHTTPClient RequestBag.swift
[1170/1201] Compiling AsyncHTTPClient RequestValidation.swift
[1171/1201] Compiling AsyncHTTPClient SSLContextCache.swift
[1172/1201] Compiling AsyncHTTPClient Scheme.swift
[1173/1201] Compiling AsyncHTTPClient Singleton.swift
[1174/1201] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1175/1201] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1176/1201] Compiling AsyncHTTPClient Utils.swift
[1177/1201] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1178/1201] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1179/1201] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1180/1201] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1181/1201] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1182/1201] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1183/1201] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1184/1201] Compiling AsyncHTTPClient RequestBodyLength.swift
[1185/1201] Compiling AsyncHTTPClient HTTPClient.swift
[1186/1201] Compiling AsyncHTTPClient HTTPHandler.swift
[1187/1201] Compiling AsyncHTTPClient LRUCache.swift
[1188/1201] Compiling AsyncHTTPClient NWErrorHandler.swift
[1189/1201] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1190/1201] Compiling AsyncHTTPClient TLSConfiguration.swift
[1191/1201] Compiling AsyncHTTPClient RedirectState.swift
[1192/1201] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1193/1201] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1194/1201] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1195/1201] Compiling AsyncHTTPClient Transaction.swift
[1196/1201] Compiling AsyncHTTPClient Base64.swift
[1197/1201] Compiling AsyncHTTPClient BasicAuth.swift
[1198/1201] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1199/1201] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1200/1201] Compiling AsyncHTTPClient ConnectionPool.swift
[1201/1201] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1203/1371] Compiling Vapor HTTPServerResponseEncoder.swift
[1204/1371] Compiling Vapor HTTPServerUpgradeHandler.swift
[1205/1371] Compiling Vapor Logger+Report.swift
[1206/1371] Compiling Vapor LoggingSystem+Environment.swift
[1207/1371] Compiling Vapor Application+Middleware.swift
[1208/1371] Compiling Vapor CORSMiddleware.swift
[1209/1371] Compiling Vapor ErrorMiddleware.swift
[1210/1371] Compiling Vapor FileMiddleware.swift
[1211/1371] Compiling Vapor Middleware.swift
[1212/1371] Compiling Vapor MiddlewareConfiguration.swift
[1213/1371] Compiling Vapor ResponseCompressionMiddleware.swift
[1214/1371] Compiling Vapor RouteLoggingMiddleware.swift
[1215/1371] Compiling Vapor TracingMiddleware.swift
[1216/1371] Compiling Vapor File+Multipart.swift
[1217/1371] Compiling Vapor FormDataDecoder+Content.swift
[1218/1371] Compiling Vapor FormDataEncoder+Content.swift
[1219/1371] Compiling Vapor Application+Password.swift
[1220/1371] Compiling Vapor Application+Passwords.swift
[1221/1371] Compiling Vapor AsyncPasswordHasher.swift
[1222/1371] Compiling Vapor BcryptHasher.swift
[1223/1371] Compiling Vapor PasswordHasher.swift
[1224/1371] Compiling Vapor PlaintextHasher.swift
[1225/1371] Compiling Vapor Request+Password.swift
[1226/1371] Compiling Vapor Redirect.swift
[1227/1371] Compiling Vapor Application.swift
[1228/1371] Compiling Vapor AuthenticationCache.swift
[1229/1371] Compiling Vapor Authenticator.swift
[1230/1371] Compiling Vapor BasicAuthorization.swift
[1231/1371] Compiling Vapor BearerAuthorization.swift
[1232/1371] Compiling Vapor GuardMiddleware.swift
[1233/1371] Compiling Vapor RedirectMiddleware.swift
[1234/1371] Compiling Vapor SessionAuthenticatable.swift
[1235/1371] Compiling Vapor Bcrypt.swift
[1236/1371] Compiling Vapor Application+Cache.swift
[1237/1371] Compiling Vapor Cache.swift
[1238/1371] Compiling Vapor CacheExpirationTime.swift
[1239/1371] Compiling Vapor MemoryCache.swift
[1240/1371] Compiling Vapor Request+Cache.swift
[1241/1371] Compiling Vapor Application+Clients.swift
[1242/1371] Compiling Vapor Client.swift
[1243/1371] Compiling Vapor ClientRequest.swift
[1244/1371] Compiling Vapor ClientResponse.swift
[1245/1371] Compiling Vapor Request+Client.swift
[1246/1371] Compiling Vapor BootCommand.swift
[1247/1371] Compiling Vapor CommandContext+Application.swift
[1248/1371] Compiling Vapor RoutesCommand.swift
[1249/1371] Compiling Vapor ServeCommand.swift
[1250/1371] Compiling Vapor AnyResponse+Concurrency.swift
[1251/1419] Compiling Vapor Validator.swift
[1252/1419] Compiling Vapor ValidatorResult.swift
[1253/1419] Compiling Vapor And.swift
[1254/1419] Compiling Vapor Case.swift
[1255/1419] Compiling Vapor CharacterSet.swift
[1256/1419] Compiling Vapor Count.swift
[1257/1419] Compiling Vapor Custom.swift
[1258/1419] Compiling Vapor Email.swift
[1259/1419] Compiling Vapor Empty.swift
[1260/1419] Compiling Vapor In.swift
[1261/1419] Compiling Vapor Nil.swift
[1262/1419] Compiling Vapor NilIgnoring.swift
[1263/1419] Compiling Vapor Not.swift
[1264/1419] Compiling Vapor Or.swift
[1265/1419] Compiling Vapor Pattern.swift
[1266/1419] Compiling Vapor Range.swift
[1267/1419] Compiling Vapor URL.swift
[1268/1419] Compiling Vapor Valid.swift
[1269/1419] Compiling Vapor Application+Views.swift
[1270/1419] Compiling Vapor PlaintextRenderer.swift
[1271/1419] Compiling Vapor Request+View.swift
[1272/1419] Compiling Vapor View.swift
[1273/1419] Compiling Vapor ViewRenderer.swift
[1274/1419] Compiling Vapor _Deprecations.swift
[1275/1419] Compiling Vapor Bytes+Hex.swift
[1276/1419] Compiling Vapor Bytes+SecureCompare.swift
[1277/1419] Compiling Vapor Collection+Safe.swift
[1278/1419] Compiling Vapor DataProtocol+Copy.swift
[1279/1419] Compiling Vapor DecoderUnwrapper.swift
[1280/1419] Compiling Vapor DirectoryConfiguration.swift
[1281/1419] Compiling Vapor DotEnv.swift
[1282/1419] Compiling Vapor Extendable.swift
[1283/1419] Compiling Vapor File.swift
[1284/1419] Compiling Vapor FileIO.swift
[1285/1419] Compiling Vapor LifecycleHandler.swift
[1286/1419] Compiling Vapor OptionalType.swift
[1287/1419] Compiling Vapor RFC1123.swift
[1288/1419] Compiling Vapor SocketAddress+Hostname.swift
[1289/1419] Compiling Vapor Storage.swift
[1290/1419] Compiling Vapor String+IsIPAddress.swift
[1291/1419] Compiling Vapor Thread.swift
[1292/1419] Compiling Vapor URI.swift
[1293/1419] Compiling Vapor RangeResult.swift
[1294/1419] Compiling Vapor Validatable.swift
[1295/1419] Compiling Vapor Validation.swift
[1296/1419] Compiling Vapor ValidationKey.swift
[1297/1419] Compiling Vapor Validations.swift
[1298/1419] Compiling Vapor ValidationsError.swift
[1299/1419] Emitting module Vapor
[1300/1419] Compiling Vapor AsyncBasicResponder.swift
[1301/1419] Compiling Vapor AsyncMiddleware.swift
[1302/1419] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1303/1419] Compiling Vapor AsyncSessionDriver.swift
[1304/1419] Compiling Vapor Authentication+Concurrency.swift
[1305/1419] Compiling Vapor Cache+Concurrency.swift
[1306/1419] Compiling Vapor Client+Concurrency.swift
[1307/1419] Compiling Vapor RequestBody+Concurrency.swift
[1308/1419] Compiling Vapor Responder+Concurrency.swift
[1309/1419] Compiling Vapor ResponseCodable+Concurrency.swift
[1310/1419] Compiling Vapor RoutesBuilder+Concurrency.swift
[1311/1419] Compiling Vapor ViewRenderer+Concurrency.swift
[1312/1419] Compiling Vapor WebSocket+Concurrency.swift
[1313/1419] Compiling Vapor ContainerGetPathExecutor.swift
[1314/1419] Compiling Vapor Content.swift
[1315/1419] Compiling Vapor ContentCoders.swift
[1316/1419] Compiling Vapor ContentConfiguration.swift
[1317/1419] Compiling Vapor ContentContainer.swift
[1318/1419] Compiling Vapor JSONCoder+Custom.swift
[1319/1419] Compiling Vapor JSONCoders+Content.swift
[1320/1419] Compiling Vapor PlaintextDecoder.swift
[1321/1419] Compiling Vapor PlaintextEncoder.swift
[1322/1419] Compiling Vapor URLQueryCoders.swift
[1323/1419] Compiling Vapor URLQueryContainer.swift
[1324/1419] Compiling Vapor Request+Body.swift
[1325/1419] Compiling Vapor Request+BodyStream.swift
[1326/1419] Compiling Vapor Request.swift
[1327/1419] Compiling Vapor Application+Responder.swift
[1328/1419] Compiling Vapor DefaultResponder.swift
[1329/1419] Compiling Vapor Response+Body.swift
[1330/1419] Compiling Vapor Response.swift
[1331/1419] Compiling Vapor ResponseCodable.swift
[1332/1419] Compiling Vapor Application+Routes.swift
[1333/1419] Compiling Vapor Parameters+Require.swift
[1334/1419] Compiling Vapor Request+WebSocket.swift
[1335/1419] Compiling Vapor Route.swift
[1336/1419] Compiling Vapor RouteCollection.swift
[1337/1419] Compiling Vapor Routes.swift
[1338/1419] Compiling Vapor RoutesBuilder+Group.swift
[1339/1419] Compiling Vapor RoutesBuilder+Method.swift
[1340/1419] Compiling Vapor RoutesBuilder+Middleware.swift
[1341/1419] Compiling Vapor RoutesBuilder+WebSocket.swift
[1342/1419] Compiling Vapor RoutesBuilder.swift
[1343/1419] Compiling Vapor OTP.swift
[1344/1419] Compiling Vapor Application+Servers.swift
[1345/1419] Compiling Vapor Server.swift
[1346/1419] Compiling Vapor App+Service.swift
[1347/1419] Compiling Vapor Req+Service.swift
[1348/1419] Compiling Vapor Service.swift
[1349/1419] Compiling Vapor Application+Sessions.swift
[1350/1419] Compiling Vapor MemorySessions.swift
[1351/1419] Compiling Vapor Request+Session.swift
[1352/1419] Compiling Vapor Session.swift
[1353/1419] Compiling Vapor SessionCache.swift
[1354/1419] Compiling Vapor SessionData.swift
[1355/1419] Compiling Vapor SessionDriver.swift
[1356/1419] Compiling Vapor SessionsConfiguration.swift
[1357/1419] Compiling Vapor SessionsMiddleware.swift
[1358/1419] Compiling Vapor URLEncodedFormData.swift
[1359/1419] Compiling Vapor URLEncodedFormDecoder.swift
[1360/1419] Compiling Vapor URLEncodedFormEncoder.swift
[1361/1419] Compiling Vapor URLEncodedFormError.swift
[1362/1419] Compiling Vapor URLEncodedFormParser.swift
[1363/1419] Compiling Vapor URLEncodedFormSerializer.swift
[1364/1419] Compiling Vapor URLQueryFragmentConvertible.swift
[1365/1419] Compiling Vapor AnyResponse.swift
[1366/1419] Compiling Vapor Array+Random.swift
[1367/1419] Compiling Vapor Base32.swift
[1368/1419] Compiling Vapor Base64.swift
[1369/1419] Compiling Vapor BaseN.swift
[1370/1419] Compiling Vapor BasicCodingKey.swift
[1371/1419] Compiling Vapor ByteCount.swift
[1372/1419] Compiling Vapor Core.swift
[1373/1419] Compiling Vapor Running.swift
[1374/1419] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1375/1419] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1376/1419] Compiling Vapor DotEnvFile+load.swift
[1377/1419] Compiling Vapor Routes+caseInsenstive.swift
[1378/1419] Compiling Vapor Validatable+validate.swift
[1379/1419] Compiling Vapor Environment+Process.swift
[1380/1419] Compiling Vapor Environment+Secret.swift
[1381/1419] Compiling Vapor Environment.swift
[1382/1419] Compiling Vapor Abort.swift
[1383/1419] Compiling Vapor AbortError.swift
[1384/1419] Compiling Vapor DebuggableError.swift
[1385/1419] Compiling Vapor Demangler.swift
[1386/1419] Compiling Vapor ErrorSource.swift
[1387/1419] Compiling Vapor StackTrace.swift
[1388/1419] Compiling Vapor Exports.swift
[1389/1419] Compiling Vapor Application+HTTP.swift
[1390/1419] Compiling Vapor BasicResponder.swift
[1391/1419] Compiling Vapor BodyStream.swift
[1392/1419] Compiling Vapor Application+HTTP+Client.swift
[1393/1419] Compiling Vapor EventLoopHTTPClient.swift
[1394/1419] Compiling Vapor EndpointCache.swift
[1395/1419] Compiling Vapor HTTPMethod+String.swift
[1396/1419] Compiling Vapor HTTPStatus.swift
[1397/1419] Compiling Vapor HTTPCookies.swift
[1398/1419] Compiling Vapor HTTPHeaderCacheControl.swift
[1399/1419] Compiling Vapor HTTPHeaderExpires.swift
[1400/1419] Compiling Vapor HTTPHeaderLastModified.swift
[1401/1419] Compiling Vapor HTTPHeaders+Cache.swift
[1402/1419] Compiling Vapor HTTPHeaders+Connection.swift
[1403/1419] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1404/1419] Compiling Vapor HTTPHeaders+ContentRange.swift
[1405/1419] Compiling Vapor HTTPHeaders+Directive.swift
[1406/1419] Compiling Vapor HTTPHeaders+Forwarded.swift
[1407/1419] Compiling Vapor HTTPHeaders+Link.swift
[1408/1419] Compiling Vapor HTTPHeaders+Name.swift
[1409/1419] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1410/1419] Compiling Vapor HTTPHeaders.swift
[1411/1419] Compiling Vapor HTTPMediaType.swift
[1412/1419] Compiling Vapor HTTPMediaTypePreference.swift
[1413/1419] Compiling Vapor Responder.swift
[1414/1419] Compiling Vapor Application+HTTP+Server.swift
[1415/1419] Compiling Vapor HTTPServer.swift
[1416/1419] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1417/1419] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1418/1419] Compiling Vapor HTTPServerHandler.swift
[1419/1419] Compiling Vapor HTTPServerRequestDecoder.swift
[1421/1432] Compiling Redis Application+Redis.swift
[1422/1432] Compiling Redis Application.Redis+PubSub.swift
[1423/1432] Emitting module Redis
[1424/1433] Compiling Redis Application.Redis+configuration.swift
[1425/1433] Compiling Redis Exports.swift
[1426/1433] Compiling Redis RedisConfiguration.swift
[1427/1433] Compiling Redis Redis+Cache.swift
[1428/1433] Compiling Redis Redis+Concurrency.swift
[1429/1433] Compiling Redis Redis+Sessions.swift
[1430/1433] Compiling Redis RedisClient+Codable.swift
[1431/1433] Compiling Redis RedisID.swift
[1432/1433] Compiling Redis RedisStorage.swift
[1433/1433] Compiling Redis Request+Redis.swift
[1435/1449] Compiling Checkpoint LeakingBucketConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1436/1449] Compiling Checkpoint Scope.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1437/1449] Compiling Checkpoint Field.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1438/1449] Compiling Checkpoint FixedWindowCounterConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1439/1449] Compiling Checkpoint Checkpoint.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1440/1449] Compiling Checkpoint Configuration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1441/1450] Compiling Checkpoint SlidingWindowLogConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1442/1450] Compiling Checkpoint TimeWindow.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1443/1450] Compiling Checkpoint TokenBucket.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1444/1450] Compiling Checkpoint WindowBasedAlgorithm.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1445/1450] Emitting module Checkpoint
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1446/1450] Compiling Checkpoint Algorithm.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1447/1450] Compiling Checkpoint FixedWindowCounter.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1448/1450] Compiling Checkpoint LeakingBucket.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1449/1450] Compiling Checkpoint SlidingWindowLog.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
[1450/1450] Compiling Checkpoint TokenBucketConfiguration.swift
/host/spi-builder-workspace/Sources/Checkpoint/Algorithms/Algorithm.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import Redis
10 | import Vapor
BUILD FAILURE 6.1 linux