The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-community/hummingbird-elementary.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-community/hummingbird-elementary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e41590e non-sendable support for HTMLResponse (#10)
Cloned https://github.com/hummingbird-community/hummingbird-elementary.git
Revision (git rev-parse @):
e41590e49cdb60dcf62004fc15729a10c069249c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-community/hummingbird-elementary.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-community/hummingbird-elementary.git
https://github.com/hummingbird-community/hummingbird-elementary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sliemeobn/elementary.git"
    }
  ],
  "manifest_display_name" : "hummingbird-elementary",
  "name" : "hummingbird-elementary",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdElementary",
      "targets" : [
        "HummingbirdElementary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdElementaryTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdElementaryTests",
      "path" : "Tests/HummingbirdElementaryTests",
      "product_dependencies" : [
        "Elementary",
        "HummingbirdTesting"
      ],
      "sources" : [
        "HTMLResponseTests.swift",
        "NonSendableHTMLResponseTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdElementary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdElementary",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdElementary",
      "path" : "Sources/HummingbirdElementary",
      "product_dependencies" : [
        "Hummingbird",
        "Elementary"
      ],
      "product_memberships" : [
        "HummingbirdElementary"
      ],
      "sources" : [
        "HTMLResponse.swift",
        "HTMLResponseBodyWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/sliemeobn/elementary.git
[1/1263] Fetching elementary
[1264/25746] Fetching elementary, hummingbird
Fetched https://github.com/sliemeobn/elementary.git from cache (1.02s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.05s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (1.61s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.84s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[1068/8581] Fetching swift-nio-transport-services, swift-nio-extras
[3514/11007] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
[6308/25021] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client
[7682/36548] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2
[15501/51391] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.91s)
[31737/37377] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[37378/113485] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.62s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.62s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.62s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.63s)
[57464/90951] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.66s)
Fetching https://github.com/apple/swift-collections.git
[43382/76108] Fetching swift-nio
[46427/79944] Fetching swift-nio, swift-log
[46849/84918] Fetching swift-nio, swift-log, swift-distributed-tracing
[48128/85822] Fetching swift-nio, swift-log, swift-distributed-tracing, swift-http-types
[53057/102413] Fetching swift-nio, swift-log, swift-distributed-tracing, swift-http-types, swift-collections
[54350/104619] Fetching swift-nio, swift-log, swift-distributed-tracing, swift-http-types, swift-collections, swift-metrics
Fetched https://github.com/apple/swift-http-types.git from cache (0.59s)
[59712/103715] Fetching swift-nio, swift-log, swift-distributed-tracing, swift-collections, swift-metrics
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.79s)
Fetching https://github.com/apple/swift-async-algorithms.git
[56702/94905] Fetching swift-nio, swift-collections, swift-metrics
[56753/96615] Fetching swift-nio, swift-collections, swift-metrics, swift-atomics
[63303/101600] Fetching swift-nio, swift-collections, swift-metrics, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
[72081/99890] Fetching swift-nio, swift-collections, swift-metrics, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
[72834/94905] Fetching swift-nio, swift-collections, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (1.91s)
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
[60126/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (12.60s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.16s)
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.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (3.11s)
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.50s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.98s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.49s)
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.47s)
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.02s)
Fetching https://github.com/apple/swift-algorithms.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-asn1.git
[1/1590] Fetching swift-asn1
[590/2731] Fetching swift-asn1, swift-http-structured-headers
[2732/8690] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms
[4699/14845] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
[4781/13255] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
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.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.72s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.10s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.90s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
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.44s)
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.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
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.89s)
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/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/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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.5.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-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-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-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-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/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/48] Write sources
[32/48] Compiling CNIOWindows shim.c
[33/48] Compiling CNIOWindows WSAStartup.c
[34/48] Compiling _AtomicsShims.c
[35/48] Compiling CNIOWASI CNIOWASI.c
[36/48] Compiling CNIOLinux liburing_shims.c
[37/48] Compiling CNIODarwin shim.c
[38/48] Write sources
[41/48] Compiling CNIOLLHTTP c_nio_http.c
[42/48] Compiling CNIOLinux shim.c
[43/48] Write swift-version-24593BA9C3E375BF.txt
[44/48] Compiling CNIOLLHTTP c_nio_api.c
[45/76] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/84] Emitting module _NIOBase64
[48/84] Emitting module _NIODataStructures
[49/84] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/85] Compiling HTTPTypes ISOLatin1String.swift
[52/86] Compiling ServiceContextModule ServiceContext.swift
[53/86] Compiling _NIOBase64 Base64.swift
[55/87] Compiling HTTPTypes HTTPParsedFields.swift
[56/87] Compiling HTTPTypes HTTPRequest.swift
[57/87] Compiling HTTPTypes HTTPResponse.swift
[58/87] Emitting module HTTPTypes
[59/87] Emitting module InternalCollectionsUtilities
[60/87] Compiling HTTPTypes HTTPField.swift
[61/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/87] Compiling InternalCollectionsUtilities Debugging.swift
[65/87] Compiling ServiceContextModule ServiceContextKey.swift
[66/87] Emitting module ServiceContextModule
[67/87] Compiling InternalCollectionsUtilities Descriptions.swift
[68/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/87] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/87] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/87] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/87] Compiling InternalCollectionsUtilities Integer rank.swift
[73/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/88] Compiling _NIODataStructures PriorityQueue.swift
[75/88] Compiling _NIODataStructures _TinyArray.swift
[76/110] Compiling _NIODataStructures Heap.swift
[79/111] Compiling HTTPTypes NIOLock.swift
[80/117] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/121] Compiling Instrumentation NoOpInstrument.swift
[83/121] Emitting module Instrumentation
[84/121] Compiling Instrumentation MultiplexInstrument.swift
[84/124] Compiling c-nioatomics.c
[86/124] Compiling ConcurrencyHelpers LockedValueBox.swift
[86/192] Compiling c-atomics.c
[88/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/247] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/247] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[95/254] Compiling CoreMetrics Metrics.swift
[96/254] Emitting module ConcurrencyHelpers
[97/254] Compiling ConcurrencyHelpers Lock.swift
[98/254] Compiling Instrumentation Instrument.swift
[99/254] Compiling Instrumentation Locks.swift
[100/254] Compiling Instrumentation InstrumentationSystem.swift
[101/255] Emitting module CoreMetrics
[102/256] Compiling CoreMetrics Locks.swift
[103/256] Emitting module Logging
[104/257] Compiling Logging MetadataProvider.swift
[107/257] Compiling Logging LogHandler.swift
[108/257] Compiling Logging Locks.swift
[109/257] Compiling Logging Logging.swift
[111/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[119/266] Compiling OrderedCollections OrderedDictionary.swift
[120/266] Compiling OrderedCollections OrderedSet+Codable.swift
[121/266] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[122/266] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/266] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/266] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/266] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/266] Compiling OrderedCollections OrderedSet+Hashable.swift
[127/266] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[128/266] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[129/266] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[130/266] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[131/266] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[132/266] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[133/266] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[134/266] Compiling OrderedCollections OrderedDictionary+Values.swift
[135/266] Compiling OrderedCollections OrderedSet+Initializers.swift
[136/266] Compiling OrderedCollections OrderedSet+Insertions.swift
[137/266] Compiling OrderedCollections OrderedSet+Invariants.swift
[138/266] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[139/266] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[140/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[141/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[142/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[143/274] Compiling OrderedCollections OrderedDictionary+Codable.swift
[144/274] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[145/274] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[146/274] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[147/274] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[148/274] Compiling OrderedCollections OrderedDictionary+Elements.swift
[149/274] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[150/274] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/280] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/280] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/280] Compiling NIOConcurrencyHelpers NIOLock.swift
[158/280] Compiling OrderedCollections _HashTable+Bucket.swift
[159/280] Compiling OrderedCollections _HashTable+BucketIterator.swift
[160/280] Compiling OrderedCollections _HashTable+Constants.swift
[161/280] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[162/280] Compiling OrderedCollections _HashTable+Testing.swift
[163/280] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[168/280] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[169/280] Compiling OrderedCollections OrderedSet.swift
[170/280] Compiling OrderedCollections _UnsafeBitset.swift
[171/280] Compiling _RopeModule Rope+Sequence.swift
[172/280] Compiling _RopeModule Rope+Append.swift
[173/280] Compiling _RopeModule Rope+Extract.swift
[174/280] Compiling _RopeModule Rope+Find.swift
[175/280] Compiling _RopeModule Rope+ForEachWhile.swift
[176/280] Compiling _RopeModule Rope+Insert.swift
[182/289] Compiling OrderedCollections OrderedSet+Sendable.swift
[183/289] Compiling OrderedCollections OrderedSet+SubSequence.swift
[184/289] Compiling OrderedCollections OrderedSet+Testing.swift
[185/289] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/289] Compiling Tracing TracingTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/289] Emitting module Elementary
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/289] Compiling NIOConcurrencyHelpers lock.swift
[204/289] Emitting module Tracing
[205/289] Compiling Tracing InstrumentationSystem+Tracing.swift
[206/289] Compiling Tracing TracerProtocol.swift
[207/289] Compiling Tracing Tracer.swift
[208/289] Compiling Tracing TracerProtocol+Legacy.swift
[209/289] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[210/289] Compiling NIOConcurrencyHelpers atomics.swift
[211/289] Emitting module NIOConcurrencyHelpers
[212/289] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[213/290] Compiling UnixSignals UnixSignal.swift
[214/290] Emitting module UnixSignals
[215/290] Compiling UnixSignals UnixSignalsSequence.swift
[235/291] Compiling Tracing NoOpTracer.swift
[236/291] Compiling Tracing SpanProtocol.swift
[246/299] Emitting module OrderedCollections
[247/300] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[248/300] Compiling HeapModule _HeapNode.swift
[250/315] Compiling HeapModule Heap+Descriptions.swift
[251/382] Emitting module _RopeModule
[252/444] Compiling HeapModule Heap.swift
[253/444] Compiling BitCollections BitArray+Codable.swift
[254/444] Compiling BitCollections BitArray+Collection.swift
[255/444] Compiling BitCollections BitArray+Copy.swift
[256/444] Compiling BitCollections BitArray+CustomReflectable.swift
[257/446] Compiling BitCollections BitArray+Hashable.swift
[258/446] Compiling BitCollections BitArray+Initializers.swift
[259/446] Compiling HeapModule Heap+Invariants.swift
[260/446] Compiling HeapModule Heap+UnsafeHandle.swift
[261/446] Emitting module HeapModule
[262/447] Compiling BitCollections BitArray+Descriptions.swift
[263/447] Compiling BitCollections BitArray+Equatable.swift
[265/447] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[266/447] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[267/447] Compiling HashTreeCollections TreeSet+Sequence.swift
[268/447] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[269/447] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[270/447] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[271/447] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[272/447] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[273/447] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[274/447] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[275/447] Compiling _RopeModule _CharacterRecognizer.swift
[276/447] Compiling HashTreeCollections TreeSet+Hashable.swift
[277/447] Compiling HashTreeCollections TreeSet+Sendable.swift
[286/476] Compiling HTTPTypes HTTPFieldName.swift
[287/476] Compiling HTTPTypes HTTPFields.swift
[288/477] Compiling BitCollections BitArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[289/477] Compiling BitCollections BitSet+BidirectionalCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/477] Compiling BitCollections BitSet+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[291/478] Compiling Atomics AtomicStorage.swift
[292/478] Compiling Atomics AtomicValue.swift
[293/478] Compiling Atomics AtomicBool.swift
[294/478] Compiling Atomics AtomicReference.swift
[297/478] Compiling Atomics AtomicMemoryOrderings.swift
[298/478] Compiling Atomics DoubleWord.swift
[299/478] Compiling Atomics ManagedAtomic.swift
[300/478] Compiling Atomics ManagedAtomicLazyReference.swift
[301/478] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[302/478] Compiling BitCollections BitSet+CustomReflectable.swift
[303/478] Compiling BitCollections BitSet+CustomStringConvertible.swift
[304/478] Compiling BitCollections BitSet+Equatable.swift
[305/478] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[306/478] Compiling BitCollections BitSet+Extras.swift
[307/478] Compiling BitCollections BitSet+Hashable.swift
[312/485] Emitting module BitCollections
[313/485] Compiling BitCollections Range+Utilities.swift
[314/485] Compiling BitCollections Slice+Utilities.swift
[315/485] Compiling BitCollections UInt+Tricks.swift
[316/485] Compiling BitCollections _Word.swift
[317/485] Compiling HashTreeCollections TreeSet+Debugging.swift
[318/485] Compiling HashTreeCollections TreeSet+Descriptions.swift
[319/485] Compiling HashTreeCollections TreeSet+Equatable.swift
[320/485] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[321/485] Compiling HashTreeCollections TreeSet+Extras.swift
[322/485] Compiling HashTreeCollections TreeSet+Filter.swift
[323/485] Compiling BitCollections BitSet+Random.swift
[324/485] Compiling BitCollections BitSet+SetAlgebra basics.swift
[325/485] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[326/485] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[327/485] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[328/485] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[329/485] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[330/485] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[331/485] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[332/485] Compiling BitCollections BitSet+SetAlgebra union.swift
[333/485] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[338/487] Compiling BitCollections BitSet+Initializers.swift
[339/487] Compiling BitCollections BitSet+Invariants.swift
[345/487] Compiling Atomics IntegerConformances.swift
[346/487] Compiling Atomics PointerConformances.swift
[347/487] Emitting module DequeModule
[348/488] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[349/488] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[350/488] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[351/488] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[352/488] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[353/488] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[354/488] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[361/488] Compiling BitCollections BitSet.Counted.swift
[362/488] Compiling Atomics UnsafeAtomic.swift
[363/488] Compiling Atomics UnsafeAtomicLazyReference.swift
[367/488] Compiling Atomics Primitives.native.swift
[368/488] Compiling Atomics Primitives.shims.swift
[369/488] Compiling Atomics AtomicInteger.swift
[370/488] Compiling Atomics AtomicOptionalWrappable.swift
[371/488] Compiling Atomics OptionalRawRepresentable.swift
[372/488] Compiling Atomics RawRepresentable.swift
[373/488] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[374/488] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[375/488] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[376/488] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[377/488] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[378/488] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[379/488] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[380/488] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[381/488] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[382/488] Compiling HashTreeCollections TreeSet.swift
[383/488] Compiling Atomics IntegerOperations.swift
[384/488] Compiling Atomics Unmanaged extensions.swift
[399/488] Compiling BitCollections BitSet.Index.swift
[400/488] Compiling BitCollections BitSet._UnsafeHandle.swift
[401/488] Compiling BitCollections BitSet.swift
[402/488] Emitting module Metrics
[403/488] Compiling Metrics Metrics.swift
[412/534] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[413/534] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[414/534] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[415/534] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[416/534] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[417/534] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[418/534] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[419/534] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[424/535] Compiling AsyncAlgorithms AsyncChannel.swift
[425/535] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[426/535] Compiling AsyncAlgorithms ChannelStateMachine.swift
[427/535] Compiling AsyncAlgorithms ChannelStorage.swift
[428/535] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[429/535] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[430/535] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[431/535] Compiling AsyncAlgorithms MergeStateMachine.swift
[432/535] Compiling AsyncAlgorithms MergeStorage.swift
[433/535] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[434/535] Compiling AsyncAlgorithms Rethrow.swift
[440/535] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[441/535] Compiling AsyncAlgorithms CombineLatestStorage.swift
[442/535] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[443/535] Compiling AsyncAlgorithms DebounceStateMachine.swift
[444/535] Compiling AsyncAlgorithms DebounceStorage.swift
[445/535] Compiling AsyncAlgorithms Dictionary.swift
[446/535] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[447/535] Compiling AsyncAlgorithms Locking.swift
[448/535] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[461/535] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[462/535] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[463/535] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[464/535] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[465/535] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[479/542] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[480/542] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[481/542] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[482/542] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[483/542] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[484/542] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[488/542] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[489/542] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[490/542] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[494/542] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[495/542] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[502/542] Emitting module HashTreeCollections
[510/543] Emitting module AsyncAlgorithms
[511/543] Emitting module Atomics
[521/606] Compiling NIOCore FileHandle.swift
[522/606] Compiling NIOCore FileRegion.swift
[523/606] Compiling NIOCore GlobalSingletons.swift
[524/606] Compiling NIOCore CircularBuffer.swift
[525/606] Compiling NIOCore Codec.swift
[526/606] Compiling NIOCore ConvenienceOptionSupport.swift
[527/606] Emitting module Collections
[528/606] Compiling Collections Collections.swift
[530/607] Compiling NIOCore ByteBuffer-aux.swift
[531/607] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[532/607] Compiling NIOCore ByteBuffer-conversions.swift
[533/607] Compiling NIOCore ByteBuffer-core.swift
[534/607] Compiling NIOCore ByteBuffer-hex.swift
[535/607] Compiling NIOCore ByteBuffer-int.swift
[536/607] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[537/607] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[538/607] Compiling NIOCore EventLoopFuture+Deprecated.swift
[539/607] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[540/607] Compiling NIOCore EventLoopFuture.swift
[541/607] Compiling NIOCore FileDescriptor.swift
[542/607] Compiling NIOCore IOData.swift
[543/607] Compiling NIOCore IPProtocol.swift
[544/607] Compiling NIOCore IntegerBitPacking.swift
[545/607] Compiling NIOCore IntegerTypes.swift
[546/607] Compiling NIOCore Interfaces.swift
[547/607] Compiling NIOCore Linux.swift
[549/611] Compiling NIOCore MulticastChannel.swift
[550/611] Compiling NIOCore NIOAny.swift
[551/611] Compiling NIOCore NIOCloseOnErrorHandler.swift
[552/611] Compiling NIOCore NIOLoopBound.swift
[553/611] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[554/611] Compiling NIOCore NIOScheduledCallback.swift
[555/611] Compiling NIOCore NIOSendable.swift
[556/611] Compiling NIOCore RecvByteBufferAllocator.swift
[557/624] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[558/625] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[559/625] Emitting module ServiceLifecycle
[560/625] Compiling NIOCore IO.swift
[567/625] Compiling NIOCore MarkedCircularBuffer.swift
[576/625] Compiling ServiceLifecycle ServiceRunnerError.swift
[577/625] Compiling ServiceLifecycle CancellationWaiter.swift
[578/625] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[579/625] Compiling ServiceLifecycle GracefulShutdown.swift
[580/625] Compiling ServiceLifecycle Service.swift
[581/625] Compiling ServiceLifecycle ServiceGroup.swift
[586/626] Compiling NIOCore DeadChannel.swift
[587/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[588/626] Compiling NIOCore EventLoop+Deprecated.swift
[589/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[590/626] Compiling NIOCore EventLoop.swift
[591/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[592/626] Compiling NIOCore SocketAddresses.swift
[593/626] Compiling NIOCore SocketOptionProvider.swift
[594/626] Compiling NIOCore SystemCallHelpers.swift
[595/626] Compiling NIOCore TimeAmount+Duration.swift
[596/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[597/626] Compiling NIOCore UniversalBootstrapSupport.swift
[598/626] Compiling NIOCore Utilities.swift
[599/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[600/626] Compiling NIOCore BSDSocketAPI.swift
[608/626] Compiling NIOCore AddressedEnvelope.swift
[609/626] Compiling NIOCore AsyncAwaitSupport.swift
[610/626] Compiling NIOCore AsyncChannel.swift
[611/626] Compiling NIOCore AsyncChannelHandler.swift
[612/626] Compiling NIOCore AsyncChannelInboundStream.swift
[613/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[614/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[615/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[616/626] Compiling NIOCore NIOAsyncWriter.swift
[617/626] Compiling NIOCore ByteBuffer-multi-int.swift
[618/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[619/626] Compiling NIOCore ByteBuffer-views.swift
[620/626] Compiling NIOCore Channel.swift
[621/626] Compiling NIOCore ChannelHandler.swift
[622/626] Compiling NIOCore ChannelHandlers.swift
[623/626] Compiling NIOCore ChannelInvoker.swift
[624/626] Compiling NIOCore ChannelOption.swift
[625/626] Compiling NIOCore ChannelPipeline.swift
[626/626] Emitting module NIOCore
[628/679] Emitting module NIOHTTPTypes
[629/679] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[631/680] Emitting module NIOEmbedded
[632/680] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[633/680] Compiling NIOEmbedded AsyncTestingChannel.swift
[634/680] Compiling NIOEmbedded Embedded.swift
[636/681] Compiling NIOPosix NIOThreadPool.swift
[637/681] Compiling NIOPosix NonBlockingFileIO.swift
[638/681] Compiling NIOPosix PendingDatagramWritesManager.swift
[639/681] Compiling NIOPosix PendingWritesManager.swift
[640/681] Compiling NIOPosix PipeChannel.swift
[641/681] Compiling NIOPosix PipePair.swift
[642/687] Compiling NIOPosix IO.swift
[643/687] Compiling NIOPosix IntegerBitPacking.swift
[644/687] Compiling NIOPosix IntegerTypes.swift
[645/687] Compiling NIOPosix Linux.swift
[646/687] Compiling NIOPosix LinuxCPUSet.swift
[647/687] Compiling NIOPosix LinuxUring.swift
[648/687] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[649/687] Compiling NIOPosix Pool.swift
[650/687] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[651/687] Compiling NIOPosix PosixSingletons.swift
[652/687] Compiling NIOPosix RawSocketBootstrap.swift
[653/687] Compiling NIOPosix Resolver.swift
[654/687] Compiling NIOPosix Selectable.swift
[655/687] Compiling NIOPosix SelectableChannel.swift
[656/687] Compiling NIOPosix SelectableEventLoop.swift
[657/687] Compiling NIOPosix SelectorEpoll.swift
[658/687] Compiling NIOPosix SelectorGeneric.swift
[659/687] Compiling NIOPosix SelectorKqueue.swift
[660/687] Compiling NIOPosix SelectorUring.swift
[661/687] Compiling NIOPosix ServerSocket.swift
[662/687] Compiling NIOPosix Socket.swift
[663/687] Compiling NIOPosix SocketChannel.swift
[664/687] Compiling NIOPosix SocketProtocols.swift
[665/687] Compiling NIOPosix System.swift
[666/687] Compiling NIOPosix Thread.swift
[667/687] Compiling NIOPosix Bootstrap.swift
[668/687] Compiling NIOPosix ControlMessage.swift
[669/687] Compiling NIOPosix DatagramVectorReadManager.swift
[670/687] Compiling NIOPosix Errors+Any.swift
[671/687] Compiling NIOPosix FileDescriptor.swift
[672/687] Compiling NIOPosix GetaddrinfoResolver.swift
[673/687] Compiling NIOPosix HappyEyeballs.swift
[674/687] Compiling NIOPosix BSDSocketAPICommon.swift
[675/687] Compiling NIOPosix BSDSocketAPIPosix.swift
[676/687] Compiling NIOPosix BSDSocketAPIWindows.swift
[677/687] Compiling NIOPosix BaseSocket.swift
[678/687] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[679/687] Compiling NIOPosix BaseSocketChannel.swift
[680/687] Compiling NIOPosix BaseStreamSocketChannel.swift
[681/687] Emitting module NIOPosix
[682/687] Compiling NIOPosix ThreadPosix.swift
[683/687] Compiling NIOPosix ThreadWindows.swift
[684/687] Compiling NIOPosix UnsafeTransfer.swift
[685/687] Compiling NIOPosix Utilities.swift
[686/687] Compiling NIOPosix VsockAddress.swift
[687/687] Compiling NIOPosix VsockChannelEvents.swift
[689/690] Compiling NIO Exports.swift
[690/690] Emitting module NIO
[692/707] Emitting module NIOHTTP1
[693/709] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[694/709] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[695/709] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[696/709] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[697/709] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[698/709] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[699/709] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[700/709] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[701/709] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[702/709] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[703/709] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[704/709] Compiling NIOHTTP1 HTTPTypes.swift
[705/709] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[706/709] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[707/709] Compiling NIOHTTP1 ByteCollectionUtils.swift
[708/709] Compiling NIOHTTP1 HTTPDecoder.swift
[709/709] Compiling NIOHTTP1 HTTPEncoder.swift
[711/732] Emitting module NIOHTTPTypesHTTP1
[712/732] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[713/732] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[714/732] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[715/732] Compiling NIOExtras RequestResponseHandler.swift
[716/732] Compiling NIOExtras RequestResponseWithIDHandler.swift
[717/735] Emitting module NIOExtras
[718/735] Compiling NIOExtras DebugInboundEventsHandler.swift
[719/735] Compiling NIOExtras DebugOutboundEventsHandler.swift
[720/735] Compiling NIOExtras FixedLengthFrameDecoder.swift
[722/735] Compiling NIOExtras PCAPRingBuffer.swift
[723/735] Compiling NIOExtras QuiescingHelper.swift
[724/735] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[725/735] Compiling NIOExtras NIOExtrasError.swift
[726/735] Compiling NIOExtras NIOLengthFieldBitLength.swift
[727/735] Compiling NIOExtras NIORequestIdentifiable.swift
[728/735] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[729/735] Compiling NIOExtras LengthFieldPrepender.swift
[730/735] Compiling NIOExtras LineBasedFrameDecoder.swift
[731/735] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[732/735] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[733/735] Compiling NIOExtras JSONRPCFraming.swift
[734/735] Compiling NIOExtras UnsafeTransfer.swift
[735/735] Compiling NIOExtras WritePCAPHandler.swift
[737/760] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[738/760] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[739/760] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[740/763] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[741/763] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[742/763] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[743/763] Compiling HummingbirdCore 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
[744/763] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[745/763] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[746/763] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[747/763] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[748/763] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[749/763] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[750/763] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[751/763] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[752/763] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[753/763] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[754/763] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[755/763] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[756/763] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[757/763] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[758/763] Compiling HummingbirdCore 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
[759/763] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[760/763] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[761/763] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[762/763] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[763/763] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[765/828] 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
[766/828] 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
[767/828] 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
[768/828] 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
[769/828] 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
[770/828] 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
[771/828] 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
[772/828] 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
[773/828] 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
[774/837] Compiling Hummingbird ChildRequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[775/837] Compiling Hummingbird Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[776/837] Compiling Hummingbird RequestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[777/837] Compiling Hummingbird RequestContextSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[778/837] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[779/837] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[780/837] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[781/837] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[782/837] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[783/837] Compiling Hummingbird RouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[784/837] Compiling Hummingbird RouterMethods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[785/837] Compiling Hummingbird RouterPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[786/837] Compiling Hummingbird RouterResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[787/837] Compiling Hummingbird TransformingRouterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[788/837] Compiling Hummingbird RouterTrie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[789/837] Compiling Hummingbird Trie+resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[790/837] Compiling Hummingbird Trie+serialize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/837] Compiling Hummingbird TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/837] Compiling Hummingbird Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[793/837] Compiling Hummingbird Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[794/837] Compiling Hummingbird Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/837] Compiling Hummingbird EditedHTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[796/837] Compiling Hummingbird HTTPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[797/837] Compiling Hummingbird HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[798/837] Compiling Hummingbird NIOCore+HTTPResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[799/837] Compiling Hummingbird Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[800/837] Compiling Hummingbird CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[801/837] Compiling Hummingbird FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[802/837] Compiling Hummingbird FileProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[803/837] Compiling Hummingbird LocalFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[804/837] Compiling Hummingbird Cookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[805/837] Compiling Hummingbird Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[806/837] Compiling Hummingbird MediaType+FileExtension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[807/837] Compiling Hummingbird MediaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[808/837] Compiling Hummingbird Request+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[809/837] Compiling Hummingbird Response+Cookies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[810/837] Compiling Hummingbird CORSMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[811/837] Compiling Hummingbird FileMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[812/837] Compiling Hummingbird LogRequestMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[813/837] Compiling Hummingbird MetricsMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[814/837] Compiling Hummingbird Middleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[815/837] Compiling Hummingbird MiddlewareGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[816/837] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[817/837] Compiling Hummingbird _Middleware2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[818/837] Compiling Hummingbird _OptionalMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/837] 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
[820/837] Compiling Hummingbird Application.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/837] Compiling Hummingbird CodableProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/837] Compiling Hummingbird JSONCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[823/837] Compiling Hummingbird ResponseEncodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[824/837] Compiling Hummingbird URLEncodedForm+Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[825/837] Compiling Hummingbird URLEncodedForm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[826/837] Compiling Hummingbird URLEncodedFormDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[827/837] Compiling Hummingbird URLEncodedFormEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[828/837] Compiling Hummingbird URLEncodedFormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/837] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[830/837] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[831/837] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[832/837] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[833/837] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[834/837] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/837] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[836/837] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[837/837] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/841] Compiling HummingbirdElementary HTMLResponseBodyWriter.swift
[840/841] Emitting module HummingbirdElementary
[841/841] Compiling HummingbirdElementary HTMLResponse.swift
Build complete! (180.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sliemeobn/elementary.git"
    }
  ],
  "manifest_display_name" : "hummingbird-elementary",
  "name" : "hummingbird-elementary",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdElementary",
      "targets" : [
        "HummingbirdElementary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdElementaryTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdElementaryTests",
      "path" : "Tests/HummingbirdElementaryTests",
      "product_dependencies" : [
        "Elementary",
        "HummingbirdTesting"
      ],
      "sources" : [
        "HTMLResponseTests.swift",
        "NonSendableHTMLResponseTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdElementary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdElementary",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdElementary",
      "path" : "Sources/HummingbirdElementary",
      "product_dependencies" : [
        "Hummingbird",
        "Elementary"
      ],
      "product_memberships" : [
        "HummingbirdElementary"
      ],
      "sources" : [
        "HTMLResponse.swift",
        "HTMLResponseBodyWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.