Build Information
Successful build of hummingbird-compression, reference main (ffe2bf
), with Swift 6.1 for Android on 23 Jun 2025 17:14:11 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-compression.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-compression
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ffe2bfa Update from hummingbird-project-template 9f1753de24c31bae77d963d51cc52bff1d895b4e (#36)
Cloned https://github.com/hummingbird-project/hummingbird-compression.git
Revision (git rev-parse @):
ffe2bfa5d94c180bf5a1a4cb916243e237d170d2
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-compression.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-compression.git
https://github.com/hummingbird-project/hummingbird-compression.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "compress-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/compress-nio.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "hummingbird-compression",
"name" : "hummingbird-compression",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdCompression",
"targets" : [
"HummingbirdCompression"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdCompressionTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCompressionTests",
"path" : "Tests/HummingbirdCompressionTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"CompressionTests.swift"
],
"target_dependencies" : [
"HummingbirdCompression"
],
"type" : "test"
},
{
"c99name" : "HummingbirdCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCompression",
"path" : "Sources/HummingbirdCompression",
"product_dependencies" : [
"Hummingbird",
"NIO",
"CompressNIO"
],
"product_memberships" : [
"HummingbirdCompression"
],
"sources" : [
"CompressedBodyWriter.swift",
"RequestDecompressionMiddleware.swift",
"ResponseCompressionMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio.git
[1/643] Fetching compress-nio
Fetching https://github.com/hummingbird-project/hummingbird.git
[644/76982] Fetching compress-nio, swift-nio
[4461/101759] Fetching compress-nio, swift-nio, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.11s)
[50586/76982] Fetching compress-nio, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (8.27s)
Fetched https://github.com/apple/swift-nio.git from cache (8.39s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (9.17s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (0.82s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2426] Fetching swift-service-lifecycle
[123/13958] Fetching swift-service-lifecycle, swift-nio-http2
[2016/16625] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio-transport-services
[4024/30639] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio-transport-services, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.73s)
[9550/28213] Fetching swift-nio-http2, swift-nio-transport-services, async-http-client
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.76s)
[7584/25546] Fetching swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-metrics.git
[16898/27752] Fetching swift-nio-http2, async-http-client, swift-metrics
[20142/33727] Fetching swift-nio-http2, async-http-client, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
[22981/31521] Fetching swift-nio-http2, async-http-client, swift-nio-extras
[23556/46411] Fetching swift-nio-http2, async-http-client, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[32305/47315] Fetching swift-nio-http2, async-http-client, swift-nio-extras, swift-nio-ssl, swift-http-types
Fetched https://github.com/swift-server/async-http-client.git from cache (1.93s)
[20645/33301] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.53s)
Fetching https://github.com/apple/swift-log.git
[19890/32397] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl
[22124/36233] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-log
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
Fetching https://github.com/apple/swift-atomics.git
[25548/32397] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.15s)
Fetching https://github.com/apple/swift-async-algorithms.git
[16547/20865] Fetching swift-nio-extras, swift-nio-ssl
[16697/22662] Fetching swift-nio-extras, swift-nio-ssl, swift-atomics
[17398/39302] Fetching swift-nio-extras, swift-nio-ssl, swift-atomics, swift-collections
[21604/44287] Fetching swift-nio-extras, swift-nio-ssl, swift-atomics, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
[24675/42490] Fetching swift-nio-extras, swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.75s)
[24132/37505] Fetching swift-nio-extras, swift-nio-ssl, swift-collections
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.56s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.62s)
[1/4993] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-collections.git from cache (2.83s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (9.76s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.80s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.39s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.25s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.82s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.91s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.01s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1169] Fetching swift-http-structured-headers
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetching https://github.com/apple/swift-asn1.git
[1/6199] Fetching swift-certificates
[6200/12158] Fetching swift-certificates, swift-algorithms
[8763/13774] Fetching swift-certificates, swift-algorithms, swift-asn1
Fetched https://github.com/apple/swift-certificates.git from cache (1.00s)
[7337/7575] Fetching swift-algorithms, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.80s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.05s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.99s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (2.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (3.79s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.93s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.92s)
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.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.24.0
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Building for debugging...
[0/49] Write sources
[34/49] Compiling CNIOWindows shim.c
[34/49] Compiling _AtomicsShims.c
[36/49] Compiling CNIOWASI CNIOWASI.c
[37/49] Compiling CNIOWindows WSAStartup.c
[38/49] Compiling CNIODarwin shim.c
[39/49] Compiling CNIOLinux liburing_shims.c
[40/49] Compiling CCompressZlib empty.c
[41/49] Write sources
[42/49] Compiling CNIOLLHTTP c_nio_http.c
[43/49] Compiling CNIOLLHTTP c_nio_api.c
[44/49] Compiling CNIOLinux shim.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/58] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/85] Emitting module Logging
[48/85] Compiling c-nioatomics.c
[50/85] Compiling HTTPTypes HTTPRequest.swift
[51/86] Compiling HTTPTypes HTTPResponse.swift
[52/86] Emitting module HTTPTypes
[53/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/86] Compiling InternalCollectionsUtilities Debugging.swift
[55/86] Compiling HTTPTypes ISOLatin1String.swift
[56/90] Compiling InternalCollectionsUtilities Descriptions.swift
[57/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/90] Emitting module _NIOBase64
[62/90] Compiling _NIOBase64 Base64.swift
[63/90] Compiling HTTPTypes HTTPParsedFields.swift
[64/91] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/91] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/91] Emitting module InternalCollectionsUtilities
[67/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/91] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/91] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/91] Compiling InternalCollectionsUtilities Integer rank.swift
[71/91] Compiling ServiceContextModule ServiceContext.swift
[72/91] Emitting module ServiceContextModule
[73/91] Compiling ServiceContextModule ServiceContextKey.swift
[74/92] Compiling _NIODataStructures _TinyArray.swift
[75/92] Compiling _NIODataStructures PriorityQueue.swift
[76/92] Emitting module _NIODataStructures
[77/92] Compiling _NIODataStructures Heap.swift
[80/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/94] Compiling HTTPTypes NIOLock.swift
[83/94] Compiling c-atomics.c
[85/97] Compiling CoreMetrics Metrics.swift
[86/97] Emitting module ConcurrencyHelpers
[87/97] Compiling ConcurrencyHelpers Lock.swift
[88/97] Compiling ConcurrencyHelpers LockedValueBox.swift
[89/98] Compiling Logging Locks.swift
[91/98] Emitting module CoreMetrics
[92/98] Compiling CoreMetrics Locks.swift
[94/99] Compiling Logging LogHandler.swift
[95/99] Compiling Logging Logging.swift
[96/99] Compiling Logging MetadataProvider.swift
[98/100] Compiling HTTPTypes HTTPFields.swift
[99/100] Compiling HTTPTypes HTTPField.swift
[100/100] Compiling HTTPTypes HTTPFieldName.swift
[102/266] Compiling Instrumentation Instrument.swift
[103/266] Compiling _RopeModule BigString.swift
[104/266] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[105/268] Compiling Instrumentation NoOpInstrument.swift
[106/268] Emitting module Instrumentation
[107/268] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[108/268] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[109/268] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[110/268] Compiling Instrumentation MultiplexInstrument.swift
[111/268] Compiling _RopeModule BigString+Chunk+Breaks.swift
[112/268] Compiling _RopeModule BigString+Chunk+Counts.swift
[113/268] Compiling HeapModule Heap+Descriptions.swift
[114/268] Compiling Instrumentation InstrumentationSystem.swift
[115/268] Compiling Instrumentation Locks.swift
[116/269] Compiling _RopeModule BigString+Chunk+Description.swift
[117/269] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[119/269] Compiling HeapModule _HeapNode.swift
[120/269] Compiling HeapModule Heap.swift
[121/269] Compiling NIOConcurrencyHelpers NIOLock.swift
[122/269] Emitting module HeapModule
[123/269] Compiling HeapModule Heap+UnsafeHandle.swift
[124/269] Compiling HeapModule Heap+Invariants.swift
[125/270] Compiling Atomics IntegerOperations.swift
[126/270] Compiling Atomics Unmanaged extensions.swift
[127/270] Compiling NIOConcurrencyHelpers lock.swift
[128/270] Compiling UnixSignals UnixSignalsSequence.swift
[129/270] Compiling UnixSignals UnixSignal.swift
[130/270] Emitting module UnixSignals
[131/271] Compiling _RopeModule BigString+Builder.swift
[132/271] Compiling _RopeModule BigString+Contents.swift
[133/271] Compiling _RopeModule BigString+Debugging.swift
[135/326] Emitting module NIOConcurrencyHelpers
[136/326] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[137/347] Compiling HashTreeCollections TreeDictionary+Merge.swift
[138/347] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[139/347] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[140/347] Compiling HashTreeCollections TreeDictionary+Values.swift
[141/347] Compiling HashTreeCollections _HashTreeIterator.swift
[142/347] Compiling HashTreeCollections _HashTreeStatistics.swift
[143/347] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[144/347] Compiling HashTreeCollections _RawHashNode.swift
[145/347] Compiling HashTreeCollections _UnmanagedHashNode.swift
[146/347] Compiling HashTreeCollections _UnsafePath.swift
[147/347] Compiling HashTreeCollections TreeDictionary+Codable.swift
[148/347] Compiling HashTreeCollections TreeDictionary+Collection.swift
[149/347] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[150/347] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[152/354] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[153/354] Compiling NIOConcurrencyHelpers atomics.swift
[155/363] Compiling HashTreeCollections _HashNode+Structural union.swift
[156/363] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[157/363] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[158/363] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[159/363] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[160/363] Compiling HashTreeCollections _HashNode.swift
[161/363] Compiling HashTreeCollections _HashNodeHeader.swift
[162/363] Compiling HashTreeCollections _HashSlot.swift
[163/363] Compiling HashTreeCollections _HashStack.swift
[164/363] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[165/363] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[166/363] Compiling HashTreeCollections TreeDictionary+Filter.swift
[167/363] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[168/363] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[169/363] Compiling HashTreeCollections TreeDictionary+Keys.swift
[170/363] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[171/366] Compiling HashTreeCollections _HashNode+Builder.swift
[172/366] Compiling HashTreeCollections _HashNode+Debugging.swift
[173/366] Compiling HashTreeCollections _HashNode+Initializers.swift
[174/366] Compiling HashTreeCollections _HashNode+Invariants.swift
[175/366] Compiling HashTreeCollections _HashNode+Lookups.swift
[176/366] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[177/366] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[178/366] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[179/378] Compiling DequeModule Deque+CustomReflectable.swift
[180/378] Compiling DequeModule Deque+Descriptions.swift
[181/378] Compiling DequeModule Deque+Codable.swift
[182/378] Compiling DequeModule Deque+Collection.swift
[183/378] Compiling DequeModule Deque+Equatable.swift
[184/378] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[185/378] Compiling DequeModule Deque+Extras.swift
[186/378] Compiling DequeModule Deque+Hashable.swift
[187/424] Compiling BitCollections BitArray+BitwiseOperations.swift
[188/424] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[189/433] Compiling HashTreeCollections TreeSet+Hashable.swift
[190/433] Compiling HashTreeCollections TreeSet+Sendable.swift
[191/433] Compiling HashTreeCollections TreeSet+Sequence.swift
[192/433] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[193/433] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[194/433] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[195/433] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[196/433] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[197/433] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[198/433] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[199/443] Compiling BitCollections BitArray+Copy.swift
[200/443] Compiling BitCollections BitArray+CustomReflectable.swift
[201/443] Compiling BitCollections BitArray+Extras.swift
[202/443] Compiling BitCollections BitArray+Fill.swift
[203/443] Emitting module Tracing
[204/443] Compiling Tracing TracingTime.swift
[205/443] Compiling BitCollections BitArray+Descriptions.swift
[206/443] Compiling BitCollections BitArray+Equatable.swift
[207/443] Compiling Tracing TracerProtocol.swift
[208/443] Compiling Tracing Tracer.swift
[209/443] Compiling Tracing TracerProtocol+Legacy.swift
[210/443] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[211/443] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[214/443] Compiling BitCollections BitArray+Hashable.swift
[215/443] Compiling BitCollections BitArray+Initializers.swift
[216/443] Compiling DequeModule _DequeSlot.swift
[217/443] Compiling DequeModule _UnsafeWrappedBuffer.swift
[220/443] Compiling OrderedCollections OrderedSet+SubSequence.swift
[221/443] Compiling OrderedCollections OrderedSet+Testing.swift
[222/443] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[223/443] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[224/443] Compiling OrderedCollections OrderedSet.swift
[225/443] Compiling OrderedCollections _UnsafeBitset.swift
[226/443] Compiling HashTreeCollections TreeSet+Equatable.swift
[227/443] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[228/443] Compiling HashTreeCollections TreeSet+Extras.swift
[229/443] Compiling HashTreeCollections TreeSet+Filter.swift
[230/443] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[231/443] Compiling BitCollections BitSet+CustomReflectable.swift
[232/443] Compiling BitCollections BitSet+CustomStringConvertible.swift
[233/443] Compiling BitCollections BitSet+Equatable.swift
[234/443] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[235/443] Compiling BitCollections BitSet+Extras.swift
[236/443] Compiling BitCollections BitSet+Hashable.swift
[237/450] Emitting module OrderedCollections
[238/450] Compiling BitCollections BitSet+Random.swift
[239/450] Compiling BitCollections BitSet+SetAlgebra basics.swift
[240/450] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[241/450] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[242/450] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[243/450] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[244/450] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[245/450] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[246/450] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[247/450] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[248/450] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[249/450] Compiling Tracing NoOpTracer.swift
[250/450] Compiling Tracing InstrumentationSystem+Tracing.swift
[251/450] Compiling Tracing SpanProtocol.swift
[257/451] Emitting module BitCollections
[264/451] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[265/451] Compiling BitCollections BitSet+Initializers.swift
[266/451] Compiling BitCollections BitSet+Invariants.swift
[272/451] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[273/451] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[274/451] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[275/451] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[276/451] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[277/451] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[278/451] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[279/451] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[280/451] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[281/451] Compiling HashTreeCollections TreeSet.swift
[282/451] Compiling BitCollections BitSet+SetAlgebra union.swift
[283/451] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[284/451] Compiling BitCollections BitSet.Counted.swift
[285/451] Compiling BitCollections BitSet.Index.swift
[286/451] Compiling BitCollections BitSet._UnsafeHandle.swift
[287/451] Compiling BitCollections BitSet.swift
[288/451] Compiling BitCollections Range+Utilities.swift
[289/451] Compiling BitCollections Slice+Utilities.swift
[290/451] Compiling BitCollections UInt+Tricks.swift
[291/451] Compiling BitCollections _Word.swift
[300/460] Compiling BitCollections BitArray+Codable.swift
[301/460] Compiling BitCollections BitArray+Collection.swift
[309/461] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[310/461] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[311/461] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[312/461] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[317/461] Emitting module DequeModule
[337/462] Emitting module _RopeModule
[354/462] Compiling BitCollections BitArray+RandomBits.swift
[355/462] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[356/462] Compiling BitCollections BitArray+Shifts.swift
[357/462] Compiling BitCollections BitArray+Testing.swift
[358/462] Compiling BitCollections BitArray._UnsafeHandle.swift
[359/462] Compiling BitCollections BitArray.swift
[360/462] Compiling BitCollections BitSet+BidirectionalCollection.swift
[361/462] Compiling BitCollections BitSet+Codable.swift
[362/462] Emitting module Atomics
[371/509] Emitting module Metrics
[372/509] Compiling Metrics Metrics.swift
[374/570] Compiling NIOCore ChannelHandler.swift
[375/570] Compiling NIOCore ChannelHandlers.swift
[376/570] Compiling NIOCore ChannelInvoker.swift
[377/570] Compiling NIOCore ChannelOption.swift
[378/570] Compiling NIOCore ChannelPipeline.swift
[379/570] Compiling NIOCore CircularBuffer.swift
[380/570] Compiling NIOCore Codec.swift
[381/570] Compiling NIOCore ConvenienceOptionSupport.swift
[382/570] Compiling NIOCore DeadChannel.swift
[383/570] Compiling NIOCore DispatchQueue+WithFuture.swift
[384/570] Compiling NIOCore EventLoop+Deprecated.swift
[385/570] Compiling NIOCore ByteBuffer-aux.swift
[386/570] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[387/570] Compiling NIOCore ByteBuffer-conversions.swift
[388/570] Compiling NIOCore ByteBuffer-core.swift
[389/570] Compiling NIOCore ByteBuffer-hex.swift
[390/570] Compiling NIOCore ByteBuffer-int.swift
[391/570] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[392/570] Compiling NIOCore ByteBuffer-multi-int.swift
[393/570] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[394/570] Compiling NIOCore ByteBuffer-views.swift
[395/570] Compiling NIOCore Channel.swift
[396/570] Compiling NIOCore AddressedEnvelope.swift
[397/570] Compiling NIOCore AsyncAwaitSupport.swift
[398/570] Compiling NIOCore AsyncChannel.swift
[399/570] Compiling NIOCore AsyncChannelHandler.swift
[400/570] Compiling NIOCore AsyncChannelInboundStream.swift
[401/570] Compiling NIOCore AsyncChannelOutboundWriter.swift
[402/570] Compiling NIOCore NIOAsyncSequenceProducer.swift
[403/570] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[404/570] Compiling NIOCore NIOAsyncWriter.swift
[405/570] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[406/570] Compiling NIOCore BSDSocketAPI.swift
[407/570] Emitting module AsyncAlgorithms
[408/576] Compiling NIOCore EventLoopFuture.swift
[409/576] Compiling NIOCore FileDescriptor.swift
[410/576] Compiling NIOCore FileHandle.swift
[411/576] Compiling NIOCore FileRegion.swift
[412/576] Compiling NIOCore GlobalSingletons.swift
[413/576] Compiling NIOCore IO.swift
[414/576] Compiling _RopeModule Rope+Join.swift
[415/576] Compiling _RopeModule Rope+MutatingForEach.swift
[416/576] Compiling _RopeModule Rope+Remove.swift
[417/576] Compiling _RopeModule Rope+RemoveSubrange.swift
[418/576] Compiling _RopeModule Rope+Split.swift
[419/576] Compiling _RopeModule Optional Utilities.swift
[420/576] Compiling _RopeModule String Utilities.swift
[421/576] Compiling _RopeModule String.Index+ABI.swift
[422/576] Compiling _RopeModule _CharacterRecognizer.swift
[450/576] Compiling NIOCore EventLoop+SerialExecutor.swift
[451/576] Compiling NIOCore EventLoop.swift
[452/576] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[453/576] Compiling NIOCore EventLoopFuture+Deprecated.swift
[454/576] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[461/576] Compiling AsyncAlgorithms SetAlgebra.swift
[462/576] Compiling AsyncAlgorithms UnsafeTransfer.swift
[463/576] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[464/576] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[465/576] Compiling AsyncAlgorithms ZipStateMachine.swift
[493/577] Compiling NIOCore MulticastChannel.swift
[494/577] Compiling NIOCore NIOAny.swift
[495/577] Compiling NIOCore NIOCloseOnErrorHandler.swift
[496/577] Compiling NIOCore NIOLoopBound.swift
[497/577] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[498/577] Compiling NIOCore NIOScheduledCallback.swift
[499/577] Compiling NIOCore NIOSendable.swift
[500/577] Compiling NIOCore RecvByteBufferAllocator.swift
[501/585] Emitting module HashTreeCollections
[521/588] Emitting module Collections
[522/588] Compiling Collections Collections.swift
[529/589] Compiling AsyncAlgorithms ZipStorage.swift
[538/590] Compiling NIOCore MarkedCircularBuffer.swift
[547/598] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[548/598] Emitting module ServiceLifecycle
[549/599] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[550/599] Compiling ServiceLifecycle CancellationWaiter.swift
[551/599] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[552/599] Compiling ServiceLifecycle ServiceRunnerError.swift
[553/599] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[554/599] Compiling NIOCore SocketAddresses.swift
[555/599] Compiling NIOCore SocketOptionProvider.swift
[556/599] Compiling NIOCore SystemCallHelpers.swift
[557/599] Compiling NIOCore TimeAmount+Duration.swift
[558/599] Compiling NIOCore TypeAssistedChannelHandler.swift
[559/599] Compiling NIOCore UniversalBootstrapSupport.swift
[560/599] Compiling NIOCore Utilities.swift
[569/599] Compiling ServiceLifecycle ServiceGroup.swift
[570/599] Compiling ServiceLifecycle Service.swift
[571/599] Compiling ServiceLifecycle GracefulShutdown.swift
[591/600] Emitting module NIOCore
[602/662] Emitting module NIOHTTPTypes
[603/662] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[604/662] Compiling CompressNIO Error.swift
[605/662] Compiling CompressNIO CompressionAlgorithm.swift
[606/662] Compiling CompressNIO Compressor.swift
[608/664] Emitting module CompressNIO
[609/664] Compiling NIOPosix BSDSocketAPICommon.swift
[610/664] Compiling NIOPosix BSDSocketAPIPosix.swift
[611/664] Compiling CompressNIO ZlibWrapper.swift
[612/664] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[613/664] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[614/664] Compiling CompressNIO Zlib.swift
[615/665] Emitting module NIOEmbedded
[617/665] Compiling NIOEmbedded AsyncTestingChannel.swift
[618/665] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[619/665] Compiling NIOEmbedded Embedded.swift
[621/666] Compiling NIOPosix Pool.swift
[622/666] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[623/666] Compiling NIOPosix PosixSingletons.swift
[624/666] Compiling NIOPosix RawSocketBootstrap.swift
[625/666] Compiling NIOPosix Resolver.swift
[626/666] Compiling NIOPosix Selectable.swift
[627/672] Compiling NIOPosix ThreadPosix.swift
[628/672] Compiling NIOPosix ThreadWindows.swift
[629/672] Compiling NIOPosix UnsafeTransfer.swift
[630/672] Compiling NIOPosix Utilities.swift
[631/672] Compiling NIOPosix VsockAddress.swift
[632/672] Compiling NIOPosix VsockChannelEvents.swift
[633/672] Emitting module NIOPosix
[634/672] Compiling NIOPosix SelectableChannel.swift
[635/672] Compiling NIOPosix SelectableEventLoop.swift
[636/672] Compiling NIOPosix SelectorEpoll.swift
[637/672] Compiling NIOPosix SelectorGeneric.swift
[638/672] Compiling NIOPosix SelectorKqueue.swift
[639/672] Compiling NIOPosix SelectorUring.swift
[640/672] Compiling NIOPosix ServerSocket.swift
[641/672] Compiling NIOPosix Socket.swift
[642/672] Compiling NIOPosix SocketChannel.swift
[643/672] Compiling NIOPosix SocketProtocols.swift
[644/672] Compiling NIOPosix System.swift
[645/672] Compiling NIOPosix Thread.swift
[646/672] Compiling NIOPosix IO.swift
[647/672] Compiling NIOPosix IntegerBitPacking.swift
[648/672] Compiling NIOPosix IntegerTypes.swift
[649/672] Compiling NIOPosix Linux.swift
[650/672] Compiling NIOPosix LinuxCPUSet.swift
[651/672] Compiling NIOPosix LinuxUring.swift
[652/672] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[653/672] Compiling NIOPosix NIOThreadPool.swift
[654/672] Compiling NIOPosix NonBlockingFileIO.swift
[655/672] Compiling NIOPosix PendingDatagramWritesManager.swift
[656/672] Compiling NIOPosix PendingWritesManager.swift
[657/672] Compiling NIOPosix PipeChannel.swift
[658/672] Compiling NIOPosix PipePair.swift
[661/672] Compiling NIOPosix BSDSocketAPIWindows.swift
[662/672] Compiling NIOPosix BaseSocket.swift
[663/672] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[664/672] Compiling NIOPosix BaseSocketChannel.swift
[665/672] Compiling NIOPosix BaseStreamSocketChannel.swift
[666/672] Compiling NIOPosix Bootstrap.swift
[667/672] Compiling NIOPosix ControlMessage.swift
[668/672] Compiling NIOPosix DatagramVectorReadManager.swift
[669/672] Compiling NIOPosix Errors+Any.swift
[670/672] Compiling NIOPosix FileDescriptor.swift
[671/672] Compiling NIOPosix GetaddrinfoResolver.swift
[672/672] Compiling NIOPosix HappyEyeballs.swift
[674/675] Compiling NIO Exports.swift
[675/675] Emitting module NIO
[677/692] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[678/692] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[679/694] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[680/694] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[681/694] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[682/694] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[683/694] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[684/694] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[685/694] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[686/694] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[687/694] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[688/694] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[689/694] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[690/694] Compiling NIOHTTP1 HTTPTypes.swift
[691/694] Emitting module NIOHTTP1
[692/694] Compiling NIOHTTP1 ByteCollectionUtils.swift
[693/694] Compiling NIOHTTP1 HTTPDecoder.swift
[694/694] Compiling NIOHTTP1 HTTPEncoder.swift
[696/717] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[697/717] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[698/717] Compiling NIOExtras NIOExtrasError.swift
[699/719] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[700/719] Emitting module NIOHTTPTypesHTTP1
[701/719] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[703/720] Compiling NIOExtras RequestResponseHandler.swift
[704/720] Compiling NIOExtras RequestResponseWithIDHandler.swift
[705/720] Compiling NIOExtras PCAPRingBuffer.swift
[706/720] Compiling NIOExtras QuiescingHelper.swift
[707/720] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[708/720] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[709/720] Compiling NIOExtras JSONRPCFraming.swift
[710/720] Compiling NIOExtras DebugInboundEventsHandler.swift
[711/720] Compiling NIOExtras DebugOutboundEventsHandler.swift
[712/720] Compiling NIOExtras FixedLengthFrameDecoder.swift
[713/720] Emitting module NIOExtras
[714/720] Compiling NIOExtras NIOLengthFieldBitLength.swift
[715/720] Compiling NIOExtras NIORequestIdentifiable.swift
[716/720] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[717/720] Compiling NIOExtras LengthFieldPrepender.swift
[718/720] Compiling NIOExtras LineBasedFrameDecoder.swift
[719/720] Compiling NIOExtras UnsafeTransfer.swift
[720/720] Compiling NIOExtras WritePCAPHandler.swift
[722/745] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[723/745] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[724/745] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[725/748] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[726/748] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[727/748] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[728/748] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[729/748] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[730/748] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[731/748] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[732/748] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[733/748] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[734/748] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[735/748] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[736/748] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[737/748] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[738/748] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[739/748] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[740/748] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[741/748] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[742/748] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[743/748] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[744/748] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[745/748] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[746/748] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[747/748] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[748/748] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[750/813] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[751/813] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[752/813] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[753/813] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[754/813] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[755/813] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[756/813] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[757/813] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[758/813] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[759/822] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[760/822] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[761/822] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[762/822] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[763/822] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[764/822] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[765/822] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[766/822] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[767/822] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[768/822] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[769/822] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[770/822] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[771/822] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[772/822] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[773/822] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[774/822] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[775/822] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[776/822] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[777/822] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[778/822] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[779/822] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[780/822] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[781/822] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[782/822] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[783/822] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[784/822] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[785/822] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[786/822] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[787/822] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[788/822] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[789/822] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[790/822] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/822] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/822] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[793/822] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[794/822] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/822] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[796/822] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[797/822] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[798/822] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[799/822] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[800/822] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[801/822] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[802/822] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[803/822] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[804/822] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[805/822] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[806/822] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[807/822] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[808/822] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[809/822] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[810/822] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[811/822] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[812/822] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[813/822] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[814/822] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[815/822] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[816/822] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/822] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/822] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/822] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[820/822] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/822] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/822] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[824/827] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[825/827] Compiling HummingbirdCompression CompressedBodyWriter.swift
/host/spi-builder-workspace/Sources/HummingbirdCompression/CompressedBodyWriter.swift:88:13: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
86 | logger: Logger
87 | ) throws -> some ResponseBodyWriter {
88 | try CompressedBodyWriter(parent: self, algorithm: algorithm, configuration: configuration, windowSize: windowSize, logger: logger)
| `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
89 | }
90 | }
/host/spi-builder-workspace/Sources/HummingbirdCompression/CompressedBodyWriter.swift:88:13: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
86 | logger: Logger
87 | ) throws -> some ResponseBodyWriter {
88 | try CompressedBodyWriter(parent: self, algorithm: algorithm, configuration: configuration, windowSize: windowSize, logger: logger)
| `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
89 | }
90 | }
/host/spi-builder-workspace/Sources/HummingbirdCompression/CompressedBodyWriter.swift:88:13: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
86 | logger: Logger
87 | ) throws -> some ResponseBodyWriter {
88 | try CompressedBodyWriter(parent: self, algorithm: algorithm, configuration: configuration, windowSize: windowSize, logger: logger)
| `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
89 | }
90 | }
[826/827] Emitting module HummingbirdCompression
[827/827] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
Build complete! (198.75s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "compress-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/compress-nio.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.32.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "hummingbird-compression",
"name" : "hummingbird-compression",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdCompression",
"targets" : [
"HummingbirdCompression"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdCompressionTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCompressionTests",
"path" : "Tests/HummingbirdCompressionTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"CompressionTests.swift"
],
"target_dependencies" : [
"HummingbirdCompression"
],
"type" : "test"
},
{
"c99name" : "HummingbirdCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdCompression",
"path" : "Sources/HummingbirdCompression",
"product_dependencies" : [
"Hummingbird",
"NIO",
"CompressNIO"
],
"product_memberships" : [
"HummingbirdCompression"
],
"sources" : [
"CompressedBodyWriter.swift",
"RequestDecompressionMiddleware.swift",
"ResponseCompressionMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.