Build Information
Successful build of swift-openapi-hummingbird, reference main (c464db
), with Swift 6.1 for Android on 29 May 2025 18:36:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-hummingbird.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/swift-server/swift-openapi-hummingbird
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c464db1 Drop swift 5.9, add CI for swift 6.1 (#25)
Cloned https://github.com/swift-server/swift-openapi-hummingbird.git
Revision (git rev-parse @):
c464db1afe2c886083fd60e38f281150ac7e73e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-openapi-hummingbird.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-openapi-hummingbird.git
https://github.com/swift-server/swift-openapi-hummingbird.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
}
],
"manifest_display_name" : "swift-openapi-hummingbird",
"name" : "swift-openapi-hummingbird",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "OpenAPIHummingbird",
"targets" : [
"OpenAPIHummingbird"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIHummingbirdTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIHummingbirdTests",
"path" : "Tests/OpenAPIHummingbirdTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"OpenAPITransportTests.swift"
],
"target_dependencies" : [
"OpenAPIHummingbird"
],
"type" : "test"
},
{
"c99name" : "OpenAPIHummingbird",
"module_type" : "SwiftTarget",
"name" : "OpenAPIHummingbird",
"path" : "Sources/OpenAPIHummingbird",
"product_dependencies" : [
"Hummingbird",
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAPIHummingbird"
],
"sources" : [
"OpenAPITransport.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-openapi-runtime.git
[1/5679] Fetching swift-openapi-runtime
[1364/30162] Fetching swift-openapi-runtime, hummingbird
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.66s)
[4897/24483] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.73s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (2.52s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.37s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.40s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (1.10s)
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/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[882/8581] Fetching swift-nio-transport-services, swift-nio-extras
[3461/20108] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[5260/22534] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-service-lifecycle
[8580/37377] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-service-lifecycle, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.79s)
[10386/34710] Fetching swift-nio-extras, swift-nio-http2, swift-service-lifecycle, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.23s)
[7799/28796] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[10683/42810] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, async-http-client
[11467/118918] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, async-http-client, swift-nio
[19819/123892] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, async-http-client, swift-nio, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.26s)
[41306/118918] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, async-http-client, swift-nio
Fetching https://github.com/apple/swift-metrics.git
[49311/121124] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, async-http-client, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (1.46s)
Fetching https://github.com/apple/swift-log.git
[59037/118918] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (3.70s)
[56066/104904] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
[60002/108740] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-log
[69926/125331] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.48s)
[73887/121495] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections
Fetching https://github.com/apple/swift-atomics.git
[78776/123205] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.55s)
Fetching https://github.com/apple/swift-async-algorithms.git
[85899/121495] Fetching swift-nio-http2, swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (7.27s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (7.30s)
[73108/107542] Fetching swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.39s)
[59094/92699] Fetching swift-nio, swift-collections
[67420/97684] Fetching swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.05s)
[69867/92699] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.00s)
[55559/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (14.24s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (18.70s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.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.04s)
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.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.70s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.29s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.15s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.24s)
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.75s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.92s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[538/2731] Fetching swift-http-structured-headers, swift-asn1
[2049/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[4148/14845] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[3619/13704] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
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 (1.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.12s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.21s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.75s)
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 (3.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.06s)
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 (1.16s)
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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
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-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-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/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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.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.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.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.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/48] Write sources
[32/48] Compiling CNIOWindows shim.c
[33/48] Compiling _AtomicsShims.c
[34/48] Compiling CNIOWindows WSAStartup.c
[35/48] Compiling CNIOWASI CNIOWASI.c
[36/48] Compiling CNIOLinux liburing_shims.c
[37/48] Compiling CNIODarwin shim.c
[38/48] Write sources
[41/48] Compiling CNIOLLHTTP c_nio_http.c
[42/48] Compiling CNIOLLHTTP c_nio_api.c
[43/48] Compiling CNIOLinux shim.c
[44/48] Write swift-version-24593BA9C3E375BF.txt
[45/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/84] Emitting module Logging
[48/84] Emitting module HTTPTypes
[49/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/86] Compiling HTTPTypes HTTPResponse.swift
[51/86] Compiling HTTPTypes ISOLatin1String.swift
[52/86] Compiling HTTPTypes HTTPRequest.swift
[53/86] Compiling InternalCollectionsUtilities Descriptions.swift
[54/86] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/86] Compiling ServiceContextModule ServiceContext.swift
[56/86] Emitting module ServiceContextModule
[57/86] Compiling ServiceContextModule ServiceContextKey.swift
[58/86] Compiling HTTPTypes HTTPParsedFields.swift
[59/86] Compiling _NIODataStructures PriorityQueue.swift
[60/86] Compiling _NIODataStructures Heap.swift
[61/86] Emitting module _NIODataStructures
[62/86] Compiling _NIODataStructures _TinyArray.swift
[63/86] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/86] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/86] Compiling InternalCollectionsUtilities Debugging.swift
[67/86] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/86] Emitting module InternalCollectionsUtilities
[70/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/86] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/86] Compiling InternalCollectionsUtilities Integer rank.swift
[74/86] Emitting module _NIOBase64
[75/86] Compiling _NIOBase64 Base64.swift
[76/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/90] Compiling HTTPTypes NIOLock.swift
[81/97] Compiling c-atomics.c
[82/102] Compiling c-nioatomics.c
[84/121] Compiling Instrumentation NoOpInstrument.swift
[85/121] Compiling ConcurrencyHelpers LockedValueBox.swift
[86/121] Compiling Instrumentation MultiplexInstrument.swift
[87/121] Compiling Instrumentation Instrument.swift
[88/121] Emitting module Instrumentation
[89/244] Compiling _RopeModule BigString+Iterators.swift
[90/244] Compiling _RopeModule BigString+Metrics.swift
[91/244] Compiling _RopeModule BigString+Debugging.swift
[92/244] Compiling _RopeModule BigString+Index.swift
[93/246] Compiling _RopeModule BigString+Ingester.swift
[94/246] Compiling _RopeModule BigString+Invariants.swift
[95/246] Compiling _RopeModule BigString+TextOutputStream.swift
[96/246] Compiling _RopeModule BigString+Builder.swift
[97/246] Compiling _RopeModule BigString+Contents.swift
[98/246] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[99/246] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[100/246] Compiling _RopeModule BigString+Sequence.swift
[101/246] Compiling Atomics IntegerOperations.swift
[102/246] Compiling Atomics Unmanaged extensions.swift
[103/246] Compiling CoreMetrics Metrics.swift
[104/246] Compiling _RopeModule BigString+Insert.swift
[105/246] Compiling _RopeModule BigString+Managing Breaks.swift
[106/246] Compiling _RopeModule BigString+RemoveSubrange.swift
[107/246] Compiling _RopeModule BigString+ReplaceSubrange.swift
[108/246] Compiling _RopeModule BigString+Split.swift
[109/246] Compiling _RopeModule Range+BigString.swift
[110/246] Compiling _RopeModule BigString+UTF16View.swift
[111/246] Compiling _RopeModule BigString+UTF8View.swift
[112/246] Compiling _RopeModule BigString+UnicodeScalarView.swift
[113/246] Compiling _RopeModule BigSubstring+UTF16View.swift
[114/246] Compiling _RopeModule BigSubstring+UTF8View.swift
[115/246] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[116/246] Compiling _RopeModule BigSubstring.swift
[117/246] Compiling _RopeModule Rope+Builder.swift
[118/253] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[119/253] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[120/253] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[121/253] Compiling _RopeModule BigString+Chunk+Splitting.swift
[122/253] Compiling _RopeModule BigString+Chunk.swift
[123/253] Compiling _RopeModule BigString+BidirectionalCollection.swift
[124/253] Compiling _RopeModule BigString+Append.swift
[125/253] Compiling _RopeModule BigString+Initializers.swift
[138/253] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[139/253] Compiling _RopeModule BigString+Chunk+Breaks.swift
[140/253] Compiling _RopeModule BigString+Chunk+Counts.swift
[141/253] Compiling _RopeModule BigString+Chunk+Description.swift
[142/253] Compiling _RopeModule Rope+Debugging.swift
[143/253] Compiling _RopeModule Rope+Invariants.swift
[144/253] Compiling _RopeModule Rope+_Node.swift
[145/253] Compiling _RopeModule Rope+_Storage.swift
[146/253] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[147/253] Compiling _RopeModule Rope+_UnsafeHandle.swift
[148/253] Compiling _RopeModule Rope.swift
[149/253] Compiling _RopeModule RopeElement.swift
[150/253] Emitting module ConcurrencyHelpers
[151/253] Compiling ConcurrencyHelpers Lock.swift
[152/253] Compiling Logging MetadataProvider.swift
[153/254] Compiling Instrumentation InstrumentationSystem.swift
[154/254] Compiling CoreMetrics Locks.swift
[155/254] Emitting module CoreMetrics
[156/254] Compiling Instrumentation Locks.swift
[158/256] Compiling Logging LogHandler.swift
[159/256] Compiling Logging Logging.swift
[160/256] Compiling Logging Locks.swift
[164/263] Emitting module Atomics
[165/263] Compiling _RopeModule BigString+Comparable.swift
[166/263] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[167/263] Compiling _RopeModule BigString+CustomStringConvertible.swift
[168/263] Compiling _RopeModule BigString+Equatable.swift
[169/263] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[170/263] Compiling _RopeModule BigString+Hashing.swift
[178/263] Compiling OrderedCollections OrderedSet+Sendable.swift
[179/263] Compiling OrderedCollections OrderedSet+SubSequence.swift
[180/263] Compiling OrderedCollections OrderedSet+Testing.swift
[181/263] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[182/263] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[183/263] Compiling OrderedCollections OrderedSet.swift
[184/263] Compiling OrderedCollections _UnsafeBitset.swift
[185/263] Compiling _RopeModule Rope+Sequence.swift
[186/263] Compiling _RopeModule Rope+Append.swift
[187/263] Compiling _RopeModule Rope+Extract.swift
[188/263] Compiling _RopeModule Rope+Find.swift
[189/263] Compiling _RopeModule Rope+ForEachWhile.swift
[190/263] Compiling _RopeModule Rope+Insert.swift
[204/286] Emitting module OrderedCollections
[206/287] Emitting module UnixSignals
[207/287] Compiling Tracing InstrumentationSystem+Tracing.swift
[209/294] Compiling Tracing TracingTime.swift
[210/294] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[211/294] Compiling NIOConcurrencyHelpers lock.swift
[212/294] Emitting module Tracing
[213/294] Compiling Tracing TracerProtocol.swift
[214/294] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[215/294] Compiling HeapModule Heap+Invariants.swift
[216/294] Compiling UnixSignals UnixSignal.swift
[217/294] Compiling UnixSignals UnixSignalsSequence.swift
[218/295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[219/295] Compiling NIOConcurrencyHelpers NIOLock.swift
[220/295] Emitting module NIOConcurrencyHelpers
[221/295] Compiling NIOConcurrencyHelpers atomics.swift
[222/295] Compiling HeapModule Heap+Descriptions.swift
[223/296] Emitting module _RopeModule
[224/296] Emitting module HeapModule
[225/324] Compiling Tracing Tracer.swift
[226/326] Compiling Tracing TracerProtocol+Legacy.swift
[228/372] Compiling HeapModule _HeapNode.swift
[230/372] Compiling HeapModule Heap.swift
[231/372] Compiling HeapModule Heap+UnsafeHandle.swift
[232/373] Compiling Tracing NoOpTracer.swift
[233/373] Compiling Tracing SpanProtocol.swift
[235/389] Compiling DequeModule Deque+CustomReflectable.swift
[236/389] Compiling DequeModule Deque+Descriptions.swift
[237/391] Compiling DequeModule _DequeBuffer.swift
[238/391] Compiling DequeModule _DequeBufferHeader.swift
[240/391] Compiling DequeModule Deque+Equatable.swift
[241/391] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[242/391] Compiling DequeModule Deque+Extras.swift
[243/391] Compiling DequeModule Deque+Hashable.swift
[244/444] Compiling BitCollections BitArray+Codable.swift
[245/444] Compiling BitCollections BitArray+Collection.swift
[246/444] Compiling BitCollections BitArray+Copy.swift
[247/444] Compiling BitCollections BitArray+CustomReflectable.swift
[248/444] Compiling BitCollections BitArray+Descriptions.swift
[249/444] Compiling BitCollections BitArray+Equatable.swift
[250/444] Compiling BitCollections BitArray+RandomBits.swift
[251/444] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[252/444] Compiling BitCollections BitArray+Shifts.swift
[253/444] Compiling BitCollections BitArray+Testing.swift
[254/444] Compiling BitCollections BitSet+Hashable.swift
[255/444] Compiling BitCollections BitSet+Initializers.swift
[256/444] Compiling BitCollections BitSet+Invariants.swift
[257/444] Compiling BitCollections BitSet+Random.swift
[258/444] Compiling BitCollections BitSet+SetAlgebra basics.swift
[259/444] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[260/444] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[261/444] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[262/444] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[263/444] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[264/444] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[265/444] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[266/444] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[267/444] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[268/444] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[269/444] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[270/444] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[271/444] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[272/444] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[273/444] Compiling BitCollections BitArray._UnsafeHandle.swift
[274/444] Compiling BitCollections BitArray.swift
[275/444] Compiling BitCollections BitSet+BidirectionalCollection.swift
[276/444] Compiling BitCollections BitSet+Codable.swift
[277/444] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[278/444] Compiling BitCollections BitSet+CustomReflectable.swift
[279/444] Compiling BitCollections BitSet+CustomStringConvertible.swift
[280/444] Compiling BitCollections BitSet+Equatable.swift
[281/444] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[282/444] Compiling BitCollections BitSet+Extras.swift
[283/444] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[284/444] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[285/444] Compiling BitCollections BitArray+Extras.swift
[286/444] Compiling BitCollections BitArray+Fill.swift
[287/444] Compiling BitCollections BitArray+Hashable.swift
[288/444] Compiling BitCollections BitArray+Initializers.swift
[289/444] Compiling BitCollections BitArray+Invariants.swift
[290/444] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[291/444] Compiling BitCollections BitArray+BitwiseOperations.swift
[292/444] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[297/444] Compiling HashTreeCollections TreeSet+Hashable.swift
[298/444] Compiling HashTreeCollections TreeSet+Sendable.swift
[299/444] Compiling HashTreeCollections TreeSet+Sequence.swift
[300/444] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[301/444] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[302/444] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[303/444] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[304/444] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[305/444] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[306/444] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[309/454] Compiling HTTPTypes HTTPField.swift
[310/454] Compiling HTTPTypes HTTPFields.swift
[311/454] Compiling HTTPTypes HTTPFieldName.swift
[315/455] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[316/455] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[317/455] Compiling HashTreeCollections TreeDictionary+Filter.swift
[318/455] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[319/455] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[320/455] Compiling HashTreeCollections TreeDictionary+Keys.swift
[321/455] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[322/455] Compiling HashTreeCollections TreeDictionary+Merge.swift
[323/455] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[324/455] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[325/455] Compiling HashTreeCollections TreeDictionary+Values.swift
[331/455] Compiling BitCollections BitSet+SetAlgebra union.swift
[332/455] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[333/455] Compiling BitCollections BitSet.Counted.swift
[334/455] Compiling HashTreeCollections TreeSet+Extras.swift
[335/455] Compiling HashTreeCollections TreeSet+Filter.swift
[336/455] Emitting module BitCollections
[337/455] Emitting module DequeModule
[353/463] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[354/463] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[355/463] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[356/463] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[357/463] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[358/463] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[359/463] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[360/463] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[361/463] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[362/463] Compiling HashTreeCollections TreeSet.swift
[422/464] Compiling BitCollections BitSet.Index.swift
[423/464] Compiling BitCollections BitSet._UnsafeHandle.swift
[424/464] Compiling BitCollections BitSet.swift
[425/464] Compiling BitCollections Range+Utilities.swift
[426/464] Compiling BitCollections Slice+Utilities.swift
[427/464] Compiling BitCollections UInt+Tricks.swift
[428/464] Compiling BitCollections _Word.swift
[463/465] Emitting module Metrics
[464/465] Compiling Metrics Metrics.swift
[466/466] Emitting module HashTreeCollections
[468/615] Emitting module Collections
[469/615] Compiling Collections Collections.swift
[471/636] Emitting module OpenAPIRuntime
[472/644] Emitting module AsyncAlgorithms
[473/650] Compiling NIOCore EventLoop+SerialExecutor.swift
[474/650] Compiling NIOCore EventLoop.swift
[475/650] Compiling NIOCore AddressedEnvelope.swift
[476/650] Compiling NIOCore AsyncAwaitSupport.swift
[477/650] Compiling NIOCore AsyncChannel.swift
[478/650] Compiling NIOCore AsyncChannelHandler.swift
[479/650] Compiling NIOCore IO.swift
[480/650] Compiling NIOCore IOData.swift
[481/650] Compiling NIOCore IPProtocol.swift
[482/650] Compiling NIOCore IntegerBitPacking.swift
[483/650] Compiling NIOCore IntegerTypes.swift
[484/650] Compiling NIOCore Interfaces.swift
[485/650] Compiling NIOCore Linux.swift
[486/650] Compiling NIOCore MarkedCircularBuffer.swift
[487/650] Compiling OpenAPIRuntime ServerError.swift
[488/650] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[489/650] Compiling AsyncAlgorithms SetAlgebra.swift
[490/650] Compiling AsyncAlgorithms UnsafeTransfer.swift
[491/650] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[492/650] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[493/650] Compiling AsyncAlgorithms ZipStateMachine.swift
[494/650] Compiling AsyncAlgorithms ZipStorage.swift
[495/650] Compiling NIOCore GlobalSingletons.swift
[496/650] Compiling NIOCore ChannelPipeline.swift
[497/650] Compiling NIOCore CircularBuffer.swift
[498/650] Compiling NIOCore Codec.swift
[499/650] Compiling NIOCore ConvenienceOptionSupport.swift
[500/650] Compiling NIOCore DeadChannel.swift
[501/650] Compiling NIOCore DispatchQueue+WithFuture.swift
[502/650] Compiling NIOCore EventLoop+Deprecated.swift
[503/650] Compiling NIOCore ByteBuffer-views.swift
[504/650] Compiling NIOCore Channel.swift
[505/650] Compiling NIOCore ChannelHandler.swift
[506/650] Compiling NIOCore ChannelHandlers.swift
[507/650] Compiling NIOCore ChannelInvoker.swift
[508/650] Compiling NIOCore ChannelOption.swift
[509/650] Compiling NIOCore AsyncChannelInboundStream.swift
[510/650] Compiling NIOCore AsyncChannelOutboundWriter.swift
[511/650] Compiling NIOCore NIOAsyncSequenceProducer.swift
[512/650] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[513/650] Compiling NIOCore NIOAsyncWriter.swift
[515/650] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[516/650] Compiling NIOCore NIOScheduledCallback.swift
[517/650] Compiling NIOCore NIOSendable.swift
[518/650] Compiling NIOCore RecvByteBufferAllocator.swift
[519/650] Compiling NIOCore ByteBuffer-multi-int.swift
[520/650] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[530/650] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[531/650] Compiling NIOCore BSDSocketAPI.swift
[532/650] Compiling NIOCore ByteBuffer-aux.swift
[533/650] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[534/650] Compiling NIOCore ByteBuffer-conversions.swift
[535/650] Compiling NIOCore ByteBuffer-core.swift
[536/650] Compiling NIOCore ByteBuffer-hex.swift
[537/650] Compiling NIOCore ByteBuffer-int.swift
[538/650] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[564/658] Compiling NIOCore MulticastChannel.swift
[565/658] Compiling NIOCore NIOAny.swift
[566/658] Compiling NIOCore NIOCloseOnErrorHandler.swift
[567/658] Compiling NIOCore NIOLoopBound.swift
[608/667] Compiling NIOCore SocketAddresses.swift
[609/667] Compiling NIOCore SocketOptionProvider.swift
[610/667] Compiling NIOCore SystemCallHelpers.swift
[611/667] Compiling NIOCore TimeAmount+Duration.swift
[612/667] Compiling NIOCore TypeAssistedChannelHandler.swift
[613/667] Compiling NIOCore UniversalBootstrapSupport.swift
[614/667] Compiling NIOCore Utilities.swift
[615/667] Compiling OpenAPIRuntime URISerializer.swift
[617/668] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[618/669] Emitting module ServiceLifecycle
[619/669] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[620/669] Compiling ServiceLifecycle CancellationWaiter.swift
[621/669] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[622/669] Compiling ServiceLifecycle GracefulShutdown.swift
[623/669] Compiling ServiceLifecycle ServiceRunnerError.swift
[633/669] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[641/669] Compiling ServiceLifecycle Service.swift
[642/669] Compiling ServiceLifecycle ServiceGroup.swift
[644/670] Emitting module NIOCore
[672/723] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[673/723] Emitting module NIOHTTPTypes
[675/724] Emitting module NIOEmbedded
[676/724] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[677/724] Compiling NIOEmbedded AsyncTestingChannel.swift
[678/724] Compiling NIOEmbedded Embedded.swift
[680/725] Emitting module NIOPosix
[681/731] Compiling NIOPosix Pool.swift
[682/731] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[683/731] Compiling NIOPosix PosixSingletons.swift
[684/731] Compiling NIOPosix RawSocketBootstrap.swift
[685/731] Compiling NIOPosix Resolver.swift
[686/731] Compiling NIOPosix Selectable.swift
[687/731] Compiling NIOPosix SelectableChannel.swift
[688/731] Compiling NIOPosix SelectableEventLoop.swift
[689/731] Compiling NIOPosix SelectorEpoll.swift
[690/731] Compiling NIOPosix SelectorGeneric.swift
[691/731] Compiling NIOPosix SelectorKqueue.swift
[692/731] Compiling NIOPosix SelectorUring.swift
[693/731] Compiling NIOPosix ThreadPosix.swift
[694/731] Compiling NIOPosix ThreadWindows.swift
[695/731] Compiling NIOPosix UnsafeTransfer.swift
[696/731] Compiling NIOPosix Utilities.swift
[697/731] Compiling NIOPosix VsockAddress.swift
[698/731] Compiling NIOPosix VsockChannelEvents.swift
[699/731] Compiling NIOPosix NIOThreadPool.swift
[700/731] Compiling NIOPosix NonBlockingFileIO.swift
[701/731] Compiling NIOPosix PendingDatagramWritesManager.swift
[702/731] Compiling NIOPosix PendingWritesManager.swift
[703/731] Compiling NIOPosix PipeChannel.swift
[704/731] Compiling NIOPosix PipePair.swift
[705/731] Compiling NIOPosix ServerSocket.swift
[706/731] Compiling NIOPosix Socket.swift
[707/731] Compiling NIOPosix SocketChannel.swift
[708/731] Compiling NIOPosix SocketProtocols.swift
[709/731] Compiling NIOPosix System.swift
[710/731] Compiling NIOPosix Thread.swift
[711/731] Compiling NIOPosix IO.swift
[712/731] Compiling NIOPosix IntegerBitPacking.swift
[713/731] Compiling NIOPosix IntegerTypes.swift
[714/731] Compiling NIOPosix Linux.swift
[715/731] Compiling NIOPosix LinuxCPUSet.swift
[716/731] Compiling NIOPosix LinuxUring.swift
[717/731] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[718/731] Compiling NIOPosix BSDSocketAPICommon.swift
[719/731] Compiling NIOPosix BSDSocketAPIPosix.swift
[720/731] Compiling NIOPosix BSDSocketAPIWindows.swift
[721/731] Compiling NIOPosix BaseSocket.swift
[722/731] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[723/731] Compiling NIOPosix BaseSocketChannel.swift
[724/731] Compiling NIOPosix BaseStreamSocketChannel.swift
[725/731] Compiling NIOPosix Bootstrap.swift
[726/731] Compiling NIOPosix ControlMessage.swift
[727/731] Compiling NIOPosix DatagramVectorReadManager.swift
[728/731] Compiling NIOPosix Errors+Any.swift
[729/731] Compiling NIOPosix FileDescriptor.swift
[730/731] Compiling NIOPosix GetaddrinfoResolver.swift
[731/731] Compiling NIOPosix HappyEyeballs.swift
[733/734] Emitting module NIO
[734/734] Compiling NIO Exports.swift
[736/751] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[737/751] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[738/753] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[739/753] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[740/753] Emitting module NIOHTTP1
[741/753] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[742/753] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[743/753] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[744/753] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[745/753] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[746/753] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[747/753] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[748/753] Compiling NIOHTTP1 HTTPTypes.swift
[749/753] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[750/753] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[751/753] Compiling NIOHTTP1 ByteCollectionUtils.swift
[752/753] Compiling NIOHTTP1 HTTPDecoder.swift
[753/753] Compiling NIOHTTP1 HTTPEncoder.swift
[755/776] Emitting module NIOHTTPTypesHTTP1
[756/776] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[757/776] Compiling NIOExtras NIOExtrasError.swift
[758/778] Compiling NIOExtras RequestResponseHandler.swift
[759/778] Compiling NIOExtras RequestResponseWithIDHandler.swift
[760/778] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[761/778] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[762/778] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[763/779] Compiling NIOExtras NIOLengthFieldBitLength.swift
[764/779] Compiling NIOExtras NIORequestIdentifiable.swift
[765/779] Compiling NIOExtras PCAPRingBuffer.swift
[766/779] Compiling NIOExtras QuiescingHelper.swift
[768/779] Compiling NIOExtras DebugInboundEventsHandler.swift
[769/779] Compiling NIOExtras DebugOutboundEventsHandler.swift
[770/779] Compiling NIOExtras FixedLengthFrameDecoder.swift
[771/779] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[772/779] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[773/779] Compiling NIOExtras JSONRPCFraming.swift
[774/779] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[775/779] Compiling NIOExtras LengthFieldPrepender.swift
[776/779] Compiling NIOExtras LineBasedFrameDecoder.swift
[777/779] Emitting module NIOExtras
[778/779] Compiling NIOExtras UnsafeTransfer.swift
[779/779] Compiling NIOExtras WritePCAPHandler.swift
[781/804] 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
[782/804] 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
[783/804] 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
[784/807] 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
[785/807] 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
[786/807] 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
[787/807] 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
[788/807] 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
[789/807] 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
[790/807] 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
[791/807] 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
[792/807] 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
[793/807] 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
[794/807] 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
[795/807] 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
[796/807] 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
[797/807] 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
[798/807] 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
[799/807] 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
[800/807] 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
[801/807] 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
[802/807] 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
[803/807] 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
[804/807] 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
[805/807] 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
[806/807] 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
[807/807] 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
[809/872] 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
[810/881] 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
[811/881] 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
[812/881] 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
[813/881] 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
[814/881] 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
[815/881] 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
[816/881] 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
[817/881] 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
[818/881] 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
[819/881] 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
[820/881] 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
[821/881] 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
[822/881] 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
[823/881] 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
[824/881] 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
[825/881] 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
[826/881] 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
[827/881] 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
[828/881] 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
[829/881] 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
[830/881] 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
[831/881] 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
[832/881] 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
[833/881] 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
[834/881] 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
[835/881] 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
[836/881] 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
[837/881] 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
[838/881] 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
[839/881] 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
[840/881] 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
[841/881] 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
[842/881] 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
[843/881] 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
[844/881] 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
[845/881] 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
[846/881] 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
[847/881] 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
[848/881] 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
[849/881] 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
[850/881] 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
[851/881] 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
[852/881] 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
[853/881] 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
[854/881] 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
[855/881] 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
[856/881] 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
[857/881] 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
[858/881] 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
[859/881] 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
[860/881] 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
[861/881] 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
[862/881] 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
[863/881] 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
[864/881] 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
[865/881] 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
[866/881] 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
[867/881] 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
[868/881] 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
[869/881] 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
[870/881] 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
[871/881] 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
[872/881] 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
[873/881] 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
[874/881] 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
[875/881] 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
[876/881] 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
[877/881] 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
[878/881] 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
[879/881] 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
[880/881] 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
[881/881] 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
[883/884] Emitting module OpenAPIHummingbird
[884/884] Compiling OpenAPIHummingbird OpenAPITransport.swift
Build complete! (186.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
}
],
"manifest_display_name" : "swift-openapi-hummingbird",
"name" : "swift-openapi-hummingbird",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "OpenAPIHummingbird",
"targets" : [
"OpenAPIHummingbird"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIHummingbirdTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIHummingbirdTests",
"path" : "Tests/OpenAPIHummingbirdTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"OpenAPITransportTests.swift"
],
"target_dependencies" : [
"OpenAPIHummingbird"
],
"type" : "test"
},
{
"c99name" : "OpenAPIHummingbird",
"module_type" : "SwiftTarget",
"name" : "OpenAPIHummingbird",
"path" : "Sources/OpenAPIHummingbird",
"product_dependencies" : [
"Hummingbird",
"OpenAPIRuntime"
],
"product_memberships" : [
"OpenAPIHummingbird"
],
"sources" : [
"OpenAPITransport.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.