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