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-compression, reference main (f5bb4b), with Swift 6.1 for Android on 12 Aug 2025 12:06:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-compression.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5bb4b7 Bump actions/checkout from 4 to 5 in the dependencies group (#37)
Cloned https://github.com/hummingbird-project/hummingbird-compression.git
Revision (git rev-parse @):
f5bb4b7855636f0d1bd4d75f065f5543a5eaa1c1
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-compression.git at main
========================================
Build
========================================
Selected platform:         android
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-0":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
[644/25458] Fetching compress-nio, hummingbird
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.48s)
[497/24815] Fetching hummingbird
[5213/102152] Fetching hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.44s)
[41762/77337] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.57s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (8.21s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (0.65s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2433] Fetching swift-service-lifecycle
[731/5134] Fetching swift-service-lifecycle, swift-nio-transport-services
[3920/11261] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[7157/22922] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[11332/37009] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
[12535/34308] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
[10525/31875] Fetching swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[10808/46878] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
[27947/51994] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
[28266/54213] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
[39483/51994] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.80s)
[39677/46878] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
[41628/47795] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-http-types
Fetched https://github.com/swift-server/async-http-client.git from cache (1.42s)
[29358/33708] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-http-types
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Fetching https://github.com/apple/swift-atomics.git
[28591/32791] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[29042/36677] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-log
[36378/38485] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-log, swift-atomics
[37112/55438] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
[36295/51552] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-atomics, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
[37199/49744] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-collections
[37200/54754] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.83s)
[41366/49744] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.06s)
[42600/43617] Fetching swift-nio-http2, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.08s)
[31787/31956] Fetching swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.09s)
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (4.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.08s)
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.29s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.76s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.58s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.34s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (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.25.1 (0.76s)
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.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.76s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.65s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1629] Fetching swift-asn1
[1549/2805] Fetching swift-asn1, swift-http-structured-headers
[2806/9265] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[2936/15233] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
[9747/13604] Fetching swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
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.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.13s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.72s)
Fetching https://github.com/apple/swift-crypto.git
[1/16218] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.65s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.76s)
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.63s)
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.2.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.4.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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.3.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.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.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.14.0
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
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.15.0
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.25.1
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.38.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.8.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.6.2
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
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.1
Building for debugging...
[0/50] Write sources
[32/50] Compiling CNIOWASI CNIOWASI.c
[32/50] Compiling CNIOWindows shim.c
[34/50] Compiling CNIOWindows WSAStartup.c
[35/50] Compiling CNIOPosix event_loop_id.c
[36/50] Compiling CNIOLinux liburing_shims.c
[37/50] Compiling CNIODarwin shim.c
[38/50] Compiling CNIOLLHTTP c_nio_http.c
[39/50] Compiling CCompressZlib empty.c
[40/50] Write sources
[43/50] Compiling CNIOLinux shim.c
[44/50] Compiling CNIOLLHTTP c_nio_api.c
[45/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/50] Compiling _AtomicsShims.c
[47/50] Write swift-version-24593BA9C3E375BF.txt
[48/81] Compiling c-nioatomics.c
[50/81] Emitting module CoreMetrics
[51/89] Emitting module _NIODataStructures
[52/89] Compiling _NIODataStructures Heap.swift
[53/89] Emitting module ServiceContextModule
[54/89] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/89] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/90] Compiling ServiceContextModule ServiceContext.swift
[57/90] Compiling ServiceContextModule ServiceContextKey.swift
[58/91] Compiling Logging LogHandler.swift
[59/91] Emitting module HTTPTypes
[60/91] Compiling HTTPTypes ISOLatin1String.swift
[61/91] Emitting module _NIOBase64
[62/91] Compiling _NIOBase64 Base64.swift
[64/93] Compiling _NIODataStructures PriorityQueue.swift
[65/93] Compiling _NIODataStructures _TinyArray.swift
[66/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/94] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/94] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/94] Compiling InternalCollectionsUtilities Integer rank.swift
[70/94] Emitting module InternalCollectionsUtilities
[71/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/94] Compiling InternalCollectionsUtilities Descriptions.swift
[74/94] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/94] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/94] Compiling InternalCollectionsUtilities Debugging.swift
[77/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/94] Compiling HTTPTypes HTTPParsedFields.swift
[79/94] Compiling CoreMetrics Metrics.swift
[81/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/101] Compiling HTTPTypes NIOLock.swift
[85/109] Compiling ConcurrencyHelpers LockedValueBox.swift
[85/122] Compiling c-atomics.c
[87/189] Compiling Instrumentation Instrument.swift
[88/190] Emitting module Instrumentation
[89/190] Compiling Instrumentation MultiplexInstrument.swift
[90/190] Compiling Instrumentation NoOpInstrument.swift
[91/190] Compiling HTTPTypes HTTPRequest.swift
[92/190] Compiling HTTPTypes HTTPResponse.swift
[93/190] Compiling _RopeModule BigString+Chunk+Description.swift
[94/190] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[95/190] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[96/190] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[97/247] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/247] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[99/247] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[100/247] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[101/247] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[102/247] Compiling OrderedCollections _HashTable+Testing.swift
[103/247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[104/247] Compiling OrderedCollections _HashTable.swift
[105/247] Compiling OrderedCollections _Hashtable+Header.swift
[106/247] Compiling OrderedCollections OrderedDictionary+Codable.swift
[107/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[108/247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[109/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[110/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[111/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[112/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[113/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[114/247] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[115/247] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[116/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[117/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[118/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[119/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[120/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[121/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[122/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[123/254] Compiling OrderedCollections OrderedDictionary.swift
[124/254] Compiling OrderedCollections OrderedSet+Codable.swift
[125/254] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[126/254] Compiling OrderedCollections OrderedSet+Descriptions.swift
[127/254] Compiling OrderedCollections OrderedSet+Diffing.swift
[128/254] Compiling OrderedCollections OrderedSet+Equatable.swift
[129/254] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[130/254] Compiling OrderedCollections OrderedSet+Hashable.swift
[131/254] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[134/254] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[135/254] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[136/254] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[137/254] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[138/254] Compiling OrderedCollections OrderedDictionary+Values.swift
[144/254] Compiling OrderedCollections OrderedDictionary+Elements.swift
[145/254] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[146/254] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[147/254] Compiling OrderedCollections OrderedSet+Initializers.swift
[148/254] Compiling OrderedCollections OrderedSet+Insertions.swift
[149/254] Compiling OrderedCollections OrderedSet+Invariants.swift
[150/254] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/254] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[152/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[153/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[154/254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/254] Compiling Instrumentation Locks.swift
[156/254] Compiling Instrumentation InstrumentationSystem.swift
[157/254] Compiling Logging MetadataProvider.swift
[158/255] Emitting module ConcurrencyHelpers
[159/255] Compiling ConcurrencyHelpers Lock.swift
[160/255] Compiling CoreMetrics Locks.swift
[161/255] Compiling Logging Locks.swift
[162/255] Emitting module Logging
[163/257] Compiling Logging Logging.swift
[168/258] Compiling OrderedCollections _HashTable+Bucket.swift
[169/258] Compiling OrderedCollections _HashTable+BucketIterator.swift
[170/258] Compiling OrderedCollections _HashTable+Constants.swift
[195/267] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[196/267] Compiling OrderedCollections OrderedSet.swift
[197/267] Compiling OrderedCollections _UnsafeBitset.swift
[198/267] Compiling _RopeModule Rope+Sequence.swift
[199/267] Compiling _RopeModule Rope+Append.swift
[200/267] Compiling _RopeModule Rope+Extract.swift
[201/267] Compiling _RopeModule Rope+Find.swift
[202/267] Compiling _RopeModule Rope+ForEachWhile.swift
[203/267] Compiling _RopeModule Rope+Insert.swift
[210/267] Compiling OrderedCollections OrderedSet+Sendable.swift
[211/267] Compiling OrderedCollections OrderedSet+SubSequence.swift
[212/267] Compiling OrderedCollections OrderedSet+Testing.swift
[213/267] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[234/286] Compiling Tracing InstrumentationSystem+Tracing.swift
[235/286] Emitting module Tracing
[243/286] Compiling Tracing TracingTime.swift
[244/286] Emitting module Atomics
[245/286] Compiling Tracing TracerProtocol.swift
[246/286] Compiling NIOConcurrencyHelpers NIOLock.swift
[247/286] Emitting module UnixSignals
[248/286] Compiling UnixSignals UnixSignal.swift
[249/286] Compiling UnixSignals UnixSignalsSequence.swift
[250/287] Emitting module OrderedCollections
[251/288] Compiling Tracing Tracer.swift
[252/288] Compiling Tracing TracerProtocol+Legacy.swift
[253/288] Compiling NIOConcurrencyHelpers lock.swift
[260/290] Emitting module NIOConcurrencyHelpers
[261/290] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[262/296] Compiling Tracing SpanProtocol.swift
[263/296] Compiling Tracing NoOpTracer.swift
[264/297] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[265/297] Compiling NIOConcurrencyHelpers atomics.swift
[267/378] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[269/389] Compiling HeapModule Heap+Descriptions.swift
[270/389] Emitting module _RopeModule
[271/389] Compiling DequeModule Deque+Equatable.swift
[272/389] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[273/391] Compiling HeapModule _HeapNode.swift
[274/444] Compiling BitCollections BitArray+Codable.swift
[275/444] Compiling BitCollections BitArray+Collection.swift
[276/444] Compiling HeapModule Heap.swift
[277/444] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[278/444] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[279/444] Compiling HeapModule Heap+Invariants.swift
[280/444] Compiling HeapModule Heap+UnsafeHandle.swift
[281/444] Emitting module HeapModule
[283/445] Compiling BitCollections BitArray+Descriptions.swift
[284/445] Compiling BitCollections BitArray+Equatable.swift
[285/445] Compiling HashTreeCollections TreeSet+Hashable.swift
[286/445] Compiling HashTreeCollections TreeSet+Sendable.swift
[287/445] Compiling HashTreeCollections TreeSet+Sequence.swift
[288/445] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[289/445] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[290/445] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[291/445] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[292/445] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[293/445] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[294/445] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[295/455] Compiling BitCollections BitArray+Invariants.swift
[296/455] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[297/455] Compiling BitCollections BitArray+Extras.swift
[298/455] Compiling BitCollections BitArray+Fill.swift
[299/455] Compiling BitCollections BitArray+Hashable.swift
[300/455] Compiling BitCollections BitArray+Initializers.swift
[309/455] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[310/455] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[311/455] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[312/455] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[313/455] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[314/455] Compiling BitCollections BitSet+SetAlgebra union.swift
[315/455] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[316/455] Compiling BitCollections BitSet.Counted.swift
[317/455] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[325/455] Compiling HashTreeCollections TreeSet+Extras.swift
[326/455] Compiling HashTreeCollections TreeSet+Filter.swift
[327/462] Compiling BitCollections BitArray+BitwiseOperations.swift
[328/462] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[329/462] Emitting module DequeModule
[339/463] Compiling HTTPTypes HTTPField.swift
[340/463] Compiling HTTPTypes HTTPFields.swift
[341/463] Compiling HTTPTypes HTTPFieldName.swift
[342/464] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[343/464] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[344/464] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[345/464] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[346/464] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[347/464] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[349/464] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[350/464] Compiling BitCollections BitSet+CustomReflectable.swift
[351/464] Compiling BitCollections BitSet+CustomStringConvertible.swift
[352/464] Compiling BitCollections BitSet+Equatable.swift
[353/464] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[354/464] Compiling BitCollections BitSet+Extras.swift
[355/464] Compiling BitCollections BitSet+Hashable.swift
[356/464] Compiling BitCollections BitSet+Initializers.swift
[357/464] Compiling BitCollections BitSet+Invariants.swift
[358/464] Compiling BitCollections BitSet+Random.swift
[359/464] Compiling BitCollections BitSet+SetAlgebra basics.swift
[360/464] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[361/464] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[362/464] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[363/464] Compiling BitCollections BitSet+BidirectionalCollection.swift
[364/464] Compiling BitCollections BitSet+Codable.swift
[385/465] Emitting module BitCollections
[390/465] Compiling BitCollections BitArray+Copy.swift
[391/465] Compiling BitCollections BitArray+CustomReflectable.swift
[395/465] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[396/465] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[397/465] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[398/465] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[399/465] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[400/465] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[401/465] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[402/465] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[403/465] Compiling HashTreeCollections TreeSet.swift
[404/465] Compiling BitCollections BitSet.Index.swift
[405/465] Compiling BitCollections BitSet._UnsafeHandle.swift
[406/465] Compiling BitCollections BitSet.swift
[407/465] Compiling BitCollections Range+Utilities.swift
[408/465] Compiling BitCollections Slice+Utilities.swift
[409/465] Compiling BitCollections UInt+Tricks.swift
[410/465] Compiling BitCollections _Word.swift
[411/465] Compiling BitCollections BitArray+RandomBits.swift
[412/465] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[413/465] Compiling BitCollections BitArray+Shifts.swift
[414/465] Compiling BitCollections BitArray+Testing.swift
[415/465] Compiling BitCollections BitArray._UnsafeHandle.swift
[416/465] Compiling BitCollections BitArray.swift
[431/511] Emitting module Metrics
[432/511] Compiling Metrics Metrics.swift
[434/573] Compiling NIOCore IntegerBitPacking.swift
[435/573] Compiling NIOCore IntegerTypes.swift
[436/573] Compiling NIOCore Interfaces.swift
[437/573] Compiling NIOCore Linux.swift
[438/573] Compiling NIOCore MarkedCircularBuffer.swift
[439/573] Compiling NIOCore MulticastChannel.swift
[440/573] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[441/573] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[442/573] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[443/573] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[444/573] Compiling HashTreeCollections _HashNode+Structural merge.swift
[445/573] Compiling NIOCore AddressedEnvelope.swift
[446/573] Compiling NIOCore AsyncAwaitSupport.swift
[447/573] Compiling NIOCore AsyncChannel.swift
[448/573] Compiling NIOCore AsyncChannelHandler.swift
[449/573] Compiling NIOCore AsyncChannelInboundStream.swift
[450/573] Compiling NIOCore AsyncChannelOutboundWriter.swift
[451/573] Compiling NIOCore NIOAsyncSequenceProducer.swift
[452/573] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[453/573] Compiling NIOCore NIOAsyncWriter.swift
[454/573] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[455/573] Compiling NIOCore BSDSocketAPI.swift
[456/573] Emitting module HashTreeCollections
[457/573] Compiling NIOCore ByteBuffer-aux.swift
[458/573] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[459/573] Compiling NIOCore ByteBuffer-conversions.swift
[460/573] Compiling NIOCore ByteBuffer-core.swift
[461/573] Compiling NIOCore ByteBuffer-hex.swift
[462/573] Compiling NIOCore ByteBuffer-int.swift
[463/573] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[464/573] Compiling NIOCore ByteBuffer-multi-int.swift
[465/573] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[466/573] Compiling NIOCore ByteBuffer-views.swift
[467/573] Compiling NIOCore Channel.swift
[468/574] Emitting module AsyncAlgorithms
[470/582] Compiling Collections Collections.swift
[471/582] Emitting module Collections
[474/583] Compiling NIOCore ChannelHandler.swift
[475/583] Compiling NIOCore ChannelHandlers.swift
[476/583] Compiling NIOCore ChannelInvoker.swift
[477/583] Compiling NIOCore ChannelOption.swift
[479/583] Compiling AsyncAlgorithms SetAlgebra.swift
[480/583] Compiling AsyncAlgorithms UnsafeTransfer.swift
[481/583] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[482/583] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[483/583] Compiling AsyncAlgorithms ZipStateMachine.swift
[484/583] Compiling AsyncAlgorithms ZipStorage.swift
[485/583] Compiling NIOCore NIOSendable.swift
[486/583] Compiling NIOCore RecvByteBufferAllocator.swift
[507/591] Compiling NIOCore ChannelPipeline.swift
[508/591] Compiling NIOCore EventLoopFuture+Deprecated.swift
[509/591] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[510/591] Compiling NIOCore EventLoopFuture.swift
[511/591] Compiling NIOCore FileDescriptor.swift
[512/591] Compiling NIOCore FileHandle.swift
[513/591] Compiling NIOCore FileRegion.swift
[514/591] Compiling NIOCore GlobalSingletons.swift
[515/591] Compiling NIOCore IO.swift
[516/591] Compiling NIOCore CircularBuffer.swift
[517/591] Compiling NIOCore Codec.swift
[518/591] Compiling NIOCore ConvenienceOptionSupport.swift
[519/591] Compiling NIOCore DeadChannel.swift
[520/591] Compiling NIOCore DispatchQueue+WithFuture.swift
[521/591] Compiling NIOCore EventLoop+Deprecated.swift
[522/591] Compiling NIOCore EventLoop+SerialExecutor.swift
[523/591] Compiling NIOCore EventLoop.swift
[524/591] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[531/592] Compiling NIOCore IOData.swift
[532/592] Compiling NIOCore IPProtocol.swift
[548/600] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[549/600] Compiling NIOCore SocketAddresses.swift
[550/600] Compiling NIOCore SocketOptionProvider.swift
[551/600] Compiling NIOCore SystemCallHelpers.swift
[552/600] Compiling NIOCore TimeAmount+Duration.swift
[553/600] Compiling NIOCore TypeAssistedChannelHandler.swift
[554/600] Compiling NIOCore UniversalBootstrapSupport.swift
[555/600] Compiling NIOCore Utilities.swift
[556/600] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[557/601] Compiling ServiceLifecycle ServiceRunnerError.swift
[567/601] Compiling ServiceLifecycle CancellationWaiter.swift
[568/601] Compiling ServiceLifecycle GracefulShutdown.swift
[569/601] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[570/601] Emitting module ServiceLifecycle
[571/601] Compiling ServiceLifecycle ServiceGroup.swift
[572/601] Compiling ServiceLifecycle Service.swift
[573/601] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[602/602] Emitting module NIOCore
[604/666] Emitting module NIOHTTPTypes
[605/666] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[606/667] Compiling CompressNIO Compressor.swift
[607/667] Compiling CompressNIO Error.swift
[608/667] Compiling CompressNIO CompressionAlgorithm.swift
[610/668] Compiling CompressNIO ZlibWrapper.swift
[611/668] Emitting module CompressNIO
[612/668] Compiling CompressNIO ByteBuffer+compress.swift
[613/668] Compiling CompressNIO ByteBuffer+decompress.swift
[614/668] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[615/668] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[616/668] Compiling CompressNIO Zlib.swift
[618/669] Compiling NIOEmbedded AsyncTestingChannel.swift
[619/669] Emitting module NIOEmbedded
[620/669] Compiling NIOEmbedded Embedded.swift
[621/669] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[622/670] Compiling NIOPosix IO.swift
[623/670] Compiling NIOPosix IntegerBitPacking.swift
[624/670] Compiling NIOPosix IntegerTypes.swift
[625/670] Compiling NIOPosix Linux.swift
[626/670] Compiling NIOPosix LinuxCPUSet.swift
[627/670] Compiling NIOPosix LinuxUring.swift
[628/670] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[630/676] Compiling NIOPosix ThreadPosix.swift
[631/676] Compiling NIOPosix ThreadWindows.swift
[632/676] Compiling NIOPosix UnsafeTransfer.swift
[633/676] Compiling NIOPosix Utilities.swift
[634/676] Compiling NIOPosix VsockAddress.swift
[635/676] Compiling NIOPosix VsockChannelEvents.swift
[636/676] Compiling NIOPosix Socket.swift
[637/676] Compiling NIOPosix SocketChannel.swift
[638/676] Compiling NIOPosix SocketProtocols.swift
[639/676] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[640/676] Compiling NIOPosix System.swift
[641/676] Compiling NIOPosix Thread.swift
[642/676] Emitting module NIOPosix
[643/676] Compiling NIOPosix Pool.swift
[644/676] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[645/676] Compiling NIOPosix PosixSingletons.swift
[646/676] Compiling NIOPosix RawSocketBootstrap.swift
[647/676] Compiling NIOPosix Resolver.swift
[648/676] Compiling NIOPosix Selectable.swift
[649/676] Compiling NIOPosix SelectableChannel.swift
[650/676] Compiling NIOPosix SelectableEventLoop.swift
[651/676] Compiling NIOPosix SelectorEpoll.swift
[652/676] Compiling NIOPosix SelectorGeneric.swift
[653/676] Compiling NIOPosix SelectorKqueue.swift
[654/676] Compiling NIOPosix SelectorUring.swift
[655/676] Compiling NIOPosix ServerSocket.swift
[658/676] Compiling NIOPosix BSDSocketAPIWindows.swift
[659/676] Compiling NIOPosix BaseSocket.swift
[660/676] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[661/676] Compiling NIOPosix BaseSocketChannel.swift
[662/676] Compiling NIOPosix BaseStreamSocketChannel.swift
[663/676] Compiling NIOPosix Bootstrap.swift
[664/676] Compiling NIOPosix ControlMessage.swift
[665/676] Compiling NIOPosix DatagramVectorReadManager.swift
[666/676] Compiling NIOPosix Errors+Any.swift
[667/676] Compiling NIOPosix FileDescriptor.swift
[668/676] Compiling NIOPosix GetaddrinfoResolver.swift
[669/676] Compiling NIOPosix HappyEyeballs.swift
[670/676] Compiling NIOPosix NIOPosixSendableMetatype.swift
[671/676] Compiling NIOPosix NIOThreadPool.swift
[672/676] Compiling NIOPosix NonBlockingFileIO.swift
[673/676] Compiling NIOPosix PendingDatagramWritesManager.swift
[674/676] Compiling NIOPosix PendingWritesManager.swift
[675/676] Compiling NIOPosix PipeChannel.swift
[676/676] Compiling NIOPosix PipePair.swift
[678/679] Emitting module NIO
[679/679] Compiling NIO Exports.swift
[681/696] Emitting module NIOHTTP1
[682/698] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[683/698] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[684/698] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[685/698] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[686/698] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[687/698] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[688/698] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[689/698] Compiling NIOHTTP1 HTTPTypes.swift
[690/698] Compiling NIOHTTP1 ByteCollectionUtils.swift
[691/698] Compiling NIOHTTP1 HTTPDecoder.swift
[692/698] Compiling NIOHTTP1 HTTPEncoder.swift
[693/698] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[694/698] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[695/698] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[696/698] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[697/698] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[698/698] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[700/721] Compiling NIOExtras RequestResponseHandler.swift
[701/721] Compiling NIOExtras RequestResponseHandlers+State.swift
[702/723] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[703/723] Emitting module NIOHTTPTypesHTTP1
[704/723] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[705/723] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[706/723] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[707/723] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[708/723] Compiling NIOExtras JSONRPCFraming.swift
[709/724] Emitting module NIOExtras
[711/724] Compiling NIOExtras PCAPRingBuffer.swift
[712/724] Compiling NIOExtras QuiescingHelper.swift
[713/724] Compiling NIOExtras NIOLengthFieldBitLength.swift
[714/724] Compiling NIOExtras NIORequestIdentifiable.swift
[715/724] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[716/724] Compiling NIOExtras LengthFieldPrepender.swift
[717/724] Compiling NIOExtras LineBasedFrameDecoder.swift
[718/724] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[719/724] Compiling NIOExtras NIOExtrasError.swift
[720/724] Compiling NIOExtras DebugInboundEventsHandler.swift
[721/724] Compiling NIOExtras DebugOutboundEventsHandler.swift
[722/724] Compiling NIOExtras FixedLengthFrameDecoder.swift
[723/724] Compiling NIOExtras RequestResponseWithIDHandler.swift
[724/724] Compiling NIOExtras WritePCAPHandler.swift
[726/750] 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
[727/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
[728/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
[729/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
[730/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
[731/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
[732/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
[733/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
[734/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
[735/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
[736/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
[737/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
[738/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
[739/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
[740/753] 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
[741/753] 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
[742/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
[743/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
[744/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
[745/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
[746/753] 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
[747/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
[748/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
[749/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
[750/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
[751/753] Compiling HummingbirdCore SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] 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
[756/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
[757/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
[758/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
[759/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
[760/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
[761/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
[762/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
[763/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
[764/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
[765/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
[766/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
[767/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
[768/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
[769/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
[770/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
[771/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
[772/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
[773/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
[774/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
[775/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
[776/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
[777/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
[778/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
[779/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
[780/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
[781/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
[782/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
[783/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
[784/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
[785/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
[786/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
[787/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
[788/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
[789/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
[790/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
[791/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
[792/827] 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
[793/827] 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
[794/827] 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
[795/827] 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
[796/827] 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
[797/827] 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
[798/827] 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
[799/827] 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
[800/827] 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
[801/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
[802/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
[803/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
[804/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
[805/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
[806/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
[807/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
[808/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
[809/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
[810/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
[811/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
[812/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
[813/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
[814/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
[815/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
[816/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
[817/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
[818/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
[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 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 | }
[830/832] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[831/832] Emitting module HummingbirdCompression
[832/832] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
Build complete! (186.50s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.