Build Information
Successful build of hummingbird-fluent, reference 2.0.0 (45459e
), with Swift 6.1 for Linux on 30 Apr 2025 07:48:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-fluent.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-fluent
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 45459ea Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#35)
Cloned https://github.com/hummingbird-project/hummingbird-fluent.git
Revision (git rev-parse @):
45459ea5b541c6a96b87d1be848e384593b7dde3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-fluent.git at 2.0.0
========================================
Build
========================================
Selected platform: linux
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/vapor/fluent-kit.git
[1/2394] Fetching swift-service-lifecycle
[744/3741] Fetching swift-service-lifecycle, fluent-sqlite-driver
[3431/16985] Fetching swift-service-lifecycle, fluent-sqlite-driver, fluent-kit
[4537/41408] Fetching swift-service-lifecycle, fluent-sqlite-driver, fluent-kit, hummingbird
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.11s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.11s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.10s)
[7327/24423] Fetching hummingbird
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.99s)
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
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.47s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.02s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.00s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[547/8353] Fetching async-kit, sql-kit
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetched https://github.com/vapor/async-kit.git from cache (0.57s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.83s)
[1/1496] Fetching sqlite-nio
[2/77057] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (8.08s)
Fetched https://github.com/apple/swift-nio.git from cache (8.22s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (9.61s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (3.02s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.62s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.23s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[1224/6072] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
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.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.53s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.95s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (1.96s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2619] Fetching swift-nio-transport-services
[2/7593] Fetching swift-nio-transport-services, swift-distributed-tracing
[1175/13255] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras
[9580/24759] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[11792/38650] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client
[11988/53459] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.58s)
Fetching https://github.com/apple/swift-metrics.git
[15276/50840] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
[27854/53046] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (1.22s)
[43436/50840] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[47139/51744] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.49s)
[48175/50840] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.43s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.32s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.32s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.33s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.34s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (3.95s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.87s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.34s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.18s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.80s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.50s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
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.87s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.60s)
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.30.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Building for debugging...
[0/49] Write sources
[35/49] Compiling CNIOWindows WSAStartup.c
[36/49] Compiling CNIOWindows shim.c
[37/49] Compiling CNIOWASI CNIOWASI.c
[38/49] Compiling CNIOLinux liburing_shims.c
[38/49] Compiling _AtomicsShims.c
[40/49] Compiling CNIODarwin shim.c
[40/49] Write sources
[42/49] Compiling CNIOLLHTTP c_nio_http.c
[43/49] Compiling CNIOLinux shim.c
[44/49] Compiling CNIOLLHTTP c_nio_api.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/88] Emitting module Logging
[48/88] Compiling c-nioatomics.c
[50/91] Compiling ServiceContextModule ServiceContextKey.swift
[50/91] Compiling c-atomics.c
[52/91] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/91] Compiling InternalCollectionsUtilities Specialize.swift
[54/93] Compiling HTTPTypes ISOLatin1String.swift
[55/94] Compiling InternalCollectionsUtilities UInt+reversed.swift
[56/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[57/94] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/94] Compiling InternalCollectionsUtilities Integer rank.swift
[59/94] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/94] Emitting module InternalCollectionsUtilities
[63/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[64/94] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[65/94] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[66/94] Emitting module ServiceContextModule
[67/94] Compiling ServiceContextModule ServiceContext.swift
[68/95] Compiling _NIODataStructures _TinyArray.swift
[69/95] Emitting module _NIOBase64
[70/95] Compiling _NIOBase64 Base64.swift
[71/96] Compiling HTTPTypes HTTPResponse.swift
[72/96] Compiling HTTPTypes HTTPRequest.swift
[73/96] Compiling _NIODataStructures PriorityQueue.swift
[74/96] Compiling HTTPTypes HTTPParsedFields.swift
[75/96] Compiling Logging LogHandler.swift
[76/96] Compiling InternalCollectionsUtilities Debugging.swift
[77/96] Compiling InternalCollectionsUtilities Descriptions.swift
[78/96] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/96] Emitting module HTTPTypes
[83/99] Compiling ConcurrencyHelpers LockedValueBox.swift
[84/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/112] Compiling Instrumentation InstrumentationSystem.swift
[88/112] Compiling Instrumentation Instrument.swift
[89/112] Emitting module Instrumentation
[90/112] Compiling Instrumentation MultiplexInstrument.swift
[91/112] Compiling Instrumentation NoOpInstrument.swift
[92/180] Compiling CoreMetrics Metrics.swift
[93/180] Emitting module CoreMetrics
[94/180] Compiling CoreMetrics Locks.swift
[96/181] Emitting module ConcurrencyHelpers
[97/181] Compiling ConcurrencyHelpers Lock.swift
[99/182] Compiling Instrumentation Locks.swift
[100/183] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/183] Compiling NIOConcurrencyHelpers lock.swift
[102/183] Emitting module NIOConcurrencyHelpers
[103/183] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/183] Compiling HTTPTypes NIOLock.swift
[105/183] Compiling Logging MetadataProvider.swift
[106/183] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[107/183] Compiling NIOConcurrencyHelpers atomics.swift
[108/183] Compiling Logging Locks.swift
[109/184] Compiling Logging Logging.swift
[110/184] Emitting module _NIODataStructures
[111/184] Compiling _NIODataStructures Heap.swift
[116/337] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[117/337] Compiling HeapModule Heap+Descriptions.swift
[118/337] Compiling HashTreeCollections _HashNode+Structural merge.swift
[119/337] Compiling HashTreeCollections _HashTreeIterator.swift
[120/337] Compiling HashTreeCollections _HashTreeStatistics.swift
[121/337] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[122/337] Compiling HashTreeCollections _RawHashNode.swift
[123/337] Compiling HashTreeCollections _UnmanagedHashNode.swift
[124/337] Compiling HashTreeCollections _UnsafePath.swift
[125/339] Compiling Tracing TracingTime.swift
[126/344] Emitting module UnixSignals
[127/344] Compiling HeapModule Heap.swift
[128/344] Compiling HeapModule _HeapNode.swift
[129/344] Compiling Tracing TracerProtocol.swift
[130/344] Emitting module Tracing
[131/344] Compiling Tracing InstrumentationSystem+Tracing.swift
[132/344] Emitting module HeapModule
[133/344] Compiling HeapModule Heap+Invariants.swift
[134/344] Compiling HeapModule Heap+UnsafeHandle.swift
[135/345] Compiling Tracing TracerProtocol+Legacy.swift
[136/345] Compiling Tracing Tracer.swift
[137/345] Compiling UnixSignals UnixSignal.swift
[138/345] Compiling UnixSignals UnixSignalsSequence.swift
[139/345] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[140/345] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[141/345] Compiling HashTreeCollections TreeDictionary+Keys.swift
[142/345] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[143/345] Compiling HashTreeCollections TreeDictionary+Merge.swift
[144/345] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[145/345] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[147/346] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[148/346] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[149/346] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[150/346] Compiling HashTreeCollections _HashNode+Structural union.swift
[151/346] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[152/346] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[153/346] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[154/346] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[155/346] Compiling HashTreeCollections _HashNode.swift
[156/346] Compiling HashTreeCollections _HashNodeHeader.swift
[158/355] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[159/355] Compiling OrderedCollections OrderedSet.swift
[160/355] Compiling OrderedCollections _UnsafeBitset.swift
[161/355] Compiling HashTreeCollections TreeSet+Equatable.swift
[162/355] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[163/355] Compiling HashTreeCollections TreeSet+Extras.swift
[164/355] Compiling HashTreeCollections TreeSet+Filter.swift
[165/355] Compiling HashTreeCollections TreeSet+Hashable.swift
[166/355] Compiling HashTreeCollections TreeSet+Sendable.swift
[172/355] Compiling OrderedCollections OrderedSet+Sendable.swift
[173/355] Compiling OrderedCollections OrderedSet+SubSequence.swift
[174/355] Compiling OrderedCollections OrderedSet+Testing.swift
[175/355] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/355] Compiling _RopeModule Rope+Join.swift
[179/355] Compiling _RopeModule Rope+MutatingForEach.swift
[180/355] Compiling _RopeModule Rope+Remove.swift
[181/355] Compiling _RopeModule Rope+RemoveSubrange.swift
[182/355] Compiling _RopeModule Rope+Split.swift
[183/355] Compiling _RopeModule Optional Utilities.swift
[184/355] Compiling _RopeModule String Utilities.swift
[185/355] Compiling _RopeModule String.Index+ABI.swift
[186/355] Compiling HashTreeCollections _HashSlot.swift
[187/355] Compiling HashTreeCollections _HashStack.swift
[188/355] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[189/355] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[190/355] Compiling HashTreeCollections _HashNode+Storage.swift
[191/355] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[192/355] Compiling HashTreeCollections _HashNode+Structural filter.swift
[193/355] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[194/355] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[195/355] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[204/365] Compiling HashTreeCollections _HashNode+Invariants.swift
[205/365] Compiling HashTreeCollections _HashNode+Lookups.swift
[212/365] Compiling Tracing SpanProtocol.swift
[213/365] Compiling Tracing NoOpTracer.swift
[220/366] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[221/366] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[222/366] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/366] Compiling HashTreeCollections TreeDictionary+Collection.swift
[224/366] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[225/366] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[226/366] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[227/366] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[228/366] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[229/366] Compiling HashTreeCollections TreeDictionary+Filter.swift
[230/381] Compiling DequeModule Deque+Codable.swift
[231/381] Compiling DequeModule Deque+Collection.swift
[232/381] Compiling DequeModule Deque+CustomReflectable.swift
[233/381] Compiling DequeModule Deque+Descriptions.swift
[234/381] Compiling DequeModule Deque+Testing.swift
[235/381] Compiling DequeModule Deque._Storage.swift
[236/381] Compiling DequeModule Deque+Equatable.swift
[237/381] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[238/381] Compiling DequeModule Deque._UnsafeHandle.swift
[239/381] Compiling DequeModule Deque.swift
[251/434] Compiling BitCollections BitArray+Copy.swift
[252/434] Compiling BitCollections BitArray+CustomReflectable.swift
[253/436] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[254/436] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[255/436] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[256/436] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[257/436] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[258/436] Compiling BitCollections BitSet+SetAlgebra union.swift
[259/436] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[260/436] Compiling BitCollections BitSet.Counted.swift
[264/455] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[265/455] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[266/455] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[267/455] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[268/455] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[269/455] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[270/455] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[271/455] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[272/455] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[273/455] Compiling HashTreeCollections TreeSet.swift
[274/455] Compiling Atomics IntegerConformances.swift
[275/455] Compiling Atomics PointerConformances.swift
[276/455] Compiling Atomics Primitives.native.swift
[277/455] Compiling Atomics Primitives.shims.swift
[278/455] Compiling Atomics AtomicInteger.swift
[279/455] Compiling Atomics AtomicOptionalWrappable.swift
[280/455] Compiling Atomics OptionalRawRepresentable.swift
[281/455] Compiling Atomics RawRepresentable.swift
[286/455] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[287/455] Compiling BitCollections BitSet+CustomReflectable.swift
[288/455] Compiling BitCollections BitSet+CustomStringConvertible.swift
[289/455] Compiling BitCollections BitSet+Equatable.swift
[290/455] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[291/455] Compiling BitCollections BitSet+Extras.swift
[292/455] Compiling BitCollections BitSet+Hashable.swift
[293/462] Compiling Atomics ManagedAtomic.swift
[294/462] Compiling Atomics ManagedAtomicLazyReference.swift
[295/462] Compiling Atomics UnsafeAtomic.swift
[296/462] Compiling Atomics UnsafeAtomicLazyReference.swift
[297/464] Compiling BitCollections BitSet.swift
[298/464] Compiling BitCollections Range+Utilities.swift
[299/464] Compiling BitCollections Slice+Utilities.swift
[300/464] Compiling BitCollections UInt+Tricks.swift
[301/464] Compiling BitCollections _Word.swift
[304/464] Compiling Atomics AtomicMemoryOrderings.swift
[305/464] Compiling Atomics DoubleWord.swift
[315/464] Compiling BitCollections BitSet+Random.swift
[316/464] Compiling BitCollections BitSet+SetAlgebra basics.swift
[317/464] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[318/464] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[319/464] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[320/464] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[321/464] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[322/464] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[323/464] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[324/464] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[325/464] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[328/464] Compiling Atomics AtomicStorage.swift
[329/464] Compiling Atomics AtomicValue.swift
[332/464] Compiling Atomics AtomicBool.swift
[333/464] Compiling Atomics AtomicReference.swift
[334/464] Compiling HTTPTypes HTTPFields.swift
[335/464] Compiling HTTPTypes HTTPFieldName.swift
[336/464] Compiling HTTPTypes HTTPField.swift
[337/465] Emitting module BitCollections
[345/465] Compiling BitCollections BitSet+Initializers.swift
[346/465] Compiling BitCollections BitSet+Invariants.swift
[352/465] Compiling Atomics IntegerOperations.swift
[353/465] Compiling Atomics Unmanaged extensions.swift
[364/465] Emitting module _RopeModule
[365/465] Compiling BitCollections BitSet.Index.swift
[366/465] Compiling BitCollections BitSet._UnsafeHandle.swift
[392/465] Compiling BitCollections BitArray._UnsafeHandle.swift
[393/465] Compiling BitCollections BitArray.swift
[394/465] Compiling BitCollections BitSet+BidirectionalCollection.swift
[395/465] Compiling BitCollections BitSet+Codable.swift
[396/465] Emitting module OrderedCollections
[397/466] Emitting module DequeModule
[462/489] Emitting module Metrics
[463/489] Compiling Metrics Metrics.swift
[466/515] Emitting module Atomics
[467/515] Emitting module HashTreeCollections
[469/516] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[470/516] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[471/516] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[472/516] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[473/516] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[474/516] Compiling AsyncAlgorithms MergeStateMachine.swift
[475/516] Compiling AsyncAlgorithms MergeStorage.swift
[476/516] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[477/516] Compiling AsyncAlgorithms Rethrow.swift
[478/523] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[479/523] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[480/523] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[481/523] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[482/523] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[483/523] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[485/525] Emitting module AsyncAlgorithms
[486/584] Emitting module Collections
[487/584] Compiling Collections Collections.swift
[488/585] Compiling NIOCore EventLoop+Deprecated.swift
[489/585] Compiling NIOCore EventLoop+SerialExecutor.swift
[490/585] Compiling NIOCore ByteBuffer-multi-int.swift
[491/585] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[492/585] Compiling NIOCore ByteBuffer-views.swift
[493/585] Compiling NIOCore Channel.swift
[494/585] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[495/585] Compiling NIOCore NIOAsyncWriter.swift
[496/585] Compiling NIOCore GlobalSingletons.swift
[497/585] Compiling NIOCore IO.swift
[498/585] Compiling NIOCore IOData.swift
[499/585] Compiling NIOCore IPProtocol.swift
[500/585] Compiling NIOCore IntegerBitPacking.swift
[501/585] Compiling NIOCore AddressedEnvelope.swift
[502/585] Compiling NIOCore AsyncAwaitSupport.swift
[503/585] Compiling NIOCore AsyncChannel.swift
[504/585] Compiling NIOCore AsyncChannelHandler.swift
[505/585] Compiling NIOCore AsyncChannelInboundStream.swift
[506/585] Compiling NIOCore AsyncChannelOutboundWriter.swift
[507/585] Compiling NIOCore NIOAsyncSequenceProducer.swift
[509/585] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[510/585] Compiling NIOCore ByteBuffer-conversions.swift
[511/585] Compiling NIOCore ByteBuffer-core.swift
[512/585] Compiling NIOCore ByteBuffer-hex.swift
[513/585] Compiling NIOCore ByteBuffer-int.swift
[514/585] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[515/585] Compiling NIOCore ChannelPipeline.swift
[516/585] Compiling NIOCore CircularBuffer.swift
[517/585] Compiling NIOCore Codec.swift
[518/585] Compiling NIOCore ConvenienceOptionSupport.swift
[519/585] Compiling NIOCore DeadChannel.swift
[520/585] Compiling NIOCore DispatchQueue+WithFuture.swift
[521/585] Compiling NIOCore NIOAny.swift
[522/585] Compiling NIOCore NIOCloseOnErrorHandler.swift
[523/585] Compiling NIOCore NIOLoopBound.swift
[524/585] Compiling NIOCore NIOScheduledCallback.swift
[525/585] Compiling NIOCore NIOSendable.swift
[526/585] Compiling NIOCore RecvByteBufferAllocator.swift
[533/586] Compiling NIOCore IntegerTypes.swift
[534/586] Compiling NIOCore Interfaces.swift
[535/586] Compiling NIOCore Linux.swift
[536/594] Compiling NIOCore MarkedCircularBuffer.swift
[537/594] Compiling NIOCore MulticastChannel.swift
[544/602] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[545/603] Compiling ServiceLifecycle GracefulShutdown.swift
[546/603] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[547/603] Compiling ServiceLifecycle CancellationWaiter.swift
[548/603] Compiling ServiceLifecycle ServiceRunnerError.swift
[549/603] Emitting module ServiceLifecycle
[550/603] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[560/603] Compiling ServiceLifecycle Service.swift
[561/603] Compiling ServiceLifecycle ServiceGroup.swift
[563/604] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[564/604] Compiling NIOCore SocketAddresses.swift
[565/604] Compiling NIOCore SocketOptionProvider.swift
[566/604] Compiling NIOCore SystemCallHelpers.swift
[567/604] Compiling NIOCore TimeAmount+Duration.swift
[568/604] Compiling NIOCore TypeAssistedChannelHandler.swift
[569/604] Compiling NIOCore UniversalBootstrapSupport.swift
[570/604] Compiling NIOCore Utilities.swift
[571/604] Compiling NIOCore EventLoop.swift
[572/604] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[573/604] Compiling NIOCore EventLoopFuture+Deprecated.swift
[574/604] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[575/604] Compiling NIOCore EventLoopFuture.swift
[576/604] Compiling NIOCore FileDescriptor.swift
[577/604] Compiling NIOCore FileHandle.swift
[578/604] Compiling NIOCore FileRegion.swift
[579/604] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[580/604] Compiling NIOCore BSDSocketAPI.swift
[581/604] Compiling NIOCore ByteBuffer-aux.swift
[592/604] Compiling NIOCore ChannelHandler.swift
[593/604] Compiling NIOCore ChannelHandlers.swift
[594/604] Compiling NIOCore ChannelInvoker.swift
[595/604] Compiling NIOCore ChannelOption.swift
[604/604] Emitting module NIOCore
[606/658] Emitting module NIOHTTPTypes
[607/658] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[609/659] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[610/659] Compiling NIOEmbedded AsyncTestingChannel.swift
[611/659] Emitting module NIOEmbedded
[612/659] Compiling NIOEmbedded Embedded.swift
[614/660] Compiling NIOPosix IO.swift
[615/660] Compiling NIOPosix IntegerBitPacking.swift
[616/660] Compiling NIOPosix IntegerTypes.swift
[617/660] Compiling NIOPosix Linux.swift
[618/660] Compiling NIOPosix LinuxCPUSet.swift
[619/660] Compiling NIOPosix LinuxUring.swift
[620/660] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[621/666] Compiling NIOPosix ServerSocket.swift
[622/666] Compiling NIOPosix Socket.swift
[623/666] Compiling NIOPosix SocketChannel.swift
[624/666] Compiling NIOPosix SocketProtocols.swift
[625/666] Compiling NIOPosix System.swift
[626/666] Compiling NIOPosix Thread.swift
[627/666] Compiling NIOPosix ThreadPosix.swift
[628/666] Compiling NIOPosix ThreadWindows.swift
[629/666] Compiling NIOPosix UnsafeTransfer.swift
[630/666] Compiling NIOPosix Utilities.swift
[631/666] Compiling NIOPosix VsockAddress.swift
[632/666] Compiling NIOPosix VsockChannelEvents.swift
[633/666] Compiling NIOPosix PooledRecvBufferAllocator.swift
[634/666] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[635/666] Compiling NIOPosix PosixSingletons.swift
[636/666] Compiling NIOPosix RawSocketBootstrap.swift
[637/666] Compiling NIOPosix Resolver.swift
[638/666] Compiling NIOPosix Selectable.swift
[639/666] Compiling NIOPosix SelectableChannel.swift
[640/666] Compiling NIOPosix SelectableEventLoop.swift
[641/666] Compiling NIOPosix SelectorEpoll.swift
[642/666] Compiling NIOPosix SelectorGeneric.swift
[643/666] Compiling NIOPosix SelectorKqueue.swift
[644/666] Compiling NIOPosix SelectorUring.swift
[645/666] Compiling NIOPosix BSDSocketAPICommon.swift
[646/666] Compiling NIOPosix BSDSocketAPIPosix.swift
[647/666] Compiling NIOPosix BSDSocketAPIWindows.swift
[648/666] Compiling NIOPosix BaseSocket.swift
[649/666] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[650/666] Compiling NIOPosix BaseSocketChannel.swift
[651/666] Compiling NIOPosix BaseStreamSocketChannel.swift
[652/666] Emitting module NIOPosix
[653/666] Compiling NIOPosix Bootstrap.swift
[654/666] Compiling NIOPosix ControlMessage.swift
[655/666] Compiling NIOPosix DatagramVectorReadManager.swift
[656/666] Compiling NIOPosix Errors+Any.swift
[657/666] Compiling NIOPosix FileDescriptor.swift
[658/666] Compiling NIOPosix GetaddrinfoResolver.swift
[659/666] Compiling NIOPosix HappyEyeballs.swift
[660/666] Compiling NIOPosix NIOThreadPool.swift
[661/666] Compiling NIOPosix NonBlockingFileIO.swift
[662/666] Compiling NIOPosix PendingDatagramWritesManager.swift
[663/666] Compiling NIOPosix PendingWritesManager.swift
[664/666] Compiling NIOPosix PipeChannel.swift
[665/666] Compiling NIOPosix PipePair.swift
[666/666] Compiling NIOPosix Pool.swift
[668/669] Emitting module NIO
[669/669] Compiling NIO Exports.swift
[671/778] Compiling SQLKit SQLDropTriggerBuilder.swift
[672/778] Compiling SQLKit SQLInsertBuilder.swift
[673/780] Compiling SQLKit SQLPredicateGroupBuilder.swift
[674/780] Compiling SQLKit SQLRawBuilder.swift
[675/780] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[676/780] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[677/780] Compiling SQLKit SQLSubqueryBuilder.swift
[678/780] Compiling SQLKit SQLUnionBuilder.swift
[679/780] Compiling SQLKit SQLUpdateBuilder.swift
[680/780] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[681/780] Compiling SQLKit SQLColumnUpdateBuilder.swift
[682/780] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[683/780] Compiling SQLKit SQLCommonUnionBuilder.swift
[684/780] Compiling SQLKit SQLJoinBuilder.swift
[685/780] Compiling SQLKit SQLPartialResultBuilder.swift
[688/786] Compiling SQLKit SQLDeleteBuilder.swift
[689/786] Compiling SQLKit SQLDropEnumBuilder.swift
[690/786] Compiling SQLKit SQLDropIndexBuilder.swift
[691/786] Compiling SQLKit SQLDropTableBuilder.swift
[692/786] Compiling SQLKit SQLCreateTableBuilder.swift
[693/786] Compiling SQLKit SQLCreateTriggerBuilder.swift
[694/792] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[695/792] Compiling SQLKit Exports.swift
[696/792] Compiling SQLKit SQLAlias.swift
[697/792] Compiling SQLKit SQLBetween.swift
[698/792] Compiling SQLKit SQLColumn.swift
[699/792] Compiling SQLKit SQLConstraint.swift
[700/792] Compiling SQLKit SQLDataType.swift
[701/792] Compiling SQLKit SQLDirection.swift
[702/792] Compiling SQLKit SQLDistinct.swift
[703/792] Compiling SQLKit SQLForeignKeyAction.swift
[704/792] Compiling SQLKit SQLNestedSubpathExpression.swift
[705/792] Compiling SQLKit SQLQualifiedTable.swift
[706/792] Compiling SQLKit SQLQueryString.swift
[707/792] Compiling SQLKit SQLDropIndex.swift
[708/792] Compiling SQLKit SQLDropTable.swift
[709/792] Compiling SQLKit SQLDropTrigger.swift
[710/792] Compiling SQLKit SQLInsert.swift
[711/792] Compiling SQLKit SQLSelect.swift
[712/792] Compiling SQLKit SQLUnion.swift
[713/792] Compiling SQLKit SQLUpdate.swift
[714/792] Compiling SQLKit SQLExpression.swift
[715/792] Compiling SQLKit SQLSerializer.swift
[716/792] Compiling SQLKit SQLStatement.swift
[717/792] Compiling SQLKit SQLBinaryExpression.swift
[718/792] Compiling SQLKit SQLBinaryOperator.swift
[719/792] Compiling SQLKit SQLBind.swift
[722/792] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[723/792] Compiling SQLKit SQLColumnAssignment.swift
[724/792] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[725/792] Compiling SQLKit SQLColumnDefinition.swift
[726/792] Compiling SQLKit SQLCommonTableExpression.swift
[727/792] Compiling SQLKit SQLConflictAction.swift
[728/792] Compiling SQLKit SQLConflictResolutionStrategy.swift
[729/792] Compiling SQLKit SQLDropBehaviour.swift
[730/792] Compiling SQLKit SQLEnumDataType.swift
[731/792] Compiling SQLKit SQLExcludedColumn.swift
[732/792] Compiling SQLKit SQLForeignKey.swift
[733/792] Compiling SQLKit SQLJoin.swift
[734/792] Compiling SQLKit SQLJoinMethod.swift
[735/792] Compiling SQLKit SQLLockingClause.swift
[736/792] Compiling SQLKit SQLOrderBy.swift
[737/792] Compiling SQLKit SQLReturning.swift
[738/792] Compiling SQLKit SQLSubquery.swift
[739/792] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[740/792] Compiling SQLKit SQLAlterEnum.swift
[741/792] Compiling SQLKit SQLAlterTable.swift
[742/792] Compiling SQLKit SQLCreateEnum.swift
[743/792] Compiling SQLKit SQLCreateIndex.swift
[744/792] Compiling SQLKit SQLCreateTable.swift
[745/792] Compiling SQLKit SQLCreateTrigger.swift
[746/792] Compiling SQLKit SQLDelete.swift
[747/792] Compiling SQLKit SQLDropEnum.swift
[748/792] Compiling SQLKit SQLAlterEnumBuilder.swift
[749/792] Compiling SQLKit SQLAlterTableBuilder.swift
[750/792] Compiling SQLKit SQLConflictUpdateBuilder.swift
[751/792] Compiling SQLKit SQLCreateEnumBuilder.swift
[752/792] Compiling SQLKit SQLCreateIndexBuilder.swift
[761/792] Compiling SQLKit SQLPredicateBuilder.swift
[762/792] Compiling SQLKit SQLQueryBuilder.swift
[763/792] Compiling SQLKit SQLQueryFetcher.swift
[764/792] Compiling SQLKit SQLReturningBuilder.swift
[765/792] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[766/792] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[767/792] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[768/792] Compiling SQLKit SQLDatabase.swift
[769/792] Compiling SQLKit SQLDatabaseReportedVersion.swift
[770/792] Compiling SQLKit SQLDialect.swift
[771/792] Compiling SQLKit SQLDatabase+Deprecated.swift
[772/792] Compiling SQLKit SQLError.swift
[773/792] Compiling SQLKit SQLExpressions+Deprecated.swift
[774/792] Emitting module NIOHTTP1
[781/793] Emitting module SQLKit
[782/815] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[783/815] Compiling NIOExtras NIOExtrasError.swift
[784/817] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[785/817] Emitting module NIOHTTPTypesHTTP1
[786/817] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[787/817] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[788/818] Compiling NIOExtras RequestResponseHandler.swift
[789/818] Compiling NIOExtras RequestResponseWithIDHandler.swift
[791/818] Compiling NIOExtras NIOLengthFieldBitLength.swift
[792/818] Compiling NIOExtras NIORequestIdentifiable.swift
[793/818] Compiling NIOExtras PCAPRingBuffer.swift
[794/818] Compiling NIOExtras QuiescingHelper.swift
[795/818] Emitting module NIOExtras
[796/818] Compiling NIOExtras DebugInboundEventsHandler.swift
[797/818] Compiling NIOExtras DebugOutboundEventsHandler.swift
[798/818] Compiling NIOExtras FixedLengthFrameDecoder.swift
[799/818] Compiling SQLKit SQLFunction.swift
[800/818] Compiling SQLKit SQLGroupExpression.swift
[801/818] Compiling SQLKit SQLIdentifier.swift
[802/818] Compiling SQLKit SQLList.swift
[803/818] Compiling SQLKit SQLLiteral.swift
[804/818] Compiling SQLKit SQLRaw.swift
[805/818] Compiling SQLKit SQLCodingUtilities.swift
[806/818] Compiling SQLKit SQLQueryEncoder.swift
[807/818] Compiling SQLKit SQLRow.swift
[808/818] Compiling SQLKit SQLRowDecoder.swift
[809/818] Compiling SQLKit SomeCodingKey.swift
[810/818] Compiling SQLKit StringHandling.swift
[811/819] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[812/819] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[813/819] Compiling NIOExtras JSONRPCFraming.swift
[814/819] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[815/819] Compiling NIOExtras LengthFieldPrepender.swift
[816/819] Compiling NIOExtras LineBasedFrameDecoder.swift
[818/906] Compiling FluentKit QueryBuilder+Range.swift
[819/906] Compiling FluentKit QueryBuilder+Set.swift
[821/931] Emitting module FluentKit
[822/943] 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
[823/943] 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
[824/943] 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
[825/946] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[826/946] Compiling HummingbirdCore URI.swift
[827/946] Compiling HummingbirdCore Response.swift
[828/946] Compiling HummingbirdCore ResponseBody.swift
[829/946] Compiling HummingbirdCore Deprecations.swift
[830/946] Compiling HummingbirdCore Request.swift
[831/946] Compiling HummingbirdCore RequestBody+inboundClose.swift
[832/946] Compiling HummingbirdCore RequestBody.swift
[833/946] Compiling HummingbirdCore ResponseBodyWriter.swift
[834/946] Compiling HummingbirdCore ResponseWriter.swift
[835/946] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[836/946] Compiling HummingbirdCore BindAddress.swift
[837/946] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/946] Compiling FluentKit OptionalEnumProperty.swift
[842/946] Compiling FluentKit Exports.swift
[843/946] Compiling FluentKit FluentError.swift
[844/946] Compiling FluentKit ModelMiddleware.swift
[845/946] Compiling FluentKit ModelResponder.swift
[846/946] Compiling FluentKit Migration.swift
[847/946] Compiling FluentKit MigrationLog.swift
[848/946] Compiling FluentKit Migrations.swift
[849/946] Compiling FluentKit Migrator.swift
[850/946] Compiling FluentKit AnyModel.swift
[851/946] Compiling FluentKit EagerLoad.swift
[852/946] Compiling FluentKit Fields+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/946] 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
[860/946] 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
[861/946] 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
[862/946] 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
[870/946] Compiling HummingbirdCore AnyAsyncSequence.swift
[871/946] Compiling HummingbirdCore FlatDictionary.swift
[872/946] Compiling HummingbirdCore HBParser.swift
[873/946] Compiling HummingbirdCore OutputBuffer.swift
[874/946] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[878/946] Compiling FluentKit DatabaseQuery+Join.swift
[879/946] Compiling FluentKit DatabaseQuery+Range.swift
[880/946] Compiling FluentKit DatabaseQuery+Sort.swift
[881/946] Compiling FluentKit DatabaseQuery+Value.swift
[882/946] Compiling FluentKit DatabaseQuery.swift
[883/946] Compiling FluentKit QueryHistory.swift
[884/946] Compiling FluentKit DatabaseSchema.swift
[885/946] Compiling FluentKit SchemaBuilder.swift
[886/946] Compiling FluentKit OptionalType.swift
[887/946] Compiling FluentKit RandomGeneratable.swift
[888/946] Compiling FluentKit SomeCodingKey.swift
[889/946] Compiling FluentKit UnsafeMutableTransferBox.swift
[890/946] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[897/946] 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
[899/1011] Compiling Hummingbird CodableProtocols.swift
[900/1011] Compiling Hummingbird JSONCoding.swift
[901/1011] Compiling Hummingbird ResponseEncodable.swift
[902/1011] Compiling Hummingbird URLEncodedForm+Request.swift
[903/1011] Compiling Hummingbird URLEncodedForm.swift
[904/1011] Compiling Hummingbird URLEncodedFormDecoder.swift
[905/1011] Compiling Hummingbird URLEncodedFormEncoder.swift
[906/1011] Compiling Hummingbird URLEncodedFormNode.swift
[907/1011] Compiling Hummingbird CORSMiddleware.swift
[908/1011] Compiling Hummingbird FileMiddleware.swift
[909/1011] Compiling Hummingbird LogRequestMiddleware.swift
[910/1011] Compiling Hummingbird MetricsMiddleware.swift
[911/1011] Compiling Hummingbird Middleware.swift
[912/1011] Compiling Hummingbird TrieRouter.swift
[913/1011] Compiling FluentKit Children.swift
[914/1011] Compiling FluentKit CompositeChildren.swift
[915/1011] Compiling FluentKit CompositeID.swift
[916/1011] Compiling FluentKit CompositeOptionalChild.swift
[917/1011] Compiling FluentKit CompositeOptionalParent.swift
[918/1011] Compiling FluentKit CompositeParent.swift
[919/1011] Compiling FluentKit Field.swift
[920/1011] Compiling FluentKit FieldKey.swift
[921/1011] Compiling FluentKit Group.swift
[922/1011] Compiling FluentKit ID.swift
[923/1011] Compiling FluentKit OptionalBoolean.swift
[924/1011] Compiling Hummingbird Request+Cookies.swift
[925/1011] Compiling Hummingbird Response+Cookies.swift
[926/1011] Compiling Hummingbird ChildRequestContext.swift
[927/1011] Compiling Hummingbird Request.swift
[928/1011] Compiling Hummingbird RequestContext.swift
[929/1011] Compiling Hummingbird RequestContextSource.swift
[930/1011] Compiling Hummingbird RequestID.swift
[931/1011] Compiling Hummingbird RequestResponder.swift
[932/1011] Compiling Hummingbird Response.swift
[933/1011] Compiling Hummingbird URI+decodeQuery.swift
[934/1011] Compiling Hummingbird MemoryPersistDriver.swift
[935/1011] Compiling Hummingbird Application.swift
[936/1011] Compiling Hummingbird MiddlewareGroup.swift
[937/1011] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[938/1011] Compiling Hummingbird _Middleware2.swift
[939/1011] Compiling Hummingbird _OptionalMiddleware.swift
[940/1011] Compiling Hummingbird RouterGroup.swift
[941/1011] Compiling Hummingbird RouterMethods.swift
[942/1011] Compiling Hummingbird RouterPath.swift
[943/1011] Compiling Hummingbird RouterResponder.swift
[944/1011] Compiling Hummingbird TransformingRouterGroup.swift
[945/1011] Compiling Hummingbird RouterTrie.swift
[946/1011] Compiling Hummingbird Trie+resolve.swift
[947/1011] Compiling Hummingbird Trie+serialize.swift
[949/1012] 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
[950/1012] 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
[951/1012] 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
[952/1012] 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
[953/1012] 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
[954/1012] 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
[955/1012] 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
[956/1012] 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
[957/1012] 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
[958/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
[959/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
[960/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
[961/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
[962/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
[963/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
[964/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
[965/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
[966/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
[967/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
[968/1021] 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
[969/1021] 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
[970/1021] 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
[971/1021] 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
[972/1021] 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
[973/1021] 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
[974/1021] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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 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
[987/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
[988/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
[989/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
[990/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
[991/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
[992/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
[993/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
[994/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] Compiling HummingbirdFluent Fluent.swift
[1024/1026] Compiling HummingbirdFluent Persist+fluent.swift
[1025/1026] Emitting module HummingbirdFluent
[1026/1026] Compiling HummingbirdFluent Deprecations.swift
Build complete! (136.88s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.