Build Information
Failed to build Checkpoint, reference main (360407
), with Swift 6.0 for Linux on 30 Dec 2024 21:52:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fitomad/Checkpoint.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/fitomad/Checkpoint
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/redis.git
[1/3735] Fetching redis
[3736/74387] Fetching redis, vapor
Fetched https://github.com/vapor/redis.git from cache (0.52s)
[2827/70652] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.00s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 4.11.0 (1.02s)
Fetching https://github.com/swift-server/RediStack.git
[1/4683] Fetching redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.58s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (1.22s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
[1/2120] Fetching swift-metrics
[1273/5852] Fetching swift-metrics, swift-log
[2420/7421] Fetching swift-metrics, swift-log, swift-atomics
[3327/21209] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl
[8391/93772] Fetching swift-metrics, swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (0.89s)
[10686/91652] Fetching swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
[5661/86351] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.77s)
[47892/72563] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.98s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.30s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/3960] Fetching swift-system
[1546/19563] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
[3745/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.37s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.111.0 (1.12s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2524] Fetching websocket-kit
[2525/4679] Fetching websocket-kit, multipart-kit
[2633/9603] Fetching websocket-kit, multipart-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.51s)
[5174/7079] Fetching multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.72s)
Fetching https://github.com/apple/swift-service-context.git
[497/13390] Fetching multipart-kit, swift-nio-http2
[947/14394] Fetching multipart-kit, swift-nio-http2, swift-service-context
[2610/19656] Fetching multipart-kit, swift-nio-http2, swift-service-context, swift-nio-extras
[3885/25270] Fetching multipart-kit, swift-nio-http2, swift-service-context, swift-nio-extras, swift-algorithms
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.56s)
[13572/24266] Fetching multipart-kit, swift-nio-http2, swift-nio-extras, swift-algorithms
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.90s)
[8919/18652] Fetching multipart-kit, swift-nio-http2, swift-nio-extras
[9033/39342] Fetching multipart-kit, swift-nio-http2, swift-nio-extras, routing-kit
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.93s)
[4089/34080] Fetching multipart-kit, swift-nio-http2, routing-kit
Fetching https://github.com/vapor/async-kit.git
[14259/46206] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto
[18162/48576] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, async-kit
[19853/54046] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.59s)
[33033/51676] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.74s)
[29376/46206] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto
[30776/59549] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.21s)
[39031/48314] Fetching multipart-kit, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.17s)
Fetched https://github.com/vapor/multipart-kit.git from cache (4.46s)
[21832/25469] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.25s)
[9216/12126] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.19s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (1.04s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2297] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (1.03s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (1.10s)
Fetching https://github.com/apple/swift-http-types
[1/734] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.30s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.46s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (1.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.58s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (1.02s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (1.11s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (1.01s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.04s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (1.05s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.97s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (3.08s)
Fetching https://github.com/apple/swift-asn1.git
[1/1427] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (1.80s)
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.1
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.1.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
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.35.0
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 4.11.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.111.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
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/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.23.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.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.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.2
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/847] Write sources
[42/847] Compiling CNIOWindows WSAStartup.c
[43/847] Compiling CNIOWindows shim.c
[44/847] Write sources
[45/847] Compiling CNIOWASI CNIOWASI.c
[46/847] Write sources
[53/847] Compiling CNIOLinux liburing_shims.c
[54/847] Compiling _NumericsShims _NumericsShims.c
[55/847] Compiling _AtomicsShims.c
[56/847] Compiling CVaporBcrypt blf.c
[57/847] Compiling CNIOSHA1 c_nio_sha1.c
[58/847] Compiling CSystem shims.c
[59/847] Compiling CNIOLLHTTP c_nio_http.c
[60/847] Compiling CNIOExtrasZlib empty.c
[61/847] Compiling CNIOLinux shim.c
[62/847] Compiling CNIODarwin shim.c
[63/847] Compiling fiat_p256_adx_sqr.S
[64/847] Compiling fiat_curve25519_adx_square.S
[65/847] Compiling fiat_p256_adx_mul.S
[66/847] Compiling CNIOLLHTTP c_nio_api.c
[67/847] Compiling fiat_curve25519_adx_mul.S
[68/847] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/847] Write swift-version-24593BA9C3E375BF.txt
[69/847] Compiling CVaporBcrypt bcrypt.c
[71/847] Compiling CNIOBoringSSLShims shims.c
[72/851] Compiling tls13_enc.cc
[73/851] Compiling tls_method.cc
[74/851] Compiling tls_record.cc
[75/851] Compiling tls13_client.cc
[76/851] Compiling tls13_server.cc
[77/853] Compiling t1_enc.cc
[78/873] Compiling tls13_both.cc
[80/919] Emitting module Logging
[81/919] Compiling RealModule Real.swift
[82/920] Compiling InternalCollectionsUtilities Debugging.swift
[83/920] Compiling InternalCollectionsUtilities Descriptions.swift
[84/922] Compiling _NIODataStructures _TinyArray.swift
[85/922] Compiling _NIODataStructures PriorityQueue.swift
[86/922] Emitting module InternalCollectionsUtilities
[87/922] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/922] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[89/922] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/922] Compiling InternalCollectionsUtilities Specialize.swift
[91/925] Compiling InternalCollectionsUtilities UInt+reversed.swift
[92/925] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[93/925] Compiling ServiceContextModule ServiceContextKey.swift
[94/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[95/925] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[96/925] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[97/925] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[98/925] Compiling InternalCollectionsUtilities Integer rank.swift
[99/925] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[100/925] Compiling RealModule Float80+Real.swift
[101/925] Compiling RealModule RealFunctions.swift
[102/925] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[103/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/925] Emitting module RealModule
[111/925] Compiling InternalCollectionsUtilities _SortedCollection.swift
[112/925] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[115/925] Compiling RealModule Float16+Real.swift
[122/926] Compiling CoreMetrics Metrics.swift
[123/926] Emitting module ServiceContextModule
[124/926] Compiling ServiceContextModule ServiceContext.swift
[125/926] Compiling _NIOBase64 Base64.swift
[126/926] Emitting module _NIOBase64
[127/927] Compiling RealModule ElementaryFunctions.swift
[130/927] Compiling RealModule Float+Real.swift
[131/928] Compiling SystemPackage MachPort.swift
[132/928] Compiling SystemPackage PlatformString.swift
[133/928] Compiling SystemPackage SystemString.swift
[138/929] Emitting module SystemPackage
[143/929] Emitting module _NIODataStructures
[144/929] Compiling _NIODataStructures Heap.swift
[145/929] Compiling SystemPackage Mocking.swift
[146/929] Compiling SystemPackage RawBuffer.swift
[147/930] Compiling SystemPackage Syscalls.swift
[148/930] Compiling SystemPackage WindowsSyscallAdapters.swift
[149/930] Compiling CoreMetrics Locks.swift
[152/930] Compiling SystemPackage Constants.swift
[153/930] Compiling SystemPackage Exports.swift
[154/930] Emitting module CoreMetrics
[155/931] Compiling Logging MetadataProvider.swift
[156/931] Compiling Logging LogHandler.swift
[157/931] Compiling Logging Locks.swift
[158/931] Compiling Logging Logging.swift
[161/932] Compiling SystemPackage Util+StringArray.swift
[162/932] Compiling SystemPackage Util.swift
[163/932] Compiling SystemPackage UtilConsumers.swift
[165/1064] Compiling ssl_transcript.cc
[166/1064] Compiling ssl_versions.cc
[167/1064] Compiling ssl_stat.cc
[168/1064] Compiling ssl_x509.cc
[170/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[171/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[172/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[173/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[174/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[175/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[176/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[177/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[178/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[179/1064] Compiling _RopeModule Rope+_Storage.swift
[180/1064] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[181/1064] Compiling _RopeModule Rope+_UnsafeHandle.swift
[182/1064] Compiling _RopeModule Rope.swift
[183/1064] Compiling _RopeModule RopeElement.swift
[184/1084] Compiling OrderedCollections OrderedDictionary.swift
[185/1084] Compiling _RopeModule BigString+UnicodeScalarView.swift
[186/1084] Compiling _RopeModule BigSubstring+UTF16View.swift
[187/1084] Compiling _RopeModule BigSubstring+UTF8View.swift
[188/1084] Compiling OrderedCollections OrderedSet+Diffing.swift
[189/1084] Compiling OrderedCollections OrderedSet+Equatable.swift
[190/1084] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[191/1084] Compiling OrderedCollections OrderedSet+Hashable.swift
[192/1084] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[193/1084] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[194/1084] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[195/1084] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[196/1084] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[197/1084] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[198/1084] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[199/1084] Compiling OrderedCollections OrderedDictionary+Values.swift
[200/1084] Compiling OrderedCollections OrderedSet+Initializers.swift
[201/1084] Compiling OrderedCollections OrderedSet+Insertions.swift
[202/1084] Compiling OrderedCollections OrderedSet+Invariants.swift
[203/1084] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[204/1084] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[205/1084] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[206/1084] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[207/1084] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[208/1084] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[209/1101] Compiling HeapModule Heap+Invariants.swift
[210/1152] Compiling Instrumentation NoOpInstrument.swift
[211/1160] Compiling HeapModule Heap+Descriptions.swift
[212/1160] Emitting module Instrumentation
[213/1160] Compiling Instrumentation Instrument.swift
[214/1160] Compiling Instrumentation MultiplexInstrument.swift
[215/1165] Compiling Instrumentation InstrumentationSystem.swift
[216/1165] Compiling Instrumentation Locks.swift
[217/1176] Compiling DequeModule Deque+Testing.swift
[218/1176] Compiling DequeModule Deque._Storage.swift
[219/1176] Compiling DequeModule Deque._UnsafeHandle.swift
[220/1176] Compiling DequeModule Deque.swift
[221/1176] Compiling DequeModule _DequeBuffer.swift
[222/1176] Compiling DequeModule _DequeBufferHeader.swift
[223/1176] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[224/1176] Compiling HashTreeCollections _HashNode+Structural filter.swift
[226/1176] Compiling HeapModule _HeapNode.swift
[227/1176] Compiling DequeModule Deque+CustomReflectable.swift
[228/1176] Compiling DequeModule Deque+Descriptions.swift
[229/1178] Compiling HeapModule Heap.swift
[230/1178] Compiling HeapModule Heap+UnsafeHandle.swift
[231/1178] Compiling DequeModule Deque+Equatable.swift
[232/1178] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[239/1178] Compiling DequeModule _DequeSlot.swift
[240/1178] Compiling DequeModule _UnsafeWrappedBuffer.swift
[241/1178] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[242/1178] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[243/1178] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[244/1178] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[245/1187] Emitting module HeapModule
[246/1188] Compiling DequeModule Deque+Extras.swift
[247/1188] Compiling DequeModule Deque+Hashable.swift
[251/1188] Compiling HashTreeCollections TreeSet+Descriptions.swift
[252/1188] Compiling HashTreeCollections TreeSet+Equatable.swift
[253/1188] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[254/1188] Compiling HashTreeCollections TreeSet+Extras.swift
[255/1188] Compiling HashTreeCollections TreeSet+Filter.swift
[256/1188] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[257/1188] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[258/1188] Compiling HashTreeCollections TreeDictionary+Filter.swift
[259/1188] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[260/1188] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[261/1188] Compiling HashTreeCollections TreeDictionary+Keys.swift
[262/1188] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[263/1188] Compiling HashTreeCollections TreeDictionary+Merge.swift
[264/1188] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[265/1188] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[266/1188] Compiling HashTreeCollections TreeDictionary+Values.swift
[267/1188] Compiling HashTreeCollections TreeSet+Hashable.swift
[268/1188] Compiling HashTreeCollections TreeSet+Sendable.swift
[271/1188] Compiling _RopeModule Rope+Join.swift
[272/1188] Compiling _RopeModule Rope+MutatingForEach.swift
[273/1188] Compiling _RopeModule Rope+Remove.swift
[274/1188] Compiling _RopeModule Rope+RemoveSubrange.swift
[275/1188] Compiling _RopeModule Rope+Split.swift
[276/1188] Compiling _RopeModule Optional Utilities.swift
[277/1188] Compiling _RopeModule String Utilities.swift
[278/1188] Compiling _RopeModule String.Index+ABI.swift
[279/1188] Compiling DequeModule Deque+Codable.swift
[280/1188] Compiling DequeModule Deque+Collection.swift
[289/1206] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[290/1206] Compiling HashTreeCollections _HashNode+Structural merge.swift
[291/1206] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[292/1206] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[293/1206] Compiling HashTreeCollections _HashNode+Structural union.swift
[294/1206] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[295/1206] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[296/1206] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[297/1206] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[298/1206] Compiling HashTreeCollections _HashNode.swift
[299/1206] Compiling RoutingKit TrieRouter.swift
[300/1206] Compiling RoutingKit PathComponent.swift
[301/1206] Compiling RoutingKit Router.swift
[312/1206] Compiling HashTreeCollections TreeDictionary.swift
[313/1206] Compiling HashTreeCollections TreeSet+Codable.swift
[314/1206] Compiling HashTreeCollections TreeSet+Collection.swift
[315/1206] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[316/1206] Compiling HashTreeCollections TreeSet+Debugging.swift
[335/1206] Compiling Tracing TracingTime.swift
[336/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[337/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[338/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[339/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[340/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[341/1206] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[342/1206] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[343/1206] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[344/1206] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[345/1206] Compiling HashTreeCollections TreeSet.swift
[346/1206] Compiling Tracing InstrumentationSystem+Tracing.swift
[356/1206] Compiling Tracing TracerProtocol.swift
[357/1206] Emitting module Tracing
[358/1206] Compiling Tracing Tracer.swift
[359/1206] Compiling Tracing TracerProtocol+Legacy.swift
[360/1206] Emitting module DequeModule
[361/1206] Compiling Tracing NoOpTracer.swift
[362/1206] Compiling Tracing SpanProtocol.swift
[363/1208] Compiling HashTreeCollections _HashTreeIterator.swift
[364/1208] Compiling HashTreeCollections _HashTreeStatistics.swift
[365/1208] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[366/1208] Compiling HashTreeCollections _RawHashNode.swift
[367/1208] Compiling HashTreeCollections _UnmanagedHashNode.swift
[368/1208] Compiling HashTreeCollections _UnsafePath.swift
[369/1208] Compiling HashTreeCollections TreeDictionary+Codable.swift
[370/1208] Compiling HashTreeCollections TreeDictionary+Collection.swift
[371/1208] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[372/1208] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[373/1208] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[375/1208] Emitting module OrderedCollections
[375/1209] Compiling ssl_session.cc
[379/1209] Emitting module _RopeModule
[389/1209] Compiling RoutingKit AnyRouter.swift
[390/1209] Emitting module RoutingKit
[391/1209] Compiling RoutingKit Parameters.swift
[412/1210] Compiling HashTreeCollections _HashNodeHeader.swift
[413/1210] Compiling HashTreeCollections _HashSlot.swift
[414/1210] Compiling HashTreeCollections _HashStack.swift
[426/1210] Compiling Metrics Metrics.swift
[427/1210] Emitting module Metrics
[427/1211] Compiling ssl_privkey.cc
[429/1211] Compiling ssl_key_share.cc
[449/1212] Compiling ssl_file.cc
[451/1212] Compiling ssl_lib.cc
[452/1212] Compiling ssl_credential.cc
[453/1212] Compiling ssl_cipher.cc
[454/1212] Compiling ssl_cert.cc
[455/1212] Compiling ssl_buffer.cc
[456/1212] Compiling ssl_asn1.cc
[457/1212] Compiling ssl_aead_ctx.cc
[458/1212] Compiling s3_pkt.cc
[460/1212] Emitting module HashTreeCollections
[460/1213] Compiling s3_both.cc
[462/1213] Compiling s3_lib.cc
[463/1213] Compiling handshake.cc
[464/1213] Compiling handshake_server.cc
[465/1213] Compiling handshake_client.cc
[466/1213] Compiling handoff.cc
[467/1213] Compiling dtls_record.cc
[468/1213] Compiling dtls_method.cc
[469/1213] Compiling encrypted_client_hello.cc
[470/1213] Compiling md5-x86_64-linux.S
[471/1213] Compiling md5-x86_64-apple.S
[472/1213] Compiling md5-586-linux.S
[473/1213] Compiling err_data.c
[474/1213] Compiling md5-586-apple.S
[475/1213] Compiling extensions.cc
[476/1213] Compiling chacha20_poly1305_x86_64-apple.S
[477/1213] Compiling chacha20_poly1305_x86_64-linux.S
[478/1213] Compiling chacha20_poly1305_armv8-win.S
[479/1213] Compiling chacha20_poly1305_armv8-linux.S
[480/1213] Compiling chacha20_poly1305_armv8-apple.S
[481/1213] Compiling chacha-x86_64-linux.S
[482/1213] Compiling chacha-x86_64-apple.S
[483/1213] Compiling chacha-x86-linux.S
[484/1213] Compiling chacha-x86-apple.S
[485/1213] Compiling chacha-armv8-win.S
[486/1213] Compiling d1_srtp.cc
[487/1213] Compiling chacha-armv8-linux.S
[488/1213] Compiling chacha-armv8-apple.S
[489/1213] Compiling bio_ssl.cc
[490/1213] Compiling chacha-armv4-linux.S
[491/1213] Compiling aes128gcmsiv-x86_64-apple.S
[492/1213] Compiling aes128gcmsiv-x86_64-linux.S
[493/1213] Compiling x86_64-mont5-apple.S
[494/1213] Compiling x86_64-mont5-linux.S
[495/1213] Compiling x86_64-mont-linux.S
[496/1213] Compiling x86_64-mont-apple.S
[497/1213] Compiling x86-mont-linux.S
[498/1213] Compiling x86-mont-apple.S
[499/1213] Compiling vpaes-x86-apple.S
[500/1213] Compiling vpaes-x86_64-linux.S
[501/1213] Compiling vpaes-x86-linux.S
[502/1213] Compiling vpaes-armv8-win.S
[503/1213] Compiling vpaes-x86_64-apple.S
[504/1213] Compiling vpaes-armv8-linux.S
[505/1213] Compiling d1_lib.cc
[506/1213] Compiling vpaes-armv7-linux.S
[507/1213] Compiling vpaes-armv8-apple.S
[508/1213] Compiling sha512-x86_64-linux.S
[509/1213] Compiling sha512-x86_64-apple.S
[510/1213] Compiling d1_pkt.cc
[511/1213] Compiling sha512-armv8-win.S
[512/1213] Compiling sha512-armv8-linux.S
[513/1213] Compiling sha512-armv8-apple.S
[514/1213] Compiling sha512-armv4-linux.S
[515/1213] Compiling sha512-586-linux.S
[516/1213] Compiling sha256-armv8-win.S
[517/1213] Compiling sha512-586-apple.S
[518/1213] Compiling sha256-x86_64-apple.S
[519/1213] Compiling sha256-x86_64-linux.S
[520/1213] Compiling sha256-armv8-linux.S
[521/1213] Compiling sha256-armv8-apple.S
[522/1213] Compiling sha256-armv4-linux.S
[523/1213] Compiling sha256-586-apple.S
[524/1213] Compiling sha256-586-linux.S
[525/1213] Compiling d1_both.cc
[526/1213] Compiling sha1-armv8-win.S
[527/1213] Compiling sha1-x86_64-apple.S
[528/1213] Compiling sha1-x86_64-linux.S
[529/1213] Compiling sha1-armv8-linux.S
[530/1213] Compiling sha1-armv4-large-linux.S
[531/1213] Compiling sha1-armv8-apple.S
[532/1213] Compiling sha1-586-apple.S
[533/1213] Compiling sha1-586-linux.S
[534/1213] Compiling rsaz-avx2-linux.S
[535/1213] Compiling rdrand-x86_64-linux.S
[536/1213] Compiling rsaz-avx2-apple.S
[537/1213] Compiling rdrand-x86_64-apple.S
[538/1213] Compiling p256_beeu-x86_64-asm-apple.S
[538/1213] Compiling p256_beeu-x86_64-asm-linux.S
[540/1213] Compiling p256_beeu-armv8-asm-win.S
[541/1213] Compiling p256_beeu-armv8-asm-linux.S
[542/1213] Compiling p256_beeu-armv8-asm-apple.S
[543/1213] Compiling p256-x86_64-asm-apple.S
[544/1213] Compiling p256-armv8-asm-win.S
[545/1213] Compiling p256-armv8-asm-linux.S
[546/1213] Compiling p256-x86_64-asm-linux.S
[547/1213] Compiling p256-armv8-asm-apple.S
[548/1213] Compiling ghashv8-armv8-linux.S
[549/1213] Compiling ghashv8-armv8-win.S
[550/1213] Compiling ghashv8-armv8-apple.S
[551/1213] Compiling ghashv8-armv7-linux.S
[552/1213] Compiling ghash-x86-linux.S
[553/1213] Compiling ghash-x86_64-linux.S
[554/1213] Compiling ghash-x86_64-apple.S
[555/1213] Compiling ghash-x86-apple.S
[556/1213] Compiling ghash-ssse3-x86_64-apple.S
[557/1213] Compiling ghash-ssse3-x86-linux.S
[558/1213] Compiling ghash-ssse3-x86_64-linux.S
[559/1213] Compiling ghash-ssse3-x86-apple.S
[560/1213] Compiling ghash-neon-armv8-win.S
[561/1213] Compiling ghash-neon-armv8-apple.S
[562/1213] Compiling ghash-armv4-linux.S
[563/1213] Compiling co-586-apple.S
[564/1213] Compiling ghash-neon-armv8-linux.S
[565/1213] Compiling bsaes-armv7-linux.S
[565/1213] Compiling co-586-linux.S
[567/1213] Compiling bn-armv8-win.S
[568/1213] Compiling bn-armv8-linux.S
[568/1213] Compiling bn-armv8-apple.S
[570/1213] Compiling bn-586-linux.S
[571/1213] Compiling armv8-mont-linux.S
[572/1213] Compiling bn-586-apple.S
[573/1213] Compiling armv8-mont-apple.S
[574/1213] Compiling armv8-mont-win.S
[575/1213] Compiling armv4-mont-linux.S
[576/1213] Compiling aesv8-gcm-armv8-win.S
[577/1213] Compiling aesv8-gcm-armv8-linux.S
[578/1213] Compiling aesv8-armv8-win.S
[579/1213] Compiling aesv8-gcm-armv8-apple.S
[580/1213] Compiling aesv8-armv8-linux.S
[581/1213] Compiling aesv8-armv8-apple.S
[582/1213] Compiling aesv8-armv7-linux.S
[583/1213] Compiling aesni-x86-apple.S
[584/1213] Compiling aesni-x86_64-apple.S
[584/1213] Compiling aesni-x86_64-linux.S
[586/1213] Compiling aesni-x86-linux.S
[587/1213] Compiling aesni-gcm-x86_64-linux.S
[588/1213] Compiling aesni-gcm-x86_64-apple.S
[589/1213] Compiling x_x509a.c
[590/1213] Compiling x_spki.c
[591/1213] Compiling x_x509.c
[592/1213] Compiling x_val.c
[593/1213] Compiling x_pubkey.c
[594/1213] Compiling x_sig.c
[595/1213] Compiling x_name.c
[596/1213] Compiling x_exten.c
[597/1213] Compiling x_req.c
[598/1213] Compiling x_attrib.c
[599/1213] Compiling x_algor.c
[600/1213] Compiling x_crl.c
[601/1213] Compiling x_all.c
[602/1213] Compiling x509spki.c
[603/1213] Compiling x509rset.c
[604/1213] Compiling x509_txt.c
[605/1213] Compiling x509name.c
[606/1213] Compiling x509_vpm.c
[607/1213] Compiling x509cset.c
[608/1213] Compiling x509_v3.c
[609/1213] Compiling x509_vfy.c
[610/1213] Compiling x509_trs.c
[611/1213] Compiling x509_set.c
[612/1213] Compiling x509_obj.c
[613/1213] Compiling x509_req.c
[614/1213] Compiling x509_def.c
[615/1213] Compiling x509_lu.c
[616/1213] Compiling x509_ext.c
[617/1213] Compiling x509_d2.c
[618/1213] Compiling x509_cmp.c
[619/1213] Compiling x509.c
[620/1213] Compiling x509_att.c
[621/1213] Compiling v3_prn.c
[621/1213] Compiling v3_utl.c
[623/1213] Compiling v3_skey.c
[624/1213] Compiling v3_pmaps.c
[625/1213] Compiling v3_pcons.c
[626/1213] Compiling v3_purp.c
[627/1213] Compiling v3_ocsp.c
[628/1213] Compiling v3_lib.c
[629/1213] Compiling v3_ncons.c
[630/1213] Compiling v3_int.c
[631/1213] Compiling v3_ia5.c
[632/1213] Compiling v3_info.c
[633/1213] Compiling v3_extku.c
[634/1213] Compiling v3_crld.c
[635/1213] Compiling v3_genn.c
[636/1213] Compiling v3_enum.c
[637/1213] Compiling v3_conf.c
[638/1213] Compiling v3_cpols.c
[639/1213] Compiling v3_bcons.c
[640/1213] Compiling v3_alt.c
[641/1213] Compiling v3_bitst.c
[642/1213] Compiling v3_akey.c
[643/1213] Compiling t_x509a.c
[644/1213] Compiling v3_akeya.c
[645/1213] Compiling t_req.c
[646/1213] Compiling t_crl.c
[647/1213] Compiling t_x509.c
[648/1213] Compiling i2d_pr.c
[649/1213] Compiling rsa_pss.c
[650/1213] Compiling policy.c
[651/1213] Compiling name_print.c
[652/1213] Compiling by_file.c
[653/1213] Compiling asn1_gen.c
[654/1213] Compiling a_verify.c
[655/1213] Compiling by_dir.c
[656/1213] Compiling thread_win.c
[657/1213] Compiling a_sign.c
[658/1213] Compiling trust_token.c
[659/1213] Compiling voprf.c
[660/1213] Compiling a_digest.c
[661/1213] Compiling thread_pthread.c
[662/1213] Compiling algorithm.c
[663/1213] Compiling thread.c
[664/1213] Compiling spx_util.c
[664/1213] Compiling spx_wots.c
[666/1213] Compiling thread_none.c
[667/1213] Compiling stack.c
[668/1213] Compiling spx_merkle.c
[669/1213] Compiling spx_thash.c
[670/1213] Compiling spx_fors.c
[671/1213] Compiling pmbtoken.c
[672/1213] Compiling spx.c
[673/1213] Compiling spx_address.c
[674/1213] Compiling thash.c
[674/1213] Compiling wots.c
[676/1213] Compiling sha512.c
[676/1213] Compiling slhdsa.c
[678/1213] Compiling sha256.c
[679/1213] Compiling merkle.c
[680/1213] Compiling siphash.c
[681/1213] Compiling sha1.c
[681/1213] Compiling fors.c
[683/1213] Compiling rsa_extra.c
[684/1213] Compiling rc4.c
[685/1213] Compiling rsa_print.c
[686/1213] Compiling refcount.c
[687/1213] Compiling windows.c
[688/1213] Compiling rsa_asn1.c
[688/1213] Compiling rand_extra.c
[690/1213] Compiling trusty.c
[691/1213] Compiling rsa_crypt.c
[692/1213] Compiling passive.c
[693/1213] Compiling getentropy.c
[694/1213] Compiling ios.c
[695/1213] Compiling deterministic.c
[696/1213] Compiling urandom.c
[697/1213] Compiling forkunsafe.c
[698/1213] Compiling poly1305_arm_asm.S
[699/1213] Compiling fork_detect.c
[700/1213] Compiling pool.c
[701/1213] Compiling poly1305_arm.c
[702/1213] Compiling poly1305.c
[703/1213] Compiling pkcs7.c
[704/1213] Compiling poly1305_vec.c
[705/1213] Compiling pkcs8.c
[706/1213] Compiling p5_pbev2.c
[707/1213] Compiling pkcs7_x509.c
[708/1213] Compiling pkcs8_x509.c
[709/1213] Compiling pem_xaux.c
[710/1213] Compiling pem_x509.c
[711/1213] Compiling obj_xref.c
[712/1213] Compiling pem_oth.c
[713/1213] Compiling pem_pk8.c
[714/1213] Compiling pem_info.c
[715/1213] Compiling pem_lib.c
[716/1213] Compiling pem_all.c
[717/1213] Compiling pem_pkey.c
[718/1213] Compiling mem.c
[719/1213] Compiling md4.c
[720/1213] Compiling md5.c
[721/1213] Compiling lhash.c
[722/1213] Compiling obj.c
[723/1213] Compiling kyber.c
[723/1213] Compiling mldsa.c
[725/1213] Compiling keccak.c
[726/1213] Compiling fips_shared_support.c
[727/1213] Compiling sign.c
[728/1213] Compiling poly_rq_mul.S
[729/1213] Compiling hpke.c
[730/1213] Compiling ex_data.c
[731/1213] Compiling mlkem.cc
[732/1213] Compiling hrss.c
[733/1213] Compiling scrypt.c
[734/1213] Compiling print.c
[735/1213] Compiling p_x25519.c
[736/1213] Compiling pbkdf.c
[737/1213] Compiling p_x25519_asn1.c
[738/1213] Compiling p_hkdf.c
[739/1213] Compiling p_rsa.c
[740/1213] Compiling p_rsa_asn1.c
[741/1213] Compiling p_ed25519.c
[742/1213] Compiling p_ed25519_asn1.c
[743/1213] Compiling p_ec_asn1.c
[744/1213] Compiling p_dh.c
[745/1213] Compiling p_ec.c
[746/1213] Compiling p_dsa_asn1.c
[747/1213] Compiling p_dh_asn1.c
[748/1213] Compiling engine.c
[749/1213] Compiling evp_ctx.c
[750/1213] Compiling ecdsa_asn1.c
[751/1213] Compiling evp_asn1.c
[752/1213] Compiling evp.c
[753/1213] Compiling err.c
[754/1213] Compiling hash_to_curve.c
[755/1213] Compiling ecdh_extra.c
[756/1213] Compiling ec_derive.c
[757/1213] Compiling dsa_asn1.c
[758/1213] Compiling dsa.c
[759/1213] Compiling ec_asn1.c
[760/1213] Compiling params.c
[761/1213] Compiling spake25519.c
[762/1213] Compiling dh_asn1.c
[763/1213] Compiling digest_extra.c
[764/1213] Compiling x25519-asm-arm.S
[765/1213] Compiling crypto.c
[766/1213] Compiling cpu_intel.c
[767/1213] Compiling des.c
[768/1213] Compiling dilithium.c
[769/1213] Compiling cpu_aarch64_openbsd.c
[770/1213] Compiling cpu_arm_freebsd.c
[771/1213] Compiling cpu_arm_linux.c
[772/1213] Compiling cpu_aarch64_sysreg.c
[773/1213] Compiling cpu_aarch64_win.c
[774/1213] Compiling cpu_aarch64_apple.c
[775/1213] Compiling cpu_aarch64_fuchsia.c
[776/1213] Compiling cpu_aarch64_linux.c
[777/1213] Compiling conf.c
[778/1213] Compiling curve25519.c
[779/1213] Compiling e_rc4.c
[780/1213] Compiling e_rc2.c
[781/1213] Compiling tls_cbc.c
[782/1213] Compiling e_tls.c
[783/1213] Compiling e_null.c
[784/1213] Compiling e_des.c
[785/1213] Compiling e_aesgcmsiv.c
[786/1213] Compiling derive_key.c
[787/1213] Compiling e_chacha20poly1305.c
[788/1213] Compiling e_aesctrhmac.c
[789/1213] Compiling cipher_extra.c
[790/1213] Compiling curve25519_64_adx.c
[791/1213] Compiling unicode.c
[792/1213] Compiling chacha.c
[793/1213] Compiling ber.c
[794/1213] Compiling asn1_compat.c
[795/1213] Compiling blake2.c
[796/1213] Compiling convert.c
[797/1213] Compiling bn_asn1.c
[798/1213] Compiling buf.c
[799/1213] Compiling socket_helper.c
[800/1213] Compiling printf.c
[801/1213] Compiling socket.c
[802/1213] Compiling cbb.c
[803/1213] Compiling hexdump.c
[804/1213] Compiling cbs.c
[805/1213] Compiling pair.c
[806/1213] Compiling errno.c
[807/1213] Compiling connect.c
[808/1213] Compiling fd.c
[809/1213] Compiling file.c
[810/1213] Compiling bio_mem.c
[811/1213] Compiling tasn_typ.c
[812/1213] Compiling base64.c
[813/1213] Compiling tasn_fre.c
[814/1213] Compiling tasn_utl.c
[815/1213] Compiling bio.c
[816/1213] Compiling f_string.c
[817/1213] Compiling tasn_new.c
[818/1213] Compiling tasn_enc.c
[819/1213] Compiling f_int.c
[819/1213] Compiling posix_time.c
[821/1213] Compiling asn_pack.c
[821/1213] Compiling tasn_dec.c
[823/1213] Compiling asn1_lib.c
[824/1213] Compiling asn1_par.c
[825/1213] Compiling a_time.c
[826/1213] Compiling a_type.c
[827/1213] Compiling a_utctm.c
[828/1213] Compiling bcm.c
[829/1213] Compiling a_octet.c
[830/1213] Compiling a_mbstr.c
[831/1213] Compiling a_object.c
[832/1213] Compiling a_strex.c
[833/1213] Compiling a_gentm.c
[834/1213] Compiling a_strnid.c
[835/1213] Compiling a_i2d_fp.c
[836/1213] Compiling a_dup.c
[837/1213] Compiling a_d2i_fp.c
[838/1213] Compiling a_bool.c
[839/1213] Compiling fiat_p256_adx_sqr.S
[839/1213] Compiling a_int.c
[841/1213] Compiling fiat_p256_adx_mul.S
[842/1213] Compiling a_bitstr.c
[843/1213] Compiling fiat_curve25519_adx_square.S
[844/1213] Compiling md5-x86_64-linux.S
[845/1213] Compiling md5-586-linux.S
[846/1213] Compiling fiat_curve25519_adx_mul.S
[847/1213] Compiling md5-x86_64-apple.S
[848/1213] Compiling md5-586-apple.S
[849/1213] Compiling err_data.c
[850/1213] Compiling chacha20_poly1305_x86_64-apple.S
[851/1213] Compiling chacha20_poly1305_armv8-win.S
[852/1213] Compiling chacha20_poly1305_armv8-linux.S
[853/1213] Compiling chacha20_poly1305_armv8-apple.S
[854/1213] Compiling CCryptoBoringSSLShims shims.c
[855/1213] Compiling chacha20_poly1305_x86_64-linux.S
[856/1213] Compiling chacha-x86_64-linux.S
[857/1213] Compiling chacha-x86-linux.S
[858/1213] Compiling chacha-x86_64-apple.S
[859/1213] Compiling chacha-x86-apple.S
[860/1213] Compiling chacha-armv8-win.S
[861/1213] Compiling chacha-armv8-apple.S
[862/1213] Compiling chacha-armv8-linux.S
[863/1213] Compiling chacha-armv4-linux.S
[864/1213] Compiling aes128gcmsiv-x86_64-apple.S
[864/1213] Compiling aes128gcmsiv-x86_64-linux.S
[866/1213] Compiling x86_64-mont5-linux.S
[867/1213] Compiling x86_64-mont5-apple.S
[868/1213] Compiling x86_64-mont-linux.S
[869/1213] Compiling x86_64-mont-apple.S
[870/1213] Compiling x86-mont-linux.S
[871/1213] Compiling x86-mont-apple.S
[872/1213] Compiling vpaes-x86_64-apple.S
[873/1213] Compiling vpaes-x86_64-linux.S
[874/1213] Compiling vpaes-armv8-win.S
[874/1213] Compiling vpaes-armv8-apple.S
[876/1213] Compiling vpaes-x86-linux.S
[877/1213] Compiling vpaes-x86-apple.S
[877/1213] Compiling vpaes-armv8-linux.S
[879/1213] Compiling vpaes-armv7-linux.S
[880/1213] Compiling sha512-armv4-linux.S
[881/1213] Compiling sha512-armv8-linux.S
[882/1213] Compiling sha512-armv8-win.S
[883/1213] Compiling sha512-armv8-apple.S
[884/1213] Compiling sha512-x86_64-apple.S
[885/1213] Compiling sha512-x86_64-linux.S
[886/1213] Compiling sha512-586-linux.S
[887/1213] Compiling sha512-586-apple.S
[888/1213] Compiling sha256-armv8-win.S
[889/1213] Compiling sha256-x86_64-apple.S
[890/1213] Compiling sha256-armv8-linux.S
[891/1213] Compiling sha256-x86_64-linux.S
[892/1213] Compiling sha256-armv4-linux.S
[893/1213] Compiling sha256-armv8-apple.S
[894/1213] Compiling sha256-586-linux.S
[895/1213] Compiling sha256-586-apple.S
[896/1213] Compiling sha1-x86_64-apple.S
[897/1213] Compiling sha1-armv8-win.S
[898/1213] Compiling sha1-x86_64-linux.S
[899/1213] Compiling sha1-armv8-linux.S
[900/1213] Compiling sha1-armv4-large-linux.S
[901/1213] Compiling sha1-armv8-apple.S
[902/1213] Compiling sha1-586-apple.S
[903/1213] Compiling sha1-586-linux.S
[904/1213] Compiling rsaz-avx2-apple.S
[905/1213] Compiling rdrand-x86_64-linux.S
[906/1213] Compiling rdrand-x86_64-apple.S
[907/1213] Compiling rsaz-avx2-linux.S
[908/1213] Compiling p256_beeu-x86_64-asm-linux.S
[909/1213] Compiling p256_beeu-x86_64-asm-apple.S
[910/1213] Compiling p256_beeu-armv8-asm-win.S
[911/1213] Compiling p256_beeu-armv8-asm-linux.S
[912/1213] Compiling p256-x86_64-asm-apple.S
[913/1213] Compiling p256_beeu-armv8-asm-apple.S
[914/1213] Compiling p256-armv8-asm-linux.S
[915/1213] Compiling p256-armv8-asm-win.S
[916/1213] Compiling p256-x86_64-asm-linux.S
[917/1213] Compiling ghashv8-armv8-win.S
[918/1213] Compiling p256-armv8-asm-apple.S
[919/1213] Compiling ghashv8-armv8-apple.S
[920/1213] Compiling ghashv8-armv8-linux.S
[921/1213] Compiling ghashv8-armv7-linux.S
[922/1213] Compiling ghash-x86_64-linux.S
[923/1213] Compiling ghash-x86_64-apple.S
[924/1213] Compiling ghash-x86-linux.S
[924/1213] Compiling ghash-ssse3-x86_64-apple.S
[924/1213] Compiling ghash-x86-apple.S
[927/1213] Compiling ghash-ssse3-x86_64-linux.S
[928/1213] Compiling ghash-ssse3-x86-linux.S
[929/1213] Compiling ghash-neon-armv8-linux.S
[930/1213] Compiling ghash-neon-armv8-win.S
[930/1213] Compiling ghash-neon-armv8-apple.S
[932/1213] Compiling ghash-ssse3-x86-apple.S
[933/1213] Compiling ghash-armv4-linux.S
[934/1213] Compiling co-586-linux.S
[935/1213] Compiling bn-armv8-win.S
[936/1213] Compiling co-586-apple.S
[937/1213] Compiling bsaes-armv7-linux.S
[938/1213] Compiling bn-armv8-apple.S
[939/1213] Compiling bn-armv8-linux.S
[940/1213] Compiling bn-586-linux.S
[941/1213] Compiling bn-586-apple.S
[942/1213] Compiling armv8-mont-linux.S
[943/1213] Compiling armv8-mont-win.S
[944/1213] Compiling armv8-mont-apple.S
[945/1213] Compiling armv4-mont-linux.S
[946/1213] Compiling aesv8-gcm-armv8-win.S
[947/1213] Compiling aesv8-gcm-armv8-linux.S
[948/1213] Compiling aesv8-gcm-armv8-apple.S
[949/1213] Compiling aesv8-armv8-linux.S
[950/1213] Compiling aesv8-armv8-win.S
[951/1213] Compiling aesv8-armv8-apple.S
[952/1213] Compiling aesv8-armv7-linux.S
[953/1213] Compiling aesni-x86-linux.S
[954/1213] Compiling aesni-x86_64-linux.S
[954/1213] Compiling aesni-x86_64-apple.S
[956/1213] Compiling aesni-x86-apple.S
[957/1213] Compiling aesni-gcm-x86_64-linux.S
[958/1213] Compiling aesni-gcm-x86_64-apple.S
[959/1213] Compiling x_val.c
[960/1213] Compiling x_x509a.c
[961/1213] Compiling x_x509.c
[962/1213] Compiling x_sig.c
[963/1213] Compiling x_spki.c
[964/1213] Compiling x_req.c
[965/1213] Compiling x_exten.c
[966/1213] Compiling x_pubkey.c
[967/1213] Compiling x_name.c
[968/1213] Compiling x_crl.c
[969/1213] Compiling x_algor.c
[970/1213] Compiling x509name.c
[971/1213] Compiling x_attrib.c
[972/1213] Compiling x509rset.c
[973/1213] Compiling x_all.c
[974/1213] Compiling x509spki.c
[975/1213] Compiling x509_txt.c
[975/1213] Compiling c-nioatomics.c
[977/1213] Compiling x509_v3.c
[978/1213] Compiling x509_trs.c
[979/1213] Compiling x509_vpm.c
[980/1213] Compiling x509_vfy.c
[981/1213] Compiling x509cset.c
[982/1213] Compiling x509_set.c
[983/1213] Compiling x509_def.c
[984/1213] Compiling x509_d2.c
[985/1213] Compiling c-atomics.c
[986/1213] Compiling x509_req.c
[987/1213] Compiling x509_ext.c
[988/1213] Compiling x509_obj.c
[989/1213] Compiling x509_lu.c
[990/1213] Compiling x509.c
[991/1213] Compiling v3_skey.c
[992/1213] Compiling x509_cmp.c
[992/1213] Compiling v3_utl.c
[994/1213] Compiling x509_att.c
[995/1213] Compiling v3_prn.c
[996/1213] Compiling v3_purp.c
[997/1219] Compiling v3_ocsp.c
[998/1219] Compiling v3_pmaps.c
[999/1219] Compiling v3_pcons.c
[1000/1219] Compiling v3_int.c
[1001/1219] Compiling v3_ncons.c
[1002/1219] Compiling v3_lib.c
[1003/1219] Compiling v3_info.c
[1004/1219] Compiling v3_genn.c
[1005/1219] Compiling v3_extku.c
[1007/1219] Compiling NIOConcurrencyHelpers NIOLock.swift
[1007/1219] Compiling v3_ia5.c
[1008/1219] Compiling v3_conf.c
[1009/1219] Compiling v3_enum.c
[1010/1219] Compiling v3_cpols.c
[1010/1219] Compiling v3_crld.c
[1012/1219] Compiling v3_bcons.c
[1013/1219] Compiling v3_bitst.c
[1015/1219] Compiling NIOConcurrencyHelpers lock.swift
[1015/1219] Compiling t_x509a.c
[1016/1219] Compiling v3_akeya.c
[1017/1219] Compiling v3_akey.c
[1018/1219] Compiling v3_alt.c
[1019/1219] Compiling t_req.c
[1020/1219] Compiling t_x509.c
[1021/1219] Compiling i2d_pr.c
[1023/1219] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1024/1219] Compiling NIOConcurrencyHelpers atomics.swift
[1025/1219] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1025/1219] Compiling t_crl.c
[1026/1219] Compiling rsa_pss.c
[1027/1219] Compiling name_print.c
[1028/1219] Compiling policy.c
[1029/1219] Emitting module NIOConcurrencyHelpers
[1030/1220] Compiling by_dir.c
[1031/1220] Compiling by_file.c
[1033/1220] Compiling asn1_gen.c
[1034/1220] Compiling a_verify.c
[1035/1220] Compiling algorithm.c
[1036/1220] Compiling voprf.c
[1036/1220] Compiling a_sign.c
[1038/1220] Compiling a_digest.c
[1039/1220] Compiling trust_token.c
[1040/1220] Compiling thread_win.c
[1041/1220] Compiling thread_none.c
[1042/1220] Compiling thread_pthread.c
[1043/1220] Compiling thread.c
[1044/1220] Compiling spx_wots.c
[1045/1220] Compiling spx_util.c
[1045/1220] Compiling spx_merkle.c
[1046/1220] Compiling spx_thash.c
[1048/1220] Compiling spx_fors.c
[1049/1220] Compiling pmbtoken.c
[1050/1220] Compiling stack.c
[1051/1220] Compiling spx.c
[1052/1220] Compiling spx_address.c
[1053/1220] Compiling wots.c
[1054/1220] Compiling merkle.c
[1055/1220] Compiling slhdsa.c
[1056/1220] Compiling thash.c
[1057/1220] Compiling sha512.c
[1058/1220] Compiling sha256.c
[1059/1220] Compiling siphash.c
[1060/1220] Compiling sha1.c
[1060/1220] Compiling fors.c
[1062/1220] Compiling rsa_extra.c
[1063/1220] Compiling rsa_print.c
[1064/1225] Compiling rc4.c
[1065/1233] Compiling trusty.c
[1066/1233] Compiling refcount.c
[1067/1246] Compiling rsa_asn1.c
[1068/1246] Compiling windows.c
[1068/1246] Compiling rsa_crypt.c
[1070/1246] Compiling urandom.c
[1071/1246] Compiling rand_extra.c
[1072/1246] Compiling ios.c
[1073/1246] Compiling getentropy.c
[1074/1246] Compiling forkunsafe.c
[1075/1246] Compiling passive.c
[1076/1246] Compiling deterministic.c
[1077/1246] Compiling fork_detect.c
[1078/1246] Compiling poly1305_arm_asm.S
[1079/1246] Compiling poly1305_arm.c
[1080/1246] Compiling pool.c
[1081/1246] Compiling poly1305.c
[1082/1246] Compiling pkcs7.c
[1082/1246] Compiling p5_pbev2.c
[1085/1246] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1086/1246] Compiling ConsoleKitTerminal ConsoleClear.swift
[1087/1246] Compiling ConsoleKitTerminal Console+Ask.swift
[1088/1246] Compiling ConsoleKitTerminal Console+Choose.swift
[1088/1246] Compiling poly1305_vec.c
[1088/1246] Compiling pkcs7_x509.c
[1090/1249] Compiling pkcs8.c
[1091/1249] Compiling pem_x509.c
[1092/1249] Compiling pkcs8_x509.c
[1093/1249] Compiling pem_xaux.c
[1094/1249] Compiling pem_oth.c
[1096/1249] Compiling ConsoleKitTerminal Console+Confirm.swift
[1097/1249] Compiling ConsoleKitTerminal Console+Input.swift
[1098/1249] Compiling ConsoleKitTerminal Console+Center.swift
[1099/1249] Compiling ConsoleKitTerminal Console+Output.swift
[1100/1249] Emitting module ConsoleKitTerminal
[1101/1249] Compiling ConsoleKitTerminal CustomActivity.swift
[1102/1249] Compiling ConsoleKitTerminal LoadingBar.swift
[1103/1249] Compiling ConsoleKitTerminal ProgressBar.swift
[1104/1249] Compiling ConsoleKitTerminal Console+Clear.swift
[1105/1249] Compiling ConsoleKitTerminal ActivityBar.swift
[1106/1249] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1107/1249] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1108/1249] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1108/1249] Compiling obj_xref.c
[1109/1249] Compiling pem_lib.c
[1110/1249] Compiling pem_pkey.c
[1111/1249] Compiling pem_pk8.c
[1112/1249] Compiling pem_info.c
[1113/1249] Compiling pem_all.c
[1114/1249] Compiling mldsa.c
[1115/1249] Compiling obj.c
[1116/1249] Compiling mem.c
[1117/1249] Compiling md5.c
[1118/1249] Compiling md4.c
[1119/1249] Compiling lhash.c
[1120/1249] Compiling keccak.c
[1121/1249] Compiling kyber.c
[1122/1249] Compiling fips_shared_support.c
[1124/1249] Compiling ConsoleKitTerminal Console.swift
[1125/1249] Compiling ConsoleKitTerminal Terminal.swift
[1126/1249] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1126/1249] Compiling poly_rq_mul.S
[1127/1249] Compiling sign.c
[1129/1249] Compiling ConsoleKitTerminal Console+Wait.swift
[1130/1249] Compiling ConsoleKitTerminal ConsoleColor.swift
[1131/1249] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1132/1249] Compiling ConsoleKitTerminal ConsoleText.swift
[1133/1249] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1134/1249] Compiling ConsoleKitTerminal ANSI.swift
[1134/1249] Compiling hpke.c
[1135/1249] Compiling ex_data.c
[1136/1249] Compiling scrypt.c
[1137/1249] Compiling hrss.c
[1138/1249] Compiling print.c
[1139/1249] Compiling p_x25519.c
[1140/1249] Compiling pbkdf.c
[1141/1249] Compiling p_x25519_asn1.c
[1142/1249] Compiling p_rsa_asn1.c
[1143/1249] Compiling p_rsa.c
[1144/1249] Compiling p_hkdf.c
[1145/1249] Compiling p_ed25519.c
[1146/1249] Compiling p_ec_asn1.c
[1147/1249] Compiling p_ed25519_asn1.c
[1148/1249] Compiling p_ec.c
[1149/1249] Compiling p_dh.c
[1150/1249] Compiling p_dh_asn1.c
[1151/1249] Compiling p_dsa_asn1.c
[1152/1249] Compiling evp_ctx.c
[1153/1249] Compiling evp.c
[1154/1249] Compiling evp_asn1.c
[1155/1249] Compiling engine.c
[1156/1249] Compiling err.c
[1157/1249] Compiling ecdh_extra.c
[1158/1249] Compiling ecdsa_asn1.c
[1159/1249] Compiling ec_derive.c
[1160/1249] Compiling hash_to_curve.c
[1162/1249] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1163/1249] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1164/1249] Compiling ConsoleKitTerminal LoggerFragment.swift
[1164/1249] Compiling ec_asn1.c
[1166/1250] Compiling dsa_asn1.c
[1167/1250] Compiling dh_asn1.c
[1168/1250] Compiling dilithium.c
[1169/1250] Compiling params.c
[1169/1250] Compiling dsa.c
[1171/1250] Compiling digest_extra.c
[1172/1250] Compiling crypto.c
[1173/1250] Compiling spake25519.c
[1174/1250] Compiling cpu_intel.c
[1175/1250] Compiling x25519-asm-arm.S
[1176/1250] Compiling des.c
[1177/1250] Compiling cpu_arm_linux.c
[1178/1250] Compiling cpu_arm_freebsd.c
[1179/1250] Compiling cpu_aarch64_win.c
[1180/1250] Compiling cpu_aarch64_sysreg.c
[1181/1250] Compiling curve25519.c
[1182/1250] Compiling cpu_aarch64_openbsd.c
[1183/1250] Compiling cpu_aarch64_linux.c
[1184/1250] Compiling cpu_aarch64_fuchsia.c
[1185/1250] Compiling cpu_aarch64_apple.c
[1186/1250] Compiling tls_cbc.c
[1187/1250] Compiling conf.c
[1188/1250] Compiling e_rc4.c
[1189/1250] Compiling e_rc2.c
[1190/1250] Compiling e_null.c
[1191/1250] Compiling e_des.c
[1192/1250] Compiling e_tls.c
[1193/1250] Compiling e_chacha20poly1305.c
[1194/1250] Compiling curve25519_64_adx.c
[1195/1250] Compiling e_aesctrhmac.c
[1196/1250] Compiling e_aesgcmsiv.c
[1197/1250] Compiling derive_key.c
[1198/1250] Compiling unicode.c
[1199/1250] Compiling chacha.c
[1200/1250] Compiling cipher_extra.c
[1201/1250] Compiling ber.c
[1202/1250] Compiling buf.c
[1203/1257] Compiling bn_asn1.c
[1204/1257] Compiling cbb.c
[1205/1257] Compiling asn1_compat.c
[1206/1269] Compiling convert.c
[1206/1269] Compiling cbs.c
[1208/1272] Compiling fd.c
[1209/1272] Compiling printf.c
[1209/1272] Compiling pair.c
[1211/1272] Compiling hexdump.c
[1212/1272] Compiling file.c
[1213/1272] Compiling errno.c
[1214/1272] Compiling blake2.c
[1215/1272] Compiling tasn_new.c
[1216/1272] Compiling base64.c
[1217/1272] Compiling bio_mem.c
[1218/1272] Compiling tasn_typ.c
[1219/1272] Compiling bio.c
[1220/1272] Compiling tasn_utl.c
[1221/1272] Compiling tasn_enc.c
[1223/1272] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1224/1272] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1225/1272] Compiling ConsoleKitCommands Argument.swift
[1226/1274] Compiling ConsoleKitCommands CommandSignature.swift
[1227/1274] Compiling ConsoleKitCommands Flag.swift
[1228/1274] Compiling ConsoleKitCommands Option.swift
[1228/1274] Compiling f_string.c
[1229/1274] Compiling posix_time.c
[1230/1274] Compiling f_int.c
[1231/1274] Compiling tasn_fre.c
[1232/1274] Compiling bcm.c
[1233/1274] Compiling asn1_par.c
[1234/1274] Compiling tasn_dec.c
[1235/1274] Compiling asn_pack.c
[1236/1274] Compiling a_type.c
[1238/1274] Compiling ConsoleKitCommands AsyncCommands.swift
[1239/1274] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1240/1274] Compiling ConsoleKitCommands AnyCommand.swift
[1240/1274] Compiling asn1_lib.c
[1241/1274] Compiling a_strex.c
[1243/1274] Emitting module ConsoleKitCommands
[1244/1274] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1245/1274] Compiling ConsoleKitCommands AsyncCommand.swift
[1246/1274] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1246/1274] Compiling a_utctm.c
[1247/1274] Compiling a_time.c
[1248/1274] Compiling a_strnid.c
[1249/1274] Compiling a_octet.c
[1250/1274] Compiling a_object.c
[1251/1274] Compiling a_i2d_fp.c
[1252/1274] Compiling a_mbstr.c
[1253/1274] Compiling a_dup.c
[1254/1274] Write sources
[1256/1274] Compiling a_int.c
[1257/1274] Compiling a_gentm.c
[1258/1274] Write sources
[1259/1274] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1260/1274] Compiling a_bool.c
[1260/1274] Compiling a_d2i_fp.c
[1263/1274] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1264/1274] Compiling ConsoleKitCommands Utilities.swift
[1264/1274] Compiling a_bitstr.c
[1266/1379] Compiling Algorithms Chunked.swift
[1267/1379] Compiling Algorithms Combinations.swift
[1268/1379] Compiling Algorithms Joined.swift
[1269/1381] Compiling Atomics ManagedAtomic.swift
[1270/1381] Compiling Atomics ManagedAtomicLazyReference.swift
[1271/1381] Compiling Atomics AtomicReference.swift
[1272/1381] Compiling Atomics AtomicStorage.swift
[1273/1381] Compiling Atomics AtomicValue.swift
[1274/1381] Compiling Atomics AtomicMemoryOrderings.swift
[1275/1381] Compiling Atomics DoubleWord.swift
[1280/1381] Compiling Atomics UnsafeAtomic.swift
[1281/1381] Compiling Atomics UnsafeAtomicLazyReference.swift
[1285/1382] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1286/1382] Compiling BitCollections BitSet+CustomReflectable.swift
[1287/1382] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1288/1382] Compiling BitCollections BitSet+Equatable.swift
[1289/1382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1290/1382] Compiling BitCollections BitSet+Extras.swift
[1291/1382] Compiling BitCollections BitSet+Hashable.swift
[1292/1382] Compiling CryptoBoringWrapper RandomBytes.swift
[1293/1389] Compiling Atomics IntegerOperations.swift
[1294/1389] Compiling Atomics Unmanaged extensions.swift
[1295/1389] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1296/1389] Emitting module BitCollections
[1300/1391] Emitting module ConsoleKit
[1301/1391] Compiling ConsoleKit Exports.swift
[1305/1395] Compiling CryptoBoringWrapper EllipticCurve.swift
[1306/1395] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1307/1395] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1308/1395] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1309/1395] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1310/1395] Emitting module CryptoBoringWrapper
[1313/1396] Compiling Algorithms Trim.swift
[1314/1396] Compiling Algorithms Unique.swift
[1315/1396] Compiling Algorithms Windows.swift
[1316/1396] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1317/1396] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1318/1396] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1319/1396] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1320/1396] Compiling BitCollections BitSet+Initializers.swift
[1321/1396] Compiling BitCollections BitSet+Invariants.swift
[1322/1396] Compiling BitCollections BitSet+Random.swift
[1323/1396] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1324/1396] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1325/1396] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1326/1396] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1327/1396] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1328/1396] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1329/1396] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1330/1396] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1331/1396] Compiling BitCollections BitSet+SetAlgebra union.swift
[1332/1396] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1333/1396] Compiling BitCollections BitSet.Counted.swift
[1334/1396] Compiling Algorithms Compacted.swift
[1335/1396] Compiling Algorithms Cycle.swift
[1336/1396] Compiling Algorithms EitherSequence.swift
[1337/1396] Compiling Algorithms FirstNonNil.swift
[1338/1396] Compiling Algorithms AdjacentPairs.swift
[1339/1396] Compiling Algorithms Chain.swift
[1354/1396] Compiling Algorithms Product.swift
[1355/1396] Compiling Algorithms Split.swift
[1356/1396] Compiling Algorithms Stride.swift
[1357/1396] Compiling Algorithms Suffix.swift
[1358/1418] Compiling Crypto HashFunctions_SHA2.swift
[1359/1418] Compiling Crypto HPKE-AEAD.swift
[1360/1418] Compiling Crypto AES-GCM.swift
[1361/1467] Compiling Crypto AES-GCM_boring.swift
[1362/1467] Compiling Crypto ChaChaPoly_boring.swift
[1363/1467] Compiling Crypto ChaChaPoly.swift
[1364/1467] Compiling Crypto AESWrap_boring.swift
[1365/1467] Compiling Crypto Ed25519_boring.swift
[1366/1467] Compiling Crypto NISTCurvesKeys_boring.swift
[1367/1467] Compiling Crypto X25519Keys_boring.swift
[1368/1467] Compiling Crypto Curve25519.swift
[1369/1467] Compiling Crypto Ed25519Keys.swift
[1370/1467] Compiling Crypto NISTCurvesKeys.swift
[1371/1468] Compiling Crypto Cipher.swift
[1372/1468] Compiling Crypto Nonces.swift
[1373/1468] Compiling Crypto ASN1.swift
[1375/1468] Compiling Crypto ECDSASignature.swift
[1376/1468] Compiling Crypto PEMDocument.swift
[1377/1468] Compiling Crypto PKCS8PrivateKey.swift
[1378/1468] Compiling Crypto SEC1PrivateKey.swift
[1379/1468] Compiling Crypto SubjectPublicKeyInfo.swift
[1380/1468] Compiling Crypto CryptoKitErrors.swift
[1381/1468] Compiling Crypto Digest_boring.swift
[1382/1468] Compiling Crypto ASN1Identifier.swift
[1383/1468] Compiling Crypto ASN1Integer.swift
[1384/1468] Compiling Crypto ASN1Null.swift
[1385/1468] Compiling Crypto ASN1OctetString.swift
[1386/1468] Compiling Crypto ASN1Strings.swift
[1387/1468] Compiling Crypto ArraySliceBigint.swift
[1388/1468] Compiling Crypto GeneralizedTime.swift
[1389/1468] Compiling Crypto ObjectIdentifier.swift
[1390/1470] Emitting module Collections
[1391/1470] Compiling Collections Collections.swift
[1393/1471] Emitting module Crypto
[1397/1480] Emitting module Atomics
[1402/1481] Emitting module Algorithms
[1404/1542] Compiling NIOCore MarkedCircularBuffer.swift
[1405/1542] Compiling NIOCore MulticastChannel.swift
[1406/1542] Compiling NIOCore NIOAny.swift
[1407/1542] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1408/1542] Compiling NIOCore NIOLoopBound.swift
[1409/1542] Compiling NIOCore NIOScheduledCallback.swift
[1410/1542] Compiling NIOCore NIOSendable.swift
[1411/1542] Compiling NIOCore PointerHelpers.swift
[1412/1542] Compiling NIOCore RecvByteBufferAllocator.swift
[1413/1542] Compiling Crypto X25519Keys.swift
[1414/1542] Compiling Crypto SymmetricKeys.swift
[1415/1542] Compiling Crypto HMAC.swift
[1416/1542] Compiling Crypto MACFunctions.swift
[1417/1542] Compiling Crypto MessageAuthenticationCode.swift
[1418/1542] Compiling Crypto AES.swift
[1419/1542] Compiling Crypto ECDSASignature_boring.swift
[1420/1542] Compiling Crypto ECDSA_boring.swift
[1421/1542] Compiling Crypto EdDSA_boring.swift
[1422/1542] Compiling Crypto ECDSA.swift
[1423/1542] Compiling Crypto Ed25519.swift
[1424/1542] Compiling NIOCore DeadChannel.swift
[1425/1542] Compiling NIOCore DispatchQueue+WithFuture.swift
[1426/1542] Compiling NIOCore EventLoop+Deprecated.swift
[1427/1542] Compiling NIOCore EventLoop+SerialExecutor.swift
[1428/1542] Compiling NIOCore EventLoop.swift
[1429/1542] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1430/1542] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1431/1542] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1432/1542] Compiling NIOCore EventLoopFuture.swift
[1433/1542] Compiling NIOCore FileDescriptor.swift
[1434/1542] Compiling NIOCore FileHandle.swift
[1435/1542] Compiling NIOCore FileRegion.swift
[1436/1542] Compiling NIOCore GlobalSingletons.swift
[1437/1542] Compiling NIOCore IO.swift
[1438/1542] Compiling NIOCore IOData.swift
[1439/1542] Compiling NIOCore IPProtocol.swift
[1440/1542] Compiling NIOCore IntegerBitPacking.swift
[1441/1542] Compiling NIOCore IntegerTypes.swift
[1442/1542] Compiling NIOCore Interfaces.swift
[1443/1542] Compiling NIOCore Linux.swift
[1444/1542] Compiling NIOCore BSDSocketAPI.swift
[1445/1542] Compiling NIOCore ByteBuffer-aux.swift
[1446/1542] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1447/1542] Compiling NIOCore ByteBuffer-conversions.swift
[1448/1542] Compiling NIOCore ByteBuffer-core.swift
[1449/1542] Compiling NIOCore ByteBuffer-hex.swift
[1450/1542] Compiling NIOCore ByteBuffer-int.swift
[1451/1542] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1452/1542] Compiling NIOCore ByteBuffer-multi-int.swift
[1453/1542] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1454/1542] Compiling Crypto Signature.swift
[1455/1542] Compiling Crypto CryptoKitErrors_boring.swift
[1456/1542] Compiling Crypto RNG_boring.swift
[1457/1542] Compiling Crypto SafeCompare_boring.swift
[1458/1542] Compiling Crypto Zeroization_boring.swift
[1459/1542] Compiling Crypto PrettyBytes.swift
[1460/1542] Compiling Crypto SafeCompare.swift
[1461/1542] Compiling Crypto SecureBytes.swift
[1462/1542] Compiling Crypto Zeroization.swift
[1463/1542] Compiling NIOCore ByteBuffer-views.swift
[1464/1542] Compiling NIOCore Channel.swift
[1465/1542] Compiling NIOCore ChannelHandler.swift
[1466/1542] Compiling NIOCore ChannelHandlers.swift
[1467/1542] Compiling NIOCore ChannelInvoker.swift
[1468/1542] Compiling NIOCore ChannelOption.swift
[1469/1542] Compiling NIOCore ChannelPipeline.swift
[1470/1542] Compiling NIOCore CircularBuffer.swift
[1471/1542] Compiling NIOCore Codec.swift
[1472/1542] Compiling NIOCore ConvenienceOptionSupport.swift
[1473/1542] Compiling NIOCore AddressedEnvelope.swift
[1474/1542] Compiling NIOCore AsyncAwaitSupport.swift
[1475/1542] Compiling NIOCore AsyncChannel.swift
[1476/1542] Compiling NIOCore AsyncChannelHandler.swift
[1477/1542] Compiling NIOCore AsyncChannelInboundStream.swift
[1478/1542] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1479/1542] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1480/1542] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1481/1542] Compiling NIOCore NIOAsyncWriter.swift
[1482/1542] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1508/1551] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1509/1551] Compiling NIOCore SocketAddresses.swift
[1510/1551] Compiling NIOCore SocketOptionProvider.swift
[1511/1551] Compiling NIOCore SystemCallHelpers.swift
[1512/1551] Compiling NIOCore TimeAmount+Duration.swift
[1513/1551] Compiling NIOCore TypeAssistedChannelHandler.swift
[1514/1551] Compiling NIOCore UniversalBootstrapSupport.swift
[1515/1551] Compiling NIOCore Utilities.swift
[1551/1551] Emitting module NIOCore
[1553/1604] Emitting module NIOEmbedded
[1554/1604] Compiling NIOEmbedded Embedded.swift
[1555/1604] Compiling NIOEmbedded AsyncTestingChannel.swift
[1556/1604] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1558/1605] Compiling NIOPosix SelectableChannel.swift
[1559/1605] Compiling NIOPosix SelectableEventLoop.swift
[1560/1605] Compiling NIOPosix SelectorEpoll.swift
[1561/1605] Compiling NIOPosix SelectorGeneric.swift
[1562/1605] Compiling NIOPosix SelectorKqueue.swift
[1563/1605] Compiling NIOPosix SelectorUring.swift
[1564/1605] Compiling NIOPosix ServerSocket.swift
[1565/1605] Compiling NIOPosix Socket.swift
[1566/1605] Compiling NIOPosix SocketChannel.swift
[1567/1605] Compiling NIOPosix SocketProtocols.swift
[1568/1605] Compiling NIOPosix System.swift
[1569/1605] Compiling NIOPosix Thread.swift
[1570/1611] Compiling NIOPosix Pool.swift
[1571/1611] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1572/1611] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1573/1611] Compiling NIOPosix PosixSingletons.swift
[1574/1611] Compiling NIOPosix RawSocketBootstrap.swift
[1575/1611] Compiling NIOPosix Resolver.swift
[1576/1611] Compiling NIOPosix Selectable.swift
[1577/1611] Compiling NIOPosix ThreadPosix.swift
[1578/1611] Compiling NIOPosix ThreadWindows.swift
[1579/1611] Compiling NIOPosix UnsafeTransfer.swift
[1580/1611] Compiling NIOPosix Utilities.swift
[1581/1611] Compiling NIOPosix VsockAddress.swift
[1582/1611] Compiling NIOPosix VsockChannelEvents.swift
[1583/1611] Emitting module NIOPosix
[1584/1611] Compiling NIOPosix IO.swift
[1585/1611] Compiling NIOPosix IntegerBitPacking.swift
[1586/1611] Compiling NIOPosix IntegerTypes.swift
[1587/1611] Compiling NIOPosix Linux.swift
[1588/1611] Compiling NIOPosix LinuxCPUSet.swift
[1589/1611] Compiling NIOPosix LinuxUring.swift
[1590/1611] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1591/1611] Compiling NIOPosix Bootstrap.swift
[1592/1611] Compiling NIOPosix ControlMessage.swift
[1593/1611] Compiling NIOPosix DatagramVectorReadManager.swift
[1594/1611] Compiling NIOPosix Errors+Any.swift
[1595/1611] Compiling NIOPosix FileDescriptor.swift
[1596/1611] Compiling NIOPosix GetaddrinfoResolver.swift
[1597/1611] Compiling NIOPosix HappyEyeballs.swift
[1598/1611] Compiling NIOPosix BSDSocketAPICommon.swift
[1599/1611] Compiling NIOPosix BSDSocketAPIPosix.swift
[1600/1611] Compiling NIOPosix BSDSocketAPIWindows.swift
[1601/1611] Compiling NIOPosix BaseSocket.swift
[1602/1611] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1603/1611] Compiling NIOPosix BaseSocketChannel.swift
[1604/1611] Compiling NIOPosix BaseStreamSocketChannel.swift
[1605/1611] Compiling NIOPosix NIOThreadPool.swift
[1606/1611] Compiling NIOPosix NonBlockingFileIO.swift
[1607/1611] Compiling NIOPosix PendingDatagramWritesManager.swift
[1608/1611] Compiling NIOPosix PendingWritesManager.swift
[1609/1611] Compiling NIOPosix PipeChannel.swift
[1610/1611] Compiling NIOPosix PipePair.swift
[1611/1611] Compiling NIOPosix PointerHelpers.swift
[1613/1668] Emitting module NIO
[1614/1668] Compiling NIO Exports.swift
[1616/1669] Compiling _NIOFileSystem UnsafeTransfer.swift
[1617/1669] Compiling _NIOFileSystem ParallelDirCopy.swift
[1618/1669] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1619/1669] Compiling _NIOFileSystem CInterop.swift
[1620/1669] Compiling _NIOFileSystem FileSystem.swift
[1621/1669] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1622/1669] Compiling _NIOFileSystem FileSystemError.swift
[1623/1671] Compiling _NIOFileSystem FileSystemProtocol.swift
[1624/1671] Compiling _NIOFileSystem FileType.swift
[1625/1671] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1626/1714] Compiling NIOTLS TLSEvents.swift
[1627/1714] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1628/1714] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1629/1715] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1630/1715] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1631/1715] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1632/1715] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1633/1715] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1634/1715] Compiling NIOHTTP1 HTTPDecoder.swift
[1635/1715] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1636/1715] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1637/1715] Compiling NIOSOCKS SOCKSResponse.swift
[1638/1715] Compiling NIOSOCKS ClientStateMachine.swift
[1641/1715] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1642/1715] Emitting module NIOTLS
[1643/1715] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1644/1715] Emitting module _NIOFileSystem
[1645/1715] Compiling NIOSOCKS ServerStateMachine.swift
[1648/1715] Emitting module NIOSOCKS
[1649/1715] Compiling NIOHTTP1 HTTPEncoder.swift
[1650/1715] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1653/1716] Compiling NIOTLS SNIHandler.swift
[1654/1716] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1656/1717] Compiling AsyncKit Optional+StrictMap.swift
[1657/1717] Compiling AsyncKit Exports.swift
[1661/1719] Compiling _NIOFileSystem Errno.swift
[1662/1719] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1663/1719] Compiling _NIOFileSystem Mocking.swift
[1664/1719] Compiling _NIOFileSystem Syscall.swift
[1665/1719] Emitting module NIOFoundationCompat
[1666/1719] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1667/1720] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1668/1720] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1670/1720] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1671/1720] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1672/1748] Emitting module NIOHTTP1
[1673/1770] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1674/1770] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1675/1770] Compiling NIOTransportServices StateManagedChannel.swift
[1676/1770] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1677/1770] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1678/1772] Compiling NIOTransportServices NIOTSBootstraps.swift
[1679/1772] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1680/1772] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1681/1772] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1682/1772] Compiling NIOTransportServices NIOTSErrors.swift
[1683/1772] Compiling NIOTransportServices NIOTSEventLoop.swift
[1684/1772] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1685/1772] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1686/1772] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1687/1772] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1688/1772] Compiling NIOTransportServices NIOTSSingletons.swift
[1689/1772] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1690/1772] Emitting module NIOTransportServices
[1691/1772] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1692/1772] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1695/1772] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1702/1772] Compiling NIOTransportServices AcceptHandler.swift
[1703/1772] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1704/1772] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1713/1773] Compiling _NIOFileSystem Syscalls.swift
[1714/1773] Compiling _NIOFileSystem SystemFileHandle.swift
[1715/1773] Compiling _NIOFileSystem Utilities.swift
[1716/1773] Compiling _NIOFileSystem OpenOptions.swift
[1723/1774] Compiling NIOSSL NIOSSLSecureBytes.swift
[1724/1774] Compiling NIOSSL RNG.swift
[1725/1774] Compiling NIOSSL SafeCompare.swift
[1743/1778] Compiling NIOSSL SubjectAlternativeName.swift
[1745/1825] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1746/1825] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1747/1825] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1748/1825] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1749/1845] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1750/1845] Compiling NIOExtras LengthFieldPrepender.swift
[1751/1845] Compiling NIOExtras DebugInboundEventsHandler.swift
[1752/1845] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1753/1845] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1754/1846] Emitting module NIOSSL
[1755/1846] Compiling NIOWebSocket WebSocketOpcode.swift
[1756/1846] Compiling NIOHPACK IndexedHeaderTable.swift
[1757/1847] Emitting module _NIOFileSystemFoundationCompat
[1758/1847] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1759/1847] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1760/1847] Compiling NIOHPACK IntegerCoding.swift
[1761/1847] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1762/1847] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1763/1847] Emitting module NIOHTTPCompression
[1764/1848] Compiling NIOHTTPCompression HTTPDecompression.swift
[1765/1848] Compiling NIOHTTPCompression HTTPCompression.swift
[1768/1848] Compiling NIOHPACK StaticHeaderTable.swift
[1769/1848] Compiling NIOExtras LineBasedFrameDecoder.swift
[1770/1848] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1771/1848] Compiling NIOExtras NIOExtrasError.swift
[1772/1848] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1774/1850] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1775/1850] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1776/1850] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1779/1850] Compiling NIOHPACK HuffmanTables.swift
[1783/1850] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1784/1850] Compiling NIOExtras WritePCAPHandler.swift
[1785/1850] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1786/1850] Compiling NIOExtras JSONRPCFraming.swift
[1788/1852] Compiling NIOHPACK HuffmanCoding.swift
[1789/1852] Emitting module MultipartKit
[1790/1852] Compiling NIOExtras QuiescingHelper.swift
[1791/1852] Compiling NIOExtras RequestResponseHandler.swift
[1792/1852] Compiling NIOExtras NIORequestIdentifiable.swift
[1793/1852] Compiling NIOExtras PCAPRingBuffer.swift
[1796/1852] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1797/1852] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1802/1853] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1803/1853] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1804/1853] Emitting module NIOWebSocket
[1808/1855] Compiling NIOWebSocket WebSocketFrame.swift
[1817/1856] Compiling NIOFileSystem Exports.swift
[1818/1856] Emitting module NIOHPACK
[1819/1856] Emitting module NIOFileSystem
[1821/1857] Emitting module NIOExtras
[1826/1857] Compiling MultipartKit MultipartSerializer.swift
[1827/1857] Compiling MultipartKit Utilities.swift
[1833/1859] Compiling NIOSSL Zeroization.swift
[1834/1859] Compiling NIOSSL TLSConfiguration.swift
[1835/1859] Compiling NIOSSL UniversalBootstrapSupport.swift
[1849/1952] Compiling RediStack SwiftNIO.swift
[1850/1952] Compiling RediStack RESPTranslator.swift
[1853/1953] Compiling RediStack RESPValue.swift
[1854/1953] Compiling RediStack RESPValueConvertible.swift
[1855/1953] Compiling RediStack StringCommands.swift
[1856/1953] Compiling RediStack ConnectionPool.swift
[1857/1953] Compiling RediStack RedisConnectionPool+Configuration.swift
[1858/1953] Compiling RediStack RedisConnectionPool.swift
[1859/1953] Compiling RediStack RedisConnectionPoolError.swift
[1860/1961] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[1861/1961] Compiling RediStack RedisClusterNodeID.swift
[1862/1961] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1863/1961] Compiling RediStack RedisHashSlot.swift
[1864/1961] Compiling RediStack SwiftPolyfill.swift
[1865/1961] Compiling RediStack BasicCommands.swift
[1866/1961] Compiling RediStack StandardLibrary.swift
[1868/1969] Compiling WebSocketKit Exports.swift
[1869/1969] Compiling WebSocketKit WebSocket+Connect.swift
[1870/1969] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1871/1969] Compiling WebSocketKit WebSocketHandler.swift
[1872/1969] Emitting module WebSocketKit
[1873/1969] Compiling WebSocketKit WebSocket+Concurrency.swift
[1874/1969] Compiling WebSocketKit WebSocket.swift
[1875/1969] Compiling RediStack RedisConnection+Configuration.swift
[1876/1969] Compiling RediStack RedisConnection.swift
[1877/1969] Compiling RediStack RedisError.swift
[1878/1969] Compiling RediStack RedisKey+TTL.swift
[1879/1969] Compiling RediStack RedisChannelName.swift
[1880/1969] Compiling RediStack RedisClient.swift
[1881/1969] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1882/1969] Compiling RediStack RedisCommandEncoder.swift
[1883/1973] Compiling WebSocketKit WebSocketClient.swift
[1895/1974] Emitting module RediStack
[1896/1974] Compiling RediStack RedisKey.swift
[1897/1974] Compiling RediStack RedisLogging.swift
[1898/1974] Compiling RediStack RedisMetrics.swift
[1899/1974] Compiling RediStack _Deprecations.swift
[1900/1974] Compiling NIOHTTP2 InboundWindowManager.swift
[1901/1974] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1902/1974] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1903/1974] Compiling NIOHTTP2 StreamChannelList.swift
[1904/1974] Compiling NIOHTTP2 StreamMap.swift
[1905/1974] Compiling NIOHTTP2 StreamStateMachine.swift
[1906/1974] Compiling NIOHTTP2 UnsafeTransfer.swift
[1907/1974] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1908/1974] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1909/1974] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1910/1974] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1911/1974] Compiling NIOHTTP2 HTTP2StreamID.swift
[1912/1974] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1913/1974] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1914/1974] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1915/1974] Compiling NIOHTTP2 InboundEventBuffer.swift
[1921/1974] Compiling RediStack RedisByteDecoder.swift
[1922/1974] Compiling RediStack RedisCommandHandler.swift
[1923/1974] Compiling RediStack RedisMessageEncoder.swift
[1924/1974] Compiling RediStack RedisPubSubHandler.swift
[1926/1974] Compiling RediStack HashCommands.swift
[1927/1974] Compiling RediStack ListCommands.swift
[1928/1974] Compiling RediStack PubSubCommands.swift
[1929/1974] Compiling RediStack SetCommands.swift
[1930/1974] Compiling RediStack SortedSetCommands.swift
[1940/1975] Emitting module NIOHTTP2
[1950/1975] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1951/1975] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1952/1975] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1953/1975] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1954/1975] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1955/1975] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1956/1975] Compiling NIOHTTP2 HTTP2Error.swift
[1957/1975] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1962/1975] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1963/1975] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1964/1975] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1965/1975] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1967/2033] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1968/2033] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1969/2033] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1970/2033] Compiling AsyncHTTPClient Transaction.swift
[1971/2033] Compiling AsyncHTTPClient Base64.swift
[1972/2033] Compiling AsyncHTTPClient BasicAuth.swift
[1973/2033] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1974/2033] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1975/2041] Emitting module AsyncHTTPClient
[1976/2041] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1977/2041] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1978/2041] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1979/2041] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1980/2041] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1981/2041] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1982/2041] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1983/2041] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1984/2041] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1985/2041] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1986/2041] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1987/2041] Compiling AsyncHTTPClient ConnectionTarget.swift
[1988/2041] Compiling AsyncHTTPClient DeconstructedURL.swift
[1989/2041] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1990/2041] Compiling AsyncHTTPClient FoundationExtensions.swift
[1991/2041] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1992/2041] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1993/2041] Compiling AsyncHTTPClient HTTPClient.swift
[1994/2041] Compiling AsyncHTTPClient HTTPHandler.swift
[1995/2041] Compiling AsyncHTTPClient LRUCache.swift
[1996/2041] Compiling AsyncHTTPClient NWErrorHandler.swift
[1997/2041] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1998/2041] Compiling AsyncHTTPClient TLSConfiguration.swift
[1999/2041] Compiling AsyncHTTPClient RedirectState.swift
[2000/2041] Compiling AsyncHTTPClient HTTP2Connection.swift
[2001/2041] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2002/2041] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2003/2041] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2004/2041] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2005/2041] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2006/2041] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2007/2041] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2008/2041] Compiling AsyncHTTPClient ConnectionPool.swift
[2009/2041] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2010/2041] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2011/2041] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2012/2041] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2013/2041] Compiling AsyncHTTPClient HTTP1Connection.swift
[2014/2041] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2015/2041] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2016/2041] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2017/2041] Compiling AsyncHTTPClient RequestBodyLength.swift
[2018/2041] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2019/2041] Compiling AsyncHTTPClient RequestOptions.swift
[2020/2041] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2021/2041] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2022/2041] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2023/2041] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2024/2041] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2025/2041] Compiling AsyncHTTPClient RequestBag.swift
[2026/2041] Compiling AsyncHTTPClient RequestValidation.swift
[2027/2041] Compiling AsyncHTTPClient SSLContextCache.swift
[2028/2041] Compiling AsyncHTTPClient Scheme.swift
[2029/2041] Compiling AsyncHTTPClient Singleton.swift
[2030/2041] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2031/2041] Compiling AsyncHTTPClient Utils.swift
[2036/2042] Emitting module AsyncKit
[2044/2212] Compiling Vapor Core.swift
[2045/2212] Compiling Vapor Running.swift
[2046/2212] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2047/2212] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2048/2212] Compiling Vapor DotEnvFile+load.swift
[2049/2212] Compiling Vapor Routes+caseInsenstive.swift
[2050/2212] Compiling Vapor Validatable+validate.swift
[2051/2212] Compiling Vapor Environment+Process.swift
[2052/2212] Compiling Vapor Environment+Secret.swift
[2053/2212] Compiling Vapor Environment.swift
[2054/2212] Compiling Vapor Abort.swift
[2055/2212] Compiling Vapor AbortError.swift
[2056/2212] Compiling Vapor DebuggableError.swift
[2057/2212] Compiling Vapor Demangler.swift
[2058/2212] Compiling Vapor ErrorSource.swift
[2059/2212] Compiling Vapor StackTrace.swift
[2060/2212] Compiling Vapor Exports.swift
[2061/2212] Compiling Vapor Application+HTTP.swift
[2062/2212] Compiling Vapor BasicResponder.swift
[2063/2212] Compiling Vapor BodyStream.swift
[2064/2212] Compiling Vapor Application+HTTP+Client.swift
[2065/2212] Compiling Vapor EventLoopHTTPClient.swift
[2066/2212] Compiling Vapor EndpointCache.swift
[2067/2212] Compiling Vapor HTTPMethod+String.swift
[2068/2236] Compiling Vapor Application.swift
[2069/2236] Compiling Vapor AuthenticationCache.swift
[2070/2236] Compiling Vapor Authenticator.swift
[2071/2236] Compiling Vapor BasicAuthorization.swift
[2072/2236] Compiling Vapor BearerAuthorization.swift
[2073/2236] Compiling Vapor GuardMiddleware.swift
[2074/2236] Compiling Vapor RedirectMiddleware.swift
[2075/2236] Compiling Vapor SessionAuthenticatable.swift
[2076/2236] Compiling Vapor Bcrypt.swift
[2077/2236] Compiling Vapor Application+Cache.swift
[2078/2236] Compiling Vapor Cache.swift
[2079/2236] Compiling Vapor CacheExpirationTime.swift
[2080/2236] Compiling Vapor MemoryCache.swift
[2081/2236] Compiling Vapor Request+Cache.swift
[2082/2236] Compiling Vapor Application+Clients.swift
[2083/2236] Compiling Vapor Client.swift
[2084/2236] Compiling Vapor ClientRequest.swift
[2085/2236] Compiling Vapor ClientResponse.swift
[2086/2236] Compiling Vapor Request+Client.swift
[2087/2236] Compiling Vapor BootCommand.swift
[2088/2236] Compiling Vapor CommandContext+Application.swift
[2089/2236] Compiling Vapor RoutesCommand.swift
[2090/2236] Compiling Vapor ServeCommand.swift
[2091/2236] Compiling Vapor AnyResponse+Concurrency.swift
[2092/2260] Compiling Vapor Request+Body.swift
[2093/2260] Compiling Vapor Request+BodyStream.swift
[2094/2260] Compiling Vapor Request.swift
[2095/2260] Compiling Vapor Application+Responder.swift
[2096/2260] Compiling Vapor DefaultResponder.swift
[2097/2260] Compiling Vapor Response+Body.swift
[2098/2260] Compiling Vapor Response.swift
[2099/2260] Compiling Vapor ResponseCodable.swift
[2100/2260] Compiling Vapor Application+Routes.swift
[2101/2260] Compiling Vapor Parameters+Require.swift
[2102/2260] Compiling Vapor Request+WebSocket.swift
[2103/2260] Compiling Vapor Route.swift
[2104/2260] Compiling Vapor RouteCollection.swift
[2105/2260] Compiling Vapor Routes.swift
[2106/2260] Compiling Vapor RoutesBuilder+Group.swift
[2107/2260] Compiling Vapor RoutesBuilder+Method.swift
[2108/2260] Compiling Vapor RoutesBuilder+Middleware.swift
[2109/2260] Compiling Vapor RoutesBuilder+WebSocket.swift
[2110/2260] Compiling Vapor RoutesBuilder.swift
[2111/2260] Compiling Vapor OTP.swift
[2112/2260] Compiling Vapor Application+Servers.swift
[2113/2260] Compiling Vapor Server.swift
[2114/2260] Compiling Vapor App+Service.swift
[2115/2260] Compiling Vapor Req+Service.swift
[2116/2260] Compiling Vapor Validator.swift
[2117/2260] Compiling Vapor ValidatorResult.swift
[2118/2260] Compiling Vapor And.swift
[2119/2260] Compiling Vapor Case.swift
[2120/2260] Compiling Vapor CharacterSet.swift
[2121/2260] Compiling Vapor Count.swift
[2122/2260] Compiling Vapor Custom.swift
[2123/2260] Compiling Vapor Email.swift
[2124/2260] Compiling Vapor Empty.swift
[2125/2260] Compiling Vapor In.swift
[2126/2260] Compiling Vapor Nil.swift
[2127/2260] Compiling Vapor NilIgnoring.swift
[2128/2260] Compiling Vapor Not.swift
[2129/2260] Compiling Vapor Or.swift
[2130/2260] Compiling Vapor Pattern.swift
[2131/2260] Compiling Vapor Range.swift
[2132/2260] Compiling Vapor URL.swift
[2133/2260] Compiling Vapor Valid.swift
[2134/2260] Compiling Vapor Application+Views.swift
[2135/2260] Compiling Vapor PlaintextRenderer.swift
[2136/2260] Compiling Vapor Request+View.swift
[2137/2260] Compiling Vapor View.swift
[2138/2260] Compiling Vapor ViewRenderer.swift
[2139/2260] Compiling Vapor _Deprecations.swift
[2140/2260] Compiling Vapor Bytes+Hex.swift
[2141/2260] Compiling Vapor Bytes+SecureCompare.swift
[2142/2260] Compiling Vapor Collection+Safe.swift
[2143/2260] Compiling Vapor DataProtocol+Copy.swift
[2144/2260] Compiling Vapor DecoderUnwrapper.swift
[2145/2260] Compiling Vapor DirectoryConfiguration.swift
[2146/2260] Compiling Vapor DotEnv.swift
[2147/2260] Compiling Vapor Extendable.swift
[2148/2260] Compiling Vapor File.swift
[2149/2260] Compiling Vapor FileIO.swift
[2150/2260] Compiling Vapor LifecycleHandler.swift
[2151/2260] Compiling Vapor OptionalType.swift
[2152/2260] Compiling Vapor RFC1123.swift
[2153/2260] Compiling Vapor SocketAddress+Hostname.swift
[2154/2260] Compiling Vapor Storage.swift
[2155/2260] Compiling Vapor String+IsIPAddress.swift
[2156/2260] Compiling Vapor Thread.swift
[2157/2260] Compiling Vapor URI.swift
[2158/2260] Compiling Vapor RangeResult.swift
[2159/2260] Compiling Vapor Validatable.swift
[2160/2260] Compiling Vapor Validation.swift
[2161/2260] Compiling Vapor ValidationKey.swift
[2162/2260] Compiling Vapor Validations.swift
[2163/2260] Compiling Vapor ValidationsError.swift
[2164/2260] Compiling Vapor AsyncBasicResponder.swift
[2165/2260] Compiling Vapor AsyncMiddleware.swift
[2166/2260] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2167/2260] Compiling Vapor AsyncSessionDriver.swift
[2168/2260] Compiling Vapor Authentication+Concurrency.swift
[2169/2260] Compiling Vapor Cache+Concurrency.swift
[2170/2260] Compiling Vapor Client+Concurrency.swift
[2171/2260] Compiling Vapor RequestBody+Concurrency.swift
[2172/2260] Compiling Vapor Responder+Concurrency.swift
[2173/2260] Compiling Vapor ResponseCodable+Concurrency.swift
[2174/2260] Compiling Vapor RoutesBuilder+Concurrency.swift
[2175/2260] Compiling Vapor ViewRenderer+Concurrency.swift
[2176/2260] Compiling Vapor WebSocket+Concurrency.swift
[2177/2260] Compiling Vapor ContainerGetPathExecutor.swift
[2178/2260] Compiling Vapor Content.swift
[2179/2260] Compiling Vapor ContentCoders.swift
[2180/2260] Compiling Vapor ContentConfiguration.swift
[2181/2260] Compiling Vapor ContentContainer.swift
[2182/2260] Compiling Vapor JSONCoder+Custom.swift
[2183/2260] Compiling Vapor JSONCoders+Content.swift
[2184/2260] Compiling Vapor PlaintextDecoder.swift
[2185/2260] Compiling Vapor PlaintextEncoder.swift
[2186/2260] Compiling Vapor URLQueryCoders.swift
[2187/2260] Compiling Vapor URLQueryContainer.swift
[2188/2260] Compiling Vapor Service.swift
[2189/2260] Compiling Vapor Application+Sessions.swift
[2190/2260] Compiling Vapor MemorySessions.swift
[2191/2260] Compiling Vapor Request+Session.swift
[2192/2260] Compiling Vapor Session.swift
[2193/2260] Compiling Vapor SessionCache.swift
[2194/2260] Compiling Vapor SessionData.swift
[2195/2260] Compiling Vapor SessionDriver.swift
[2196/2260] Compiling Vapor SessionsConfiguration.swift
[2197/2260] Compiling Vapor SessionsMiddleware.swift
[2198/2260] Compiling Vapor URLEncodedFormData.swift
[2199/2260] Compiling Vapor URLEncodedFormDecoder.swift
[2200/2260] Compiling Vapor URLEncodedFormEncoder.swift
[2201/2260] Compiling Vapor URLEncodedFormError.swift
[2202/2260] Compiling Vapor URLEncodedFormParser.swift
[2203/2260] Compiling Vapor URLEncodedFormSerializer.swift
[2204/2260] Compiling Vapor URLQueryFragmentConvertible.swift
[2205/2260] Compiling Vapor AnyResponse.swift
[2206/2260] Compiling Vapor Array+Random.swift
[2207/2260] Compiling Vapor Base32.swift
[2208/2260] Compiling Vapor Base64.swift
[2209/2260] Compiling Vapor BaseN.swift
[2210/2260] Compiling Vapor BasicCodingKey.swift
[2211/2260] Compiling Vapor ByteCount.swift
[2212/2260] Compiling Vapor HTTPStatus.swift
[2213/2260] Compiling Vapor HTTPCookies.swift
[2214/2260] Compiling Vapor HTTPHeaderCacheControl.swift
[2215/2260] Compiling Vapor HTTPHeaderExpires.swift
[2216/2260] Compiling Vapor HTTPHeaderLastModified.swift
[2217/2260] Compiling Vapor HTTPHeaders+Cache.swift
[2218/2260] Compiling Vapor HTTPHeaders+Connection.swift
[2219/2260] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2220/2260] Compiling Vapor HTTPHeaders+ContentRange.swift
[2221/2260] Compiling Vapor HTTPHeaders+Directive.swift
[2222/2260] Compiling Vapor HTTPHeaders+Forwarded.swift
[2223/2260] Compiling Vapor HTTPHeaders+Link.swift
[2224/2260] Compiling Vapor HTTPHeaders+Name.swift
[2225/2260] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2226/2260] Compiling Vapor HTTPHeaders.swift
[2227/2260] Compiling Vapor HTTPMediaType.swift
[2228/2260] Compiling Vapor HTTPMediaTypePreference.swift
[2229/2260] Compiling Vapor Responder.swift
[2230/2260] Compiling Vapor Application+HTTP+Server.swift
[2231/2260] Compiling Vapor HTTPServer.swift
[2232/2260] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2233/2260] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2234/2260] Compiling Vapor HTTPServerHandler.swift
[2235/2260] Compiling Vapor HTTPServerRequestDecoder.swift
[2236/2260] Compiling Vapor HTTPServerResponseEncoder.swift
[2237/2260] Compiling Vapor HTTPServerUpgradeHandler.swift
[2238/2260] Compiling Vapor Logger+Report.swift
[2239/2260] Compiling Vapor LoggingSystem+Environment.swift
[2240/2260] Compiling Vapor Application+Middleware.swift
[2241/2260] Compiling Vapor CORSMiddleware.swift
[2242/2260] Compiling Vapor ErrorMiddleware.swift
[2243/2260] Compiling Vapor FileMiddleware.swift
[2244/2260] Compiling Vapor Middleware.swift
[2245/2260] Compiling Vapor MiddlewareConfiguration.swift
[2246/2260] Compiling Vapor ResponseCompressionMiddleware.swift
[2247/2260] Compiling Vapor RouteLoggingMiddleware.swift
[2248/2260] Compiling Vapor TracingMiddleware.swift
[2249/2260] Compiling Vapor File+Multipart.swift
[2250/2260] Compiling Vapor FormDataDecoder+Content.swift
[2251/2260] Compiling Vapor FormDataEncoder+Content.swift
[2252/2260] Compiling Vapor Application+Password.swift
[2253/2260] Compiling Vapor Application+Passwords.swift
[2254/2260] Compiling Vapor AsyncPasswordHasher.swift
[2255/2260] Compiling Vapor BcryptHasher.swift
[2256/2260] Compiling Vapor PasswordHasher.swift
[2257/2260] Compiling Vapor PlaintextHasher.swift
[2258/2260] Compiling Vapor Request+Password.swift
[2259/2260] Compiling Vapor Redirect.swift
[2260/2260] Emitting module Vapor
[2262/2273] Emitting module Redis
[2263/2274] Compiling Redis Redis+Sessions.swift
[2264/2274] Compiling Redis RedisClient+Codable.swift
[2265/2274] Compiling Redis Request+Redis.swift
[2266/2274] Compiling Redis RedisConfiguration.swift
[2267/2274] Compiling Redis RedisID.swift
[2268/2274] Compiling Redis RedisStorage.swift
[2269/2274] Compiling Redis Application+Redis.swift
[2270/2274] Compiling Redis Application.Redis+PubSub.swift
[2271/2274] Compiling Redis Redis+Cache.swift
[2272/2274] Compiling Redis Redis+Concurrency.swift
[2273/2274] Compiling Redis Application.Redis+configuration.swift
[2274/2274] Compiling Redis Exports.swift
[2276/2290] 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
[2277/2290] 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
[2278/2291] 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
[2279/2291] 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
[2280/2291] 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
[2281/2291] 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
[2282/2291] 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
[2283/2291] 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
[2284/2291] 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
[2285/2291] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2286/2291] 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
[2287/2291] 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
[2288/2291] 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
[2289/2291] 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
[2290/2291] 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
[2291/2291] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/79] Compiling RealModule ElementaryFunctions.swift
[3/80] Compiling ServiceContextModule ServiceContextKey.swift
[4/80] Compiling SystemPackage FilePathTempPosix.swift
[5/80] Compiling SystemPackage FilePathTempWindows.swift
[6/80] Compiling SystemPackage FilePathSyntax.swift
[7/80] Compiling SystemPackage FilePathTemp.swift
[8/82] Emitting module ServiceContextModule
[9/82] Compiling ServiceContextModule ServiceContext.swift
[10/82] Compiling SystemPackage FilePathWindows.swift
[11/82] Compiling SystemPackage FilePermissions.swift
[12/82] Compiling RealModule RealFunctions.swift
[14/83] Emitting module NIOConcurrencyHelpers
[15/83] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[16/83] Compiling NIOConcurrencyHelpers lock.swift
[17/83] Compiling RealModule Real.swift
[18/83] Compiling RealModule Float80+Real.swift
[19/83] Emitting module InternalCollectionsUtilities
[20/83] Emitting module SystemPackage
[21/86] Compiling SystemPackage Errno.swift
[22/86] Compiling SystemPackage ErrnoWindows.swift
[23/86] Compiling SystemPackage FileDescriptor.swift
[24/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/86] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[27/86] Compiling CryptoBoringWrapper RandomBytes.swift
[28/86] Emitting module CryptoBoringWrapper
[29/86] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[30/86] Compiling _NIODataStructures PriorityQueue.swift
[31/86] Compiling _NIODataStructures _TinyArray.swift
[32/86] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[33/86] Compiling RealModule Float+Real.swift
[35/86] Compiling SystemPackage FileHelpers.swift
[36/86] Emitting module RealModule
[39/86] Compiling RealModule Float16+Real.swift
[40/87] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/87] Compiling NIOConcurrencyHelpers NIOLock.swift
[42/87] Compiling NIOConcurrencyHelpers atomics.swift
[43/88] Compiling _NIODataStructures Heap.swift
[44/88] Emitting module _NIOBase64
[45/88] Compiling _NIOBase64 Base64.swift
[46/88] Emitting module _NIODataStructures
[50/90] Compiling CryptoBoringWrapper EllipticCurve.swift
[51/90] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[53/90] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[54/91] Compiling SystemPackage FilePathParsing.swift
[55/91] Compiling SystemPackage FilePathString.swift
[56/91] Compiling SystemPackage FilePath.swift
[57/91] Compiling SystemPackage FilePathComponentView.swift
[58/91] Compiling SystemPackage FilePathComponents.swift
[60/91] Compiling SystemPackage FileOperations.swift
[61/92] Compiling SystemPackage Mocking.swift
[62/92] Compiling SystemPackage RawBuffer.swift
[63/92] Compiling SystemPackage Syscalls.swift
[64/92] Compiling SystemPackage WindowsSyscallAdapters.swift
[67/92] Compiling SystemPackage Constants.swift
[68/92] Compiling SystemPackage Exports.swift
[73/92] Compiling SystemPackage MachPort.swift
[74/92] Compiling SystemPackage PlatformString.swift
[75/92] Compiling SystemPackage SystemString.swift
[86/92] Compiling SystemPackage Util+StringArray.swift
[87/92] Compiling SystemPackage Util.swift
[88/92] Compiling SystemPackage UtilConsumers.swift
[93/98] Compiling Logging MetadataProvider.swift
[95/107] Emitting module Logging
[96/107] Compiling Logging Locks.swift
[97/112] Compiling Instrumentation NoOpInstrument.swift
[98/129] Compiling Instrumentation Instrument.swift
[99/132] Compiling Instrumentation Locks.swift
[100/132] Emitting module Instrumentation
[101/132] Compiling Instrumentation MultiplexInstrument.swift
[102/151] Compiling Instrumentation InstrumentationSystem.swift
[104/287] Compiling Crypto Cipher.swift
[105/287] Compiling Crypto Nonces.swift
[106/293] Compiling Crypto HPKE-Errors.swift
[107/293] Compiling Crypto AES-GCM.swift
[108/293] Compiling Crypto ASN1.swift
[109/293] Compiling Crypto ASN1Any.swift
[110/293] Emitting module CoreMetrics
[111/348] Compiling OrderedCollections _HashTable.swift
[112/348] Compiling OrderedCollections _Hashtable+Header.swift
[113/348] Compiling OrderedCollections OrderedDictionary+Codable.swift
[114/348] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[115/348] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[116/348] Compiling OrderedCollections OrderedDictionary+Elements.swift
[117/348] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[118/348] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[119/355] Compiling OrderedCollections _HashTable+Testing.swift
[120/355] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[123/358] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[124/358] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[125/358] Compiling OrderedCollections OrderedDictionary+Values.swift
[126/358] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/358] Compiling HeapModule Heap+Descriptions.swift
[128/358] Compiling Logging Logging.swift
[129/358] Compiling Logging LogHandler.swift
[130/359] Compiling HeapModule _HeapNode.swift
[133/359] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[135/359] Compiling Algorithms Trim.swift
[136/359] Compiling Algorithms Unique.swift
[137/359] Compiling Algorithms Windows.swift
[138/359] Compiling OrderedCollections OrderedSet+Initializers.swift
[139/359] Compiling OrderedCollections OrderedSet+Insertions.swift
[140/359] Compiling OrderedCollections OrderedSet+Invariants.swift
[141/359] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[142/359] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[143/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[144/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[145/359] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[146/366] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[147/366] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[148/366] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[149/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[150/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[151/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[152/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[153/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[154/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[155/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[156/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[157/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[158/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[159/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[160/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[161/366] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[162/366] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[163/366] Compiling HeapModule Heap.swift
[164/366] Compiling HeapModule Heap+Invariants.swift
[165/366] Compiling HeapModule Heap+UnsafeHandle.swift
[169/366] Compiling OrderedCollections OrderedSet+Descriptions.swift
[170/366] Compiling OrderedCollections OrderedSet+Diffing.swift
[171/366] Compiling OrderedCollections OrderedSet+Equatable.swift
[172/366] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[173/366] Compiling OrderedCollections OrderedSet+Hashable.swift
[174/366] Compiling CoreMetrics Locks.swift
[175/366] Compiling CoreMetrics Metrics.swift
[176/367] Emitting module HeapModule
[179/368] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[180/368] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[184/368] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[212/376] Compiling Tracing Tracer.swift
[213/385] Compiling OrderedCollections _HashTable+Bucket.swift
[214/385] Compiling OrderedCollections _HashTable+BucketIterator.swift
[215/385] Compiling OrderedCollections _HashTable+Constants.swift
[216/385] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[222/385] Compiling OrderedCollections OrderedSet+Sendable.swift
[223/385] Compiling OrderedCollections OrderedSet+SubSequence.swift
[224/385] Compiling OrderedCollections OrderedSet+Testing.swift
[225/385] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[226/385] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[227/385] Compiling OrderedCollections OrderedSet.swift
[228/385] Compiling OrderedCollections _UnsafeBitset.swift
[229/385] Compiling Crypto HMAC.swift
[230/385] Compiling Crypto MACFunctions.swift
[231/385] Compiling Crypto MessageAuthenticationCode.swift
[232/385] Compiling Crypto AES.swift
[233/385] Compiling Crypto ECDSASignature_boring.swift
[234/385] Compiling Crypto ECDSA_boring.swift
[272/387] Compiling _RopeModule Rope+Join.swift
[273/387] Compiling _RopeModule Rope+MutatingForEach.swift
[274/387] Compiling _RopeModule Rope+Remove.swift
[275/402] Compiling Tracing TracerProtocol.swift
[276/402] Compiling Tracing TracingTime.swift
[277/402] Compiling Tracing NoOpTracer.swift
[278/402] Compiling Tracing InstrumentationSystem+Tracing.swift
[279/402] Compiling Tracing SpanProtocol.swift
[326/402] Compiling RoutingKit PathComponent.swift
[327/402] Compiling RoutingKit Parameters.swift
[328/402] Emitting module Atomics
[329/402] Compiling Tracing TracerProtocol+Legacy.swift
[330/402] Compiling Metrics Metrics.swift
[341/403] Emitting module Metrics
[342/404] Compiling RoutingKit AnyRouter.swift
[343/404] Emitting module RoutingKit
[344/404] Emitting module Tracing
[355/405] Emitting module Crypto
[356/405] Compiling RoutingKit Router.swift
[357/405] Compiling RoutingKit TrieRouter.swift
[377/406] Emitting module _RopeModule
[378/576] Emitting module OrderedCollections
[379/577] Compiling BitCollections BitArray+Hashable.swift
[380/577] Compiling BitCollections BitArray+Initializers.swift
[382/579] Compiling BitCollections BitArray+BitwiseOperations.swift
[383/579] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[384/579] Compiling BitCollections BitArray+Codable.swift
[385/579] Compiling BitCollections BitArray+Collection.swift
[386/579] Compiling BitCollections BitArray+Copy.swift
[387/579] Compiling BitCollections BitArray+CustomReflectable.swift
[388/579] Compiling BitCollections BitArray+RandomBits.swift
[389/579] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[390/579] Compiling BitCollections BitArray+Shifts.swift
[391/582] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[392/582] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[393/582] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[394/582] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[395/582] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[396/582] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[397/582] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[398/582] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[399/582] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[404/582] Compiling BitCollections BitArray+Extras.swift
[405/582] Compiling BitCollections BitArray+Fill.swift
[406/582] Emitting module Algorithms
[407/583] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[408/583] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[413/583] Compiling DequeModule _DequeSlot.swift
[414/583] Compiling DequeModule _UnsafeWrappedBuffer.swift
[416/583] Emitting module DequeModule
[417/583] Emitting module ConsoleKitTerminal
[420/583] Compiling BitCollections BitArray+Descriptions.swift
[421/583] Compiling BitCollections BitArray+Equatable.swift
[428/584] Compiling ConsoleKitTerminal AnySendableHashable.swift
[429/584] Compiling ConsoleKitTerminal ConsoleLogger.swift
[430/584] Compiling ConsoleKitTerminal LoggerFragment.swift
[431/584] Compiling HashTreeCollections TreeSet+Hashable.swift
[432/584] Compiling HashTreeCollections TreeSet+Sendable.swift
[433/584] Compiling HashTreeCollections TreeSet+Sequence.swift
[434/584] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[435/584] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[436/584] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[437/584] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[438/584] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[439/584] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[440/584] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[442/594] Compiling BitCollections BitSet+Random.swift
[443/594] Compiling BitCollections BitSet+SetAlgebra basics.swift
[444/594] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[445/594] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[446/594] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[447/594] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[448/594] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[453/594] Compiling BitCollections BitSet+Initializers.swift
[454/594] Compiling BitCollections BitSet+Invariants.swift
[460/594] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[464/594] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[465/594] Compiling BitCollections BitSet+Extras.swift
[466/594] Compiling BitCollections BitSet+Hashable.swift
[467/594] Compiling BitCollections BitArray+Testing.swift
[468/594] Compiling BitCollections BitArray._UnsafeHandle.swift
[469/594] Compiling BitCollections BitArray.swift
[470/594] Compiling BitCollections BitSet+BidirectionalCollection.swift
[471/594] Compiling BitCollections BitSet+Codable.swift
[478/594] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[479/594] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[480/594] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[481/594] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[482/601] Compiling BitCollections Range+Utilities.swift
[483/601] Compiling BitCollections Slice+Utilities.swift
[484/601] Compiling BitCollections UInt+Tricks.swift
[485/601] Compiling BitCollections _Word.swift
[486/601] Compiling HashTreeCollections TreeSet+Debugging.swift
[487/601] Compiling HashTreeCollections TreeSet+Descriptions.swift
[488/601] Compiling HashTreeCollections TreeSet+Equatable.swift
[489/601] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[490/601] Compiling HashTreeCollections TreeSet+Extras.swift
[491/601] Compiling HashTreeCollections TreeSet+Filter.swift
[492/602] Emitting module BitCollections
[505/602] Compiling BitCollections BitSet+SetAlgebra union.swift
[506/602] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[507/602] Compiling BitCollections BitSet.Counted.swift
[581/603] Compiling BitCollections BitSet.Index.swift
[582/603] Compiling BitCollections BitSet._UnsafeHandle.swift
[583/603] Compiling BitCollections BitSet.swift
[587/604] Emitting module HashTreeCollections
[592/604] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[593/604] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[594/604] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[595/604] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[596/604] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[597/604] Compiling HashTreeCollections TreeSet.swift
[607/680] Emitting module Collections
[608/680] Compiling Collections Collections.swift
[610/691] Emitting module ConsoleKitCommands
[611/693] Compiling ConsoleKitCommands CommandSignature.swift
[612/693] Compiling ConsoleKitCommands Flag.swift
[613/693] Compiling NIOCore ByteBuffer-views.swift
[614/693] Compiling ConsoleKitCommands CommandGroup.swift
[615/693] Compiling ConsoleKitCommands CommandInput.swift
[616/693] Compiling ConsoleKitCommands Commands.swift
[617/693] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[618/693] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[619/693] Compiling ConsoleKitCommands Argument.swift
[620/693] Compiling ConsoleKitCommands AsyncCommands.swift
[621/693] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[622/693] Compiling ConsoleKitCommands AnyCommand.swift
[623/693] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[624/693] Compiling ConsoleKitCommands Utilities.swift
[625/693] Compiling NIOCore AsyncChannelHandler.swift
[626/693] Compiling NIOCore AsyncChannelInboundStream.swift
[627/693] Compiling NIOCore AsyncChannelOutboundWriter.swift
[628/693] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[629/693] Compiling ConsoleKitCommands AsyncCommand.swift
[630/693] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[631/693] Compiling ConsoleKitCommands Console+Run.swift
[632/693] Compiling NIOCore AsyncAwaitSupport.swift
[633/693] Compiling NIOCore AsyncChannel.swift
[635/694] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[636/694] Compiling NIOCore EventLoopFuture+Deprecated.swift
[637/694] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[638/694] Compiling NIOCore EventLoopFuture.swift
[639/694] Compiling NIOCore FileDescriptor.swift
[640/694] Compiling NIOCore FileHandle.swift
[641/694] Compiling NIOCore FileRegion.swift
[642/694] Compiling NIOCore GlobalSingletons.swift
[652/704] Emitting module ConsoleKit
[653/704] Compiling ConsoleKit Exports.swift
[663/705] Compiling NIOCore MulticastChannel.swift
[664/705] Compiling NIOCore NIOAny.swift
[665/705] Compiling NIOCore NIOCloseOnErrorHandler.swift
[666/705] Compiling NIOCore NIOLoopBound.swift
[667/705] Compiling NIOCore NIOScheduledCallback.swift
[668/705] Compiling NIOCore NIOSendable.swift
[669/705] Compiling NIOCore PointerHelpers.swift
[670/705] Compiling NIOCore RecvByteBufferAllocator.swift
[671/705] Compiling NIOCore IO.swift
[672/705] Compiling NIOCore IOData.swift
[673/705] Compiling NIOCore IPProtocol.swift
[674/705] Compiling NIOCore IntegerBitPacking.swift
[675/705] Compiling NIOCore IntegerTypes.swift
[676/705] Compiling NIOCore Interfaces.swift
[677/705] Compiling NIOCore Linux.swift
[678/705] Compiling NIOCore MarkedCircularBuffer.swift
[679/705] Compiling NIOCore CircularBuffer.swift
[680/705] Compiling NIOCore Codec.swift
[681/705] Compiling NIOCore ConvenienceOptionSupport.swift
[682/705] Compiling NIOCore DeadChannel.swift
[683/705] Compiling NIOCore DispatchQueue+WithFuture.swift
[684/705] Compiling NIOCore EventLoop+Deprecated.swift
[685/705] Compiling NIOCore EventLoop+SerialExecutor.swift
[686/705] Compiling NIOCore EventLoop.swift
[688/705] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[689/705] Compiling NIOCore SocketAddresses.swift
[690/705] Compiling NIOCore SocketOptionProvider.swift
[691/705] Compiling NIOCore SystemCallHelpers.swift
[692/705] Compiling NIOCore TimeAmount+Duration.swift
[693/705] Compiling NIOCore TypeAssistedChannelHandler.swift
[694/705] Compiling NIOCore UniversalBootstrapSupport.swift
[695/705] Compiling NIOCore Utilities.swift
[701/705] Compiling NIOCore ChannelHandlers.swift
[702/705] Compiling NIOCore ChannelInvoker.swift
[703/705] Compiling NIOCore ChannelOption.swift
[704/705] Compiling NIOCore ChannelPipeline.swift
[705/705] Emitting module NIOCore
[707/758] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[708/758] Compiling NIOEmbedded AsyncTestingChannel.swift
[709/758] Emitting module NIOEmbedded
[710/758] Compiling NIOEmbedded Embedded.swift
[712/759] Emitting module NIOPosix
[713/765] Compiling NIOPosix BSDSocketAPICommon.swift
[714/765] Compiling NIOPosix BSDSocketAPIPosix.swift
[715/765] Compiling NIOPosix BSDSocketAPIWindows.swift
[716/765] Compiling NIOPosix BaseSocket.swift
[717/765] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[718/765] Compiling NIOPosix BaseSocketChannel.swift
[719/765] Compiling NIOPosix BaseStreamSocketChannel.swift
[720/765] Compiling NIOPosix ThreadPosix.swift
[721/765] Compiling NIOPosix ThreadWindows.swift
[722/765] Compiling NIOPosix UnsafeTransfer.swift
[723/765] Compiling NIOPosix Utilities.swift
[724/765] Compiling NIOPosix VsockAddress.swift
[725/765] Compiling NIOPosix VsockChannelEvents.swift
[726/765] Compiling NIOPosix NIOThreadPool.swift
[727/765] Compiling NIOPosix NonBlockingFileIO.swift
[728/765] Compiling NIOPosix PendingDatagramWritesManager.swift
[729/765] Compiling NIOPosix PendingWritesManager.swift
[730/765] Compiling NIOPosix PipeChannel.swift
[731/765] Compiling NIOPosix PipePair.swift
[732/765] Compiling NIOPosix PointerHelpers.swift
[733/765] Compiling NIOPosix Bootstrap.swift
[734/765] Compiling NIOPosix ControlMessage.swift
[735/765] Compiling NIOPosix DatagramVectorReadManager.swift
[736/765] Compiling NIOPosix Errors+Any.swift
[737/765] Compiling NIOPosix FileDescriptor.swift
[738/765] Compiling NIOPosix GetaddrinfoResolver.swift
[739/765] Compiling NIOPosix HappyEyeballs.swift
[740/765] Compiling NIOPosix IO.swift
[741/765] Compiling NIOPosix IntegerBitPacking.swift
[742/765] Compiling NIOPosix IntegerTypes.swift
[743/765] Compiling NIOPosix Linux.swift
[744/765] Compiling NIOPosix LinuxCPUSet.swift
[745/765] Compiling NIOPosix LinuxUring.swift
[746/765] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[747/765] Compiling NIOPosix Pool.swift
[748/765] Compiling NIOPosix PooledRecvBufferAllocator.swift
[749/765] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[750/765] Compiling NIOPosix PosixSingletons.swift
[751/765] Compiling NIOPosix RawSocketBootstrap.swift
[752/765] Compiling NIOPosix Resolver.swift
[753/765] Compiling NIOPosix Selectable.swift
[754/765] Compiling NIOPosix SelectableChannel.swift
[755/765] Compiling NIOPosix SelectableEventLoop.swift
[756/765] Compiling NIOPosix SelectorEpoll.swift
[757/765] Compiling NIOPosix SelectorGeneric.swift
[758/765] Compiling NIOPosix SelectorKqueue.swift
[759/765] Compiling NIOPosix SelectorUring.swift
[760/765] Compiling NIOPosix ServerSocket.swift
[761/765] Compiling NIOPosix Socket.swift
[762/765] Compiling NIOPosix SocketChannel.swift
[763/765] Compiling NIOPosix SocketProtocols.swift
[764/765] Compiling NIOPosix System.swift
[765/765] Compiling NIOPosix Thread.swift
[767/793] Compiling NIO Exports.swift
[768/795] Emitting module NIO
[770/823] Compiling AsyncKit Future+Transform.swift
[771/823] Compiling AsyncKit Future+Try.swift
[772/823] Compiling AsyncKit FutureOperators.swift
[773/825] Compiling AsyncKit Future+Miscellaneous.swift
[774/825] Compiling AsyncKit Future+Nonempty.swift
[775/825] Compiling AsyncKit Future+Optional.swift
[776/825] Compiling AsyncKit EventLoopConnectionPool.swift
[777/825] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[778/825] Compiling AsyncKit EventLoop+Concurrency.swift
[779/825] Compiling AsyncKit ConnectionPoolError.swift
[780/825] Compiling AsyncKit ConnectionPoolItem.swift
[781/851] Compiling NIOTLS TLSEvents.swift
[782/868] Compiling NIOSOCKS Helpers.swift
[783/868] Compiling NIOSOCKS AuthenticationMethod.swift
[784/868] Compiling NIOSOCKS ClientGreeting.swift
[785/868] Compiling NIOSOCKS SOCKSClientHandler.swift
[786/868] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[787/868] Compiling NIOSOCKS Errors.swift
[788/868] Compiling AsyncKit Optional+StrictMap.swift
[789/868] Compiling AsyncKit Exports.swift
[790/868] Emitting module NIOTLS
[791/868] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[792/868] Compiling NIOSOCKS SOCKSResponse.swift
[793/869] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[794/869] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[795/869] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[796/869] Compiling NIOTLS SNIHandler.swift
[797/869] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[798/869] Compiling NIOSOCKS ClientStateMachine.swift
[799/870] Emitting module _NIOFileSystem
[800/870] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[801/870] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[804/870] Emitting module NIOSOCKS
[810/870] Compiling NIOSOCKS Messages.swift
[811/870] Compiling NIOSOCKS SOCKSRequest.swift
[812/870] Compiling NIOSOCKS ServerStateMachine.swift
[813/871] Compiling _NIOFileSystem Errno.swift
[814/871] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[815/871] Compiling _NIOFileSystem Mocking.swift
[816/871] Compiling _NIOFileSystem Syscall.swift
[817/871] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[818/871] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[819/871] Compiling AsyncKit EventLoopFutureQueue.swift
[820/871] Compiling AsyncKit Future+Collection.swift
[821/871] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[822/871] Compiling NIOHTTP1 HTTPTypes.swift
[823/871] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[824/871] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[826/871] Compiling _NIOFileSystem FileChunks.swift
[827/871] Compiling _NIOFileSystem FileHandle.swift
[828/871] Compiling _NIOFileSystem FileHandleProtocol.swift
[829/871] Compiling _NIOFileSystem FileInfo.swift
[833/871] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[839/873] Emitting module NIOFoundationCompat
[840/873] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[842/874] Compiling AsyncKit Future+Conjunctions.swift
[855/874] Compiling _NIOFileSystem Syscalls.swift
[856/874] Compiling _NIOFileSystem SystemFileHandle.swift
[857/874] Compiling _NIOFileSystem Utilities.swift
[858/874] Compiling _NIOFileSystem OpenOptions.swift
[860/903] Compiling NIOSSL NIOSSLHandler.swift
[861/903] Compiling NIOSSL NIOSSLSecureBytes.swift
[862/925] Emitting module NIOHTTP1
[863/925] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[864/925] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[865/925] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[868/929] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[869/929] Compiling NIOTransportServices NIOTSListenerChannel.swift
[870/929] Emitting module NIOTransportServices
[871/931] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[872/931] Compiling NIOTransportServices NIOTSErrors.swift
[873/931] Compiling NIOTransportServices NIOTSEventLoop.swift
[874/931] Compiling NIOTransportServices StateManagedChannel.swift
[875/931] Compiling NIOTransportServices StateManagedListenerChannel.swift
[876/931] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[877/931] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[878/931] Compiling NIOTransportServices NIOTSSingletons.swift
[879/931] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[880/931] Compiling NIOTransportServices NIOTSBootstraps.swift
[881/931] Compiling NIOTransportServices NIOTSChannelOptions.swift
[882/931] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[883/931] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[884/931] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[885/931] Compiling NIOTransportServices AcceptHandler.swift
[890/931] Compiling NIOTransportServices NIOTSDatagramListener.swift
[892/931] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[894/931] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[899/937] Compiling NIOFileSystem Exports.swift
[900/937] Emitting module _NIOFileSystemFoundationCompat
[901/937] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[902/937] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[903/937] Emitting module AsyncKit
[904/938] Emitting module NIOSSL
[905/938] Emitting module NIOFileSystem
[906/939] Compiling NIOSSL SSLErrors.swift
[907/939] Compiling NIOSSL SSLInit.swift
[908/939] Compiling NIOSSL SSLPKCS12Bundle.swift
[909/939] Compiling NIOSSL SSLPrivateKey.swift
[912/984] Compiling NIOSSL Zeroization.swift
[913/984] Compiling NIOSSL TLSConfiguration.swift
[914/984] Compiling NIOSSL UniversalBootstrapSupport.swift
[915/984] Compiling NIOWebSocket WebSocketErrorCodes.swift
[916/985] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[917/985] Compiling NIOWebSocket SHA1.swift
[918/985] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[919/985] Compiling NIOHPACK HuffmanTables.swift
[920/986] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[921/986] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[922/986] Compiling NIOHPACK StaticHeaderTable.swift
[923/986] Compiling NIOWebSocket WebSocketOpcode.swift
[924/986] Compiling NIOHPACK IndexedHeaderTable.swift
[925/986] Compiling NIOHPACK IntegerCoding.swift
[926/986] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[927/986] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[928/986] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[930/988] Compiling NIOHTTPCompression HTTPCompression.swift
[931/988] Compiling NIOHTTPCompression HTTPDecompression.swift
[932/988] Emitting module NIOHTTPCompression
[933/988] Compiling NIOExtras QuiescingHelper.swift
[934/988] Compiling NIOExtras RequestResponseHandler.swift
[939/988] Compiling NIOExtras NIORequestIdentifiable.swift
[940/988] Compiling NIOExtras PCAPRingBuffer.swift
[943/988] Compiling NIOHPACK HPACKHeader.swift
[944/988] Compiling NIOHPACK HeaderTables.swift
[945/988] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[946/988] Compiling NIOExtras JSONRPCFraming.swift
[952/988] Compiling NIOExtras LineBasedFrameDecoder.swift
[953/988] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[954/988] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[955/988] Compiling NIOExtras LengthFieldPrepender.swift
[956/1008] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[957/1009] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[958/1009] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[959/1009] Emitting module NIOExtras
[962/1009] Compiling MultipartKit BasicCodingKey.swift
[963/1009] Compiling MultipartKit MultipartError.swift
[964/1009] Emitting module NIOHPACK
[965/1009] Compiling NIOHPACK HuffmanCoding.swift
[968/1009] Compiling MultipartKit FormDataDecoder.swift
[969/1009] Compiling MultipartKit FormDataEncoder.Encoder.swift
[970/1009] Compiling MultipartKit Exports.swift
[971/1009] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[972/1010] Emitting module NIOWebSocket
[974/1010] Compiling NIOWebSocket WebSocketFrame.swift
[975/1010] Compiling MultipartKit MultipartPart.swift
[976/1010] Compiling MultipartKit MultipartPartConvertible.swift
[977/1010] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[978/1010] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[979/1011] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[980/1011] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[990/1013] Compiling MultipartKit FormDataDecoder.Decoder.swift
[991/1013] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[993/1013] Emitting module MultipartKit
[994/1013] Compiling MultipartKit FormDataEncoder.swift
[995/1013] Compiling MultipartKit Storage.swift
[999/1013] Compiling MultipartKit MultipartFormData.swift
[1000/1013] Compiling MultipartKit MultipartParser.swift
[1003/1029] Compiling MultipartKit MultipartSerializer.swift
[1004/1030] Compiling MultipartKit Utilities.swift
[1007/1115] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1008/1115] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1009/1115] Compiling NIOHTTP2 HasLocalSettings.swift
[1010/1115] Compiling NIOHTTP2 HasRemoteSettings.swift
[1011/1115] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1012/1115] Compiling NIOHTTP2 QuiescingState.swift
[1013/1115] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1014/1115] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1015/1123] Emitting module RediStack
[1016/1127] Compiling NIOHTTP2 MaySendFrames.swift
[1017/1127] Compiling NIOHTTP2 SendingDataState.swift
[1018/1127] Compiling NIOHTTP2 SendingGoawayState.swift
[1019/1127] Compiling NIOHTTP2 SendingHeadersState.swift
[1020/1127] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1021/1127] Compiling NIOHTTP2 SendingRstStreamState.swift
[1022/1127] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1023/1127] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1028/1127] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1029/1127] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1030/1127] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1031/1127] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1032/1127] Compiling WebSocketKit Exports.swift
[1033/1127] Compiling WebSocketKit WebSocket+Concurrency.swift
[1034/1127] Emitting module WebSocketKit
[1035/1127] Compiling WebSocketKit WebSocketHandler.swift
[1036/1127] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1037/1127] Compiling WebSocketKit WebSocket+Connect.swift
[1041/1127] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1042/1127] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1044/1127] Compiling NIOHTTP2 StateMachineResult.swift
[1045/1127] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1046/1127] Compiling NIOHTTP2 DOSHeuristics.swift
[1047/1127] Compiling NIOHTTP2 Error+Any.swift
[1048/1127] Emitting module NIOHTTP2
[1049/1127] Compiling WebSocketKit WebSocket.swift
[1050/1127] Compiling WebSocketKit WebSocketClient.swift
[1052/1128] Compiling RediStack RedisKey.swift
[1053/1128] Compiling RediStack RedisLogging.swift
[1054/1128] Compiling RediStack RedisMetrics.swift
[1055/1128] Compiling RediStack _Deprecations.swift
[1060/1128] Compiling NIOHTTP2 MayReceiveFrames.swift
[1061/1128] Compiling NIOHTTP2 ReceivingDataState.swift
[1062/1128] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1063/1128] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1066/1129] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1067/1129] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1068/1129] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1069/1129] Compiling NIOHTTP2 HTTP2StreamID.swift
[1070/1129] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1071/1129] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1072/1129] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1073/1129] Compiling NIOHTTP2 InboundEventBuffer.swift
[1074/1129] Compiling NIOHTTP2 InboundWindowManager.swift
[1075/1129] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1076/1129] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1077/1129] Compiling NIOHTTP2 StreamChannelList.swift
[1078/1129] Compiling NIOHTTP2 StreamMap.swift
[1079/1129] Compiling NIOHTTP2 StreamStateMachine.swift
[1080/1129] Compiling NIOHTTP2 UnsafeTransfer.swift
[1081/1129] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1084/1129] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1085/1129] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1086/1129] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1106/1130] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1107/1130] Compiling NIOHTTP2 HTTP2Frame.swift
[1108/1130] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1109/1130] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1110/1130] Compiling NIOHTTP2 HTTP2PingData.swift
[1111/1130] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1112/1130] Compiling NIOHTTP2 HTTP2Settings.swift
[1113/1130] Compiling NIOHTTP2 HTTP2Stream.swift
[1126/1130] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1127/1130] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1128/1130] Compiling NIOHTTP2 HTTP2Error.swift
[1129/1130] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1132/1188] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1133/1188] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1134/1188] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1135/1188] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1136/1188] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1137/1188] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1138/1188] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1139/1188] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1140/1196] Emitting module AsyncHTTPClient
[1141/1196] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1142/1196] Compiling AsyncHTTPClient RequestBodyLength.swift
[1143/1196] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1144/1196] Compiling AsyncHTTPClient RequestOptions.swift
[1145/1196] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1146/1196] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1147/1196] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1148/1196] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1149/1196] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1150/1196] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1151/1196] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1152/1196] Compiling AsyncHTTPClient Transaction.swift
[1153/1196] Compiling AsyncHTTPClient Base64.swift
[1154/1196] Compiling AsyncHTTPClient BasicAuth.swift
[1155/1196] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1156/1196] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1157/1196] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1158/1196] Compiling AsyncHTTPClient RequestBag.swift
[1159/1196] Compiling AsyncHTTPClient RequestValidation.swift
[1160/1196] Compiling AsyncHTTPClient SSLContextCache.swift
[1161/1196] Compiling AsyncHTTPClient Scheme.swift
[1162/1196] Compiling AsyncHTTPClient Singleton.swift
[1163/1196] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1164/1196] Compiling AsyncHTTPClient Utils.swift
[1165/1196] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1166/1196] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1167/1196] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1168/1196] Compiling AsyncHTTPClient ConnectionTarget.swift
[1169/1196] Compiling AsyncHTTPClient DeconstructedURL.swift
[1170/1196] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1171/1196] Compiling AsyncHTTPClient FoundationExtensions.swift
[1172/1196] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1173/1196] Compiling AsyncHTTPClient HTTP2Connection.swift
[1174/1196] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1175/1196] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1176/1196] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1177/1196] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1178/1196] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1179/1196] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1180/1196] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1181/1196] Compiling AsyncHTTPClient ConnectionPool.swift
[1182/1196] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1183/1196] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1184/1196] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1185/1196] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1186/1196] Compiling AsyncHTTPClient HTTP1Connection.swift
[1187/1196] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1188/1196] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1189/1196] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1190/1196] Compiling AsyncHTTPClient HTTPClient.swift
[1191/1196] Compiling AsyncHTTPClient HTTPHandler.swift
[1192/1196] Compiling AsyncHTTPClient LRUCache.swift
[1193/1196] Compiling AsyncHTTPClient NWErrorHandler.swift
[1194/1196] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1195/1196] Compiling AsyncHTTPClient TLSConfiguration.swift
[1196/1196] Compiling AsyncHTTPClient RedirectState.swift
[1198/1366] Compiling Vapor HTTPServerResponseEncoder.swift
[1199/1366] Compiling Vapor HTTPServerUpgradeHandler.swift
[1200/1366] Compiling Vapor Logger+Report.swift
[1201/1366] Compiling Vapor LoggingSystem+Environment.swift
[1202/1366] Compiling Vapor Application+Middleware.swift
[1203/1366] Compiling Vapor CORSMiddleware.swift
[1204/1366] Compiling Vapor ErrorMiddleware.swift
[1205/1366] Compiling Vapor FileMiddleware.swift
[1206/1366] Compiling Vapor Middleware.swift
[1207/1366] Compiling Vapor MiddlewareConfiguration.swift
[1208/1366] Compiling Vapor ResponseCompressionMiddleware.swift
[1209/1366] Compiling Vapor RouteLoggingMiddleware.swift
[1210/1366] Compiling Vapor TracingMiddleware.swift
[1211/1366] Compiling Vapor File+Multipart.swift
[1212/1366] Compiling Vapor FormDataDecoder+Content.swift
[1213/1366] Compiling Vapor FormDataEncoder+Content.swift
[1214/1366] Compiling Vapor Application+Password.swift
[1215/1366] Compiling Vapor Application+Passwords.swift
[1216/1366] Compiling Vapor AsyncPasswordHasher.swift
[1217/1366] Compiling Vapor BcryptHasher.swift
[1218/1366] Compiling Vapor PasswordHasher.swift
[1219/1366] Compiling Vapor PlaintextHasher.swift
[1220/1366] Compiling Vapor Request+Password.swift
[1221/1366] Compiling Vapor Redirect.swift
[1222/1390] Compiling Vapor Application.swift
[1223/1390] Compiling Vapor AuthenticationCache.swift
[1224/1390] Compiling Vapor Authenticator.swift
[1225/1390] Compiling Vapor BasicAuthorization.swift
[1226/1390] Compiling Vapor BearerAuthorization.swift
[1227/1390] Compiling Vapor GuardMiddleware.swift
[1228/1390] Compiling Vapor RedirectMiddleware.swift
[1229/1390] Compiling Vapor SessionAuthenticatable.swift
[1230/1390] Compiling Vapor Bcrypt.swift
[1231/1390] Compiling Vapor Application+Cache.swift
[1232/1390] Compiling Vapor Cache.swift
[1233/1390] Compiling Vapor CacheExpirationTime.swift
[1234/1390] Compiling Vapor MemoryCache.swift
[1235/1390] Compiling Vapor Request+Cache.swift
[1236/1390] Compiling Vapor Application+Clients.swift
[1237/1390] Compiling Vapor Client.swift
[1238/1390] Compiling Vapor ClientRequest.swift
[1239/1390] Compiling Vapor ClientResponse.swift
[1240/1390] Compiling Vapor Request+Client.swift
[1241/1390] Compiling Vapor BootCommand.swift
[1242/1390] Compiling Vapor CommandContext+Application.swift
[1243/1390] Compiling Vapor RoutesCommand.swift
[1244/1390] Compiling Vapor ServeCommand.swift
[1245/1390] Compiling Vapor AnyResponse+Concurrency.swift
[1246/1414] Compiling Vapor Validator.swift
[1247/1414] Compiling Vapor ValidatorResult.swift
[1248/1414] Compiling Vapor And.swift
[1249/1414] Compiling Vapor Case.swift
[1250/1414] Compiling Vapor CharacterSet.swift
[1251/1414] Compiling Vapor Count.swift
[1252/1414] Compiling Vapor Custom.swift
[1253/1414] Compiling Vapor Email.swift
[1254/1414] Compiling Vapor Empty.swift
[1255/1414] Compiling Vapor In.swift
[1256/1414] Compiling Vapor Nil.swift
[1257/1414] Compiling Vapor NilIgnoring.swift
[1258/1414] Compiling Vapor Not.swift
[1259/1414] Compiling Vapor Or.swift
[1260/1414] Compiling Vapor Pattern.swift
[1261/1414] Compiling Vapor Range.swift
[1262/1414] Compiling Vapor URL.swift
[1263/1414] Compiling Vapor Valid.swift
[1264/1414] Compiling Vapor Application+Views.swift
[1265/1414] Compiling Vapor PlaintextRenderer.swift
[1266/1414] Compiling Vapor Request+View.swift
[1267/1414] Compiling Vapor View.swift
[1268/1414] Compiling Vapor ViewRenderer.swift
[1269/1414] Compiling Vapor _Deprecations.swift
[1270/1414] Compiling Vapor Bytes+Hex.swift
[1271/1414] Compiling Vapor Bytes+SecureCompare.swift
[1272/1414] Compiling Vapor Collection+Safe.swift
[1273/1414] Compiling Vapor DataProtocol+Copy.swift
[1274/1414] Compiling Vapor DecoderUnwrapper.swift
[1275/1414] Compiling Vapor DirectoryConfiguration.swift
[1276/1414] Compiling Vapor DotEnv.swift
[1277/1414] Compiling Vapor Extendable.swift
[1278/1414] Compiling Vapor File.swift
[1279/1414] Compiling Vapor FileIO.swift
[1280/1414] Compiling Vapor LifecycleHandler.swift
[1281/1414] Compiling Vapor OptionalType.swift
[1282/1414] Compiling Vapor RFC1123.swift
[1283/1414] Compiling Vapor SocketAddress+Hostname.swift
[1284/1414] Compiling Vapor Storage.swift
[1285/1414] Compiling Vapor String+IsIPAddress.swift
[1286/1414] Compiling Vapor Thread.swift
[1287/1414] Compiling Vapor URI.swift
[1288/1414] Compiling Vapor RangeResult.swift
[1289/1414] Compiling Vapor Validatable.swift
[1290/1414] Compiling Vapor Validation.swift
[1291/1414] Compiling Vapor ValidationKey.swift
[1292/1414] Compiling Vapor Validations.swift
[1293/1414] Compiling Vapor ValidationsError.swift
[1294/1414] Compiling Vapor HTTPStatus.swift
[1295/1414] Compiling Vapor HTTPCookies.swift
[1296/1414] Compiling Vapor HTTPHeaderCacheControl.swift
[1297/1414] Compiling Vapor HTTPHeaderExpires.swift
[1298/1414] Compiling Vapor HTTPHeaderLastModified.swift
[1299/1414] Compiling Vapor HTTPHeaders+Cache.swift
[1300/1414] Compiling Vapor HTTPHeaders+Connection.swift
[1301/1414] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1302/1414] Compiling Vapor HTTPHeaders+ContentRange.swift
[1303/1414] Compiling Vapor HTTPHeaders+Directive.swift
[1304/1414] Compiling Vapor HTTPHeaders+Forwarded.swift
[1305/1414] Compiling Vapor HTTPHeaders+Link.swift
[1306/1414] Compiling Vapor HTTPHeaders+Name.swift
[1307/1414] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1308/1414] Compiling Vapor HTTPHeaders.swift
[1309/1414] Compiling Vapor HTTPMediaType.swift
[1310/1414] Compiling Vapor HTTPMediaTypePreference.swift
[1311/1414] Compiling Vapor Responder.swift
[1312/1414] Compiling Vapor Application+HTTP+Server.swift
[1313/1414] Compiling Vapor HTTPServer.swift
[1314/1414] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1315/1414] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1316/1414] Compiling Vapor HTTPServerHandler.swift
[1317/1414] Compiling Vapor HTTPServerRequestDecoder.swift
[1318/1414] Compiling Vapor Request+Body.swift
[1319/1414] Compiling Vapor Request+BodyStream.swift
[1320/1414] Compiling Vapor Request.swift
[1321/1414] Compiling Vapor Application+Responder.swift
[1322/1414] Compiling Vapor DefaultResponder.swift
[1323/1414] Compiling Vapor Response+Body.swift
[1324/1414] Compiling Vapor Response.swift
[1325/1414] Compiling Vapor ResponseCodable.swift
[1326/1414] Compiling Vapor Application+Routes.swift
[1327/1414] Compiling Vapor Parameters+Require.swift
[1328/1414] Compiling Vapor Request+WebSocket.swift
[1329/1414] Compiling Vapor Route.swift
[1330/1414] Compiling Vapor RouteCollection.swift
[1331/1414] Compiling Vapor Routes.swift
[1332/1414] Compiling Vapor RoutesBuilder+Group.swift
[1333/1414] Compiling Vapor RoutesBuilder+Method.swift
[1334/1414] Compiling Vapor RoutesBuilder+Middleware.swift
[1335/1414] Compiling Vapor RoutesBuilder+WebSocket.swift
[1336/1414] Compiling Vapor RoutesBuilder.swift
[1337/1414] Compiling Vapor OTP.swift
[1338/1414] Compiling Vapor Application+Servers.swift
[1339/1414] Compiling Vapor Server.swift
[1340/1414] Compiling Vapor App+Service.swift
[1341/1414] Compiling Vapor Req+Service.swift
[1342/1414] Compiling Vapor Core.swift
[1343/1414] Compiling Vapor Running.swift
[1344/1414] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1345/1414] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1346/1414] Compiling Vapor DotEnvFile+load.swift
[1347/1414] Compiling Vapor Routes+caseInsenstive.swift
[1348/1414] Compiling Vapor Validatable+validate.swift
[1349/1414] Compiling Vapor Environment+Process.swift
[1350/1414] Compiling Vapor Environment+Secret.swift
[1351/1414] Compiling Vapor Environment.swift
[1352/1414] Compiling Vapor Abort.swift
[1353/1414] Compiling Vapor AbortError.swift
[1354/1414] Compiling Vapor DebuggableError.swift
[1355/1414] Compiling Vapor Demangler.swift
[1356/1414] Compiling Vapor ErrorSource.swift
[1357/1414] Compiling Vapor StackTrace.swift
[1358/1414] Compiling Vapor Exports.swift
[1359/1414] Compiling Vapor Application+HTTP.swift
[1360/1414] Compiling Vapor BasicResponder.swift
[1361/1414] Compiling Vapor BodyStream.swift
[1362/1414] Compiling Vapor Application+HTTP+Client.swift
[1363/1414] Compiling Vapor EventLoopHTTPClient.swift
[1364/1414] Compiling Vapor EndpointCache.swift
[1365/1414] Compiling Vapor HTTPMethod+String.swift
[1366/1414] Compiling Vapor Service.swift
[1367/1414] Compiling Vapor Application+Sessions.swift
[1368/1414] Compiling Vapor MemorySessions.swift
[1369/1414] Compiling Vapor Request+Session.swift
[1370/1414] Compiling Vapor Session.swift
[1371/1414] Compiling Vapor SessionCache.swift
[1372/1414] Compiling Vapor SessionData.swift
[1373/1414] Compiling Vapor SessionDriver.swift
[1374/1414] Compiling Vapor SessionsConfiguration.swift
[1375/1414] Compiling Vapor SessionsMiddleware.swift
[1376/1414] Compiling Vapor URLEncodedFormData.swift
[1377/1414] Compiling Vapor URLEncodedFormDecoder.swift
[1378/1414] Compiling Vapor URLEncodedFormEncoder.swift
[1379/1414] Compiling Vapor URLEncodedFormError.swift
[1380/1414] Compiling Vapor URLEncodedFormParser.swift
[1381/1414] Compiling Vapor URLEncodedFormSerializer.swift
[1382/1414] Compiling Vapor URLQueryFragmentConvertible.swift
[1383/1414] Compiling Vapor AnyResponse.swift
[1384/1414] Compiling Vapor Array+Random.swift
[1385/1414] Compiling Vapor Base32.swift
[1386/1414] Compiling Vapor Base64.swift
[1387/1414] Compiling Vapor BaseN.swift
[1388/1414] Compiling Vapor BasicCodingKey.swift
[1389/1414] Compiling Vapor ByteCount.swift
[1390/1414] Compiling Vapor AsyncBasicResponder.swift
[1391/1414] Compiling Vapor AsyncMiddleware.swift
[1392/1414] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1393/1414] Compiling Vapor AsyncSessionDriver.swift
[1394/1414] Compiling Vapor Authentication+Concurrency.swift
[1395/1414] Compiling Vapor Cache+Concurrency.swift
[1396/1414] Compiling Vapor Client+Concurrency.swift
[1397/1414] Compiling Vapor RequestBody+Concurrency.swift
[1398/1414] Compiling Vapor Responder+Concurrency.swift
[1399/1414] Compiling Vapor ResponseCodable+Concurrency.swift
[1400/1414] Compiling Vapor RoutesBuilder+Concurrency.swift
[1401/1414] Compiling Vapor ViewRenderer+Concurrency.swift
[1402/1414] Compiling Vapor WebSocket+Concurrency.swift
[1403/1414] Compiling Vapor ContainerGetPathExecutor.swift
[1404/1414] Compiling Vapor Content.swift
[1405/1414] Compiling Vapor ContentCoders.swift
[1406/1414] Compiling Vapor ContentConfiguration.swift
[1407/1414] Compiling Vapor ContentContainer.swift
[1408/1414] Compiling Vapor JSONCoder+Custom.swift
[1409/1414] Compiling Vapor JSONCoders+Content.swift
[1410/1414] Compiling Vapor PlaintextDecoder.swift
[1411/1414] Compiling Vapor PlaintextEncoder.swift
[1412/1414] Compiling Vapor URLQueryCoders.swift
[1413/1414] Compiling Vapor URLQueryContainer.swift
[1414/1414] Emitting module Vapor
[1416/1427] Compiling Redis RedisConfiguration.swift
[1417/1428] Compiling Redis Redis+Cache.swift
[1418/1428] Compiling Redis Redis+Concurrency.swift
[1419/1428] Compiling Redis Redis+Sessions.swift
[1420/1428] Compiling Redis RedisClient+Codable.swift
[1421/1428] Compiling Redis RedisID.swift
[1422/1428] Compiling Redis RedisStorage.swift
[1423/1428] Compiling Redis Application.Redis+configuration.swift
[1424/1428] Compiling Redis Exports.swift
[1425/1428] Compiling Redis Application+Redis.swift
[1426/1428] Compiling Redis Application.Redis+PubSub.swift
[1427/1428] Emitting module Redis
[1428/1428] Compiling Redis Request+Redis.swift
[1430/1444] 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
[1431/1444] 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
[1432/1444] 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
[1433/1444] 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
[1434/1444] 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
[1435/1444] 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
[1436/1444] 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
[1437/1444] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1438/1445] 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
[1439/1445] 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
[1440/1445] 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
[1441/1445] 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
[1442/1445] 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
[1443/1445] 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
[1444/1445] 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
[1445/1445] 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.0 linux