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 swift-openapi-hummingbird, reference 2.0.1 (026b50), with Swift 6.1 for Android on 29 May 2025 18:34:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-openapi-hummingbird.git
Reference: 2.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-server/swift-openapi-hummingbird
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 026b50b Merge pull request #20 from swift-server/jo/finish-bodywriter
Cloned https://github.com/swift-server/swift-openapi-hummingbird.git
Revision (git rev-parse @):
026b50b17e9afe74d4d82c883d9c37154a8b30bf
SUCCESS checkout https://github.com/swift-server/swift-openapi-hummingbird.git at 2.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-openapi-hummingbird.git
https://github.com/swift-server/swift-openapi-hummingbird.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    }
  ],
  "manifest_display_name" : "swift-openapi-hummingbird",
  "name" : "swift-openapi-hummingbird",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIHummingbird",
      "targets" : [
        "OpenAPIHummingbird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIHummingbirdTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIHummingbirdTests",
      "path" : "Tests/OpenAPIHummingbirdTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "OpenAPITransportTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIHummingbird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIHummingbird",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIHummingbird",
      "path" : "Sources/OpenAPIHummingbird",
      "product_dependencies" : [
        "Hummingbird",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "OpenAPIHummingbird"
      ],
      "sources" : [
        "OpenAPITransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/5679] Fetching swift-openapi-runtime
[5680/30162] Fetching swift-openapi-runtime, hummingbird
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (0.37s)
[4652/24483] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.93s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.8.2 (1.57s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.43s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.40s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.94s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2426] Fetching swift-service-lifecycle
[2427/8340] Fetching swift-service-lifecycle, swift-nio-extras
[2546/11007] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services
[3305/25021] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, async-http-client
[3996/36548] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, async-http-client, swift-nio-http2
[14270/51391] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.87s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.87s)
[26547/34710] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[30555/39684] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
[34336/115792] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.96s)
[35664/113366] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.97s)
[30808/107452] Fetching swift-nio-http2, swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.00s)
[21527/95925] Fetching swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.12s)
[17146/90951] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
[18650/93157] Fetching swift-nio-ssl, swift-nio, swift-metrics
[20856/94867] Fetching swift-nio-ssl, swift-nio, swift-metrics, swift-atomics
[20857/98703] Fetching swift-nio-ssl, swift-nio, swift-metrics, swift-atomics, swift-log
[23223/115294] Fetching swift-nio-ssl, swift-nio, swift-metrics, swift-atomics, swift-log, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (0.68s)
[26648/113088] Fetching swift-nio-ssl, swift-nio, swift-atomics, swift-log, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.94s)
[27512/109252] Fetching swift-nio-ssl, swift-nio, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.11s)
[32691/107542] Fetching swift-nio-ssl, swift-nio, swift-collections
[35736/112527] Fetching swift-nio-ssl, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.21s)
[54275/107542] Fetching swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.16s)
[52010/92699] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.31s)
Fetched https://github.com/apple/swift-nio.git from cache (7.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (12.69s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.15s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.54s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.91s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.08s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[367/7296] Fetching swift-http-structured-headers, swift-certificates
[548/8886] Fetching swift-http-structured-headers, swift-certificates, swift-asn1
[1138/14845] Fetching swift-http-structured-headers, swift-certificates, swift-asn1, swift-algorithms
[1137/8886] Fetching swift-http-structured-headers, swift-certificates, swift-asn1
[1274/14845] Fetching swift-http-structured-headers, swift-certificates, swift-asn1, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.93s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.94s)
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.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.98s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.09s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.81s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.73s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.98s)
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.82s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Building for debugging...
[0/48] Write sources
[34/48] Compiling CNIOLinux liburing_shims.c
[35/48] Compiling CNIOWindows WSAStartup.c
[36/48] Compiling CNIOWASI CNIOWASI.c
[37/48] Compiling CNIOWindows shim.c
[38/48] Compiling _AtomicsShims.c
[39/48] Compiling CNIODarwin shim.c
[39/48] Write sources
[41/48] Compiling CNIOLLHTTP c_nio_http.c
[42/48] Compiling CNIOLLHTTP c_nio_api.c
[43/48] Compiling CNIOLinux shim.c
[44/48] Write swift-version-24593BA9C3E375BF.txt
[45/48] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/84] Emitting module ServiceContextModule
[47/84] Compiling c-nioatomics.c
[49/87] Compiling HTTPTypes ISOLatin1String.swift
[50/88] Emitting module HTTPTypes
[51/88] Compiling HTTPTypes HTTPRequest.swift
[52/88] Emitting module _NIOBase64
[53/88] Compiling _NIOBase64 Base64.swift
[54/88] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/88] Compiling HTTPTypes HTTPResponse.swift
[56/88] Compiling InternalCollectionsUtilities Debugging.swift
[57/89] Compiling _NIODataStructures _TinyArray.swift
[58/89] Emitting module InternalCollectionsUtilities
[59/89] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/89] Compiling InternalCollectionsUtilities Integer rank.swift
[61/90] Compiling ServiceContextModule ServiceContextKey.swift
[63/90] Compiling HTTPTypes HTTPFieldName.swift
[64/90] Compiling HTTPTypes HTTPParsedFields.swift
[65/90] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[66/90] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/90] Compiling InternalCollectionsUtilities Descriptions.swift
[68/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/90] Compiling ServiceContextModule ServiceContext.swift
[71/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/91] Emitting module _NIODataStructures
[76/91] Compiling _NIODataStructures Heap.swift
[77/91] Compiling _NIODataStructures PriorityQueue.swift
[80/92] Compiling HTTPTypes NIOLock.swift
[81/95] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/96] Compiling ConcurrencyHelpers LockedValueBox.swift
[84/189] Compiling Instrumentation Instrument.swift
[85/189] Emitting module Instrumentation
[86/189] Compiling Instrumentation NoOpInstrument.swift
[87/189] Compiling Instrumentation MultiplexInstrument.swift
[88/189] Compiling Instrumentation InstrumentationSystem.swift
[89/189] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[90/189] Compiling _RopeModule BigString+Chunk+Splitting.swift
[91/189] Compiling _RopeModule BigString+Chunk.swift
[92/191] Compiling _RopeModule BigString+Ingester.swift
[93/191] Compiling _RopeModule BigString+Invariants.swift
[94/191] Compiling _RopeModule BigString+Iterators.swift
[95/191] Compiling _RopeModule BigString+Metrics.swift
[96/191] Compiling _RopeModule BigString+Debugging.swift
[97/191] Compiling _RopeModule BigString+Index.swift
[98/191] Compiling CoreMetrics Metrics.swift
[99/191] Compiling _RopeModule BigString+BidirectionalCollection.swift
[100/191] Compiling _RopeModule BigString+Builder.swift
[101/191] Compiling _RopeModule BigString+Contents.swift
[102/191] Compiling Atomics IntegerOperations.swift
[103/191] Compiling Atomics Unmanaged extensions.swift
[103/191] Compiling c-atomics.c
[105/246] Compiling Instrumentation Locks.swift
[106/246] Emitting module ConcurrencyHelpers
[107/246] Compiling ConcurrencyHelpers Lock.swift
[108/248] Compiling Logging Locks.swift
[109/248] Emitting module CoreMetrics
[110/248] Compiling CoreMetrics Locks.swift
[111/249] Compiling Logging MetadataProvider.swift
[112/249] Emitting module Logging
[113/249] Compiling Logging LogHandler.swift
[114/249] Compiling Logging Logging.swift
[119/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[120/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[121/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[122/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[123/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[124/250] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[125/250] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[126/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[127/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[128/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[129/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[130/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[131/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[132/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[133/281] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[134/281] Compiling OrderedCollections OrderedSet.swift
[135/281] Compiling OrderedCollections _UnsafeBitset.swift
[136/281] Compiling _RopeModule Rope+Sequence.swift
[137/281] Compiling _RopeModule Rope+Append.swift
[138/281] Compiling _RopeModule Rope+Extract.swift
[139/281] Compiling _RopeModule Rope+Find.swift
[140/281] Compiling _RopeModule Rope+ForEachWhile.swift
[141/281] Compiling _RopeModule Rope+Insert.swift
[147/281] Compiling OrderedCollections OrderedSet+Sendable.swift
[148/281] Compiling OrderedCollections OrderedSet+SubSequence.swift
[149/281] Compiling OrderedCollections OrderedSet+Testing.swift
[150/281] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[151/290] Compiling HeapModule Heap+Descriptions.swift
[152/290] Compiling HeapModule _HeapNode.swift
[153/290] Compiling OrderedCollections OrderedDictionary+Codable.swift
[154/290] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[155/290] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[156/290] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[157/290] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[158/290] Compiling OrderedCollections OrderedDictionary+Elements.swift
[159/290] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[160/290] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[161/290] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[162/290] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[163/290] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[164/290] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[165/290] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[166/290] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[167/290] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[168/290] Compiling OrderedCollections OrderedDictionary+Values.swift
[169/290] Compiling OrderedCollections OrderedSet+Initializers.swift
[170/290] Compiling OrderedCollections OrderedSet+Insertions.swift
[171/290] Compiling OrderedCollections OrderedSet+Invariants.swift
[172/290] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[173/290] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[174/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[175/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[176/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[177/290] Compiling OrderedCollections OrderedDictionary.swift
[178/290] Compiling OrderedCollections OrderedSet+Codable.swift
[179/290] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[180/290] Compiling OrderedCollections OrderedSet+Descriptions.swift
[181/290] Compiling OrderedCollections OrderedSet+Diffing.swift
[182/290] Compiling OrderedCollections OrderedSet+Equatable.swift
[183/290] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[184/290] Compiling OrderedCollections OrderedSet+Hashable.swift
[193/290] Compiling OrderedCollections _HashTable+Bucket.swift
[194/290] Compiling OrderedCollections _HashTable+BucketIterator.swift
[195/290] Compiling HeapModule Heap.swift
[196/290] Compiling NIOConcurrencyHelpers NIOLock.swift
[197/290] Compiling HeapModule Heap+Invariants.swift
[198/290] Compiling HeapModule Heap+UnsafeHandle.swift
[199/290] Emitting module HeapModule
[200/290] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[201/290] Emitting module UnixSignals
[202/291] Compiling Tracing TracerProtocol.swift
[203/291] Compiling Tracing TracingTime.swift
[204/291] Compiling NIOConcurrencyHelpers lock.swift
[205/291] Compiling OrderedCollections _HashTable+Constants.swift
[206/291] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[207/291] Compiling OrderedCollections _HashTable+Testing.swift
[208/291] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[209/291] Compiling OrderedCollections _HashTable.swift
[210/291] Compiling OrderedCollections _Hashtable+Header.swift
[215/291] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[220/291] Emitting module NIOConcurrencyHelpers
[224/291] Compiling UnixSignals UnixSignalsSequence.swift
[225/291] Compiling UnixSignals UnixSignal.swift
[226/291] Emitting module Atomics
[227/291] Compiling Tracing TracerProtocol+Legacy.swift
[228/291] Compiling Tracing Tracer.swift
[231/295] Compiling NIOConcurrencyHelpers atomics.swift
[232/295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[234/297] Compiling Tracing InstrumentationSystem+Tracing.swift
[235/297] Emitting module Tracing
[236/297] Compiling Tracing SpanProtocol.swift
[237/297] Compiling Tracing NoOpTracer.swift
[238/312] Emitting module _RopeModule
[239/312] Compiling DequeModule _DequeBuffer.swift
[240/312] Compiling DequeModule _DequeBufferHeader.swift
[241/312] Compiling DequeModule Deque._UnsafeHandle.swift
[242/312] Compiling DequeModule Deque.swift
[243/312] Compiling DequeModule Deque+Testing.swift
[244/312] Compiling DequeModule Deque._Storage.swift
[248/441] Compiling HashTreeCollections TreeDictionary+Values.swift
[249/441] Compiling HashTreeCollections TreeDictionary.swift
[250/441] Compiling HashTreeCollections TreeSet+Codable.swift
[251/441] Compiling HashTreeCollections TreeSet+Collection.swift
[252/441] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[253/441] Compiling HashTreeCollections TreeSet+Debugging.swift
[254/441] Compiling HashTreeCollections TreeSet+Descriptions.swift
[255/441] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[256/441] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[257/443] Emitting module OrderedCollections
[258/444] Compiling BitCollections BitArray+Descriptions.swift
[259/444] Compiling BitCollections BitArray+Equatable.swift
[260/444] Compiling BitCollections BitArray+Copy.swift
[261/444] Compiling BitCollections BitArray+CustomReflectable.swift
[262/444] Compiling BitCollections BitArray+BitwiseOperations.swift
[263/444] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[265/444] Compiling DequeModule _DequeSlot.swift
[266/444] Compiling DequeModule _UnsafeWrappedBuffer.swift
[267/444] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[268/444] Compiling BitCollections BitSet+CustomReflectable.swift
[269/444] Compiling BitCollections BitSet+CustomStringConvertible.swift
[270/444] Compiling BitCollections BitSet+Equatable.swift
[271/444] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[272/444] Compiling BitCollections BitSet+Extras.swift
[273/444] Compiling BitCollections BitSet+Hashable.swift
[274/451] Compiling HashTreeCollections TreeSet+Hashable.swift
[275/451] Compiling HashTreeCollections TreeSet+Sendable.swift
[276/451] Compiling HashTreeCollections TreeSet+Sequence.swift
[277/451] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[278/451] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[279/451] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[280/451] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[281/451] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[282/451] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[283/451] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[284/461] Compiling BitCollections BitArray+Hashable.swift
[285/461] Compiling BitCollections BitArray+Initializers.swift
[286/461] Compiling BitCollections BitArray+Extras.swift
[287/461] Compiling BitCollections BitArray+Fill.swift
[288/461] Compiling BitCollections BitSet+Initializers.swift
[289/461] Compiling BitCollections BitSet+Invariants.swift
[290/461] Compiling BitCollections BitSet+Random.swift
[291/461] Compiling BitCollections BitSet+SetAlgebra basics.swift
[292/461] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[293/461] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[294/461] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[303/461] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[304/461] Compiling HTTPTypes HTTPField.swift
[305/461] Compiling HTTPTypes HTTPFields.swift
[306/462] Compiling BitCollections BitArray+Codable.swift
[307/462] Compiling BitCollections BitArray+Collection.swift
[308/462] Emitting module BitCollections
[309/462] Compiling BitCollections Range+Utilities.swift
[310/462] Compiling BitCollections Slice+Utilities.swift
[311/462] Compiling BitCollections UInt+Tricks.swift
[312/462] Compiling BitCollections _Word.swift
[315/462] Compiling HashTreeCollections TreeSet+Equatable.swift
[316/462] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[317/462] Compiling HashTreeCollections TreeSet+Extras.swift
[318/462] Compiling HashTreeCollections TreeSet+Filter.swift
[319/462] Compiling BitCollections BitSet.Counted.swift
[320/462] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[321/462] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[322/462] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[323/462] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[324/462] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[325/462] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[326/462] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[327/462] Compiling BitCollections BitSet.Index.swift
[328/462] Compiling BitCollections BitSet._UnsafeHandle.swift
[329/462] Compiling BitCollections BitSet.swift
[331/462] Compiling BitCollections BitArray._UnsafeHandle.swift
[332/462] Compiling BitCollections BitArray.swift
[333/462] Compiling BitCollections BitSet+BidirectionalCollection.swift
[334/462] Compiling BitCollections BitSet+Codable.swift
[349/462] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[350/462] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[351/462] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[352/462] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[353/462] Compiling BitCollections BitSet+SetAlgebra union.swift
[354/462] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[374/462] Emitting module DequeModule
[376/466] Compiling OpenAPIRuntime CurrencyTypes.swift
[385/525] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[386/525] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[387/525] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[388/525] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[389/525] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[390/525] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[391/525] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[392/525] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[393/525] Compiling HashTreeCollections TreeSet.swift
[395/558] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[396/558] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[397/558] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[398/558] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[399/558] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[400/558] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[401/558] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[402/558] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[403/560] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[404/560] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[405/560] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[406/560] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[407/560] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[408/561] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[409/561] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[410/561] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[411/630] Compiling NIOCore EventLoopFuture+Deprecated.swift
[412/630] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[413/630] Compiling NIOCore EventLoopFuture.swift
[414/630] Compiling NIOCore FileDescriptor.swift
[415/630] Compiling NIOCore FileHandle.swift
[416/630] Compiling NIOCore FileRegion.swift
[417/630] Compiling NIOCore GlobalSingletons.swift
[419/631] Compiling NIOCore EventLoop+SerialExecutor.swift
[420/631] Compiling NIOCore EventLoop.swift
[421/631] Compiling NIOCore MulticastChannel.swift
[422/631] Compiling NIOCore NIOAny.swift
[423/631] Compiling NIOCore NIOCloseOnErrorHandler.swift
[424/631] Compiling NIOCore NIOLoopBound.swift
[425/631] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[426/631] Compiling NIOCore NIOScheduledCallback.swift
[427/631] Compiling NIOCore NIOSendable.swift
[428/631] Compiling NIOCore RecvByteBufferAllocator.swift
[429/631] Compiling NIOCore IO.swift
[430/631] Emitting module AsyncAlgorithms
[431/637] Compiling NIOCore EventLoop+Deprecated.swift
[437/637] Compiling NIOCore AddressedEnvelope.swift
[438/637] Compiling NIOCore AsyncAwaitSupport.swift
[439/637] Compiling NIOCore AsyncChannel.swift
[440/637] Compiling NIOCore AsyncChannelHandler.swift
[441/637] Compiling NIOCore AsyncChannelInboundStream.swift
[442/637] Compiling NIOCore AsyncChannelOutboundWriter.swift
[443/637] Compiling NIOCore NIOAsyncSequenceProducer.swift
[444/637] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[445/637] Compiling NIOCore NIOAsyncWriter.swift
[446/637] Compiling NIOCore ByteBuffer-multi-int.swift
[447/637] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[448/637] Compiling NIOCore ByteBuffer-conversions.swift
[449/637] Compiling NIOCore ByteBuffer-core.swift
[450/637] Compiling NIOCore ByteBuffer-hex.swift
[451/637] Compiling NIOCore ByteBuffer-int.swift
[452/637] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[453/637] Compiling NIOCore CircularBuffer.swift
[454/637] Compiling NIOCore Codec.swift
[455/637] Compiling NIOCore ConvenienceOptionSupport.swift
[456/637] Compiling NIOCore DeadChannel.swift
[457/637] Compiling NIOCore DispatchQueue+WithFuture.swift
[459/637] Compiling NIOCore ByteBuffer-views.swift
[460/637] Compiling NIOCore Channel.swift
[461/637] Compiling NIOCore ChannelHandler.swift
[462/637] Compiling NIOCore ChannelHandlers.swift
[463/637] Compiling NIOCore ChannelInvoker.swift
[464/637] Compiling NIOCore ChannelOption.swift
[465/637] Compiling NIOCore ChannelPipeline.swift
[466/637] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[467/637] Compiling NIOCore BSDSocketAPI.swift
[468/637] Compiling NIOCore ByteBuffer-aux.swift
[469/637] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[504/645] Emitting module Metrics
[505/645] Compiling Metrics Metrics.swift
[513/646] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[514/654] Emitting module HashTreeCollections
[517/655] Emitting module OpenAPIRuntime
[524/657] Emitting module Collections
[525/657] Compiling Collections Collections.swift
[552/658] Compiling AsyncAlgorithms SetAlgebra.swift
[553/658] Compiling AsyncAlgorithms UnsafeTransfer.swift
[554/658] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[555/658] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[556/658] Compiling AsyncAlgorithms ZipStateMachine.swift
[557/658] Compiling AsyncAlgorithms ZipStorage.swift
[558/658] Compiling NIOCore MarkedCircularBuffer.swift
[559/658] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[600/667] Compiling ServiceLifecycle CancellationWaiter.swift
[617/668] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[618/668] Compiling ServiceLifecycle ServiceRunnerError.swift
[619/668] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[620/668] Emitting module ServiceLifecycle
[621/668] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[622/668] Compiling ServiceLifecycle GracefulShutdown.swift
[624/668] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[625/668] Compiling OpenAPIRuntime URIEncoder.swift
[626/668] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[627/668] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[628/668] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[629/668] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[630/668] Compiling OpenAPIRuntime URIParser.swift
[638/668] Compiling OpenAPIRuntime URISerializer.swift
[640/669] Compiling ServiceLifecycle ServiceGroup.swift
[641/669] Compiling ServiceLifecycle Service.swift
[643/670] Emitting module NIOCore
[672/723] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[673/723] Emitting module NIOHTTPTypes
[675/724] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[676/724] Compiling NIOEmbedded Embedded.swift
[677/724] Emitting module NIOEmbedded
[678/724] Compiling NIOEmbedded AsyncTestingChannel.swift
[680/725] Emitting module NIOPosix
[681/731] Compiling NIOPosix ThreadPosix.swift
[682/731] Compiling NIOPosix ThreadWindows.swift
[683/731] Compiling NIOPosix UnsafeTransfer.swift
[684/731] Compiling NIOPosix Utilities.swift
[685/731] Compiling NIOPosix VsockAddress.swift
[686/731] Compiling NIOPosix VsockChannelEvents.swift
[687/731] Compiling NIOPosix SelectableChannel.swift
[688/731] Compiling NIOPosix SelectableEventLoop.swift
[689/731] Compiling NIOPosix SelectorEpoll.swift
[690/731] Compiling NIOPosix SelectorGeneric.swift
[691/731] Compiling NIOPosix SelectorKqueue.swift
[692/731] Compiling NIOPosix SelectorUring.swift
[693/731] Compiling NIOPosix ServerSocket.swift
[694/731] Compiling NIOPosix Socket.swift
[695/731] Compiling NIOPosix SocketChannel.swift
[696/731] Compiling NIOPosix SocketProtocols.swift
[697/731] Compiling NIOPosix System.swift
[698/731] Compiling NIOPosix Thread.swift
[699/731] Compiling NIOPosix IO.swift
[700/731] Compiling NIOPosix IntegerBitPacking.swift
[701/731] Compiling NIOPosix IntegerTypes.swift
[702/731] Compiling NIOPosix Linux.swift
[703/731] Compiling NIOPosix LinuxCPUSet.swift
[704/731] Compiling NIOPosix LinuxUring.swift
[705/731] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[706/731] Compiling NIOPosix Bootstrap.swift
[707/731] Compiling NIOPosix ControlMessage.swift
[708/731] Compiling NIOPosix DatagramVectorReadManager.swift
[709/731] Compiling NIOPosix Errors+Any.swift
[710/731] Compiling NIOPosix FileDescriptor.swift
[711/731] Compiling NIOPosix GetaddrinfoResolver.swift
[712/731] Compiling NIOPosix HappyEyeballs.swift
[713/731] Compiling NIOPosix NIOThreadPool.swift
[714/731] Compiling NIOPosix NonBlockingFileIO.swift
[715/731] Compiling NIOPosix PendingDatagramWritesManager.swift
[716/731] Compiling NIOPosix PendingWritesManager.swift
[717/731] Compiling NIOPosix PipeChannel.swift
[718/731] Compiling NIOPosix PipePair.swift
[719/731] Compiling NIOPosix BSDSocketAPICommon.swift
[720/731] Compiling NIOPosix BSDSocketAPIPosix.swift
[721/731] Compiling NIOPosix BSDSocketAPIWindows.swift
[722/731] Compiling NIOPosix BaseSocket.swift
[723/731] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[724/731] Compiling NIOPosix BaseSocketChannel.swift
[725/731] Compiling NIOPosix BaseStreamSocketChannel.swift
[726/731] Compiling NIOPosix Pool.swift
[727/731] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[728/731] Compiling NIOPosix PosixSingletons.swift
[729/731] Compiling NIOPosix RawSocketBootstrap.swift
[730/731] Compiling NIOPosix Resolver.swift
[731/731] Compiling NIOPosix Selectable.swift
[733/734] Emitting module NIO
[734/734] Compiling NIO Exports.swift
[736/751] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[737/751] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[738/753] Emitting module NIOHTTP1
[739/753] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[740/753] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[741/753] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[742/753] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[743/753] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[744/753] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[745/753] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[746/753] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[747/753] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[748/753] Compiling NIOHTTP1 HTTPTypes.swift
[749/753] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[750/753] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[751/753] Compiling NIOHTTP1 ByteCollectionUtils.swift
[752/753] Compiling NIOHTTP1 HTTPDecoder.swift
[753/753] Compiling NIOHTTP1 HTTPEncoder.swift
[755/776] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[756/776] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[757/776] Emitting module NIOHTTPTypesHTTP1
[758/776] Compiling NIOExtras NIOLengthFieldBitLength.swift
[759/776] Compiling NIOExtras NIORequestIdentifiable.swift
[760/778] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[761/779] Compiling NIOExtras PCAPRingBuffer.swift
[762/779] Compiling NIOExtras QuiescingHelper.swift
[763/779] Compiling NIOExtras RequestResponseHandler.swift
[764/779] Compiling NIOExtras RequestResponseWithIDHandler.swift
[766/779] Emitting module NIOExtras
[767/779] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[768/779] Compiling NIOExtras NIOExtrasError.swift
[769/779] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[770/779] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[771/779] Compiling NIOExtras JSONRPCFraming.swift
[772/779] Compiling NIOExtras DebugInboundEventsHandler.swift
[773/779] Compiling NIOExtras DebugOutboundEventsHandler.swift
[774/779] Compiling NIOExtras FixedLengthFrameDecoder.swift
[775/779] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[776/779] Compiling NIOExtras LengthFieldPrepender.swift
[777/779] Compiling NIOExtras LineBasedFrameDecoder.swift
[778/779] Compiling NIOExtras UnsafeTransfer.swift
[779/779] Compiling NIOExtras WritePCAPHandler.swift
[781/804] 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
[782/804] 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
[783/804] 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
[784/804] 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
[785/804] 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
[786/804] 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
[787/807] 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
[788/807] 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
[789/807] 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
[790/807] 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
[791/807] 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
[792/807] 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
[793/807] 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
[794/807] 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
[795/807] 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
[796/807] 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
[797/807] 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
[798/807] 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
[799/807] 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
[800/807] 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
[801/807] 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
[802/807] 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
[803/807] 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
[804/807] 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
[805/807] 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
[806/807] 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
[807/807] 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
[809/872] 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
[810/872] 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
[811/872] 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
[812/872] 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
[813/872] 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
[814/872] 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
[815/872] 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
[816/872] 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
[817/872] 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
[818/881] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/881] 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
[820/881] 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
[821/881] 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
[822/881] 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
[823/881] 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
[824/881] 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
[825/881] 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
[826/881] 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
[827/881] 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
[828/881] 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
[829/881] 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
[830/881] 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
[831/881] 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
[832/881] 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
[833/881] 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
[834/881] 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
[835/881] 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
[836/881] 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
[837/881] 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
[838/881] 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
[839/881] 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
[840/881] 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
[841/881] 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
[842/881] 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
[843/881] 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
[844/881] 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
[845/881] 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
[846/881] 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
[847/881] 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
[848/881] 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
[849/881] 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
[850/881] 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
[851/881] 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
[852/881] 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
[853/881] 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
[854/881] 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
[855/881] 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
[856/881] 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
[857/881] 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
[858/881] 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
[859/881] 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
[860/881] 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
[861/881] 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
[862/881] 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
[863/881] 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
[864/881] 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
[865/881] 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
[866/881] 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
[867/881] 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
[868/881] 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
[869/881] 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
[870/881] 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
[871/881] 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
[872/881] 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
[873/881] 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
[874/881] 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
[875/881] 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
[876/881] 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
[877/881] 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
[878/881] 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
[879/881] 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
[880/881] 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
[881/881] 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
[883/884] Compiling OpenAPIHummingbird OpenAPITransport.swift
[884/884] Emitting module OpenAPIHummingbird
Build complete! (196.93s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    }
  ],
  "manifest_display_name" : "swift-openapi-hummingbird",
  "name" : "swift-openapi-hummingbird",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAPIHummingbird",
      "targets" : [
        "OpenAPIHummingbird"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAPIHummingbirdTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIHummingbirdTests",
      "path" : "Tests/OpenAPIHummingbirdTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "OpenAPITransportTests.swift"
      ],
      "target_dependencies" : [
        "OpenAPIHummingbird"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAPIHummingbird",
      "module_type" : "SwiftTarget",
      "name" : "OpenAPIHummingbird",
      "path" : "Sources/OpenAPIHummingbird",
      "product_dependencies" : [
        "Hummingbird",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "OpenAPIHummingbird"
      ],
      "sources" : [
        "OpenAPITransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.