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 Linux on 12 Aug 2025 12:08:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.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:         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-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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
[638/25458] Fetching compress-nio, hummingbird
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.51s)
[993/24815] Fetching hummingbird
[4220/102152] Fetching hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.49s)
[44856/77337] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.71s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (10.73s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (1.13s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2701] Fetching swift-nio-transport-services
[1136/8828] Fetching swift-nio-transport-services, swift-nio-extras
[2518/11261] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
[4328/25348] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
[10674/22647] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.95s)
[8381/20214] Fetching swift-nio-extras, async-http-client
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.29s)
[10566/14087] Fetching async-http-client
Fetching https://github.com/apple/swift-http-types.git
[13666/16306] Fetching async-http-client, swift-metrics
[15109/27967] Fetching async-http-client, swift-metrics, swift-nio-http2
[16331/42970] Fetching async-http-client, swift-metrics, swift-nio-http2, swift-nio-ssl
[16487/43887] Fetching async-http-client, swift-metrics, swift-nio-http2, swift-nio-ssl, swift-http-types
[18155/49003] Fetching async-http-client, swift-metrics, swift-nio-http2, swift-nio-ssl, swift-http-types, swift-distributed-tracing
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
[22664/48086] Fetching async-http-client, swift-metrics, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (1.03s)
[20854/45867] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.58s)
Fetching https://github.com/apple/swift-atomics.git
[18671/40751] Fetching async-http-client, swift-nio-http2, swift-nio-ssl
[19172/57704] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-collections
[19173/61590] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-collections, swift-log
[26126/63398] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-collections, swift-log, swift-atomics
Fetched https://github.com/swift-server/async-http-client.git from cache (3.30s)
[14046/49311] Fetching swift-nio-http2, swift-nio-ssl, swift-collections, swift-log, swift-atomics
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (1.67s)
[17911/45425] Fetching swift-nio-http2, swift-nio-ssl, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.50s)
[20027/43617] Fetching swift-nio-http2, swift-nio-ssl, swift-collections
[20761/48627] Fetching swift-nio-http2, swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.35s)
[27673/43617] Fetching swift-nio-http2, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.74s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.65s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.68s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (8.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.58s)
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.15s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.06s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (1.27s)
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.45s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (5.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.08s)
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 (1.06s)
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.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.17s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.14s)
Fetching https://github.com/apple/swift-algorithms.git
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
[1/1176] Fetching swift-http-structured-headers
[119/2805] Fetching swift-http-structured-headers, swift-asn1
[2724/9265] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[2871/15233] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
[7724/14057] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.95s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.00s)
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.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.34s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.26s)
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 (2.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.03s)
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.88s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.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.26.1 (0.73s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/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-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/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-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/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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.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-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Building for debugging...
[0/50] Write sources
[34/50] Compiling _AtomicsShims.c
[35/50] Compiling CNIOWindows shim.c
[36/50] Compiling CNIOWASI CNIOWASI.c
[37/50] Compiling CNIOWindows WSAStartup.c
[38/50] Compiling CNIOLinux liburing_shims.c
[39/50] Compiling CNIODarwin shim.c
[40/50] Compiling CNIOPosix event_loop_id.c
[41/50] Compiling CNIOLLHTTP c_nio_http.c
[41/50] Write sources
[43/50] Compiling CCompressZlib empty.c
[44/50] Compiling CNIOLLHTTP c_nio_api.c
[45/50] Compiling CNIOLinux shim.c
[46/50] Write swift-version-24593BA9C3E375BF.txt
[47/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/86] Emitting module Logging
[50/86] Emitting module InternalCollectionsUtilities
[50/87] Compiling c-nioatomics.c
[52/90] Compiling _NIOBase64 Base64.swift
[53/90] Emitting module _NIOBase64
[54/91] Compiling HTTPTypes HTTPRequest.swift
[55/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/92] Compiling HTTPTypes ISOLatin1String.swift
[58/92] Compiling HTTPTypes HTTPResponse.swift
[59/92] Compiling ServiceContextModule ServiceContextKey.swift
[60/92] Compiling HTTPTypes HTTPParsedFields.swift
[61/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/92] Compiling InternalCollectionsUtilities Debugging.swift
[63/92] Compiling InternalCollectionsUtilities Descriptions.swift
[64/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/92] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/92] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/92] Emitting module ServiceContextModule
[68/92] Compiling ServiceContextModule ServiceContext.swift
[69/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/92] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/92] Compiling InternalCollectionsUtilities Integer rank.swift
[75/92] Compiling _NIODataStructures _TinyArray.swift
[76/93] Compiling _NIODataStructures PriorityQueue.swift
[77/94] Compiling c-atomics.c
[81/94] Emitting module CoreMetrics
[82/127] Emitting module Instrumentation
[83/127] Compiling Instrumentation NoOpInstrument.swift
[84/127] Compiling ConcurrencyHelpers LockedValueBox.swift
[85/127] Compiling Instrumentation MultiplexInstrument.swift
[86/127] Compiling Atomics ManagedAtomic.swift
[87/127] Compiling Atomics ManagedAtomicLazyReference.swift
[88/127] Compiling Atomics UnsafeAtomic.swift
[89/127] Compiling Atomics UnsafeAtomicLazyReference.swift
[90/127] Compiling Atomics AtomicStorage.swift
[91/127] Compiling Atomics AtomicValue.swift
[92/127] Compiling Atomics AtomicMemoryOrderings.swift
[93/127] Compiling Atomics DoubleWord.swift
[94/129] Compiling Atomics OptionalRawRepresentable.swift
[95/129] Compiling Atomics RawRepresentable.swift
[96/129] Compiling Atomics AtomicBool.swift
[97/129] Emitting module ConcurrencyHelpers
[98/129] Compiling ConcurrencyHelpers Lock.swift
[99/130] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/130] Compiling HTTPTypes NIOLock.swift
[101/130] Compiling NIOConcurrencyHelpers lock.swift
[102/130] Compiling Atomics AtomicInteger.swift
[103/130] Emitting module NIOConcurrencyHelpers
[104/130] Compiling Atomics AtomicOptionalWrappable.swift
[105/130] Compiling Atomics AtomicReference.swift
[106/130] Compiling Logging MetadataProvider.swift
[107/130] Emitting module _NIODataStructures
[108/130] Compiling _NIODataStructures Heap.swift
[109/131] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[110/131] Compiling Instrumentation Instrument.swift
[111/131] Compiling Instrumentation InstrumentationSystem.swift
[112/131] Compiling Instrumentation Locks.swift
[113/132] Compiling Logging LogHandler.swift
[114/132] Compiling Logging Logging.swift
[115/132] Compiling Logging Locks.swift
[118/133] Compiling Atomics IntegerOperations.swift
[119/133] Compiling Atomics Unmanaged extensions.swift
[121/133] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[122/133] Compiling NIOConcurrencyHelpers atomics.swift
[124/134] Compiling CoreMetrics Locks.swift
[125/134] Compiling CoreMetrics Metrics.swift
[128/276] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[129/276] Compiling Tracing InstrumentationSystem+Tracing.swift
[130/311] Compiling HeapModule Heap+Descriptions.swift
[131/352] Compiling Tracing TracingTime.swift
[132/352] Compiling HeapModule _HeapNode.swift
[133/352] Emitting module Tracing
[134/352] Compiling HeapModule Heap.swift
[135/352] Compiling Tracing TracerProtocol.swift
[136/352] Compiling UnixSignals UnixSignal.swift
[137/352] Compiling Tracing Tracer.swift
[138/352] Emitting module UnixSignals
[139/352] Compiling UnixSignals UnixSignalsSequence.swift
[140/353] Compiling HeapModule Heap+Invariants.swift
[141/353] Compiling HeapModule Heap+UnsafeHandle.swift
[142/353] Emitting module HeapModule
[143/354] Compiling Tracing TracerProtocol+Legacy.swift
[144/354] Compiling HashTreeCollections TreeDictionary+Collection.swift
[145/354] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[146/354] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[147/354] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[148/354] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[149/354] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[150/354] Compiling HashTreeCollections TreeDictionary+Filter.swift
[152/361] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[153/361] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[154/361] Compiling HashTreeCollections TreeDictionary+Keys.swift
[155/361] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[156/361] Compiling HashTreeCollections TreeDictionary+Merge.swift
[157/361] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[158/361] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[160/361] Compiling OrderedCollections OrderedSet+SubSequence.swift
[161/361] Compiling OrderedCollections OrderedSet+Testing.swift
[162/361] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[163/361] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[164/361] Compiling OrderedCollections OrderedSet.swift
[165/361] Compiling OrderedCollections _UnsafeBitset.swift
[166/361] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[167/361] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[168/361] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[169/361] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[170/373] Compiling HashTreeCollections _HashNode+Builder.swift
[171/373] Compiling HashTreeCollections _HashNode+Debugging.swift
[172/373] Compiling HashTreeCollections _HashNode+Initializers.swift
[173/373] Compiling HashTreeCollections _HashNode+Invariants.swift
[174/373] Compiling HashTreeCollections _HashNode+Lookups.swift
[175/373] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[176/373] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[177/373] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[178/373] Compiling HashTreeCollections _HashNode+Structural merge.swift
[179/373] Compiling HashTreeCollections _HashTreeIterator.swift
[180/373] Compiling HashTreeCollections _HashTreeStatistics.swift
[181/373] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[182/373] Compiling HashTreeCollections _RawHashNode.swift
[183/373] Compiling HashTreeCollections _UnmanagedHashNode.swift
[184/373] Compiling HashTreeCollections _UnsafePath.swift
[185/373] Compiling HashTreeCollections TreeDictionary+Codable.swift
[186/373] Compiling Tracing NoOpTracer.swift
[187/373] Compiling Tracing SpanProtocol.swift
[188/389] Compiling HashTreeCollections _HashNode+Storage.swift
[189/389] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[190/389] Compiling HashTreeCollections _HashNode+Structural filter.swift
[191/389] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[192/389] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[193/389] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[194/389] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[195/389] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[196/389] Compiling DequeModule Deque+Testing.swift
[197/389] Compiling DequeModule Deque._Storage.swift
[198/389] Compiling DequeModule Deque._UnsafeHandle.swift
[199/389] Compiling DequeModule Deque.swift
[200/389] Compiling DequeModule _DequeBuffer.swift
[201/389] Compiling DequeModule _DequeBufferHeader.swift
[202/389] Compiling HashTreeCollections _Hash.swift
[203/389] Compiling HashTreeCollections _HashLevel.swift
[205/389] Compiling DequeModule Deque+CustomReflectable.swift
[206/389] Compiling DequeModule Deque+Descriptions.swift
[219/391] Compiling OrderedCollections OrderedSet+Sendable.swift
[220/391] Compiling HashTreeCollections TreeDictionary.swift
[221/391] Compiling HashTreeCollections TreeSet+Codable.swift
[222/391] Compiling HashTreeCollections TreeSet+Collection.swift
[223/391] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[224/391] Compiling HashTreeCollections TreeSet+Debugging.swift
[225/391] Compiling HashTreeCollections TreeSet+Descriptions.swift
[226/391] Compiling HashTreeCollections TreeSet+Equatable.swift
[227/391] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[228/391] Compiling HashTreeCollections TreeSet+Extras.swift
[229/391] Compiling HashTreeCollections TreeSet+Filter.swift
[230/444] Compiling BitCollections BitArray+Hashable.swift
[231/444] Compiling BitCollections BitArray+Initializers.swift
[232/444] Compiling BitCollections BitArray+Invariants.swift
[233/444] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[234/444] Emitting module Atomics
[235/444] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[236/444] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[237/444] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[238/444] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[239/444] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[240/444] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[241/444] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[242/444] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[243/444] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[244/444] Compiling HashTreeCollections TreeSet.swift
[245/444] Compiling BitCollections BitArray+Descriptions.swift
[246/444] Compiling BitCollections BitArray+Equatable.swift
[247/444] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[248/444] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[249/444] Compiling BitCollections BitArray+Extras.swift
[253/445] Compiling BitCollections BitArray+Fill.swift
[268/445] Compiling BitCollections BitSet+SetAlgebra union.swift
[269/445] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[270/445] Compiling BitCollections BitSet.Counted.swift
[277/453] Compiling HTTPTypes HTTPFieldName.swift
[278/454] Emitting module HTTPTypes
[279/454] Compiling HTTPTypes HTTPField.swift
[280/454] Compiling HTTPTypes HTTPFields.swift
[281/455] Compiling BitCollections BitArray+BitwiseOperations.swift
[282/455] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[283/455] Compiling BitCollections BitArray+Codable.swift
[284/455] Compiling BitCollections BitArray+Collection.swift
[293/455] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[294/455] Compiling BitCollections BitSet+CustomReflectable.swift
[295/455] Compiling BitCollections BitSet+CustomStringConvertible.swift
[296/455] Compiling BitCollections BitSet+Equatable.swift
[297/455] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[298/455] Compiling BitCollections BitSet+Extras.swift
[299/455] Compiling BitCollections BitSet+Hashable.swift
[302/462] Compiling BitCollections BitSet+Random.swift
[303/462] Compiling BitCollections BitSet+SetAlgebra basics.swift
[304/462] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[305/462] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[306/462] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[307/462] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[308/462] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[309/462] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[310/462] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[311/462] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[312/462] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[313/462] Emitting module BitCollections
[314/462] Compiling BitCollections BitSet+Initializers.swift
[315/462] Compiling BitCollections BitSet+Invariants.swift
[321/462] Emitting module DequeModule
[328/463] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[329/463] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[330/463] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[331/463] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[332/463] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[337/463] Compiling BitCollections BitSet+BidirectionalCollection.swift
[338/463] Compiling BitCollections BitSet+Codable.swift
[348/463] Emitting module OrderedCollections
[350/525] Compiling NIOCore ByteBuffer-int.swift
[351/525] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[352/525] Compiling NIOCore ByteBuffer-multi-int.swift
[353/525] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[354/525] Compiling NIOCore ByteBuffer-views.swift
[355/525] Compiling NIOCore Channel.swift
[356/525] Compiling NIOCore ChannelHandler.swift
[357/525] Compiling NIOCore ChannelHandlers.swift
[358/525] Compiling NIOCore NIOAsyncWriter.swift
[359/525] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[360/525] Compiling NIOCore BSDSocketAPI.swift
[361/525] Compiling NIOCore ByteBuffer-aux.swift
[362/525] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[363/525] Compiling NIOCore ByteBuffer-conversions.swift
[364/525] Compiling NIOCore ByteBuffer-core.swift
[365/525] Compiling NIOCore ByteBuffer-hex.swift
[366/525] Compiling NIOCore AddressedEnvelope.swift
[367/525] Compiling NIOCore AsyncAwaitSupport.swift
[368/525] Compiling NIOCore AsyncChannel.swift
[369/525] Compiling NIOCore AsyncChannelHandler.swift
[370/525] Compiling NIOCore AsyncChannelInboundStream.swift
[371/525] Compiling NIOCore AsyncChannelOutboundWriter.swift
[372/525] Compiling NIOCore NIOAsyncSequenceProducer.swift
[373/525] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[374/570] Emitting module _RopeModule
[375/570] Compiling NIOCore NIOAny.swift
[376/570] Compiling NIOCore NIOCloseOnErrorHandler.swift
[377/570] Compiling NIOCore NIOCoreSendableMetatype.swift
[378/570] Compiling NIOCore NIOLoopBound.swift
[379/570] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[380/570] Compiling NIOCore NIOScheduledCallback.swift
[381/570] Compiling NIOCore NIOSendable.swift
[383/571] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[384/571] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[385/571] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[386/571] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[387/571] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[388/571] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[389/571] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[390/571] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[391/571] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[392/571] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[393/571] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[394/571] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[395/571] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[396/571] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[397/571] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[398/571] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[399/571] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[400/571] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[401/571] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[402/571] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[403/571] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[404/571] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[405/571] Compiling _RopeModule Rope+Join.swift
[406/571] Compiling _RopeModule Rope+MutatingForEach.swift
[407/571] Compiling _RopeModule Rope+Remove.swift
[408/571] Compiling _RopeModule Rope+RemoveSubrange.swift
[409/571] Compiling _RopeModule Rope+Split.swift
[410/571] Compiling _RopeModule Optional Utilities.swift
[411/571] Compiling _RopeModule String Utilities.swift
[412/571] Compiling _RopeModule String.Index+ABI.swift
[413/571] Compiling _RopeModule _CharacterRecognizer.swift
[421/571] Compiling NIOCore RecvByteBufferAllocator.swift
[422/579] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[423/579] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[424/579] Compiling AsyncAlgorithms MergeStateMachine.swift
[425/579] Compiling AsyncAlgorithms MergeStorage.swift
[426/579] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[427/579] Compiling AsyncAlgorithms Rethrow.swift
[430/585] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[431/585] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[432/585] Compiling AsyncAlgorithms AsyncChannel.swift
[433/585] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[434/585] Compiling AsyncAlgorithms ChannelStateMachine.swift
[435/585] Compiling AsyncAlgorithms ChannelStorage.swift
[436/585] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[437/585] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[448/585] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[449/585] Compiling AsyncAlgorithms CombineLatestStorage.swift
[450/585] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[451/585] Compiling AsyncAlgorithms DebounceStateMachine.swift
[452/585] Compiling AsyncAlgorithms DebounceStorage.swift
[453/585] Compiling AsyncAlgorithms Dictionary.swift
[454/585] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[455/585] Compiling AsyncAlgorithms Locking.swift
[472/585] Compiling AsyncAlgorithms SetAlgebra.swift
[473/585] Compiling AsyncAlgorithms UnsafeTransfer.swift
[474/585] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[475/585] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[476/585] Compiling AsyncAlgorithms ZipStateMachine.swift
[477/585] Compiling Metrics Metrics.swift
[478/585] Emitting module Metrics
[485/587] Emitting module AsyncAlgorithms
[486/587] Emitting module HashTreeCollections
[509/590] Compiling AsyncAlgorithms ZipStorage.swift
[510/590] Compiling NIOCore MarkedCircularBuffer.swift
[511/590] Compiling NIOCore MulticastChannel.swift
[512/590] Emitting module Collections
[513/590] Compiling Collections Collections.swift
[540/592] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[541/592] Compiling NIOCore SocketAddresses.swift
[542/592] Compiling NIOCore SocketOptionProvider.swift
[543/592] Compiling NIOCore SystemCallHelpers.swift
[544/592] Compiling NIOCore TimeAmount+Duration.swift
[545/592] Compiling NIOCore TypeAssistedChannelHandler.swift
[546/592] Compiling NIOCore UniversalBootstrapSupport.swift
[547/592] Compiling NIOCore Utilities.swift
[548/600] Compiling ServiceLifecycle CancellationWaiter.swift
[566/601] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[567/601] Emitting module ServiceLifecycle
[568/601] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[569/601] Compiling ServiceLifecycle ServiceRunnerError.swift
[579/601] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[580/601] Compiling ServiceLifecycle GracefulShutdown.swift
[581/601] Compiling ServiceLifecycle ServiceGroup.swift
[582/601] Compiling ServiceLifecycle Service.swift
[602/602] Emitting module NIOCore
[604/666] Compiling CompressNIO CompressionAlgorithm.swift
[605/666] Compiling CompressNIO Compressor.swift
[606/667] Emitting module NIOHTTPTypes
[607/667] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[608/668] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[610/668] Compiling CompressNIO Error.swift
[611/668] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[612/668] Compiling NIOPosix BSDSocketAPICommon.swift
[613/668] Compiling NIOPosix BSDSocketAPIPosix.swift
[614/668] Emitting module CompressNIO
[615/668] Compiling CompressNIO ZlibWrapper.swift
[616/668] Compiling CompressNIO Zlib.swift
[618/669] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[619/669] Compiling NIOEmbedded AsyncTestingChannel.swift
[620/669] Emitting module NIOEmbedded
[621/669] Compiling NIOEmbedded Embedded.swift
[623/670] Compiling NIOPosix SelectableEventLoop.swift
[624/670] Compiling NIOPosix SelectorEpoll.swift
[625/670] Compiling NIOPosix SelectorGeneric.swift
[626/670] Compiling NIOPosix SelectorKqueue.swift
[627/670] Compiling NIOPosix SelectorUring.swift
[628/670] Compiling NIOPosix ServerSocket.swift
[629/670] Compiling NIOPosix Socket.swift
[630/670] Compiling NIOPosix SocketChannel.swift
[631/670] Compiling NIOPosix SocketProtocols.swift
[632/670] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[633/670] Compiling NIOPosix System.swift
[634/670] Compiling NIOPosix Thread.swift
[635/670] Compiling NIOPosix Pool.swift
[636/670] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[637/670] Compiling NIOPosix PosixSingletons.swift
[638/670] Compiling NIOPosix RawSocketBootstrap.swift
[639/670] Compiling NIOPosix Resolver.swift
[640/670] Compiling NIOPosix Selectable.swift
[641/670] Compiling NIOPosix SelectableChannel.swift
[642/676] Compiling NIOPosix ThreadPosix.swift
[643/676] Compiling NIOPosix ThreadWindows.swift
[644/676] Compiling NIOPosix UnsafeTransfer.swift
[645/676] Compiling NIOPosix Utilities.swift
[646/676] Compiling NIOPosix VsockAddress.swift
[647/676] Compiling NIOPosix VsockChannelEvents.swift
[650/676] Compiling NIOPosix BSDSocketAPIWindows.swift
[651/676] Compiling NIOPosix BaseSocket.swift
[652/676] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[653/676] Compiling NIOPosix BaseSocketChannel.swift
[654/676] Compiling NIOPosix BaseStreamSocketChannel.swift
[655/676] Emitting module NIOPosix
[656/676] Compiling NIOPosix Bootstrap.swift
[657/676] Compiling NIOPosix ControlMessage.swift
[658/676] Compiling NIOPosix DatagramVectorReadManager.swift
[659/676] Compiling NIOPosix Errors+Any.swift
[660/676] Compiling NIOPosix FileDescriptor.swift
[661/676] Compiling NIOPosix GetaddrinfoResolver.swift
[662/676] Compiling NIOPosix HappyEyeballs.swift
[663/676] Compiling NIOPosix IO.swift
[664/676] Compiling NIOPosix IntegerBitPacking.swift
[665/676] Compiling NIOPosix IntegerTypes.swift
[666/676] Compiling NIOPosix Linux.swift
[667/676] Compiling NIOPosix LinuxCPUSet.swift
[668/676] Compiling NIOPosix LinuxUring.swift
[669/676] Compiling NIOPosix MultiThreadedEventLoopGroup.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] Compiling NIO Exports.swift
[679/679] Emitting module NIO
[681/696] Emitting module NIOHTTP1
[682/698] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[683/698] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[684/698] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[685/698] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[686/698] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[687/698] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[688/698] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[689/698] Compiling NIOHTTP1 HTTPTypes.swift
[690/698] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[691/698] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[692/698] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[693/698] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[694/698] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[695/698] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[696/698] Compiling NIOHTTP1 ByteCollectionUtils.swift
[697/698] Compiling NIOHTTP1 HTTPDecoder.swift
[698/698] Compiling NIOHTTP1 HTTPEncoder.swift
[700/721] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[701/721] Compiling NIOExtras NIOExtrasError.swift
[702/723] Emitting module NIOHTTPTypesHTTP1
[703/723] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[704/723] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[705/723] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[706/724] Compiling NIOExtras DebugInboundEventsHandler.swift
[707/724] Compiling NIOExtras DebugOutboundEventsHandler.swift
[708/724] Compiling NIOExtras FixedLengthFrameDecoder.swift
[709/724] Emitting module NIOExtras
[711/724] Compiling NIOExtras NIOLengthFieldBitLength.swift
[712/724] Compiling NIOExtras NIORequestIdentifiable.swift
[713/724] Compiling NIOExtras RequestResponseHandler.swift
[714/724] Compiling NIOExtras RequestResponseHandlers+State.swift
[715/724] Compiling NIOExtras PCAPRingBuffer.swift
[716/724] Compiling NIOExtras QuiescingHelper.swift
[717/724] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[718/724] Compiling NIOExtras LengthFieldPrepender.swift
[719/724] Compiling NIOExtras LineBasedFrameDecoder.swift
[720/724] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[721/724] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[722/724] Compiling NIOExtras JSONRPCFraming.swift
[723/724] Compiling NIOExtras RequestResponseWithIDHandler.swift
[724/724] Compiling NIOExtras WritePCAPHandler.swift
[726/750] 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
[727/750] 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
[728/750] 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
[729/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
[730/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
[731/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
[732/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
[733/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
[734/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
[735/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
[736/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
[737/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
[738/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
[739/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
[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 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
[746/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
[747/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
[748/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
[749/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
[750/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
[751/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
[752/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
[753/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
[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/818] 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/818] 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/818] 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/818] 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/818] 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/818] 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/818] 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/818] 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/818] 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 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
[766/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
[767/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
[768/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
[769/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
[770/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
[771/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
[772/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
[773/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
[774/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
[775/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
[776/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
[777/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
[778/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
[779/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
[780/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
[781/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
[782/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
[783/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
[784/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
[785/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
[786/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
[787/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
[788/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
[789/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
[790/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
[791/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
[792/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
[793/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
[794/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
[795/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
[796/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
[797/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
[798/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
[799/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
[800/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
[801/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
[802/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
[803/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
[804/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
[805/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
[806/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
[807/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
[808/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
[809/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
[810/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
[811/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
[812/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
[813/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
[814/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
[815/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
[816/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
[817/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
[818/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
[819/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
[820/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
[821/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
[822/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
[823/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
[824/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
[825/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
[826/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
[827/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
[829/832] Emitting module HummingbirdCompression
[830/832] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[831/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 | }
[832/832] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
Build complete! (189.21s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.