The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of hummingbird-compression, reference 2.0.0 (947b17), with Swift 6.1 for Linux on 29 Apr 2025 22:39:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-compression.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-compression
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 947b17b Use ZlibConfiguration enums (#25)
Cloned https://github.com/hummingbird-project/hummingbird-compression.git
Revision (git rev-parse @):
947b17b1805f7cc1b83536261abf1e26d3bdfebd
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-compression.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-compression.git
https://github.com/hummingbird-project/hummingbird-compression.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" : "compress-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/compress-nio.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-compression",
  "name" : "hummingbird-compression",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdCompression",
      "targets" : [
        "HummingbirdCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdCompressionTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdCompressionTests",
      "path" : "Tests/HummingbirdCompressionTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "CompressionTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdCompression"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdCompression",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdCompression",
      "path" : "Sources/HummingbirdCompression",
      "product_dependencies" : [
        "Hummingbird",
        "NIO",
        "CompressNIO"
      ],
      "product_memberships" : [
        "HummingbirdCompression"
      ],
      "sources" : [
        "CompressedBodyWriter.swift",
        "RequestDecompressionMiddleware.swift",
        "ResponseCompressionMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio.git
[1/643] Fetching compress-nio
[644/25066] Fetching compress-nio, hummingbird
[6018/100627] Fetching compress-nio, hummingbird, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (4.87s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (4.89s)
Fetched https://github.com/apple/swift-nio.git from cache (4.97s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (6.24s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (1.88s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2619] Fetching swift-nio-transport-services
[604/8281] Fetching swift-nio-transport-services, swift-nio-extras
[957/10675] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
[3790/22179] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, swift-nio-http2
[5395/36069] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, swift-nio-http2, async-http-client
[14979/33675] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
[15536/48484] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[30656/53458] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.41s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.16s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.17s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.45s)
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.52s)
Fetching https://github.com/apple/swift-atomics.git
[1037/4740] Fetching swift-log, swift-http-types
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.55s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
[1/1705] Fetching swift-atomics
[632/17974] Fetching swift-atomics, swift-collections
[16837/22939] Fetching swift-atomics, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (1.50s)
Fetched https://github.com/apple/swift-log.git from cache (1.50s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.36s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.44s)
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (4.24s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.22s)
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.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.61s)
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.73s)
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.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.87s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.96s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.75s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/5903] Fetching swift-algorithms
[474/7030] Fetching swift-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.15s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (1.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.99s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.10s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.14s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Building for debugging...
[0/49] Write sources
[34/49] Compiling CNIOWindows shim.c
[35/49] Compiling CNIOWindows WSAStartup.c
[36/49] Compiling _AtomicsShims.c
[37/49] Compiling CNIOWASI CNIOWASI.c
[38/49] Compiling CNIOLinux liburing_shims.c
[39/49] Compiling CNIODarwin shim.c
[40/49] Compiling CNIOLLHTTP c_nio_http.c
[40/49] Write sources
[42/49] Compiling CNIOLinux shim.c
[43/49] Compiling CNIOLLHTTP c_nio_api.c
[44/49] Compiling CCompressZlib empty.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/88] Emitting module ServiceContextModule
[49/88] Emitting module InternalCollectionsUtilities
[50/90] Emitting module _NIODataStructures
[51/90] Compiling ServiceContextModule ServiceContextKey.swift
[52/90] Compiling ServiceContextModule ServiceContext.swift
[53/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/91] Compiling HTTPTypes ISOLatin1String.swift
[56/92] Compiling _NIODataStructures _TinyArray.swift
[57/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/92] Compiling InternalCollectionsUtilities Specialize.swift
[59/92] Compiling HTTPTypes HTTPResponse.swift
[60/92] Compiling _NIODataStructures PriorityQueue.swift
[61/92] Compiling HTTPTypes HTTPParsedFields.swift
[62/92] Compiling HTTPTypes HTTPRequest.swift
[62/92] Compiling c-nioatomics.c
[64/92] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/92] Compiling InternalCollectionsUtilities Debugging.swift
[67/92] Compiling InternalCollectionsUtilities Descriptions.swift
[68/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[69/92] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[70/92] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[71/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/92] Emitting module _NIOBase64
[74/92] Compiling _NIOBase64 Base64.swift
[75/92] Emitting module HTTPTypes
[76/92] Compiling HTTPTypes HTTPField.swift
[77/93] Compiling Logging LogHandler.swift
[78/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/93] Compiling InternalCollectionsUtilities Integer rank.swift
[80/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/174] Compiling ConcurrencyHelpers LockedValueBox.swift
[87/174] Emitting module Instrumentation
[88/174] Compiling Instrumentation NoOpInstrument.swift
[89/174] Compiling Instrumentation MultiplexInstrument.swift
[90/174] Compiling Instrumentation Instrument.swift
[91/174] Compiling Instrumentation InstrumentationSystem.swift
[91/174] Compiling c-atomics.c
[93/174] Compiling Instrumentation Locks.swift
[94/174] Compiling ConcurrencyHelpers Lock.swift
[95/174] Emitting module ConcurrencyHelpers
[96/176] Compiling HTTPTypes NIOLock.swift
[97/176] Compiling _NIODataStructures Heap.swift
[98/176] Emitting module Logging
[99/176] Compiling Logging MetadataProvider.swift
[100/177] Compiling Logging Locks.swift
[101/177] Compiling Logging Logging.swift
[106/236] Emitting module CoreMetrics
[107/237] Compiling CoreMetrics Locks.swift
[108/237] Compiling CoreMetrics Metrics.swift
[110/326] Compiling HashTreeCollections _HashTreeIterator.swift
[111/326] Compiling HashTreeCollections _HashTreeStatistics.swift
[112/326] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[113/326] Compiling HashTreeCollections _RawHashNode.swift
[114/326] Compiling HashTreeCollections _UnmanagedHashNode.swift
[115/326] Compiling HashTreeCollections _UnsafePath.swift
[116/326] Compiling HashTreeCollections TreeDictionary+Codable.swift
[117/326] Compiling HashTreeCollections TreeDictionary+Collection.swift
[118/326] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[119/326] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[120/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[121/335] Compiling HeapModule Heap+Descriptions.swift
[122/343] Compiling HeapModule _HeapNode.swift
[123/343] Compiling HeapModule Heap.swift
[124/343] Compiling HeapModule Heap+Invariants.swift
[125/343] Compiling HeapModule Heap+UnsafeHandle.swift
[126/343] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[127/343] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[128/343] Compiling HashTreeCollections TreeDictionary+Keys.swift
[129/343] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[130/343] Compiling HashTreeCollections TreeDictionary+Merge.swift
[131/343] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[132/343] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[133/343] Compiling HashTreeCollections _HashNode+Structural union.swift
[134/343] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[135/343] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[136/343] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[137/343] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[138/343] Compiling HashTreeCollections _HashNode.swift
[139/343] Compiling HashTreeCollections _HashNodeHeader.swift
[140/350] Compiling Tracing InstrumentationSystem+Tracing.swift
[141/350] Emitting module HeapModule
[142/351] Compiling NIOConcurrencyHelpers lock.swift
[144/351] Compiling Tracing TracingTime.swift
[145/351] Compiling UnixSignals UnixSignalsSequence.swift
[146/351] Compiling UnixSignals UnixSignal.swift
[147/351] Emitting module UnixSignals
[148/352] Compiling OrderedCollections OrderedSet+SubSequence.swift
[149/352] Compiling OrderedCollections OrderedSet+Testing.swift
[150/352] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[151/352] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[152/352] Compiling OrderedCollections OrderedSet.swift
[153/352] Compiling OrderedCollections _UnsafeBitset.swift
[154/352] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[155/352] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[156/352] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[157/352] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[158/352] Emitting module Tracing
[159/362] Compiling Tracing TracerProtocol.swift
[161/362] Compiling HashTreeCollections _HashSlot.swift
[162/362] Compiling HashTreeCollections _HashStack.swift
[163/362] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[164/362] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[165/362] Compiling HashTreeCollections _HashNode+Storage.swift
[166/362] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[167/362] Compiling HashTreeCollections _HashNode+Structural filter.swift
[168/362] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[169/362] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[170/362] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[171/362] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[172/362] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[173/362] Compiling HashTreeCollections _HashNode+Structural merge.swift
[174/362] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[175/362] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[176/362] Compiling HashTreeCollections TreeDictionary+Filter.swift
[177/362] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[178/362] Emitting module NIOConcurrencyHelpers
[179/362] Compiling NIOConcurrencyHelpers NIOLock.swift
[180/364] Compiling NIOConcurrencyHelpers atomics.swift
[183/364] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[184/364] Compiling HashTreeCollections _AncestorHashSlots.swift
[185/364] Compiling HashTreeCollections _Bitmap.swift
[186/364] Compiling HashTreeCollections _Bucket.swift
[187/364] Compiling HashTreeCollections _Hash.swift
[188/364] Compiling HashTreeCollections _HashLevel.swift
[189/364] Compiling Tracing Tracer.swift
[190/364] Compiling HashTreeCollections _HashNode+Builder.swift
[191/364] Compiling HashTreeCollections _HashNode+Debugging.swift
[192/364] Compiling HashTreeCollections _HashNode+Initializers.swift
[193/364] Compiling HashTreeCollections _HashNode+Invariants.swift
[194/364] Compiling HashTreeCollections _HashNode+Lookups.swift
[195/364] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[196/364] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[197/364] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[198/364] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[199/364] Compiling Tracing TracerProtocol+Legacy.swift
[201/368] Compiling HashTreeCollections TreeDictionary.swift
[202/368] Compiling HashTreeCollections TreeSet+Codable.swift
[203/368] Compiling _RopeModule Rope+Join.swift
[204/368] Compiling _RopeModule Rope+MutatingForEach.swift
[205/368] Compiling _RopeModule Rope+Remove.swift
[206/368] Compiling _RopeModule Rope+RemoveSubrange.swift
[207/368] Compiling _RopeModule Rope+Split.swift
[208/368] Compiling _RopeModule Optional Utilities.swift
[209/368] Compiling _RopeModule String Utilities.swift
[210/368] Compiling _RopeModule String.Index+ABI.swift
[221/368] Compiling OrderedCollections OrderedSet+Sendable.swift
[240/380] Compiling Tracing SpanProtocol.swift
[241/380] Compiling Tracing NoOpTracer.swift
[242/434] Compiling BitCollections BitArray+Extras.swift
[243/434] Compiling BitCollections BitArray+Fill.swift
[244/434] Compiling BitCollections BitArray+Hashable.swift
[245/434] Compiling BitCollections BitArray+Initializers.swift
[247/436] Compiling BitCollections BitArray+Copy.swift
[248/436] Compiling BitCollections BitArray+CustomReflectable.swift
[249/436] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[250/436] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[251/436] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[252/436] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[253/436] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[254/436] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[255/436] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[256/436] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[257/436] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[258/436] Compiling HashTreeCollections TreeSet.swift
[259/436] Compiling BitCollections BitArray+BitwiseOperations.swift
[260/436] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[261/436] Compiling BitCollections BitArray+Invariants.swift
[262/436] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[263/455] Compiling Atomics IntegerConformances.swift
[264/455] Compiling Atomics PointerConformances.swift
[265/455] Compiling Atomics Primitives.native.swift
[266/455] Compiling Atomics Primitives.shims.swift
[267/455] Compiling Atomics AtomicInteger.swift
[268/455] Compiling Atomics AtomicOptionalWrappable.swift
[269/455] Compiling Atomics OptionalRawRepresentable.swift
[270/455] Compiling Atomics RawRepresentable.swift
[271/455] Compiling Atomics ManagedAtomic.swift
[272/455] Compiling Atomics ManagedAtomicLazyReference.swift
[276/457] Emitting module _RopeModule
[286/457] Compiling Atomics UnsafeAtomic.swift
[287/457] Compiling Atomics UnsafeAtomicLazyReference.swift
[288/457] Compiling Atomics AtomicMemoryOrderings.swift
[289/457] Compiling Atomics DoubleWord.swift
[290/457] Compiling BitCollections BitSet+Initializers.swift
[291/457] Compiling BitCollections BitSet+Invariants.swift
[292/457] Compiling BitCollections BitSet+Random.swift
[293/457] Compiling BitCollections BitSet+SetAlgebra basics.swift
[294/457] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[295/457] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[296/457] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[297/464] Compiling Atomics AtomicStorage.swift
[298/464] Compiling Atomics AtomicValue.swift
[299/464] Emitting module BitCollections
[302/464] Compiling HTTPTypes HTTPFieldName.swift
[303/464] Compiling HTTPTypes HTTPFields.swift
[304/465] Emitting module OrderedCollections
[305/466] Compiling Atomics IntegerOperations.swift
[306/466] Compiling Atomics Unmanaged extensions.swift
[316/466] Compiling Atomics AtomicReference.swift
[321/466] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[322/466] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[323/466] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[324/466] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[325/466] Compiling BitCollections BitSet+SetAlgebra union.swift
[326/466] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[327/466] Compiling BitCollections BitSet.Counted.swift
[328/466] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[329/466] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[330/466] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[331/466] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[332/466] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[333/466] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[334/466] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[335/466] Emitting module DequeModule
[344/467] Compiling Atomics AtomicBool.swift
[356/467] Compiling BitCollections BitArray._UnsafeHandle.swift
[357/467] Compiling BitCollections BitArray.swift
[358/467] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[359/467] Compiling BitCollections BitSet+CustomReflectable.swift
[360/467] Compiling BitCollections BitSet+CustomStringConvertible.swift
[361/467] Compiling BitCollections BitSet+Equatable.swift
[362/467] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[363/467] Compiling BitCollections BitSet+Extras.swift
[364/467] Compiling BitCollections BitSet+Hashable.swift
[374/512] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[375/512] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[376/512] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[377/512] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[378/512] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[379/512] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[380/512] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[381/512] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[382/512] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[383/512] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[384/512] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[385/512] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[386/512] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[387/512] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[388/512] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[389/512] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[390/512] Compiling BitCollections BitSet.Index.swift
[391/512] Compiling BitCollections BitSet._UnsafeHandle.swift
[392/512] Compiling BitCollections BitSet.swift
[393/512] Compiling BitCollections Range+Utilities.swift
[394/512] Compiling BitCollections Slice+Utilities.swift
[395/512] Compiling BitCollections UInt+Tricks.swift
[396/512] Compiling BitCollections _Word.swift
[397/513] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[398/513] Compiling AsyncAlgorithms MergeStateMachine.swift
[399/513] Compiling AsyncAlgorithms MergeStorage.swift
[400/513] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[401/513] Compiling AsyncAlgorithms Rethrow.swift
[402/513] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[403/513] Compiling AsyncAlgorithms DebounceStateMachine.swift
[404/513] Compiling AsyncAlgorithms DebounceStorage.swift
[405/513] Compiling AsyncAlgorithms Dictionary.swift
[406/513] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[407/513] Compiling AsyncAlgorithms Locking.swift
[410/513] Compiling AsyncAlgorithms AsyncChannel.swift
[411/513] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[412/513] Compiling AsyncAlgorithms ChannelStateMachine.swift
[413/513] Compiling AsyncAlgorithms ChannelStorage.swift
[414/513] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[415/513] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[416/513] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[417/513] Compiling AsyncAlgorithms CombineLatestStorage.swift
[418/513] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[430/513] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[431/513] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[432/513] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[433/513] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[434/513] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[435/513] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[460/514] Emitting module AsyncAlgorithms
[461/520] Emitting module HashTreeCollections
[468/521] Emitting module Atomics
[471/521] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[472/521] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[476/521] Emitting module Metrics
[477/521] Compiling Metrics Metrics.swift
[493/524] Emitting module Collections
[494/524] Compiling Collections Collections.swift
[521/585] Compiling NIOCore NIOAny.swift
[522/585] Compiling NIOCore NIOCloseOnErrorHandler.swift
[523/585] Compiling NIOCore NIOLoopBound.swift
[524/585] Compiling NIOCore NIOScheduledCallback.swift
[525/585] Compiling NIOCore NIOSendable.swift
[526/585] Compiling NIOCore RecvByteBufferAllocator.swift
[528/594] Compiling ServiceLifecycle Service.swift
[529/595] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[530/595] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[531/595] Emitting module ServiceLifecycle
[532/595] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[533/595] Compiling ServiceLifecycle ServiceRunnerError.swift
[534/595] Compiling NIOCore MarkedCircularBuffer.swift
[535/595] Compiling NIOCore MulticastChannel.swift
[542/603] Compiling ServiceLifecycle CancellationWaiter.swift
[543/603] Compiling ServiceLifecycle GracefulShutdown.swift
[544/603] Compiling NIOCore GlobalSingletons.swift
[545/603] Compiling NIOCore IO.swift
[546/603] Compiling NIOCore IOData.swift
[547/603] Compiling NIOCore IPProtocol.swift
[548/603] Compiling NIOCore IntegerBitPacking.swift
[549/603] Compiling NIOCore IntegerTypes.swift
[550/603] Compiling NIOCore Interfaces.swift
[551/603] Compiling NIOCore Linux.swift
[552/603] Compiling ServiceLifecycle ServiceGroup.swift
[554/604] Compiling NIOCore EventLoop.swift
[555/604] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[556/604] Compiling NIOCore EventLoopFuture+Deprecated.swift
[557/604] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[558/604] Compiling NIOCore EventLoopFuture.swift
[559/604] Compiling NIOCore FileDescriptor.swift
[560/604] Compiling NIOCore FileHandle.swift
[561/604] Compiling NIOCore FileRegion.swift
[562/604] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[563/604] Compiling NIOCore SocketAddresses.swift
[564/604] Compiling NIOCore SocketOptionProvider.swift
[565/604] Compiling NIOCore SystemCallHelpers.swift
[566/604] Compiling NIOCore TimeAmount+Duration.swift
[567/604] Compiling NIOCore TypeAssistedChannelHandler.swift
[568/604] Compiling NIOCore UniversalBootstrapSupport.swift
[569/604] Compiling NIOCore Utilities.swift
[570/604] Compiling NIOCore ChannelPipeline.swift
[571/604] Compiling NIOCore CircularBuffer.swift
[572/604] Compiling NIOCore Codec.swift
[573/604] Compiling NIOCore ConvenienceOptionSupport.swift
[574/604] Compiling NIOCore DeadChannel.swift
[575/604] Compiling NIOCore DispatchQueue+WithFuture.swift
[576/604] Compiling NIOCore EventLoop+Deprecated.swift
[577/604] Compiling NIOCore EventLoop+SerialExecutor.swift
[578/604] Compiling NIOCore AddressedEnvelope.swift
[579/604] Compiling NIOCore AsyncAwaitSupport.swift
[580/604] Compiling NIOCore AsyncChannel.swift
[581/604] Compiling NIOCore AsyncChannelHandler.swift
[582/604] Compiling NIOCore AsyncChannelInboundStream.swift
[583/604] Compiling NIOCore AsyncChannelOutboundWriter.swift
[584/604] Compiling NIOCore NIOAsyncSequenceProducer.swift
[585/604] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[586/604] Compiling NIOCore NIOAsyncWriter.swift
[587/604] Compiling NIOCore ByteBuffer-multi-int.swift
[588/604] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[589/604] Compiling NIOCore ByteBuffer-views.swift
[590/604] Compiling NIOCore Channel.swift
[591/604] Compiling NIOCore ChannelHandler.swift
[592/604] Compiling NIOCore ChannelHandlers.swift
[593/604] Compiling NIOCore ChannelInvoker.swift
[594/604] Compiling NIOCore ChannelOption.swift
[595/604] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[596/604] Compiling NIOCore BSDSocketAPI.swift
[597/604] Compiling NIOCore ByteBuffer-aux.swift
[598/604] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[599/604] Compiling NIOCore ByteBuffer-conversions.swift
[600/604] Compiling NIOCore ByteBuffer-core.swift
[601/604] Compiling NIOCore ByteBuffer-hex.swift
[602/604] Compiling NIOCore ByteBuffer-int.swift
[603/604] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[604/604] Emitting module NIOCore
[606/667] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[607/667] Emitting module NIOHTTPTypes
[609/668] Compiling CompressNIO Compressor.swift
[610/668] Compiling CompressNIO CompressionAlgorithm.swift
[611/669] Compiling CompressNIO Error.swift
[612/669] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[613/669] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[614/669] Emitting module NIOEmbedded
[615/669] Compiling CompressNIO Zlib.swift
[616/669] Compiling CompressNIO ZlibWrapper.swift
[617/669] Emitting module CompressNIO
[618/669] Compiling NIOPosix BSDSocketAPICommon.swift
[619/669] Compiling NIOPosix BSDSocketAPIPosix.swift
[621/670] Compiling NIOEmbedded AsyncTestingChannel.swift
[622/670] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[623/670] Compiling NIOEmbedded Embedded.swift
[625/671] Emitting module NIOPosix
[628/671] Compiling NIOPosix BSDSocketAPIWindows.swift
[629/671] Compiling NIOPosix BaseSocket.swift
[630/671] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[631/671] Compiling NIOPosix BaseSocketChannel.swift
[632/671] Compiling NIOPosix BaseStreamSocketChannel.swift
[633/677] Compiling NIOPosix PooledRecvBufferAllocator.swift
[634/677] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[635/677] Compiling NIOPosix PosixSingletons.swift
[636/677] Compiling NIOPosix RawSocketBootstrap.swift
[637/677] Compiling NIOPosix Resolver.swift
[638/677] Compiling NIOPosix Selectable.swift
[639/677] Compiling NIOPosix SelectableChannel.swift
[640/677] Compiling NIOPosix SelectableEventLoop.swift
[641/677] Compiling NIOPosix SelectorEpoll.swift
[642/677] Compiling NIOPosix SelectorGeneric.swift
[643/677] Compiling NIOPosix SelectorKqueue.swift
[644/677] Compiling NIOPosix SelectorUring.swift
[645/677] Compiling NIOPosix ServerSocket.swift
[646/677] Compiling NIOPosix Socket.swift
[647/677] Compiling NIOPosix SocketChannel.swift
[648/677] Compiling NIOPosix SocketProtocols.swift
[649/677] Compiling NIOPosix System.swift
[650/677] Compiling NIOPosix Thread.swift
[651/677] Compiling NIOPosix ThreadPosix.swift
[652/677] Compiling NIOPosix ThreadWindows.swift
[653/677] Compiling NIOPosix UnsafeTransfer.swift
[654/677] Compiling NIOPosix Utilities.swift
[655/677] Compiling NIOPosix VsockAddress.swift
[656/677] Compiling NIOPosix VsockChannelEvents.swift
[657/677] Compiling NIOPosix Bootstrap.swift
[658/677] Compiling NIOPosix ControlMessage.swift
[659/677] Compiling NIOPosix DatagramVectorReadManager.swift
[660/677] Compiling NIOPosix Errors+Any.swift
[661/677] Compiling NIOPosix FileDescriptor.swift
[662/677] Compiling NIOPosix GetaddrinfoResolver.swift
[663/677] Compiling NIOPosix HappyEyeballs.swift
[664/677] Compiling NIOPosix IO.swift
[665/677] Compiling NIOPosix IntegerBitPacking.swift
[666/677] Compiling NIOPosix IntegerTypes.swift
[667/677] Compiling NIOPosix Linux.swift
[668/677] Compiling NIOPosix LinuxCPUSet.swift
[669/677] Compiling NIOPosix LinuxUring.swift
[670/677] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[671/677] Compiling NIOPosix NIOThreadPool.swift
[672/677] Compiling NIOPosix NonBlockingFileIO.swift
[673/677] Compiling NIOPosix PendingDatagramWritesManager.swift
[674/677] Compiling NIOPosix PendingWritesManager.swift
[675/677] Compiling NIOPosix PipeChannel.swift
[676/677] Compiling NIOPosix PipePair.swift
[677/677] Compiling NIOPosix Pool.swift
[679/680] Compiling NIO Exports.swift
[680/680] Emitting module NIO
[682/697] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[683/697] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[684/699] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[685/699] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[686/699] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[687/699] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[688/699] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[689/699] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[690/699] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[691/699] Compiling NIOHTTP1 HTTPTypes.swift
[692/699] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[693/699] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[694/699] Compiling NIOHTTP1 ByteCollectionUtils.swift
[695/699] Compiling NIOHTTP1 HTTPDecoder.swift
[696/699] Compiling NIOHTTP1 HTTPEncoder.swift
[697/699] Emitting module NIOHTTP1
[698/699] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[699/699] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[701/722] Compiling NIOExtras PCAPRingBuffer.swift
[702/722] Compiling NIOExtras QuiescingHelper.swift
[703/724] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[704/724] Compiling NIOExtras NIOExtrasError.swift
[705/724] Compiling NIOExtras NIOLengthFieldBitLength.swift
[706/724] Compiling NIOExtras NIORequestIdentifiable.swift
[707/724] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[708/724] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[709/724] Emitting module NIOHTTPTypesHTTP1
[710/724] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[711/725] Compiling NIOExtras RequestResponseHandler.swift
[712/725] Compiling NIOExtras RequestResponseWithIDHandler.swift
[713/725] Emitting module NIOExtras
[715/725] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[716/725] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[717/725] Compiling NIOExtras JSONRPCFraming.swift
[718/725] Compiling NIOExtras DebugInboundEventsHandler.swift
[719/725] Compiling NIOExtras DebugOutboundEventsHandler.swift
[720/725] Compiling NIOExtras FixedLengthFrameDecoder.swift
[721/725] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[722/725] Compiling NIOExtras LengthFieldPrepender.swift
[723/725] Compiling NIOExtras LineBasedFrameDecoder.swift
[724/725] Compiling NIOExtras UnsafeTransfer.swift
[725/725] Compiling NIOExtras WritePCAPHandler.swift
[727/750] 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
[728/750] 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
[729/750] 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
[730/753] 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
[731/753] 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
[732/753] 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
[733/753] 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
[734/753] 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
[735/753] 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
[736/753] 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
[737/753] 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
[738/753] 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
[739/753] 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
[740/753] 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
[741/753] 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
[742/753] 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
[743/753] 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
[744/753] 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
[745/753] 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
[746/753] 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
[747/753] 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
[748/753] 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
[749/753] 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
[750/753] 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
[751/753] 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
[752/753] 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
[753/753] 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
[755/818] 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
[756/818] 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
[757/818] 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
[758/818] 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
[759/818] 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
[760/818] 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
[761/818] 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
[762/818] 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
[763/818] 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
[764/827] 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
[765/827] 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
[766/827] 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
[767/827] 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
[768/827] 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
[769/827] 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
[770/827] 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
[771/827] 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
[772/827] 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
[773/827] 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
[774/827] 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
[775/827] 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
[776/827] 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
[777/827] 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
[778/827] 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
[779/827] 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
[780/827] 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
[781/827] 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
[782/827] 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
[783/827] 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
[784/827] 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
[785/827] 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
[786/827] 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
[787/827] 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
[788/827] 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
[789/827] 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
[790/827] 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
[791/827] 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
[792/827] 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
[793/827] 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
[794/827] 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
[795/827] 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
[796/827] 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
[797/827] 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
[798/827] 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
[799/827] 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
[800/827] 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
[801/827] 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
[802/827] 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
[803/827] 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
[804/827] 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
[805/827] 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
[806/827] 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
[807/827] 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
[808/827] 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
[809/827] 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
[810/827] 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
[811/827] 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
[812/827] 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
[813/827] 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
[814/827] 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
[815/827] 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
[816/827] 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
[817/827] 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
[818/827] 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
[819/827] 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
[820/827] 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
[821/827] 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
[822/827] 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
[823/827] 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
[824/827] 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
[825/827] 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
[826/827] 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
[827/827] 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
[829/832] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[830/832] Compiling HummingbirdCompression CompressedBodyWriter.swift
/host/spi-builder-workspace/Sources/HummingbirdCompression/CompressedBodyWriter.swift:88:13: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
86 |         logger: Logger
87 |     ) throws -> some ResponseBodyWriter {
88 |         try CompressedBodyWriter(parent: self, algorithm: algorithm, configuration: configuration, windowSize: windowSize, logger: logger)
   |             `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
89 |     }
90 | }
/host/spi-builder-workspace/Sources/HummingbirdCompression/CompressedBodyWriter.swift:88:13: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
86 |         logger: Logger
87 |     ) throws -> some ResponseBodyWriter {
88 |         try CompressedBodyWriter(parent: self, algorithm: algorithm, configuration: configuration, windowSize: windowSize, logger: logger)
   |             `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
89 |     }
90 | }
/host/spi-builder-workspace/Sources/HummingbirdCompression/CompressedBodyWriter.swift:88:13: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
86 |         logger: Logger
87 |     ) throws -> some ResponseBodyWriter {
88 |         try CompressedBodyWriter(parent: self, algorithm: algorithm, configuration: configuration, windowSize: windowSize, logger: logger)
   |             `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
89 |     }
90 | }
[831/832] Emitting module HummingbirdCompression
[832/832] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
Build complete! (170.58s)
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" : "compress-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/compress-nio.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "hummingbird-compression",
  "name" : "hummingbird-compression",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdCompression",
      "targets" : [
        "HummingbirdCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdCompressionTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdCompressionTests",
      "path" : "Tests/HummingbirdCompressionTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "CompressionTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdCompression"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdCompression",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdCompression",
      "path" : "Sources/HummingbirdCompression",
      "product_dependencies" : [
        "Hummingbird",
        "NIO",
        "CompressNIO"
      ],
      "product_memberships" : [
        "HummingbirdCompression"
      ],
      "sources" : [
        "CompressedBodyWriter.swift",
        "RequestDecompressionMiddleware.swift",
        "ResponseCompressionMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.