Build Information
Successful build of hummingbird-elementary, reference 0.4.1 (e41590
), with Swift 6.1 for Linux on 30 Apr 2025 02:15:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-community/hummingbird-elementary.git
Reference: 0.4.1
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-community/hummingbird-elementary
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at e41590e non-sendable support for HTMLResponse (#10)
Cloned https://github.com/hummingbird-community/hummingbird-elementary.git
Revision (git rev-parse @):
e41590e49cdb60dcf62004fc15729a10c069249c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-community/hummingbird-elementary.git at 0.4.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-community/hummingbird-elementary.git
https://github.com/hummingbird-community/hummingbird-elementary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sliemeobn/elementary.git"
}
],
"manifest_display_name" : "hummingbird-elementary",
"name" : "hummingbird-elementary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "HummingbirdElementary",
"targets" : [
"HummingbirdElementary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdElementaryTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdElementaryTests",
"path" : "Tests/HummingbirdElementaryTests",
"product_dependencies" : [
"Elementary",
"HummingbirdTesting"
],
"sources" : [
"HTMLResponseTests.swift",
"NonSendableHTMLResponseTests.swift"
],
"target_dependencies" : [
"HummingbirdElementary"
],
"type" : "test"
},
{
"c99name" : "HummingbirdElementary",
"module_type" : "SwiftTarget",
"name" : "HummingbirdElementary",
"path" : "Sources/HummingbirdElementary",
"product_dependencies" : [
"Hummingbird",
"Elementary"
],
"product_memberships" : [
"HummingbirdElementary"
],
"sources" : [
"HTMLResponse.swift",
"HTMLResponseBodyWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/sliemeobn/elementary.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/1263] Fetching elementary
[1264/25686] Fetching elementary, hummingbird
Fetched https://github.com/sliemeobn/elementary.git from cache (0.81s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.83s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (1.32s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.50s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2619] Fetching swift-nio-transport-services
[132/8281] Fetching swift-nio-transport-services, swift-nio-extras
[6527/10675] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
[10676/24565] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client
[10677/36069] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.35s)
[10089/33450] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.40s)
[11110/31056] Fetching swift-nio-extras, async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-distributed-tracing.git
[17501/45865] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl
[32064/50839] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
[36055/126400] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.61s)
[43439/121426] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.30s)
[50646/107536] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-http-types.git
[51550/109742] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.31s)
[42313/98238] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-metrics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
[59008/96032] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
[62787/96936] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-http-types
[64446/100772] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
[67431/99868] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-log
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[68832/112301] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
[71970/114006] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.06s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.09s)
[56562/98500] Fetching swift-nio, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
[61333/96795] Fetching swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
[61888/91830] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
[74050/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.77s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.13s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.76s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.45s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.71s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.49s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.73s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[1128/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.06s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.69s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (4.67s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/48] Write sources
[32/48] Compiling CNIOWindows WSAStartup.c
[33/48] Compiling CNIOLinux liburing_shims.c
[34/48] Compiling CNIOWindows shim.c
[34/48] Compiling _AtomicsShims.c
[36/48] Compiling CNIOWASI CNIOWASI.c
[37/48] Compiling CNIOLLHTTP c_nio_http.c
[37/48] Write sources
[41/48] Compiling CNIODarwin shim.c
[42/48] Compiling CNIOLinux shim.c
[43/48] Compiling CNIOLLHTTP c_nio_api.c
[44/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/48] Write swift-version-24593BA9C3E375BF.txt
[47/87] Emitting module InternalCollectionsUtilities
[48/89] Compiling HTTPTypes ISOLatin1String.swift
[48/90] Compiling c-atomics.c
[49/90] Compiling c-nioatomics.c
[51/115] Compiling HTTPTypes HTTPParsedFields.swift
[52/115] Emitting module _NIOBase64
[53/115] Compiling _NIOBase64 Base64.swift
[54/116] Compiling _NIODataStructures _TinyArray.swift
[55/116] Compiling HTTPTypes HTTPField.swift
[56/116] Compiling HTTPTypes HTTPRequest.swift
[57/116] Compiling HTTPTypes HTTPResponse.swift
[59/116] Compiling _NIODataStructures PriorityQueue.swift
[60/116] Compiling ServiceContextModule ServiceContext.swift
[61/116] Emitting module ServiceContextModule
[62/116] Compiling ServiceContextModule ServiceContextKey.swift
[63/116] Compiling Elementary HtmlAsyncRenderer.swift
[64/116] Compiling Elementary HtmlTextRenderer.swift
[65/116] Compiling Elementary AsyncContent.swift
[66/116] Compiling Elementary AsyncForEach.swift
[67/116] Compiling Elementary HtmlElements.swift
[68/116] Compiling Elementary HtmlTags.swift
[69/116] Compiling Elementary HtmlBuilder.swift
[70/116] Compiling Elementary HtmlElement+Async.swift
[71/116] Compiling Elementary StoredAttribute.swift
[72/116] Compiling Elementary AttributeStorage.swift
[73/116] Compiling Elementary CoreModel.swift
[74/116] Compiling Elementary HtmlAttributes+global.swift
[75/116] Compiling Elementary HtmlDocument.swift
[76/116] Compiling Elementary Html+Attributes.swift
[77/116] Compiling Elementary Html+Elements.swift
[78/116] Compiling Elementary HtmlBuilder+Tuples.swift
[79/116] Compiling Elementary Environment.swift
[80/116] Compiling Elementary ForEach.swift
[83/130] Emitting module CoreMetrics
[84/130] Compiling HTTPTypes NIOLock.swift
[85/130] Compiling Logging Locks.swift
[86/130] Emitting module Logging
[87/130] Compiling Logging MetadataProvider.swift
[88/130] Compiling Logging LogHandler.swift
[89/130] Compiling Logging Logging.swift
[90/131] Emitting module _NIODataStructures
[91/131] Compiling _NIODataStructures Heap.swift
[92/132] Compiling CoreMetrics Locks.swift
[93/132] Compiling CoreMetrics Metrics.swift
[94/133] Emitting module Instrumentation
[95/133] Compiling Instrumentation NoOpInstrument.swift
[96/133] Compiling NIOConcurrencyHelpers atomics.swift
[97/133] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/133] Compiling Instrumentation MultiplexInstrument.swift
[102/133] Compiling NIOConcurrencyHelpers lock.swift
[103/134] Compiling Instrumentation Instrument.swift
[104/134] Compiling Instrumentation InstrumentationSystem.swift
[105/134] Compiling Instrumentation Locks.swift
[107/137] Emitting module NIOConcurrencyHelpers
[108/137] Compiling NIOConcurrencyHelpers NIOLock.swift
[109/137] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[110/138] Compiling ConcurrencyHelpers LockedValueBox.swift
[112/157] Emitting module Elementary
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/271] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/271] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/271] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/271] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/271] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/271] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/279] Emitting module ConcurrencyHelpers
[120/279] Compiling ConcurrencyHelpers Lock.swift
[121/282] Compiling HeapModule _HeapNode.swift
[122/282] Compiling HeapModule Heap+Descriptions.swift
[124/282] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/282] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/282] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/282] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/282] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/282] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/282] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/282] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/282] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/282] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/282] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/282] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/282] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/282] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/282] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/282] Compiling HeapModule Heap.swift
[140/285] Emitting module Tracing
[141/285] Compiling HeapModule Heap+Invariants.swift
[142/285] Compiling HeapModule Heap+UnsafeHandle.swift
[143/285] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[144/285] Emitting module HeapModule
[145/286] Compiling Tracing TracingTime.swift
[146/286] Compiling Tracing InstrumentationSystem+Tracing.swift
[148/286] Compiling Tracing TracerProtocol.swift
[149/286] Compiling Tracing Tracer.swift
[150/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[151/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[152/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[153/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[154/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[155/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[156/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[157/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[158/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[159/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[160/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[161/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[162/286] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[163/286] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[172/293] Compiling Tracing TracerProtocol+Legacy.swift
[173/293] Compiling HTTPTypes HTTPFieldName.swift
[174/293] Emitting module HTTPTypes
[175/293] Compiling HTTPTypes HTTPFields.swift
[176/293] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/293] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/293] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/295] Compiling UnixSignals UnixSignalsSequence.swift
[188/314] Emitting module UnixSignals
[189/314] Compiling UnixSignals UnixSignal.swift
[193/372] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[194/372] Compiling HashTreeCollections _HashNode+Structural merge.swift
[195/372] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[196/372] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[197/372] Compiling HashTreeCollections _HashNode+Structural union.swift
[198/372] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[199/372] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[200/372] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[201/372] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[202/372] Compiling HashTreeCollections _HashNode.swift
[203/381] Compiling Tracing NoOpTracer.swift
[204/381] Compiling Tracing SpanProtocol.swift
[211/382] Compiling HashTreeCollections _HashNodeHeader.swift
[212/382] Compiling HashTreeCollections _HashSlot.swift
[213/382] Compiling HashTreeCollections TreeDictionary+Codable.swift
[214/382] Compiling HashTreeCollections TreeDictionary+Collection.swift
[215/382] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[216/382] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[217/382] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[218/382] Compiling HashTreeCollections TreeDictionary.swift
[219/382] Compiling HashTreeCollections TreeSet+Codable.swift
[220/382] Compiling HashTreeCollections TreeSet+Collection.swift
[222/469] Compiling Atomics PointerConformances.swift
[223/469] Compiling Atomics Primitives.native.swift
[224/469] Compiling Atomics AtomicBool.swift
[225/469] Compiling Atomics IntegerConformances.swift
[226/471] Compiling Atomics AtomicOptionalWrappable.swift
[227/471] Compiling Atomics AtomicReference.swift
[228/471] Compiling Atomics AtomicStorage.swift
[229/471] Compiling Atomics AtomicValue.swift
[230/471] Compiling Atomics AtomicMemoryOrderings.swift
[231/471] Compiling Atomics DoubleWord.swift
[232/471] Compiling DequeModule _DequeSlot.swift
[233/471] Compiling DequeModule _UnsafeWrappedBuffer.swift
[240/471] Compiling Atomics UnsafeAtomic.swift
[241/471] Compiling Atomics UnsafeAtomicLazyReference.swift
[242/473] Compiling Atomics Primitives.shims.swift
[243/473] Compiling Atomics AtomicInteger.swift
[246/473] Compiling HashTreeCollections TreeSet+Hashable.swift
[247/473] Compiling HashTreeCollections TreeSet+Sendable.swift
[248/473] Compiling _RopeModule Rope+Join.swift
[249/473] Compiling _RopeModule Rope+MutatingForEach.swift
[250/473] Compiling _RopeModule Rope+Remove.swift
[251/473] Compiling _RopeModule Rope+RemoveSubrange.swift
[252/473] Compiling _RopeModule Rope+Split.swift
[253/473] Compiling _RopeModule Optional Utilities.swift
[254/473] Compiling _RopeModule String Utilities.swift
[255/473] Compiling _RopeModule String.Index+ABI.swift
[258/483] Compiling Atomics IntegerOperations.swift
[259/483] Compiling Atomics Unmanaged extensions.swift
[260/483] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[261/483] Compiling BitCollections BitSet+Extras.swift
[262/483] Compiling BitCollections BitSet+Hashable.swift
[271/490] Compiling BitCollections BitSet+Codable.swift
[272/490] Compiling BitCollections BitSet+Initializers.swift
[273/490] Compiling BitCollections BitSet+Invariants.swift
[274/490] Compiling BitCollections BitSet+Random.swift
[275/490] Compiling BitCollections BitSet+SetAlgebra basics.swift
[276/490] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[277/490] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[278/490] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[279/490] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[280/490] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[291/490] Compiling Atomics OptionalRawRepresentable.swift
[292/490] Compiling Atomics RawRepresentable.swift
[295/490] Compiling BitCollections BitSet+SetAlgebra union.swift
[296/490] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[297/490] Compiling BitCollections BitSet.Counted.swift
[298/490] Compiling BitCollections BitSet.Index.swift
[299/490] Compiling BitCollections BitSet._UnsafeHandle.swift
[300/490] Compiling BitCollections BitSet.swift
[301/490] Compiling BitCollections Range+Utilities.swift
[302/490] Compiling BitCollections Slice+Utilities.swift
[303/490] Compiling BitCollections UInt+Tricks.swift
[304/490] Compiling BitCollections _Word.swift
[305/490] Compiling HashTreeCollections TreeDictionary+Keys.swift
[306/490] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[307/490] Compiling HashTreeCollections TreeDictionary+Merge.swift
[308/490] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[309/490] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[310/490] Compiling HashTreeCollections TreeDictionary+Values.swift
[324/490] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[325/490] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[326/490] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[327/490] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[328/490] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[343/490] Emitting module OrderedCollections
[344/490] Emitting module BitCollections
[364/490] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[365/490] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[366/490] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[367/490] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[369/490] Emitting module DequeModule
[371/490] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[373/490] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[375/490] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[377/490] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[379/490] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[381/490] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[383/490] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[384/490] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[385/490] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[386/490] Compiling HashTreeCollections TreeSet.swift
[389/492] Emitting module _RopeModule
[416/492] Compiling BitCollections BitArray+RandomBits.swift
[418/492] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[419/492] Compiling BitCollections BitArray+Shifts.swift
[420/492] Compiling BitCollections BitArray+Testing.swift
[421/492] Compiling BitCollections BitArray._UnsafeHandle.swift
[422/492] Compiling BitCollections BitArray.swift
[423/492] Compiling BitCollections BitSet+BidirectionalCollection.swift
[433/493] Emitting module Metrics
[434/493] Compiling Metrics Metrics.swift
[462/494] Emitting module Atomics
[496/496] Emitting module HashTreeCollections
[498/603] Compiling Collections Collections.swift
[499/603] Emitting module Collections
[500/604] Emitting module AsyncAlgorithms
[502/610] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[503/610] Compiling NIOCore BSDSocketAPI.swift
[504/610] Compiling NIOCore ByteBuffer-aux.swift
[505/610] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[506/610] Compiling NIOCore ByteBuffer-conversions.swift
[507/610] Compiling NIOCore ByteBuffer-core.swift
[508/610] Compiling NIOCore ByteBuffer-hex.swift
[509/610] Compiling NIOCore MarkedCircularBuffer.swift
[510/610] Compiling NIOCore MulticastChannel.swift
[511/610] Compiling AsyncAlgorithms SetAlgebra.swift
[512/610] Compiling AsyncAlgorithms UnsafeTransfer.swift
[513/610] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[514/610] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[515/610] Compiling AsyncAlgorithms ZipStateMachine.swift
[516/610] Compiling AsyncAlgorithms ZipStorage.swift
[517/618] Compiling NIOCore ByteBuffer-int.swift
[518/618] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[519/618] Compiling NIOCore ChannelPipeline.swift
[520/618] Compiling NIOCore CircularBuffer.swift
[521/618] Compiling NIOCore Codec.swift
[522/618] Compiling NIOCore ConvenienceOptionSupport.swift
[523/618] Compiling NIOCore DeadChannel.swift
[524/618] Compiling NIOCore DispatchQueue+WithFuture.swift
[525/618] Compiling NIOCore EventLoop+Deprecated.swift
[526/618] Compiling NIOCore EventLoop+SerialExecutor.swift
[527/618] Compiling NIOCore GlobalSingletons.swift
[528/618] Compiling NIOCore IO.swift
[529/618] Compiling NIOCore IOData.swift
[530/618] Compiling NIOCore IPProtocol.swift
[531/618] Compiling NIOCore IntegerBitPacking.swift
[532/618] Compiling NIOCore IntegerTypes.swift
[533/618] Compiling NIOCore Interfaces.swift
[534/618] Compiling NIOCore Linux.swift
[535/618] Compiling NIOCore ByteBuffer-multi-int.swift
[544/618] Compiling NIOCore ChannelOption.swift
[545/618] Compiling NIOCore AddressedEnvelope.swift
[546/618] Compiling NIOCore AsyncAwaitSupport.swift
[547/618] Compiling NIOCore AsyncChannel.swift
[548/618] Compiling NIOCore AsyncChannelHandler.swift
[549/618] Compiling NIOCore AsyncChannelInboundStream.swift
[550/618] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[551/618] Compiling NIOCore ByteBuffer-views.swift
[552/618] Compiling NIOCore Channel.swift
[553/618] Compiling NIOCore ChannelHandler.swift
[554/618] Compiling NIOCore ChannelHandlers.swift
[555/618] Compiling NIOCore ChannelInvoker.swift
[556/618] Compiling NIOCore AsyncChannelOutboundWriter.swift
[557/618] Compiling NIOCore NIOAsyncSequenceProducer.swift
[558/618] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[559/618] Compiling NIOCore NIOAsyncWriter.swift
[569/626] Compiling NIOCore EventLoop.swift
[570/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[571/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[572/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[573/626] Compiling NIOCore EventLoopFuture.swift
[574/626] Compiling NIOCore FileDescriptor.swift
[575/626] Compiling NIOCore FileHandle.swift
[576/626] Compiling NIOCore FileRegion.swift
[585/627] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[586/628] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[587/628] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[588/628] Compiling NIOCore SocketAddresses.swift
[589/628] Compiling NIOCore SocketOptionProvider.swift
[590/628] Compiling NIOCore SystemCallHelpers.swift
[591/628] Compiling NIOCore TimeAmount+Duration.swift
[592/628] Compiling NIOCore TypeAssistedChannelHandler.swift
[593/628] Compiling NIOCore UniversalBootstrapSupport.swift
[594/628] Compiling NIOCore Utilities.swift
[595/628] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[596/628] Emitting module ServiceLifecycle
[597/628] Compiling ServiceLifecycle CancellationWaiter.swift
[598/628] Compiling ServiceLifecycle GracefulShutdown.swift
[599/628] Compiling ServiceLifecycle ServiceRunnerError.swift
[600/628] Compiling ServiceLifecycle Service.swift
[601/628] Compiling ServiceLifecycle ServiceGroup.swift
[629/629] Emitting module NIOCore
[631/683] Emitting module NIOHTTPTypes
[632/683] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[634/684] Emitting module NIOEmbedded
[635/684] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[636/684] Compiling NIOPosix PooledRecvBufferAllocator.swift
[637/684] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[638/684] Compiling NIOPosix PosixSingletons.swift
[639/684] Compiling NIOPosix RawSocketBootstrap.swift
[640/684] Compiling NIOPosix Resolver.swift
[641/684] Compiling NIOPosix Selectable.swift
[642/690] Compiling NIOEmbedded AsyncTestingChannel.swift
[643/690] Compiling NIOEmbedded Embedded.swift
[645/691] Compiling NIOPosix ThreadPosix.swift
[646/691] Compiling NIOPosix ThreadWindows.swift
[647/691] Compiling NIOPosix UnsafeTransfer.swift
[648/691] Compiling NIOPosix Utilities.swift
[649/691] Compiling NIOPosix VsockAddress.swift
[650/691] Compiling NIOPosix VsockChannelEvents.swift
[651/691] Emitting module NIOPosix
[652/691] Compiling NIOPosix BSDSocketAPICommon.swift
[653/691] Compiling NIOPosix BSDSocketAPIPosix.swift
[654/691] Compiling NIOPosix BSDSocketAPIWindows.swift
[655/691] Compiling NIOPosix BaseSocket.swift
[656/691] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[657/691] Compiling NIOPosix BaseSocketChannel.swift
[658/691] Compiling NIOPosix BaseStreamSocketChannel.swift
[659/691] Compiling NIOPosix SelectableChannel.swift
[660/691] Compiling NIOPosix SelectableEventLoop.swift
[661/691] Compiling NIOPosix SelectorEpoll.swift
[662/691] Compiling NIOPosix SelectorGeneric.swift
[663/691] Compiling NIOPosix SelectorKqueue.swift
[664/691] Compiling NIOPosix SelectorUring.swift
[665/691] Compiling NIOPosix ServerSocket.swift
[666/691] Compiling NIOPosix Socket.swift
[667/691] Compiling NIOPosix SocketChannel.swift
[668/691] Compiling NIOPosix SocketProtocols.swift
[669/691] Compiling NIOPosix System.swift
[670/691] Compiling NIOPosix Thread.swift
[671/691] Compiling NIOPosix IO.swift
[672/691] Compiling NIOPosix IntegerBitPacking.swift
[673/691] Compiling NIOPosix IntegerTypes.swift
[674/691] Compiling NIOPosix Linux.swift
[675/691] Compiling NIOPosix LinuxCPUSet.swift
[676/691] Compiling NIOPosix LinuxUring.swift
[677/691] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[678/691] Compiling NIOPosix Bootstrap.swift
[679/691] Compiling NIOPosix ControlMessage.swift
[680/691] Compiling NIOPosix DatagramVectorReadManager.swift
[681/691] Compiling NIOPosix Errors+Any.swift
[682/691] Compiling NIOPosix FileDescriptor.swift
[683/691] Compiling NIOPosix GetaddrinfoResolver.swift
[684/691] Compiling NIOPosix HappyEyeballs.swift
[685/691] Compiling NIOPosix NIOThreadPool.swift
[686/691] Compiling NIOPosix NonBlockingFileIO.swift
[687/691] Compiling NIOPosix PendingDatagramWritesManager.swift
[688/691] Compiling NIOPosix PendingWritesManager.swift
[689/691] Compiling NIOPosix PipeChannel.swift
[690/691] Compiling NIOPosix PipePair.swift
[691/691] Compiling NIOPosix Pool.swift
[693/694] Emitting module NIO
[694/694] Compiling NIO Exports.swift
[696/711] Emitting module NIOHTTP1
[697/713] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[698/713] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[699/713] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[700/713] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[701/713] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[702/713] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[703/713] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[704/713] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[705/713] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[706/713] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[707/713] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[708/713] Compiling NIOHTTP1 HTTPTypes.swift
[709/713] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[710/713] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[711/713] Compiling NIOHTTP1 ByteCollectionUtils.swift
[712/713] Compiling NIOHTTP1 HTTPDecoder.swift
[713/713] Compiling NIOHTTP1 HTTPEncoder.swift
[715/736] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[716/736] Emitting module NIOHTTPTypesHTTP1
[717/736] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[718/736] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[719/736] Compiling NIOExtras RequestResponseHandler.swift
[720/736] Compiling NIOExtras RequestResponseWithIDHandler.swift
[721/739] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[722/739] Compiling NIOExtras NIOExtrasError.swift
[723/739] Compiling NIOExtras NIOLengthFieldBitLength.swift
[724/739] Compiling NIOExtras NIORequestIdentifiable.swift
[725/739] Compiling NIOExtras PCAPRingBuffer.swift
[726/739] Compiling NIOExtras QuiescingHelper.swift
[728/739] Emitting module NIOExtras
[729/739] Compiling NIOExtras DebugInboundEventsHandler.swift
[730/739] Compiling NIOExtras DebugOutboundEventsHandler.swift
[731/739] Compiling NIOExtras FixedLengthFrameDecoder.swift
[732/739] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[733/739] Compiling NIOExtras LengthFieldPrepender.swift
[734/739] Compiling NIOExtras LineBasedFrameDecoder.swift
[735/739] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[736/739] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[737/739] Compiling NIOExtras JSONRPCFraming.swift
[738/739] Compiling NIOExtras UnsafeTransfer.swift
[739/739] Compiling NIOExtras WritePCAPHandler.swift
[741/764] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[742/764] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[743/764] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[744/767] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[745/767] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[746/767] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[747/767] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[748/767] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[749/767] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[750/767] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[751/767] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[752/767] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[753/767] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[754/767] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[755/767] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[756/767] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[757/767] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[758/767] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[759/767] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[760/767] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[761/767] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[762/767] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[763/767] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[764/767] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[765/767] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[766/767] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[767/767] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[769/832] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[770/832] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[771/832] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[772/832] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[773/832] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[774/832] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[775/832] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[776/832] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[777/832] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[778/841] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[779/841] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[780/841] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[781/841] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[782/841] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[783/841] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[784/841] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[785/841] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[786/841] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[787/841] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[788/841] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[789/841] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[790/841] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/841] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/841] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[793/841] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[794/841] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/841] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[796/841] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[797/841] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[798/841] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[799/841] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[800/841] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[801/841] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[802/841] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[803/841] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[804/841] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[805/841] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[806/841] Compiling Hummingbird _SpreadMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[807/841] Compiling Hummingbird TracingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[808/841] Compiling Hummingbird EndpointResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[809/841] Compiling Hummingbird Parameters+UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[810/841] Compiling Hummingbird Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[811/841] Compiling Hummingbird ResponseGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[812/841] Compiling Hummingbird RouteCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[813/841] Compiling Hummingbird Router+validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[814/841] Compiling Hummingbird Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[815/841] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[816/841] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/841] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/841] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/841] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[820/841] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/841] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/841] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[823/841] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[824/841] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[825/841] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[826/841] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[827/841] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[828/841] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/841] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[830/841] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[831/841] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[832/841] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[833/841] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[834/841] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/841] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[836/841] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[837/841] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[838/841] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/841] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[840/841] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/841] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[843/845] Compiling HummingbirdElementary HTMLResponseBodyWriter.swift
[844/845] Emitting module HummingbirdElementary
[845/845] Compiling HummingbirdElementary HTMLResponse.swift
Build complete! (90.10s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sliemeobn/elementary.git"
}
],
"manifest_display_name" : "hummingbird-elementary",
"name" : "hummingbird-elementary",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "HummingbirdElementary",
"targets" : [
"HummingbirdElementary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdElementaryTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdElementaryTests",
"path" : "Tests/HummingbirdElementaryTests",
"product_dependencies" : [
"Elementary",
"HummingbirdTesting"
],
"sources" : [
"HTMLResponseTests.swift",
"NonSendableHTMLResponseTests.swift"
],
"target_dependencies" : [
"HummingbirdElementary"
],
"type" : "test"
},
{
"c99name" : "HummingbirdElementary",
"module_type" : "SwiftTarget",
"name" : "HummingbirdElementary",
"path" : "Sources/HummingbirdElementary",
"product_dependencies" : [
"Hummingbird",
"Elementary"
],
"product_memberships" : [
"HummingbirdElementary"
],
"sources" : [
"HTMLResponse.swift",
"HTMLResponseBodyWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.