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-redis, reference 2.0.0 (3218ec), with Swift 6.1 for Android on 30 May 2025 05:05:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/hummingbird-project/hummingbird-redis.git
Reference: 2.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/hummingbird-project/hummingbird-redis
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 3218ec5 Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#36)
Cloned https://github.com/hummingbird-project/hummingbird-redis.git
Revision (git rev-parse @):
3218ec5c145669b39ce4b4a27930987b4ee7c03d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-redis.git at 2.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-redis.git
https://github.com/hummingbird-project/hummingbird-redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    }
  ],
  "manifest_display_name" : "hummingbird-redis",
  "name" : "hummingbird-redis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdRedis",
      "targets" : [
        "HummingbirdRedis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdRedisTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdRedisTests",
      "path" : "Tests/HummingbirdRedisTests",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdTesting"
      ],
      "sources" : [
        "PersistTests.swift",
        "RedisTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdRedis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdRedis",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdRedis",
      "path" : "Sources/HummingbirdRedis",
      "product_dependencies" : [
        "Hummingbird",
        "RediStack"
      ],
      "product_memberships" : [
        "HummingbirdRedis"
      ],
      "sources" : [
        "Deprecations.swift",
        "Persist+Redis.swift",
        "Redis+Codable.swift",
        "RedisConfiguration.swift",
        "RedisConnectionPoolService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/swift-server/RediStack.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/24495] Fetching hummingbird
[2/29198] Fetching hummingbird, redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.55s)
[6124/24495] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.18s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (3.86s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio.git
[1/2206] Fetching swift-metrics
[685/3916] Fetching swift-metrics, swift-atomics
[3917/80024] Fetching swift-metrics, swift-atomics, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
[3729/78314] Fetching swift-metrics, swift-nio
[13624/82150] Fetching swift-metrics, swift-nio, swift-log
[23548/96993] Fetching swift-metrics, swift-nio, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.77s)
[62332/78314] Fetching swift-metrics, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (6.50s)
Fetched https://github.com/apple/swift-nio.git from cache (6.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.26s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.83s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2667] Fetching swift-nio-transport-services
[642/5093] Fetching swift-nio-transport-services, swift-service-lifecycle
[1115/10067] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing
[3530/15981] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-extras
[9797/27508] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[10097/41522] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.22s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.49s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.49s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.50s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.52s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[1/4985] Fetching swift-async-algorithms
[4986/21576] Fetching swift-async-algorithms, swift-collections
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
[1660/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.54s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.04s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.04s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.10s)
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.45s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.36s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.06s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.27s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[138/7100] Fetching swift-http-structured-headers, swift-algorithms
[407/13255] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates
[850/14845] Fetching swift-http-structured-headers, swift-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.76s)
[12452/13704] Fetching swift-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.02s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.03s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.98s)
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 (0.93s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.19s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.16s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
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.93s)
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 (1.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.01s)
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 (1.18s)
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-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-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/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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-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-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-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-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/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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Building for debugging...
[0/450] Write sources
[36/450] Compiling CNIOWindows shim.c
[37/450] Compiling CNIOWindows WSAStartup.c
[38/450] Compiling CNIOWASI CNIOWASI.c
[39/450] Compiling _AtomicsShims.c
[40/450] Compiling CNIOLinux liburing_shims.c
[41/450] Compiling CNIODarwin shim.c
[42/450] Compiling CNIOLLHTTP c_nio_http.c
[43/450] Compiling fiat_p256_adx_sqr.S
[44/450] Compiling fiat_p256_adx_mul.S
[45/450] Compiling fiat_curve25519_adx_square.S
[46/450] Compiling CNIOLLHTTP c_nio_api.c
[47/450] Compiling CNIOLinux shim.c
[48/450] Compiling fiat_curve25519_adx_mul.S
[49/450] Write swift-version-24593BA9C3E375BF.txt
[50/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/450] Compiling CNIOBoringSSLShims shims.c
[52/456] Compiling tls_method.cc
[53/456] Compiling tls_record.cc
[54/456] Compiling tls13_server.cc
[55/456] Compiling tls13_client.cc
[56/456] Compiling tls13_both.cc
[57/456] Compiling tls13_enc.cc
[59/492] Emitting module InternalCollectionsUtilities
[60/493] Emitting module CoreMetrics
[61/493] Emitting module ServiceContextModule
[62/493] Compiling Logging LogHandler.swift
[63/493] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/493] Compiling ServiceContextModule ServiceContext.swift
[65/493] Compiling _NIODataStructures _TinyArray.swift
[66/493] Compiling ServiceContextModule ServiceContextKey.swift
[67/494] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/494] Compiling ConcurrencyHelpers LockedValueBox.swift
[69/494] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[70/494] Compiling InternalCollectionsUtilities Debugging.swift
[71/494] Compiling _NIODataStructures PriorityQueue.swift
[72/494] Compiling InternalCollectionsUtilities Descriptions.swift
[73/494] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/494] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[75/494] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/494] Emitting module _NIOBase64
[77/494] Compiling _NIOBase64 Base64.swift
[78/494] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/494] Compiling HTTPTypes ISOLatin1String.swift
[80/494] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/494] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/494] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/494] Compiling HTTPTypes HTTPParsedFields.swift
[84/496] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/496] Compiling InternalCollectionsUtilities Integer rank.swift
[86/496] Compiling HTTPTypes HTTPResponse.swift
[87/496] Compiling HTTPTypes HTTPRequest.swift
[88/497] Compiling CoreMetrics Metrics.swift
[89/497] Compiling _NIODataStructures Heap.swift
[90/497] Emitting module _NIODataStructures
[95/523] Compiling HTTPTypes NIOLock.swift
[96/646] Emitting module Instrumentation
[97/646] Compiling Instrumentation NoOpInstrument.swift
[98/646] Compiling Instrumentation MultiplexInstrument.swift
[99/646] Compiling Instrumentation Instrument.swift
[100/646] Compiling OrderedCollections _HashTable+Bucket.swift
[101/646] Compiling OrderedCollections _HashTable+BucketIterator.swift
[102/648] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[103/648] Compiling OrderedCollections OrderedDictionary+Values.swift
[104/648] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[105/648] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[106/648] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[107/648] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[108/648] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[109/648] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[110/648] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[111/648] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[112/648] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[113/648] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[114/648] Compiling OrderedCollections OrderedDictionary+Elements.swift
[115/648] Compiling Atomics IntegerOperations.swift
[116/648] Compiling Atomics Unmanaged extensions.swift
[117/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[118/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[119/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[120/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[121/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[122/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[123/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[124/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[125/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[126/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[127/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[128/648] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[129/648] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[130/648] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[131/655] Compiling OrderedCollections OrderedDictionary.swift
[132/655] Compiling OrderedCollections OrderedSet+Codable.swift
[133/655] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[134/655] Compiling OrderedCollections OrderedSet+Descriptions.swift
[135/655] Compiling OrderedCollections OrderedSet+Diffing.swift
[136/655] Compiling OrderedCollections OrderedSet+Equatable.swift
[137/655] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[138/655] Compiling OrderedCollections OrderedSet+Hashable.swift
[139/655] Compiling OrderedCollections OrderedSet+Initializers.swift
[140/655] Compiling OrderedCollections OrderedSet+Insertions.swift
[141/655] Compiling OrderedCollections OrderedSet+Invariants.swift
[142/655] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[143/655] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[144/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[145/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[146/655] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/655] Compiling OrderedCollections OrderedDictionary+Codable.swift
[156/655] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[157/655] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[163/655] Compiling Instrumentation InstrumentationSystem.swift
[164/655] Compiling Instrumentation Locks.swift
[165/656] Compiling CoreMetrics Locks.swift
[166/657] Emitting module ConcurrencyHelpers
[167/657] Compiling ConcurrencyHelpers Lock.swift
[168/657] Compiling Logging Locks.swift
[169/657] Compiling Logging MetadataProvider.swift
[170/658] Emitting module Logging
[171/658] Compiling Logging Logging.swift
[180/659] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/659] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/659] Compiling OrderedCollections OrderedSet+Testing.swift
[183/659] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/659] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/659] Compiling OrderedCollections OrderedSet.swift
[186/659] Compiling OrderedCollections _UnsafeBitset.swift
[187/659] Compiling _RopeModule Rope+Sequence.swift
[188/659] Compiling _RopeModule Rope+Append.swift
[189/659] Compiling _RopeModule Rope+Extract.swift
[190/659] Compiling _RopeModule Rope+Find.swift
[191/659] Compiling _RopeModule Rope+ForEachWhile.swift
[192/659] Compiling _RopeModule Rope+Insert.swift
[194/668] Compiling OrderedCollections _HashTable+Testing.swift
[195/668] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[196/668] Compiling OrderedCollections _HashTable.swift
[197/668] Compiling OrderedCollections _Hashtable+Header.swift
[232/688] Compiling Tracing InstrumentationSystem+Tracing.swift
[233/688] Compiling HeapModule Heap.swift
[234/688] Compiling HeapModule _HeapNode.swift
[242/688] Compiling HeapModule Heap+Invariants.swift
[243/688] Compiling HeapModule Heap+Descriptions.swift
[244/688] Compiling HeapModule Heap+UnsafeHandle.swift
[245/688] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[246/688] Compiling Tracing TracingTime.swift
[247/688] Emitting module UnixSignals
[248/688] Compiling UnixSignals UnixSignal.swift
[249/688] Compiling Tracing TracerProtocol.swift
[250/688] Emitting module HeapModule
[251/689] Compiling UnixSignals UnixSignalsSequence.swift
[252/690] Compiling Tracing TracerProtocol+Legacy.swift
[253/690] Compiling Tracing Tracer.swift
[255/690] Emitting module OrderedCollections
[256/691] Emitting module Atomics
[259/754] Emitting module Tracing
[260/754] Compiling Tracing NoOpTracer.swift
[261/754] Compiling Tracing SpanProtocol.swift
[262/783] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[263/783] Compiling HashTreeCollections _HashNode+Storage.swift
[264/785] Emitting module _RopeModule
[266/785] Compiling HashTreeCollections _AncestorHashSlots.swift
[267/785] Compiling HashTreeCollections _Bitmap.swift
[268/785] Compiling HashTreeCollections _Bucket.swift
[269/786] Compiling HashTreeCollections TreeSet+Hashable.swift
[270/786] Compiling HashTreeCollections TreeSet+Sendable.swift
[271/786] Compiling HashTreeCollections TreeSet+Sequence.swift
[272/786] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[273/786] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[274/786] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[275/786] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[276/786] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[277/786] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[278/786] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[281/796] Compiling HashTreeCollections _Hash.swift
[290/796] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[290/796] Compiling ssl_x509.cc
[292/796] Compiling DequeModule _DequeSlot.swift
[293/796] Compiling DequeModule _UnsafeWrappedBuffer.swift
[294/796] Compiling HashTreeCollections _HashNode+Invariants.swift
[295/796] Compiling HashTreeCollections _HashNode+Lookups.swift
[296/796] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[297/796] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[298/796] Compiling HashTreeCollections _HashLevel.swift
[299/796] Compiling HashTreeCollections _HashNode+Builder.swift
[300/796] Compiling HashTreeCollections _HashNode+Debugging.swift
[301/796] Compiling HashTreeCollections _HashNode+Initializers.swift
[301/796] Compiling ssl_versions.cc
[304/796] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[305/796] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[306/796] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[307/796] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[308/796] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[309/796] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[310/796] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[311/796] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[312/796] Compiling HashTreeCollections TreeSet.swift
[313/796] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[314/796] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[315/796] Compiling HashTreeCollections TreeDictionary+Filter.swift
[316/796] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[317/796] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[318/796] Compiling HashTreeCollections TreeDictionary+Keys.swift
[319/796] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[320/796] Compiling HashTreeCollections TreeDictionary+Merge.swift
[321/796] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[322/796] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[323/796] Compiling HashTreeCollections TreeDictionary+Values.swift
[324/796] Compiling HashTreeCollections TreeDictionary.swift
[325/796] Compiling HashTreeCollections TreeSet+Codable.swift
[326/796] Compiling HashTreeCollections TreeSet+Collection.swift
[327/796] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[328/796] Compiling HashTreeCollections TreeSet+Debugging.swift
[329/796] Compiling HashTreeCollections TreeSet+Descriptions.swift
[330/796] Compiling HashTreeCollections TreeSet+Equatable.swift
[331/796] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[332/796] Compiling HashTreeCollections TreeSet+Extras.swift
[333/796] Compiling HashTreeCollections TreeSet+Filter.swift
[334/796] Compiling HTTPTypes HTTPFieldName.swift
[335/796] Compiling HTTPTypes HTTPField.swift
[336/796] Compiling HTTPTypes HTTPFields.swift
[337/796] Emitting module HTTPTypes
[337/797] Compiling ssl_transcript.cc
[339/797] Emitting module DequeModule
[342/798] Compiling ssl_stat.cc
[345/798] Emitting module Metrics
[345/798] Compiling t1_enc.cc
[347/798] Compiling HashTreeCollections TreeDictionary+Collection.swift
[348/798] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[349/798] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[350/798] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[356/798] Compiling HashTreeCollections _HashNodeHeader.swift
[357/798] Compiling HashTreeCollections _HashSlot.swift
[358/798] Compiling HashTreeCollections _HashStack.swift
[359/798] Compiling HashTreeCollections _HashTreeIterator.swift
[360/798] Compiling HashTreeCollections _HashTreeStatistics.swift
[361/798] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[362/798] Compiling HashTreeCollections _RawHashNode.swift
[363/798] Compiling HashTreeCollections _UnmanagedHashNode.swift
[364/798] Compiling HashTreeCollections _UnsafePath.swift
[365/798] Compiling HashTreeCollections TreeDictionary+Codable.swift
[366/844] Compiling ssl_session.cc
[368/844] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[369/844] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[370/844] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[371/844] Compiling AsyncAlgorithms CombineLatestStorage.swift
[372/844] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[373/844] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[374/844] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[375/844] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[376/844] Compiling AsyncAlgorithms AsyncChannel.swift
[377/844] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[378/844] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[379/844] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[380/844] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[381/844] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[382/844] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[383/844] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[384/844] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[385/844] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[386/844] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[387/844] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[388/844] Compiling AsyncAlgorithms ChannelStateMachine.swift
[389/844] Compiling AsyncAlgorithms ChannelStorage.swift
[390/844] Compiling AsyncAlgorithms DebounceStateMachine.swift
[391/844] Compiling AsyncAlgorithms DebounceStorage.swift
[392/844] Compiling AsyncAlgorithms Dictionary.swift
[393/844] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[394/844] Compiling AsyncAlgorithms Locking.swift
[395/844] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[396/844] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[397/844] Compiling AsyncAlgorithms MergeStateMachine.swift
[398/844] Compiling AsyncAlgorithms MergeStorage.swift
[399/844] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[400/844] Compiling AsyncAlgorithms Rethrow.swift
[401/844] Compiling Metrics Metrics.swift
[401/845] Compiling ssl_lib.cc
[404/845] Emitting module HashTreeCollections
[405/845] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[406/845] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[407/845] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[408/845] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[409/845] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[410/845] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[411/845] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[412/845] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[413/845] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[414/845] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[415/845] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[416/846] Compiling ssl_key_share.cc
[424/846] Emitting module AsyncAlgorithms
[444/852] Compiling ssl_buffer.cc
[445/852] Compiling ssl_privkey.cc
[452/852] Compiling ssl_asn1.cc
[465/852] Compiling ssl_file.cc
[466/852] Compiling ssl_cipher.cc
[467/852] Compiling ssl_credential.cc
[468/852] Compiling ssl_cert.cc
[470/852] Compiling AsyncAlgorithms SetAlgebra.swift
[471/852] Compiling AsyncAlgorithms UnsafeTransfer.swift
[472/852] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[473/852] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[474/852] Compiling AsyncAlgorithms ZipStateMachine.swift
[475/852] Compiling AsyncAlgorithms ZipStorage.swift
[476/853] Compiling ssl_aead_ctx.cc
[477/853] Compiling s3_lib.cc
[478/853] Compiling s3_pkt.cc
[479/853] Compiling s3_both.cc
[480/857] Compiling handshake_server.cc
[481/861] Compiling handshake_client.cc
[483/861] Compiling ServiceLifecycle Service.swift
[483/862] Compiling handoff.cc
[485/862] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[485/862] Compiling handshake.cc
[487/862] Compiling ServiceLifecycle ServiceRunnerError.swift
[488/862] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[489/862] Emitting module ServiceLifecycle
[490/862] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[491/862] Compiling ServiceLifecycle GracefulShutdown.swift
[492/862] Compiling ServiceLifecycle CancellationWaiter.swift
[492/862] Compiling extensions.cc
[493/862] Compiling encrypted_client_hello.cc
[494/862] Compiling dtls_record.cc
[495/862] Compiling md5-x86_64-linux.S
[497/862] Compiling ServiceLifecycle ServiceGroup.swift
[497/863] Compiling md5-x86_64-apple.S
[498/863] Compiling d1_srtp.cc
[500/863] Compiling dtls_method.cc
[501/863] Compiling md5-586-linux.S
[502/863] Compiling md5-586-apple.S
[503/863] Compiling d1_pkt.cc
[504/863] Compiling bio_ssl.cc
[505/863] Compiling err_data.cc
[506/863] Compiling d1_lib.cc
[507/863] Compiling chacha20_poly1305_x86_64-linux.S
[508/863] Compiling chacha20_poly1305_x86_64-apple.S
[509/863] Compiling d1_both.cc
[510/863] Compiling chacha20_poly1305_armv8-win.S
[511/863] Compiling chacha20_poly1305_armv8-apple.S
[512/863] Compiling chacha-x86-linux.S
[513/863] Compiling chacha-x86_64-linux.S
[514/863] Compiling chacha20_poly1305_armv8-linux.S
[515/863] Compiling chacha-x86_64-apple.S
[516/863] Compiling chacha-armv8-win.S
[517/863] Compiling chacha-x86-apple.S
[518/863] Compiling chacha-armv8-linux.S
[519/863] Compiling chacha-armv8-apple.S
[520/863] Compiling chacha-armv4-linux.S
[521/863] Compiling aes128gcmsiv-x86_64-apple.S
[522/863] Compiling aes128gcmsiv-x86_64-linux.S
[522/863] Compiling x86_64-mont5-linux.S
[524/863] Compiling x86_64-mont5-apple.S
[525/863] Compiling x86-mont-linux.S
[526/863] Compiling x86_64-mont-linux.S
[527/863] Compiling x86_64-mont-apple.S
[528/863] Compiling vpaes-x86_64-apple.S
[528/863] Compiling x86-mont-apple.S
[530/863] Compiling vpaes-x86-linux.S
[531/863] Compiling vpaes-armv8-linux.S
[532/863] Compiling vpaes-x86_64-linux.S
[533/863] Compiling vpaes-armv8-apple.S
[534/863] Compiling vpaes-x86-apple.S
[535/863] Compiling vpaes-armv8-win.S
[536/863] Compiling sha512-x86_64-apple.S
[537/863] Compiling vpaes-armv7-linux.S
[538/863] Compiling sha512-x86_64-linux.S
[539/863] Compiling sha512-armv8-linux.S
[540/863] Compiling sha512-armv8-win.S
[541/863] Compiling sha512-armv4-linux.S
[542/863] Compiling sha512-armv8-apple.S
[542/863] Compiling sha512-586-linux.S
[544/863] Compiling sha256-armv8-win.S
[545/863] Compiling sha512-586-apple.S
[546/863] Compiling sha256-armv8-apple.S
[546/863] Compiling sha256-x86_64-apple.S
[548/863] Compiling sha256-x86_64-linux.S
[549/863] Compiling sha256-586-linux.S
[550/863] Compiling sha256-armv4-linux.S
[551/863] Compiling sha256-armv8-linux.S
[552/863] Compiling sha1-x86_64-apple.S
[552/863] Compiling sha256-586-apple.S
[554/863] Compiling sha1-armv8-linux.S
[555/863] Compiling sha1-586-linux.S
[556/863] Compiling sha1-armv4-large-linux.S
[557/863] Compiling sha1-x86_64-linux.S
[558/863] Compiling sha1-armv8-apple.S
[559/863] Compiling sha1-armv8-win.S
[560/863] Compiling rdrand-x86_64-linux.S
[561/863] Compiling rsaz-avx2-linux.S
[562/863] Compiling rsaz-avx2-apple.S
[563/863] Compiling sha1-586-apple.S
[563/863] Compiling p256_beeu-x86_64-asm-linux.S
[563/863] Compiling p256_beeu-x86_64-asm-apple.S
[566/863] Compiling p256_beeu-armv8-asm-win.S
[567/863] Compiling rdrand-x86_64-apple.S
[568/863] Compiling p256-armv8-asm-win.S
[569/863] Compiling p256_beeu-armv8-asm-linux.S
[570/863] Compiling p256-x86_64-asm-apple.S
[571/863] Compiling p256-x86_64-asm-linux.S
[572/863] Compiling p256_beeu-armv8-asm-apple.S
[573/863] Compiling p256-armv8-asm-apple.S
[574/863] Compiling p256-armv8-asm-linux.S
[575/863] Compiling ghashv8-armv8-win.S
[576/863] Compiling ghashv8-armv8-apple.S
[577/863] Compiling ghashv8-armv7-linux.S
[578/863] Compiling ghash-x86_64-linux.S
[579/863] Compiling ghash-x86-linux.S
[580/863] Compiling ghashv8-armv8-linux.S
[581/863] Compiling ghash-ssse3-x86_64-linux.S
[582/863] Compiling ghash-x86_64-apple.S
[583/863] Compiling ghash-x86-apple.S
[584/863] Compiling ghash-ssse3-x86-linux.S
[585/863] Compiling ghash-ssse3-x86_64-apple.S
[586/863] Compiling ghash-ssse3-x86-apple.S
[587/863] Compiling ghash-neon-armv8-win.S
[588/863] Compiling co-586-linux.S
[588/863] Compiling ghash-neon-armv8-linux.S
[590/863] Compiling ghash-armv4-linux.S
[591/863] Compiling ghash-neon-armv8-apple.S
[592/863] Compiling bsaes-armv7-linux.S
[593/863] Compiling bn-armv8-win.S
[594/863] Compiling co-586-apple.S
[595/863] Compiling bn-armv8-linux.S
[596/863] Compiling bn-586-apple.S
[597/863] Compiling bn-armv8-apple.S
[598/863] Compiling bn-586-linux.S
[599/863] Compiling armv8-mont-win.S
[600/863] Compiling armv8-mont-apple.S
[601/863] Compiling armv4-mont-linux.S
[602/863] Compiling armv8-mont-linux.S
[603/863] Compiling aesv8-gcm-armv8-apple.S
[604/863] Compiling aesv8-gcm-armv8-win.S
[605/863] Compiling aesv8-gcm-armv8-linux.S
[606/863] Compiling aesv8-armv8-win.S
[607/863] Compiling aesv8-armv8-linux.S
[608/863] Compiling aesv8-armv7-linux.S
[609/863] Compiling aesv8-armv8-apple.S
[610/863] Compiling aesni-x86_64-linux.S
[611/863] Compiling aesni-x86-linux.S
[612/863] Compiling aesni-x86_64-apple.S
[613/863] Compiling aesni-gcm-x86_64-linux.S
[614/863] Compiling aesni-x86-apple.S
[615/863] Compiling aesni-gcm-x86_64-apple.S
[616/863] Compiling aes-gcm-avx2-x86_64-linux.S
[617/863] Compiling aes-gcm-avx10-x86_64-linux.S
[618/863] Compiling aes-gcm-avx2-x86_64-apple.S
[619/863] Compiling aes-gcm-avx10-x86_64-apple.S
[620/863] Compiling x_sig.cc
[621/863] Compiling x_val.cc
[622/863] Compiling x_req.cc
[623/863] Compiling x_x509.cc
[624/863] Compiling x_spki.cc
[625/863] Compiling x_x509a.cc
[626/863] Compiling x_pubkey.cc
[627/863] Compiling x_name.cc
[628/863] Compiling x_crl.cc
[629/863] Compiling x_all.cc
[630/863] Compiling x_attrib.cc
[631/863] Compiling x509rset.cc
[632/863] Compiling x509cset.cc
[633/863] Compiling x_exten.cc
[634/863] Compiling x_algor.cc
[635/863] Compiling x509_vpm.cc
[636/863] Compiling x509spki.cc
[637/863] Compiling x509name.cc
[638/863] Compiling x509_txt.cc
[639/863] Compiling x509_trs.cc
[640/863] Compiling x509_req.cc
[641/863] Compiling x509_vfy.cc
[642/863] Compiling x509_v3.cc
[643/863] Compiling x509_obj.cc
[644/863] Compiling x509_def.cc
[645/863] Compiling x509_set.cc
[646/863] Compiling x509_ext.cc
[647/863] Compiling x509_lu.cc
[648/863] Compiling x509_cmp.cc
[649/863] Compiling x509_d2.cc
[650/863] Compiling x509_att.cc
[651/863] Compiling x509.cc
[652/863] Compiling v3_prn.cc
[653/863] Compiling v3_skey.cc
[654/863] Compiling v3_pmaps.cc
[655/863] Compiling v3_pcons.cc
[656/863] Compiling v3_ncons.cc
[657/863] Compiling v3_ocsp.cc
[658/863] Compiling v3_purp.cc
[659/863] Compiling v3_utl.cc
[660/863] Compiling v3_lib.cc
[661/863] Compiling v3_crld.cc
[662/863] Compiling v3_info.cc
[663/863] Compiling v3_genn.cc
[664/863] Compiling v3_ia5.cc
[665/863] Compiling v3_int.cc
[666/863] Compiling v3_extku.cc
[667/863] Compiling v3_enum.cc
[668/863] Compiling v3_conf.cc
[669/863] Compiling v3_alt.cc
[670/863] Compiling v3_akey.cc
[671/863] Compiling v3_cpols.cc
[672/863] Compiling v3_akeya.cc
[673/863] Compiling v3_bcons.cc
[674/863] Compiling v3_bitst.cc
[675/863] Compiling t_x509a.cc
[676/863] Compiling rsa_pss.cc
[677/863] Compiling t_crl.cc
[678/863] Compiling t_x509.cc
[679/863] Compiling i2d_pr.cc
[680/863] Compiling policy.cc
[681/863] Compiling t_req.cc
[682/863] Compiling name_print.cc
[683/863] Compiling by_file.cc
[684/863] Compiling asn1_gen.cc
[685/863] Compiling algorithm.cc
[686/863] Compiling a_digest.cc
[687/863] Compiling by_dir.cc
[688/863] Compiling trust_token.cc
[689/863] Compiling a_sign.cc
[690/863] Compiling thread_pthread.cc
[691/863] Compiling thread_win.cc
[692/863] Compiling a_verify.cc
[693/863] Compiling voprf.cc
[694/863] Compiling thread_none.cc
[695/863] Compiling pmbtoken.cc
[696/863] Compiling thread.cc
[697/863] Compiling stack.cc
[698/863] Compiling siphash.cc
[699/863] Compiling spake2plus.cc
[700/863] Compiling slhdsa.cc
[701/863] Compiling sha256.cc
[702/863] Compiling sha512.cc
[703/863] Compiling sha1.cc
[704/863] Compiling rsa_print.cc
[705/863] Compiling rsa_crypt.cc
[706/863] Compiling rsa_extra.cc
[707/863] Compiling rc4.cc
[708/863] Compiling refcount.cc
[709/863] Compiling rsa_asn1.cc
[710/863] Compiling rand.cc
[711/863] Compiling trusty.cc
[712/863] Compiling windows.cc
[713/863] Compiling ios.cc
[714/863] Compiling passive.cc
[715/863] Compiling getentropy.cc
[716/863] Compiling poly1305_arm_asm.S
[717/863] Compiling urandom.cc
[718/863] Compiling forkunsafe.cc
[719/863] Compiling fork_detect.cc
[720/863] Compiling deterministic.cc
[721/863] Compiling poly1305_arm.cc
[722/863] Compiling poly1305_vec.cc
[723/863] Compiling poly1305.cc
[724/863] Compiling pool.cc
[725/863] Compiling pkcs7_x509.cc
[726/863] Compiling pkcs8.cc
[727/863] Compiling pem_xaux.cc
[728/863] Compiling pkcs7.cc
[729/863] Compiling pkcs8_x509.cc
[730/863] Compiling p5_pbev2.cc
[731/863] Compiling pem_x509.cc
[732/863] Compiling pem_info.cc
[732/863] Compiling pem_lib.cc
[734/863] Compiling pem_pkey.cc
[735/863] Compiling pem_oth.cc
[736/863] Compiling obj_xref.cc
[737/863] Compiling pem_pk8.cc
[738/863] Compiling pem_all.cc
[739/863] Compiling mldsa.cc
[740/863] Compiling obj.cc
[741/863] Compiling poly_rq_mul.S
[742/863] Compiling mlkem.cc
[743/863] Compiling md5.cc
[744/863] Compiling md4.cc
[745/863] Compiling fips_shared_support.cc
[746/863] Compiling lhash.cc
[747/863] Compiling mem.cc
[748/863] Compiling kyber.cc
[749/863] Compiling sign.cc
[750/863] Compiling ex_data.cc
[751/863] Compiling scrypt.cc
[752/863] Compiling pbkdf.cc
[753/863] Compiling hpke.cc
[754/863] Compiling print.cc
[755/863] Compiling p_x25519.cc
[756/863] Compiling hrss.cc
[757/863] Compiling p_x25519_asn1.cc
[758/863] Compiling p_ed25519.cc
[759/863] Compiling p_rsa.cc
[760/863] Compiling p_rsa_asn1.cc
[761/863] Compiling p_ec.cc
[762/863] Compiling p_hkdf.cc
[763/863] Compiling p_ed25519_asn1.cc
[764/863] Compiling p_ec_asn1.cc
[765/863] Compiling p_dh_asn1.cc
[766/863] Compiling p_dh.cc
[767/863] Compiling p_dsa_asn1.cc
[768/863] Compiling evp_ctx.cc
[769/863] Compiling err.cc
[770/863] Compiling evp.cc
[771/863] Compiling evp_asn1.cc
[772/863] Compiling engine.cc
[773/863] Compiling hash_to_curve.cc
[774/863] Compiling ec_derive.cc
[775/863] Compiling ecdsa_asn1.cc
[776/863] Compiling ecdh.cc
[777/863] Compiling bcm.cc
[778/863] Compiling dsa.cc
[779/863] Compiling ec_asn1.cc
[780/863] Compiling dsa_asn1.cc
[781/863] Compiling x25519-asm-arm.S
[782/863] Compiling params.cc
[783/863] Compiling curve25519_64_adx.cc
[784/863] Compiling cpu_intel.cc
[785/863] Compiling des.cc
[786/863] Compiling digest_extra.cc
[787/863] Compiling dh_asn1.cc
[788/863] Compiling crypto.cc
[789/863] Compiling curve25519.cc
[790/863] Compiling spake25519.cc
[791/863] Compiling cpu_aarch64_win.cc
[792/863] Compiling cpu_arm_freebsd.cc
[793/863] Compiling cpu_arm_linux.cc
[794/863] Compiling cpu_aarch64_openbsd.cc
[795/863] Compiling cpu_aarch64_fuchsia.cc
[796/863] Compiling cpu_aarch64_apple.cc
[797/863] Compiling cpu_aarch64_sysreg.cc
[798/863] Compiling cpu_aarch64_linux.cc
[799/863] Compiling get_cipher.cc
[800/863] Compiling conf.cc
[801/863] Compiling tls_cbc.cc
[802/863] Compiling e_rc4.cc
[803/863] Compiling e_tls.cc
[804/863] Compiling e_null.cc
[805/863] Compiling e_rc2.cc
[806/863] Compiling e_des.cc
[806/863] Compiling e_chacha20poly1305.cc
[808/863] Compiling e_aesctrhmac.cc
[809/863] Compiling e_aesgcmsiv.cc
[810/863] Compiling derive_key.cc
[811/863] Compiling chacha.cc
[812/863] Compiling buf.cc
[813/863] Compiling unicode.cc
[814/863] Compiling cbs.cc
[815/863] Compiling ber.cc
[816/863] Compiling asn1_compat.cc
[817/863] Compiling cbb.cc
[818/863] Compiling convert.cc
[819/863] Compiling printf.cc
[820/863] Compiling bn_asn1.cc
[821/863] Compiling blake2.cc
[822/863] Compiling socket.cc
[823/863] Compiling socket_helper.cc
[824/863] Compiling hexdump.cc
[825/863] Compiling pair.cc
[826/863] Compiling fd.cc
[827/863] Compiling file.cc
[828/863] Compiling errno.cc
[829/863] Compiling bio.cc
[830/863] Compiling bio_mem.cc
[831/863] Compiling connect.cc
[832/863] Compiling tasn_typ.cc
[833/863] Compiling tasn_fre.cc
[834/863] Compiling base64.cc
[835/863] Compiling tasn_enc.cc
[836/863] Compiling tasn_new.cc
[837/863] Compiling posix_time.cc
[838/863] Compiling f_string.cc
[839/863] Compiling tasn_utl.cc
[840/863] Compiling f_int.cc
[841/863] Compiling asn1_par.cc
[842/863] Compiling tasn_dec.cc
[843/863] Compiling asn_pack.cc
[844/863] Compiling asn1_lib.cc
[845/863] Compiling a_utctm.cc
[846/863] Compiling a_octet.cc
[847/863] Compiling a_time.cc
[848/863] Compiling a_strex.cc
[849/863] Compiling a_type.cc
[850/863] Compiling a_strnid.cc
[851/863] Compiling a_object.cc
[852/863] Compiling a_i2d_fp.cc
[853/863] Compiling a_mbstr.cc
[854/863] Compiling a_dup.cc
[854/863] Write sources
[856/863] Compiling a_d2i_fp.cc
[857/872] Compiling a_gentm.cc
[858/887] Compiling a_int.cc
[859/900] Compiling a_bitstr.cc
[860/916] Compiling a_bool.cc
[862/916] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[863/916] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[864/916] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[865/916] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[866/916] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[867/916] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[868/916] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[869/923] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[870/923] Compiling BitCollections BitSet+CustomReflectable.swift
[871/923] Compiling BitCollections BitSet+CustomStringConvertible.swift
[872/923] Compiling BitCollections BitSet+Equatable.swift
[873/923] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[874/923] Compiling BitCollections BitSet+Extras.swift
[875/923] Compiling BitCollections BitSet+Hashable.swift
[876/923] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[877/923] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[878/923] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[879/923] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[880/923] Compiling BitCollections BitSet+SetAlgebra union.swift
[881/923] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[882/923] Compiling BitCollections BitSet.Counted.swift
[883/923] Compiling BitCollections BitSet+Initializers.swift
[884/923] Compiling BitCollections BitSet+Invariants.swift
[885/923] Compiling BitCollections BitSet+Random.swift
[886/923] Compiling BitCollections BitSet+SetAlgebra basics.swift
[887/923] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[888/923] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[889/923] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[890/923] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[891/923] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[892/923] Compiling BitCollections BitArray+Extras.swift
[893/923] Compiling BitCollections BitArray+Fill.swift
[894/923] Compiling BitCollections BitArray+Hashable.swift
[895/923] Compiling BitCollections BitArray+Initializers.swift
[896/923] Compiling BitCollections BitArray+Invariants.swift
[897/923] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[898/923] Emitting module BitCollections
[899/923] Compiling BitCollections BitArray+BitwiseOperations.swift
[900/923] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[901/923] Compiling BitCollections BitArray+Codable.swift
[902/923] Compiling BitCollections BitArray+Collection.swift
[903/923] Compiling BitCollections BitArray+Copy.swift
[904/923] Compiling BitCollections BitArray+CustomReflectable.swift
[905/923] Compiling BitCollections BitArray+Descriptions.swift
[906/923] Compiling BitCollections BitArray+Equatable.swift
[907/923] Compiling BitCollections BitArray+RandomBits.swift
[908/923] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[909/923] Compiling BitCollections BitArray+Shifts.swift
[910/923] Compiling BitCollections BitArray+Testing.swift
[911/923] Compiling BitCollections BitArray._UnsafeHandle.swift
[912/923] Compiling BitCollections BitArray.swift
[913/923] Compiling BitCollections BitSet+BidirectionalCollection.swift
[914/923] Compiling BitCollections BitSet+Codable.swift
[915/923] Compiling BitCollections BitSet.Index.swift
[916/923] Compiling BitCollections BitSet._UnsafeHandle.swift
[917/923] Compiling BitCollections BitSet.swift
[918/923] Compiling BitCollections Range+Utilities.swift
[919/923] Compiling BitCollections Slice+Utilities.swift
[920/923] Compiling BitCollections UInt+Tricks.swift
[921/923] Compiling BitCollections _Word.swift
[922/924] Compiling c-nioatomics.c
[924/926] Emitting module Collections
[925/926] Compiling Collections Collections.swift
[925/927] Compiling c-atomics.c
[928/933] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[929/933] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[930/933] Compiling NIOConcurrencyHelpers lock.swift
[931/933] Compiling NIOConcurrencyHelpers NIOLock.swift
[932/933] Emitting module NIOConcurrencyHelpers
[933/933] Compiling NIOConcurrencyHelpers atomics.swift
[935/994] Compiling NIOCore IO.swift
[936/994] Compiling NIOCore IOData.swift
[937/994] Compiling NIOCore IPProtocol.swift
[938/994] Compiling NIOCore IntegerBitPacking.swift
[939/994] Compiling NIOCore IntegerTypes.swift
[940/994] Compiling NIOCore Interfaces.swift
[941/994] Compiling NIOCore Linux.swift
[942/994] Compiling NIOCore MarkedCircularBuffer.swift
[943/994] Compiling NIOCore MulticastChannel.swift
[944/994] Compiling NIOCore NIOAny.swift
[945/994] Compiling NIOCore NIOCloseOnErrorHandler.swift
[946/994] Compiling NIOCore NIOLoopBound.swift
[947/994] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[948/994] Compiling NIOCore NIOScheduledCallback.swift
[949/994] Compiling NIOCore NIOSendable.swift
[950/994] Compiling NIOCore RecvByteBufferAllocator.swift
[951/994] Compiling NIOCore CircularBuffer.swift
[952/994] Compiling NIOCore Codec.swift
[953/994] Compiling NIOCore ConvenienceOptionSupport.swift
[954/994] Compiling NIOCore DeadChannel.swift
[955/994] Compiling NIOCore DispatchQueue+WithFuture.swift
[956/994] Compiling NIOCore EventLoop+Deprecated.swift
[957/994] Compiling NIOCore EventLoop+SerialExecutor.swift
[958/994] Compiling NIOCore EventLoop.swift
[959/1002] Compiling NIOCore AddressedEnvelope.swift
[960/1002] Compiling NIOCore AsyncAwaitSupport.swift
[961/1002] Compiling NIOCore AsyncChannel.swift
[962/1002] Compiling NIOCore AsyncChannelHandler.swift
[963/1002] Compiling NIOCore AsyncChannelInboundStream.swift
[964/1002] Compiling NIOCore AsyncChannelOutboundWriter.swift
[965/1002] Compiling NIOCore NIOAsyncSequenceProducer.swift
[966/1002] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[967/1002] Compiling NIOCore NIOAsyncWriter.swift
[968/1002] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[969/1002] Compiling NIOCore EventLoopFuture+Deprecated.swift
[970/1002] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[971/1002] Compiling NIOCore EventLoopFuture.swift
[972/1002] Compiling NIOCore FileDescriptor.swift
[973/1002] Compiling NIOCore FileHandle.swift
[974/1002] Compiling NIOCore FileRegion.swift
[975/1002] Compiling NIOCore GlobalSingletons.swift
[976/1002] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[977/1002] Compiling NIOCore BSDSocketAPI.swift
[978/1002] Compiling NIOCore ByteBuffer-aux.swift
[979/1002] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[980/1002] Compiling NIOCore ByteBuffer-conversions.swift
[981/1002] Compiling NIOCore ByteBuffer-core.swift
[982/1002] Compiling NIOCore ByteBuffer-hex.swift
[983/1002] Compiling NIOCore ByteBuffer-int.swift
[984/1002] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[985/1002] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[986/1002] Compiling NIOCore SocketAddresses.swift
[987/1002] Compiling NIOCore SocketOptionProvider.swift
[988/1002] Compiling NIOCore SystemCallHelpers.swift
[989/1002] Compiling NIOCore TimeAmount+Duration.swift
[990/1002] Compiling NIOCore TypeAssistedChannelHandler.swift
[991/1002] Compiling NIOCore UniversalBootstrapSupport.swift
[992/1002] Compiling NIOCore Utilities.swift
[993/1002] Emitting module NIOCore
[994/1002] Compiling NIOCore ByteBuffer-multi-int.swift
[995/1002] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[996/1002] Compiling NIOCore ByteBuffer-views.swift
[997/1002] Compiling NIOCore Channel.swift
[998/1002] Compiling NIOCore ChannelHandler.swift
[999/1002] Compiling NIOCore ChannelHandlers.swift
[1000/1002] Compiling NIOCore ChannelInvoker.swift
[1001/1002] Compiling NIOCore ChannelOption.swift
[1002/1002] Compiling NIOCore ChannelPipeline.swift
[1004/1055] Emitting module NIOHTTPTypes
[1005/1055] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1007/1056] Compiling NIOEmbedded AsyncTestingChannel.swift
[1008/1056] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1009/1056] Emitting module NIOEmbedded
[1010/1056] Compiling NIOEmbedded Embedded.swift
[1012/1057] Emitting module NIOPosix
[1013/1063] Compiling NIOPosix Pool.swift
[1014/1063] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1015/1063] Compiling NIOPosix PosixSingletons.swift
[1016/1063] Compiling NIOPosix RawSocketBootstrap.swift
[1017/1063] Compiling NIOPosix Resolver.swift
[1018/1063] Compiling NIOPosix Selectable.swift
[1019/1063] Compiling NIOPosix ServerSocket.swift
[1020/1063] Compiling NIOPosix Socket.swift
[1021/1063] Compiling NIOPosix SocketChannel.swift
[1022/1063] Compiling NIOPosix SocketProtocols.swift
[1023/1063] Compiling NIOPosix System.swift
[1024/1063] Compiling NIOPosix Thread.swift
[1025/1063] Compiling NIOPosix SelectableChannel.swift
[1026/1063] Compiling NIOPosix SelectableEventLoop.swift
[1027/1063] Compiling NIOPosix SelectorEpoll.swift
[1028/1063] Compiling NIOPosix SelectorGeneric.swift
[1029/1063] Compiling NIOPosix SelectorKqueue.swift
[1030/1063] Compiling NIOPosix SelectorUring.swift
[1031/1063] Compiling NIOPosix ThreadPosix.swift
[1032/1063] Compiling NIOPosix ThreadWindows.swift
[1033/1063] Compiling NIOPosix UnsafeTransfer.swift
[1034/1063] Compiling NIOPosix Utilities.swift
[1035/1063] Compiling NIOPosix VsockAddress.swift
[1036/1063] Compiling NIOPosix VsockChannelEvents.swift
[1037/1063] Compiling NIOPosix BSDSocketAPICommon.swift
[1038/1063] Compiling NIOPosix BSDSocketAPIPosix.swift
[1039/1063] Compiling NIOPosix BSDSocketAPIWindows.swift
[1040/1063] Compiling NIOPosix BaseSocket.swift
[1041/1063] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1042/1063] Compiling NIOPosix BaseSocketChannel.swift
[1043/1063] Compiling NIOPosix BaseStreamSocketChannel.swift
[1044/1063] Compiling NIOPosix IO.swift
[1045/1063] Compiling NIOPosix IntegerBitPacking.swift
[1046/1063] Compiling NIOPosix IntegerTypes.swift
[1047/1063] Compiling NIOPosix Linux.swift
[1048/1063] Compiling NIOPosix LinuxCPUSet.swift
[1049/1063] Compiling NIOPosix LinuxUring.swift
[1050/1063] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1051/1063] Compiling NIOPosix Bootstrap.swift
[1052/1063] Compiling NIOPosix ControlMessage.swift
[1053/1063] Compiling NIOPosix DatagramVectorReadManager.swift
[1054/1063] Compiling NIOPosix Errors+Any.swift
[1055/1063] Compiling NIOPosix FileDescriptor.swift
[1056/1063] Compiling NIOPosix GetaddrinfoResolver.swift
[1057/1063] Compiling NIOPosix HappyEyeballs.swift
[1058/1063] Compiling NIOPosix NIOThreadPool.swift
[1059/1063] Compiling NIOPosix NonBlockingFileIO.swift
[1060/1063] Compiling NIOPosix PendingDatagramWritesManager.swift
[1061/1063] Compiling NIOPosix PendingWritesManager.swift
[1062/1063] Compiling NIOPosix PipeChannel.swift
[1063/1063] Compiling NIOPosix PipePair.swift
[1065/1066] Compiling NIO Exports.swift
[1066/1066] Emitting module NIO
[1068/1089] Compiling NIOTLS TLSEvents.swift
[1069/1089] Compiling NIOTLS SNIHandler.swift
[1070/1089] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1071/1089] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1072/1089] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1073/1089] Emitting module NIOTLS
[1075/1090] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1076/1090] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1077/1090] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1078/1090] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1079/1121] Emitting module NIOHTTP1
[1080/1121] Compiling NIOSSL ObjectIdentifier.swift
[1081/1121] Compiling NIOSSL PosixPort.swift
[1082/1121] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1083/1121] Compiling NIOSSL SSLCertificate.swift
[1084/1121] Compiling NIOSSL IdentityVerification.swift
[1085/1121] Compiling NIOSSL NIOSSLServerHandler.swift
[1086/1121] Compiling NIOSSL SSLCallbacks.swift
[1087/1121] Compiling NIOSSL SSLPrivateKey.swift
[1088/1121] Compiling NIOSSL ByteBufferBIO.swift
[1089/1121] Compiling NIOSSL CustomPrivateKey.swift
[1090/1121] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1091/1121] Compiling NIOSSL NIOSSLHandler.swift
[1092/1121] Compiling NIOSSL AndroidCABundle.swift
[1094/1144] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1095/1144] Compiling NIOExtras JSONRPCFraming.swift
[1096/1144] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1097/1144] Compiling NIOExtras LengthFieldPrepender.swift
[1098/1144] Compiling NIOExtras DebugInboundEventsHandler.swift
[1099/1144] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1100/1144] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1101/1144] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1102/1144] Emitting module NIOSSL
[1103/1148] Emitting module NIOHTTPTypesHTTP1
[1104/1148] Compiling NIOExtras LineBasedFrameDecoder.swift
[1105/1148] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1106/1148] Compiling NIOExtras NIOExtrasError.swift
[1107/1148] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1108/1148] Compiling NIOExtras RequestResponseHandler.swift
[1109/1148] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1111/1150] Compiling NIOExtras NIORequestIdentifiable.swift
[1114/1150] Compiling NIOExtras PCAPRingBuffer.swift
[1115/1150] Compiling NIOExtras QuiescingHelper.swift
[1119/1150] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1120/1150] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1121/1150] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1122/1150] Compiling NIOSSL SubjectAlternativeName.swift
[1123/1150] Compiling NIOSSL NIOSSLSecureBytes.swift
[1124/1150] Compiling NIOSSL RNG.swift
[1125/1150] Compiling NIOSSL SafeCompare.swift
[1130/1151] Emitting module NIOExtras
[1132/1151] Compiling NIOSSL SSLContext.swift
[1133/1151] Compiling NIOSSL SSLErrors.swift
[1134/1151] Compiling NIOSSL SSLInit.swift
[1135/1151] Compiling NIOSSL SSLPKCS12Bundle.swift
[1137/1151] Compiling NIOExtras UnsafeTransfer.swift
[1138/1151] Compiling NIOExtras WritePCAPHandler.swift
[1139/1151] Compiling NIOSSL SSLConnection.swift
[1146/1151] Compiling NIOSSL Zeroization.swift
[1147/1151] Compiling NIOSSL TLSConfiguration.swift
[1148/1151] Compiling NIOSSL UniversalBootstrapSupport.swift
[1149/1151] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1154/1211] Compiling RediStack RedisChannelName.swift
[1155/1211] Compiling RediStack RedisClient.swift
[1156/1211] Compiling RediStack RedisCommandEncoder-multi-encode.swift
[1157/1211] Compiling RediStack RedisCommandEncoder.swift
[1158/1215] Compiling HummingbirdCore RequestBody.swift
[1159/1215] Compiling HummingbirdCore BindAddress.swift
[1160/1215] Compiling HummingbirdCore HTTP1Channel.swift
[1161/1215] Compiling HummingbirdCore HTTPChannelHandler.swift
[1162/1215] Compiling HummingbirdCore HTTPServerBuilder.swift
[1163/1215] Compiling RediStack RedisConnection+Configuration.swift
[1164/1215] Compiling RediStack RedisConnection.swift
[1165/1215] Compiling RediStack RedisError.swift
[1166/1215] Compiling RediStack RedisKey+TTL.swift
[1167/1215] Emitting module RediStack
[1168/1215] Compiling HummingbirdCore AnyAsyncSequence.swift
[1169/1215] Compiling HummingbirdCore FlatDictionary.swift
[1170/1215] Compiling HummingbirdCore HBParser.swift
[1171/1215] Compiling RediStack RESPValue.swift
[1172/1215] Compiling RediStack RESPValueConvertible.swift
[1173/1215] Compiling RediStack RedisKey.swift
[1174/1215] Compiling RediStack RedisLogging.swift
[1175/1215] Compiling RediStack RedisMetrics.swift
[1176/1215] Compiling RediStack _Deprecations.swift
[1177/1215] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1178/1215] Compiling HummingbirdCore Server.swift
[1179/1215] Compiling HummingbirdCore ServerChildChannel.swift
[1180/1215] Compiling HummingbirdCore ServerConfiguration.swift
[1181/1215] Compiling HummingbirdCore TSTLSOptions.swift
[1182/1215] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1183/1215] Compiling HummingbirdCore URI.swift
[1184/1215] Compiling HummingbirdCore Response.swift
[1185/1215] Compiling HummingbirdCore ResponseBody.swift
[1186/1215] Compiling HummingbirdCore ResponseBodyWriter.swift
[1187/1215] Compiling HummingbirdCore ResponseWriter.swift
[1188/1215] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1189/1215] Compiling HummingbirdCore Deprecations.swift
[1190/1215] Compiling HummingbirdCore Request.swift
[1191/1215] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1213/1219] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1217/1219] 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
[1218/1219] 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
[1219/1219] 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
[1221/1284] 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
[1222/1284] 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
[1223/1284] 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
[1224/1284] 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
[1225/1284] 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
[1226/1284] 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
[1227/1284] 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
[1228/1284] 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
[1229/1284] 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
[1230/1293] 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
[1231/1293] 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
[1232/1293] 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
[1233/1293] 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
[1234/1293] 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
[1235/1293] 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
[1236/1293] 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
[1237/1293] 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
[1238/1293] 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
[1239/1293] 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
[1240/1293] 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
[1241/1293] 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
[1242/1293] 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
[1243/1293] 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
[1244/1293] 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
[1245/1293] 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
[1246/1293] 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
[1247/1293] 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
[1248/1293] 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
[1249/1293] 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
[1250/1293] 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
[1251/1293] 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
[1252/1293] 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
[1253/1293] 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
[1254/1293] 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
[1255/1293] 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
[1256/1293] 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
[1257/1293] 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
[1258/1293] 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
[1259/1293] 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
[1260/1293] 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
[1261/1293] 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
[1262/1293] 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
[1263/1293] 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
[1264/1293] 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
[1265/1293] 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
[1266/1293] 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
[1267/1293] 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
[1268/1293] 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
[1269/1293] 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
[1270/1293] 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
[1271/1293] 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
[1272/1293] 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
[1273/1293] 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
[1274/1293] 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
[1275/1293] 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
[1276/1293] 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
[1277/1293] 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
[1278/1293] 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
[1279/1293] 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
[1280/1293] 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
[1281/1293] 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
[1282/1293] 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
[1283/1293] 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
[1284/1293] 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
[1285/1293] 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
[1286/1293] 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
[1287/1293] 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
[1288/1293] 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
[1289/1293] 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
[1290/1293] 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
[1291/1293] 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
[1292/1293] 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
[1293/1293] 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
[1295/1300] Compiling HummingbirdRedis Deprecations.swift
[1296/1300] Emitting module HummingbirdRedis
[1297/1300] Compiling HummingbirdRedis RedisConnectionPoolService.swift
[1298/1300] Compiling HummingbirdRedis Redis+Codable.swift
/host/spi-builder-workspace/Sources/HummingbirdRedis/Redis+Codable.swift:64:114: warning: type 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
62 |         expiration: RedisSetCommandExpiration? = nil
63 |     ) async throws -> RedisSetCommandResult {
64 |         try await self.set(key, to: JSONEncoder().encode(value), onCondition: condition, expiration: expiration).get()
   |                                                                                                                  `- warning: type 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
65 |     }
66 | }
/host/spi-builder-workspace/.build/checkouts/RediStack/Sources/RediStack/Commands/StringCommands.swift:186:13: note: enum 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
184 |
185 | /// The result of a `SET` command.
186 | public enum RedisSetCommandResult: Hashable {
    |             `- note: enum 'RedisSetCommandResult' does not conform to the 'Sendable' protocol
187 |     /// The command completed successfully.
188 |     case ok
/host/spi-builder-workspace/Sources/HummingbirdRedis/Redis+Codable.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
15 | import Foundation
16 | import NIO
17 | import RediStack
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RediStack'
18 |
19 | extension RedisClient {
[1299/1300] Compiling HummingbirdRedis RedisConfiguration.swift
[1300/1300] Compiling HummingbirdRedis Persist+Redis.swift
Build complete! (304.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "redistack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/RediStack.git"
    }
  ],
  "manifest_display_name" : "hummingbird-redis",
  "name" : "hummingbird-redis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdRedis",
      "targets" : [
        "HummingbirdRedis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdRedisTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdRedisTests",
      "path" : "Tests/HummingbirdRedisTests",
      "product_dependencies" : [
        "Hummingbird",
        "HummingbirdTesting"
      ],
      "sources" : [
        "PersistTests.swift",
        "RedisTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdRedis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdRedis",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdRedis",
      "path" : "Sources/HummingbirdRedis",
      "product_dependencies" : [
        "Hummingbird",
        "RediStack"
      ],
      "product_memberships" : [
        "HummingbirdRedis"
      ],
      "sources" : [
        "Deprecations.swift",
        "Persist+Redis.swift",
        "Redis+Codable.swift",
        "RedisConfiguration.swift",
        "RedisConnectionPoolService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.