Build Information
Successful build of hummingbird-fluent, reference main (fcad2c
), with Swift 6.1 for Android on 12 Aug 2025 17:28:51 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-fluent.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-fluent
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fcad2ce Bump actions/checkout from 4 to 5 in the dependencies group (#42)
Cloned https://github.com/hummingbird-project/hummingbird-fluent.git
Revision (git rev-parse @):
fcad2ce5d1001698c28961af8c0780b903ca9b07
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-fluent.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-fluent.git
https://github.com/hummingbird-project/hummingbird-fluent.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "hummingbird-fluent",
"name" : "hummingbird-fluent",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdFluent",
"targets" : [
"HummingbirdFluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdFluentTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdFluentTests",
"path" : "Tests/HummingbirdFluentTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"sources" : [
"FluentTests.swift",
"PersistTests.swift"
],
"target_dependencies" : [
"HummingbirdFluent"
],
"type" : "test"
},
{
"c99name" : "HummingbirdFluent",
"module_type" : "SwiftTarget",
"name" : "HummingbirdFluent",
"path" : "Sources/HummingbirdFluent",
"product_dependencies" : [
"AsyncAlgorithms",
"FluentKit",
"Hummingbird",
"ServiceLifecycle"
],
"product_memberships" : [
"HummingbirdFluent"
],
"sources" : [
"Deprecations.swift",
"Fluent.swift",
"Persist+fluent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/1347] Fetching fluent-sqlite-driver
[917/3780] Fetching fluent-sqlite-driver, swift-service-lifecycle
[1560/8790] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-async-algorithms
[2178/33610] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-async-algorithms, hummingbird
[2921/46938] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-async-algorithms, hummingbird, fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (1.43s)
[16183/33610] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-async-algorithms, hummingbird
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (2.40s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.40s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.40s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.45s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (3.49s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/2118] Fetching sqlite-kit
[404/6004] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.22s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (7.75s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/2409] Fetching async-kit
[604/8429] Fetching async-kit, sql-kit
[8310/10136] Fetching async-kit, sql-kit, sqlite-nio
[8431/87527] Fetching async-kit, sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (3.44s)
[59508/85820] Fetching async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (9.49s)
Fetched https://github.com/vapor/sql-kit.git from cache (9.50s)
Fetched https://github.com/apple/swift-nio.git from cache (9.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (10.76s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.94s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5968] Fetching swift-algorithms
[3582/22921] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (2.12s)
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5917] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.72s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.42s)
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.76s)
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.23s)
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.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.32s)
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.00s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (1.02s)
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-transport-services.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5116] Fetching swift-distributed-tracing
[1383/11243] Fetching swift-distributed-tracing, swift-nio-extras
[1384/13944] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services
[2721/25605] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[8117/39692] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
[14081/54695] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.68s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.68s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.70s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.70s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.75s)
[1/2219] Fetching swift-metrics
[201/3136] Fetching swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (6.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.92s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (1.14s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
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.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (1.18s)
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.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.18s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/6460] Fetching swift-certificates
[1358/8089] Fetching swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.78s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.79s)
[1/1176] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.30s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.15s)
Fetching https://github.com/apple/swift-crypto.git
[1/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.81s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (4.01s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.86s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (3.22s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.8 (1.03s)
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/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.15.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.1
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.8
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git 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.4.0
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.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.29.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Building for debugging...
[0/50] Write sources
[34/50] Compiling CNIOWindows WSAStartup.c
[35/50] Compiling CNIOWindows shim.c
[35/50] Compiling CNIOWASI CNIOWASI.c
[37/50] Compiling _AtomicsShims.c
[38/50] Compiling CNIOPosix event_loop_id.c
[39/50] Compiling CNIOLinux liburing_shims.c
[40/50] Compiling CNIOLLHTTP c_nio_http.c
[41/50] Write sources
[43/50] Compiling CNIODarwin shim.c
[44/50] Compiling CNIOLinux shim.c
[45/50] Compiling CNIOLLHTTP c_nio_api.c
[46/50] Write swift-version-24593BA9C3E375BF.txt
[47/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/86] Emitting module _NIODataStructures
[49/86] Compiling c-nioatomics.c
[51/86] Emitting module ServiceContextModule
[52/86] Compiling ServiceContextModule ServiceContextKey.swift
[53/86] Compiling ServiceContextModule ServiceContext.swift
[54/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/91] Compiling InternalCollectionsUtilities Descriptions.swift
[56/91] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/91] Emitting module HTTPTypes
[58/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/92] Compiling InternalCollectionsUtilities Debugging.swift
[61/92] Compiling _NIOBase64 Base64.swift
[62/92] Emitting module _NIOBase64
[63/92] Compiling HTTPTypes HTTPResponse.swift
[64/92] Compiling HTTPTypes ISOLatin1String.swift
[65/93] Compiling _NIODataStructures PriorityQueue.swift
[66/93] Compiling HTTPTypes HTTPRequest.swift
[67/93] Compiling HTTPTypes HTTPParsedFields.swift
[68/93] Compiling _NIODataStructures _TinyArray.swift
[69/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/93] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/93] Compiling _NIODataStructures Heap.swift
[72/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/93] Compiling InternalCollectionsUtilities Integer rank.swift
[76/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/93] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/93] Emitting module InternalCollectionsUtilities
[79/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/98] Compiling HTTPTypes NIOLock.swift
[84/122] Compiling Instrumentation NoOpInstrument.swift
[85/142] Compiling Instrumentation MultiplexInstrument.swift
[86/190] Emitting module Instrumentation
[87/190] Compiling Instrumentation InstrumentationSystem.swift
[88/190] Compiling Instrumentation Instrument.swift
[89/190] Emitting module ConcurrencyHelpers
[89/190] Compiling c-atomics.c
[91/190] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[92/190] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[93/190] Compiling _RopeModule BigString+Chunk+Description.swift
[94/190] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[95/192] Compiling _RopeModule BigString+Iterators.swift
[96/192] Compiling _RopeModule BigString+Metrics.swift
[97/192] Compiling _RopeModule BigString+Chunk+Breaks.swift
[98/192] Compiling _RopeModule BigString+Chunk+Counts.swift
[99/247] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[100/247] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[101/247] Compiling OrderedCollections _HashTable+Bucket.swift
[102/247] Compiling OrderedCollections _HashTable+BucketIterator.swift
[103/247] Compiling OrderedCollections _HashTable+Constants.swift
[104/247] Compiling CoreMetrics Metrics.swift
[105/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[109/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[110/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[111/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[113/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[114/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[115/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[116/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[117/254] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[118/254] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[119/254] Compiling OrderedCollections OrderedSet+Initializers.swift
[120/254] Compiling OrderedCollections OrderedSet+Insertions.swift
[121/254] Compiling OrderedCollections OrderedSet+Invariants.swift
[122/254] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[123/254] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[124/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[125/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[126/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[127/254] Compiling OrderedCollections OrderedDictionary.swift
[128/254] Compiling OrderedCollections OrderedSet+Codable.swift
[129/254] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[130/254] Compiling OrderedCollections OrderedSet+Descriptions.swift
[131/254] Compiling OrderedCollections OrderedSet+Diffing.swift
[132/254] Compiling OrderedCollections OrderedSet+Equatable.swift
[133/254] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[134/254] Compiling OrderedCollections OrderedSet+Hashable.swift
[135/254] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[136/254] Compiling OrderedCollections OrderedDictionary+Elements.swift
[137/254] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[138/254] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[145/257] Compiling Instrumentation Locks.swift
[146/259] Compiling Logging MetadataProvider.swift
[147/263] Compiling ConcurrencyHelpers LockedValueBox.swift
[148/263] Compiling CoreMetrics Locks.swift
[149/263] Compiling ConcurrencyHelpers Lock.swift
[150/263] Emitting module CoreMetrics
[151/266] Compiling Logging LogHandler.swift
[152/266] Emitting module Logging
[153/266] Compiling Logging Logging.swift
[154/266] Compiling Logging Locks.swift
[155/267] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[156/267] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[157/267] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[158/267] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[159/267] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[160/267] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[161/267] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[162/267] Compiling OrderedCollections OrderedDictionary+Values.swift
[167/267] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[168/267] Compiling OrderedCollections OrderedSet.swift
[169/267] Compiling OrderedCollections _UnsafeBitset.swift
[170/267] Compiling _RopeModule Rope+Sequence.swift
[171/267] Compiling _RopeModule Rope+Append.swift
[172/267] Compiling _RopeModule Rope+Extract.swift
[173/267] Compiling _RopeModule Rope+Find.swift
[174/267] Compiling _RopeModule Rope+ForEachWhile.swift
[175/267] Compiling _RopeModule Rope+Insert.swift
[181/267] Compiling OrderedCollections OrderedSet+Sendable.swift
[182/267] Compiling OrderedCollections OrderedSet+SubSequence.swift
[183/267] Compiling OrderedCollections OrderedSet+Testing.swift
[184/267] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[195/267] Compiling OrderedCollections OrderedDictionary+Codable.swift
[198/267] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[206/267] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[207/267] Compiling OrderedCollections _HashTable+Testing.swift
[208/267] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[209/267] Compiling OrderedCollections _HashTable.swift
[210/267] Compiling OrderedCollections _Hashtable+Header.swift
[221/267] Emitting module Atomics
[239/267] Emitting module OrderedCollections
[247/269] Emitting module _RopeModule
[249/269] Compiling _RopeModule Rope+Join.swift
[250/269] Compiling _RopeModule Rope+MutatingForEach.swift
[251/269] Compiling _RopeModule Rope+Remove.swift
[252/269] Compiling _RopeModule Rope+RemoveSubrange.swift
[253/269] Compiling _RopeModule Rope+Split.swift
[254/269] Compiling _RopeModule Optional Utilities.swift
[255/269] Compiling _RopeModule String Utilities.swift
[256/269] Compiling _RopeModule String.Index+ABI.swift
[257/269] Compiling _RopeModule _CharacterRecognizer.swift
[268/270] Compiling HTTPTypes HTTPField.swift
[269/270] Compiling HTTPTypes HTTPFieldName.swift
[270/270] Compiling HTTPTypes HTTPFields.swift
[272/320] Emitting module NIOConcurrencyHelpers
[273/320] Compiling NIOConcurrencyHelpers NIOLock.swift
[274/320] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[275/388] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[276/389] Compiling HeapModule Heap+Descriptions.swift
[277/436] Compiling BitCollections BitArray+Extras.swift
[278/436] Compiling BitCollections BitArray+Fill.swift
[279/443] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[280/443] Compiling NIOConcurrencyHelpers lock.swift
[281/443] Compiling NIOConcurrencyHelpers atomics.swift
[282/444] Compiling BitCollections BitArray._UnsafeHandle.swift
[283/444] Compiling BitCollections BitArray.swift
[284/444] Compiling BitCollections BitArray+Invariants.swift
[285/444] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[286/444] Compiling BitCollections BitArray+Hashable.swift
[287/444] Compiling BitCollections BitArray+Initializers.swift
[288/444] Emitting module UnixSignals
[289/444] Compiling HeapModule _HeapNode.swift
[290/444] Compiling HeapModule Heap+Invariants.swift
[291/444] Compiling HeapModule Heap+UnsafeHandle.swift
[293/444] Compiling HeapModule Heap.swift
[294/444] Compiling Tracing TracingTime.swift
[295/444] Emitting module Tracing
[296/444] Emitting module HeapModule
[297/445] Compiling DequeModule _DequeSlot.swift
[298/445] Compiling DequeModule _UnsafeWrappedBuffer.swift
[299/445] Compiling Tracing TracerProtocol.swift
[300/445] Compiling Tracing TracerProtocol+Legacy.swift
[301/445] Compiling Tracing Tracer.swift
[302/445] Compiling UnixSignals UnixSignalsSequence.swift
[303/445] Compiling UnixSignals UnixSignal.swift
[304/445] Compiling BitCollections BitArray+RandomBits.swift
[305/445] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[306/445] Compiling BitCollections BitArray+Shifts.swift
[307/445] Compiling BitCollections BitArray+Testing.swift
[309/446] Compiling HashTreeCollections TreeSet+Hashable.swift
[310/446] Compiling HashTreeCollections TreeSet+Sendable.swift
[311/446] Compiling HashTreeCollections TreeSet+Sequence.swift
[312/446] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[313/446] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[314/446] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[315/446] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[316/446] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[317/446] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[318/446] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[319/456] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[320/456] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[321/456] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[322/456] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[323/456] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[324/456] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[325/456] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[326/463] Emitting module BitCollections
[328/463] Compiling BitCollections Range+Utilities.swift
[329/463] Compiling BitCollections Slice+Utilities.swift
[330/463] Compiling BitCollections UInt+Tricks.swift
[331/463] Compiling BitCollections _Word.swift
[332/463] Compiling HashTreeCollections TreeSet+Debugging.swift
[333/463] Compiling HashTreeCollections TreeSet+Descriptions.swift
[334/463] Compiling HashTreeCollections TreeSet+Equatable.swift
[335/463] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[336/463] Compiling HashTreeCollections TreeSet+Extras.swift
[337/463] Compiling HashTreeCollections TreeSet+Filter.swift
[343/463] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[344/463] Compiling BitCollections BitSet+CustomReflectable.swift
[345/463] Compiling BitCollections BitSet+CustomStringConvertible.swift
[346/463] Compiling BitCollections BitSet+Equatable.swift
[347/463] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[348/463] Compiling BitCollections BitSet+Extras.swift
[349/463] Compiling Tracing InstrumentationSystem+Tracing.swift
[350/463] Compiling Tracing NoOpTracer.swift
[351/463] Compiling Tracing SpanProtocol.swift
[353/464] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[354/464] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[355/464] Emitting module DequeModule
[362/465] Compiling BitCollections BitSet+Hashable.swift
[363/465] Compiling BitCollections BitSet+Initializers.swift
[364/465] Compiling BitCollections BitSet+Invariants.swift
[365/465] Compiling BitCollections BitSet+Random.swift
[366/465] Compiling BitCollections BitSet+SetAlgebra basics.swift
[367/465] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[368/465] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[369/465] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[370/465] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[371/465] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[372/465] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[373/465] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[374/465] Compiling BitCollections BitSet+SetAlgebra union.swift
[375/465] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[376/465] Compiling BitCollections BitSet.Counted.swift
[378/491] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[379/491] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[380/491] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[381/491] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[382/491] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[383/491] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[384/491] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[385/491] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[386/491] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[387/491] Compiling HashTreeCollections TreeSet.swift
[388/510] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[389/510] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[390/510] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[391/510] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[392/510] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[393/510] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[394/510] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[395/510] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[396/510] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[397/510] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[398/510] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[399/510] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[400/510] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[401/510] Compiling AsyncAlgorithms ChannelStateMachine.swift
[402/510] Compiling AsyncAlgorithms ChannelStorage.swift
[403/510] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[404/510] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[405/510] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[406/510] Compiling AsyncAlgorithms CombineLatestStorage.swift
[407/510] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[408/510] Compiling AsyncAlgorithms DebounceStateMachine.swift
[409/510] Compiling AsyncAlgorithms DebounceStorage.swift
[410/510] Compiling AsyncAlgorithms Dictionary.swift
[411/510] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[412/571] Compiling NIOCore IOData.swift
[413/571] Compiling NIOCore IPProtocol.swift
[414/571] Compiling NIOCore IntegerBitPacking.swift
[415/571] Compiling NIOCore IntegerTypes.swift
[416/571] Compiling NIOCore Interfaces.swift
[417/571] Compiling NIOCore Linux.swift
[418/571] Compiling NIOCore MarkedCircularBuffer.swift
[419/572] Compiling NIOCore NIOAny.swift
[420/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[421/572] Compiling NIOCore NIOCoreSendableMetatype.swift
[422/572] Compiling NIOCore NIOLoopBound.swift
[423/572] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[424/572] Compiling NIOCore NIOScheduledCallback.swift
[425/572] Compiling NIOCore NIOSendable.swift
[426/572] Compiling NIOCore RecvByteBufferAllocator.swift
[431/572] Compiling NIOCore AddressedEnvelope.swift
[432/572] Compiling NIOCore AsyncAwaitSupport.swift
[433/572] Compiling NIOCore AsyncChannel.swift
[434/572] Compiling NIOCore AsyncChannelHandler.swift
[435/572] Compiling NIOCore AsyncChannelInboundStream.swift
[436/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[437/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[438/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[439/572] Compiling NIOCore NIOAsyncWriter.swift
[440/572] Compiling NIOCore ByteBuffer-multi-int.swift
[441/572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[442/572] Emitting module AsyncAlgorithms
[443/578] Compiling NIOCore ByteBuffer-conversions.swift
[444/578] Compiling NIOCore ByteBuffer-core.swift
[445/578] Compiling NIOCore ByteBuffer-hex.swift
[446/578] Compiling NIOCore ByteBuffer-int.swift
[447/578] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[448/578] Compiling NIOCore CircularBuffer.swift
[449/578] Compiling NIOCore Codec.swift
[450/578] Compiling NIOCore ConvenienceOptionSupport.swift
[451/578] Compiling NIOCore DeadChannel.swift
[452/578] Compiling NIOCore DispatchQueue+WithFuture.swift
[453/578] Compiling NIOCore EventLoop+Deprecated.swift
[454/578] Compiling NIOCore ByteBuffer-views.swift
[455/578] Compiling NIOCore Channel.swift
[456/578] Compiling NIOCore ChannelHandler.swift
[457/578] Compiling NIOCore ChannelHandlers.swift
[458/578] Compiling NIOCore ChannelInvoker.swift
[459/578] Compiling NIOCore ChannelOption.swift
[460/578] Compiling NIOCore ChannelPipeline.swift
[461/578] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[462/578] Compiling NIOCore BSDSocketAPI.swift
[463/578] Compiling NIOCore ByteBuffer-aux.swift
[464/578] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[467/578] Compiling NIOCore EventLoop+SerialExecutor.swift
[468/578] Compiling NIOCore EventLoop.swift
[469/578] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[470/578] Compiling NIOCore EventLoopFuture+Deprecated.swift
[471/578] Compiling AsyncAlgorithms SetAlgebra.swift
[472/578] Compiling AsyncAlgorithms UnsafeTransfer.swift
[473/578] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[474/578] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[475/578] Compiling AsyncAlgorithms ZipStateMachine.swift
[476/578] Compiling AsyncAlgorithms ZipStorage.swift
[479/586] Emitting module Metrics
[480/586] Compiling Metrics Metrics.swift
[502/587] Compiling NIOCore MulticastChannel.swift
[503/587] Emitting module HashTreeCollections
[505/588] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[506/588] Compiling NIOCore EventLoopFuture.swift
[507/588] Compiling NIOCore FileDescriptor.swift
[508/588] Compiling NIOCore FileHandle.swift
[509/588] Compiling NIOCore FileRegion.swift
[510/588] Compiling NIOCore GlobalSingletons.swift
[511/588] Compiling NIOCore IO.swift
[545/591] Emitting module Collections
[546/591] Compiling Collections Collections.swift
[548/600] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[549/601] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[550/601] Emitting module ServiceLifecycle
[551/601] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[552/601] Compiling ServiceLifecycle ServiceRunnerError.swift
[553/601] Compiling ServiceLifecycle CancellationWaiter.swift
[563/601] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[564/601] Compiling NIOCore SocketAddresses.swift
[565/601] Compiling NIOCore SocketOptionProvider.swift
[566/601] Compiling NIOCore SystemCallHelpers.swift
[567/601] Compiling NIOCore TimeAmount+Duration.swift
[568/601] Compiling NIOCore TypeAssistedChannelHandler.swift
[569/601] Compiling NIOCore UniversalBootstrapSupport.swift
[570/601] Compiling NIOCore Utilities.swift
[580/601] Compiling ServiceLifecycle Service.swift
[581/601] Compiling ServiceLifecycle GracefulShutdown.swift
[582/601] Compiling ServiceLifecycle ServiceGroup.swift
[602/602] Emitting module NIOCore
[604/749] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[605/749] Emitting module NIOHTTPTypes
[607/750] Emitting module NIOEmbedded
[608/750] Compiling NIOEmbedded AsyncTestingChannel.swift
[609/750] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[610/750] Compiling NIOEmbedded Embedded.swift
[612/751] Compiling SQLKit SQLDropIndex.swift
[613/751] Compiling SQLKit SQLDropTable.swift
[614/751] Compiling SQLKit SQLDropTrigger.swift
[615/751] Compiling SQLKit SQLInsert.swift
[616/751] Compiling SQLKit SQLSelect.swift
[617/751] Compiling SQLKit SQLUnion.swift
[618/751] Compiling SQLKit SQLUpdate.swift
[619/751] Compiling SQLKit SQLExpression.swift
[620/751] Compiling SQLKit SQLSerializer.swift
[621/751] Compiling SQLKit SQLStatement.swift
[622/751] Compiling SQLKit SQLBinaryExpression.swift
[623/751] Compiling SQLKit SQLBinaryOperator.swift
[624/751] Compiling SQLKit SQLBind.swift
[625/763] Compiling SQLKit SQLLockingClause.swift
[626/763] Compiling SQLKit SQLOrderBy.swift
[627/763] Compiling SQLKit SQLReturning.swift
[628/763] Compiling SQLKit SQLSubquery.swift
[629/763] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[630/763] Compiling SQLKit SQLAlterEnum.swift
[631/763] Compiling SQLKit SQLAlterTable.swift
[632/763] Compiling SQLKit SQLCreateEnum.swift
[633/763] Compiling SQLKit SQLCreateIndex.swift
[634/763] Compiling SQLKit SQLCreateTable.swift
[635/763] Compiling SQLKit SQLCreateTrigger.swift
[636/763] Compiling SQLKit SQLDelete.swift
[637/763] Compiling SQLKit SQLDropEnum.swift
[638/763] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[639/763] Compiling SQLKit SQLColumnAssignment.swift
[640/763] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[641/763] Compiling SQLKit SQLColumnDefinition.swift
[642/763] Compiling SQLKit SQLCommonTableExpression.swift
[643/763] Compiling SQLKit SQLConflictAction.swift
[644/763] Compiling SQLKit SQLConflictResolutionStrategy.swift
[645/763] Compiling SQLKit SQLDropBehaviour.swift
[646/763] Compiling SQLKit SQLEnumDataType.swift
[647/763] Compiling SQLKit SQLExcludedColumn.swift
[648/763] Compiling SQLKit SQLForeignKey.swift
[649/763] Compiling SQLKit SQLJoin.swift
[650/763] Compiling SQLKit SQLJoinMethod.swift
[651/763] Compiling SQLKit SQLAlterEnumBuilder.swift
[652/763] Compiling SQLKit SQLAlterTableBuilder.swift
[653/763] Compiling SQLKit SQLConflictUpdateBuilder.swift
[654/763] Compiling SQLKit SQLCreateEnumBuilder.swift
[655/763] Compiling SQLKit SQLCreateIndexBuilder.swift
[656/763] Compiling SQLKit SQLCreateTableBuilder.swift
[657/763] Compiling SQLKit SQLCreateTriggerBuilder.swift
[658/763] Compiling SQLKit SQLDeleteBuilder.swift
[659/763] Compiling SQLKit SQLDropEnumBuilder.swift
[660/763] Compiling SQLKit SQLDropIndexBuilder.swift
[661/763] Compiling SQLKit SQLDropTableBuilder.swift
[662/763] Compiling SQLKit SQLDropTriggerBuilder.swift
[663/763] Compiling SQLKit SQLInsertBuilder.swift
[670/763] Compiling SQLKit SQLPredicateBuilder.swift
[671/769] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[672/769] Compiling SQLKit Exports.swift
[673/769] Compiling SQLKit SQLAlias.swift
[674/769] Compiling SQLKit SQLBetween.swift
[675/769] Compiling SQLKit SQLColumn.swift
[676/769] Compiling SQLKit SQLConstraint.swift
[677/769] Compiling SQLKit SQLDataType.swift
[678/769] Compiling SQLKit SQLDirection.swift
[679/769] Compiling NIOPosix ThreadPosix.swift
[680/769] Compiling NIOPosix ThreadWindows.swift
[681/769] Compiling NIOPosix UnsafeTransfer.swift
[682/769] Compiling NIOPosix Utilities.swift
[683/769] Compiling NIOPosix VsockAddress.swift
[685/769] Compiling SQLKit SQLQueryBuilder.swift
[686/769] Compiling SQLKit SQLQueryFetcher.swift
[687/769] Compiling SQLKit SQLReturningBuilder.swift
[688/769] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[689/769] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[690/769] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[691/769] Compiling SQLKit SQLDatabase.swift
[692/769] Compiling SQLKit SQLDatabaseReportedVersion.swift
[693/769] Compiling SQLKit SQLDialect.swift
[694/769] Compiling SQLKit SQLDatabase+Deprecated.swift
[695/769] Compiling SQLKit SQLError.swift
[696/769] Compiling SQLKit SQLExpressions+Deprecated.swift
[697/769] Compiling SQLKit SQLPredicateGroupBuilder.swift
[698/769] Compiling SQLKit SQLRawBuilder.swift
[699/769] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[700/769] Compiling SQLKit SQLSelectBuilder.swift
[701/769] Compiling SQLKit SQLSubqueryBuilder.swift
[702/769] Compiling SQLKit SQLUnionBuilder.swift
[703/769] Compiling SQLKit SQLUpdateBuilder.swift
[704/769] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[705/769] Compiling SQLKit SQLColumnUpdateBuilder.swift
[706/769] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[707/769] Compiling SQLKit SQLCommonUnionBuilder.swift
[708/769] Compiling SQLKit SQLJoinBuilder.swift
[709/769] Compiling SQLKit SQLPartialResultBuilder.swift
[710/769] Emitting module SQLKit
[716/769] Compiling NIOPosix VsockChannelEvents.swift
[736/769] Compiling SQLKit SQLFunction.swift
[737/769] Compiling SQLKit SQLGroupExpression.swift
[738/769] Compiling SQLKit SQLIdentifier.swift
[739/769] Compiling SQLKit SQLList.swift
[740/769] Compiling SQLKit SQLLiteral.swift
[741/769] Compiling SQLKit SQLRaw.swift
[742/769] Compiling SQLKit SQLCodingUtilities.swift
[743/769] Compiling SQLKit SQLQueryEncoder.swift
[744/769] Compiling SQLKit SQLRow.swift
[745/769] Compiling SQLKit SQLRowDecoder.swift
[746/769] Compiling SQLKit SomeCodingKey.swift
[747/769] Compiling SQLKit StringHandling.swift
[762/770] Emitting module NIOPosix
[772/773] Emitting module NIO
[773/773] Compiling NIO Exports.swift
[775/877] Compiling FluentKit Siblings+Concurrency.swift
[776/877] Compiling FluentKit Database+Logging.swift
[777/879] Emitting module NIOHTTP1
[778/879] Compiling FluentKit Parent+Concurrency.swift
[779/879] Compiling FluentKit QueryBuilder+Concurrency.swift
[780/879] Compiling FluentKit AsyncMigration.swift
[781/879] Compiling FluentKit AsyncModelMiddleware.swift
[782/879] Emitting module FluentKit
[783/891] Compiling FluentKit Model+Concurrency.swift
[784/891] Compiling FluentKit ModelResponder+Concurrency.swift
[785/891] Compiling FluentKit OptionalChild+Concurrency.swift
[786/891] Compiling FluentKit OptionalParent+Concurrency.swift
[787/891] Compiling FluentKit Relation+Concurrency.swift
[788/891] Compiling FluentKit SchemaBuilder+Concurrency.swift
[789/891] Compiling FluentKit OptionalEnumProperty.swift
[790/891] Compiling FluentKit Exports.swift
[791/891] Compiling FluentKit FluentError.swift
[792/891] Compiling FluentKit ModelMiddleware.swift
[793/891] Compiling FluentKit ModelResponder.swift
[794/891] Compiling FluentKit Migration.swift
[795/891] Compiling FluentKit MigrationLog.swift
[796/891] Compiling FluentKit Migrations.swift
[797/891] Compiling FluentKit Migrator.swift
[798/891] Compiling FluentKit AnyModel.swift
[799/891] Compiling FluentKit EagerLoad.swift
[800/891] Compiling FluentKit Fields+Codable.swift
[801/891] Compiling FluentKit Fields.swift
[802/891] Compiling FluentKit MirrorBypass.swift
[803/891] Compiling FluentKit Model+CRUD.swift
[804/891] Compiling FluentKit Model.swift
[805/891] Compiling FluentKit ModelAlias.swift
[806/891] Compiling FluentKit Schema.swift
[807/891] Compiling FluentKit FieldOperators.swift
[808/891] Compiling FluentKit Operators.swift
[809/891] Compiling FluentKit ValueOperators+Array.swift
[810/891] Compiling FluentKit ValueOperators+String.swift
[811/891] Compiling FluentKit ValueOperators.swift
[812/891] Compiling FluentKit Boolean.swift
[813/891] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[814/891] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[819/891] Compiling FluentKit DatabaseInput.swift
[820/891] Compiling FluentKit DatabaseOutput.swift
[821/891] Compiling FluentKit Databases.swift
[822/891] Compiling FluentKit KeyPrefixingStrategy.swift
[823/891] Compiling FluentKit TransactionControlDatabase.swift
[824/891] Compiling FluentKit DatabaseEnum.swift
[825/891] Compiling FluentKit EnumBuilder.swift
[826/891] Compiling FluentKit EnumMetadata.swift
[827/891] Compiling FluentKit EnumProperty.swift
[830/891] Compiling FluentKit Children+Concurrency.swift
[831/891] Compiling FluentKit Database+Concurrency.swift
[832/891] Compiling FluentKit EnumBuilder+Concurrency.swift
[845/892] Compiling FluentKit QueryBuilder+Group.swift
[846/892] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[847/892] Compiling FluentKit QueryBuilder+Join.swift
[848/892] Compiling FluentKit QueryBuilder+Paginate.swift
[849/892] Compiling FluentKit QueryBuilder+Range.swift
[850/892] Compiling FluentKit QueryBuilder+Set.swift
[851/892] Compiling FluentKit QueryBuilder+Sort.swift
[852/892] Compiling FluentKit QueryBuilder.swift
[853/892] Compiling FluentKit DatabaseQuery+Action.swift
[854/892] Compiling FluentKit DatabaseQuery+Aggregate.swift
[855/892] Compiling FluentKit DatabaseQuery+Field.swift
[856/892] Compiling FluentKit DatabaseQuery+Filter.swift
[857/914] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[858/914] Compiling NIOExtras NIOExtrasError.swift
[859/916] Compiling FluentKit DatabaseQuery+Join.swift
[860/916] Compiling FluentKit DatabaseQuery+Range.swift
[861/916] Compiling FluentKit DatabaseQuery+Sort.swift
[862/916] Compiling FluentKit DatabaseQuery+Value.swift
[863/916] Compiling FluentKit DatabaseQuery.swift
[864/916] Compiling FluentKit QueryHistory.swift
[865/916] Compiling FluentKit DatabaseSchema.swift
[866/916] Compiling FluentKit SchemaBuilder.swift
[867/916] Compiling FluentKit OptionalType.swift
[868/916] Compiling FluentKit RandomGeneratable.swift
[869/916] Compiling FluentKit SomeCodingKey.swift
[870/916] Compiling FluentKit UnsafeMutableTransferBox.swift
[871/916] Emitting module NIOHTTPTypesHTTP1
[872/916] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[873/916] Compiling FluentKit OptionalChild.swift
[874/916] Compiling FluentKit OptionalField.swift
[875/916] Compiling FluentKit OptionalParent.swift
[876/916] Compiling FluentKit Parent.swift
[877/916] Compiling FluentKit Property.swift
[878/916] Compiling FluentKit Relation.swift
[879/916] Compiling FluentKit Siblings.swift
[880/916] Compiling FluentKit Timestamp.swift
[881/916] Compiling FluentKit TimestampFormat.swift
[882/916] Compiling FluentKit QueryBuilder+Aggregate.swift
[883/916] Compiling FluentKit QueryBuilder+EagerLoad.swift
[884/916] Compiling FluentKit QueryBuilder+Filter.swift
[885/916] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[886/916] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[887/917] Compiling FluentKit BooleanPropertyFormat.swift
[888/917] Compiling FluentKit Children.swift
[889/917] Compiling FluentKit CompositeChildren.swift
[890/917] Compiling FluentKit CompositeID.swift
[891/917] Compiling FluentKit CompositeOptionalChild.swift
[892/917] Compiling FluentKit CompositeOptionalParent.swift
[893/917] Compiling FluentKit CompositeParent.swift
[894/917] Compiling FluentKit Field.swift
[895/917] Compiling FluentKit FieldKey.swift
[896/917] Compiling FluentKit Group.swift
[897/917] Compiling FluentKit ID.swift
[898/917] Compiling FluentKit OptionalBoolean.swift
[899/917] Compiling NIOExtras RequestResponseHandler.swift
[900/917] Compiling NIOExtras RequestResponseHandlers+State.swift
[901/918] Emitting module NIOExtras
[904/918] Compiling NIOExtras PCAPRingBuffer.swift
[905/918] Compiling NIOExtras QuiescingHelper.swift
[906/918] Compiling NIOExtras DebugInboundEventsHandler.swift
[907/918] Compiling NIOExtras DebugOutboundEventsHandler.swift
[908/918] Compiling NIOExtras FixedLengthFrameDecoder.swift
[909/918] Compiling NIOExtras NIOLengthFieldBitLength.swift
[910/918] Compiling NIOExtras NIORequestIdentifiable.swift
[911/918] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[912/918] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[913/918] Compiling NIOExtras JSONRPCFraming.swift
[914/918] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[915/918] Compiling NIOExtras LengthFieldPrepender.swift
[916/918] Compiling NIOExtras LineBasedFrameDecoder.swift
[917/918] Compiling NIOExtras RequestResponseWithIDHandler.swift
[918/918] Compiling NIOExtras WritePCAPHandler.swift
[920/944] 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
[921/944] 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
[922/944] 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
[923/944] 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
[924/944] 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
[925/944] 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
[926/944] 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
[927/947] 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
[928/947] 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
[929/947] 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
[930/947] 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
[931/947] 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
[932/947] 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
[933/947] 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
[934/947] 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
[935/947] 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
[936/947] 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
[937/947] 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
[938/947] 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
[939/947] 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
[940/947] 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
[941/947] 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
[942/947] 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
[943/947] 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
[944/947] 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
[945/947] Compiling HummingbirdCore SendableMetatype.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
[946/947] 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
[947/947] 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
[949/1012] 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
[950/1012] 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
[951/1012] 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
[952/1012] 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
[953/1012] 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
[954/1012] 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
[955/1012] 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
[956/1012] 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
[957/1012] 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
[958/1012] 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
[959/1012] 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
[960/1012] 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
[961/1012] 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
[962/1012] 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
[963/1012] 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
[964/1012] 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
[965/1012] 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
[966/1012] 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
[967/1012] 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
[968/1012] 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
[969/1012] 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
[970/1012] 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
[971/1012] 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
[972/1012] 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
[973/1012] 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
[974/1012] 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
[975/1012] 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
[976/1021] 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
[977/1021] 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
[978/1021] 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
[979/1021] 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
[980/1021] 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
[981/1021] 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
[982/1021] 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
[983/1021] 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
[984/1021] 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
[985/1021] 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
[986/1021] 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
[987/1021] 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
[988/1021] 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
[989/1021] 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
[990/1021] 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
[991/1021] 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
[992/1021] 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
[993/1021] 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
[994/1021] 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
[995/1021] 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
[996/1021] 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
[997/1021] 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
[998/1021] 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
[999/1021] 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
[1000/1021] 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
[1001/1021] 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
[1002/1021] 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
[1003/1021] 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
[1004/1021] 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
[1005/1021] 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
[1006/1021] 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
[1007/1021] 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
[1008/1021] 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
[1009/1021] 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
[1010/1021] 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
[1011/1021] 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
[1012/1021] 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
[1013/1021] 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
[1014/1021] 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
[1015/1021] 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
[1016/1021] 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
[1017/1021] 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
[1018/1021] 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
[1019/1021] 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
[1020/1021] 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
[1021/1021] 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
[1023/1026] Emitting module HummingbirdFluent
[1024/1026] Compiling HummingbirdFluent Deprecations.swift
[1025/1026] Compiling HummingbirdFluent Fluent.swift
[1026/1026] Compiling HummingbirdFluent Persist+fluent.swift
Build complete! (244.36s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.49.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "hummingbird-fluent",
"name" : "hummingbird-fluent",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdFluent",
"targets" : [
"HummingbirdFluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdFluentTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdFluentTests",
"path" : "Tests/HummingbirdFluentTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"sources" : [
"FluentTests.swift",
"PersistTests.swift"
],
"target_dependencies" : [
"HummingbirdFluent"
],
"type" : "test"
},
{
"c99name" : "HummingbirdFluent",
"module_type" : "SwiftTarget",
"name" : "HummingbirdFluent",
"path" : "Sources/HummingbirdFluent",
"product_dependencies" : [
"AsyncAlgorithms",
"FluentKit",
"Hummingbird",
"ServiceLifecycle"
],
"product_memberships" : [
"HummingbirdFluent"
],
"sources" : [
"Deprecations.swift",
"Fluent.swift",
"Persist+fluent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.