Build Information
Successful build of hummingbird-redis, reference main (02b2a2
), with Swift 6.0 for Linux on 5 Apr 2025 20:20:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-redis.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-redis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 02b2a28 Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#41)
Cloned https://github.com/hummingbird-project/hummingbird-redis.git
Revision (git rev-parse @):
02b2a2844f2679d85201a3e292af9d869e069a1d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-redis.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-redis.git
https://github.com/hummingbird-project/hummingbird-redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "redistack",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/RediStack.git"
}
],
"manifest_display_name" : "hummingbird-redis",
"name" : "hummingbird-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdRedis",
"targets" : [
"HummingbirdRedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdRedisTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedisTests",
"path" : "Tests/HummingbirdRedisTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting"
],
"sources" : [
"PersistTests.swift",
"RedisTests.swift"
],
"target_dependencies" : [
"HummingbirdRedis"
],
"type" : "test"
},
{
"c99name" : "HummingbirdRedis",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedis",
"path" : "Sources/HummingbirdRedis",
"product_dependencies" : [
"Hummingbird",
"RediStack"
],
"product_memberships" : [
"HummingbirdRedis"
],
"sources" : [
"Deprecations.swift",
"Persist+Redis.swift",
"Redis+Codable.swift",
"RedisConfiguration.swift",
"RedisConnectionPoolService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/RediStack.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/4702] Fetching redistack
[1600/28955] Fetching redistack, hummingbird
Fetched https://github.com/swift-server/RediStack.git from cache (0.42s)
[5821/24253] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.99s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (2.18s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/3825] Fetching swift-log
[499/5996] Fetching swift-log, swift-metrics
[2790/7701] Fetching swift-log, swift-metrics, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
[1/74711] Fetching swift-nio
[39598/89186] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.82s)
Fetched https://github.com/apple/swift-metrics.git from cache (4.43s)
Fetched https://github.com/apple/swift-nio.git from cache (4.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.39s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.11.0 (0.64s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2450] Fetching swift-nio-transport-services
[442/7408] Fetching swift-nio-transport-services, swift-distributed-tracing
[665/9771] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle
[7433/15407] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle, swift-nio-extras
[9280/26873] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle, swift-nio-extras, swift-nio-http2
[15941/40615] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.84s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.85s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.89s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.90s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/890] Fetching swift-http-types
[891/5777] Fetching swift-http-types, swift-async-algorithms
[4557/21680] Fetching swift-http-types, swift-async-algorithms, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
[6001/20790] Fetching swift-async-algorithms, swift-collections
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.39s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.41s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
[4453/15903] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.44s)
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.07s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.66s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.70s)
Fetching https://github.com/apple/swift-service-context.git
[1/1047] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.92s)
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.1 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.13s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1120] Fetching swift-http-structured-headers
[259/6983] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.73s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.98s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.1 (1.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.12s)
Fetching https://github.com/apple/swift-system.git
[1/4224] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.64s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.71s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.65s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.11.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Building for debugging...
[0/450] Write sources
[30/450] Compiling CNIOWindows WSAStartup.c
[30/450] Write sources
[37/450] Compiling CNIOWindows shim.c
[38/450] Compiling CNIODarwin shim.c
[38/450] Compiling CNIOLinux liburing_shims.c
[38/450] Compiling _AtomicsShims.c
[41/450] Compiling CNIOWASI CNIOWASI.c
[42/450] Compiling CNIOLLHTTP c_nio_http.c
[43/450] Compiling fiat_p256_adx_sqr.S
[43/450] Compiling fiat_p256_adx_mul.S
[45/450] Compiling CNIOLinux shim.c
[46/450] Compiling fiat_curve25519_adx_square.S
[47/450] Compiling CNIOLLHTTP c_nio_api.c
[48/450] Compiling fiat_curve25519_adx_mul.S
[49/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/450] Compiling CNIOBoringSSLShims shims.c
[51/450] Write swift-version-24593BA9C3E375BF.txt
[52/450] Compiling tls13_enc.cc
[53/450] Compiling tls_record.cc
[54/450] Compiling tls_method.cc
[55/450] Compiling tls13_client.cc
[56/450] Compiling t1_enc.cc
[57/450] Compiling tls13_server.cc
[58/481] Compiling tls13_both.cc
[59/492] Compiling ssl_x509.cc
[61/495] Emitting module Logging
[62/495] Emitting module CoreMetrics
[63/495] Compiling _NIOBase64 Base64.swift
[64/495] Emitting module _NIOBase64
[65/496] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/496] Compiling InternalCollectionsUtilities Specialize.swift
[67/496] Emitting module ServiceContextModule
[68/498] Compiling ServiceContextModule ServiceContext.swift
[69/498] Compiling ServiceContextModule ServiceContextKey.swift
[70/498] Emitting module InternalCollectionsUtilities
[71/499] Compiling ConcurrencyHelpers LockedValueBox.swift
[72/499] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/499] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/499] Compiling InternalCollectionsUtilities Debugging.swift
[75/499] Compiling InternalCollectionsUtilities Descriptions.swift
[76/499] Compiling HTTPTypes ISOLatin1String.swift
[77/500] Compiling _NIODataStructures PriorityQueue.swift
[78/500] Compiling HTTPTypes HTTPResponse.swift
[79/500] Compiling HTTPTypes HTTPRequest.swift
[80/500] Compiling HTTPTypes HTTPParsedFields.swift
[81/500] Compiling HTTPTypes HTTPFieldName.swift
[82/500] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/500] Compiling _NIODataStructures _TinyArray.swift
[84/500] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/500] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/500] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[88/500] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[89/500] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[90/500] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/500] Compiling InternalCollectionsUtilities Integer rank.swift
[92/500] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/500] Compiling HTTPTypes HTTPField.swift
[94/500] Emitting module HTTPTypes
[97/500] Compiling CoreMetrics Metrics.swift
[98/500] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/526] Compiling Atomics UnsafeAtomic.swift
[102/526] Compiling Atomics UnsafeAtomicLazyReference.swift
[103/528] Compiling Atomics ManagedAtomic.swift
[104/528] Compiling Atomics ManagedAtomicLazyReference.swift
[105/528] Compiling Atomics AtomicMemoryOrderings.swift
[106/528] Compiling Atomics DoubleWord.swift
[107/528] Emitting module _NIODataStructures
[108/528] Compiling _NIODataStructures Heap.swift
[109/529] Emitting module ConcurrencyHelpers
[110/529] Compiling ConcurrencyHelpers Lock.swift
[111/530] Compiling Instrumentation NoOpInstrument.swift
[112/530] Compiling CoreMetrics Locks.swift
[113/530] Compiling Logging MetadataProvider.swift
[114/530] Compiling HTTPTypes NIOLock.swift
[115/531] Compiling Logging Logging.swift
[116/531] Compiling Logging LogHandler.swift
[117/531] Compiling Logging Locks.swift
[118/532] Emitting module Instrumentation
[119/532] Compiling Instrumentation MultiplexInstrument.swift
[122/532] Compiling Instrumentation Instrument.swift
[123/532] Compiling Instrumentation InstrumentationSystem.swift
[124/532] Compiling Instrumentation Locks.swift
[128/533] Compiling Atomics IntegerOperations.swift
[129/533] Compiling Atomics Unmanaged extensions.swift
[130/533] Compiling Atomics Primitives.shims.swift
[131/533] Compiling Atomics AtomicInteger.swift
[132/533] Compiling Atomics AtomicOptionalWrappable.swift
[133/533] Compiling Atomics AtomicReference.swift
[134/533] Compiling Atomics AtomicStorage.swift
[135/533] Compiling Atomics AtomicValue.swift
[135/601] Compiling ssl_versions.cc
[137/668] Compiling HeapModule Heap+Invariants.swift
[138/676] Compiling HeapModule Heap+Descriptions.swift
[139/676] Compiling Tracing InstrumentationSystem+Tracing.swift
[140/676] Compiling HeapModule _HeapNode.swift
[141/676] Compiling UnixSignals UnixSignal.swift
[142/676] Compiling HeapModule Heap.swift
[143/676] Compiling Tracing TracingTime.swift
[144/676] Compiling HeapModule Heap+UnsafeHandle.swift
[145/676] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[146/676] Emitting module UnixSignals
[147/676] Compiling UnixSignals UnixSignalsSequence.swift
[149/677] Emitting module HeapModule
[150/678] Compiling Tracing TracerProtocol.swift
[151/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[159/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[160/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[161/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[162/678] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[163/678] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[164/678] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[166/685] Compiling Tracing Tracer.swift
[167/685] Compiling Tracing TracerProtocol+Legacy.swift
[168/685] Emitting module Tracing
[169/685] Compiling OrderedCollections OrderedDictionary.swift
[170/685] Compiling OrderedCollections OrderedSet+Codable.swift
[171/685] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[172/685] Compiling OrderedCollections OrderedSet+Descriptions.swift
[173/685] Compiling OrderedCollections OrderedSet+Diffing.swift
[174/685] Compiling OrderedCollections OrderedSet+Equatable.swift
[175/685] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[176/685] Compiling OrderedCollections OrderedSet+Hashable.swift
[177/776] Compiling Tracing SpanProtocol.swift
[178/776] Compiling Tracing NoOpTracer.swift
[179/777] Compiling HashTreeCollections _Bucket.swift
[180/777] Compiling HashTreeCollections _Hash.swift
[181/777] Compiling HashTreeCollections _HashLevel.swift
[182/777] Compiling HashTreeCollections _HashNode+Builder.swift
[183/777] Compiling HashTreeCollections _HashNode+Debugging.swift
[184/777] Compiling HashTreeCollections _HashNode+Initializers.swift
[185/777] Compiling HashTreeCollections _HashNode+Invariants.swift
[186/777] Compiling HashTreeCollections _HashNode+Lookups.swift
[187/777] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[188/777] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[189/777] Compiling HashTreeCollections _HashNode.swift
[190/777] Compiling HashTreeCollections _HashNodeHeader.swift
[191/777] Compiling HashTreeCollections _HashSlot.swift
[192/777] Compiling HashTreeCollections _HashStack.swift
[193/777] Compiling HashTreeCollections _AncestorHashSlots.swift
[194/777] Compiling HashTreeCollections _Bitmap.swift
[195/777] Compiling DequeModule Deque+CustomReflectable.swift
[196/777] Compiling DequeModule Deque+Descriptions.swift
[198/779] Compiling DequeModule Deque+Testing.swift
[199/779] Compiling DequeModule Deque._Storage.swift
[200/779] Compiling DequeModule _DequeBuffer.swift
[201/779] Compiling DequeModule _DequeBufferHeader.swift
[202/779] Compiling DequeModule Deque._UnsafeHandle.swift
[203/779] Compiling DequeModule Deque.swift
[204/779] Compiling DequeModule _DequeSlot.swift
[205/779] Compiling DequeModule _UnsafeWrappedBuffer.swift
[208/779] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[209/779] Compiling HashTreeCollections TreeSet+Debugging.swift
[210/779] Compiling HashTreeCollections TreeSet+Descriptions.swift
[211/779] Compiling HashTreeCollections TreeSet+Equatable.swift
[212/779] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[213/779] Compiling HashTreeCollections TreeSet+Extras.swift
[214/779] Compiling HashTreeCollections TreeSet+Filter.swift
[215/779] Compiling HashTreeCollections TreeSet+Hashable.swift
[216/779] Compiling HashTreeCollections TreeSet+Sendable.swift
[217/788] Compiling DequeModule Deque+Equatable.swift
[218/788] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[219/788] Compiling DequeModule Deque+Extras.swift
[220/788] Compiling DequeModule Deque+Hashable.swift
[223/788] Compiling HTTPTypes HTTPFields.swift
[226/789] Compiling _RopeModule Rope+Join.swift
[227/789] Compiling _RopeModule Rope+MutatingForEach.swift
[228/789] Compiling _RopeModule Rope+Remove.swift
[229/789] Compiling _RopeModule Rope+RemoveSubrange.swift
[230/789] Compiling _RopeModule Rope+Split.swift
[231/789] Compiling _RopeModule Optional Utilities.swift
[232/789] Compiling _RopeModule String Utilities.swift
[233/789] Compiling _RopeModule String.Index+ABI.swift
[239/799] Compiling DequeModule Deque+Codable.swift
[240/799] Compiling DequeModule Deque+Collection.swift
[257/799] Compiling HashTreeCollections TreeDictionary.swift
[258/799] Compiling HashTreeCollections TreeSet+Codable.swift
[259/799] Compiling HashTreeCollections TreeSet+Collection.swift
[267/799] Compiling HashTreeCollections TreeDictionary+Keys.swift
[268/799] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[269/799] Compiling HashTreeCollections TreeDictionary+Merge.swift
[270/799] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[271/799] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[272/799] Compiling HashTreeCollections TreeDictionary+Values.swift
[276/799] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[277/799] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[278/799] Compiling HashTreeCollections TreeDictionary+Filter.swift
[279/799] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[280/799] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[306/799] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[307/799] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[308/799] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[309/799] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[310/799] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[311/799] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[312/799] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[313/799] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[314/799] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[315/799] Compiling HashTreeCollections TreeSet.swift
[315/799] Compiling ssl_transcript.cc
[317/799] Emitting module DequeModule
[325/800] Emitting module Atomics
[327/801] Compiling HashTreeCollections _HashTreeIterator.swift
[328/801] Compiling HashTreeCollections _HashTreeStatistics.swift
[329/801] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[330/801] Compiling HashTreeCollections _RawHashNode.swift
[331/801] Compiling HashTreeCollections _UnmanagedHashNode.swift
[332/801] Compiling HashTreeCollections _UnsafePath.swift
[333/801] Compiling HashTreeCollections TreeDictionary+Codable.swift
[334/801] Compiling HashTreeCollections TreeDictionary+Collection.swift
[335/801] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[336/801] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[337/801] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[337/801] Compiling ssl_stat.cc
[339/801] Emitting module OrderedCollections
[350/802] Emitting module _RopeModule
[350/802] Compiling ssl_session.cc
[351/802] Compiling ssl_privkey.cc
[353/802] Compiling Metrics Metrics.swift
[354/802] Emitting module Metrics
[356/848] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[357/848] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[358/848] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[359/848] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[360/848] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[361/848] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[362/848] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[363/848] Compiling AsyncAlgorithms ChannelStateMachine.swift
[364/848] Compiling AsyncAlgorithms ChannelStorage.swift
[365/848] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[366/848] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[367/848] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[368/848] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[369/848] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[370/848] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[371/848] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[372/848] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[373/848] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[374/848] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[375/848] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[376/848] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[377/848] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[377/848] Compiling ssl_key_share.cc
[379/848] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[380/848] Compiling AsyncAlgorithms CombineLatestStorage.swift
[381/848] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[382/848] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[383/848] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[384/848] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[385/848] Compiling AsyncAlgorithms AsyncChannel.swift
[386/848] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[387/848] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[388/848] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[389/848] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[403/848] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[404/848] Compiling AsyncAlgorithms MergeStateMachine.swift
[405/848] Compiling AsyncAlgorithms MergeStorage.swift
[406/848] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[407/848] Compiling AsyncAlgorithms Rethrow.swift
[408/848] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[409/848] Compiling AsyncAlgorithms DebounceStateMachine.swift
[410/848] Compiling AsyncAlgorithms DebounceStorage.swift
[411/848] Compiling AsyncAlgorithms Dictionary.swift
[412/848] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[413/848] Compiling AsyncAlgorithms Locking.swift
[419/849] Compiling ssl_file.cc
[420/849] Compiling ssl_lib.cc
[421/849] Compiling ssl_credential.cc
[423/849] Emitting module AsyncAlgorithms
[430/855] Compiling ssl_cipher.cc
[431/855] Compiling ssl_cert.cc
[432/855] Compiling ssl_buffer.cc
[433/855] Compiling ssl_asn1.cc
[434/855] Compiling ssl_aead_ctx.cc
[436/855] Emitting module HashTreeCollections
[449/856] Compiling s3_pkt.cc
[450/856] Compiling s3_both.cc
[451/856] Compiling s3_lib.cc
[477/856] Compiling handshake_server.cc
[478/856] Compiling handshake.cc
[479/856] Compiling handshake_client.cc
[481/856] Compiling AsyncAlgorithms SetAlgebra.swift
[482/856] Compiling AsyncAlgorithms UnsafeTransfer.swift
[483/856] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[484/856] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[485/856] Compiling AsyncAlgorithms ZipStateMachine.swift
[486/856] Compiling AsyncAlgorithms ZipStorage.swift
[487/857] Compiling handoff.cc
[488/865] Compiling dtls_record.cc
[489/865] Compiling encrypted_client_hello.cc
[490/865] Compiling extensions.cc
[491/865] Compiling md5-x86_64-linux.S
[492/865] Compiling md5-x86_64-apple.S
[493/865] Compiling md5-586-linux.S
[495/865] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[496/866] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[497/866] Emitting module ServiceLifecycle
[497/866] Compiling md5-586-apple.S
[499/866] Compiling ServiceLifecycle GracefulShutdown.swift
[500/866] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[501/866] Compiling ServiceLifecycle CancellationWaiter.swift
[501/866] Compiling d1_srtp.cc
[502/866] Compiling dtls_method.cc
[504/866] Compiling ServiceLifecycle ServiceRunnerError.swift
[504/866] Compiling chacha20_poly1305_x86_64-apple.S
[505/866] Compiling d1_pkt.cc
[506/866] Compiling chacha20_poly1305_x86_64-linux.S
[507/866] Compiling err_data.cc
[508/866] Compiling chacha20_poly1305_armv8-win.S
[509/866] Compiling chacha20_poly1305_armv8-linux.S
[510/866] Compiling chacha20_poly1305_armv8-apple.S
[511/866] Compiling chacha-x86_64-linux.S
[512/866] Compiling chacha-x86-linux.S
[513/866] Compiling chacha-x86_64-apple.S
[514/866] Compiling chacha-armv8-win.S
[515/866] Compiling chacha-x86-apple.S
[516/866] Compiling chacha-armv8-apple.S
[517/866] Compiling chacha-armv8-linux.S
[518/866] Compiling chacha-armv4-linux.S
[519/866] Compiling aes128gcmsiv-x86_64-linux.S
[520/866] Compiling aes128gcmsiv-x86_64-apple.S
[520/866] Compiling bio_ssl.cc
[522/866] Compiling x86_64-mont5-apple.S
[523/866] Compiling x86_64-mont5-linux.S
[524/866] Compiling x86_64-mont-apple.S
[525/866] Compiling x86_64-mont-linux.S
[526/866] Compiling x86-mont-linux.S
[527/866] Compiling x86-mont-apple.S
[528/866] Compiling vpaes-x86_64-linux.S
[529/866] Compiling vpaes-x86-linux.S
[530/866] Compiling vpaes-x86_64-apple.S
[531/866] Compiling vpaes-armv8-win.S
[532/866] Compiling vpaes-x86-apple.S
[533/866] Compiling vpaes-armv7-linux.S
[534/866] Compiling vpaes-armv8-linux.S
[535/866] Compiling vpaes-armv8-apple.S
[536/866] Compiling sha512-x86_64-apple.S
[537/866] Compiling d1_lib.cc
[538/866] Compiling sha512-x86_64-linux.S
[539/866] Compiling sha512-armv8-linux.S
[539/866] Compiling sha512-armv8-win.S
[541/866] Compiling sha512-armv8-apple.S
[542/866] Compiling sha512-armv4-linux.S
[543/866] Compiling sha512-586-linux.S
[544/866] Compiling sha512-586-apple.S
[545/866] Compiling sha256-x86_64-apple.S
[546/866] Compiling sha256-armv8-win.S
[547/866] Compiling sha256-armv8-linux.S
[548/866] Compiling sha256-x86_64-linux.S
[549/866] Compiling sha256-armv4-linux.S
[550/866] Compiling sha256-armv8-apple.S
[551/866] Compiling sha256-586-linux.S
[552/866] Compiling sha1-x86_64-apple.S
[553/866] Compiling sha256-586-apple.S
[554/866] Compiling sha1-armv8-win.S
[555/866] Compiling sha1-armv8-linux.S
[556/866] Compiling sha1-x86_64-linux.S
[557/866] Compiling sha1-armv8-apple.S
[558/866] Compiling sha1-armv4-large-linux.S
[559/866] Compiling sha1-586-linux.S
[560/866] Compiling sha1-586-apple.S
[561/866] Compiling rdrand-x86_64-linux.S
[562/866] Compiling rdrand-x86_64-apple.S
[563/866] Compiling p256_beeu-x86_64-asm-linux.S
[564/866] Compiling rsaz-avx2-apple.S
[565/866] Compiling rsaz-avx2-linux.S
[566/866] Compiling p256_beeu-x86_64-asm-apple.S
[567/866] Compiling p256_beeu-armv8-asm-win.S
[568/866] Compiling p256_beeu-armv8-asm-apple.S
[569/866] Compiling p256_beeu-armv8-asm-linux.S
[570/866] Compiling p256-x86_64-asm-apple.S
[571/866] Compiling p256-armv8-asm-win.S
[572/866] Compiling p256-x86_64-asm-linux.S
[573/866] Compiling p256-armv8-asm-apple.S
[574/866] Compiling p256-armv8-asm-linux.S
[575/866] Compiling ghashv8-armv8-win.S
[576/866] Compiling ghashv8-armv8-apple.S
[577/866] Compiling ghashv8-armv8-linux.S
[578/866] Compiling ghashv8-armv7-linux.S
[579/866] Compiling ghash-x86-linux.S
[580/866] Compiling ghash-x86_64-apple.S
[581/866] Compiling ghash-x86_64-linux.S
[582/866] Compiling ghash-x86-apple.S
[583/866] Compiling ghash-ssse3-x86_64-linux.S
[584/866] Compiling ghash-ssse3-x86_64-apple.S
[585/866] Compiling ghash-neon-armv8-win.S
[586/866] Compiling ghash-ssse3-x86-linux.S
[587/866] Compiling ghash-neon-armv8-linux.S
[588/866] Compiling ghash-ssse3-x86-apple.S
[589/866] Compiling ghash-neon-armv8-apple.S
[590/866] Compiling ghash-armv4-linux.S
[591/866] Compiling co-586-linux.S
[592/866] Compiling co-586-apple.S
[593/866] Compiling bn-armv8-win.S
[594/866] Compiling bn-armv8-apple.S
[595/866] Compiling bn-armv8-linux.S
[596/866] Compiling bsaes-armv7-linux.S
[598/866] Compiling ServiceLifecycle Service.swift
[599/866] Compiling ServiceLifecycle ServiceGroup.swift
[599/867] Compiling bn-586-apple.S
[600/867] Compiling bn-586-linux.S
[600/867] Compiling armv8-mont-win.S
[602/867] Compiling armv8-mont-linux.S
[603/867] Compiling aesv8-gcm-armv8-linux.S
[604/867] Compiling armv4-mont-linux.S
[605/867] Compiling aesv8-gcm-armv8-win.S
[606/867] Compiling armv8-mont-apple.S
[607/867] Compiling d1_both.cc
[608/867] Compiling aesv8-gcm-armv8-apple.S
[609/867] Compiling aesv8-armv8-linux.S
[610/867] Compiling aesv8-armv8-win.S
[611/867] Compiling aesv8-armv7-linux.S
[613/867] Compiling aesv8-armv8-apple.S
[614/867] Compiling aesni-x86_64-apple.S
[615/867] Compiling aesni-x86-linux.S
[616/867] Compiling aesni-x86_64-linux.S
[617/867] Compiling aesni-x86-apple.S
[618/867] Compiling aesni-gcm-x86_64-linux.S
[619/867] Compiling aesni-gcm-x86_64-apple.S
[620/867] Compiling x_sig.cc
[621/867] Compiling x_req.cc
[622/867] Compiling x_x509.cc
[623/867] Compiling x_val.cc
[624/867] Compiling x_spki.cc
[625/867] Compiling x_pubkey.cc
[626/867] Compiling x_x509a.cc
[627/867] Compiling x_name.cc
[628/867] Compiling x_algor.cc
[629/867] Compiling x_exten.cc
[630/867] Compiling x509spki.cc
[631/867] Compiling x_crl.cc
[632/867] Compiling x509name.cc
[633/867] Compiling x_attrib.cc
[634/867] Compiling x_all.cc
[635/867] Compiling x509rset.cc
[636/867] Compiling x509cset.cc
[637/867] Compiling x509_vpm.cc
[638/867] Compiling x509_v3.cc
[639/867] Compiling x509_txt.cc
[640/867] Compiling x509_vfy.cc
[641/867] Compiling x509_trs.cc
[642/867] Compiling x509_req.cc
[643/867] Compiling x509_set.cc
[644/867] Compiling x509_obj.cc
[645/867] Compiling x509_lu.cc
[646/867] Compiling x509_def.cc
[647/867] Compiling x509_d2.cc
[648/867] Compiling x509_ext.cc
[649/867] Compiling x509.cc
[650/867] Compiling x509_cmp.cc
[651/867] Compiling x509_att.cc
[652/867] Compiling v3_utl.cc
[653/867] Compiling v3_prn.cc
[654/867] Compiling v3_skey.cc
[655/867] Compiling v3_purp.cc
[656/867] Compiling v3_ocsp.cc
[657/867] Compiling v3_pcons.cc
[658/867] Compiling v3_pmaps.cc
[659/867] Compiling v3_ncons.cc
[660/867] Compiling v3_int.cc
[661/867] Compiling v3_info.cc
[662/867] Compiling v3_lib.cc
[663/867] Compiling v3_genn.cc
[664/867] Compiling v3_ia5.cc
[665/867] Compiling v3_extku.cc
[666/867] Compiling v3_enum.cc
[667/867] Compiling v3_crld.cc
[668/867] Compiling v3_bitst.cc
[669/867] Compiling v3_conf.cc
[670/867] Compiling v3_cpols.cc
[671/867] Compiling v3_bcons.cc
[672/867] Compiling v3_akeya.cc
[673/867] Compiling v3_alt.cc
[674/867] Compiling v3_akey.cc
[675/867] Compiling t_x509a.cc
[676/867] Compiling t_x509.cc
[677/867] Compiling t_crl.cc
[678/867] Compiling t_req.cc
[679/867] Compiling i2d_pr.cc
[680/867] Compiling rsa_pss.cc
[681/867] Compiling by_file.cc
[682/867] Compiling policy.cc
[683/867] Compiling name_print.cc
[684/867] Compiling algorithm.cc
[685/867] Compiling asn1_gen.cc
[686/867] Compiling by_dir.cc
[687/867] Compiling voprf.cc
[688/867] Compiling a_verify.cc
[689/867] Compiling a_digest.cc
[690/867] Compiling trust_token.cc
[691/867] Compiling thread_win.cc
[692/867] Compiling a_sign.cc
[693/867] Compiling thread_pthread.cc
[694/867] Compiling pmbtoken.cc
[695/867] Compiling thread_none.cc
[696/867] Compiling thread.cc
[697/867] Compiling stack.cc
[698/867] Compiling thash.cc
[699/867] Compiling wots.cc
[700/867] Compiling merkle.cc
[701/867] Compiling slhdsa.cc
[702/867] Compiling sha512.cc
[703/867] Compiling siphash.cc
[704/867] Compiling fors.cc
[705/867] Compiling sha1.cc
[706/867] Compiling sha256.cc
[707/867] Compiling rsa_print.cc
[708/867] Compiling rsa_extra.cc
[709/867] Compiling rc4.cc
[710/867] Compiling rsa_crypt.cc
[711/867] Compiling windows.cc
[712/867] Compiling refcount.cc
[713/867] Compiling rsa_asn1.cc
[714/867] Compiling urandom.cc
[715/867] Compiling trusty.cc
[716/867] Compiling rand_extra.cc
[717/867] Compiling getentropy.cc
[718/867] Compiling ios.cc
[719/867] Compiling passive.cc
[720/867] Compiling poly1305_arm_asm.S
[721/867] Compiling deterministic.cc
[722/867] Compiling forkunsafe.cc
[723/867] Compiling fork_detect.cc
[724/867] Compiling pool.cc
[725/867] Compiling poly1305_arm.cc
[726/867] Compiling poly1305.cc
[727/867] Compiling poly1305_vec.cc
[728/867] Compiling pkcs7.cc
[729/867] Compiling pkcs8_x509.cc
[730/867] Compiling pkcs8.cc
[731/867] Compiling pkcs7_x509.cc
[732/867] Compiling p5_pbev2.cc
[733/867] Compiling pem_xaux.cc
[734/867] Compiling pem_x509.cc
[735/867] Compiling pem_pkey.cc
[736/867] Compiling pem_pk8.cc
[737/867] Compiling obj_xref.cc
[738/867] Compiling pem_lib.cc
[739/867] Compiling obj.cc
[740/867] Compiling pem_info.cc
[741/867] Compiling pem_oth.cc
[742/867] Compiling mlkem.cc
[743/867] Compiling pem_all.cc
[744/867] Compiling md5.cc
[745/867] Compiling md4.cc
[746/867] Compiling mldsa.cc
[747/867] Compiling mem.cc
[748/867] Compiling poly_rq_mul.S
[749/867] Compiling fips_shared_support.cc
[750/867] Compiling lhash.cc
[751/867] Compiling keccak.cc
[752/867] Compiling kyber.cc
[753/867] Compiling sign.cc
[754/867] Compiling ex_data.cc
[755/867] Compiling scrypt.cc
[756/867] Compiling hrss.cc
[757/867] Compiling pbkdf.cc
[758/867] Compiling print.cc
[759/867] Compiling hpke.cc
[760/867] Compiling p_x25519.cc
[761/867] Compiling p_x25519_asn1.cc
[762/867] Compiling p_rsa_asn1.cc
[763/867] Compiling p_hkdf.cc
[764/867] Compiling p_rsa.cc
[765/867] Compiling p_ed25519.cc
[766/867] Compiling p_ed25519_asn1.cc
[767/867] Compiling p_ec_asn1.cc
[768/867] Compiling p_ec.cc
[769/867] Compiling p_dh_asn1.cc
[770/867] Compiling p_dh.cc
[771/867] Compiling p_dsa_asn1.cc
[772/867] Compiling evp_ctx.cc
[773/867] Compiling evp_asn1.cc
[774/867] Compiling evp.cc
[775/867] Compiling engine.cc
[776/867] Compiling err.cc
[777/867] Compiling ecdh_extra.cc
[778/867] Compiling ecdsa_asn1.cc
[779/867] Compiling ec_derive.cc
[780/867] Compiling hash_to_curve.cc
[781/867] Compiling params.cc
[782/867] Compiling dsa_asn1.cc
[783/867] Compiling dsa.cc
[783/867] Compiling ec_asn1.cc
[785/867] Compiling dh_asn1.cc
[786/867] Compiling digest_extra.cc
[787/867] Compiling des.cc
[788/867] Compiling x25519-asm-arm.S
[789/867] Compiling spake25519.cc
[790/867] Compiling crypto.cc
[790/867] Compiling cpu_arm_linux.cc
[792/867] Compiling cpu_intel.cc
[793/867] Compiling cpu_arm_freebsd.cc
[794/867] Compiling bcm.cc
[795/867] Compiling cpu_aarch64_openbsd.cc
[796/867] Compiling cpu_aarch64_win.cc
[797/867] Compiling curve25519.cc
[798/867] Compiling cpu_aarch64_sysreg.cc
[799/867] Compiling cpu_aarch64_linux.cc
[800/867] Compiling cpu_aarch64_fuchsia.cc
[801/867] Compiling cpu_aarch64_apple.cc
[802/867] Compiling conf.cc
[803/867] Compiling e_tls.cc
[804/867] Compiling tls_cbc.cc
[805/867] Compiling curve25519_64_adx.cc
[806/867] Compiling e_rc4.cc
[807/867] Compiling e_null.cc
[808/867] Compiling e_rc2.cc
[809/867] Compiling derive_key.cc
[810/867] Compiling e_aesgcmsiv.cc
[811/867] Compiling cipher_extra.cc
[812/867] Compiling e_aesctrhmac.cc
[813/867] Compiling e_des.cc
[814/867] Compiling e_chacha20poly1305.cc
[815/867] Compiling unicode.cc
[816/867] Compiling chacha.cc
[817/867] Compiling cbs.cc
[818/867] Compiling ber.cc
[819/867] Compiling buf.cc
[820/867] Compiling bn_asn1.cc
[821/867] Compiling asn1_compat.cc
[822/867] Compiling cbb.cc
[823/867] Compiling convert.cc
[824/867] Compiling blake2.cc
[825/867] Compiling socket.cc
[826/867] Compiling socket_helper.cc
[827/867] Compiling printf.cc
[828/867] Compiling pair.cc
[829/867] Compiling errno.cc
[830/867] Compiling file.cc
[831/867] Compiling hexdump.cc
[832/867] Compiling fd.cc
[833/867] Compiling connect.cc
[834/867] Compiling bio_mem.cc
[835/867] Compiling tasn_typ.cc
[836/867] Compiling base64.cc
[837/867] Compiling tasn_fre.cc
[838/867] Compiling bio.cc
[839/867] Compiling tasn_utl.cc
[840/867] Compiling tasn_new.cc
[841/867] Compiling tasn_enc.cc
[842/867] Compiling posix_time.cc
[843/867] Compiling tasn_dec.cc
[844/867] Compiling f_string.cc
[845/867] Compiling asn_pack.cc
[846/867] Compiling f_int.cc
[847/867] Compiling asn1_par.cc
[848/867] Compiling a_utctm.cc
[849/867] Compiling asn1_lib.cc
[850/867] Compiling a_type.cc
[851/867] Compiling a_octet.cc
[852/867] Compiling a_time.cc
[853/867] Compiling a_strnid.cc
[854/867] Compiling a_strex.cc
[855/867] Compiling a_object.cc
[856/867] Compiling a_i2d_fp.cc
[857/867] Compiling a_int.cc
[858/867] Compiling a_mbstr.cc
[858/867] Write sources
[860/867] Compiling a_gentm.cc
[861/867] Compiling a_dup.cc
[862/867] Compiling a_d2i_fp.cc
[863/867] Compiling a_bool.cc
[864/867] Compiling a_bitstr.cc
[866/920] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[867/920] Compiling BitCollections BitSet+CustomReflectable.swift
[868/920] Compiling BitCollections BitSet+CustomStringConvertible.swift
[869/920] Compiling BitCollections BitSet+Equatable.swift
[870/920] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[871/920] Compiling BitCollections BitSet+Extras.swift
[872/920] Compiling BitCollections BitSet+Hashable.swift
[873/927] Compiling BitCollections BitSet+Initializers.swift
[874/927] Compiling BitCollections BitSet+Invariants.swift
[875/927] Compiling BitCollections BitSet+Random.swift
[876/927] Compiling BitCollections BitSet+SetAlgebra basics.swift
[877/927] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[878/927] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[879/927] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[880/927] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[881/927] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[882/927] Compiling BitCollections BitArray+Extras.swift
[883/927] Compiling BitCollections BitArray+Fill.swift
[884/927] Compiling BitCollections BitArray+Hashable.swift
[885/927] Compiling BitCollections BitArray+Initializers.swift
[886/927] Compiling BitCollections BitArray+Invariants.swift
[887/927] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[888/927] Emitting module BitCollections
[889/927] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[890/927] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[891/927] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[892/927] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[893/927] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[894/927] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[895/927] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[896/927] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[897/927] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[898/927] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[899/927] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[900/927] Compiling BitCollections BitSet+SetAlgebra union.swift
[901/927] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[902/927] Compiling BitCollections BitSet.Counted.swift
[903/927] Compiling BitCollections BitArray+BitwiseOperations.swift
[904/927] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[905/927] Compiling BitCollections BitArray+Codable.swift
[906/927] Compiling BitCollections BitArray+Collection.swift
[907/927] Compiling BitCollections BitArray+Copy.swift
[908/927] Compiling BitCollections BitArray+CustomReflectable.swift
[909/927] Compiling BitCollections BitArray+Descriptions.swift
[910/927] Compiling BitCollections BitArray+Equatable.swift
[911/927] Compiling BitCollections BitArray+RandomBits.swift
[912/927] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[913/927] Compiling BitCollections BitArray+Shifts.swift
[914/927] Compiling BitCollections BitArray+Testing.swift
[915/927] Compiling BitCollections BitArray._UnsafeHandle.swift
[916/927] Compiling BitCollections BitArray.swift
[917/927] Compiling BitCollections BitSet+BidirectionalCollection.swift
[918/927] Compiling BitCollections BitSet+Codable.swift
[919/927] Compiling BitCollections BitSet.Index.swift
[920/927] Compiling BitCollections BitSet._UnsafeHandle.swift
[921/927] Compiling BitCollections BitSet.swift
[922/927] Compiling BitCollections Range+Utilities.swift
[923/927] Compiling BitCollections Slice+Utilities.swift
[924/927] Compiling BitCollections UInt+Tricks.swift
[925/927] Compiling BitCollections _Word.swift
[927/930] Compiling Collections Collections.swift
[928/930] Emitting module Collections
[929/931] Compiling c-nioatomics.c
[930/931] Compiling c-atomics.c
[932/937] Compiling NIOConcurrencyHelpers lock.swift
[933/937] Emitting module NIOConcurrencyHelpers
[934/937] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[935/937] Compiling NIOConcurrencyHelpers NIOLock.swift
[936/937] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[937/937] Compiling NIOConcurrencyHelpers atomics.swift
[939/997] Compiling NIOCore MarkedCircularBuffer.swift
[940/997] Compiling NIOCore MulticastChannel.swift
[941/997] Compiling NIOCore NIOAny.swift
[942/997] Compiling NIOCore NIOCloseOnErrorHandler.swift
[943/997] Compiling NIOCore NIOLoopBound.swift
[944/997] Compiling NIOCore NIOScheduledCallback.swift
[945/997] Compiling NIOCore NIOSendable.swift
[946/997] Compiling NIOCore RecvByteBufferAllocator.swift
[947/1005] Compiling NIOCore GlobalSingletons.swift
[948/1005] Compiling NIOCore IO.swift
[949/1005] Compiling NIOCore IOData.swift
[950/1005] Compiling NIOCore IPProtocol.swift
[951/1005] Compiling NIOCore IntegerBitPacking.swift
[952/1005] Compiling NIOCore IntegerTypes.swift
[953/1005] Compiling NIOCore Interfaces.swift
[954/1005] Compiling NIOCore Linux.swift
[955/1005] Compiling NIOCore EventLoop.swift
[956/1005] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[957/1005] Compiling NIOCore EventLoopFuture+Deprecated.swift
[958/1005] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[959/1005] Compiling NIOCore EventLoopFuture.swift
[960/1005] Compiling NIOCore FileDescriptor.swift
[961/1005] Compiling NIOCore FileHandle.swift
[962/1005] Compiling NIOCore FileRegion.swift
[963/1005] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[964/1005] Compiling NIOCore SocketAddresses.swift
[965/1005] Compiling NIOCore SocketOptionProvider.swift
[966/1005] Compiling NIOCore SystemCallHelpers.swift
[967/1005] Compiling NIOCore TimeAmount+Duration.swift
[968/1005] Compiling NIOCore TypeAssistedChannelHandler.swift
[969/1005] Compiling NIOCore UniversalBootstrapSupport.swift
[970/1005] Compiling NIOCore Utilities.swift
[971/1005] Compiling NIOCore ChannelPipeline.swift
[972/1005] Compiling NIOCore CircularBuffer.swift
[973/1005] Compiling NIOCore Codec.swift
[974/1005] Compiling NIOCore ConvenienceOptionSupport.swift
[975/1005] Compiling NIOCore DeadChannel.swift
[976/1005] Compiling NIOCore DispatchQueue+WithFuture.swift
[977/1005] Compiling NIOCore EventLoop+Deprecated.swift
[978/1005] Compiling NIOCore EventLoop+SerialExecutor.swift
[979/1005] Compiling NIOCore AddressedEnvelope.swift
[980/1005] Compiling NIOCore AsyncAwaitSupport.swift
[981/1005] Compiling NIOCore AsyncChannel.swift
[982/1005] Compiling NIOCore AsyncChannelHandler.swift
[983/1005] Compiling NIOCore AsyncChannelInboundStream.swift
[984/1005] Compiling NIOCore AsyncChannelOutboundWriter.swift
[985/1005] Compiling NIOCore NIOAsyncSequenceProducer.swift
[986/1005] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[987/1005] Compiling NIOCore NIOAsyncWriter.swift
[988/1005] Compiling NIOCore ByteBuffer-multi-int.swift
[989/1005] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[990/1005] Compiling NIOCore ByteBuffer-views.swift
[991/1005] Compiling NIOCore Channel.swift
[992/1005] Compiling NIOCore ChannelHandler.swift
[993/1005] Compiling NIOCore ChannelHandlers.swift
[994/1005] Compiling NIOCore ChannelInvoker.swift
[995/1005] Compiling NIOCore ChannelOption.swift
[996/1005] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[997/1005] Compiling NIOCore BSDSocketAPI.swift
[998/1005] Compiling NIOCore ByteBuffer-aux.swift
[999/1005] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1000/1005] Compiling NIOCore ByteBuffer-conversions.swift
[1001/1005] Compiling NIOCore ByteBuffer-core.swift
[1002/1005] Compiling NIOCore ByteBuffer-hex.swift
[1003/1005] Compiling NIOCore ByteBuffer-int.swift
[1004/1005] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1005/1005] Emitting module NIOCore
[1007/1059] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1008/1059] Emitting module NIOHTTPTypes
[1010/1060] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1011/1060] Emitting module NIOEmbedded
[1012/1060] Compiling NIOEmbedded AsyncTestingChannel.swift
[1013/1060] Compiling NIOEmbedded Embedded.swift
[1015/1061] Compiling NIOPosix SelectableChannel.swift
[1016/1061] Compiling NIOPosix SelectableEventLoop.swift
[1017/1061] Compiling NIOPosix SelectorEpoll.swift
[1018/1061] Compiling NIOPosix SelectorGeneric.swift
[1019/1061] Compiling NIOPosix SelectorKqueue.swift
[1020/1061] Compiling NIOPosix SelectorUring.swift
[1021/1067] Emitting module NIOPosix
[1022/1067] Compiling NIOPosix ServerSocket.swift
[1023/1067] Compiling NIOPosix Socket.swift
[1024/1067] Compiling NIOPosix SocketChannel.swift
[1025/1067] Compiling NIOPosix SocketProtocols.swift
[1026/1067] Compiling NIOPosix System.swift
[1027/1067] Compiling NIOPosix Thread.swift
[1028/1067] Compiling NIOPosix BSDSocketAPICommon.swift
[1029/1067] Compiling NIOPosix BSDSocketAPIPosix.swift
[1030/1067] Compiling NIOPosix BSDSocketAPIWindows.swift
[1031/1067] Compiling NIOPosix BaseSocket.swift
[1032/1067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1033/1067] Compiling NIOPosix BaseSocketChannel.swift
[1034/1067] Compiling NIOPosix BaseStreamSocketChannel.swift
[1035/1067] Compiling NIOPosix ThreadPosix.swift
[1036/1067] Compiling NIOPosix ThreadWindows.swift
[1037/1067] Compiling NIOPosix UnsafeTransfer.swift
[1038/1067] Compiling NIOPosix Utilities.swift
[1039/1067] Compiling NIOPosix VsockAddress.swift
[1040/1067] Compiling NIOPosix VsockChannelEvents.swift
[1041/1067] Compiling NIOPosix IO.swift
[1042/1067] Compiling NIOPosix IntegerBitPacking.swift
[1043/1067] Compiling NIOPosix IntegerTypes.swift
[1044/1067] Compiling NIOPosix Linux.swift
[1045/1067] Compiling NIOPosix LinuxCPUSet.swift
[1046/1067] Compiling NIOPosix LinuxUring.swift
[1047/1067] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1048/1067] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1049/1067] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1050/1067] Compiling NIOPosix PosixSingletons.swift
[1051/1067] Compiling NIOPosix RawSocketBootstrap.swift
[1052/1067] Compiling NIOPosix Resolver.swift
[1053/1067] Compiling NIOPosix Selectable.swift
[1054/1067] Compiling NIOPosix Bootstrap.swift
[1055/1067] Compiling NIOPosix ControlMessage.swift
[1056/1067] Compiling NIOPosix DatagramVectorReadManager.swift
[1057/1067] Compiling NIOPosix Errors+Any.swift
[1058/1067] Compiling NIOPosix FileDescriptor.swift
[1059/1067] Compiling NIOPosix GetaddrinfoResolver.swift
[1060/1067] Compiling NIOPosix HappyEyeballs.swift
[1061/1067] Compiling NIOPosix NIOThreadPool.swift
[1062/1067] Compiling NIOPosix NonBlockingFileIO.swift
[1063/1067] Compiling NIOPosix PendingDatagramWritesManager.swift
[1064/1067] Compiling NIOPosix PendingWritesManager.swift
[1065/1067] Compiling NIOPosix PipeChannel.swift
[1066/1067] Compiling NIOPosix PipePair.swift
[1067/1067] Compiling NIOPosix Pool.swift
[1069/1070] Compiling NIO Exports.swift
[1070/1070] Emitting module NIO
[1072/1093] Compiling NIOTLS TLSEvents.swift
[1073/1093] Emitting module NIOTLS
[1074/1093] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1075/1093] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1076/1093] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1077/1095] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1078/1095] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1079/1095] Compiling NIOTLS SNIHandler.swift
[1081/1096] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1082/1096] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1083/1103] Emitting module NIOHTTP1
[1084/1111] Compiling NIOSSL SSLCallbacks.swift
[1085/1112] Compiling NIOSSL SSLCertificate.swift
[1086/1125] Compiling NIOSSL ByteBufferBIO.swift
[1087/1125] Compiling NIOSSL CustomPrivateKey.swift
[1088/1125] Compiling NIOSSL SSLContext.swift
[1089/1125] Compiling NIOSSL SSLErrors.swift
[1090/1125] Compiling NIOSSL IdentityVerification.swift
[1091/1125] Compiling NIOSSL NIOSSLServerHandler.swift
[1092/1125] Compiling NIOSSL ObjectIdentifier.swift
[1093/1125] Compiling NIOSSL PosixPort.swift
[1094/1125] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1095/1125] Compiling NIOSSL NIOSSLHandler.swift
[1096/1125] Compiling NIOSSL AndroidCABundle.swift
[1099/1147] Compiling NIOSSL SSLInit.swift
[1100/1147] Compiling NIOSSL SSLPKCS12Bundle.swift
[1101/1147] Compiling NIOSSL SSLPrivateKey.swift
[1102/1150] Compiling NIOExtras LineBasedFrameDecoder.swift
[1103/1150] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1104/1150] Compiling NIOExtras NIORequestIdentifiable.swift
[1105/1150] Compiling NIOExtras PCAPRingBuffer.swift
[1106/1150] Emitting module NIOHTTPTypesHTTP1
[1107/1150] Compiling NIOSSL SSLPublicKey.swift
[1108/1150] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1109/1150] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1110/1150] Compiling NIOSSL SubjectAlternativeName.swift
[1111/1150] Compiling NIOSSL NIOSSLSecureBytes.swift
[1112/1150] Compiling NIOSSL RNG.swift
[1113/1150] Compiling NIOSSL SafeCompare.swift
[1114/1150] Compiling NIOSSL Zeroization.swift
[1117/1150] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1118/1150] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1119/1151] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1120/1151] Compiling NIOExtras JSONRPCFraming.swift
[1121/1152] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1122/1152] Compiling NIOExtras LengthFieldPrepender.swift
[1123/1152] Compiling NIOExtras DebugInboundEventsHandler.swift
[1124/1152] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1125/1152] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1126/1152] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1127/1152] Emitting module NIOSSL
[1128/1152] Compiling NIOExtras QuiescingHelper.swift
[1129/1152] Compiling NIOExtras RequestResponseHandler.swift
[1130/1152] Compiling NIOExtras NIOExtrasError.swift
[1131/1152] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1134/1152] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1136/1153] Emitting module NIOExtras
[1149/1153] Compiling NIOSSL TLSConfiguration.swift
[1150/1153] Compiling NIOSSL UniversalBootstrapSupport.swift
[1151/1153] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1153/1154] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1154/1154] Compiling NIOExtras WritePCAPHandler.swift
[1156/1213] Compiling HummingbirdCore RequestBody.swift
[1157/1213] Compiling HummingbirdCore BindAddress.swift
[1158/1213] Compiling HummingbirdCore HTTP1Channel.swift
[1159/1213] Compiling HummingbirdCore HTTPChannelHandler.swift
[1160/1213] Compiling HummingbirdCore HTTPServerBuilder.swift
[1161/1217] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1162/1217] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1163/1217] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1164/1217] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1165/1217] Compiling HummingbirdCore URI.swift
[1166/1217] Compiling HummingbirdCore Response.swift
[1167/1217] Compiling HummingbirdCore ResponseBody.swift
[1168/1217] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1170/1220] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1171/1220] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1176/1220] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1177/1220] Compiling HummingbirdCore Server.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1182/1220] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1183/1220] Compiling HummingbirdCore Request.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1184/1220] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1186/1220] Emitting module HummingbirdCore
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1187/1220] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1188/1220] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1189/1220] Compiling HummingbirdCore HBParser.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1190/1220] Compiling RediStack RedisKey.swift
[1191/1220] Compiling RediStack RedisLogging.swift
[1192/1220] Compiling RediStack RedisMetrics.swift
[1193/1220] Compiling RediStack _Deprecations.swift
[1194/1220] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1195/1220] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1196/1220] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1197/1220] Emitting module RediStack
[1201/1220] Compiling RediStack RESPValue.swift
[1202/1220] Compiling RediStack RESPValueConvertible.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Emitting module ServiceContextModule
[3/44] Compiling ServiceContextModule ServiceContextKey.swift
[4/44] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[5/44] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/44] Compiling InternalCollectionsUtilities Specialize.swift
[7/46] Compiling ConcurrencyHelpers LockedValueBox.swift
[8/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/46] Compiling InternalCollectionsUtilities Debugging.swift
[11/46] Compiling InternalCollectionsUtilities Descriptions.swift
[12/46] Compiling Logging MetadataProvider.swift
[13/46] Compiling ServiceContextModule ServiceContext.swift
[14/47] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/47] Emitting module ConcurrencyHelpers
[16/47] Compiling ConcurrencyHelpers Lock.swift
[17/48] Compiling NIOConcurrencyHelpers lock.swift
[19/48] Emitting module Logging
[20/48] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[21/48] Compiling NIOConcurrencyHelpers atomics.swift
[23/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/48] Emitting module _NIOBase64
[26/48] Compiling _NIOBase64 Base64.swift
[27/49] Emitting module NIOConcurrencyHelpers
[28/50] Emitting module _NIODataStructures
[29/50] Compiling _NIODataStructures Heap.swift
[31/50] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/50] Compiling InternalCollectionsUtilities Integer rank.swift
[33/50] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/50] Compiling _NIODataStructures PriorityQueue.swift
[35/50] Compiling _NIODataStructures _TinyArray.swift
[36/51] Emitting module InternalCollectionsUtilities
[39/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[42/68] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[43/68] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[44/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[45/68] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[47/88] Compiling CoreMetrics Locks.swift
[48/88] Compiling CoreMetrics Metrics.swift
[49/88] Emitting module CoreMetrics
[50/88] Compiling Instrumentation NoOpInstrument.swift
[51/89] Emitting module Instrumentation
[52/89] Compiling Instrumentation MultiplexInstrument.swift
[53/89] Compiling Instrumentation Instrument.swift
[54/89] Compiling Instrumentation Locks.swift
[55/89] Compiling Instrumentation InstrumentationSystem.swift
[56/89] Emitting module UnixSignals
[57/90] Compiling Logging LogHandler.swift
[58/90] Compiling Logging Locks.swift
[59/90] Compiling Logging Logging.swift
[60/91] Compiling Atomics Primitives.shims.swift
[61/91] Compiling Atomics AtomicInteger.swift
[62/91] Compiling Atomics AtomicOptionalWrappable.swift
[64/93] Compiling UnixSignals UnixSignal.swift
[65/93] Compiling UnixSignals UnixSignalsSequence.swift
[66/93] Compiling Atomics UnsafeAtomic.swift
[67/93] Compiling Atomics UnsafeAtomicLazyReference.swift
[70/94] Compiling Atomics OptionalRawRepresentable.swift
[71/94] Compiling Atomics RawRepresentable.swift
[72/94] Compiling Atomics AtomicBool.swift
[73/94] Compiling Atomics AtomicMemoryOrderings.swift
[74/94] Compiling Atomics DoubleWord.swift
[75/94] Compiling Atomics ManagedAtomic.swift
[76/94] Compiling Atomics ManagedAtomicLazyReference.swift
[78/94] Compiling HTTPTypes ISOLatin1String.swift
[79/95] Emitting module HTTPTypes
[80/95] Compiling Atomics IntegerOperations.swift
[81/95] Compiling Atomics Unmanaged extensions.swift
[82/96] Compiling Atomics AtomicReference.swift
[83/96] Compiling Atomics AtomicStorage.swift
[84/96] Compiling Atomics AtomicValue.swift
[85/103] Compiling HTTPTypes NIOLock.swift
[86/111] Compiling HTTPTypes HTTPResponse.swift
[87/111] Compiling HTTPTypes HTTPParsedFields.swift
[88/111] Compiling HTTPTypes HTTPRequest.swift
[89/160] Compiling HeapModule Heap+Descriptions.swift
[90/235] Compiling HeapModule Heap+Invariants.swift
[91/235] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[92/295] Compiling HeapModule Heap+UnsafeHandle.swift
[93/296] Compiling HeapModule Heap.swift
[94/297] Compiling HeapModule _HeapNode.swift
[95/311] Compiling HTTPTypes HTTPFieldName.swift
[96/311] Compiling HTTPTypes HTTPField.swift
[97/311] Compiling HTTPTypes HTTPFields.swift
[98/311] Emitting module Metrics
[99/312] Compiling Tracing InstrumentationSystem+Tracing.swift
[100/312] Compiling Metrics Metrics.swift
[101/313] Emitting module HeapModule
[102/313] Compiling Tracing TracingTime.swift
[105/314] Compiling Tracing TracerProtocol.swift
[107/314] Compiling Tracing Tracer.swift
[108/314] Compiling Tracing TracerProtocol+Legacy.swift
[109/314] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[110/314] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[111/314] Compiling HashTreeCollections TreeDictionary+Keys.swift
[112/314] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[113/314] Compiling HashTreeCollections TreeDictionary+Merge.swift
[114/314] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[115/314] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[116/321] Compiling HashTreeCollections TreeDictionary+Collection.swift
[117/321] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[118/321] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[119/321] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[120/321] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[121/321] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[122/321] Compiling HashTreeCollections TreeDictionary+Filter.swift
[123/321] Compiling HashTreeCollections _HashNode+Structural union.swift
[124/321] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[125/321] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[126/321] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[127/321] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[128/321] Compiling HashTreeCollections _HashNode.swift
[129/321] Compiling HashTreeCollections _HashNodeHeader.swift
[130/321] Compiling HashTreeCollections _HashSlot.swift
[131/321] Emitting module Tracing
[132/321] Compiling HashTreeCollections _HashNode+Builder.swift
[133/321] Compiling HashTreeCollections _HashNode+Debugging.swift
[134/321] Compiling HashTreeCollections _HashNode+Initializers.swift
[135/321] Compiling HashTreeCollections _HashNode+Invariants.swift
[136/321] Compiling HashTreeCollections _HashNode+Lookups.swift
[137/321] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[138/321] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[139/321] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[140/321] Compiling Tracing NoOpTracer.swift
[141/321] Compiling Tracing SpanProtocol.swift
[142/322] Compiling HashTreeCollections _HashStack.swift
[143/322] Compiling HashTreeCollections _HashTreeIterator.swift
[144/322] Compiling HashTreeCollections _HashTreeStatistics.swift
[145/322] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[146/322] Compiling HashTreeCollections _RawHashNode.swift
[147/322] Compiling HashTreeCollections _UnmanagedHashNode.swift
[148/322] Compiling HashTreeCollections _UnsafePath.swift
[149/322] Compiling HashTreeCollections TreeDictionary+Codable.swift
[150/322] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[151/322] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[152/322] Compiling HashTreeCollections _HashNode+Structural merge.swift
[153/322] Compiling HashTreeCollections _AncestorHashSlots.swift
[154/322] Compiling HashTreeCollections _Bitmap.swift
[155/322] Compiling HashTreeCollections _Bucket.swift
[156/322] Compiling HashTreeCollections _Hash.swift
[157/322] Compiling HashTreeCollections _HashLevel.swift
[158/322] Compiling HashTreeCollections TreeSet+Hashable.swift
[159/322] Compiling HashTreeCollections TreeSet+Sendable.swift
[160/322] Compiling HashTreeCollections TreeSet+Sequence.swift
[161/322] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[162/322] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[163/322] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[164/322] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[165/322] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[166/322] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[167/322] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[169/400] Compiling OrderedCollections OrderedSet+SubSequence.swift
[170/400] Compiling OrderedCollections OrderedSet+Testing.swift
[171/400] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[172/400] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[173/400] Compiling OrderedCollections OrderedSet.swift
[174/400] Compiling OrderedCollections _UnsafeBitset.swift
[175/400] Compiling HashTreeCollections TreeSet+Equatable.swift
[176/400] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[177/400] Compiling HashTreeCollections TreeSet+Extras.swift
[178/400] Compiling HashTreeCollections TreeSet+Filter.swift
[179/400] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[180/400] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[181/400] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[182/400] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[183/400] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[184/400] Compiling BitCollections BitSet+SetAlgebra union.swift
[185/400] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[186/400] Compiling BitCollections BitSet.Counted.swift
[189/400] Compiling OrderedCollections OrderedSet+Sendable.swift
[190/400] Compiling BitCollections BitArray+Codable.swift
[191/400] Compiling BitCollections BitArray+Collection.swift
[192/402] Compiling BitCollections BitArray+Hashable.swift
[193/402] Compiling BitCollections BitArray+Initializers.swift
[194/402] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[195/402] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[196/402] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[197/402] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[203/411] Compiling BitCollections BitArray+Copy.swift
[204/411] Compiling BitCollections BitArray+CustomReflectable.swift
[205/411] Compiling BitCollections BitArray+Descriptions.swift
[206/411] Compiling BitCollections BitArray+Equatable.swift
[207/411] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[208/411] Compiling BitCollections BitSet+CustomReflectable.swift
[209/411] Compiling BitCollections BitSet+CustomStringConvertible.swift
[210/411] Compiling BitCollections BitSet+Equatable.swift
[211/411] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[212/411] Compiling BitCollections BitSet+Extras.swift
[213/411] Compiling BitCollections BitSet+Hashable.swift
[214/418] Compiling BitCollections BitArray+Extras.swift
[215/418] Compiling BitCollections BitArray+Fill.swift
[218/418] Compiling DequeModule _DequeSlot.swift
[219/418] Compiling DequeModule _UnsafeWrappedBuffer.swift
[220/418] Compiling BitCollections BitArray+RandomBits.swift
[221/418] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[222/418] Compiling BitCollections BitArray+Shifts.swift
[223/418] Compiling BitCollections BitArray+Testing.swift
[224/418] Compiling _RopeModule _CharacterRecognizer.swift
[225/418] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[226/418] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[227/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[228/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[229/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[230/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[231/418] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[232/418] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[233/418] Compiling HashTreeCollections TreeSet.swift
[237/418] Compiling BitCollections _Word.swift
[246/418] Compiling BitCollections BitArray._UnsafeHandle.swift
[247/418] Compiling BitCollections BitArray.swift
[248/418] Compiling BitCollections BitSet+BidirectionalCollection.swift
[249/418] Compiling BitCollections BitSet+Codable.swift
[258/418] Compiling BitCollections BitArray+BitwiseOperations.swift
[259/418] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[266/418] Compiling BitCollections BitSet.swift
[267/418] Compiling BitCollections Range+Utilities.swift
[268/418] Compiling BitCollections Slice+Utilities.swift
[269/418] Compiling BitCollections UInt+Tricks.swift
[273/418] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[274/418] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[281/418] Compiling BitCollections BitSet+Random.swift
[282/418] Compiling BitCollections BitSet+SetAlgebra basics.swift
[283/418] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[284/418] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[285/418] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[286/418] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[287/418] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[320/418] Compiling BitCollections BitSet+Initializers.swift
[321/418] Compiling BitCollections BitSet+Invariants.swift
[327/418] Emitting module Atomics
[339/419] Compiling BitCollections BitSet.Index.swift
[340/419] Compiling BitCollections BitSet._UnsafeHandle.swift
[346/419] Emitting module BitCollections
[355/419] Emitting module DequeModule
[356/421] Emitting module OrderedCollections
[393/422] Compiling _RopeModule Rope+Join.swift
[394/422] Compiling _RopeModule Rope+MutatingForEach.swift
[395/422] Compiling _RopeModule Rope+Remove.swift
[396/422] Compiling _RopeModule Rope+RemoveSubrange.swift
[397/422] Compiling _RopeModule Rope+Split.swift
[398/422] Compiling _RopeModule Optional Utilities.swift
[399/422] Compiling _RopeModule String Utilities.swift
[400/422] Compiling _RopeModule String.Index+ABI.swift
[402/467] Emitting module _RopeModule
[403/526] Compiling NIOCore DeadChannel.swift
[404/526] Compiling NIOCore DispatchQueue+WithFuture.swift
[405/526] Compiling NIOCore EventLoop+Deprecated.swift
[406/526] Compiling NIOCore EventLoop+SerialExecutor.swift
[407/526] Compiling NIOCore EventLoop.swift
[408/526] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[409/526] Compiling NIOCore EventLoopFuture+Deprecated.swift
[410/526] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[411/526] Compiling NIOCore EventLoopFuture.swift
[412/526] Compiling NIOCore FileDescriptor.swift
[413/526] Compiling NIOCore Linux.swift
[414/526] Compiling NIOCore MarkedCircularBuffer.swift
[415/526] Compiling NIOCore MulticastChannel.swift
[416/526] Compiling NIOCore NIOAny.swift
[417/526] Compiling NIOCore NIOCloseOnErrorHandler.swift
[418/526] Compiling NIOCore NIOLoopBound.swift
[419/526] Compiling NIOCore NIOScheduledCallback.swift
[420/526] Compiling NIOCore NIOSendable.swift
[421/526] Compiling NIOCore RecvByteBufferAllocator.swift
[422/527] Compiling NIOCore ChannelOption.swift
[423/527] Compiling NIOCore ChannelPipeline.swift
[424/527] Compiling NIOCore CircularBuffer.swift
[425/527] Compiling NIOCore Codec.swift
[426/527] Compiling NIOCore ConvenienceOptionSupport.swift
[436/533] Compiling NIOCore NIOAsyncSequenceProducer.swift
[437/533] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[438/533] Compiling NIOCore NIOAsyncWriter.swift
[439/533] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[440/533] Compiling NIOCore BSDSocketAPI.swift
[441/533] Compiling NIOCore ByteBuffer-aux.swift
[442/533] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[443/533] Emitting module HashTreeCollections
[446/534] Compiling NIOCore FileHandle.swift
[447/534] Compiling NIOCore FileRegion.swift
[448/534] Compiling NIOCore GlobalSingletons.swift
[449/534] Compiling NIOCore IO.swift
[451/534] Emitting module AsyncAlgorithms
[452/534] Compiling NIOCore ByteBuffer-conversions.swift
[453/534] Compiling NIOCore ByteBuffer-core.swift
[454/534] Compiling NIOCore ByteBuffer-hex.swift
[455/534] Compiling NIOCore ByteBuffer-int.swift
[456/534] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[457/534] Compiling NIOCore ByteBuffer-multi-int.swift
[458/534] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[459/534] Compiling NIOCore ByteBuffer-views.swift
[460/534] Compiling NIOCore Channel.swift
[461/534] Compiling NIOCore ChannelHandler.swift
[462/534] Compiling NIOCore ChannelHandlers.swift
[463/534] Compiling NIOCore ChannelInvoker.swift
[474/544] Compiling AsyncAlgorithms SetAlgebra.swift
[475/544] Compiling AsyncAlgorithms UnsafeTransfer.swift
[476/544] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[477/544] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[478/544] Compiling AsyncAlgorithms ZipStateMachine.swift
[479/544] Compiling AsyncAlgorithms ZipStorage.swift
[480/544] Emitting module Collections
[481/544] Compiling Collections Collections.swift
[482/544] Compiling NIOCore AddressedEnvelope.swift
[483/544] Compiling NIOCore AsyncAwaitSupport.swift
[484/544] Compiling NIOCore AsyncChannel.swift
[485/544] Compiling NIOCore AsyncChannelHandler.swift
[486/544] Compiling NIOCore AsyncChannelInboundStream.swift
[487/544] Compiling NIOCore AsyncChannelOutboundWriter.swift
[521/554] Compiling ServiceLifecycle CancellationWaiter.swift
[522/555] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[523/555] Emitting module ServiceLifecycle
[524/555] Compiling ServiceLifecycle ServiceRunnerError.swift
[525/555] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[526/555] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[527/555] Compiling ServiceLifecycle GracefulShutdown.swift
[528/555] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[529/555] Compiling NIOCore SocketAddresses.swift
[530/555] Compiling NIOCore SocketOptionProvider.swift
[531/555] Compiling NIOCore SystemCallHelpers.swift
[532/555] Compiling NIOCore TimeAmount+Duration.swift
[533/555] Compiling NIOCore TypeAssistedChannelHandler.swift
[534/555] Compiling NIOCore UniversalBootstrapSupport.swift
[535/555] Compiling NIOCore Utilities.swift
[536/555] Compiling ServiceLifecycle ServiceGroup.swift
[537/555] Compiling ServiceLifecycle Service.swift
[556/556] Emitting module NIOCore
[558/610] Emitting module NIOHTTPTypes
[559/610] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[561/611] Compiling NIOEmbedded AsyncTestingChannel.swift
[562/611] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[563/611] Emitting module NIOEmbedded
[564/611] Compiling NIOEmbedded Embedded.swift
[566/612] Compiling NIOPosix PooledRecvBufferAllocator.swift
[567/612] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[568/612] Compiling NIOPosix PosixSingletons.swift
[569/612] Compiling NIOPosix RawSocketBootstrap.swift
[570/612] Compiling NIOPosix Resolver.swift
[571/612] Compiling NIOPosix Selectable.swift
[572/618] Compiling NIOPosix ThreadPosix.swift
[573/618] Compiling NIOPosix ThreadWindows.swift
[574/618] Compiling NIOPosix UnsafeTransfer.swift
[575/618] Compiling NIOPosix Utilities.swift
[576/618] Compiling NIOPosix VsockAddress.swift
[577/618] Compiling NIOPosix VsockChannelEvents.swift
[578/618] Compiling NIOPosix ServerSocket.swift
[579/618] Compiling NIOPosix Socket.swift
[580/618] Compiling NIOPosix SocketChannel.swift
[581/618] Compiling NIOPosix SocketProtocols.swift
[582/618] Compiling NIOPosix System.swift
[583/618] Compiling NIOPosix Thread.swift
[584/618] Compiling NIOPosix SelectableChannel.swift
[585/618] Compiling NIOPosix SelectableEventLoop.swift
[586/618] Compiling NIOPosix SelectorEpoll.swift
[587/618] Compiling NIOPosix SelectorGeneric.swift
[588/618] Compiling NIOPosix SelectorKqueue.swift
[589/618] Compiling NIOPosix SelectorUring.swift
[590/618] Emitting module NIOPosix
[591/618] Compiling NIOPosix Bootstrap.swift
[592/618] Compiling NIOPosix ControlMessage.swift
[593/618] Compiling NIOPosix DatagramVectorReadManager.swift
[594/618] Compiling NIOPosix Errors+Any.swift
[595/618] Compiling NIOPosix FileDescriptor.swift
[596/618] Compiling NIOPosix GetaddrinfoResolver.swift
[597/618] Compiling NIOPosix HappyEyeballs.swift
[598/618] Compiling NIOPosix BSDSocketAPICommon.swift
[599/618] Compiling NIOPosix BSDSocketAPIPosix.swift
[600/618] Compiling NIOPosix BSDSocketAPIWindows.swift
[601/618] Compiling NIOPosix BaseSocket.swift
[602/618] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[603/618] Compiling NIOPosix BaseSocketChannel.swift
[604/618] Compiling NIOPosix BaseStreamSocketChannel.swift
[605/618] Compiling NIOPosix IO.swift
[606/618] Compiling NIOPosix IntegerBitPacking.swift
[607/618] Compiling NIOPosix IntegerTypes.swift
[608/618] Compiling NIOPosix Linux.swift
[609/618] Compiling NIOPosix LinuxCPUSet.swift
[610/618] Compiling NIOPosix LinuxUring.swift
[611/618] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[612/618] Compiling NIOPosix NIOThreadPool.swift
[613/618] Compiling NIOPosix NonBlockingFileIO.swift
[614/618] Compiling NIOPosix PendingDatagramWritesManager.swift
[615/618] Compiling NIOPosix PendingWritesManager.swift
[616/618] Compiling NIOPosix PipeChannel.swift
[617/618] Compiling NIOPosix PipePair.swift
[618/618] Compiling NIOPosix Pool.swift
[620/621] Emitting module NIO
[621/621] Compiling NIO Exports.swift
[623/644] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[624/644] Emitting module NIOTLS
[625/644] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[626/644] Compiling NIOTLS TLSEvents.swift
[627/644] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[628/644] Compiling NIOTLS SNIHandler.swift
[630/645] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[631/645] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[632/647] Emitting module NIOHTTP1
[633/647] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[634/647] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[635/647] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[636/647] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[637/676] Compiling NIOSSL NIOSSLHandler.swift
[638/676] Compiling NIOSSL NIOSSLServerHandler.swift
[639/676] Compiling NIOSSL SSLCallbacks.swift
[640/676] Compiling NIOSSL NIOSSLSecureBytes.swift
[641/676] Compiling NIOSSL Zeroization.swift
[642/676] Compiling NIOSSL SSLPublicKey.swift
[643/676] Compiling NIOSSL AndroidCABundle.swift
[644/676] Compiling NIOSSL ByteBufferBIO.swift
[645/676] Compiling NIOSSL CustomPrivateKey.swift
[646/676] Compiling NIOSSL IdentityVerification.swift
[647/676] Compiling NIOSSL LinuxCABundle.swift
[650/677] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[651/677] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[652/677] Compiling NIOSSL SubjectAlternativeName.swift
[658/680] Compiling NIOSSL NIOSSLClientHandler.swift
[659/680] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[661/680] Emitting module NIOSSL
[662/701] Emitting module NIOHTTPTypesHTTP1
[663/701] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[664/701] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[665/701] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[666/701] Compiling NIOSSL SSLErrors.swift
[667/701] Compiling NIOSSL SSLInit.swift
[668/701] Compiling NIOSSL SSLPKCS12Bundle.swift
[669/701] Compiling NIOSSL SSLPrivateKey.swift
[670/701] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[671/701] Compiling NIOExtras JSONRPCFraming.swift
[672/701] Compiling NIOExtras NIOExtrasError.swift
[673/701] Compiling NIOExtras NIOLengthFieldBitLength.swift
[674/701] Compiling NIOSSL SSLCertificate.swift
[675/701] Compiling NIOSSL SSLCertificateExtensions.swift
[676/701] Compiling NIOSSL SSLConnection.swift
[677/701] Compiling NIOSSL SSLContext.swift
[678/701] Compiling NIOExtras NIORequestIdentifiable.swift
[679/701] Compiling NIOExtras PCAPRingBuffer.swift
[680/701] Compiling NIOExtras QuiescingHelper.swift
[681/701] Compiling NIOExtras RequestResponseHandler.swift
[682/701] Compiling NIOSSL TLSConfiguration.swift
[683/701] Compiling NIOSSL UniversalBootstrapSupport.swift
[684/701] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[685/703] Compiling NIOExtras LineBasedFrameDecoder.swift
[686/703] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[695/705] Emitting module NIOExtras
[696/705] Compiling NIOExtras DebugInboundEventsHandler.swift
[697/705] Compiling NIOExtras DebugOutboundEventsHandler.swift
[698/705] Compiling NIOExtras FixedLengthFrameDecoder.swift
[699/705] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[702/705] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[703/705] Compiling NIOExtras LengthFieldPrepender.swift
[704/739] Compiling RediStack RedisError.swift
[705/739] Compiling RediStack RedisKey+TTL.swift
[707/740] Compiling RediStack RedisByteDecoder.swift
[708/740] Compiling RediStack RedisCommandHandler.swift
[709/740] Compiling RediStack RedisMessageEncoder.swift
[710/740] Compiling RediStack RedisPubSubHandler.swift
[711/740] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[712/744] Compiling RediStack StandardLibrary.swift
[713/744] Compiling RediStack SwiftNIO.swift
[714/744] Compiling RediStack RESPTranslator.swift
[715/744] Compiling RediStack RESPValue.swift
[716/744] Compiling RediStack RESPValueConvertible.swift
[717/744] Compiling RediStack RedisClusterNodeID.swift
[718/744] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[719/744] Compiling RediStack RedisHashSlot.swift
[720/744] Compiling RediStack SwiftPolyfill.swift
[721/744] Compiling RediStack BasicCommands.swift
[722/768] Emitting module RediStack
[723/768] Compiling HummingbirdCore ServerChildChannel.swift
[724/768] Compiling HummingbirdCore ServerConfiguration.swift
[725/768] Compiling HummingbirdCore TSTLSOptions.swift
[726/768] Compiling HummingbirdCore HTTPServerBuilder.swift
[727/768] Compiling HummingbirdCore HTTPUserEventHandler.swift
[728/768] Compiling HummingbirdCore Server.swift
[729/768] Compiling HummingbirdCore AnyAsyncSequence.swift
[730/768] Compiling HummingbirdCore FlatDictionary.swift
[731/768] Compiling HummingbirdCore HBParser.swift
[732/768] Compiling RediStack RedisKey.swift
[733/768] Compiling RediStack RedisLogging.swift
[734/768] Compiling RediStack RedisMetrics.swift
[735/768] Compiling RediStack _Deprecations.swift
[736/768] Emitting module HummingbirdCore
[737/771] Compiling HummingbirdCore HTTP1Channel.swift
[738/771] Compiling HummingbirdCore HTTPChannelHandler.swift
[739/771] Compiling HummingbirdCore Deprecations.swift
[740/771] Compiling HummingbirdCore Request.swift
[741/771] Compiling HummingbirdCore RequestBody+inboundClose.swift
[742/771] Compiling HummingbirdCore RequestBody.swift
[743/771] Compiling HummingbirdCore ResponseBodyWriter.swift
[744/771] Compiling HummingbirdCore ResponseWriter.swift
[745/771] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[746/772] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[747/772] Compiling HummingbirdCore URI.swift
[748/772] Compiling HummingbirdCore Response.swift
[749/772] Compiling HummingbirdCore ResponseBody.swift
[751/772] Compiling HummingbirdCore BindAddress.swift
[770/772] Compiling HummingbirdCore OutputBuffer.swift
[771/772] Compiling HummingbirdCore String+percentEncode.swift
[772/772] Compiling HummingbirdCore UnsafeTransfer.swift
[774/837] Emitting module Hummingbird
[775/846] Compiling Hummingbird RouterGroup.swift
[776/846] Compiling Hummingbird RouterMethods.swift
[777/846] Compiling Hummingbird RouterPath.swift
[778/846] Compiling Hummingbird RouterResponder.swift
[779/846] Compiling Hummingbird TransformingRouterGroup.swift
[780/846] Compiling Hummingbird RouterTrie.swift
[781/846] Compiling Hummingbird Trie+resolve.swift
[782/846] Compiling Hummingbird Trie+serialize.swift
[783/846] Compiling Hummingbird TrieRouter.swift
[784/846] Compiling Hummingbird CORSMiddleware.swift
[785/846] Compiling Hummingbird FileMiddleware.swift
[786/846] Compiling Hummingbird LogRequestMiddleware.swift
[787/846] Compiling Hummingbird MetricsMiddleware.swift
[788/846] Compiling Hummingbird Middleware.swift
[789/846] Compiling Hummingbird MiddlewareGroup.swift
[790/846] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[791/846] Compiling Hummingbird _Middleware2.swift
[792/846] Compiling Hummingbird _OptionalMiddleware.swift
[793/846] Compiling Hummingbird FileIO.swift
[794/846] Compiling Hummingbird FileProvider.swift
[795/846] Compiling Hummingbird LocalFileSystem.swift
[796/846] Compiling Hummingbird Cookie.swift
[797/846] Compiling Hummingbird Cookies.swift
[798/846] Compiling Hummingbird MediaType+FileExtension.swift
[799/846] Compiling Hummingbird MediaType.swift
[800/846] Compiling Hummingbird Request+Cookies.swift
[801/846] Compiling Hummingbird Response+Cookies.swift
[802/846] Compiling Hummingbird ChildRequestContext.swift
[803/846] Compiling Hummingbird Request.swift
[804/846] Compiling Hummingbird RequestContext.swift
[805/846] Compiling Hummingbird RequestContextSource.swift
[806/846] Compiling Hummingbird RequestID.swift
[807/846] Compiling Hummingbird RequestResponder.swift
[808/846] Compiling Hummingbird Response.swift
[809/846] Compiling Hummingbird URI+decodeQuery.swift
[810/846] Compiling Hummingbird MemoryPersistDriver.swift
[811/846] Compiling Hummingbird Configuration.swift
[812/846] Compiling Hummingbird Deprecations.swift
[813/846] Compiling Hummingbird Environment.swift
[814/846] Compiling Hummingbird EditedHTTPError.swift
[815/846] Compiling Hummingbird HTTPError.swift
[816/846] Compiling Hummingbird HTTPResponseError.swift
[817/846] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[818/846] Compiling Hummingbird Exports.swift
[819/846] Compiling Hummingbird CacheControl.swift
[820/846] Compiling Hummingbird _SpreadMiddleware.swift
[821/846] Compiling Hummingbird TracingMiddleware.swift
[822/846] Compiling Hummingbird EndpointResponder.swift
[823/846] Compiling Hummingbird Parameters+UUID.swift
[824/846] Compiling Hummingbird Parameters.swift
[825/846] Compiling Hummingbird ResponseGenerator.swift
[826/846] Compiling Hummingbird RouteCollection.swift
[827/846] Compiling Hummingbird Router+validation.swift
[828/846] Compiling Hummingbird Router.swift
[829/846] Compiling Hummingbird PersistDriver.swift
[830/846] Compiling Hummingbird PersistError.swift
[831/846] Compiling Hummingbird ByteBuffer+foundation.swift
[832/846] Compiling Hummingbird DateCache.swift
[833/846] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[834/846] Compiling Hummingbird HexDigest.swift
[835/846] Compiling Hummingbird InitializableFromSource.swift
[836/846] Compiling Hummingbird PreludeService.swift
[837/846] Compiling Hummingbird StringProtocol.swift
[838/846] Compiling Hummingbird Application.swift
[839/846] Compiling Hummingbird CodableProtocols.swift
[840/846] Compiling Hummingbird JSONCoding.swift
[841/846] Compiling Hummingbird ResponseEncodable.swift
[842/846] Compiling Hummingbird URLEncodedForm+Request.swift
[843/846] Compiling Hummingbird URLEncodedForm.swift
[844/846] Compiling Hummingbird URLEncodedFormDecoder.swift
[845/846] Compiling Hummingbird URLEncodedFormEncoder.swift
[846/846] Compiling Hummingbird URLEncodedFormNode.swift
[848/853] Compiling HummingbirdRedis RedisConnectionPoolService.swift
[849/853] Compiling HummingbirdRedis Redis+Codable.swift
/host/spi-builder-workspace/Sources/HummingbirdRedis/Redis+Codable.swift:64:114: warning: type 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
62 | expiration: RedisSetCommandExpiration? = nil
63 | ) async throws -> RedisSetCommandResult {
64 | try await self.set(key, to: JSONEncoder().encode(value), onCondition: condition, expiration: expiration).get()
| `- warning: type 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/Commands/StringCommands.swift:186:13: note: enum 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
184 |
185 | /// The result of a `SET` command.
186 | public enum RedisSetCommandResult: Hashable {
| `- note: enum 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
187 | /// The command completed successfully.
188 | case ok
/host/spi-builder-workspace/Sources/HummingbirdRedis/Redis+Codable.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
15 | import Foundation
16 | import NIO
17 | import RediStack
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
18 |
19 | extension RedisClient {
[850/853] Compiling HummingbirdRedis RedisConfiguration.swift
[851/853] Compiling HummingbirdRedis Deprecations.swift
[852/853] Emitting module HummingbirdRedis
[853/853] Compiling HummingbirdRedis Persist+Redis.swift
Build complete! (50.02s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "redistack",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/RediStack.git"
}
],
"manifest_display_name" : "hummingbird-redis",
"name" : "hummingbird-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdRedis",
"targets" : [
"HummingbirdRedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdRedisTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedisTests",
"path" : "Tests/HummingbirdRedisTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting"
],
"sources" : [
"PersistTests.swift",
"RedisTests.swift"
],
"target_dependencies" : [
"HummingbirdRedis"
],
"type" : "test"
},
{
"c99name" : "HummingbirdRedis",
"module_type" : "SwiftTarget",
"name" : "HummingbirdRedis",
"path" : "Sources/HummingbirdRedis",
"product_dependencies" : [
"Hummingbird",
"RediStack"
],
"product_memberships" : [
"HummingbirdRedis"
],
"sources" : [
"Deprecations.swift",
"Persist+Redis.swift",
"Redis+Codable.swift",
"RedisConfiguration.swift",
"RedisConnectionPoolService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.