Build Information
Successful build of hummingbird-fluent, reference 2.0.0 (45459e
), with Swift 6.0 for Linux on 10 Jan 2025 15:30:26 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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-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.0
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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
[1/4552] Fetching swift-async-algorithms
[457/6840] Fetching swift-async-algorithms, swift-service-lifecycle
[6750/30404] Fetching swift-async-algorithms, swift-service-lifecycle, hummingbird
[6797/31719] Fetching swift-async-algorithms, swift-service-lifecycle, hummingbird, fluent-sqlite-driver
[12634/44231] Fetching swift-async-algorithms, swift-service-lifecycle, hummingbird, fluent-sqlite-driver, fluent-kit
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.38s)
[15028/42916] Fetching swift-async-algorithms, swift-service-lifecycle, hummingbird, fluent-kit
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.59s)
[37094/40628] Fetching swift-async-algorithms, hummingbird, fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.59s)
[24818/28116] Fetching swift-async-algorithms, hummingbird
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.86s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.88s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.0 (0.49s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3739] Fetching swift-log
[226/5851] Fetching swift-log, sqlite-kit
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.55s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.49.0 (0.54s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/8210] Fetching async-kit, sql-kit
[8211/80910] Fetching async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (3.85s)
Fetched https://github.com/vapor/sql-kit.git from cache (3.85s)
Fetched https://github.com/apple/swift-nio.git from cache (3.94s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.49s)
Fetching https://github.com/vapor/sqlite-nio.git
[1/1413] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.27s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.6.1 (0.58s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
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-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5274] Fetching swift-nio-extras
[3535/7571] Fetching swift-nio-extras, swift-nio-transport-services
[7572/12494] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing
[10576/25834] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing, async-http-client
[11587/37099] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing, async-http-client, swift-nio-http2
[17880/50896] Fetching swift-nio-extras, swift-nio-transport-services, swift-distributed-tracing, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.18s)
Fetching https://github.com/apple/swift-metrics.git
[1/2132] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.32s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.54s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.54s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.54s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.55s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.57s)
[1/754] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
[1/15610] Fetching swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-collections.git from cache (0.90s)
[1/1569] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.48s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.53s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.02s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5614] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (0.56s)
Fetching https://github.com/apple/swift-service-context.git
[1/1018] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.53s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.32.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.73s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.55s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.10.5 (0.55s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.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.6.3 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.72s)
Fetching https://github.com/apple/swift-system.git
[1/3960] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.52s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.60s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.24.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.1.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.6.1
Creating working copy for https://github.com/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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.32.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.10.5
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.49.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.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/56] Write sources
[38/56] Compiling CNIOWASI CNIOWASI.c
[39/56] Compiling CNIOWindows shim.c
[39/56] Compiling CNIOWindows WSAStartup.c
[41/56] Compiling _NumericsShims _NumericsShims.c
[42/56] Compiling CNIOLinux liburing_shims.c
[42/56] Compiling _AtomicsShims.c
[44/56] Compiling CNIOLLHTTP c_nio_http.c
[45/56] Write sources
[49/56] Compiling CNIODarwin shim.c
[50/56] Compiling CNIOLinux shim.c
[51/56] Compiling CNIOLLHTTP c_nio_api.c
[52/56] Write swift-version-24593BA9C3E375BF.txt
[53/56] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/97] Compiling c-nioatomics.c
[56/105] Emitting module InternalCollectionsUtilities
[57/107] Emitting module HTTPTypes
[57/108] Compiling c-atomics.c
[59/114] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/114] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/114] Compiling HTTPTypes ISOLatin1String.swift
[62/114] Compiling ServiceContextModule ServiceContextKey.swift
[63/114] Compiling HTTPTypes HTTPRequest.swift
[64/114] Compiling HTTPTypes HTTPResponse.swift
[65/114] Compiling RealModule Real.swift
[66/114] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/114] Compiling InternalCollectionsUtilities Integer rank.swift
[68/114] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/115] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/115] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/115] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/115] Compiling InternalCollectionsUtilities Specialize.swift
[73/115] Compiling RealModule Float80+Real.swift
[74/115] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/115] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/115] Compiling InternalCollectionsUtilities Debugging.swift
[77/115] Compiling InternalCollectionsUtilities Descriptions.swift
[78/115] Compiling _NIOBase64 Base64.swift
[79/115] Emitting module _NIOBase64
[80/116] Compiling RealModule Float16+Real.swift
[81/116] Emitting module RealModule
[84/116] Compiling HTTPTypes HTTPParsedFields.swift
[85/116] Compiling _NIODataStructures PriorityQueue.swift
[86/116] Compiling _NIODataStructures _TinyArray.swift
[87/116] Compiling HTTPTypes HTTPField.swift
[88/116] Compiling RealModule RealFunctions.swift
[89/116] Emitting module ServiceContextModule
[90/116] Compiling ServiceContextModule ServiceContext.swift
[91/117] Compiling RealModule Float+Real.swift
[94/117] Compiling RealModule ElementaryFunctions.swift
[95/117] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/117] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[97/117] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[98/117] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[99/117] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[104/199] Compiling Instrumentation MultiplexInstrument.swift
[105/199] Compiling Instrumentation NoOpInstrument.swift
[106/199] Compiling ConcurrencyHelpers LockedValueBox.swift
[107/199] Emitting module ConcurrencyHelpers
[108/199] Compiling ConcurrencyHelpers Lock.swift
[109/200] Compiling Instrumentation Locks.swift
[110/200] Emitting module Instrumentation
[111/200] Compiling Instrumentation InstrumentationSystem.swift
[112/200] Compiling Instrumentation Instrument.swift
[113/200] Emitting module Logging
[114/200] Compiling Logging LogHandler.swift
[115/200] Compiling Logging Locks.swift
[116/201] Compiling Logging Logging.swift
[117/201] Compiling Logging MetadataProvider.swift
[118/202] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[119/202] Compiling NIOConcurrencyHelpers NIOLock.swift
[120/202] Emitting module NIOConcurrencyHelpers
[121/202] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[122/202] Compiling NIOConcurrencyHelpers atomics.swift
[123/202] Compiling HTTPTypes NIOLock.swift
[124/202] Compiling NIOConcurrencyHelpers lock.swift
[126/203] Emitting module _NIODataStructures
[127/203] Compiling _NIODataStructures Heap.swift
[132/353] Compiling Tracing TracingTime.swift
[133/353] Compiling HeapModule _HeapNode.swift
[134/353] Compiling HeapModule Heap.swift
[135/353] Compiling Tracing InstrumentationSystem+Tracing.swift
[136/353] Compiling Tracing NoOpTracer.swift
[137/353] Compiling Tracing TracerProtocol.swift
[138/353] Compiling HeapModule Heap+Descriptions.swift
[139/353] Compiling HeapModule Heap+UnsafeHandle.swift
[140/353] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[141/353] Compiling HeapModule Heap+Invariants.swift
[142/353] Emitting module HeapModule
[143/354] Emitting module Tracing
[144/354] Compiling Tracing Tracer.swift
[145/354] Compiling Tracing TracerProtocol+Legacy.swift
[146/354] Compiling CoreMetrics Locks.swift
[147/354] Emitting module CoreMetrics
[148/354] Compiling CoreMetrics Metrics.swift
[150/355] Emitting module UnixSignals
[151/355] Compiling UnixSignals UnixSignalsSequence.swift
[152/355] Compiling UnixSignals UnixSignal.swift
[153/356] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[154/356] Compiling HashTreeCollections _HashNode.swift
[155/356] Compiling HashTreeCollections _HashNodeHeader.swift
[156/356] Compiling HashTreeCollections _HashSlot.swift
[157/356] Compiling HashTreeCollections _HashStack.swift
[158/356] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[159/356] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[160/356] Compiling HashTreeCollections TreeDictionary+Filter.swift
[161/356] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[162/356] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[163/356] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[164/356] Compiling HashTreeCollections _HashNode+Structural merge.swift
[165/356] Compiling HashTreeCollections _HashTreeIterator.swift
[166/356] Compiling HashTreeCollections _HashTreeStatistics.swift
[167/356] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[168/356] Compiling HashTreeCollections _RawHashNode.swift
[169/356] Compiling HashTreeCollections _UnmanagedHashNode.swift
[170/356] Compiling HashTreeCollections _UnsafePath.swift
[171/356] Compiling HashTreeCollections TreeDictionary+Codable.swift
[172/365] Compiling HashTreeCollections TreeSet+Hashable.swift
[173/365] Compiling HashTreeCollections TreeSet+Sendable.swift
[174/365] Compiling _RopeModule Rope+Join.swift
[175/365] Compiling _RopeModule Rope+MutatingForEach.swift
[176/365] Compiling _RopeModule Rope+Remove.swift
[177/365] Compiling _RopeModule Rope+RemoveSubrange.swift
[178/365] Compiling _RopeModule Rope+Split.swift
[179/365] Compiling _RopeModule Optional Utilities.swift
[180/365] Compiling _RopeModule String Utilities.swift
[181/365] Compiling _RopeModule String.Index+ABI.swift
[193/375] Compiling HashTreeCollections TreeDictionary+Keys.swift
[194/375] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[195/375] Compiling HashTreeCollections TreeDictionary+Merge.swift
[196/375] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[197/375] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[198/382] Compiling Tracing SpanProtocol.swift
[200/409] Compiling HTTPTypes HTTPFields.swift
[201/409] Compiling HTTPTypes HTTPFieldName.swift
[202/410] Compiling OrderedCollections OrderedSet+SubSequence.swift
[203/410] Compiling OrderedCollections OrderedSet+Testing.swift
[204/410] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[205/410] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[206/410] Compiling OrderedCollections OrderedSet.swift
[207/410] Compiling OrderedCollections _UnsafeBitset.swift
[208/410] Compiling HashTreeCollections TreeSet+Equatable.swift
[209/410] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[210/410] Compiling HashTreeCollections TreeSet+Extras.swift
[211/410] Compiling HashTreeCollections TreeSet+Filter.swift
[212/454] Compiling BitCollections BitArray+BitwiseOperations.swift
[213/454] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[214/456] Compiling BitCollections BitArray+Copy.swift
[215/456] Compiling BitCollections BitArray+CustomReflectable.swift
[216/456] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[217/456] Compiling BitCollections BitSet+CustomReflectable.swift
[218/456] Compiling BitCollections BitSet+CustomStringConvertible.swift
[219/456] Compiling BitCollections BitSet+Equatable.swift
[220/456] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[221/456] Compiling BitCollections BitSet+Extras.swift
[222/456] Compiling BitCollections BitSet+Hashable.swift
[223/456] Compiling BitCollections BitSet+Initializers.swift
[224/456] Compiling BitCollections BitSet+Invariants.swift
[225/456] Compiling BitCollections BitSet+Random.swift
[226/456] Compiling BitCollections BitSet+SetAlgebra basics.swift
[227/456] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[228/456] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[229/456] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[230/456] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[231/456] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[233/456] Compiling BitCollections BitArray+Hashable.swift
[234/456] Compiling BitCollections BitArray+Initializers.swift
[235/456] Compiling BitCollections BitArray+RandomBits.swift
[236/456] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[237/456] Compiling BitCollections BitArray+Shifts.swift
[238/456] Compiling BitCollections BitArray+Testing.swift
[239/456] Compiling BitCollections BitArray._UnsafeHandle.swift
[240/456] Compiling BitCollections BitArray.swift
[241/456] Compiling BitCollections BitSet+BidirectionalCollection.swift
[242/456] Compiling BitCollections BitSet+Codable.swift
[243/471] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[244/471] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[245/471] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[246/471] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[247/471] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[248/471] Compiling BitCollections BitSet+SetAlgebra union.swift
[249/471] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[250/471] Compiling BitCollections BitSet.Counted.swift
[253/471] Compiling OrderedCollections OrderedSet+Sendable.swift
[254/475] Compiling Atomics DoubleWord.swift
[255/475] Compiling Atomics AtomicReference.swift
[256/475] Compiling Atomics AtomicStorage.swift
[257/475] Compiling Atomics AtomicValue.swift
[258/475] Compiling Atomics ManagedAtomic.swift
[259/475] Compiling Atomics ManagedAtomicLazyReference.swift
[260/475] Compiling Atomics UnsafeAtomic.swift
[261/475] Compiling Atomics UnsafeAtomicLazyReference.swift
[273/500] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[274/500] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[275/500] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[276/500] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[277/500] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[278/500] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[279/500] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[280/500] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[281/500] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[282/500] Compiling HashTreeCollections TreeSet.swift
[283/500] Compiling Algorithms Permutations.swift
[284/500] Compiling Algorithms Product.swift
[285/502] Compiling Algorithms MinMax.swift
[286/502] Compiling Algorithms Partition.swift
[289/502] Compiling Algorithms Grouped.swift
[290/502] Compiling Algorithms Indexed.swift
[291/502] Compiling Algorithms AdjacentPairs.swift
[292/502] Compiling Algorithms Chain.swift
[293/502] Compiling Algorithms Chunked.swift
[294/502] Compiling Algorithms Combinations.swift
[295/502] Compiling Algorithms Compacted.swift
[296/502] Compiling Algorithms Cycle.swift
[297/502] Compiling Algorithms EitherSequence.swift
[298/502] Compiling Algorithms FirstNonNil.swift
[299/502] Compiling Algorithms FlattenCollection.swift
[318/502] Compiling Algorithms Intersperse.swift
[319/502] Compiling Algorithms Joined.swift
[320/502] Compiling Algorithms Keyed.swift
[337/509] Compiling Atomics IntegerOperations.swift
[338/509] Compiling Atomics Unmanaged extensions.swift
[345/509] Compiling Algorithms Stride.swift
[346/509] Compiling Algorithms Suffix.swift
[358/509] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[359/509] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[360/509] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[361/509] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[372/509] Emitting module BitCollections
[381/509] Compiling BitCollections BitSet.swift
[382/509] Compiling BitCollections Range+Utilities.swift
[383/509] Compiling BitCollections Slice+Utilities.swift
[384/509] Compiling BitCollections UInt+Tricks.swift
[385/509] Compiling BitCollections _Word.swift
[388/509] Emitting module DequeModule
[412/510] Compiling Algorithms Rotate.swift
[413/510] Compiling Algorithms Split.swift
[432/513] Compiling BitCollections BitSet.Index.swift
[433/513] Compiling BitCollections BitSet._UnsafeHandle.swift
[440/514] Emitting module Metrics
[441/514] Emitting module OrderedCollections
[449/515] Emitting module _RopeModule
[450/515] Compiling Algorithms Trim.swift
[451/515] Compiling Algorithms Unique.swift
[452/515] Compiling Algorithms Windows.swift
[461/560] Compiling AsyncAlgorithms ChannelStorage.swift
[462/560] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[463/560] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[464/560] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[465/560] Compiling AsyncAlgorithms CombineLatestStorage.swift
[466/560] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[467/560] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[468/560] Compiling AsyncAlgorithms MergeStateMachine.swift
[469/560] Compiling AsyncAlgorithms MergeStorage.swift
[470/560] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[471/560] Compiling AsyncAlgorithms Rethrow.swift
[472/560] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[473/560] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[474/560] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[475/560] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[476/560] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[477/560] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[478/560] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[479/560] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[480/560] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[481/560] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[482/560] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[483/560] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[484/560] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[485/560] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[486/560] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[487/560] Compiling AsyncAlgorithms Dictionary.swift
[488/560] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[489/560] Compiling AsyncAlgorithms Locking.swift
[490/560] Compiling AsyncAlgorithms ChannelStateMachine.swift
[507/561] Emitting module Atomics
[512/561] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[513/561] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[521/568] Emitting module AsyncAlgorithms
[522/568] Compiling Metrics Metrics.swift
[523/569] Emitting module HashTreeCollections
[526/570] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[527/570] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[528/570] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[529/570] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[539/570] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[540/632] Compiling NIOCore EventLoopFuture+Deprecated.swift
[541/632] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[542/632] Compiling NIOCore EventLoopFuture.swift
[543/632] Compiling NIOCore FileDescriptor.swift
[544/632] Compiling NIOCore FileHandle.swift
[545/632] Compiling NIOCore FileRegion.swift
[546/632] Emitting module Collections
[547/632] Compiling Collections Collections.swift
[549/633] Emitting module Algorithms
[551/634] Compiling NIOCore ByteBuffer-conversions.swift
[552/634] Compiling NIOCore ByteBuffer-core.swift
[553/634] Compiling NIOCore ByteBuffer-hex.swift
[554/634] Compiling NIOCore ByteBuffer-int.swift
[555/634] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[556/634] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[557/634] Compiling NIOCore GlobalSingletons.swift
[558/634] Compiling NIOCore MulticastChannel.swift
[559/634] Compiling NIOCore NIOAny.swift
[560/634] Compiling NIOCore NIOCloseOnErrorHandler.swift
[561/634] Compiling NIOCore NIOLoopBound.swift
[562/634] Compiling NIOCore NIOScheduledCallback.swift
[563/634] Compiling NIOCore Linux.swift
[564/634] Compiling NIOCore MarkedCircularBuffer.swift
[565/634] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[566/634] Compiling NIOCore BSDSocketAPI.swift
[567/634] Compiling NIOCore ByteBuffer-aux.swift
[568/634] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[569/634] Compiling NIOCore Channel.swift
[570/634] Compiling NIOCore ChannelHandler.swift
[571/634] Compiling NIOCore ChannelHandlers.swift
[572/634] Compiling NIOCore ChannelInvoker.swift
[573/634] Compiling NIOCore ChannelOption.swift
[574/634] Compiling NIOCore ChannelPipeline.swift
[576/643] Emitting module ServiceLifecycle
[577/644] Compiling NIOCore IO.swift
[578/644] Compiling NIOCore IOData.swift
[579/644] Compiling NIOCore IPProtocol.swift
[580/644] Compiling NIOCore IntegerBitPacking.swift
[581/644] Compiling NIOCore IntegerTypes.swift
[582/644] Compiling NIOCore Interfaces.swift
[585/652] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[586/652] Compiling ServiceLifecycle CancellationWaiter.swift
[587/652] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[588/652] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[589/652] Compiling ServiceLifecycle GracefulShutdown.swift
[590/652] Compiling ServiceLifecycle ServiceRunnerError.swift
[591/652] Compiling NIOCore CircularBuffer.swift
[592/652] Compiling NIOCore Codec.swift
[593/652] Compiling NIOCore ConvenienceOptionSupport.swift
[594/652] Compiling NIOCore DeadChannel.swift
[595/652] Compiling NIOCore DispatchQueue+WithFuture.swift
[596/652] Compiling NIOCore EventLoop+Deprecated.swift
[597/652] Compiling NIOCore EventLoop+SerialExecutor.swift
[598/652] Compiling NIOCore EventLoop.swift
[599/652] Compiling ServiceLifecycle Service.swift
[600/652] Compiling ServiceLifecycle ServiceGroup.swift
[619/653] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[620/653] Compiling NIOCore SocketAddresses.swift
[621/653] Compiling NIOCore SocketOptionProvider.swift
[622/653] Compiling NIOCore SystemCallHelpers.swift
[623/653] Compiling NIOCore TimeAmount+Duration.swift
[624/653] Compiling NIOCore TypeAssistedChannelHandler.swift
[625/653] Compiling NIOCore UniversalBootstrapSupport.swift
[626/653] Compiling NIOCore Utilities.swift
[627/653] Compiling NIOCore AddressedEnvelope.swift
[628/653] Compiling NIOCore AsyncAwaitSupport.swift
[629/653] Compiling NIOCore AsyncChannel.swift
[630/653] Compiling NIOCore AsyncChannelHandler.swift
[631/653] Compiling NIOCore AsyncChannelInboundStream.swift
[632/653] Compiling NIOCore AsyncChannelOutboundWriter.swift
[633/653] Compiling NIOCore NIOAsyncSequenceProducer.swift
[634/653] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[635/653] Compiling NIOCore NIOAsyncWriter.swift
[641/653] Compiling NIOCore NIOSendable.swift
[642/653] Compiling NIOCore PointerHelpers.swift
[643/653] Compiling NIOCore RecvByteBufferAllocator.swift
[644/653] Compiling NIOCore ByteBuffer-multi-int.swift
[645/653] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[646/653] Compiling NIOCore ByteBuffer-views.swift
[653/653] Emitting module NIOCore
[655/708] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[656/708] Emitting module NIOHTTPTypes
[658/709] Emitting module NIOEmbedded
[659/709] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[660/709] Compiling NIOEmbedded AsyncTestingChannel.swift
[661/709] Compiling NIOEmbedded Embedded.swift
[663/710] Compiling NIOPosix IO.swift
[664/710] Compiling NIOPosix IntegerBitPacking.swift
[665/710] Compiling NIOPosix IntegerTypes.swift
[666/710] Compiling NIOPosix Linux.swift
[667/710] Compiling NIOPosix LinuxCPUSet.swift
[668/710] Compiling NIOPosix LinuxUring.swift
[669/710] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[670/710] Compiling NIOPosix SelectableChannel.swift
[671/710] Compiling NIOPosix SelectableEventLoop.swift
[672/710] Compiling NIOPosix SelectorEpoll.swift
[673/710] Compiling NIOPosix SelectorGeneric.swift
[674/710] Compiling NIOPosix SelectorKqueue.swift
[675/710] Compiling NIOPosix SelectorUring.swift
[676/710] Compiling NIOPosix ServerSocket.swift
[677/710] Compiling NIOPosix Socket.swift
[678/710] Compiling NIOPosix SocketChannel.swift
[679/710] Compiling NIOPosix SocketProtocols.swift
[680/710] Compiling NIOPosix System.swift
[681/710] Compiling NIOPosix Thread.swift
[682/716] Emitting module NIOPosix
[683/716] Compiling NIOPosix ThreadPosix.swift
[684/716] Compiling NIOPosix ThreadWindows.swift
[685/716] Compiling NIOPosix UnsafeTransfer.swift
[686/716] Compiling NIOPosix Utilities.swift
[687/716] Compiling NIOPosix VsockAddress.swift
[688/716] Compiling NIOPosix VsockChannelEvents.swift
[689/716] Compiling NIOPosix Bootstrap.swift
[690/716] Compiling NIOPosix ControlMessage.swift
[691/716] Compiling NIOPosix DatagramVectorReadManager.swift
[692/716] Compiling NIOPosix Errors+Any.swift
[693/716] Compiling NIOPosix FileDescriptor.swift
[694/716] Compiling NIOPosix GetaddrinfoResolver.swift
[695/716] Compiling NIOPosix HappyEyeballs.swift
[696/716] Compiling NIOPosix BSDSocketAPICommon.swift
[697/716] Compiling NIOPosix BSDSocketAPIPosix.swift
[698/716] Compiling NIOPosix BSDSocketAPIWindows.swift
[699/716] Compiling NIOPosix BaseSocket.swift
[700/716] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[701/716] Compiling NIOPosix BaseSocketChannel.swift
[702/716] Compiling NIOPosix BaseStreamSocketChannel.swift
[703/716] Compiling NIOPosix Pool.swift
[704/716] Compiling NIOPosix PooledRecvBufferAllocator.swift
[705/716] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[706/716] Compiling NIOPosix PosixSingletons.swift
[707/716] Compiling NIOPosix RawSocketBootstrap.swift
[708/716] Compiling NIOPosix Resolver.swift
[709/716] Compiling NIOPosix Selectable.swift
[710/716] Compiling NIOPosix NIOThreadPool.swift
[711/716] Compiling NIOPosix NonBlockingFileIO.swift
[712/716] Compiling NIOPosix PendingDatagramWritesManager.swift
[713/716] Compiling NIOPosix PendingWritesManager.swift
[714/716] Compiling NIOPosix PipeChannel.swift
[715/716] Compiling NIOPosix PipePair.swift
[716/716] Compiling NIOPosix PointerHelpers.swift
[718/741] Compiling NIO Exports.swift
[719/741] Emitting module NIO
[721/742] Compiling AsyncKit EventLoopGroup+Throwing.swift
[722/742] Compiling AsyncKit Collection+Flatten.swift
[723/742] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[724/744] Compiling AsyncKit Future+Miscellaneous.swift
[725/744] Compiling AsyncKit Future+Nonempty.swift
[726/744] Compiling AsyncKit Future+Optional.swift
[727/744] Compiling AsyncKit EventLoop+Flatten.swift
[728/744] Compiling AsyncKit EventLoop+Future.swift
[729/744] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[730/744] Compiling AsyncKit Future+Transform.swift
[731/744] Compiling AsyncKit Future+Try.swift
[732/744] Compiling AsyncKit FutureOperators.swift
[733/863] Compiling SQLKit SQLAlterEnumBuilder.swift
[734/863] Compiling SQLKit SQLAlterTableBuilder.swift
[735/863] Compiling SQLKit SQLConflictUpdateBuilder.swift
[736/863] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[737/863] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[738/863] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[739/863] Compiling SQLKit SQLColumnUpdateBuilder.swift
[740/863] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[741/863] Compiling NIOTLS TLSEvents.swift
[742/863] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[743/863] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[744/863] Emitting module NIOTLS
[745/863] Compiling NIOTLS SNIHandler.swift
[746/863] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[748/864] Compiling SQLKit SQLPredicateGroupBuilder.swift
[749/864] Compiling SQLKit SQLRawBuilder.swift
[750/864] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[751/864] Emitting module NIOFoundationCompat
[753/867] Compiling SQLKit SQLDropIndex.swift
[754/867] Compiling SQLKit SQLDropTable.swift
[755/867] Compiling SQLKit SQLDropTrigger.swift
[756/867] Compiling SQLKit SQLInsert.swift
[757/867] Compiling SQLKit SQLSelect.swift
[758/867] Compiling SQLKit SQLUnion.swift
[759/867] Compiling SQLKit SQLUpdate.swift
[760/867] Compiling SQLKit SQLExpression.swift
[761/867] Compiling SQLKit SQLSerializer.swift
[762/867] Compiling SQLKit SQLStatement.swift
[763/867] Compiling SQLKit SQLBinaryExpression.swift
[764/867] Compiling SQLKit SQLBinaryOperator.swift
[765/867] Compiling SQLKit SQLBind.swift
[766/879] Compiling SQLKit SQLCreateTableBuilder.swift
[767/879] Compiling SQLKit SQLCreateTriggerBuilder.swift
[768/879] Compiling SQLKit SQLCreateEnumBuilder.swift
[769/879] Compiling SQLKit SQLCreateIndexBuilder.swift
[770/879] Compiling SQLKit SQLDropTriggerBuilder.swift
[771/879] Compiling SQLKit SQLInsertBuilder.swift
[772/901] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[773/901] Compiling SQLKit Exports.swift
[774/901] Compiling SQLKit SQLAlias.swift
[775/901] Compiling SQLKit SQLBetween.swift
[776/901] Compiling SQLKit SQLColumn.swift
[777/901] Compiling SQLKit SQLConstraint.swift
[778/901] Compiling SQLKit SQLDataType.swift
[779/901] Compiling SQLKit SQLDirection.swift
[780/901] Compiling SQLKit SQLDistinct.swift
[781/901] Compiling SQLKit SQLForeignKeyAction.swift
[782/901] Compiling SQLKit SQLNestedSubpathExpression.swift
[783/901] Compiling SQLKit SQLQualifiedTable.swift
[784/901] Compiling SQLKit SQLQueryString.swift
[785/901] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[786/901] Compiling SQLKit SQLColumnAssignment.swift
[787/901] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[788/901] Compiling SQLKit SQLColumnDefinition.swift
[789/901] Compiling SQLKit SQLCommonTableExpression.swift
[790/901] Compiling SQLKit SQLConflictAction.swift
[791/901] Compiling SQLKit SQLConflictResolutionStrategy.swift
[792/901] Compiling SQLKit SQLDropBehaviour.swift
[793/901] Compiling SQLKit SQLEnumDataType.swift
[794/901] Compiling SQLKit SQLExcludedColumn.swift
[795/901] Compiling SQLKit SQLForeignKey.swift
[796/901] Compiling SQLKit SQLJoin.swift
[797/901] Compiling SQLKit SQLJoinMethod.swift
[798/901] Compiling SQLKit SQLLockingClause.swift
[799/901] Compiling SQLKit SQLOrderBy.swift
[800/901] Compiling SQLKit SQLReturning.swift
[801/901] Compiling SQLKit SQLSubquery.swift
[802/901] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[803/901] Compiling SQLKit SQLAlterEnum.swift
[804/901] Compiling SQLKit SQLAlterTable.swift
[805/901] Compiling SQLKit SQLCreateEnum.swift
[806/901] Compiling SQLKit SQLCreateIndex.swift
[807/901] Compiling SQLKit SQLCreateTable.swift
[808/901] Compiling SQLKit SQLCreateTrigger.swift
[809/901] Compiling SQLKit SQLDelete.swift
[810/901] Compiling SQLKit SQLDropEnum.swift
[811/901] Emitting module NIOTransportServices
[812/903] Compiling NIOTransportServices NIOTSBootstraps.swift
[813/903] Compiling NIOTransportServices NIOTSChannelOptions.swift
[814/903] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[815/903] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[816/903] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[817/903] Compiling NIOTransportServices NIOTSListenerChannel.swift
[818/903] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[819/903] Compiling NIOTransportServices NIOTSSingletons.swift
[820/903] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[821/903] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[822/903] Compiling NIOTransportServices NIOTSErrors.swift
[823/903] Compiling NIOTransportServices NIOTSEventLoop.swift
[824/903] Compiling NIOTransportServices StateManagedChannel.swift
[825/903] Compiling NIOTransportServices StateManagedListenerChannel.swift
[826/903] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[827/903] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[828/903] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[829/903] Compiling NIOTransportServices AcceptHandler.swift
[830/903] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[831/903] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[832/903] Compiling NIOTransportServices NIOTSDatagramListener.swift
[833/903] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[834/903] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[852/904] Compiling SQLKit SQLCommonUnionBuilder.swift
[853/904] Compiling SQLKit SQLJoinBuilder.swift
[854/904] Compiling SQLKit SQLPartialResultBuilder.swift
[868/904] Compiling SQLKit SQLPredicateBuilder.swift
[869/904] Compiling SQLKit SQLQueryBuilder.swift
[870/904] Compiling SQLKit SQLQueryFetcher.swift
[871/904] Compiling SQLKit SQLReturningBuilder.swift
[872/904] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[873/904] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[874/904] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[875/904] Compiling SQLKit SQLDatabase.swift
[876/904] Compiling SQLKit SQLDatabaseReportedVersion.swift
[877/904] Compiling SQLKit SQLDialect.swift
[878/904] Compiling SQLKit SQLDatabase+Deprecated.swift
[879/904] Compiling SQLKit SQLError.swift
[880/904] Compiling SQLKit SQLExpressions+Deprecated.swift
[881/904] Emitting module NIOHTTP1
[886/907] Emitting module SQLKit
[887/926] Emitting module NIOHTTPTypesHTTP1
[888/926] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[889/926] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[890/926] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[891/927] Compiling SQLKit SQLFunction.swift
[892/927] Compiling SQLKit SQLGroupExpression.swift
[893/927] Compiling SQLKit SQLIdentifier.swift
[894/927] Compiling SQLKit SQLList.swift
[895/927] Compiling SQLKit SQLLiteral.swift
[896/927] Compiling SQLKit SQLRaw.swift
[897/927] Compiling SQLKit SQLCodingUtilities.swift
[898/927] Compiling SQLKit SQLQueryEncoder.swift
[899/927] Compiling SQLKit SQLRow.swift
[900/927] Compiling SQLKit SQLRowDecoder.swift
[901/927] Compiling SQLKit SomeCodingKey.swift
[902/927] Compiling SQLKit StringHandling.swift
[903/928] Compiling NIOExtras LineBasedFrameDecoder.swift
[904/928] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[905/928] Compiling NIOExtras NIOExtrasError.swift
[906/928] Compiling NIOExtras NIOLengthFieldBitLength.swift
[909/930] Compiling NIOExtras NIORequestIdentifiable.swift
[910/930] Compiling NIOExtras PCAPRingBuffer.swift
[911/930] Compiling NIOExtras QuiescingHelper.swift
[912/930] Compiling NIOExtras RequestResponseHandler.swift
[913/930] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[914/930] Compiling NIOExtras LengthFieldPrepender.swift
[915/930] Compiling NIOExtras DebugInboundEventsHandler.swift
[916/930] Compiling NIOExtras DebugOutboundEventsHandler.swift
[917/930] Compiling NIOExtras FixedLengthFrameDecoder.swift
[918/930] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[919/930] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[920/930] Compiling NIOExtras JSONRPCFraming.swift
[921/930] Emitting module NIOExtras
[922/930] Compiling NIOExtras RequestResponseWithIDHandler.swift
[923/930] Compiling NIOExtras WritePCAPHandler.swift
[925/931] Emitting module AsyncKit
[926/953] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[927/953] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[928/953] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[929/956] Compiling HummingbirdCore Response.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[930/956] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[931/956] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[932/956] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[933/956] Compiling HummingbirdCore Request.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[934/956] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[935/956] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[936/956] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[937/956] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[938/956] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[939/956] Compiling HummingbirdCore Server.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[940/956] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[941/956] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[942/956] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[943/956] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[944/956] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[945/956] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[946/956] Compiling HummingbirdCore URI.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[947/956] Emitting module HummingbirdCore
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[948/956] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[949/956] Compiling HummingbirdCore HBParser.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[950/956] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/56] Compiling ServiceContextModule ServiceContextKey.swift
[3/56] Emitting module ServiceContextModule
[4/56] Compiling ServiceContextModule ServiceContext.swift
[5/57] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/57] Compiling InternalCollectionsUtilities Specialize.swift
[8/59] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/59] Compiling InternalCollectionsUtilities Debugging.swift
[11/59] Compiling InternalCollectionsUtilities Descriptions.swift
[12/59] Compiling Logging MetadataProvider.swift
[13/59] Compiling RealModule Real.swift
[14/60] Emitting module _NIODataStructures
[15/60] Compiling RealModule Float80+Real.swift
[16/60] Compiling RealModule RealFunctions.swift
[17/60] Compiling RealModule Float+Real.swift
[18/60] Compiling RealModule ElementaryFunctions.swift
[19/60] Compiling RealModule Float16+Real.swift
[20/60] Compiling NIOConcurrencyHelpers lock.swift
[21/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/60] Compiling InternalCollectionsUtilities Integer rank.swift
[23/60] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/60] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[25/60] Compiling HTTPTypes ISOLatin1String.swift
[26/61] Emitting module RealModule
[27/62] Emitting module _NIOBase64
[28/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/62] Compiling _NIOBase64 Base64.swift
[31/63] Compiling HTTPTypes HTTPField.swift
[32/63] Emitting module HTTPTypes
[35/66] Emitting module InternalCollectionsUtilities
[36/66] Compiling _NIODataStructures PriorityQueue.swift
[37/66] Compiling _NIODataStructures Heap.swift
[38/66] Compiling _NIODataStructures _TinyArray.swift
[39/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[41/66] Compiling NIOConcurrencyHelpers atomics.swift
[42/66] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/66] Emitting module NIOConcurrencyHelpers
[44/68] Compiling HTTPTypes HTTPParsedFields.swift
[45/68] Compiling HTTPTypes HTTPRequest.swift
[46/68] Compiling HTTPTypes HTTPResponse.swift
[49/68] Compiling HTTPTypes NIOLock.swift
[50/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/68] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[58/68] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[59/68] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[60/69] Compiling HTTPTypes HTTPFields.swift
[61/69] Compiling HTTPTypes HTTPFieldName.swift
[63/73] Emitting module CoreMetrics
[65/79] Compiling Instrumentation MultiplexInstrument.swift
[66/79] Emitting module ConcurrencyHelpers
[67/79] Compiling ConcurrencyHelpers LockedValueBox.swift
[68/79] Compiling Logging LogHandler.swift
[69/79] Compiling Logging Locks.swift
[70/79] Emitting module Logging
[71/80] Compiling Logging Logging.swift
[72/83] Compiling Instrumentation Locks.swift
[73/84] Compiling Instrumentation NoOpInstrument.swift
[74/84] Emitting module Instrumentation
[75/95] Compiling ConcurrencyHelpers Lock.swift
[76/108] Compiling Instrumentation Instrument.swift
[77/110] Compiling Instrumentation InstrumentationSystem.swift
[78/111] Compiling CoreMetrics Locks.swift
[79/111] Compiling CoreMetrics Metrics.swift
[84/134] Compiling Algorithms MinMax.swift
[85/134] Compiling Algorithms Partition.swift
[86/144] Compiling DequeModule Deque+Codable.swift
[87/144] Compiling DequeModule Deque+Collection.swift
[88/144] Compiling DequeModule Deque+CustomReflectable.swift
[89/144] Compiling Atomics IntegerOperations.swift
[90/144] Compiling Atomics Unmanaged extensions.swift
[91/144] Compiling DequeModule _DequeBuffer.swift
[92/144] Compiling DequeModule _DequeBufferHeader.swift
[93/144] Compiling Algorithms Permutations.swift
[94/144] Compiling Algorithms Product.swift
[95/173] Compiling HashTreeCollections _HashNode+Storage.swift
[96/173] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[97/227] Compiling HashTreeCollections _Bitmap.swift
[98/227] Compiling HashTreeCollections _Bucket.swift
[99/232] Compiling HashTreeCollections _HashNode+Structural filter.swift
[100/232] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[101/232] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[102/232] Compiling HashTreeCollections _HashNode+Structural merge.swift
[103/232] Compiling HashTreeCollections _AncestorHashSlots.swift
[104/232] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[105/232] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[106/232] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[111/232] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[112/257] Compiling HeapModule Heap+Descriptions.swift
[113/355] Emitting module UnixSignals
[114/355] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[115/355] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[116/355] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[117/358] Compiling HeapModule Heap.swift
[118/358] Compiling HeapModule _HeapNode.swift
[119/358] Compiling UnixSignals UnixSignal.swift
[120/358] Compiling UnixSignals UnixSignalsSequence.swift
[121/359] Compiling OrderedCollections OrderedDictionary+Elements.swift
[122/359] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[123/359] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[124/359] Compiling HeapModule Heap+Invariants.swift
[125/359] Compiling HeapModule Heap+UnsafeHandle.swift
[126/359] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[127/359] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[128/359] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[129/359] Compiling OrderedCollections OrderedDictionary+Values.swift
[131/359] Emitting module HeapModule
[132/360] Compiling OrderedCollections _HashTable+Bucket.swift
[133/360] Compiling OrderedCollections _HashTable+BucketIterator.swift
[135/360] Compiling _RopeModule Rope+Find.swift
[136/360] Compiling _RopeModule Rope+ForEachWhile.swift
[137/360] Compiling _RopeModule Rope+Insert.swift
[138/360] Compiling _RopeModule Rope+_Storage.swift
[139/360] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[140/360] Compiling _RopeModule Rope+_UnsafeHandle.swift
[141/360] Compiling _RopeModule Rope.swift
[142/360] Compiling _RopeModule RopeElement.swift
[143/360] Compiling _RopeModule RopeMetric.swift
[144/360] Compiling _RopeModule RopeSummary.swift
[145/360] Compiling _RopeModule _RopeItem.swift
[146/360] Compiling _RopeModule _RopePath.swift
[147/360] Compiling HashTreeCollections TreeSet+Collection.swift
[148/360] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[149/360] Compiling HashTreeCollections TreeSet+Debugging.swift
[150/360] Compiling HashTreeCollections TreeSet+Descriptions.swift
[151/360] Compiling HashTreeCollections TreeSet+Equatable.swift
[152/360] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[153/360] Compiling HashTreeCollections TreeSet+Extras.swift
[154/360] Compiling HashTreeCollections TreeSet+Filter.swift
[155/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[159/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[160/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[161/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[162/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[163/370] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[164/370] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[165/370] Compiling _RopeModule Rope+Extract.swift
[166/370] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[167/370] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[170/370] Compiling OrderedCollections _HashTable+Testing.swift
[171/370] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[172/370] Compiling OrderedCollections _HashTable.swift
[173/370] Compiling OrderedCollections _Hashtable+Header.swift
[181/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[182/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[183/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[184/370] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[188/377] Compiling Algorithms Trim.swift
[189/377] Compiling Algorithms Unique.swift
[190/377] Compiling Algorithms Windows.swift
[191/377] Compiling OrderedCollections OrderedSet+Descriptions.swift
[192/377] Compiling OrderedCollections OrderedSet+Diffing.swift
[193/377] Compiling OrderedCollections OrderedSet+Equatable.swift
[194/377] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[195/377] Compiling OrderedCollections OrderedSet+Hashable.swift
[196/382] Emitting module DequeModule
[201/386] Compiling OrderedCollections OrderedDictionary+Codable.swift
[202/386] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[207/386] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[208/386] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[220/388] Compiling OrderedCollections OrderedSet+Initializers.swift
[221/388] Compiling OrderedCollections OrderedSet+Insertions.swift
[222/388] Compiling OrderedCollections OrderedSet+Invariants.swift
[223/388] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[224/388] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[225/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[226/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[227/388] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[228/388] Compiling Tracing InstrumentationSystem+Tracing.swift
[234/388] Compiling OrderedCollections _HashTable+Constants.swift
[235/388] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[236/388] Compiling Tracing TracingTime.swift
[237/388] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[238/388] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[239/388] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[240/388] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[241/388] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[242/388] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[243/388] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[244/388] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[245/388] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[246/388] Compiling HashTreeCollections TreeSet.swift
[247/388] Compiling Metrics Metrics.swift
[248/388] Compiling Tracing TracerProtocol.swift
[249/388] Emitting module Metrics
[261/389] Compiling Tracing Tracer.swift
[262/389] Compiling Tracing TracerProtocol+Legacy.swift
[263/389] Emitting module Tracing
[268/389] Compiling Tracing SpanProtocol.swift
[269/389] Compiling Tracing NoOpTracer.swift
[271/415] Compiling BitCollections BitArray+Extras.swift
[272/415] Compiling BitCollections BitArray+Fill.swift
[273/415] Compiling BitCollections BitArray+Hashable.swift
[274/415] Compiling BitCollections BitArray+Initializers.swift
[275/415] Compiling BitCollections BitArray+Invariants.swift
[276/415] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[277/415] Compiling BitCollections BitArray+RandomBits.swift
[278/415] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[279/415] Compiling BitCollections BitArray+Shifts.swift
[280/415] Compiling BitCollections BitArray+Testing.swift
[281/452] Compiling BitCollections BitArray+BitwiseOperations.swift
[282/452] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[283/452] Compiling BitCollections BitArray+Codable.swift
[284/452] Compiling BitCollections BitArray+Collection.swift
[285/452] Compiling BitCollections BitArray+Copy.swift
[286/452] Compiling BitCollections BitArray+CustomReflectable.swift
[287/452] Compiling BitCollections BitArray+Descriptions.swift
[288/452] Compiling BitCollections BitArray+Equatable.swift
[297/452] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[298/452] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[299/452] Emitting module Atomics
[301/453] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[302/453] Compiling OrderedCollections OrderedSet.swift
[303/453] Compiling OrderedCollections _UnsafeBitset.swift
[310/453] Compiling BitCollections BitSet+SetAlgebra union.swift
[311/453] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[312/453] Compiling BitCollections BitSet.Counted.swift
[315/453] Compiling OrderedCollections OrderedSet+Sendable.swift
[316/453] Compiling OrderedCollections OrderedSet+SubSequence.swift
[317/453] Compiling OrderedCollections OrderedSet+Testing.swift
[318/453] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[346/453] Compiling BitCollections BitArray._UnsafeHandle.swift
[347/453] Compiling BitCollections BitArray.swift
[348/453] Compiling BitCollections BitSet+Random.swift
[349/453] Compiling BitCollections BitSet+SetAlgebra basics.swift
[350/453] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[351/453] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[352/453] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[353/453] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[354/453] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[355/453] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[356/453] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[357/453] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[358/453] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[359/453] Emitting module BitCollections
[368/460] Emitting module OrderedCollections
[375/461] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[376/461] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[377/461] Compiling BitCollections BitSet+CustomReflectable.swift
[378/461] Compiling BitCollections BitSet+CustomStringConvertible.swift
[379/461] Compiling BitCollections BitSet+Equatable.swift
[380/461] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[381/461] Compiling BitCollections BitSet+Extras.swift
[382/461] Compiling BitCollections BitSet+Hashable.swift
[383/461] Compiling BitCollections BitSet+Initializers.swift
[384/461] Compiling BitCollections BitSet+Invariants.swift
[390/461] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[391/461] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[392/461] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[393/461] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[406/521] Emitting module Algorithms
[407/522] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[408/522] Compiling NIOCore NIOAsyncWriter.swift
[409/522] Compiling NIOCore ByteBuffer-multi-int.swift
[410/522] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[411/522] Compiling NIOCore ByteBuffer-views.swift
[412/522] Compiling NIOCore Channel.swift
[413/522] Compiling NIOCore ChannelHandler.swift
[414/522] Compiling NIOCore ChannelHandlers.swift
[415/522] Emitting module _RopeModule
[417/522] Compiling NIOCore DeadChannel.swift
[418/522] Compiling NIOCore DispatchQueue+WithFuture.swift
[419/522] Compiling NIOCore EventLoop+Deprecated.swift
[420/522] Compiling NIOCore EventLoop+SerialExecutor.swift
[421/522] Compiling NIOCore EventLoop.swift
[422/522] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[423/522] Compiling NIOCore EventLoopFuture+Deprecated.swift
[424/522] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[425/522] Compiling NIOCore EventLoopFuture.swift
[426/522] Compiling NIOCore FileDescriptor.swift
[427/522] Compiling NIOCore FileHandle.swift
[428/522] Compiling NIOCore FileRegion.swift
[429/522] Compiling NIOCore GlobalSingletons.swift
[430/522] Compiling NIOCore MulticastChannel.swift
[431/522] Compiling NIOCore NIOAny.swift
[432/522] Compiling NIOCore NIOCloseOnErrorHandler.swift
[433/522] Compiling NIOCore NIOLoopBound.swift
[434/522] Compiling NIOCore NIOScheduledCallback.swift
[435/522] Compiling NIOCore NIOSendable.swift
[440/522] Compiling NIOCore ChannelInvoker.swift
[441/522] Compiling NIOCore ChannelOption.swift
[442/522] Compiling NIOCore ChannelPipeline.swift
[443/522] Compiling NIOCore CircularBuffer.swift
[444/522] Compiling NIOCore Codec.swift
[445/522] Compiling NIOCore ConvenienceOptionSupport.swift
[446/522] Compiling NIOCore IOData.swift
[447/522] Compiling NIOCore IPProtocol.swift
[448/522] Compiling NIOCore IntegerBitPacking.swift
[449/522] Compiling NIOCore IntegerTypes.swift
[450/522] Compiling NIOCore Interfaces.swift
[451/522] Compiling NIOCore Linux.swift
[452/522] Compiling NIOCore MarkedCircularBuffer.swift
[454/523] Compiling _RopeModule Rope+Join.swift
[455/523] Compiling _RopeModule Rope+MutatingForEach.swift
[456/523] Compiling _RopeModule Rope+Remove.swift
[457/523] Compiling _RopeModule Rope+RemoveSubrange.swift
[458/523] Compiling _RopeModule Rope+Split.swift
[459/523] Compiling _RopeModule Optional Utilities.swift
[460/523] Compiling _RopeModule String Utilities.swift
[461/523] Compiling _RopeModule String.Index+ABI.swift
[462/523] Compiling _RopeModule _CharacterRecognizer.swift
[464/569] Emitting module HashTreeCollections
[465/570] Compiling AsyncAlgorithms Rethrow.swift
[471/570] Compiling NIOCore PointerHelpers.swift
[472/570] Compiling NIOCore RecvByteBufferAllocator.swift
[474/578] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[475/578] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[476/578] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[477/578] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[478/578] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[479/578] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[480/584] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[481/584] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[482/584] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[483/584] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[484/584] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[485/584] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[486/584] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[487/584] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[488/584] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[489/584] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[490/584] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[491/584] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[492/584] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[493/584] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[494/584] Compiling NIOCore IO.swift
[502/586] Emitting module AsyncAlgorithms
[503/586] Emitting module Collections
[504/586] Compiling Collections Collections.swift
[505/586] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[506/586] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[507/586] Compiling AsyncAlgorithms MergeStateMachine.swift
[508/586] Compiling AsyncAlgorithms MergeStorage.swift
[509/586] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[511/587] Compiling AsyncAlgorithms Dictionary.swift
[512/587] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[513/587] Compiling AsyncAlgorithms Locking.swift
[520/587] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[521/587] Compiling AsyncAlgorithms DebounceStateMachine.swift
[522/587] Compiling AsyncAlgorithms DebounceStorage.swift
[526/587] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[527/587] Compiling NIOCore SocketAddresses.swift
[528/587] Compiling NIOCore SocketOptionProvider.swift
[529/587] Compiling NIOCore SystemCallHelpers.swift
[530/587] Compiling NIOCore TimeAmount+Duration.swift
[531/587] Compiling NIOCore TypeAssistedChannelHandler.swift
[532/587] Compiling NIOCore UniversalBootstrapSupport.swift
[533/587] Compiling NIOCore Utilities.swift
[534/587] Compiling AsyncAlgorithms ChannelStorage.swift
[535/587] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[536/587] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[537/587] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[538/587] Compiling AsyncAlgorithms CombineLatestStorage.swift
[542/587] Compiling AsyncAlgorithms SetAlgebra.swift
[543/587] Compiling AsyncAlgorithms UnsafeTransfer.swift
[544/587] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[545/587] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[546/587] Compiling AsyncAlgorithms ZipStateMachine.swift
[547/587] Compiling AsyncAlgorithms ZipStorage.swift
[548/587] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[549/587] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[550/587] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[551/587] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[552/587] Compiling AsyncAlgorithms AsyncChannel.swift
[553/587] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[554/587] Compiling AsyncAlgorithms ChannelStateMachine.swift
[561/596] Compiling ServiceLifecycle CancellationWaiter.swift
[562/596] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[563/597] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[564/597] Emitting module ServiceLifecycle
[565/597] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[566/597] Compiling ServiceLifecycle ServiceRunnerError.swift
[567/597] Compiling ServiceLifecycle GracefulShutdown.swift
[568/597] Compiling ServiceLifecycle Service.swift
[569/597] Compiling ServiceLifecycle ServiceGroup.swift
[598/598] Emitting module NIOCore
[600/653] Emitting module NIOHTTPTypes
[601/653] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[603/654] Emitting module NIOEmbedded
[604/654] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[605/654] Compiling NIOEmbedded AsyncTestingChannel.swift
[606/654] Compiling NIOEmbedded Embedded.swift
[608/655] Emitting module NIOPosix
[609/661] Compiling NIOPosix SelectableChannel.swift
[610/661] Compiling NIOPosix SelectableEventLoop.swift
[611/661] Compiling NIOPosix SelectorEpoll.swift
[612/661] Compiling NIOPosix SelectorGeneric.swift
[613/661] Compiling NIOPosix SelectorKqueue.swift
[614/661] Compiling NIOPosix SelectorUring.swift
[615/661] Compiling NIOPosix BSDSocketAPICommon.swift
[616/661] Compiling NIOPosix BSDSocketAPIPosix.swift
[617/661] Compiling NIOPosix BSDSocketAPIWindows.swift
[618/661] Compiling NIOPosix BaseSocket.swift
[619/661] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[620/661] Compiling NIOPosix BaseSocketChannel.swift
[621/661] Compiling NIOPosix BaseStreamSocketChannel.swift
[622/661] Compiling NIOPosix ServerSocket.swift
[623/661] Compiling NIOPosix Socket.swift
[624/661] Compiling NIOPosix SocketChannel.swift
[625/661] Compiling NIOPosix SocketProtocols.swift
[626/661] Compiling NIOPosix System.swift
[627/661] Compiling NIOPosix Thread.swift
[628/661] Compiling NIOPosix ThreadPosix.swift
[629/661] Compiling NIOPosix ThreadWindows.swift
[630/661] Compiling NIOPosix UnsafeTransfer.swift
[631/661] Compiling NIOPosix Utilities.swift
[632/661] Compiling NIOPosix VsockAddress.swift
[633/661] Compiling NIOPosix VsockChannelEvents.swift
[634/661] Compiling NIOPosix IO.swift
[635/661] Compiling NIOPosix IntegerBitPacking.swift
[636/661] Compiling NIOPosix IntegerTypes.swift
[637/661] Compiling NIOPosix Linux.swift
[638/661] Compiling NIOPosix LinuxCPUSet.swift
[639/661] Compiling NIOPosix LinuxUring.swift
[640/661] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[641/661] Compiling NIOPosix NIOThreadPool.swift
[642/661] Compiling NIOPosix NonBlockingFileIO.swift
[643/661] Compiling NIOPosix PendingDatagramWritesManager.swift
[644/661] Compiling NIOPosix PendingWritesManager.swift
[645/661] Compiling NIOPosix PipeChannel.swift
[646/661] Compiling NIOPosix PipePair.swift
[647/661] Compiling NIOPosix PointerHelpers.swift
[648/661] Compiling NIOPosix Pool.swift
[649/661] Compiling NIOPosix PooledRecvBufferAllocator.swift
[650/661] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[651/661] Compiling NIOPosix PosixSingletons.swift
[652/661] Compiling NIOPosix RawSocketBootstrap.swift
[653/661] Compiling NIOPosix Resolver.swift
[654/661] Compiling NIOPosix Selectable.swift
[655/661] Compiling NIOPosix Bootstrap.swift
[656/661] Compiling NIOPosix ControlMessage.swift
[657/661] Compiling NIOPosix DatagramVectorReadManager.swift
[658/661] Compiling NIOPosix Errors+Any.swift
[659/661] Compiling NIOPosix FileDescriptor.swift
[660/661] Compiling NIOPosix GetaddrinfoResolver.swift
[661/661] Compiling NIOPosix HappyEyeballs.swift
[663/686] Emitting module NIO
[664/686] Compiling NIO Exports.swift
[665/687] Compiling AsyncKit ConnectionPoolError.swift
[666/687] Compiling AsyncKit ConnectionPoolItem.swift
[667/687] Compiling AsyncKit ConnectionPoolSource.swift
[668/687] Compiling AsyncKit EventLoop+Flatten.swift
[669/687] Compiling AsyncKit EventLoop+Future.swift
[670/687] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[672/689] Compiling AsyncKit EventLoopGroup+Throwing.swift
[673/689] Compiling AsyncKit Collection+Flatten.swift
[674/689] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[675/689] Compiling AsyncKit Future+Transform.swift
[676/689] Compiling AsyncKit Future+Try.swift
[677/689] Compiling AsyncKit FutureOperators.swift
[678/689] Compiling AsyncKit Future+Miscellaneous.swift
[679/689] Compiling AsyncKit Future+Nonempty.swift
[680/689] Compiling AsyncKit Future+Optional.swift
[681/689] Compiling AsyncKit Optional+StrictMap.swift
[682/689] Compiling AsyncKit Exports.swift
[683/689] Compiling AsyncKit EventLoopConnectionPool.swift
[684/689] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[685/689] Compiling AsyncKit EventLoop+Concurrency.swift
[686/716] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[687/800] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[688/800] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[689/808] Emitting module NIOTLS
[690/808] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[691/808] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[692/808] Compiling NIOTLS TLSEvents.swift
[693/808] Compiling SQLKit SQLSelectBuilder.swift
[694/808] Compiling SQLKit SQLSubqueryBuilder.swift
[695/810] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[696/810] Compiling NIOTLS SNIHandler.swift
[697/811] Compiling SQLKit SQLAlterEnumBuilder.swift
[698/811] Compiling SQLKit SQLAlterTableBuilder.swift
[699/811] Emitting module NIOFoundationCompat
[700/811] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[703/812] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[704/812] Compiling SQLKit SQLCommonUnionBuilder.swift
[705/812] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[706/812] Compiling SQLKit SQLColumnAssignment.swift
[707/812] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[708/812] Compiling SQLKit SQLColumnDefinition.swift
[709/812] Compiling SQLKit SQLCommonTableExpression.swift
[710/812] Compiling SQLKit SQLConflictAction.swift
[711/812] Compiling SQLKit SQLConflictResolutionStrategy.swift
[712/812] Compiling SQLKit SQLDropBehaviour.swift
[713/812] Compiling SQLKit SQLEnumDataType.swift
[714/812] Compiling SQLKit SQLExcludedColumn.swift
[715/812] Compiling SQLKit SQLForeignKey.swift
[716/812] Compiling SQLKit SQLJoin.swift
[717/812] Compiling SQLKit SQLJoinMethod.swift
[718/814] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[719/814] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[720/824] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[721/824] Compiling SQLKit Exports.swift
[722/824] Compiling SQLKit SQLAlias.swift
[723/824] Compiling SQLKit SQLBetween.swift
[724/824] Compiling SQLKit SQLColumn.swift
[725/824] Compiling SQLKit SQLConstraint.swift
[726/824] Compiling SQLKit SQLDataType.swift
[727/824] Compiling SQLKit SQLDirection.swift
[728/824] Compiling SQLKit SQLDistinct.swift
[729/824] Compiling SQLKit SQLForeignKeyAction.swift
[730/824] Compiling SQLKit SQLNestedSubpathExpression.swift
[731/824] Compiling SQLKit SQLQualifiedTable.swift
[732/824] Compiling SQLKit SQLQueryString.swift
[733/824] Compiling SQLKit SQLDropIndex.swift
[734/824] Compiling SQLKit SQLDropTable.swift
[735/824] Compiling SQLKit SQLDropTrigger.swift
[736/824] Compiling SQLKit SQLInsert.swift
[737/824] Compiling SQLKit SQLSelect.swift
[738/824] Compiling SQLKit SQLUnion.swift
[739/824] Compiling SQLKit SQLUpdate.swift
[740/824] Compiling SQLKit SQLExpression.swift
[741/824] Compiling SQLKit SQLSerializer.swift
[742/824] Compiling SQLKit SQLStatement.swift
[743/824] Compiling SQLKit SQLBinaryExpression.swift
[744/824] Compiling SQLKit SQLBinaryOperator.swift
[745/824] Compiling SQLKit SQLBind.swift
[746/824] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[747/824] Compiling SQLKit SQLColumnUpdateBuilder.swift
[748/824] Compiling SQLKit SQLUnionBuilder.swift
[749/824] Compiling SQLKit SQLUpdateBuilder.swift
[750/824] Compiling SQLKit SQLJoinBuilder.swift
[751/824] Compiling SQLKit SQLPartialResultBuilder.swift
[752/824] Compiling SQLKit SQLLockingClause.swift
[753/824] Compiling SQLKit SQLOrderBy.swift
[754/824] Compiling SQLKit SQLReturning.swift
[755/824] Compiling SQLKit SQLSubquery.swift
[756/824] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[757/824] Compiling SQLKit SQLAlterEnum.swift
[758/824] Compiling SQLKit SQLAlterTable.swift
[759/824] Compiling SQLKit SQLCreateEnum.swift
[760/824] Compiling SQLKit SQLCreateIndex.swift
[761/824] Compiling SQLKit SQLCreateTable.swift
[762/824] Compiling SQLKit SQLCreateTrigger.swift
[763/824] Compiling SQLKit SQLDelete.swift
[764/824] Compiling SQLKit SQLDropEnum.swift
[765/846] Emitting module NIOTransportServices
[766/848] Compiling NIOTransportServices NIOTSBootstraps.swift
[767/848] Compiling NIOTransportServices NIOTSChannelOptions.swift
[768/848] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[769/848] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[770/848] Compiling NIOTransportServices NIOTSErrors.swift
[771/848] Compiling NIOTransportServices NIOTSEventLoop.swift
[772/848] Compiling NIOTransportServices AcceptHandler.swift
[773/848] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[774/848] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[778/848] Compiling NIOTransportServices NIOTSDatagramListener.swift
[779/848] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[780/848] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[784/848] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[785/848] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[786/848] Compiling NIOTransportServices NIOTSListenerChannel.swift
[787/848] Compiling NIOTransportServices StateManagedChannel.swift
[788/848] Compiling NIOTransportServices StateManagedListenerChannel.swift
[789/848] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[790/848] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[791/848] Compiling NIOTransportServices NIOTSSingletons.swift
[792/848] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[793/848] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[794/848] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[795/848] Compiling SQLKit SQLDropTableBuilder.swift
[796/848] Compiling SQLKit SQLDropTriggerBuilder.swift
[797/848] Compiling SQLKit SQLInsertBuilder.swift
[798/848] Compiling SQLKit SQLPredicateBuilder.swift
[799/848] Compiling SQLKit SQLQueryBuilder.swift
[800/848] Compiling SQLKit SQLQueryFetcher.swift
[801/848] Compiling SQLKit SQLReturningBuilder.swift
[802/848] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[803/848] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[804/848] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[805/848] Compiling SQLKit SQLDatabase.swift
[806/848] Compiling SQLKit SQLDatabaseReportedVersion.swift
[807/848] Compiling SQLKit SQLDialect.swift
[808/848] Compiling SQLKit SQLDatabase+Deprecated.swift
[809/848] Compiling SQLKit SQLError.swift
[810/848] Compiling SQLKit SQLExpressions+Deprecated.swift
[831/849] Emitting module NIOHTTP1
[834/850] Emitting module AsyncKit
[835/850] Emitting module SQLKit
[836/867] Compiling SQLKit SQLFunction.swift
[837/867] Compiling SQLKit SQLGroupExpression.swift
[838/867] Compiling SQLKit SQLIdentifier.swift
[839/867] Compiling SQLKit SQLList.swift
[840/867] Compiling SQLKit SQLLiteral.swift
[841/867] Compiling SQLKit SQLRaw.swift
[842/867] Compiling SQLKit SQLCodingUtilities.swift
[843/867] Compiling SQLKit SQLQueryEncoder.swift
[844/867] Compiling SQLKit SQLRow.swift
[845/867] Compiling SQLKit SQLRowDecoder.swift
[846/867] Compiling SQLKit SomeCodingKey.swift
[847/867] Compiling SQLKit StringHandling.swift
[849/872] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[850/872] Compiling NIOExtras NIORequestIdentifiable.swift
[851/872] Compiling NIOExtras PCAPRingBuffer.swift
[852/872] Compiling NIOExtras NIOExtrasError.swift
[853/872] Compiling NIOExtras NIOLengthFieldBitLength.swift
[854/872] Compiling NIOExtras QuiescingHelper.swift
[855/872] Compiling NIOExtras RequestResponseHandler.swift
[856/874] Emitting module NIOHTTPTypesHTTP1
[857/874] Compiling NIOExtras LineBasedFrameDecoder.swift
[858/874] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[859/874] Emitting module NIOExtras
[860/874] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[861/874] Compiling NIOExtras LengthFieldPrepender.swift
[862/874] Compiling NIOExtras DebugInboundEventsHandler.swift
[863/874] Compiling NIOExtras DebugOutboundEventsHandler.swift
[864/874] Compiling NIOExtras FixedLengthFrameDecoder.swift
[865/874] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[866/874] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[867/874] Compiling NIOExtras JSONRPCFraming.swift
[868/874] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[869/874] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[871/875] Compiling NIOExtras RequestResponseWithIDHandler.swift
[872/875] Compiling NIOExtras WritePCAPHandler.swift
[874/898] Compiling HummingbirdCore ServerConfiguration.swift
[875/898] Compiling HummingbirdCore TSTLSOptions.swift
[876/898] Compiling HummingbirdCore AnyAsyncSequence.swift
[877/901] Compiling HummingbirdCore HTTP1Channel.swift
[878/901] Compiling HummingbirdCore HTTPChannelHandler.swift
[879/901] Compiling HummingbirdCore HTTPServerBuilder.swift
[880/901] Emitting module HummingbirdCore
[881/901] Compiling HummingbirdCore ResponseWriter.swift
[882/901] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[883/901] Compiling HummingbirdCore BindAddress.swift
[884/901] Compiling HummingbirdCore HTTPUserEventHandler.swift
[885/901] Compiling HummingbirdCore Server.swift
[886/901] Compiling HummingbirdCore ServerChildChannel.swift
[887/901] Compiling HummingbirdCore RequestBody.swift
[888/901] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[889/901] Compiling HummingbirdCore URI.swift
[890/901] Compiling HummingbirdCore Deprecations.swift
[891/901] Compiling HummingbirdCore Request.swift
[892/901] Compiling HummingbirdCore RequestBody+inboundClose.swift
[893/901] Compiling HummingbirdCore Response.swift
[894/901] Compiling HummingbirdCore ResponseBody.swift
[895/901] Compiling HummingbirdCore ResponseBodyWriter.swift
[896/901] Compiling HummingbirdCore FlatDictionary.swift
[897/901] Compiling HummingbirdCore HBParser.swift
[898/901] Compiling HummingbirdCore UnsafeTransfer.swift
[900/965] Compiling Hummingbird Cookie.swift
[901/965] Compiling Hummingbird Cookies.swift
[902/965] Compiling Hummingbird MediaType.swift
[903/966] Emitting module Hummingbird
[905/974] Compiling Hummingbird Configuration.swift
[906/974] Compiling Hummingbird Deprecations.swift
[907/974] Compiling Hummingbird Environment.swift
[908/974] Compiling Hummingbird EditedHTTPError.swift
[909/974] Compiling Hummingbird HTTPError.swift
[910/974] Compiling Hummingbird HTTPResponseError.swift
[911/974] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[912/974] Compiling Hummingbird Exports.swift
[913/974] Compiling Hummingbird CacheControl.swift
[914/1005] Compiling Hummingbird Request.swift
[915/1005] Compiling Hummingbird RequestContext.swift
[916/1005] Compiling Hummingbird RequestContextSource.swift
[917/1005] Compiling Hummingbird RequestID.swift
[918/1005] Compiling Hummingbird RequestResponder.swift
[919/1005] Compiling Hummingbird Response.swift
[920/1005] Compiling Hummingbird URI+decodeQuery.swift
[921/1005] Compiling Hummingbird MemoryPersistDriver.swift
[922/1005] Compiling Hummingbird RouterMethods.swift
[923/1005] Compiling Hummingbird RouterPath.swift
[924/1005] Compiling Hummingbird RouterResponder.swift
[925/1005] Compiling Hummingbird TransformingRouterGroup.swift
[926/1005] Compiling Hummingbird RouterTrie.swift
[927/1005] Compiling Hummingbird Trie+resolve.swift
[928/1005] Compiling Hummingbird Trie+serialize.swift
[929/1005] Compiling Hummingbird TrieRouter.swift
[930/1005] Compiling Hummingbird ChildRequestContext.swift
[931/1061] Compiling FluentKit OptionalChild.swift
[932/1061] Compiling FluentKit OptionalField.swift
[933/1061] Compiling FluentKit OptionalParent.swift
[934/1061] Compiling FluentKit Parent.swift
[935/1061] Compiling FluentKit Property.swift
[936/1061] Compiling FluentKit Relation.swift
[937/1061] Compiling FluentKit Siblings.swift
[938/1061] Compiling FluentKit Timestamp.swift
[939/1061] Compiling FluentKit FluentError.swift
[940/1061] Compiling FluentKit ModelMiddleware.swift
[941/1061] Compiling FluentKit ModelResponder.swift
[942/1061] Compiling FluentKit Migration.swift
[943/1061] Compiling FluentKit MigrationLog.swift
[944/1061] Compiling FluentKit Migrations.swift
[945/1061] Compiling FluentKit Migrator.swift
[946/1061] Compiling FluentKit AnyModel.swift
[947/1061] Compiling FluentKit EagerLoad.swift
[948/1061] Compiling FluentKit Fields+Codable.swift
[949/1061] Compiling FluentKit AsyncMigration.swift
[950/1061] Compiling FluentKit AsyncModelMiddleware.swift
[951/1061] Compiling FluentKit Children+Concurrency.swift
[952/1061] Compiling FluentKit Database+Concurrency.swift
[953/1061] Compiling FluentKit EnumBuilder+Concurrency.swift
[954/1061] Compiling FluentKit Model+Concurrency.swift
[955/1061] Compiling FluentKit ModelResponder+Concurrency.swift
[956/1061] Compiling FluentKit OptionalChild+Concurrency.swift
[957/1061] Compiling FluentKit DatabaseEnum.swift
[958/1061] Compiling FluentKit EnumBuilder.swift
[959/1061] Compiling FluentKit EnumMetadata.swift
[960/1061] Compiling FluentKit EnumProperty.swift
[961/1061] Compiling FluentKit BooleanPropertyFormat.swift
[962/1061] Compiling FluentKit Children.swift
[963/1061] Compiling FluentKit CompositeChildren.swift
[964/1061] Compiling FluentKit CompositeID.swift
[965/1061] Compiling FluentKit CompositeOptionalChild.swift
[966/1061] Compiling FluentKit Siblings+Concurrency.swift
[967/1061] Compiling FluentKit Database+Logging.swift
[968/1061] Compiling FluentKit Database.swift
[969/1061] Compiling FluentKit DatabaseID.swift
[970/1061] Compiling FluentKit DatabaseInput.swift
[971/1061] Compiling FluentKit DatabaseOutput.swift
[972/1061] Compiling FluentKit Databases.swift
[973/1061] Compiling FluentKit KeyPrefixingStrategy.swift
[974/1061] Compiling FluentKit TransactionControlDatabase.swift
[976/1062] Emitting module FluentKit
[977/1074] Compiling FluentKit OptionalEnumProperty.swift
[978/1074] Compiling FluentKit Exports.swift
[989/1074] Compiling FluentKit QueryBuilder+Group.swift
[990/1074] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[991/1074] Compiling FluentKit QueryBuilder+Join.swift
[992/1074] Compiling FluentKit QueryBuilder+Paginate.swift
[993/1074] Compiling FluentKit QueryBuilder+Range.swift
[994/1074] Compiling FluentKit QueryBuilder+Set.swift
[995/1074] Compiling FluentKit QueryBuilder+Sort.swift
[996/1074] Compiling FluentKit QueryBuilder.swift
[997/1074] Compiling FluentKit DatabaseQuery+Action.swift
[998/1074] Compiling FluentKit DatabaseQuery+Aggregate.swift
[999/1074] Compiling FluentKit DatabaseQuery+Field.swift
[1000/1074] Compiling FluentKit DatabaseQuery+Filter.swift
[1001/1074] Compiling FluentKit DatabaseQuery+Join.swift
[1002/1074] Compiling FluentKit DatabaseQuery+Range.swift
[1003/1074] Compiling FluentKit DatabaseQuery+Sort.swift
[1004/1074] Compiling FluentKit DatabaseQuery+Value.swift
[1005/1074] Compiling FluentKit DatabaseQuery.swift
[1006/1074] Compiling FluentKit QueryHistory.swift
[1007/1074] Compiling FluentKit DatabaseSchema.swift
[1008/1074] Compiling FluentKit SchemaBuilder.swift
[1009/1074] Compiling FluentKit OptionalType.swift
[1010/1074] Compiling FluentKit RandomGeneratable.swift
[1011/1074] Compiling FluentKit SomeCodingKey.swift
[1012/1074] Compiling FluentKit UnsafeMutableTransferBox.swift
[1018/1074] Compiling FluentKit CompositeOptionalParent.swift
[1019/1074] Compiling FluentKit CompositeParent.swift
[1020/1074] Compiling FluentKit Field.swift
[1021/1074] Compiling FluentKit FieldKey.swift
[1022/1074] Compiling FluentKit Group.swift
[1023/1074] Compiling FluentKit ID.swift
[1024/1074] Compiling FluentKit OptionalBoolean.swift
[1025/1074] Compiling FluentKit Fields.swift
[1026/1074] Compiling FluentKit MirrorBypass.swift
[1027/1074] Compiling FluentKit Model+CRUD.swift
[1028/1074] Compiling FluentKit Model.swift
[1029/1074] Compiling FluentKit ModelAlias.swift
[1030/1074] Compiling FluentKit Schema.swift
[1031/1074] Compiling FluentKit FieldOperators.swift
[1032/1074] Compiling FluentKit Operators.swift
[1033/1074] Compiling FluentKit ValueOperators+Array.swift
[1034/1074] Compiling FluentKit ValueOperators+String.swift
[1035/1074] Compiling FluentKit ValueOperators.swift
[1036/1074] Compiling FluentKit Boolean.swift
[1045/1074] Compiling FluentKit OptionalParent+Concurrency.swift
[1046/1074] Compiling FluentKit Parent+Concurrency.swift
[1047/1074] Compiling FluentKit QueryBuilder+Concurrency.swift
[1048/1074] Compiling FluentKit Relation+Concurrency.swift
[1049/1074] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1071/1074] Compiling FluentKit TimestampFormat.swift
[1072/1074] Compiling FluentKit QueryBuilder+Aggregate.swift
[1073/1074] Compiling FluentKit QueryBuilder+EagerLoad.swift
[1074/1074] Compiling FluentKit QueryBuilder+Filter.swift
[1076/1079] Emitting module HummingbirdFluent
[1077/1079] Compiling HummingbirdFluent Fluent.swift
[1078/1079] Compiling HummingbirdFluent Deprecations.swift
[1079/1079] Compiling HummingbirdFluent Persist+fluent.swift
Build complete! (55.60s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.