Build Information
Successful build of hummingbird-redis, reference 2.0.0 (3218ec
), with Swift 6.0 for Linux on 10 Jan 2025 13:26:35 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-redis.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-redis
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 3218ec5 Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#36)
Cloned https://github.com/hummingbird-project/hummingbird-redis.git
Revision (git rev-parse @):
3218ec5c145669b39ce4b4a27930987b4ee7c03d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-redis.git at 2.0.0
========================================
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/RediStack.git
[1/4683] Fetching redistack
[48/28247] Fetching redistack, hummingbird
Fetched https://github.com/swift-server/RediStack.git from cache (0.35s)
[5891/23564] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.81s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.6.1 (0.57s)
Fetching https://github.com/apple/swift-nio-transport-services.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-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2288] Fetching swift-service-lifecycle
[322/4585] Fetching swift-service-lifecycle, swift-nio-transport-services
[4357/9859] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[5061/21124] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[5656/34464] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.38s)
[14565/32176] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-nio.git
[15366/45973] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
[17058/40699] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[30353/45622] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
[35612/118322] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.52s)
[39468/113399] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-metrics.git
[53059/115531] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.39s)
[66144/113399] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-http-types.git
[79231/114145] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Fetching https://github.com/apple/swift-log.git
[83592/113399] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.82s)
Fetching https://github.com/apple/swift-collections.git
[82022/111102] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.83s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.85s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.86s)
Fetching https://github.com/apple/swift-async-algorithms.git
[44347/72700] Fetching swift-nio
[45075/76439] Fetching swift-nio, swift-log
[47971/78008] Fetching swift-nio, swift-log, swift-atomics
[49889/82560] Fetching swift-nio, swift-log, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[54831/94431] Fetching swift-nio, swift-atomics, swift-async-algorithms, swift-collections
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
[50903/89879] Fetching swift-nio, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
[49646/88310] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
Fetched https://github.com/apple/swift-nio.git from cache (5.38s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (1.14s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.51s)
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.53s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (1.91s)
Fetching https://github.com/apple/swift-service-context.git
[1/1018] 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.1.0 (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.53s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (0.56s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.56s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5614] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.77s)
Fetching https://github.com/apple/swift-system.git
[1/3960] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.6.3 (0.49s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.6.1
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-nio-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/460] Write sources
[36/460] Compiling CNIOWindows shim.c
[37/460] Compiling CNIOWASI CNIOWASI.c
[38/460] Compiling _AtomicsShims.c
[39/460] Compiling CNIOLinux liburing_shims.c
[40/460] Compiling CNIOWindows WSAStartup.c
[41/460] Compiling CNIODarwin shim.c
[42/460] Compiling CNIOLLHTTP c_nio_http.c
[43/460] Compiling fiat_p256_adx_mul.S
[44/460] Compiling fiat_p256_adx_sqr.S
[45/460] Compiling CNIOLLHTTP c_nio_api.c
[46/460] Compiling fiat_curve25519_adx_mul.S
[47/460] Compiling fiat_curve25519_adx_square.S
[48/460] Compiling CNIOLinux shim.c
[49/460] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/460] Write swift-version-24593BA9C3E375BF.txt
[51/460] Compiling CNIOBoringSSLShims shims.c
[52/464] Compiling tls_record.cc
[53/464] Compiling tls_method.cc
[54/464] Compiling tls13_enc.cc
[55/464] Compiling tls13_client.cc
[56/464] Compiling tls13_server.cc
[57/464] Compiling t1_enc.cc
[58/466] Compiling tls13_both.cc
[60/505] Emitting module InternalCollectionsUtilities
[61/507] Compiling ServiceContextModule ServiceContextKey.swift
[62/507] Emitting module HTTPTypes
[63/507] Compiling HTTPTypes HTTPField.swift
[64/508] Compiling ConcurrencyHelpers LockedValueBox.swift
[65/508] Emitting module ServiceContextModule
[66/508] Compiling ServiceContextModule ServiceContext.swift
[67/508] Compiling _NIODataStructures _TinyArray.swift
[68/509] Compiling Logging LogHandler.swift
[69/509] Compiling HTTPTypes ISOLatin1String.swift
[70/509] Compiling HTTPTypes HTTPParsedFields.swift
[71/509] Compiling HTTPTypes HTTPRequest.swift
[72/509] Compiling HTTPTypes HTTPResponse.swift
[73/509] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/509] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/509] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[76/509] Compiling InternalCollectionsUtilities Specialize.swift
[77/509] Compiling InternalCollectionsUtilities Debugging.swift
[78/509] Compiling InternalCollectionsUtilities Descriptions.swift
[79/509] Compiling _NIODataStructures PriorityQueue.swift
[80/509] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/509] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/509] Compiling _NIOBase64 Base64.swift
[83/509] Emitting module _NIOBase64
[84/509] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/509] Compiling InternalCollectionsUtilities Integer rank.swift
[86/509] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/509] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/509] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/510] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[90/510] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[91/510] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[92/510] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[93/510] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[94/510] Compiling CoreMetrics Metrics.swift
[98/517] Compiling Instrumentation Instrument.swift
[99/517] Compiling Instrumentation NoOpInstrument.swift
[100/517] Compiling Instrumentation MultiplexInstrument.swift
[101/517] Emitting module Instrumentation
[102/517] Compiling ConcurrencyHelpers Lock.swift
[103/517] Emitting module ConcurrencyHelpers
[104/518] Emitting module Logging
[105/518] Compiling Logging MetadataProvider.swift
[106/518] Compiling Logging Locks.swift
[107/518] Compiling _NIODataStructures Heap.swift
[108/518] Emitting module CoreMetrics
[109/518] Emitting module _NIODataStructures
[110/518] Compiling CoreMetrics Locks.swift
[111/520] Compiling Instrumentation InstrumentationSystem.swift
[112/520] Compiling HTTPTypes NIOLock.swift
[113/520] Compiling Instrumentation Locks.swift
[114/521] Compiling Logging Logging.swift
[119/603] Compiling ssl_versions.cc
[121/658] Compiling Tracing TracingTime.swift
[122/665] Emitting module UnixSignals
[123/665] Compiling HeapModule Heap+Invariants.swift
[124/665] Compiling Tracing InstrumentationSystem+Tracing.swift
[125/665] Compiling Tracing NoOpTracer.swift
[126/665] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[126/665] Compiling ssl_x509.cc
[128/665] Compiling Tracing TracerProtocol.swift
[129/665] Compiling HeapModule Heap+Descriptions.swift
[130/665] Emitting module Tracing
[131/665] Compiling UnixSignals UnixSignal.swift
[132/665] Compiling UnixSignals UnixSignalsSequence.swift
[133/666] Compiling Tracing Tracer.swift
[134/666] Compiling Tracing TracerProtocol+Legacy.swift
[136/666] Compiling HeapModule _HeapNode.swift
[137/666] Compiling HeapModule Heap.swift
[138/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[139/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[140/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[141/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[142/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[143/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[144/666] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[145/673] Compiling HeapModule Heap+UnsafeHandle.swift
[146/743] Emitting module HeapModule
[147/750] Compiling Tracing SpanProtocol.swift
[148/751] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[149/751] Compiling HashTreeCollections TreeSet+Debugging.swift
[150/751] Compiling HashTreeCollections TreeSet+Descriptions.swift
[151/751] Compiling HashTreeCollections TreeSet+Equatable.swift
[152/751] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[153/751] Compiling HashTreeCollections TreeSet+Extras.swift
[154/751] Compiling HashTreeCollections TreeSet+Filter.swift
[157/766] Compiling DequeModule Deque+CustomReflectable.swift
[158/766] Compiling DequeModule Deque+Descriptions.swift
[159/768] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[160/768] Compiling HashTreeCollections TreeDictionary+Values.swift
[161/768] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[162/768] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[163/768] Compiling HashTreeCollections _HashNode+Structural union.swift
[164/768] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[165/768] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[166/768] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[167/768] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[168/768] Compiling HashTreeCollections _HashNode.swift
[169/768] Compiling HashTreeCollections _HashNodeHeader.swift
[170/768] Compiling HashTreeCollections _HashSlot.swift
[171/768] Compiling HashTreeCollections _HashStack.swift
[172/768] Compiling HashTreeCollections TreeDictionary.swift
[173/768] Compiling HashTreeCollections TreeSet+Codable.swift
[174/768] Compiling HashTreeCollections TreeSet+Collection.swift
[175/768] Compiling DequeModule _DequeBuffer.swift
[176/768] Compiling DequeModule _DequeBufferHeader.swift
[177/768] Compiling DequeModule Deque+Testing.swift
[178/768] Compiling DequeModule Deque._Storage.swift
[179/768] Compiling DequeModule Deque._UnsafeHandle.swift
[180/768] Compiling DequeModule Deque.swift
[183/768] Compiling DequeModule _DequeSlot.swift
[184/768] Compiling DequeModule _UnsafeWrappedBuffer.swift
[185/768] Compiling HashTreeCollections _HashNode+Builder.swift
[186/768] Compiling HashTreeCollections _HashNode+Debugging.swift
[187/768] Compiling HashTreeCollections _HashNode+Initializers.swift
[188/768] Compiling HashTreeCollections _HashNode+Invariants.swift
[189/768] Compiling HashTreeCollections _HashNode+Lookups.swift
[190/768] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[191/768] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[192/768] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[193/768] Compiling DequeModule Deque+Equatable.swift
[194/768] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[195/768] Compiling DequeModule Deque+Extras.swift
[196/768] Compiling DequeModule Deque+Hashable.swift
[197/768] Compiling HashTreeCollections TreeSet+Hashable.swift
[198/768] Compiling HashTreeCollections TreeSet+Sendable.swift
[199/768] Compiling HashTreeCollections TreeSet+Sequence.swift
[200/768] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[201/768] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[202/768] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[203/768] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[204/768] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[205/768] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[206/768] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[219/787] Compiling HTTPTypes HTTPFieldName.swift
[220/787] Compiling HTTPTypes HTTPFields.swift
[236/788] Compiling DequeModule Deque+Codable.swift
[237/788] Compiling DequeModule Deque+Collection.swift
[246/788] Compiling HashTreeCollections TreeDictionary+Filter.swift
[247/788] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[248/788] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[249/788] Compiling HashTreeCollections TreeDictionary+Keys.swift
[250/788] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[251/788] Compiling HashTreeCollections TreeDictionary+Merge.swift
[252/788] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[265/788] Compiling HashTreeCollections _UnmanagedHashNode.swift
[266/788] Compiling HashTreeCollections _UnsafePath.swift
[267/788] Compiling HashTreeCollections TreeDictionary+Codable.swift
[268/788] Compiling HashTreeCollections TreeDictionary+Collection.swift
[269/788] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[270/788] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[271/788] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[279/788] Compiling HashTreeCollections _HashTreeIterator.swift
[280/788] Compiling HashTreeCollections _HashTreeStatistics.swift
[281/788] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[282/788] Compiling HashTreeCollections _RawHashNode.swift
[284/788] Compiling ssl_stat.cc
[295/788] Compiling ssl_transcript.cc
[297/788] Compiling _RopeModule _CharacterRecognizer.swift
[298/788] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[299/788] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[300/788] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[301/788] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[302/788] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[303/788] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[304/788] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[305/788] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[306/788] Compiling HashTreeCollections TreeSet.swift
[314/788] Emitting module DequeModule
[338/789] Compiling _RopeModule Rope+Join.swift
[339/789] Compiling _RopeModule Rope+MutatingForEach.swift
[340/789] Compiling _RopeModule Rope+Remove.swift
[341/789] Compiling _RopeModule Rope+RemoveSubrange.swift
[342/789] Compiling _RopeModule Rope+Split.swift
[343/789] Compiling _RopeModule Optional Utilities.swift
[344/789] Compiling _RopeModule String Utilities.swift
[345/789] Compiling _RopeModule String.Index+ABI.swift
[346/789] Compiling ssl_session.cc
[348/789] Emitting module OrderedCollections
[348/789] Compiling ssl_privkey.cc
[351/790] Compiling Metrics Metrics.swift
[352/790] Emitting module Metrics
[353/791] Compiling ssl_key_share.cc
[355/791] Emitting module _RopeModule
[396/791] Compiling ssl_lib.cc
[398/792] Compiling ssl_credential.cc
[399/792] Compiling ssl_file.cc
[400/792] Compiling ssl_cert.cc
[401/792] Compiling ssl_cipher.cc
[402/792] Compiling ssl_buffer.cc
[403/792] Compiling ssl_asn1.cc
[404/792] Compiling s3_pkt.cc
[405/792] Compiling s3_lib.cc
[407/792] Emitting module HashTreeCollections
[407/793] Compiling handshake_server.cc
[408/793] Compiling ssl_aead_ctx.cc
[410/793] Compiling s3_both.cc
[411/793] Compiling handshake_client.cc
[412/793] Compiling handoff.cc
[413/793] Compiling encrypted_client_hello.cc
[414/793] Compiling d1_pkt.cc
[415/793] Compiling dtls_record.cc
[416/793] Compiling handshake.cc
[417/793] Compiling d1_srtp.cc
[418/793] Compiling md5-x86_64-apple.S
[419/793] Compiling md5-x86_64-linux.S
[420/793] Compiling md5-586-linux.S
[421/793] Compiling err_data.c
[422/793] Compiling dtls_method.cc
[423/793] Compiling chacha20_poly1305_x86_64-apple.S
[424/793] Compiling md5-586-apple.S
[425/793] Compiling chacha20_poly1305_armv8-linux.S
[426/793] Compiling chacha20_poly1305_armv8-apple.S
[427/793] Compiling chacha20_poly1305_armv8-win.S
[428/793] Compiling chacha20_poly1305_x86_64-linux.S
[429/793] Compiling chacha-x86_64-apple.S
[430/793] Compiling chacha-x86_64-linux.S
[430/793] Compiling extensions.cc
[432/793] Compiling chacha-x86-linux.S
[433/793] Compiling chacha-x86-apple.S
[434/793] Compiling chacha-armv8-win.S
[435/793] Compiling chacha-armv8-linux.S
[436/793] Compiling chacha-armv4-linux.S
[437/793] Compiling aes128gcmsiv-x86_64-linux.S
[438/793] Compiling chacha-armv8-apple.S
[439/793] Compiling aes128gcmsiv-x86_64-apple.S
[440/793] Compiling x86_64-mont-linux.S
[441/793] Compiling x86_64-mont5-apple.S
[442/793] Compiling x86_64-mont5-linux.S
[443/793] Compiling x86_64-mont-apple.S
[444/793] Compiling x86-mont-linux.S
[445/793] Compiling x86-mont-apple.S
[446/793] Compiling vpaes-x86_64-linux.S
[447/793] Compiling vpaes-x86-linux.S
[448/793] Compiling vpaes-x86_64-apple.S
[449/793] Compiling vpaes-x86-apple.S
[450/793] Compiling vpaes-armv8-win.S
[451/793] Compiling vpaes-armv8-linux.S
[452/793] Compiling vpaes-armv8-apple.S
[453/793] Compiling vpaes-armv7-linux.S
[454/793] Compiling sha512-x86_64-apple.S
[455/793] Compiling sha512-x86_64-linux.S
[456/793] Compiling sha512-armv8-win.S
[457/793] Compiling sha512-armv8-apple.S
[458/793] Compiling sha512-armv8-linux.S
[459/793] Compiling sha512-586-linux.S
[460/793] Compiling bio_ssl.cc
[461/793] Compiling sha512-armv4-linux.S
[462/793] Compiling sha512-586-apple.S
[463/793] Compiling sha256-x86_64-linux.S
[464/793] Compiling sha256-x86_64-apple.S
[465/793] Compiling sha256-586-linux.S
[466/793] Compiling sha256-armv8-win.S
[467/793] Compiling sha256-armv8-apple.S
[468/793] Compiling sha256-armv8-linux.S
[469/793] Compiling sha256-armv4-linux.S
[470/793] Compiling sha256-586-apple.S
[471/793] Compiling sha1-x86_64-apple.S
[472/793] Compiling sha1-armv8-linux.S
[473/793] Compiling d1_lib.cc
[474/793] Compiling sha1-armv8-win.S
[475/793] Compiling sha1-armv8-apple.S
[476/793] Compiling d1_both.cc
[477/793] Compiling sha1-armv4-large-linux.S
[478/793] Compiling sha1-x86_64-linux.S
[479/793] Compiling sha1-586-linux.S
[480/793] Compiling sha1-586-apple.S
[481/793] Compiling rsaz-avx2-linux.S
[482/793] Compiling p256_beeu-x86_64-asm-linux.S
[482/793] Compiling rsaz-avx2-apple.S
[484/793] Compiling rdrand-x86_64-linux.S
[485/793] Compiling rdrand-x86_64-apple.S
[486/793] Compiling p256_beeu-x86_64-asm-apple.S
[487/793] Compiling p256_beeu-armv8-asm-win.S
[488/793] Compiling p256_beeu-armv8-asm-apple.S
[489/793] Compiling p256_beeu-armv8-asm-linux.S
[490/793] Compiling p256-x86_64-asm-apple.S
[491/793] Compiling p256-armv8-asm-linux.S
[491/793] Compiling p256-armv8-asm-apple.S
[493/793] Compiling p256-armv8-asm-win.S
[494/793] Compiling ghashv8-armv8-win.S
[495/793] Compiling p256-x86_64-asm-linux.S
[496/793] Compiling ghashv8-armv8-linux.S
[497/793] Compiling ghashv8-armv8-apple.S
[498/793] Compiling ghash-x86_64-linux.S
[499/793] Compiling ghashv8-armv7-linux.S
[499/793] Compiling ghash-x86_64-apple.S
[501/793] Compiling ghash-x86-linux.S
[502/793] Compiling ghash-x86-apple.S
[503/793] Compiling ghash-ssse3-x86_64-linux.S
[504/793] Compiling ghash-ssse3-x86-linux.S
[505/793] Compiling ghash-ssse3-x86_64-apple.S
[506/793] Compiling ghash-neon-armv8-win.S
[507/793] Compiling ghash-ssse3-x86-apple.S
[508/793] Compiling ghash-armv4-linux.S
[509/793] Compiling ghash-neon-armv8-linux.S
[510/793] Compiling ghash-neon-armv8-apple.S
[511/793] Compiling co-586-linux.S
[512/793] Compiling bsaes-armv7-linux.S
[513/793] Compiling bn-armv8-win.S
[514/793] Compiling co-586-apple.S
[515/793] Compiling bn-armv8-linux.S
[516/793] Compiling bn-armv8-apple.S
[517/793] Compiling bn-586-apple.S
[518/793] Compiling bn-586-linux.S
[519/793] Compiling armv8-mont-win.S
[520/793] Compiling armv8-mont-apple.S
[521/793] Compiling armv8-mont-linux.S
[522/793] Compiling armv4-mont-linux.S
[523/793] Compiling aesv8-gcm-armv8-win.S
[524/793] Compiling aesv8-gcm-armv8-linux.S
[525/793] Compiling aesv8-armv8-win.S
[526/793] Compiling aesv8-armv8-linux.S
[527/793] Compiling aesv8-gcm-armv8-apple.S
[528/793] Compiling aesv8-armv8-apple.S
[529/793] Compiling aesv8-armv7-linux.S
[530/793] Compiling aesni-x86-apple.S
[531/793] Compiling aesni-x86_64-linux.S
[532/793] Compiling aesni-x86-linux.S
[533/793] Compiling aesni-x86_64-apple.S
[534/793] Compiling aesni-gcm-x86_64-linux.S
[535/793] Compiling aesni-gcm-x86_64-apple.S
[536/793] Compiling x_spki.c
[537/793] Compiling x_sig.c
[538/793] Compiling x_val.c
[539/793] Compiling x_req.c
[540/793] Compiling x_x509a.c
[541/793] Compiling x_pubkey.c
[542/793] Compiling x_name.c
[543/793] Compiling x_x509.c
[544/793] Compiling x_exten.c
[545/793] Compiling x_crl.c
[546/793] Compiling x509spki.c
[547/793] Compiling x_all.c
[548/793] Compiling x_algor.c
[549/793] Compiling x509name.c
[550/793] Compiling x_attrib.c
[551/793] Compiling x509rset.c
[552/793] Compiling x509_vpm.c
[553/793] Compiling x509_v3.c
[554/793] Compiling x509_set.c
[555/793] Compiling x509_txt.c
[556/793] Compiling x509_trs.c
[557/793] Compiling x509cset.c
[558/793] Compiling x509_vfy.c
[559/793] Compiling x509_req.c
[560/793] Compiling x509_obj.c
[561/793] Compiling x509_ext.c
[562/793] Compiling x509.c
[563/793] Compiling x509_lu.c
[564/793] Compiling x509_def.c
[565/793] Compiling x509_d2.c
[566/793] Compiling x509_cmp.c
[567/793] Compiling x509_att.c
[568/793] Compiling v3_skey.c
[569/793] Compiling v3_utl.c
[570/793] Compiling v3_pcons.c
[571/793] Compiling v3_prn.c
[572/793] Compiling v3_purp.c
[573/793] Compiling v3_pmaps.c
[574/793] Compiling v3_int.c
[575/793] Compiling v3_ocsp.c
[576/793] Compiling v3_lib.c
[577/793] Compiling v3_info.c
[578/793] Compiling v3_ncons.c
[579/793] Compiling v3_enum.c
[580/793] Compiling v3_ia5.c
[581/793] Compiling v3_genn.c
[582/793] Compiling v3_extku.c
[583/793] Compiling v3_crld.c
[584/793] Compiling v3_cpols.c
[585/793] Compiling v3_conf.c
[586/793] Compiling v3_bitst.c
[587/793] Compiling v3_bcons.c
[588/793] Compiling v3_akeya.c
[589/793] Compiling v3_akey.c
[590/793] Compiling v3_alt.c
[591/793] Compiling t_x509a.c
[592/793] Compiling t_x509.c
[593/793] Compiling t_req.c
[594/793] Compiling t_crl.c
[595/793] Compiling i2d_pr.c
[596/793] Compiling rsa_pss.c
[597/793] Compiling name_print.c
[598/793] Compiling by_file.c
[599/793] Compiling policy.c
[600/793] Compiling a_verify.c
[601/793] Compiling a_sign.c
[602/793] Compiling asn1_gen.c
[603/793] Compiling by_dir.c
[604/793] Compiling algorithm.c
[605/793] Compiling a_digest.c
[606/793] Compiling voprf.c
[607/793] Compiling thread_win.c
[608/793] Compiling thread.c
[609/793] Compiling thread_pthread.c
[610/793] Compiling thread_none.c
[611/793] Compiling spx_wots.c
[612/793] Compiling trust_token.c
[613/793] Compiling spx_util.c
[614/793] Compiling spx_merkle.c
[614/793] Compiling stack.c
[616/793] Compiling spx_thash.c
[616/793] Compiling pmbtoken.c
[618/793] Compiling spx_fors.c
[618/793] Compiling spx.c
[620/793] Compiling spx_address.c
[621/793] Compiling sha256.c
[622/793] Compiling merkle.c
[623/793] Compiling wots.c
[624/793] Compiling siphash.c
[625/793] Compiling thash.c
[626/793] Compiling sha512.c
[626/793] Compiling slhdsa.c
[628/793] Compiling fors.c
[629/793] Compiling sha1.c
[630/793] Compiling rsa_print.c
[631/793] Compiling rsa_extra.c
[632/793] Compiling rc4.c
[633/793] Compiling refcount.c
[634/793] Compiling trusty.c
[635/793] Compiling windows.c
[636/793] Compiling rand_extra.c
[637/793] Compiling rsa_crypt.c
[638/793] Compiling rsa_asn1.c
[639/793] Compiling passive.c
[640/793] Compiling ios.c
[641/793] Compiling urandom.c
[642/793] Compiling getentropy.c
[643/793] Compiling deterministic.c
[644/793] Compiling poly1305_arm_asm.S
[645/793] Compiling forkunsafe.c
[646/793] Compiling pool.c
[647/793] Compiling fork_detect.c
[648/793] Compiling poly1305.c
[649/793] Compiling poly1305_arm.c
[650/793] Compiling pkcs7.c
[651/793] Compiling poly1305_vec.c
[652/793] Compiling pkcs8.c
[653/793] Compiling pem_x509.c
[654/793] Compiling pem_xaux.c
[655/793] Compiling pkcs7_x509.c
[656/793] Compiling pkcs8_x509.c
[657/793] Compiling p5_pbev2.c
[658/793] Compiling pem_oth.c
[659/793] Compiling pem_pkey.c
[660/793] Compiling obj_xref.c
[661/793] Compiling pem_pk8.c
[662/793] Compiling pem_all.c
[663/793] Compiling md5.c
[664/793] Compiling mem.c
[664/793] Compiling pem_info.c
[666/793] Compiling obj.c
[666/793] Compiling pem_lib.c
[668/793] Compiling md4.c
[669/793] Compiling mldsa.c
[670/793] Compiling fips_shared_support.c
[671/793] Compiling keccak.c
[672/793] Compiling kyber.c
[673/793] Compiling lhash.c
[674/793] Compiling poly_rq_mul.S
[675/793] Compiling ex_data.c
[676/793] Compiling hrss.c
[677/793] Compiling sign.c
[678/793] Compiling scrypt.c
[679/793] Compiling hpke.c
[680/793] Compiling p_x25519.c
[681/793] Compiling print.c
[682/793] Compiling pbkdf.c
[683/793] Compiling p_x25519_asn1.c
[684/793] Compiling mlkem.cc
[685/793] Compiling p_rsa_asn1.c
[686/793] Compiling p_hkdf.c
[687/793] Compiling p_rsa.c
[688/793] Compiling p_ed25519_asn1.c
[689/793] Compiling p_ed25519.c
[690/793] Compiling p_ec_asn1.c
[691/793] Compiling p_ec.c
[692/793] Compiling p_dh.c
[693/793] Compiling p_dh_asn1.c
[694/793] Compiling evp_ctx.c
[695/793] Compiling p_dsa_asn1.c
[696/793] Compiling evp_asn1.c
[697/793] Compiling evp.c
[698/793] Compiling ecdsa_asn1.c
[699/793] Compiling engine.c
[700/793] Compiling err.c
[701/793] Compiling ec_asn1.c
[702/793] Compiling ecdh_extra.c
[703/793] Compiling ec_derive.c
[704/793] Compiling hash_to_curve.c
[705/793] Compiling dsa_asn1.c
[706/793] Compiling dsa.c
[707/793] Compiling dh_asn1.c
[708/793] Compiling dilithium.c
[709/793] Compiling params.c
[709/793] Compiling digest_extra.c
[709/793] Compiling spake25519.c
[712/793] Compiling x25519-asm-arm.S
[713/793] Compiling des.c
[714/793] Compiling cpu_arm_linux.c
[715/793] Compiling crypto.c
[716/793] Compiling cpu_intel.c
[717/793] Compiling cpu_arm_freebsd.c
[718/793] Compiling cpu_aarch64_win.c
[719/793] Compiling cpu_aarch64_sysreg.c
[720/793] Compiling cpu_aarch64_openbsd.c
[721/793] Compiling cpu_aarch64_linux.c
[722/793] Compiling cpu_aarch64_apple.c
[723/793] Compiling cpu_aarch64_fuchsia.c
[724/793] Compiling curve25519.c
[725/793] Compiling e_rc4.c
[726/793] Compiling tls_cbc.c
[727/793] Compiling conf.c
[728/793] Compiling e_tls.c
[729/793] Compiling e_rc2.c
[730/793] Compiling e_null.c
[731/793] Compiling curve25519_64_adx.c
[732/793] Compiling e_des.c
[733/793] Compiling e_aesgcmsiv.c
[734/793] Compiling e_chacha20poly1305.c
[735/793] Compiling derive_key.c
[736/793] Compiling unicode.c
[737/793] Compiling cipher_extra.c
[738/793] Compiling chacha.c
[739/793] Compiling e_aesctrhmac.c
[740/793] Compiling ber.c
[741/793] Compiling asn1_compat.c
[742/793] Compiling bn_asn1.c
[743/793] Compiling buf.c
[744/793] Compiling cbs.c
[745/793] Compiling blake2.c
[746/793] Compiling convert.c
[747/793] Compiling socket.c
[748/793] Compiling cbb.c
[749/793] Compiling printf.c
[750/793] Compiling socket_helper.c
[751/793] Compiling errno.c
[752/793] Compiling pair.c
[753/793] Compiling hexdump.c
[754/793] Compiling file.c
[755/793] Compiling fd.c
[756/793] Compiling base64.c
[756/793] Compiling connect.c
[758/793] Compiling bio_mem.c
[759/793] Compiling tasn_fre.c
[760/793] Compiling bio.c
[761/793] Compiling tasn_typ.c
[762/793] Compiling tasn_utl.c
[763/793] Compiling tasn_new.c
[764/793] Compiling posix_time.c
[765/793] Compiling tasn_enc.c
[766/793] Compiling f_string.c
[767/793] Compiling tasn_dec.c
[768/793] Compiling f_int.c
[769/793] Compiling asn_pack.c
[770/793] Compiling asn1_lib.c
[771/793] Compiling asn1_par.c
[772/793] Compiling a_utctm.c
[773/793] Compiling a_type.c
[774/793] Compiling a_octet.c
[775/793] Compiling a_time.c
[776/793] Compiling a_object.c
[777/793] Compiling a_strnid.c
[778/793] Compiling a_i2d_fp.c
[779/793] Compiling a_gentm.c
[780/793] Compiling a_strex.c
[781/793] Compiling a_mbstr.c
[782/793] Compiling a_dup.c
[782/793] Write sources
[786/793] Compiling a_int.c
[787/793] Compiling a_d2i_fp.c
[788/793] Compiling bcm.c
[789/793] Compiling a_bool.c
[790/793] Compiling a_bitstr.c
[792/910] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[793/910] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[794/912] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[795/912] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[796/912] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[797/912] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[798/912] Compiling Atomics IntegerOperations.swift
[799/912] Compiling Atomics Unmanaged extensions.swift
[800/912] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[801/912] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[802/912] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[803/912] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[804/912] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[805/912] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[806/912] Compiling AsyncAlgorithms CombineLatestStorage.swift
[807/912] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[808/912] Compiling AsyncAlgorithms DebounceStateMachine.swift
[809/912] Compiling AsyncAlgorithms DebounceStorage.swift
[810/912] Compiling AsyncAlgorithms Dictionary.swift
[811/912] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[812/912] Compiling AsyncAlgorithms Locking.swift
[813/912] Compiling AsyncAlgorithms AsyncChannel.swift
[814/912] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[815/912] Compiling AsyncAlgorithms ChannelStateMachine.swift
[816/912] Compiling AsyncAlgorithms ChannelStorage.swift
[817/912] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[818/912] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[819/912] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[820/912] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[821/912] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[822/912] Compiling AsyncAlgorithms MergeStateMachine.swift
[823/912] Compiling AsyncAlgorithms MergeStorage.swift
[824/912] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[825/912] Compiling AsyncAlgorithms Rethrow.swift
[826/912] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[827/912] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[828/912] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[829/912] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[830/912] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[831/912] Compiling BitCollections BitSet+SetAlgebra union.swift
[832/912] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[833/912] Compiling BitCollections BitSet.Counted.swift
[834/919] Emitting module BitCollections
[835/919] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[836/919] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[837/919] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[841/919] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[842/919] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[855/925] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[867/925] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[868/925] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[869/925] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[870/925] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[885/925] Emitting module AsyncAlgorithms
[885/925] Compiling c-nioatomics.c
[887/925] Compiling BitCollections BitSet.Index.swift
[888/925] Compiling BitCollections BitSet._UnsafeHandle.swift
[889/925] Compiling BitCollections BitSet.swift
[890/925] Compiling BitCollections Range+Utilities.swift
[891/925] Compiling BitCollections Slice+Utilities.swift
[892/925] Compiling BitCollections UInt+Tricks.swift
[893/925] Compiling BitCollections _Word.swift
[900/926] Compiling c-atomics.c
[902/934] Emitting module Collections
[903/934] Compiling Collections Collections.swift
[917/935] Compiling NIOConcurrencyHelpers lock.swift
[924/935] Compiling AsyncAlgorithms SetAlgebra.swift
[925/935] Compiling AsyncAlgorithms UnsafeTransfer.swift
[926/935] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[927/935] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[928/935] Compiling AsyncAlgorithms ZipStateMachine.swift
[929/935] Compiling AsyncAlgorithms ZipStorage.swift
[931/936] Emitting module Atomics
[932/937] Emitting module NIOConcurrencyHelpers
[933/937] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[935/937] Compiling NIOConcurrencyHelpers atomics.swift
[936/937] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[937/937] Compiling NIOConcurrencyHelpers NIOLock.swift
[939/947] Compiling ServiceLifecycle Service.swift
[940/1007] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[941/1007] Compiling ServiceLifecycle ServiceRunnerError.swift
[942/1007] Emitting module ServiceLifecycle
[943/1007] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[944/1007] Compiling ServiceLifecycle CancellationWaiter.swift
[945/1007] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[946/1007] Compiling ServiceLifecycle GracefulShutdown.swift
[947/1007] Compiling NIOCore MulticastChannel.swift
[948/1007] Compiling NIOCore NIOAny.swift
[949/1007] Compiling NIOCore NIOCloseOnErrorHandler.swift
[950/1007] Compiling NIOCore NIOLoopBound.swift
[951/1007] Compiling NIOCore NIOScheduledCallback.swift
[952/1007] Compiling NIOCore NIOSendable.swift
[953/1007] Compiling NIOCore PointerHelpers.swift
[954/1007] Compiling NIOCore RecvByteBufferAllocator.swift
[955/1015] Compiling ServiceLifecycle ServiceGroup.swift
[957/1016] Compiling NIOCore IO.swift
[958/1016] Compiling NIOCore IOData.swift
[959/1016] Compiling NIOCore IPProtocol.swift
[960/1016] Compiling NIOCore IntegerBitPacking.swift
[961/1016] Compiling NIOCore IntegerTypes.swift
[962/1016] Compiling NIOCore Interfaces.swift
[963/1016] Compiling NIOCore Linux.swift
[964/1016] Compiling NIOCore MarkedCircularBuffer.swift
[965/1016] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[966/1016] Compiling NIOCore EventLoopFuture+Deprecated.swift
[967/1016] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[968/1016] Compiling NIOCore EventLoopFuture.swift
[969/1016] Compiling NIOCore FileDescriptor.swift
[970/1016] Compiling NIOCore FileHandle.swift
[971/1016] Compiling NIOCore FileRegion.swift
[972/1016] Compiling NIOCore GlobalSingletons.swift
[973/1016] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[974/1016] Compiling NIOCore SocketAddresses.swift
[975/1016] Compiling NIOCore SocketOptionProvider.swift
[976/1016] Compiling NIOCore SystemCallHelpers.swift
[977/1016] Compiling NIOCore TimeAmount+Duration.swift
[978/1016] Compiling NIOCore TypeAssistedChannelHandler.swift
[979/1016] Compiling NIOCore UniversalBootstrapSupport.swift
[980/1016] Compiling NIOCore Utilities.swift
[981/1016] Compiling NIOCore CircularBuffer.swift
[982/1016] Compiling NIOCore Codec.swift
[983/1016] Compiling NIOCore ConvenienceOptionSupport.swift
[984/1016] Compiling NIOCore DeadChannel.swift
[985/1016] Compiling NIOCore DispatchQueue+WithFuture.swift
[986/1016] Compiling NIOCore EventLoop+Deprecated.swift
[987/1016] Compiling NIOCore EventLoop+SerialExecutor.swift
[988/1016] Compiling NIOCore EventLoop.swift
[989/1016] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[990/1016] Compiling NIOCore BSDSocketAPI.swift
[991/1016] Compiling NIOCore ByteBuffer-aux.swift
[992/1016] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[993/1016] Compiling NIOCore ByteBuffer-conversions.swift
[994/1016] Compiling NIOCore ByteBuffer-core.swift
[995/1016] Compiling NIOCore ByteBuffer-hex.swift
[996/1016] Compiling NIOCore ByteBuffer-int.swift
[997/1016] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[998/1016] Compiling NIOCore AddressedEnvelope.swift
[999/1016] Compiling NIOCore AsyncAwaitSupport.swift
[1000/1016] Compiling NIOCore AsyncChannel.swift
[1001/1016] Compiling NIOCore AsyncChannelHandler.swift
[1002/1016] Compiling NIOCore AsyncChannelInboundStream.swift
[1003/1016] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1004/1016] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1005/1016] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1006/1016] Compiling NIOCore NIOAsyncWriter.swift
[1007/1016] Compiling NIOCore ByteBuffer-multi-int.swift
[1008/1016] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1009/1016] Compiling NIOCore ByteBuffer-views.swift
[1010/1016] Compiling NIOCore Channel.swift
[1011/1016] Compiling NIOCore ChannelHandler.swift
[1012/1016] Compiling NIOCore ChannelHandlers.swift
[1013/1016] Compiling NIOCore ChannelInvoker.swift
[1014/1016] Compiling NIOCore ChannelOption.swift
[1015/1016] Compiling NIOCore ChannelPipeline.swift
[1016/1016] Emitting module NIOCore
[1018/1071] Emitting module NIOHTTPTypes
[1019/1071] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1021/1072] Compiling NIOEmbedded AsyncTestingChannel.swift
[1022/1072] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1023/1072] Emitting module NIOEmbedded
[1024/1072] Compiling NIOEmbedded Embedded.swift
[1026/1073] Compiling NIOPosix Pool.swift
[1027/1073] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1028/1073] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1029/1073] Compiling NIOPosix PosixSingletons.swift
[1030/1073] Compiling NIOPosix RawSocketBootstrap.swift
[1031/1073] Compiling NIOPosix Resolver.swift
[1032/1073] Compiling NIOPosix Selectable.swift
[1033/1079] Emitting module NIOPosix
[1034/1079] Compiling NIOPosix ThreadPosix.swift
[1035/1079] Compiling NIOPosix ThreadWindows.swift
[1036/1079] Compiling NIOPosix UnsafeTransfer.swift
[1037/1079] Compiling NIOPosix Utilities.swift
[1038/1079] Compiling NIOPosix VsockAddress.swift
[1039/1079] Compiling NIOPosix VsockChannelEvents.swift
[1040/1079] Compiling NIOPosix SelectableChannel.swift
[1041/1079] Compiling NIOPosix SelectableEventLoop.swift
[1042/1079] Compiling NIOPosix SelectorEpoll.swift
[1043/1079] Compiling NIOPosix SelectorGeneric.swift
[1044/1079] Compiling NIOPosix SelectorKqueue.swift
[1045/1079] Compiling NIOPosix SelectorUring.swift
[1046/1079] Compiling NIOPosix ServerSocket.swift
[1047/1079] Compiling NIOPosix Socket.swift
[1048/1079] Compiling NIOPosix SocketChannel.swift
[1049/1079] Compiling NIOPosix SocketProtocols.swift
[1050/1079] Compiling NIOPosix System.swift
[1051/1079] Compiling NIOPosix Thread.swift
[1052/1079] Compiling NIOPosix NIOThreadPool.swift
[1053/1079] Compiling NIOPosix NonBlockingFileIO.swift
[1054/1079] Compiling NIOPosix PendingDatagramWritesManager.swift
[1055/1079] Compiling NIOPosix PendingWritesManager.swift
[1056/1079] Compiling NIOPosix PipeChannel.swift
[1057/1079] Compiling NIOPosix PipePair.swift
[1058/1079] Compiling NIOPosix PointerHelpers.swift
[1059/1079] Compiling NIOPosix IO.swift
[1060/1079] Compiling NIOPosix IntegerBitPacking.swift
[1061/1079] Compiling NIOPosix IntegerTypes.swift
[1062/1079] Compiling NIOPosix Linux.swift
[1063/1079] Compiling NIOPosix LinuxCPUSet.swift
[1064/1079] Compiling NIOPosix LinuxUring.swift
[1065/1079] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1066/1079] Compiling NIOPosix BSDSocketAPICommon.swift
[1067/1079] Compiling NIOPosix BSDSocketAPIPosix.swift
[1068/1079] Compiling NIOPosix BSDSocketAPIWindows.swift
[1069/1079] Compiling NIOPosix BaseSocket.swift
[1070/1079] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1071/1079] Compiling NIOPosix BaseSocketChannel.swift
[1072/1079] Compiling NIOPosix BaseStreamSocketChannel.swift
[1073/1079] Compiling NIOPosix Bootstrap.swift
[1074/1079] Compiling NIOPosix ControlMessage.swift
[1075/1079] Compiling NIOPosix DatagramVectorReadManager.swift
[1076/1079] Compiling NIOPosix Errors+Any.swift
[1077/1079] Compiling NIOPosix FileDescriptor.swift
[1078/1079] Compiling NIOPosix GetaddrinfoResolver.swift
[1079/1079] Compiling NIOPosix HappyEyeballs.swift
[1081/1082] Emitting module NIO
[1082/1082] Compiling NIO Exports.swift
[1084/1110] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1085/1110] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1086/1110] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1087/1110] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1088/1110] Compiling NIOTLS TLSEvents.swift
[1089/1110] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1090/1110] Emitting module NIOTLS
[1091/1110] Compiling NIOTLS SNIHandler.swift
[1092/1110] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1094/1111] Emitting module NIOFoundationCompat
[1095/1111] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1097/1121] Compiling NIOSSL ByteBufferBIO.swift
[1098/1121] Compiling NIOSSL CustomPrivateKey.swift
[1099/1121] Compiling NIOSSL LinuxCABundle.swift
[1100/1121] Compiling NIOSSL NIOSSLClientHandler.swift
[1101/1131] Compiling NIOSSL SSLCallbacks.swift
[1102/1131] Compiling NIOSSL SSLCertificate.swift
[1103/1131] Compiling NIOSSL SSLCertificateExtensions.swift
[1104/1131] Compiling NIOSSL SSLConnection.swift
[1105/1164] Compiling NIOTransportServices AcceptHandler.swift
[1106/1164] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1107/1164] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1108/1164] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1109/1164] Compiling NIOTransportServices NIOTSErrors.swift
[1110/1164] Compiling NIOTransportServices NIOTSEventLoop.swift
[1111/1166] Compiling NIOTransportServices NIOTSBootstraps.swift
[1112/1166] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1113/1166] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1114/1166] Compiling NIOTransportServices StateManagedChannel.swift
[1115/1166] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1116/1166] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1117/1166] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1118/1166] Compiling NIOTransportServices NIOTSSingletons.swift
[1119/1166] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1120/1166] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1121/1166] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1122/1166] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1123/1166] Emitting module NIOTransportServices
[1124/1166] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1125/1166] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1126/1166] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1127/1166] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1128/1166] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1136/1167] Emitting module NIOHTTP1
[1141/1168] Compiling NIOSSL NIOSSLSecureBytes.swift
[1142/1168] Compiling NIOSSL RNG.swift
[1143/1168] Compiling NIOSSL SafeCompare.swift
[1147/1171] Compiling NIOSSL SubjectAlternativeName.swift
[1152/1192] Compiling NIOExtras DebugInboundEventsHandler.swift
[1153/1192] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1154/1192] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1155/1192] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1156/1192] Emitting module NIOHTTPTypesHTTP1
[1157/1192] Emitting module NIOSSL
[1158/1192] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1159/1192] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1160/1192] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1161/1193] Compiling NIOExtras LineBasedFrameDecoder.swift
[1162/1193] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1163/1193] Compiling NIOExtras NIOExtrasError.swift
[1164/1193] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1165/1195] Compiling NIOExtras NIORequestIdentifiable.swift
[1166/1195] Compiling NIOExtras PCAPRingBuffer.swift
[1167/1195] Compiling NIOExtras QuiescingHelper.swift
[1168/1195] Compiling NIOExtras RequestResponseHandler.swift
[1170/1195] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1171/1195] Compiling NIOExtras LengthFieldPrepender.swift
[1176/1195] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1177/1195] Compiling NIOExtras JSONRPCFraming.swift
[1178/1195] Emitting module NIOExtras
[1179/1195] Compiling NIOSSL Zeroization.swift
[1180/1195] Compiling NIOSSL TLSConfiguration.swift
[1181/1195] Compiling NIOSSL UniversalBootstrapSupport.swift
[1195/1230] Compiling RediStack RedisConnection.swift
[1196/1230] Compiling RediStack RedisError.swift
[1198/1231] Compiling RediStack RedisClusterNodeID.swift
[1199/1231] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[1200/1231] Compiling RediStack RedisHashSlot.swift
[1201/1231] Compiling RediStack SwiftPolyfill.swift
[1202/1231] Compiling RediStack BasicCommands.swift
[1203/1257] Compiling RediStack RedisChannelName.swift
[1204/1257] Compiling RediStack RedisClient.swift
[1205/1257] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1206/1257] Compiling RediStack RedisCommandEncoder.swift
[1207/1257] Compiling RediStack StandardLibrary.swift
[1208/1257] Compiling RediStack SwiftNIO.swift
[1209/1257] Compiling RediStack RESPTranslator.swift
[1210/1257] Compiling RediStack RESPValue.swift
[1211/1257] Compiling RediStack RESPValueConvertible.swift
[1212/1257] Compiling RediStack RedisKey.swift
[1213/1257] Compiling RediStack RedisLogging.swift
[1214/1257] Compiling RediStack RedisMetrics.swift
[1215/1257] Compiling RediStack _Deprecations.swift
[1216/1257] Compiling HummingbirdCore Deprecations.swift
[1217/1257] Compiling HummingbirdCore Request.swift
[1218/1257] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1219/1257] Compiling HummingbirdCore RequestBody.swift
[1220/1257] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1221/1257] Emitting module RediStack
[1222/1257] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1223/1257] Compiling HummingbirdCore BindAddress.swift
[1224/1257] Compiling HummingbirdCore HTTP1Channel.swift
[1225/1257] Compiling HummingbirdCore HTTPChannelHandler.swift
[1226/1257] Compiling HummingbirdCore HTTPServerBuilder.swift
[1227/1257] 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
[1228/1257] 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
[1229/1257] 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
[1230/1260] Compiling HummingbirdCore Response.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
[1231/1260] Compiling HummingbirdCore ResponseBody.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
[1232/1260] 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
[1233/1260] 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
[1234/1260] 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
[1235/1260] 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
<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
[1239/1260] 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
<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
<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
[1247/1260] Compiling HummingbirdCore URI.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1248/1260] 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
[1251/1260] Compiling HummingbirdCore FlatDictionary.swift
[1252/1260] Compiling HummingbirdCore HBParser.swift
[1253/1260] 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
<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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
[3/60] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/62] Compiling ConcurrencyHelpers Lock.swift
[5/62] Compiling ConcurrencyHelpers LockedValueBox.swift
[6/62] Emitting module ConcurrencyHelpers
[7/63] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/63] Compiling InternalCollectionsUtilities Specialize.swift
[9/63] Compiling ServiceContextModule ServiceContextKey.swift
[10/63] Compiling _NIODataStructures PriorityQueue.swift
[11/63] Emitting module ServiceContextModule
[12/63] Compiling ServiceContextModule ServiceContext.swift
[14/64] Compiling InternalCollectionsUtilities Debugging.swift
[15/64] Compiling InternalCollectionsUtilities Descriptions.swift
[18/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/64] Compiling _NIODataStructures Heap.swift
[22/66] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/66] Emitting module HTTPTypes
[25/67] Emitting module _NIOBase64
[26/67] Compiling _NIOBase64 Base64.swift
[27/68] Compiling HTTPTypes ISOLatin1String.swift
[28/68] Emitting module _NIODataStructures
[32/68] Compiling HTTPTypes HTTPParsedFields.swift
[33/68] Emitting module InternalCollectionsUtilities
[34/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[35/68] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[36/68] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[37/68] Emitting module CoreMetrics
[38/68] Compiling HTTPTypes HTTPField.swift
[42/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/68] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/68] Compiling _NIODataStructures _TinyArray.swift
[46/69] Compiling Atomics IntegerOperations.swift
[47/69] Compiling Atomics Unmanaged extensions.swift
[49/70] Compiling HTTPTypes NIOLock.swift
[50/78] Compiling HTTPTypes HTTPRequest.swift
[51/78] Compiling HTTPTypes HTTPResponse.swift
[56/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[57/78] Compiling InternalCollectionsUtilities Integer rank.swift
[58/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/79] Compiling CoreMetrics Locks.swift
[60/79] Compiling CoreMetrics Metrics.swift
[61/85] Compiling HTTPTypes HTTPFieldName.swift
[62/85] Compiling HTTPTypes HTTPFields.swift
[63/86] Emitting module UnixSignals
[65/86] Compiling UnixSignals UnixSignal.swift
[66/86] Compiling UnixSignals UnixSignalsSequence.swift
[69/87] Compiling NIOConcurrencyHelpers NIOLock.swift
[70/89] Emitting module NIOConcurrencyHelpers
[71/89] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[72/89] Compiling Logging MetadataProvider.swift
[74/93] Compiling NIOConcurrencyHelpers atomics.swift
[75/93] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[76/93] Compiling NIOConcurrencyHelpers lock.swift
[77/94] Emitting module Logging
[78/94] Compiling Instrumentation NoOpInstrument.swift
[79/94] Compiling Instrumentation Instrument.swift
[81/94] Compiling Instrumentation MultiplexInstrument.swift
[82/94] Emitting module Instrumentation
[83/94] Compiling Instrumentation InstrumentationSystem.swift
[84/94] Compiling Instrumentation Locks.swift
[86/206] Compiling HeapModule Heap+Descriptions.swift
[87/210] Compiling HeapModule Heap+Invariants.swift
[88/227] Compiling HeapModule Heap.swift
[89/227] Compiling _RopeModule BigString+Builder.swift
[90/227] Compiling _RopeModule BigString+Contents.swift
[91/227] Compiling _RopeModule BigString+Debugging.swift
[92/227] Compiling _RopeModule BigString+Index.swift
[93/227] Compiling _RopeModule BigString+Ingester.swift
[94/227] Compiling _RopeModule BigString+Invariants.swift
[95/227] Compiling HeapModule _HeapNode.swift
[96/303] Emitting module HeapModule
[97/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[98/313] Compiling HeapModule Heap+UnsafeHandle.swift
[99/319] Emitting module Metrics
[100/319] Compiling Metrics Metrics.swift
[101/320] Compiling Logging LogHandler.swift
[102/320] Compiling Logging Locks.swift
[103/320] Compiling Logging Logging.swift
[104/321] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[105/321] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[106/321] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[107/321] Compiling HashTreeCollections _HashNode+Structural union.swift
[108/321] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[109/321] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[110/321] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[111/321] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[112/321] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[113/321] Compiling HashTreeCollections TreeDictionary+Keys.swift
[114/321] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[115/321] Compiling HashTreeCollections TreeDictionary+Merge.swift
[116/321] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[117/321] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[119/328] Emitting module Atomics
[121/329] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[122/329] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[123/329] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[124/329] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[125/329] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[126/329] Compiling HashTreeCollections _HashNode+Structural merge.swift
[127/329] Compiling HashTreeCollections _HashTreeIterator.swift
[128/329] Compiling HashTreeCollections _HashTreeStatistics.swift
[130/329] Compiling DequeModule Deque+CustomReflectable.swift
[131/329] Compiling DequeModule Deque+Descriptions.swift
[132/331] Compiling DequeModule _DequeBuffer.swift
[133/331] Compiling DequeModule _DequeBufferHeader.swift
[135/331] Compiling DequeModule Deque+Equatable.swift
[136/331] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[137/331] Compiling DequeModule Deque+Testing.swift
[138/331] Compiling DequeModule Deque._Storage.swift
[139/331] Compiling DequeModule Deque._UnsafeHandle.swift
[140/331] Compiling DequeModule Deque.swift
[143/331] Compiling DequeModule Deque+Extras.swift
[144/331] Compiling DequeModule _DequeSlot.swift
[145/331] Compiling DequeModule _UnsafeWrappedBuffer.swift
[146/331] Compiling DequeModule Deque+Hashable.swift
[147/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[148/331] Compiling HashTreeCollections _RawHashNode.swift
[149/331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[150/331] Compiling HashTreeCollections _UnsafePath.swift
[151/331] Compiling HashTreeCollections TreeDictionary+Codable.swift
[152/331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[153/331] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[154/331] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[155/331] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[156/331] Compiling HashTreeCollections _HashNode.swift
[157/331] Compiling HashTreeCollections _HashNodeHeader.swift
[158/331] Compiling HashTreeCollections _HashSlot.swift
[159/331] Compiling HashTreeCollections _HashStack.swift
[160/331] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[161/331] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[162/331] Compiling HashTreeCollections TreeDictionary+Filter.swift
[163/331] Compiling HashTreeCollections TreeSet+Hashable.swift
[164/331] Compiling HashTreeCollections TreeSet+Sendable.swift
[165/331] Compiling HashTreeCollections TreeSet+Sequence.swift
[166/331] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[167/331] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[168/331] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[169/331] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[170/331] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[171/331] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[172/331] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[185/349] Compiling OrderedCollections OrderedSet+Sendable.swift
[186/349] Compiling OrderedCollections OrderedSet+SubSequence.swift
[187/349] Compiling OrderedCollections OrderedSet+Testing.swift
[188/349] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[189/349] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[190/349] Compiling OrderedCollections OrderedSet.swift
[191/349] Compiling OrderedCollections _UnsafeBitset.swift
[192/349] Compiling HashTreeCollections TreeSet+Equatable.swift
[193/349] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[194/349] Compiling HashTreeCollections TreeSet+Extras.swift
[195/349] Compiling HashTreeCollections TreeSet+Filter.swift
[196/349] Compiling DequeModule Deque+Codable.swift
[197/349] Compiling DequeModule Deque+Collection.swift
[210/402] Compiling Tracing InstrumentationSystem+Tracing.swift
[211/402] Compiling Tracing TracingTime.swift
[212/402] Compiling Tracing Tracer.swift
[213/402] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[214/402] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[215/402] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[216/402] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[217/402] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[218/402] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[219/402] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[220/402] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[221/402] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[222/402] Compiling HashTreeCollections TreeSet.swift
[223/402] Compiling BitCollections BitArray._UnsafeHandle.swift
[224/402] Compiling BitCollections BitArray.swift
[225/402] Compiling BitCollections BitSet+BidirectionalCollection.swift
[226/402] Compiling BitCollections BitSet+Codable.swift
[227/402] Compiling BitCollections BitSet+Initializers.swift
[228/402] Compiling BitCollections BitSet+Invariants.swift
[229/402] Compiling BitCollections BitSet+Random.swift
[230/402] Compiling BitCollections BitSet+SetAlgebra basics.swift
[231/402] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[232/402] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[233/402] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[234/402] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[235/402] Compiling BitCollections BitSet+CustomReflectable.swift
[236/402] Compiling BitCollections BitSet+CustomStringConvertible.swift
[237/402] Compiling BitCollections BitSet+Equatable.swift
[238/402] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[239/402] Compiling BitCollections BitSet+Extras.swift
[240/402] Compiling BitCollections BitSet+Hashable.swift
[241/402] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[242/402] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[243/402] Compiling BitCollections BitArray+Extras.swift
[244/402] Compiling BitCollections BitArray+Fill.swift
[245/402] Compiling BitCollections BitArray+Hashable.swift
[246/402] Compiling BitCollections BitArray+Initializers.swift
[247/402] Compiling BitCollections BitArray+Invariants.swift
[248/402] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[249/402] Compiling BitCollections BitArray+RandomBits.swift
[250/402] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[251/402] Compiling BitCollections BitArray+Shifts.swift
[252/402] Compiling BitCollections BitArray+Testing.swift
[253/411] Compiling Tracing TracerProtocol.swift
[254/411] Compiling Tracing NoOpTracer.swift
[255/411] Compiling Tracing SpanProtocol.swift
[256/411] Emitting module Tracing
[257/411] Compiling Tracing TracerProtocol+Legacy.swift
[258/412] Compiling BitCollections BitArray+BitwiseOperations.swift
[259/412] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[260/412] Compiling BitCollections BitArray+Codable.swift
[261/412] Compiling BitCollections BitArray+Collection.swift
[262/412] Compiling BitCollections BitArray+Copy.swift
[263/412] Compiling BitCollections BitArray+CustomReflectable.swift
[264/412] Compiling BitCollections BitArray+Descriptions.swift
[265/412] Compiling BitCollections BitArray+Equatable.swift
[266/412] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[267/412] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[285/412] Emitting module BitCollections
[286/412] Emitting module DequeModule
[315/420] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[316/420] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[317/420] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[318/420] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[319/420] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[320/420] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[321/420] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[322/420] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[323/420] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[324/420] Compiling BitCollections BitSet+SetAlgebra union.swift
[325/420] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[326/420] Compiling BitCollections BitSet.Counted.swift
[327/420] Emitting module OrderedCollections
[386/421] Compiling BitCollections BitSet.Index.swift
[387/421] Compiling BitCollections BitSet._UnsafeHandle.swift
[388/421] Compiling BitCollections BitSet.swift
[389/421] Compiling BitCollections Range+Utilities.swift
[390/421] Compiling BitCollections Slice+Utilities.swift
[391/421] Compiling BitCollections UInt+Tricks.swift
[392/421] Compiling BitCollections _Word.swift
[394/482] Compiling _RopeModule Rope+Join.swift
[395/482] Compiling _RopeModule Rope+MutatingForEach.swift
[396/482] Compiling _RopeModule Rope+Remove.swift
[397/482] Compiling _RopeModule Rope+RemoveSubrange.swift
[398/482] Compiling _RopeModule Rope+Split.swift
[399/482] Compiling _RopeModule Optional Utilities.swift
[400/482] Compiling _RopeModule String Utilities.swift
[401/482] Compiling _RopeModule String.Index+ABI.swift
[402/482] Compiling _RopeModule _CharacterRecognizer.swift
[403/483] Compiling NIOCore Interfaces.swift
[404/483] Compiling NIOCore Linux.swift
[405/483] Compiling NIOCore MarkedCircularBuffer.swift
[406/483] Compiling NIOCore CircularBuffer.swift
[407/483] Compiling NIOCore Codec.swift
[408/483] Compiling NIOCore ConvenienceOptionSupport.swift
[409/483] Compiling NIOCore DeadChannel.swift
[410/483] Compiling NIOCore DispatchQueue+WithFuture.swift
[411/483] Compiling NIOCore EventLoop+Deprecated.swift
[412/490] Compiling NIOCore EventLoop+SerialExecutor.swift
[413/490] Compiling NIOCore EventLoop.swift
[414/490] Compiling NIOCore MulticastChannel.swift
[415/490] Compiling NIOCore NIOAny.swift
[416/490] Compiling NIOCore NIOCloseOnErrorHandler.swift
[417/490] Compiling NIOCore NIOLoopBound.swift
[418/490] Compiling NIOCore NIOScheduledCallback.swift
[419/490] Compiling NIOCore NIOSendable.swift
[420/490] Compiling NIOCore PointerHelpers.swift
[421/509] Emitting module _RopeModule
[423/528] Emitting module HashTreeCollections
[424/529] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[425/529] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[426/529] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[427/529] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[428/529] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[429/529] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[430/529] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[432/535] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[433/535] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[434/535] Compiling AsyncAlgorithms MergeStateMachine.swift
[435/535] Compiling AsyncAlgorithms MergeStorage.swift
[436/535] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[437/535] Compiling AsyncAlgorithms Rethrow.swift
[438/535] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[439/535] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[440/535] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[441/535] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[442/535] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[443/535] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[444/535] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[445/535] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[446/535] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[447/535] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[448/535] Compiling AsyncAlgorithms AsyncChannel.swift
[449/535] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[450/535] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[451/535] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[452/535] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[453/535] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[454/535] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[455/535] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[456/535] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[457/535] Emitting module AsyncAlgorithms
[458/535] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[459/535] Compiling AsyncAlgorithms DebounceStateMachine.swift
[460/535] Compiling AsyncAlgorithms DebounceStorage.swift
[461/535] Compiling AsyncAlgorithms Dictionary.swift
[462/535] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[463/535] Compiling AsyncAlgorithms Locking.swift
[471/535] Compiling NIOCore RecvByteBufferAllocator.swift
[480/545] Compiling AsyncAlgorithms ChannelStorage.swift
[481/545] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[482/545] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[483/545] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[484/545] Compiling AsyncAlgorithms CombineLatestStorage.swift
[488/545] Emitting module Collections
[489/545] Compiling Collections Collections.swift
[490/546] Compiling AsyncAlgorithms ChannelStateMachine.swift
[496/546] Compiling AsyncAlgorithms SetAlgebra.swift
[497/546] Compiling AsyncAlgorithms UnsafeTransfer.swift
[498/546] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[499/546] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[500/546] Compiling AsyncAlgorithms ZipStateMachine.swift
[501/546] Compiling AsyncAlgorithms ZipStorage.swift
[513/555] Compiling ServiceLifecycle GracefulShutdown.swift
[514/556] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[515/556] Emitting module ServiceLifecycle
[516/556] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[517/556] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[518/556] Compiling NIOCore SocketAddresses.swift
[519/556] Compiling NIOCore SocketOptionProvider.swift
[520/556] Compiling NIOCore SystemCallHelpers.swift
[521/556] Compiling NIOCore TimeAmount+Duration.swift
[522/556] Compiling NIOCore TypeAssistedChannelHandler.swift
[523/556] Compiling NIOCore UniversalBootstrapSupport.swift
[524/556] Compiling NIOCore Utilities.swift
[525/556] Compiling ServiceLifecycle ServiceRunnerError.swift
[526/556] Compiling ServiceLifecycle Service.swift
[527/556] Compiling ServiceLifecycle CancellationWaiter.swift
[528/556] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[529/556] Compiling ServiceLifecycle ServiceGroup.swift
[557/557] Emitting module NIOCore
[559/612] Emitting module NIOHTTPTypes
[560/612] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[562/613] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[563/613] Compiling NIOEmbedded Embedded.swift
[564/613] Compiling NIOEmbedded AsyncTestingChannel.swift
[565/613] Emitting module NIOEmbedded
[566/614] Compiling NIOPosix IO.swift
[567/614] Compiling NIOPosix IntegerBitPacking.swift
[568/614] Compiling NIOPosix IntegerTypes.swift
[569/614] Compiling NIOPosix Linux.swift
[570/614] Compiling NIOPosix LinuxCPUSet.swift
[571/614] Compiling NIOPosix LinuxUring.swift
[572/614] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[574/620] Emitting module NIOPosix
[575/620] Compiling NIOPosix ThreadPosix.swift
[576/620] Compiling NIOPosix ThreadWindows.swift
[577/620] Compiling NIOPosix UnsafeTransfer.swift
[578/620] Compiling NIOPosix Utilities.swift
[579/620] Compiling NIOPosix VsockAddress.swift
[580/620] Compiling NIOPosix VsockChannelEvents.swift
[581/620] Compiling NIOPosix Pool.swift
[582/620] Compiling NIOPosix PooledRecvBufferAllocator.swift
[583/620] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[584/620] Compiling NIOPosix PosixSingletons.swift
[585/620] Compiling NIOPosix RawSocketBootstrap.swift
[586/620] Compiling NIOPosix Resolver.swift
[587/620] Compiling NIOPosix Selectable.swift
[588/620] Compiling NIOPosix SelectableChannel.swift
[589/620] Compiling NIOPosix SelectableEventLoop.swift
[590/620] Compiling NIOPosix SelectorEpoll.swift
[591/620] Compiling NIOPosix SelectorGeneric.swift
[592/620] Compiling NIOPosix SelectorKqueue.swift
[593/620] Compiling NIOPosix SelectorUring.swift
[594/620] Compiling NIOPosix Bootstrap.swift
[595/620] Compiling NIOPosix ControlMessage.swift
[596/620] Compiling NIOPosix DatagramVectorReadManager.swift
[597/620] Compiling NIOPosix Errors+Any.swift
[598/620] Compiling NIOPosix FileDescriptor.swift
[599/620] Compiling NIOPosix GetaddrinfoResolver.swift
[600/620] Compiling NIOPosix HappyEyeballs.swift
[601/620] Compiling NIOPosix BSDSocketAPICommon.swift
[602/620] Compiling NIOPosix BSDSocketAPIPosix.swift
[603/620] Compiling NIOPosix BSDSocketAPIWindows.swift
[604/620] Compiling NIOPosix BaseSocket.swift
[605/620] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[606/620] Compiling NIOPosix BaseSocketChannel.swift
[607/620] Compiling NIOPosix BaseStreamSocketChannel.swift
[608/620] Compiling NIOPosix NIOThreadPool.swift
[609/620] Compiling NIOPosix NonBlockingFileIO.swift
[610/620] Compiling NIOPosix PendingDatagramWritesManager.swift
[611/620] Compiling NIOPosix PendingWritesManager.swift
[612/620] Compiling NIOPosix PipeChannel.swift
[613/620] Compiling NIOPosix PipePair.swift
[614/620] Compiling NIOPosix PointerHelpers.swift
[615/620] Compiling NIOPosix ServerSocket.swift
[616/620] Compiling NIOPosix Socket.swift
[617/620] Compiling NIOPosix SocketChannel.swift
[618/620] Compiling NIOPosix SocketProtocols.swift
[619/620] Compiling NIOPosix System.swift
[620/620] Compiling NIOPosix Thread.swift
[622/623] Emitting module NIO
[623/623] Compiling NIO Exports.swift
[625/651] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[626/651] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[627/651] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[628/651] Compiling NIOTLS TLSEvents.swift
[629/651] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[630/651] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[631/651] Emitting module NIOTLS
[632/651] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[633/651] Compiling NIOTLS SNIHandler.swift
[634/651] Emitting module NIOFoundationCompat
[635/651] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[638/653] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[639/653] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[640/655] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[641/655] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[642/655] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[643/655] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[644/655] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[645/655] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[646/655] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[647/655] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[648/655] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[649/655] Compiling NIOHTTP1 HTTPTypes.swift
[650/698] Compiling NIOSSL SSLPrivateKey.swift
[651/698] Compiling NIOSSL SSLCertificate.swift
[652/705] Compiling NIOSSL SSLConnection.swift
[653/705] Compiling NIOSSL SSLContext.swift
[654/705] Compiling NIOSSL SSLPublicKey.swift
[655/707] Compiling NIOSSL AndroidCABundle.swift
[656/707] Compiling NIOSSL ByteBufferBIO.swift
[657/707] Compiling NIOSSL CustomPrivateKey.swift
[658/707] Emitting module NIOTransportServices
[659/707] Compiling NIOSSL ObjectIdentifier.swift
[660/707] Compiling NIOSSL PosixPort.swift
[661/707] Compiling NIOSSL SSLCallbacks.swift
[662/707] Emitting module NIOHTTP1
[666/708] Compiling NIOSSL IdentityVerification.swift
[667/708] Compiling NIOSSL LinuxCABundle.swift
[668/708] Compiling NIOSSL NIOSSLClientHandler.swift
[671/708] Compiling NIOSSL SSLCertificateExtensions.swift
[672/708] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[673/708] Compiling NIOSSL NIOSSLHandler.swift
[674/708] Compiling NIOSSL NIOSSLServerHandler.swift
[675/708] Compiling NIOSSL SSLErrors.swift
[676/708] Compiling NIOSSL SSLInit.swift
[677/708] Compiling NIOSSL SSLPKCS12Bundle.swift
[678/708] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[679/708] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[682/709] Compiling NIOSSL NIOSSLSecureBytes.swift
[683/709] Compiling NIOSSL RNG.swift
[684/709] Compiling NIOSSL SafeCompare.swift
[688/709] Compiling NIOSSL SubjectAlternativeName.swift
[693/712] Emitting module NIOSSL
[702/733] Emitting module NIOHTTPTypesHTTP1
[703/733] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[704/733] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[705/733] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[706/733] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[707/733] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[708/733] Compiling NIOExtras JSONRPCFraming.swift
[709/736] Compiling NIOExtras LineBasedFrameDecoder.swift
[710/736] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[711/736] Compiling NIOExtras NIOExtrasError.swift
[712/736] Compiling NIOExtras NIOLengthFieldBitLength.swift
[713/736] Compiling NIOExtras NIORequestIdentifiable.swift
[714/736] Compiling NIOExtras PCAPRingBuffer.swift
[715/736] Compiling NIOExtras QuiescingHelper.swift
[716/736] Compiling NIOExtras RequestResponseHandler.swift
[718/736] Compiling NIOExtras DebugInboundEventsHandler.swift
[719/736] Compiling NIOExtras DebugOutboundEventsHandler.swift
[720/736] Compiling NIOExtras FixedLengthFrameDecoder.swift
[721/736] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[722/736] Compiling NIOExtras LengthFieldPrepender.swift
[727/736] Compiling NIOExtras RequestResponseWithIDHandler.swift
[728/736] Compiling NIOExtras WritePCAPHandler.swift
[731/736] Emitting module NIOExtras
[732/736] Compiling NIOSSL Zeroization.swift
[733/736] Compiling NIOSSL TLSConfiguration.swift
[734/736] Compiling NIOSSL UniversalBootstrapSupport.swift
[736/771] Compiling RediStack ListCommands.swift
[737/771] Compiling RediStack PubSubCommands.swift
[739/772] Compiling RediStack RedisClusterNodeID.swift
[740/772] Compiling RediStack RedisClusterShardDescriptionProtocol.swift
[741/772] Compiling RediStack RedisHashSlot.swift
[742/772] Compiling RediStack SwiftPolyfill.swift
[743/772] Compiling RediStack BasicCommands.swift
[744/776] Compiling RediStack RedisConnection+Configuration.swift
[745/776] Compiling RediStack RedisConnection.swift
[746/776] Compiling RediStack RedisError.swift
[747/776] Compiling RediStack RedisKey+TTL.swift
[748/776] Compiling RediStack RedisByteDecoder.swift
[749/776] Compiling RediStack RedisCommandHandler.swift
[750/776] Compiling RediStack RedisMessageEncoder.swift
[751/776] Compiling RediStack RedisPubSubHandler.swift
[752/776] Compiling RediStack RedisClusterNodeDescriptionProtocol.swift
[753/776] Emitting module RediStack
[754/798] Compiling RediStack RedisKey.swift
[755/798] Compiling RediStack RedisLogging.swift
[756/798] Compiling RediStack RedisMetrics.swift
[757/798] Compiling RediStack _Deprecations.swift
[758/798] Emitting module HummingbirdCore
[759/801] Compiling HummingbirdCore HTTPChannelHandler.swift
[760/801] Compiling HummingbirdCore HTTPServerBuilder.swift
[761/801] Compiling HummingbirdCore Deprecations.swift
[762/801] Compiling HummingbirdCore Request.swift
[763/801] Compiling HummingbirdCore RequestBody+inboundClose.swift
[764/801] Compiling HummingbirdCore HTTPUserEventHandler.swift
[765/801] Compiling HummingbirdCore Server.swift
[766/801] Compiling HummingbirdCore ServerChildChannel.swift
[767/801] Compiling HummingbirdCore ServerConfiguration.swift
[768/801] Compiling HummingbirdCore TSTLSOptions.swift
[769/801] Compiling RediStack RedisChannelName.swift
[770/801] Compiling RediStack RedisClient.swift
[771/801] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[772/801] Compiling RediStack RedisCommandEncoder.swift
[773/801] Compiling HummingbirdCore AnyAsyncSequence.swift
[774/801] Compiling HummingbirdCore FlatDictionary.swift
[775/801] Compiling HummingbirdCore HBParser.swift
[776/801] Compiling HummingbirdCore UnsafeTransfer.swift
[777/801] Compiling RediStack RESPValueConvertible.swift
[778/802] Compiling HummingbirdCore HTTP1Channel.swift
[785/802] Compiling HummingbirdCore ResponseWriter.swift
[786/802] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[787/802] Compiling HummingbirdCore BindAddress.swift
[794/802] Compiling HummingbirdCore Response.swift
[795/802] Compiling HummingbirdCore ResponseBody.swift
[796/802] Compiling HummingbirdCore ResponseBodyWriter.swift
[797/802] Compiling HummingbirdCore RequestBody.swift
[798/802] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[799/802] Compiling HummingbirdCore URI.swift
[804/866] Compiling Hummingbird Configuration.swift
[805/866] Compiling Hummingbird Deprecations.swift
[806/866] Compiling Hummingbird Environment.swift
[807/866] Compiling Hummingbird EditedHTTPError.swift
[808/866] Compiling Hummingbird HTTPError.swift
[809/866] Compiling Hummingbird HTTPResponseError.swift
[810/866] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[811/866] Compiling Hummingbird Exports.swift
[812/866] Compiling Hummingbird CacheControl.swift
[813/874] Compiling Hummingbird Request.swift
[814/874] Compiling Hummingbird RequestContext.swift
[815/874] Compiling Hummingbird RequestContextSource.swift
[816/874] Compiling Hummingbird RequestID.swift
[817/874] Compiling Hummingbird RequestResponder.swift
[818/874] Compiling Hummingbird Response.swift
[819/874] Compiling Hummingbird URI+decodeQuery.swift
[820/874] Compiling Hummingbird MemoryPersistDriver.swift
[821/874] Compiling Hummingbird TracingMiddleware.swift
[822/874] Compiling Hummingbird EndpointResponder.swift
[823/874] Compiling Hummingbird Parameters+UUID.swift
[824/874] Compiling Hummingbird Parameters.swift
[825/874] Compiling Hummingbird ResponseGenerator.swift
[826/874] Compiling Hummingbird RouteCollection.swift
[827/874] Compiling Hummingbird Router+validation.swift
[828/874] Compiling Hummingbird Router.swift
[829/874] Compiling Hummingbird RouterGroup.swift
[830/874] Compiling Hummingbird PersistDriver.swift
[831/874] Compiling Hummingbird PersistError.swift
[832/874] Compiling Hummingbird DateCache+Date.swift
[833/874] Compiling Hummingbird DateCache.swift
[834/874] Compiling Hummingbird HexDigest.swift
[835/874] Compiling Hummingbird InitializableFromSource.swift
[836/874] Compiling Hummingbird PreludeService.swift
[837/874] Compiling Hummingbird StringProtocol.swift
[838/874] Compiling Hummingbird FileIO.swift
[839/874] Compiling Hummingbird FileProvider.swift
[840/874] Compiling Hummingbird LocalFileSystem.swift
[841/874] Compiling Hummingbird Cookie.swift
[842/874] Compiling Hummingbird Cookies.swift
[843/874] Compiling Hummingbird MediaType.swift
[844/874] Compiling Hummingbird Request+Cookies.swift
[845/874] Compiling Hummingbird Response+Cookies.swift
[846/874] Compiling Hummingbird CORSMiddleware.swift
[847/874] Compiling Hummingbird RouterMethods.swift
[848/874] Compiling Hummingbird RouterPath.swift
[849/874] Compiling Hummingbird RouterResponder.swift
[850/874] Compiling Hummingbird TransformingRouterGroup.swift
[851/874] Compiling Hummingbird RouterTrie.swift
[852/874] Compiling Hummingbird Trie+resolve.swift
[853/874] Compiling Hummingbird Trie+serialize.swift
[854/874] Compiling Hummingbird TrieRouter.swift
[855/874] Compiling Hummingbird ChildRequestContext.swift
[856/874] Emitting module Hummingbird
[857/874] Compiling Hummingbird FileMiddleware.swift
[858/874] Compiling Hummingbird LogRequestMiddleware.swift
[859/874] Compiling Hummingbird MetricsMiddleware.swift
[860/874] Compiling Hummingbird Middleware.swift
[861/874] Compiling Hummingbird MiddlewareGroup.swift
[862/874] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[863/874] Compiling Hummingbird _Middleware2.swift
[864/874] Compiling Hummingbird _OptionalMiddleware.swift
[865/874] Compiling Hummingbird _SpreadMiddleware.swift
[866/874] Compiling Hummingbird Application.swift
[867/874] Compiling Hummingbird CodableProtocols.swift
[868/874] Compiling Hummingbird JSONCoding.swift
[869/874] Compiling Hummingbird ResponseEncodable.swift
[870/874] Compiling Hummingbird URLEncodedForm+Request.swift
[871/874] Compiling Hummingbird URLEncodedForm.swift
[872/874] Compiling Hummingbird URLEncodedFormDecoder.swift
[873/874] Compiling Hummingbird URLEncodedFormEncoder.swift
[874/874] Compiling Hummingbird URLEncodedFormNode.swift
[876/881] Compiling HummingbirdRedis RedisConnectionPoolService.swift
[877/881] Compiling HummingbirdRedis RedisConfiguration.swift
[878/881] 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 {
[879/881] Compiling HummingbirdRedis Deprecations.swift
[880/881] Emitting module HummingbirdRedis
[881/881] Compiling HummingbirdRedis Persist+Redis.swift
Build complete! (42.16s)
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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.