The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of hummingbird-elementary, reference 0.4.1 (e41590), with Swift 6.1 for Android on 30 May 2025 01:14:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/sliemeobn/elementary.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/1263] Fetching elementary
[1264/25746] Fetching elementary, hummingbird
Fetched https://github.com/sliemeobn/elementary.git from cache (0.36s)
[3673/24483] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.04s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (1.80s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[2668/5093] Fetching swift-nio-transport-services, swift-service-lifecycle
[3372/11007] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras
[6411/22534] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2
[9568/36548] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
[10647/51391] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.29s)
Fetching https://github.com/apple/swift-nio.git
[33667/37377] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.86s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.86s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.87s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-http-types.git
[1/76108] Fetching swift-nio
[3046/81082] Fetching swift-nio, swift-distributed-tracing
[4539/83288] Fetching swift-nio, swift-distributed-tracing, swift-metrics
[6017/84192] Fetching swift-nio, swift-distributed-tracing, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (2.08s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.98s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[83288/83288] Fetching swift-nio, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.02s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-metrics.git from cache (2.34s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.37s)
[1/1710] Fetching swift-atomics
[446/5546] Fetching swift-atomics, swift-log
[1180/22137] Fetching swift-atomics, swift-log, swift-collections
[3692/27122] Fetching swift-atomics, swift-log, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (1.04s)
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.86s)
[7632/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio.git from cache (5.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (9.08s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.90s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
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.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.19s)
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.53s)
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 (1.23s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
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.91s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.59s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/5959] Fetching swift-algorithms
[5960/7549] Fetching swift-algorithms, swift-asn1
[7550/8690] Fetching swift-algorithms, swift-asn1, swift-http-structured-headers
[8372/14845] Fetching swift-algorithms, swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.99s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.99s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.99s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.99s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.55s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.76s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.67s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.79s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.74s)
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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.5.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/48] Write sources
[34/48] Compiling CNIODarwin shim.c
[35/48] Compiling _AtomicsShims.c
[36/48] Compiling CNIOWindows WSAStartup.c
[37/48] Compiling CNIOWindows shim.c
[37/48] Compiling CNIOLinux liburing_shims.c
[39/48] Compiling CNIOWASI CNIOWASI.c
[39/48] Write sources
[41/48] Compiling CNIOLLHTTP c_nio_http.c
[42/48] Compiling CNIOLinux shim.c
[43/48] Compiling CNIOLLHTTP c_nio_api.c
[44/48] Write swift-version-24593BA9C3E375BF.txt
[45/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/84] Emitting module _NIODataStructures
[48/84] Emitting module InternalCollectionsUtilities
[48/84] Compiling c-nioatomics.c
[50/85] Compiling HTTPTypes HTTPResponse.swift
[51/86] Compiling Logging LogHandler.swift
[52/86] Compiling HTTPTypes HTTPFieldName.swift
[53/86] Compiling HTTPTypes ISOLatin1String.swift
[54/86] Compiling HTTPTypes HTTPRequest.swift
[55/86] Compiling _NIODataStructures _TinyArray.swift
[56/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/86] Compiling InternalCollectionsUtilities Debugging.swift
[58/86] Compiling HTTPTypes HTTPParsedFields.swift
[59/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/86] Emitting module _NIOBase64
[62/86] Compiling _NIOBase64 Base64.swift
[63/86] Compiling _NIODataStructures PriorityQueue.swift
[64/86] Compiling _NIODataStructures Heap.swift
[65/86] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/86] Compiling InternalCollectionsUtilities Integer rank.swift
[67/86] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/86] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/88] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/88] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/88] Compiling InternalCollectionsUtilities Descriptions.swift
[73/88] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/88] Emitting module ServiceContextModule
[75/88] Compiling ServiceContextModule ServiceContextKey.swift
[76/88] Compiling ServiceContextModule ServiceContext.swift
[79/111] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/112] Compiling HTTPTypes NIOLock.swift
[83/143] Compiling Instrumentation Instrument.swift
[84/143] Compiling Instrumentation NoOpInstrument.swift
[85/143] Compiling ConcurrencyHelpers LockedValueBox.swift
[86/143] Emitting module Instrumentation
[87/143] Compiling Instrumentation InstrumentationSystem.swift
[88/143] Compiling Instrumentation MultiplexInstrument.swift
[88/143] Compiling c-atomics.c
[90/143] Compiling Atomics AtomicMemoryOrderings.swift
[91/143] Compiling Atomics DoubleWord.swift
[92/143] Compiling Atomics ManagedAtomic.swift
[93/143] Compiling Atomics ManagedAtomicLazyReference.swift
[94/143] Compiling Atomics UnsafeAtomic.swift
[95/143] Compiling Atomics UnsafeAtomicLazyReference.swift
[96/213] Compiling _RopeModule BigString+Builder.swift
[97/213] Compiling _RopeModule BigString+Contents.swift
[98/213] Compiling _RopeModule BigString+Debugging.swift
[99/213] Emitting module CoreMetrics
[100/213] Compiling _RopeModule BigString+Chunk.swift
[101/213] Compiling _RopeModule BigString+BidirectionalCollection.swift
[102/213] Compiling _RopeModule BigString+Iterators.swift
[103/213] Compiling _RopeModule BigString+Metrics.swift
[104/213] Compiling _RopeModule BigString+Summary.swift
[105/213] Compiling _RopeModule BigString.swift
[106/213] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[107/213] Compiling _RopeModule BigString+Chunk+Breaks.swift
[108/213] Compiling CoreMetrics Metrics.swift
[109/213] Compiling Logging MetadataProvider.swift
[110/213] Compiling CoreMetrics Locks.swift
[111/214] Emitting module ConcurrencyHelpers
[112/214] Compiling Instrumentation Locks.swift
[113/214] Compiling ConcurrencyHelpers Lock.swift
[114/216] Compiling Logging Locks.swift
[115/216] Emitting module Logging
[116/216] Compiling Logging Logging.swift
[121/287] Compiling OrderedCollections OrderedSet+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
[122/287] Compiling OrderedCollections OrderedSet+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
[123/287] Compiling OrderedCollections OrderedSet+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
[124/287] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/287] Compiling OrderedCollections OrderedSet+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
[126/287] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/292] 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
[128/292] 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
[129/292] 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
[130/292] 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
[131/292] 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
[132/292] 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
[133/292] 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
[134/292] 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
[135/292] 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
[136/292] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/292] Compiling OrderedCollections OrderedSet+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
[138/292] Compiling OrderedCollections OrderedSet+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
[139/292] Compiling OrderedCollections OrderedSet+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
[140/292] Compiling OrderedCollections OrderedSet+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
[141/292] Compiling OrderedCollections OrderedSet+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
[142/292] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/292] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[144/292] Emitting module Tracing
[145/292] Compiling Tracing TracingTime.swift
[146/292] Compiling NIOConcurrencyHelpers NIOLock.swift
[167/301] Compiling UnixSignals UnixSignalsSequence.swift
[168/301] Compiling Tracing InstrumentationSystem+Tracing.swift
[169/301] Compiling UnixSignals UnixSignal.swift
[170/301] Emitting module UnixSignals
[171/301] Compiling Tracing TracerProtocol.swift
[172/301] Compiling Tracing Tracer.swift
[173/301] Compiling Tracing TracerProtocol+Legacy.swift
[174/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[175/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[176/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[177/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[178/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[179/302] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[180/302] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[181/302] Compiling OrderedCollections OrderedDictionary+Codable.swift
[182/302] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[183/302] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[184/302] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[185/302] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[186/302] Compiling OrderedCollections OrderedDictionary+Elements.swift
[187/302] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[188/302] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[189/302] Compiling _RopeModule BigString+Split.swift
[190/302] Compiling _RopeModule Range+BigString.swift
[191/302] Compiling _RopeModule BigString+UTF16View.swift
[192/302] Compiling _RopeModule BigString+UTF8View.swift
[193/302] Compiling _RopeModule _RopeVersion.swift
[194/302] Compiling _RopeModule Rope+Collection.swift
[195/302] Compiling _RopeModule Rope+Index.swift
[196/302] Compiling _RopeModule Rope+Sequence.swift
[197/302] Compiling _RopeModule Rope+Append.swift
[198/302] Compiling _RopeModule Rope+Extract.swift
[199/302] Compiling _RopeModule Rope+Find.swift
[200/302] Compiling _RopeModule Rope+ForEachWhile.swift
[201/302] Compiling _RopeModule Rope+Insert.swift
[202/302] Emitting module Atomics
[203/302] Compiling NIOConcurrencyHelpers lock.swift
[212/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[213/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[214/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[215/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[216/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[217/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[218/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[236/310] Compiling Elementary RenderingUtils.swift
[237/310] Compiling Elementary SendOnceBox.swift
[238/310] Compiling Elementary SendableAnyHTMLBox.swift
[239/310] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[240/310] Compiling NIOConcurrencyHelpers atomics.swift
[241/310] Emitting module NIOConcurrencyHelpers
[242/311] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[243/311] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[244/311] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[245/311] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[246/311] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[247/311] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[248/311] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[249/311] Compiling OrderedCollections OrderedDictionary+Values.swift
[259/320] Compiling Tracing NoOpTracer.swift
[260/320] Compiling Tracing SpanProtocol.swift
[262/397] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[263/397] Compiling HeapModule Heap+Invariants.swift
[264/397] Compiling HeapModule Heap+UnsafeHandle.swift
[265/397] Compiling HeapModule Heap+Descriptions.swift
[266/412] Compiling HeapModule _HeapNode.swift
[267/412] Compiling HeapModule Heap.swift
[268/412] Compiling HashTreeCollections TreeSet+Hashable.swift
[269/412] Compiling HashTreeCollections TreeSet+Sendable.swift
[270/412] Compiling HashTreeCollections TreeSet+Sequence.swift
[271/412] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[272/412] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[273/412] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[274/412] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[275/412] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[276/412] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[277/412] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[278/422] Emitting module HeapModule
[280/423] Compiling DequeModule Deque+Codable.swift
[281/423] Compiling DequeModule Deque+Collection.swift
[282/423] Compiling DequeModule Deque+Equatable.swift
[283/423] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[284/423] Compiling DequeModule Deque+CustomReflectable.swift
[285/423] Compiling DequeModule Deque+Descriptions.swift
[286/423] Compiling DequeModule Deque+Extras.swift
[287/423] Compiling DequeModule Deque+Hashable.swift
[288/423] Compiling DequeModule _DequeBuffer.swift
[289/423] Compiling DequeModule _DequeBufferHeader.swift
[290/425] Emitting module _RopeModule
[291/425] Compiling HashTreeCollections TreeDictionary.swift
[292/425] Compiling HashTreeCollections TreeSet+Codable.swift
[293/425] Compiling HashTreeCollections TreeSet+Collection.swift
[294/425] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[295/425] Compiling HashTreeCollections TreeSet+Debugging.swift
[296/425] Compiling HashTreeCollections TreeSet+Descriptions.swift
[297/425] Compiling HashTreeCollections TreeSet+Equatable.swift
[298/425] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[299/425] Compiling HashTreeCollections TreeSet+Extras.swift
[300/425] Compiling HashTreeCollections TreeSet+Filter.swift
[301/425] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[302/425] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[303/425] Compiling HashTreeCollections TreeDictionary+Filter.swift
[304/425] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[305/425] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[306/425] Compiling HashTreeCollections TreeDictionary+Keys.swift
[307/425] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[308/425] Compiling HashTreeCollections TreeDictionary+Merge.swift
[309/425] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[310/425] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[311/425] Compiling HashTreeCollections TreeDictionary+Values.swift
[312/472] Compiling BitCollections BitArray._UnsafeHandle.swift
[313/472] Compiling BitCollections BitArray.swift
[314/472] Compiling BitCollections BitArray+Shifts.swift
[315/472] Compiling BitCollections BitArray+Testing.swift
[316/472] Compiling BitCollections BitSet+BidirectionalCollection.swift
[317/472] Compiling BitCollections BitSet+Codable.swift
[325/478] Compiling BitCollections BitArray+Invariants.swift
[326/478] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[327/478] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[328/478] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[329/478] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[330/478] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[331/478] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[332/478] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[333/478] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[334/478] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[335/478] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[336/478] Compiling HashTreeCollections TreeSet.swift
[337/478] Compiling BitCollections BitArray+Equatable.swift
[338/478] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[339/478] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[340/478] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[341/478] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[342/478] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[343/478] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[344/478] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[345/478] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[346/478] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[347/478] Compiling BitCollections BitSet+Extras.swift
[348/478] Compiling BitCollections BitSet+Hashable.swift
[349/478] Compiling BitCollections BitArray+BitwiseOperations.swift
[350/478] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[351/478] Compiling BitCollections BitArray+Codable.swift
[352/478] Compiling BitCollections BitArray+Collection.swift
[353/478] Compiling BitCollections BitArray+Copy.swift
[354/478] Compiling BitCollections BitArray+CustomReflectable.swift
[355/478] Compiling BitCollections BitArray+Descriptions.swift
[356/478] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[357/478] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[358/478] Compiling BitCollections BitArray+Extras.swift
[359/478] Compiling BitCollections BitArray+Fill.swift
[360/478] Emitting module OrderedCollections
[362/479] Compiling HTTPTypes HTTPField.swift
[363/479] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[364/479] Compiling BitCollections BitSet+CustomReflectable.swift
[365/479] Compiling BitCollections BitSet+CustomStringConvertible.swift
[366/479] Compiling BitCollections BitSet+Equatable.swift
[370/479] Emitting module HTTPTypes
[371/479] Compiling HTTPTypes HTTPFields.swift
[372/479] Compiling BitCollections BitArray+RandomBits.swift
[373/479] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[374/479] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[381/594] Compiling NIOCore DispatchQueue+WithFuture.swift
[382/594] Compiling NIOCore EventLoop+Deprecated.swift
[383/594] Compiling NIOCore EventLoop+SerialExecutor.swift
[384/594] Compiling NIOCore EventLoop.swift
[385/594] Compiling NIOCore AddressedEnvelope.swift
[386/594] Compiling NIOCore AsyncAwaitSupport.swift
[387/594] Compiling NIOCore AsyncChannel.swift
[388/594] Compiling NIOCore AsyncChannelHandler.swift
[389/594] Compiling NIOCore AsyncChannelInboundStream.swift
[390/594] Compiling NIOCore AsyncChannelOutboundWriter.swift
[391/594] Compiling NIOCore NIOAsyncSequenceProducer.swift
[394/594] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[395/594] Compiling NIOCore NIOAsyncWriter.swift
[396/594] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[397/594] Compiling NIOCore EventLoopFuture+Deprecated.swift
[398/594] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[399/594] Compiling NIOCore NIOCloseOnErrorHandler.swift
[400/594] Compiling NIOCore NIOLoopBound.swift
[401/594] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[402/594] Compiling NIOCore NIOScheduledCallback.swift
[403/594] Compiling NIOCore NIOSendable.swift
[404/594] Compiling NIOCore RecvByteBufferAllocator.swift
[405/594] Compiling NIOCore IO.swift
[406/594] Compiling NIOCore EventLoopFuture.swift
[407/594] Compiling NIOCore FileDescriptor.swift
[408/594] Compiling NIOCore FileHandle.swift
[409/594] Compiling NIOCore FileRegion.swift
[410/594] Compiling NIOCore GlobalSingletons.swift
[411/594] Compiling NIOCore MulticastChannel.swift
[412/594] Compiling NIOCore NIOAny.swift
[413/594] Emitting module BitCollections
[424/595] Emitting module HashTreeCollections
[425/595] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[426/595] Compiling NIOCore ByteBuffer-multi-int.swift
[427/595] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[428/595] Compiling NIOCore ByteBuffer-views.swift
[429/595] Compiling NIOCore Channel.swift
[430/595] Compiling NIOCore ChannelHandler.swift
[431/595] Compiling NIOCore ChannelHandlers.swift
[432/595] Compiling NIOCore ChannelInvoker.swift
[441/595] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[442/595] Compiling NIOCore BSDSocketAPI.swift
[443/595] Compiling NIOCore ByteBuffer-aux.swift
[444/595] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[445/595] Compiling NIOCore ByteBuffer-conversions.swift
[446/595] Compiling NIOCore ByteBuffer-core.swift
[447/595] Compiling NIOCore ByteBuffer-hex.swift
[448/595] Compiling NIOCore ByteBuffer-int.swift
[449/595] Compiling NIOCore IOData.swift
[450/595] Compiling NIOCore IPProtocol.swift
[451/595] Compiling NIOCore IntegerBitPacking.swift
[452/595] Compiling NIOCore IntegerTypes.swift
[453/595] Compiling NIOCore Interfaces.swift
[454/595] Compiling NIOCore Linux.swift
[455/595] Compiling NIOCore MarkedCircularBuffer.swift
[456/596] Emitting module AsyncAlgorithms
[458/602] Emitting module Metrics
[459/602] Compiling Metrics Metrics.swift
[467/603] Compiling NIOCore ConvenienceOptionSupport.swift
[468/603] Compiling NIOCore DeadChannel.swift
[475/603] Compiling NIOCore ChannelOption.swift
[476/603] Compiling NIOCore ChannelPipeline.swift
[477/603] Compiling NIOCore CircularBuffer.swift
[478/603] Compiling NIOCore Codec.swift
[539/604] Compiling AsyncAlgorithms SetAlgebra.swift
[540/604] Compiling AsyncAlgorithms UnsafeTransfer.swift
[541/604] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[542/604] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[543/604] Compiling AsyncAlgorithms ZipStateMachine.swift
[544/604] Compiling AsyncAlgorithms ZipStorage.swift
[578/623] Compiling Collections Collections.swift
[579/623] Emitting module Collections
[581/624] Compiling ServiceLifecycle CancellationWaiter.swift
[582/624] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[583/625] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[584/625] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[585/625] Emitting module ServiceLifecycle
[586/625] Compiling ServiceLifecycle ServiceRunnerError.swift
[587/625] Compiling ServiceLifecycle ServiceGroup.swift
[588/625] Compiling ServiceLifecycle Service.swift
[589/625] Compiling ServiceLifecycle GracefulShutdown.swift
[591/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[592/626] Compiling NIOCore SocketAddresses.swift
[593/626] Compiling NIOCore SocketOptionProvider.swift
[594/626] Compiling NIOCore SystemCallHelpers.swift
[595/626] Compiling NIOCore TimeAmount+Duration.swift
[596/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[597/626] Compiling NIOCore UniversalBootstrapSupport.swift
[598/626] Compiling NIOCore Utilities.swift
[599/626] Emitting module NIOCore
[628/679] Emitting module NIOHTTPTypes
[629/679] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[631/680] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[632/680] Emitting module NIOEmbedded
[633/680] Compiling NIOEmbedded AsyncTestingChannel.swift
[634/680] Compiling NIOEmbedded Embedded.swift
[636/681] Compiling NIOPosix ServerSocket.swift
[637/681] Compiling NIOPosix Socket.swift
[638/681] Compiling NIOPosix SocketChannel.swift
[639/681] Compiling NIOPosix SocketProtocols.swift
[640/681] Compiling NIOPosix System.swift
[641/681] Compiling NIOPosix Thread.swift
[642/687] Compiling NIOPosix Pool.swift
[643/687] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[644/687] Compiling NIOPosix PosixSingletons.swift
[645/687] Compiling NIOPosix RawSocketBootstrap.swift
[646/687] Compiling NIOPosix Resolver.swift
[647/687] Compiling NIOPosix Selectable.swift
[648/687] Compiling NIOPosix SelectableChannel.swift
[649/687] Compiling NIOPosix SelectableEventLoop.swift
[650/687] Compiling NIOPosix SelectorEpoll.swift
[651/687] Compiling NIOPosix SelectorGeneric.swift
[652/687] Compiling NIOPosix SelectorKqueue.swift
[653/687] Compiling NIOPosix SelectorUring.swift
[654/687] Compiling NIOPosix IO.swift
[655/687] Compiling NIOPosix IntegerBitPacking.swift
[656/687] Compiling NIOPosix IntegerTypes.swift
[657/687] Compiling NIOPosix Linux.swift
[658/687] Compiling NIOPosix LinuxCPUSet.swift
[659/687] Compiling NIOPosix LinuxUring.swift
[660/687] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[661/687] Compiling NIOPosix ThreadPosix.swift
[662/687] Compiling NIOPosix ThreadWindows.swift
[663/687] Compiling NIOPosix UnsafeTransfer.swift
[664/687] Compiling NIOPosix Utilities.swift
[665/687] Compiling NIOPosix VsockAddress.swift
[666/687] Compiling NIOPosix VsockChannelEvents.swift
[667/687] Compiling NIOPosix NIOThreadPool.swift
[668/687] Compiling NIOPosix NonBlockingFileIO.swift
[669/687] Compiling NIOPosix PendingDatagramWritesManager.swift
[670/687] Compiling NIOPosix PendingWritesManager.swift
[671/687] Compiling NIOPosix PipeChannel.swift
[672/687] Compiling NIOPosix PipePair.swift
[673/687] Emitting module NIOPosix
[674/687] Compiling NIOPosix BSDSocketAPICommon.swift
[675/687] Compiling NIOPosix BSDSocketAPIPosix.swift
[676/687] Compiling NIOPosix BSDSocketAPIWindows.swift
[677/687] Compiling NIOPosix BaseSocket.swift
[678/687] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[679/687] Compiling NIOPosix BaseSocketChannel.swift
[680/687] Compiling NIOPosix BaseStreamSocketChannel.swift
[681/687] Compiling NIOPosix Bootstrap.swift
[682/687] Compiling NIOPosix ControlMessage.swift
[683/687] Compiling NIOPosix DatagramVectorReadManager.swift
[684/687] Compiling NIOPosix Errors+Any.swift
[685/687] Compiling NIOPosix FileDescriptor.swift
[686/687] Compiling NIOPosix GetaddrinfoResolver.swift
[687/687] Compiling NIOPosix HappyEyeballs.swift
[689/690] Emitting module NIO
[690/690] Compiling NIO Exports.swift
[692/707] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[693/707] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[694/709] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[695/709] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[696/709] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[697/709] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[698/709] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[699/709] Compiling NIOHTTP1 HTTPTypes.swift
[700/709] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[701/709] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[702/709] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[703/709] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[704/709] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[705/709] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[706/709] Compiling NIOHTTP1 ByteCollectionUtils.swift
[707/709] Compiling NIOHTTP1 HTTPDecoder.swift
[708/709] Compiling NIOHTTP1 HTTPEncoder.swift
[709/709] Emitting module NIOHTTP1
[711/732] Emitting module NIOHTTPTypesHTTP1
[712/732] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[713/732] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[714/732] Compiling NIOExtras NIOExtrasError.swift
[715/734] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[716/734] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[718/735] Compiling NIOExtras NIOLengthFieldBitLength.swift
[719/735] Compiling NIOExtras NIORequestIdentifiable.swift
[720/735] Compiling NIOExtras PCAPRingBuffer.swift
[721/735] Compiling NIOExtras QuiescingHelper.swift
[722/735] Compiling NIOExtras RequestResponseHandler.swift
[723/735] Compiling NIOExtras RequestResponseWithIDHandler.swift
[724/735] Emitting module NIOExtras
[725/735] Compiling NIOExtras DebugInboundEventsHandler.swift
[726/735] Compiling NIOExtras DebugOutboundEventsHandler.swift
[727/735] Compiling NIOExtras FixedLengthFrameDecoder.swift
[728/735] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[729/735] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[730/735] Compiling NIOExtras JSONRPCFraming.swift
[731/735] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[732/735] Compiling NIOExtras LengthFieldPrepender.swift
[733/735] Compiling NIOExtras LineBasedFrameDecoder.swift
[734/735] Compiling NIOExtras UnsafeTransfer.swift
[735/735] Compiling NIOExtras WritePCAPHandler.swift
[737/760] 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
[738/760] 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
[739/760] 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
[740/763] 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
[741/763] 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
[742/763] 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
[743/763] 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
[744/763] 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
[745/763] 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
[746/763] 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
[747/763] 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
[748/763] 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
[749/763] 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
[750/763] 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
[751/763] 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
[752/763] 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
[753/763] 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
[754/763] 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
[755/763] 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
[756/763] 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
[757/763] 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
[758/763] 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
[759/763] 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
[760/763] 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
[761/763] 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
[762/763] 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
[763/763] 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
[765/828] 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
[766/837] 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
[767/837] 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
[768/837] 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
[769/837] 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
[770/837] 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
[771/837] 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
[772/837] 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
[773/837] 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
[774/837] 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
[775/837] 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
[776/837] 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
[777/837] 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
[778/837] 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
[779/837] 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
[780/837] 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
[781/837] 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
[782/837] 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
[783/837] 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
[784/837] 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
[785/837] 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
[786/837] 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
[787/837] 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
[788/837] 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
[789/837] 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
[790/837] 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
[791/837] 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
[792/837] 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
[793/837] 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
[794/837] 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
[795/837] 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
[796/837] 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
[797/837] 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
[798/837] 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
[799/837] 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
[800/837] 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
[801/837] 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
[802/837] 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
[803/837] 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
[804/837] 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
[805/837] 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
[806/837] 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
[807/837] 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
[808/837] 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
[809/837] 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
[810/837] 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
[811/837] 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
[812/837] 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
[813/837] 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
[814/837] 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
[815/837] 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
[816/837] 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
[817/837] 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
[818/837] 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
[819/837] 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
[820/837] 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
[821/837] 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
[822/837] 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
[823/837] 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
[824/837] 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
[825/837] 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
[826/837] 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
[827/837] 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
[828/837] 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
[829/837] 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
[830/837] 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
[831/837] 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
[832/837] 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
[833/837] 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
[834/837] 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
[835/837] 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
[836/837] 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
[837/837] 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
[839/841] Compiling HummingbirdElementary HTMLResponseBodyWriter.swift
[840/841] Emitting module HummingbirdElementary
[841/841] Compiling HummingbirdElementary HTMLResponse.swift
Build complete! (159.69s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.