The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-web, reference 1.0.0 (f32eef), with Swift 6.1 for Android on 29 May 2025 23:50:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/adam-fowler/swift-web.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/adam-fowler/swift-web
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f32eefc HB 2.0 (#3)
Cloned https://github.com/adam-fowler/swift-web.git
Revision (git rev-parse @):
f32eefc1269336d8201fee8ea45dedf9a98f0f3f
SUCCESS checkout https://github.com/adam-fowler/swift-web.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/swift-web.git
https://github.com/adam-fowler/swift-web.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" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-web",
  "name" : "swift-web",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-web",
      "targets" : [
        "swift-web"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_web",
      "module_type" : "SwiftTarget",
      "name" : "swift-web",
      "path" : "Sources/swift-web",
      "product_dependencies" : [
        "ArgumentParser",
        "Hummingbird"
      ],
      "product_memberships" : [
        "swift-web"
      ],
      "sources" : [
        "app.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/apple/swift-argument-parser.git
[1/24483] Fetching hummingbird
[5633/39862] Fetching hummingbird, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.93s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.12s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.67s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.56s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[2/8340] Fetching swift-nio-extras, swift-service-lifecycle
[6238/11007] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services
[10902/22534] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2
[11815/36548] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.48s)
[16303/34122] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
[13776/31455] Fetching swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-nio.git
[8422/25541] Fetching swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[13164/40384] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
[23307/45358] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
[36305/121466] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-nio
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.75s)
[32686/116492] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-http-types.git
[42783/117396] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-http-types
[44144/119602] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-http-types, swift-metrics
Fetched https://github.com/apple/swift-http-types.git from cache (0.50s)
[57089/118698] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-metrics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
[55793/116492] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
[73112/120328] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-log
[86081/136919] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (19.43s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (21.24s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (21.25s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (21.27s)
Fetched https://github.com/apple/swift-collections.git from cache (19.49s)
Fetched https://github.com/apple/swift-nio.git from cache (20.94s)
[1/1710] Fetching swift-atomics
[634/6695] Fetching swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (24.80s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (16.56s)
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.71s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.65s)
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.68s)
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.34s)
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.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (2.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
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.66s)
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.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.68s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[2017/8690] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms
[4520/14845] Fetching swift-http-structured-headers, swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
[8239/13704] Fetching swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
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.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.45s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.39s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
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.95s)
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.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.78s)
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.68s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types.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-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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/88] Write sources
[2/88] Compiling CNIODarwin shim.c
[2/88] Write sources
[6/88] Compiling CNIOLinux liburing_shims.c
[7/88] Write sources
[34/88] Compiling CNIOWindows shim.c
[35/88] Compiling _AtomicsShims.c
[36/88] Compiling CNIOLLHTTP c_nio_http.c
[37/88] Compiling CNIOWASI CNIOWASI.c
[37/88] Write sources
[37/88] Compiling CNIOLinux shim.c
[37/88] Write sources
[44/88] Compiling CNIOWindows WSAStartup.c
[45/88] Write swift-version-24593BA9C3E375BF.txt
[46/88] Compiling CNIOLLHTTP c_nio_api.c
[47/89] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/124] Compiling c-nioatomics.c
[50/127] Compiling HTTPTypes HTTPFieldName.swift
[51/127] Emitting module InternalCollectionsUtilities
[52/129] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/129] Compiling InternalCollectionsUtilities Debugging.swift
[54/129] Compiling InternalCollectionsUtilities Descriptions.swift
[55/129] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/129] Compiling HTTPTypes HTTPResponse.swift
[57/129] Compiling HTTPTypes ISOLatin1String.swift
[58/129] Emitting module HTTPTypes
[59/129] Compiling HTTPTypes HTTPField.swift
[60/129] Compiling _NIODataStructures _TinyArray.swift
[61/129] Compiling ServiceContextModule ServiceContextKey.swift
[62/129] Compiling _NIODataStructures PriorityQueue.swift
[63/129] Emitting module ServiceContextModule
[64/129] Compiling ServiceContextModule ServiceContext.swift
[65/130] Emitting module _NIOBase64
[66/130] Compiling _NIOBase64 Base64.swift
[67/131] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/131] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/131] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/131] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/131] Emitting module _NIODataStructures
[72/131] Compiling _NIODataStructures Heap.swift
[73/132] Compiling HTTPTypes HTTPParsedFields.swift
[74/132] Compiling HTTPTypes HTTPRequest.swift
[76/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/132] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/132] Compiling InternalCollectionsUtilities Integer rank.swift
[79/132] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/132] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/132] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/136] Compiling HTTPTypes NIOLock.swift
[86/157] Compiling ConcurrencyHelpers LockedValueBox.swift
[87/163] Compiling Instrumentation NoOpInstrument.swift
[88/163] Emitting module Instrumentation
[89/163] Compiling Instrumentation MultiplexInstrument.swift
[90/163] Compiling Instrumentation Instrument.swift
[90/163] Compiling c-atomics.c
[92/163] Compiling Atomics ManagedAtomic.swift
[93/163] Compiling Atomics ManagedAtomicLazyReference.swift
[94/163] Compiling Atomics UnsafeAtomic.swift
[95/163] Compiling Atomics UnsafeAtomicLazyReference.swift
[96/165] Compiling Atomics AtomicMemoryOrderings.swift
[97/165] Compiling Atomics DoubleWord.swift
[98/165] Compiling Atomics Primitives.shims.swift
[99/165] Compiling Atomics AtomicInteger.swift
[100/165] Compiling Atomics AtomicOptionalWrappable.swift
[101/165] Compiling Atomics AtomicReference.swift
[102/165] Compiling Atomics AtomicStorage.swift
[103/165] Compiling Atomics AtomicValue.swift
[104/165] Emitting module ArgumentParserToolInfo
[105/165] Compiling ArgumentParserToolInfo ToolInfo.swift
[107/234] Compiling CoreMetrics Metrics.swift
[108/234] Compiling _RopeModule BigString+Summary.swift
[109/234] Compiling _RopeModule BigString.swift
[110/289] Compiling Instrumentation InstrumentationSystem.swift
[111/289] Compiling Instrumentation Locks.swift
[112/290] Emitting module CoreMetrics
[113/290] Compiling CoreMetrics Locks.swift
[114/290] Compiling Logging MetadataProvider.swift
[115/291] Emitting module Logging
[116/291] Compiling Logging Locks.swift
[117/291] Emitting module ConcurrencyHelpers
[118/291] Compiling ConcurrencyHelpers Lock.swift
[119/292] Compiling OrderedCollections OrderedDictionary.swift
[120/292] Compiling OrderedCollections OrderedSet+Codable.swift
[121/292] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[122/292] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/292] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/292] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/292] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/292] Compiling OrderedCollections OrderedSet+Hashable.swift
[127/299] Compiling Logging LogHandler.swift
[128/299] Compiling Logging Logging.swift
[129/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[130/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[131/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[132/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[133/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[134/300] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[135/300] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[138/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[139/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[140/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[141/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[142/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[143/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[144/300] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[147/310] Compiling OrderedCollections OrderedSet+Initializers.swift
[148/310] Compiling OrderedCollections OrderedSet+Insertions.swift
[149/310] Compiling OrderedCollections OrderedSet+Invariants.swift
[150/310] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/310] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[152/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[153/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[154/310] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/310] Compiling OrderedCollections OrderedDictionary+Codable.swift
[156/310] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[157/310] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[158/310] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[159/310] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[160/310] Compiling OrderedCollections OrderedDictionary+Elements.swift
[161/310] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[162/310] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[163/310] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[164/310] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[165/310] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[166/310] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[167/310] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[168/310] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[169/310] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[170/310] Compiling OrderedCollections OrderedDictionary+Values.swift
[171/323] Compiling Tracing InstrumentationSystem+Tracing.swift
[172/323] Emitting module Tracing
[173/323] Compiling HeapModule Heap+Descriptions.swift
[174/323] Compiling Tracing TracerProtocol.swift
[180/323] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/323] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/323] Compiling OrderedCollections OrderedSet+Testing.swift
[183/323] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/323] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[185/332] Compiling OrderedCollections _HashTable+Bucket.swift
[186/332] Compiling OrderedCollections _HashTable+BucketIterator.swift
[187/332] Compiling OrderedCollections _HashTable+Constants.swift
[188/332] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[189/332] Compiling OrderedCollections _HashTable+Testing.swift
[190/332] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[191/332] Compiling OrderedCollections _HashTable.swift
[192/332] Compiling OrderedCollections _Hashtable+Header.swift
[193/332] Compiling Tracing TracerProtocol+Legacy.swift
[194/332] Compiling Tracing TracingTime.swift
[195/332] Compiling HeapModule Heap+Invariants.swift
[196/332] Compiling HeapModule Heap+UnsafeHandle.swift
[197/332] Compiling HeapModule Heap.swift
[198/332] Compiling HeapModule _HeapNode.swift
[199/332] Compiling Tracing Tracer.swift
[200/332] Emitting module _RopeModule
[201/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[202/332] Compiling OrderedCollections OrderedSet.swift
[203/332] Compiling OrderedCollections _UnsafeBitset.swift
[204/332] Compiling _RopeModule Rope+Sequence.swift
[205/332] Compiling _RopeModule Rope+Append.swift
[206/332] Compiling _RopeModule Rope+Extract.swift
[207/332] Compiling _RopeModule Rope+Find.swift
[208/332] Compiling _RopeModule Rope+ForEachWhile.swift
[209/332] Compiling _RopeModule Rope+Insert.swift
[210/332] Compiling Tracing NoOpTracer.swift
[211/332] Compiling Tracing SpanProtocol.swift
[232/333] Emitting module HeapModule
[234/334] Compiling NIOConcurrencyHelpers lock.swift
[235/334] Emitting module NIOConcurrencyHelpers
[237/334] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[238/334] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[239/334] Compiling NIOConcurrencyHelpers NIOLock.swift
[240/334] Compiling NIOConcurrencyHelpers atomics.swift
[249/335] Emitting module OrderedCollections
[250/336] Emitting module Atomics
[259/431] Emitting module UnixSignals
[260/431] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[261/431] Compiling HashTreeCollections _HashNode+Structural merge.swift
[262/431] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[263/431] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[264/431] Compiling HashTreeCollections _HashNode+Structural union.swift
[265/431] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[266/431] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[267/431] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[268/431] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[269/431] Compiling HashTreeCollections _HashNode.swift
[270/431] Compiling HashTreeCollections _HashNodeHeader.swift
[271/431] Compiling HashTreeCollections _HashSlot.swift
[272/431] Compiling HashTreeCollections _HashStack.swift
[273/431] Compiling HashTreeCollections TreeSet+Hashable.swift
[274/431] Compiling HashTreeCollections TreeSet+Sendable.swift
[275/431] Compiling HashTreeCollections TreeSet+Sequence.swift
[276/431] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[277/431] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[278/431] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[279/431] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[280/431] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[281/431] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[282/431] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[283/431] Compiling HashTreeCollections _HashTreeIterator.swift
[284/431] Compiling HashTreeCollections _HashTreeStatistics.swift
[285/431] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[286/431] Compiling HashTreeCollections _RawHashNode.swift
[287/431] Compiling HashTreeCollections _UnmanagedHashNode.swift
[288/431] Compiling HashTreeCollections _UnsafePath.swift
[289/432] Compiling DequeModule Deque+CustomReflectable.swift
[290/432] Compiling DequeModule Deque+Descriptions.swift
[291/487] Compiling BitCollections BitArray+Hashable.swift
[292/487] Compiling BitCollections BitArray+Initializers.swift
[293/524] Compiling BitCollections BitSet+Random.swift
[294/524] Compiling BitCollections BitSet+SetAlgebra basics.swift
[295/524] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[296/524] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[297/524] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[298/524] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[299/524] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[300/524] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[301/524] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[302/524] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[303/534] Compiling BitCollections BitArray+Copy.swift
[304/534] Compiling BitCollections BitArray+CustomReflectable.swift
[305/534] Compiling UnixSignals UnixSignal.swift
[306/534] Compiling UnixSignals UnixSignalsSequence.swift
[307/535] Compiling HashTreeCollections TreeSet+Collection.swift
[308/535] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[309/535] Compiling HashTreeCollections TreeSet+Debugging.swift
[310/535] Compiling HashTreeCollections TreeSet+Descriptions.swift
[311/535] Compiling HashTreeCollections TreeSet+Equatable.swift
[312/535] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[313/535] Compiling HashTreeCollections TreeSet+Extras.swift
[314/535] Compiling HashTreeCollections TreeSet+Filter.swift
[315/535] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[316/536] Compiling BitCollections BitArray+Descriptions.swift
[317/536] Compiling BitCollections BitArray+Equatable.swift
[318/536] Compiling HTTPTypes HTTPFields.swift
[321/537] Wrapping AST for _NIOBase64 for debugging
[323/537] Compiling Metrics Metrics.swift
[324/537] Emitting module Metrics
[324/538] Wrapping AST for _NIODataStructures for debugging
[325/538] Wrapping AST for _RopeModule for debugging
[326/538] Wrapping AST for UnixSignals for debugging
[328/538] Compiling BitCollections BitArray+Invariants.swift
[329/538] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[331/538] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[332/538] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[333/538] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[334/538] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[335/538] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[336/538] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[337/538] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[338/538] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[339/538] Compiling HashTreeCollections TreeSet.swift
[340/538] Emitting module ArgumentParser
[340/543] Wrapping AST for Tracing for debugging
[342/543] Wrapping AST for ServiceContextModule for debugging
[343/543] Wrapping AST for NIOConcurrencyHelpers for debugging
[344/543] Wrapping AST for InternalCollectionsUtilities for debugging
[345/543] Wrapping AST for OrderedCollections for debugging
[347/543] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[348/543] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[349/543] Compiling BitCollections BitArray+Extras.swift
[350/543] Compiling BitCollections BitArray+Fill.swift
[350/543] Wrapping AST for Instrumentation for debugging
[352/543] Compiling HashTreeCollections TreeDictionary.swift
[353/543] Compiling HashTreeCollections TreeSet+Codable.swift
[361/543] Wrapping AST for HeapModule for debugging
[363/543] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[364/543] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[365/543] Compiling HashTreeCollections TreeDictionary+Filter.swift
[366/543] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[367/543] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[368/543] Compiling HashTreeCollections TreeDictionary+Keys.swift
[369/543] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[370/543] Compiling HashTreeCollections TreeDictionary+Merge.swift
[371/543] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[372/543] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[373/543] Compiling HashTreeCollections TreeDictionary+Values.swift
[373/543] Wrapping AST for Logging for debugging
[375/543] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[376/543] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[377/543] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[378/543] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[379/543] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[380/543] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[381/543] Compiling BitCollections BitSet+SetAlgebra union.swift
[382/543] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[383/543] Compiling BitCollections BitSet.Counted.swift
[384/543] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[385/543] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[385/543] Wrapping AST for ConcurrencyHelpers for debugging
[386/543] Wrapping AST for HTTPTypes for debugging
[387/543] Wrapping AST for Metrics for debugging
[389/543] Emitting module DequeModule
[389/543] Wrapping AST for Atomics for debugging
[390/543] Compiling BitCollections BitArray+BitwiseOperations.swift
[391/543] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[392/543] Wrapping AST for CoreMetrics for debugging
[394/544] Emitting module BitCollections
[395/551] Wrapping AST for ArgumentParserToolInfo for debugging
[405/551] Compiling BitCollections BitArray+RandomBits.swift
[406/551] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[407/551] Compiling BitCollections BitArray+Shifts.swift
[408/551] Compiling BitCollections BitArray+Testing.swift
[409/551] Compiling BitCollections BitArray._UnsafeHandle.swift
[410/551] Compiling BitCollections BitArray.swift
[411/551] Compiling BitCollections BitSet+BidirectionalCollection.swift
[412/551] Compiling BitCollections BitSet+Codable.swift
[412/551] Wrapping AST for DequeModule for debugging
[416/551] Compiling BitCollections BitArray+Codable.swift
[417/551] Compiling BitCollections BitArray+Collection.swift
[429/551] Compiling BitCollections BitSet+Initializers.swift
[430/551] Compiling BitCollections BitSet+Invariants.swift
[435/551] Compiling ArgumentParser CollectionExtensions.swift
[436/551] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[437/551] Compiling BitCollections BitSet+CustomReflectable.swift
[438/551] Compiling BitCollections BitSet+CustomStringConvertible.swift
[439/551] Compiling BitCollections BitSet+Equatable.swift
[440/551] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[441/551] Compiling BitCollections BitSet+Extras.swift
[442/551] Compiling BitCollections BitSet+Hashable.swift
[443/551] Compiling ArgumentParser Platform.swift
[444/551] Compiling ArgumentParser SequenceExtensions.swift
[445/551] Compiling ArgumentParser StringExtensions.swift
[446/551] Compiling ArgumentParser Tree.swift
[450/612] Compiling NIOCore ByteBuffer-multi-int.swift
[451/612] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[452/612] Compiling NIOCore ByteBuffer-views.swift
[453/612] Compiling NIOCore Channel.swift
[454/612] Compiling NIOCore ChannelHandler.swift
[455/612] Compiling NIOCore ChannelHandlers.swift
[456/656] Compiling AsyncAlgorithms Locking.swift
[457/656] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[458/656] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[459/656] Compiling AsyncAlgorithms MergeStateMachine.swift
[460/656] Compiling AsyncAlgorithms MergeStorage.swift
[461/656] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[462/656] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[463/656] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[464/656] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[465/656] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[466/656] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[467/656] Emitting module AsyncAlgorithms
[468/662] Compiling NIOCore NIOAny.swift
[469/662] Compiling NIOCore NIOCloseOnErrorHandler.swift
[470/662] Compiling NIOCore NIOLoopBound.swift
[471/662] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[472/662] Compiling NIOCore NIOScheduledCallback.swift
[473/662] Compiling NIOCore NIOSendable.swift
[474/662] Compiling NIOCore RecvByteBufferAllocator.swift
[476/663] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[477/663] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[478/663] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[479/663] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[480/663] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[481/663] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[486/663] Wrapping AST for BitCollections for debugging
[492/663] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[493/663] Compiling AsyncAlgorithms Rethrow.swift
[495/663] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[496/663] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[497/663] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[498/663] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[499/663] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[500/663] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[501/663] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[502/663] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[503/663] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[504/663] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[505/663] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[506/663] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[507/663] Compiling AsyncAlgorithms AsyncChannel.swift
[508/663] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[509/663] Compiling AsyncAlgorithms ChannelStateMachine.swift
[510/663] Compiling AsyncAlgorithms ChannelStorage.swift
[511/663] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[512/663] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[513/663] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[514/663] Compiling AsyncAlgorithms CombineLatestStorage.swift
[515/663] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[516/663] Compiling NIOCore MulticastChannel.swift
[525/671] Compiling AsyncAlgorithms DebounceStateMachine.swift
[526/671] Compiling AsyncAlgorithms DebounceStorage.swift
[527/671] Compiling AsyncAlgorithms Dictionary.swift
[528/671] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[575/672] Wrapping AST for ArgumentParser for debugging
[577/672] Emitting module HashTreeCollections
[591/673] Compiling AsyncAlgorithms SetAlgebra.swift
[592/673] Compiling AsyncAlgorithms UnsafeTransfer.swift
[593/673] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[594/673] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[595/673] Compiling AsyncAlgorithms ZipStateMachine.swift
[596/673] Compiling AsyncAlgorithms ZipStorage.swift
[596/674] Wrapping AST for HashTreeCollections for debugging
[614/676] Compiling NIOCore MarkedCircularBuffer.swift
[623/676] Compiling Collections Collections.swift
[623/676] Wrapping AST for AsyncAlgorithms for debugging
[625/684] Emitting module Collections
[627/685] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[628/686] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[628/686] Wrapping AST for Collections for debugging
[630/686] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[631/686] Emitting module ServiceLifecycle
[632/686] Compiling ServiceLifecycle ServiceRunnerError.swift
[633/686] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[634/686] Compiling NIOCore SocketAddresses.swift
[635/686] Compiling NIOCore SocketOptionProvider.swift
[636/686] Compiling NIOCore SystemCallHelpers.swift
[637/686] Compiling NIOCore TimeAmount+Duration.swift
[638/686] Compiling NIOCore TypeAssistedChannelHandler.swift
[639/686] Compiling NIOCore UniversalBootstrapSupport.swift
[640/686] Compiling NIOCore Utilities.swift
[641/686] Compiling ServiceLifecycle Service.swift
[642/686] Compiling ServiceLifecycle GracefulShutdown.swift
[643/686] Compiling ServiceLifecycle CancellationWaiter.swift
[644/686] Compiling ServiceLifecycle ServiceGroup.swift
[645/687] Wrapping AST for ServiceLifecycle for debugging
[647/687] Emitting module NIOCore
[675/688] Wrapping AST for NIOCore for debugging
[677/740] Emitting module NIOHTTPTypes
[678/740] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[679/741] Wrapping AST for NIOHTTPTypes for debugging
[681/741] Emitting module NIOEmbedded
[682/741] Compiling NIOEmbedded AsyncTestingChannel.swift
[683/741] Compiling NIOPosix Pool.swift
[684/741] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[685/741] Compiling NIOPosix PosixSingletons.swift
[686/741] Compiling NIOPosix RawSocketBootstrap.swift
[687/741] Compiling NIOPosix Resolver.swift
[688/741] Compiling NIOPosix Selectable.swift
[689/747] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[690/747] Compiling NIOEmbedded Embedded.swift
[691/748] Wrapping AST for NIOEmbedded for debugging
[693/748] Compiling NIOPosix ThreadPosix.swift
[694/748] Compiling NIOPosix ThreadWindows.swift
[695/748] Compiling NIOPosix UnsafeTransfer.swift
[696/748] Compiling NIOPosix Utilities.swift
[697/748] Compiling NIOPosix VsockAddress.swift
[698/748] Compiling NIOPosix VsockChannelEvents.swift
[699/748] Emitting module NIOPosix
[700/748] Compiling NIOPosix SelectableChannel.swift
[701/748] Compiling NIOPosix SelectableEventLoop.swift
[702/748] Compiling NIOPosix SelectorEpoll.swift
[703/748] Compiling NIOPosix SelectorGeneric.swift
[704/748] Compiling NIOPosix SelectorKqueue.swift
[705/748] Compiling NIOPosix SelectorUring.swift
[706/748] Compiling NIOPosix ServerSocket.swift
[707/748] Compiling NIOPosix Socket.swift
[708/748] Compiling NIOPosix SocketChannel.swift
[709/748] Compiling NIOPosix SocketProtocols.swift
[710/748] Compiling NIOPosix System.swift
[711/748] Compiling NIOPosix Thread.swift
[712/748] Compiling NIOPosix BSDSocketAPICommon.swift
[713/748] Compiling NIOPosix BSDSocketAPIPosix.swift
[714/748] Compiling NIOPosix BSDSocketAPIWindows.swift
[715/748] Compiling NIOPosix BaseSocket.swift
[716/748] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[717/748] Compiling NIOPosix BaseSocketChannel.swift
[718/748] Compiling NIOPosix BaseStreamSocketChannel.swift
[719/748] Compiling NIOPosix IO.swift
[720/748] Compiling NIOPosix IntegerBitPacking.swift
[721/748] Compiling NIOPosix IntegerTypes.swift
[722/748] Compiling NIOPosix Linux.swift
[723/748] Compiling NIOPosix LinuxCPUSet.swift
[724/748] Compiling NIOPosix LinuxUring.swift
[725/748] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[726/748] Compiling NIOPosix Bootstrap.swift
[727/748] Compiling NIOPosix ControlMessage.swift
[728/748] Compiling NIOPosix DatagramVectorReadManager.swift
[729/748] Compiling NIOPosix Errors+Any.swift
[730/748] Compiling NIOPosix FileDescriptor.swift
[731/748] Compiling NIOPosix GetaddrinfoResolver.swift
[732/748] Compiling NIOPosix HappyEyeballs.swift
[733/748] Compiling NIOPosix NIOThreadPool.swift
[734/748] Compiling NIOPosix NonBlockingFileIO.swift
[735/748] Compiling NIOPosix PendingDatagramWritesManager.swift
[736/748] Compiling NIOPosix PendingWritesManager.swift
[737/748] Compiling NIOPosix PipeChannel.swift
[738/748] Compiling NIOPosix PipePair.swift
[739/749] Wrapping AST for NIOPosix for debugging
[741/751] Emitting module NIO
[742/751] Compiling NIO Exports.swift
[743/752] Wrapping AST for NIO for debugging
[745/768] Emitting module NIOHTTP1
[746/770] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[747/770] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[748/770] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[749/770] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[750/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[751/770] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[752/770] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[753/770] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[754/770] Compiling NIOHTTP1 ByteCollectionUtils.swift
[755/770] Compiling NIOHTTP1 HTTPDecoder.swift
[756/770] Compiling NIOHTTP1 HTTPEncoder.swift
[757/770] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[758/770] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[759/770] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[760/770] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[761/770] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[762/770] Compiling NIOHTTP1 HTTPTypes.swift
[763/771] Wrapping AST for NIOHTTP1 for debugging
[765/793] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[766/793] Compiling NIOExtras RequestResponseHandler.swift
[767/793] Compiling NIOExtras RequestResponseWithIDHandler.swift
[768/793] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[769/793] Emitting module NIOHTTPTypesHTTP1
[770/793] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[771/796] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[773/796] Compiling NIOExtras NIOLengthFieldBitLength.swift
[774/796] Compiling NIOExtras NIORequestIdentifiable.swift
[775/796] Compiling NIOExtras PCAPRingBuffer.swift
[776/796] Compiling NIOExtras QuiescingHelper.swift
[777/796] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[778/796] Compiling NIOExtras NIOExtrasError.swift
[779/796] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[780/796] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[781/796] Compiling NIOExtras JSONRPCFraming.swift
[782/796] Compiling NIOExtras DebugInboundEventsHandler.swift
[783/796] Compiling NIOExtras DebugOutboundEventsHandler.swift
[784/796] Compiling NIOExtras FixedLengthFrameDecoder.swift
[785/796] Emitting module NIOExtras
[786/796] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[787/796] Compiling NIOExtras LengthFieldPrepender.swift
[788/796] Compiling NIOExtras LineBasedFrameDecoder.swift
[789/796] Compiling NIOExtras UnsafeTransfer.swift
[790/796] Compiling NIOExtras WritePCAPHandler.swift
[791/797] Wrapping AST for NIOExtras for debugging
[793/821] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[794/824] 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
[795/824] 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
[796/824] 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
[797/824] 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
[798/824] 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
[799/824] 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
[800/824] 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
[801/824] 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
[802/824] 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
[803/824] 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
[804/824] 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
[805/824] 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
[806/824] 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
[807/824] 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
[808/824] 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
[809/824] 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
[810/824] 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
[811/824] 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
[812/824] 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
[813/824] 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
[814/824] 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
[815/824] 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
[816/824] 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
[817/824] 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
[818/824] 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
[819/824] 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
[820/825] Wrapping AST for HummingbirdCore for debugging
[822/889] 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
[823/898] 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
[824/898] 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
[825/898] 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
[826/898] 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
[827/898] 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
[828/898] 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
[829/898] 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
[830/898] 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
[831/898] 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
[832/898] 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
[833/898] 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
[834/898] 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
[835/898] 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
[836/898] 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
[837/898] 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
[838/898] 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
[839/898] 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
[840/898] 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
[841/898] 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
[842/898] 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
[843/898] 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
[844/898] 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
[845/898] 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
[846/898] 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
[847/898] 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
[848/898] 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
[849/898] 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
[850/898] 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
[851/898] 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
[852/898] 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
[853/898] 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
[854/898] 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
[855/898] 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
[856/898] 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
[857/898] 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
[858/898] 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
[859/898] 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
[860/898] 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
[861/898] 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
[862/898] 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
[863/898] 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
[864/898] 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
[865/898] 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
[866/898] 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
[867/898] 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
[868/898] 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
[869/898] 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
[870/898] 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
[871/898] 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
[872/898] 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
[873/898] 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
[874/898] 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
[875/898] 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
[876/898] 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
[877/898] 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
[878/898] 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
[879/898] 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
[880/898] 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
[881/898] 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
[882/898] 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
[883/898] 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
[884/898] 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
[885/898] 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
[886/898] 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
[887/898] 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
[888/898] 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
[889/898] 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
[890/898] 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
[891/898] 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
[892/898] 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
[893/898] 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
[894/898] 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
[895/899] Wrapping AST for Hummingbird for debugging
[897/901] Emitting module swift_web
[898/901] Compiling swift_web app.swift
[899/902] Wrapping AST for swift-web for debugging
[900/902] Write Objects.LinkFileList
[901/902] Linking swift-web
Build complete! (195.40s)
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" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-web",
  "name" : "swift-web",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-web",
      "targets" : [
        "swift-web"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_web",
      "module_type" : "SwiftTarget",
      "name" : "swift-web",
      "path" : "Sources/swift-web",
      "product_dependencies" : [
        "ArgumentParser",
        "Hummingbird"
      ],
      "product_memberships" : [
        "swift-web"
      ],
      "sources" : [
        "app.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.