The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of hummingbird-redis, reference main (02b2a2), with Swift 6.1 for Linux on 30 Apr 2025 07:38:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-redis.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-redis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 02b2a28 Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#41)
Cloned https://github.com/hummingbird-project/hummingbird-redis.git
Revision (git rev-parse @):
02b2a2844f2679d85201a3e292af9d869e069a1d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-redis.git at main
========================================
Build
========================================
Selected platform:         linux
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/RediStack.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/24423] Fetching hummingbird
[2/29125] Fetching hummingbird, redistack
Fetched https://github.com/swift-server/RediStack.git from cache (0.42s)
[6595/24423] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.86s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (2.71s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[232/6042] Fetching swift-log, swift-metrics
[233/7747] Fetching swift-log, swift-metrics, swift-atomics
[7748/22556] Fetching swift-log, swift-metrics, swift-atomics, swift-nio-ssl
[9526/98117] Fetching swift-log, swift-metrics, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (1.48s)
Fetched https://github.com/apple/swift-log.git from cache (1.48s)
[69407/92075] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.03s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.06s)
Fetched https://github.com/apple/swift-nio.git from cache (4.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.56s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.49s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[1101/5013] Fetching swift-nio-transport-services, swift-service-lifecycle
[3985/9987] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing
[5614/15649] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-extras
[7873/27153] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[18066/41044] 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-nio-transport-services.git from cache (0.35s)
[15839/38425] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.50s)
[24092/33451] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-collections.git
[30137/34355] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/16269] Fetching swift-collections
[4231/21234] Fetching swift-collections, swift-async-algorithms
Fetched https://github.com/swift-server/async-http-client.git from cache (0.98s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.10s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.10s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.12s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
[7647/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.12s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.81s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
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.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.67s)
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.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.50s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.80s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.49s)
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.2.2
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.30.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.26.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
Building for debugging...
[0/450] Write sources
[36/450] Compiling CNIODarwin shim.c
[37/450] Compiling CNIOLinux liburing_shims.c
[38/450] Compiling CNIOWindows WSAStartup.c
[38/450] Compiling _AtomicsShims.c
[40/450] Compiling CNIOWindows shim.c
[41/450] Compiling CNIOWASI CNIOWASI.c
[42/450] Compiling CNIOLLHTTP c_nio_http.c
[43/450] Compiling fiat_p256_adx_sqr.S
[44/450] Compiling CNIOLinux shim.c
[45/450] Compiling CNIOLLHTTP c_nio_api.c
[46/450] Compiling fiat_p256_adx_mul.S
[47/450] Compiling fiat_curve25519_adx_square.S
[48/450] Compiling fiat_curve25519_adx_mul.S
[49/450] Write swift-version-24593BA9C3E375BF.txt
[50/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/453] Compiling CNIOBoringSSLShims shims.c
[53/456] Emitting module _NIOBase64
[53/456] Compiling tls_method.cc
[54/456] Compiling tls13_server.cc
[55/456] Compiling tls_record.cc
[56/464] Compiling tls13_client.cc
[57/489] Compiling tls13_both.cc
[58/489] Compiling tls13_enc.cc
[60/495] Emitting module InternalCollectionsUtilities
[61/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[62/495] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[63/495] Compiling ConcurrencyHelpers LockedValueBox.swift
[64/495] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[65/497] Compiling HTTPTypes ISOLatin1String.swift
[66/498] Compiling HTTPTypes HTTPFieldName.swift
[67/498] Compiling ServiceContextModule ServiceContext.swift
[68/498] Compiling ServiceContextModule ServiceContextKey.swift
[69/498] Emitting module ServiceContextModule
[70/499] Compiling InternalCollectionsUtilities Debugging.swift
[71/499] Compiling InternalCollectionsUtilities Descriptions.swift
[72/499] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/499] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/499] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/499] Compiling InternalCollectionsUtilities Specialize.swift
[76/499] Compiling _NIODataStructures _TinyArray.swift
[77/499] Compiling _NIODataStructures PriorityQueue.swift
[78/499] Compiling _NIOBase64 Base64.swift
[79/500] Emitting module HTTPTypes
[80/500] Compiling HTTPTypes HTTPField.swift
[81/500] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[82/500] Compiling InternalCollectionsUtilities Integer rank.swift
[83/500] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/500] Compiling HTTPTypes HTTPRequest.swift
[86/500] Compiling HTTPTypes HTTPParsedFields.swift
[87/500] Compiling HTTPTypes HTTPResponse.swift
[89/500] Compiling CoreMetrics Metrics.swift
[90/500] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/500] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/500] Compiling InternalCollectionsUtilities UInt+reversed.swift
[93/500] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/506] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/506] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/526] Compiling Instrumentation NoOpInstrument.swift
[98/526] Compiling Instrumentation MultiplexInstrument.swift
[99/526] Compiling Instrumentation Instrument.swift
[100/526] Emitting module Instrumentation
[101/526] Compiling Atomics Primitives.shims.swift
[102/526] Compiling Atomics AtomicInteger.swift
[103/526] Compiling Atomics AtomicOptionalWrappable.swift
[104/528] Compiling Atomics UnsafeAtomic.swift
[105/528] Compiling Atomics UnsafeAtomicLazyReference.swift
[106/528] Compiling Atomics ManagedAtomic.swift
[107/528] Compiling Atomics ManagedAtomicLazyReference.swift
[108/528] Compiling Atomics AtomicMemoryOrderings.swift
[109/528] Compiling Atomics DoubleWord.swift
[110/528] Compiling Logging MetadataProvider.swift
[111/528] Compiling HTTPTypes NIOLock.swift
[112/528] Emitting module ConcurrencyHelpers
[113/528] Compiling ConcurrencyHelpers Lock.swift
[114/528] Compiling Instrumentation InstrumentationSystem.swift
[115/528] Compiling Instrumentation Locks.swift
[116/528] Emitting module Logging
[117/530] Emitting module CoreMetrics
[118/530] Compiling CoreMetrics Locks.swift
[119/531] Compiling Logging Logging.swift
[120/531] Compiling Logging Locks.swift
[121/531] Compiling Logging LogHandler.swift
[122/532] Compiling _NIODataStructures Heap.swift
[123/532] Emitting module _NIODataStructures
[129/533] Compiling Atomics IntegerOperations.swift
[130/533] Compiling Atomics Unmanaged extensions.swift
[131/544] Compiling Atomics AtomicReference.swift
[132/544] Compiling Atomics AtomicStorage.swift
[133/544] Compiling Atomics AtomicValue.swift
[134/669] Compiling Tracing TracingTime.swift
[135/669] Emitting module Tracing
[136/669] Emitting module UnixSignals
[137/669] Compiling Tracing TracerProtocol.swift
[138/669] Compiling Tracing Tracer.swift
[139/669] Compiling UnixSignals UnixSignal.swift
[140/669] Compiling UnixSignals UnixSignalsSequence.swift
[141/670] Compiling Tracing TracerProtocol+Legacy.swift
[143/670] Compiling Tracing SpanProtocol.swift
[144/670] Compiling Tracing NoOpTracer.swift
[145/670] Compiling Tracing InstrumentationSystem+Tracing.swift
[146/671] Compiling _RopeModule Rope+Invariants.swift
[147/671] Compiling _RopeModule Rope+_Node.swift
[148/671] Compiling _RopeModule Rope+_Storage.swift
[149/671] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[150/671] Compiling _RopeModule Rope+_UnsafeHandle.swift
[151/671] Compiling _RopeModule Rope.swift
[152/671] Compiling _RopeModule RopeElement.swift
[154/685] Compiling _RopeModule BigString+UnicodeScalarView.swift
[155/685] Compiling _RopeModule BigSubstring+UTF16View.swift
[156/685] Compiling _RopeModule BigSubstring+UTF8View.swift
[157/685] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[158/685] Compiling _RopeModule BigSubstring.swift
[159/685] Compiling _RopeModule Rope+Builder.swift
[160/685] Compiling _RopeModule Rope+Debugging.swift
[161/685] Compiling _RopeModule BigString+Chunk+Counts.swift
[162/685] Compiling _RopeModule BigString+Chunk+Description.swift
[163/685] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[164/685] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[165/685] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[166/685] Compiling _RopeModule BigString+Chunk+Splitting.swift
[167/685] Compiling _RopeModule BigString+Chunk.swift
[168/685] Compiling _RopeModule BigString+BidirectionalCollection.swift
[169/685] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[170/685] Compiling HeapModule Heap+Descriptions.swift
[171/685] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[172/685] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[173/685] Compiling _RopeModule BigString+Sequence.swift
[174/685] Compiling _RopeModule BigString+TextOutputStream.swift
[175/685] Compiling _RopeModule BigString+Append.swift
[176/685] Compiling _RopeModule BigString+Initializers.swift
[177/685] Compiling _RopeModule BigString+Insert.swift
[178/685] Compiling _RopeModule BigString+Managing Breaks.swift
[178/714] Compiling t1_enc.cc
[180/760] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[181/760] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[182/760] Compiling HashTreeCollections _HashNode+Structural merge.swift
[183/760] Compiling HashTreeCollections _AncestorHashSlots.swift
[184/760] Compiling HashTreeCollections _Bitmap.swift
[185/760] Compiling HashTreeCollections _Bucket.swift
[186/760] Compiling HashTreeCollections _Hash.swift
[187/760] Compiling HashTreeCollections _HashLevel.swift
[188/760] Compiling HashTreeCollections _HashNode+Structural union.swift
[189/760] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[190/760] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[191/760] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[192/760] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[193/760] Compiling HashTreeCollections _HashNode.swift
[194/760] Compiling HashTreeCollections _HashNodeHeader.swift
[195/760] Compiling HashTreeCollections _HashSlot.swift
[196/761] Compiling HeapModule Heap.swift
[197/761] Compiling HeapModule _HeapNode.swift
[198/776] Compiling HeapModule Heap+Invariants.swift
[199/776] Compiling HeapModule Heap+UnsafeHandle.swift
[200/776] Emitting module HeapModule
[201/777] Compiling DequeModule Deque+CustomReflectable.swift
[202/777] Compiling DequeModule Deque+Descriptions.swift
[204/779] Compiling DequeModule _DequeBuffer.swift
[205/779] Compiling DequeModule _DequeBufferHeader.swift
[206/779] Compiling DequeModule Deque+Equatable.swift
[207/779] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[208/779] Compiling HashTreeCollections TreeSet+Hashable.swift
[209/779] Compiling HashTreeCollections TreeSet+Sendable.swift
[210/779] Compiling HashTreeCollections TreeSet+Sequence.swift
[211/779] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[212/779] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[213/779] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[214/779] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[215/779] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[216/779] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[217/779] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[218/789] Compiling DequeModule Deque+Extras.swift
[219/789] Compiling DequeModule Deque+Hashable.swift
[222/789] Compiling DequeModule Deque+Testing.swift
[226/789] Emitting module Atomics
[227/789] Compiling DequeModule Deque+Codable.swift
[228/789] Compiling DequeModule Deque+Collection.swift
[236/790] Compiling DequeModule _DequeSlot.swift
[237/790] Compiling DequeModule _UnsafeWrappedBuffer.swift
[238/790] Compiling HashTreeCollections TreeDictionary.swift
[239/790] Compiling HashTreeCollections TreeSet+Codable.swift
[240/790] Compiling HashTreeCollections TreeSet+Collection.swift
[241/790] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[242/790] Compiling HashTreeCollections TreeSet+Debugging.swift
[243/790] Compiling HashTreeCollections TreeSet+Descriptions.swift
[244/790] Compiling HashTreeCollections TreeSet+Equatable.swift
[245/790] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[246/790] Compiling HashTreeCollections TreeSet+Extras.swift
[247/790] Compiling HashTreeCollections TreeSet+Filter.swift
[248/790] Compiling HashTreeCollections TreeDictionary+Keys.swift
[249/790] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[250/790] Compiling HashTreeCollections TreeDictionary+Merge.swift
[251/790] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[252/790] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[253/790] Compiling HashTreeCollections TreeDictionary+Values.swift
[266/799] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[267/799] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[268/799] Compiling HashTreeCollections TreeDictionary+Filter.swift
[269/799] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[270/799] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/799] Compiling DequeModule Deque._Storage.swift
[286/799] Compiling DequeModule Deque._UnsafeHandle.swift
[287/799] Compiling DequeModule Deque.swift
[288/799] Compiling HTTPTypes HTTPFields.swift
[302/800] Compiling _RopeModule _CharacterRecognizer.swift
[303/800] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[304/800] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[305/800] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[306/800] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[307/800] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[308/800] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[309/800] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[310/800] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[311/800] Compiling HashTreeCollections TreeSet.swift
[312/800] Emitting module OrderedCollections
[313/801] Emitting module DequeModule
[316/802] Compiling HashTreeCollections _HashTreeIterator.swift
[317/802] Compiling HashTreeCollections _HashTreeStatistics.swift
[318/802] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[319/802] Compiling HashTreeCollections _RawHashNode.swift
[320/802] Compiling HashTreeCollections _UnmanagedHashNode.swift
[321/802] Compiling HashTreeCollections _UnsafePath.swift
[322/802] Compiling HashTreeCollections TreeDictionary+Codable.swift
[323/802] Compiling HashTreeCollections TreeDictionary+Collection.swift
[324/802] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[325/802] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[326/802] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[327/847] Emitting module _RopeModule
[328/847] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[329/847] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[330/847] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[331/847] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[332/847] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[333/847] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[334/847] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[335/847] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[336/847] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[337/847] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[338/847] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[339/847] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[340/847] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[341/847] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[342/847] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[343/847] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[344/847] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[345/847] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[346/847] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[347/847] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[348/847] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[349/847] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[350/847] Emitting module Metrics
[351/847] Compiling Metrics Metrics.swift
[352/848] Compiling ssl_versions.cc
[353/848] Compiling ssl_x509.cc
[355/848] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[356/848] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[357/848] Compiling AsyncAlgorithms AsyncChannel.swift
[358/848] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[359/848] Compiling AsyncAlgorithms ChannelStateMachine.swift
[360/848] Compiling AsyncAlgorithms ChannelStorage.swift
[361/848] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[362/848] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[363/848] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[364/848] Compiling AsyncAlgorithms CombineLatestStorage.swift
[365/848] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[365/848] Compiling ssl_transcript.cc
[367/848] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[368/848] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[369/848] Compiling AsyncAlgorithms MergeStateMachine.swift
[370/848] Compiling AsyncAlgorithms MergeStorage.swift
[371/848] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[372/848] Compiling AsyncAlgorithms Rethrow.swift
[373/848] Compiling _RopeModule Rope+Join.swift
[374/848] Compiling _RopeModule Rope+MutatingForEach.swift
[375/848] Compiling _RopeModule Rope+Remove.swift
[376/848] Compiling _RopeModule Rope+RemoveSubrange.swift
[377/848] Compiling _RopeModule Rope+Split.swift
[378/848] Compiling _RopeModule Optional Utilities.swift
[379/848] Compiling _RopeModule String Utilities.swift
[380/848] Compiling _RopeModule String.Index+ABI.swift
[382/854] Emitting module AsyncAlgorithms
[386/854] Compiling AsyncAlgorithms DebounceStateMachine.swift
[387/854] Compiling AsyncAlgorithms DebounceStorage.swift
[388/854] Compiling AsyncAlgorithms Dictionary.swift
[389/854] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[390/854] Compiling AsyncAlgorithms Locking.swift
[417/854] Compiling AsyncAlgorithms SetAlgebra.swift
[418/854] Compiling AsyncAlgorithms UnsafeTransfer.swift
[419/854] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[420/854] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[421/854] Compiling AsyncAlgorithms ZipStateMachine.swift
[427/854] Compiling ssl_stat.cc
[450/855] Emitting module HashTreeCollections
[463/856] Compiling ssl_session.cc
[464/856] Compiling ssl_privkey.cc
[471/856] Compiling AsyncAlgorithms ZipStorage.swift
[471/857] Compiling ssl_file.cc
[473/857] Compiling ssl_key_share.cc
[474/865] Compiling ssl_lib.cc
[475/865] Compiling ssl_credential.cc
[477/865] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[478/866] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[479/866] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[480/866] Emitting module ServiceLifecycle
[481/866] Compiling ServiceLifecycle ServiceRunnerError.swift
[482/866] Compiling ServiceLifecycle CancellationWaiter.swift
[483/866] Compiling ServiceLifecycle GracefulShutdown.swift
[483/866] Compiling ssl_cipher.cc
[484/866] Compiling ssl_buffer.cc
[485/866] Compiling ssl_cert.cc
[486/866] Compiling ssl_asn1.cc
[488/866] Compiling ServiceLifecycle Service.swift
[489/866] Compiling ServiceLifecycle ServiceGroup.swift
[489/867] Compiling ssl_aead_ctx.cc
[491/867] Compiling s3_pkt.cc
[492/867] Compiling s3_lib.cc
[493/867] Compiling s3_both.cc
[494/867] Compiling handshake_server.cc
[495/867] Compiling handshake.cc
[496/867] Compiling handshake_client.cc
[497/867] Compiling encrypted_client_hello.cc
[498/867] Compiling handoff.cc
[499/867] Compiling dtls_record.cc
[500/867] Compiling md5-x86_64-linux.S
[501/867] Compiling md5-x86_64-apple.S
[502/867] Compiling md5-586-linux.S
[503/867] Compiling md5-586-apple.S
[504/867] Compiling extensions.cc
[505/867] Compiling chacha20_poly1305_x86_64-linux.S
[506/867] Compiling chacha20_poly1305_x86_64-apple.S
[507/867] Compiling dtls_method.cc
[508/867] Compiling err_data.cc
[509/867] Compiling chacha20_poly1305_armv8-win.S
[510/867] Compiling chacha20_poly1305_armv8-linux.S
[511/867] Compiling chacha20_poly1305_armv8-apple.S
[512/867] Compiling chacha-x86_64-linux.S
[513/867] Compiling chacha-x86_64-apple.S
[514/867] Compiling chacha-x86-linux.S
[515/867] Compiling d1_srtp.cc
[516/867] Compiling chacha-x86-apple.S
[517/867] Compiling chacha-armv8-win.S
[518/867] Compiling chacha-armv8-linux.S
[519/867] Compiling chacha-armv8-apple.S
[520/867] Compiling aes128gcmsiv-x86_64-linux.S
[521/867] Compiling chacha-armv4-linux.S
[522/867] Compiling aes128gcmsiv-x86_64-apple.S
[523/867] Compiling x86_64-mont5-apple.S
[524/867] Compiling x86_64-mont5-linux.S
[525/867] Compiling x86-mont-linux.S
[526/867] Compiling x86_64-mont-linux.S
[526/867] Compiling x86_64-mont-apple.S
[528/867] Compiling x86-mont-apple.S
[529/867] Compiling bio_ssl.cc
[530/867] Compiling vpaes-x86_64-linux.S
[531/867] Compiling vpaes-x86-apple.S
[532/867] Compiling vpaes-x86_64-apple.S
[533/867] Compiling vpaes-x86-linux.S
[534/867] Compiling vpaes-armv8-win.S
[535/867] Compiling vpaes-armv7-linux.S
[536/867] Compiling vpaes-armv8-linux.S
[537/867] Compiling vpaes-armv8-apple.S
[538/867] Compiling sha512-x86_64-linux.S
[539/867] Compiling sha512-armv8-win.S
[540/867] Compiling sha512-x86_64-apple.S
[541/867] Compiling d1_pkt.cc
[542/867] Compiling sha512-armv4-linux.S
[543/867] Compiling sha512-armv8-linux.S
[544/867] Compiling sha512-armv8-apple.S
[545/867] Compiling sha256-x86_64-apple.S
[546/867] Compiling sha512-586-apple.S
[547/867] Compiling sha512-586-linux.S
[548/867] Compiling d1_lib.cc
[549/867] Compiling sha256-armv8-linux.S
[550/867] Compiling sha256-armv8-win.S
[551/867] Compiling sha256-armv4-linux.S
[552/867] Compiling sha256-x86_64-linux.S
[553/867] Compiling sha256-armv8-apple.S
[554/867] Compiling sha256-586-linux.S
[555/867] Compiling sha256-586-apple.S
[556/867] Compiling sha1-x86_64-linux.S
[557/867] Compiling sha1-armv8-win.S
[558/867] Compiling sha1-armv8-linux.S
[559/867] Compiling sha1-x86_64-apple.S
[559/867] Compiling sha1-586-linux.S
[561/867] Compiling sha1-armv8-apple.S
[561/867] Compiling sha1-armv4-large-linux.S
[563/867] Compiling rsaz-avx2-linux.S
[564/867] Compiling rsaz-avx2-apple.S
[565/867] Compiling sha1-586-apple.S
[566/867] Compiling rdrand-x86_64-apple.S
[567/867] Compiling rdrand-x86_64-linux.S
[568/867] Compiling p256_beeu-x86_64-asm-linux.S
[569/867] Compiling p256_beeu-armv8-asm-win.S
[570/867] Compiling p256_beeu-x86_64-asm-apple.S
[571/867] Compiling p256_beeu-armv8-asm-apple.S
[572/867] Compiling p256_beeu-armv8-asm-linux.S
[573/867] Compiling p256-x86_64-asm-apple.S
[574/867] Compiling p256-armv8-asm-linux.S
[575/867] Compiling p256-armv8-asm-win.S
[576/867] Compiling p256-x86_64-asm-linux.S
[577/867] Compiling p256-armv8-asm-apple.S
[578/867] Compiling ghashv8-armv8-linux.S
[579/867] Compiling ghashv8-armv8-win.S
[580/867] Compiling ghashv8-armv8-apple.S
[581/867] Compiling ghashv8-armv7-linux.S
[582/867] Compiling ghash-x86_64-apple.S
[583/867] Compiling ghash-x86_64-linux.S
[584/867] Compiling ghash-x86-linux.S
[585/867] Compiling ghash-ssse3-x86_64-linux.S
[585/867] Compiling ghash-ssse3-x86_64-apple.S
[587/867] Compiling d1_both.cc
[588/867] Compiling ghash-x86-apple.S
[589/867] Compiling ghash-ssse3-x86-apple.S
[590/867] Compiling ghash-ssse3-x86-linux.S
[591/867] Compiling ghash-neon-armv8-linux.S
[592/867] Compiling ghash-neon-armv8-win.S
[593/867] Compiling ghash-armv4-linux.S
[594/867] Compiling ghash-neon-armv8-apple.S
[595/867] Compiling co-586-linux.S
[596/867] Compiling co-586-apple.S
[597/867] Compiling bn-armv8-win.S
[598/867] Compiling bsaes-armv7-linux.S
[599/867] Compiling bn-586-linux.S
[600/867] Compiling armv8-mont-win.S
[601/867] Compiling bn-armv8-apple.S
[602/867] Compiling bn-armv8-linux.S
[603/867] Compiling armv8-mont-linux.S
[604/867] Compiling bn-586-apple.S
[605/867] Compiling armv8-mont-apple.S
[606/867] Compiling armv4-mont-linux.S
[607/867] Compiling aesv8-gcm-armv8-win.S
[608/867] Compiling aesv8-armv8-win.S
[608/867] Compiling aesv8-gcm-armv8-apple.S
[610/867] Compiling aesv8-gcm-armv8-linux.S
[611/867] Compiling aesv8-armv8-linux.S
[612/867] Compiling aesv8-armv8-apple.S
[613/867] Compiling aesv8-armv7-linux.S
[614/867] Compiling aesni-x86_64-linux.S
[615/867] Compiling aesni-x86-apple.S
[616/867] Compiling aesni-x86-linux.S
[617/867] Compiling aesni-x86_64-apple.S
[618/867] Compiling aesni-gcm-x86_64-apple.S
[619/867] Compiling aesni-gcm-x86_64-linux.S
[620/867] Compiling aes-gcm-avx10-x86_64-linux.S
[621/867] Compiling aes-gcm-avx2-x86_64-linux.S
[622/867] Compiling aes-gcm-avx10-x86_64-apple.S
[623/867] Compiling aes-gcm-avx2-x86_64-apple.S
[624/867] Compiling x_sig.cc
[625/867] Compiling x_x509.cc
[626/867] Compiling x_x509a.cc
[627/867] Compiling x_spki.cc
[628/867] Compiling x_val.cc
[629/867] Compiling x_pubkey.cc
[630/867] Compiling x_req.cc
[631/867] Compiling x_name.cc
[632/867] Compiling x_all.cc
[633/867] Compiling x_crl.cc
[634/867] Compiling x_exten.cc
[635/867] Compiling x_algor.cc
[636/867] Compiling x509rset.cc
[637/867] Compiling x_attrib.cc
[638/867] Compiling x509name.cc
[639/867] Compiling x509spki.cc
[640/867] Compiling x509cset.cc
[641/867] Compiling x509_set.cc
[642/867] Compiling x509_trs.cc
[643/867] Compiling x509_vpm.cc
[644/867] Compiling x509_v3.cc
[645/867] Compiling x509_txt.cc
[646/867] Compiling x509_vfy.cc
[647/867] Compiling x509_req.cc
[648/867] Compiling x509_obj.cc
[649/867] Compiling x509_lu.cc
[650/867] Compiling x509_d2.cc
[651/867] Compiling x509_def.cc
[652/867] Compiling x509_ext.cc
[653/867] Compiling x509_att.cc
[654/867] Compiling x509.cc
[655/867] Compiling x509_cmp.cc
[656/867] Compiling v3_prn.cc
[657/867] Compiling v3_utl.cc
[658/867] Compiling v3_pmaps.cc
[659/867] Compiling v3_purp.cc
[660/867] Compiling v3_skey.cc
[661/867] Compiling v3_ocsp.cc
[662/867] Compiling v3_pcons.cc
[663/867] Compiling v3_ncons.cc
[664/867] Compiling v3_lib.cc
[665/867] Compiling v3_int.cc
[666/867] Compiling v3_extku.cc
[667/867] Compiling v3_enum.cc
[668/867] Compiling v3_ia5.cc
[669/867] Compiling v3_info.cc
[670/867] Compiling v3_genn.cc
[671/867] Compiling v3_crld.cc
[672/867] Compiling v3_cpols.cc
[673/867] Compiling v3_conf.cc
[674/867] Compiling v3_akey.cc
[675/867] Compiling v3_bitst.cc
[676/867] Compiling v3_alt.cc
[677/867] Compiling v3_akeya.cc
[678/867] Compiling t_x509a.cc
[679/867] Compiling v3_bcons.cc
[680/867] Compiling t_x509.cc
[681/867] Compiling i2d_pr.cc
[682/867] Compiling t_crl.cc
[683/867] Compiling rsa_pss.cc
[684/867] Compiling t_req.cc
[685/867] Compiling policy.cc
[686/867] Compiling name_print.cc
[687/867] Compiling by_file.cc
[688/867] Compiling asn1_gen.cc
[689/867] Compiling by_dir.cc
[690/867] Compiling algorithm.cc
[691/867] Compiling a_sign.cc
[692/867] Compiling a_verify.cc
[693/867] Compiling a_digest.cc
[694/867] Compiling voprf.cc
[695/867] Compiling trust_token.cc
[696/867] Compiling thread_win.cc
[697/867] Compiling thread.cc
[698/867] Compiling thread_pthread.cc
[699/867] Compiling thread_none.cc
[700/867] Compiling stack.cc
[701/867] Compiling siphash.cc
[702/867] Compiling sha512.cc
[703/867] Compiling pmbtoken.cc
[704/867] Compiling slhdsa.cc
[705/867] Compiling sha256.cc
[706/867] Compiling sha1.cc
[707/867] Compiling rsa_print.cc
[708/867] Compiling rsa_extra.cc
[709/867] Compiling spake2plus.cc
[710/867] Compiling refcount.cc
[711/867] Compiling rc4.cc
[712/867] Compiling windows.cc
[713/867] Compiling rsa_crypt.cc
[714/867] Compiling trusty.cc
[715/867] Compiling rand.cc
[716/867] Compiling urandom.cc
[717/867] Compiling rsa_asn1.cc
[718/867] Compiling passive.cc
[719/867] Compiling ios.cc
[720/867] Compiling getentropy.cc
[721/867] Compiling poly1305_arm_asm.S
[722/867] Compiling deterministic.cc
[723/867] Compiling fork_detect.cc
[724/867] Compiling forkunsafe.cc
[725/867] Compiling poly1305.cc
[726/867] Compiling poly1305_arm.cc
[727/867] Compiling pool.cc
[728/867] Compiling poly1305_vec.cc
[729/867] Compiling pkcs7.cc
[730/867] Compiling pkcs8.cc
[731/867] Compiling pkcs8_x509.cc
[732/867] Compiling pem_x509.cc
[733/867] Compiling pkcs7_x509.cc
[734/867] Compiling pem_pkey.cc
[735/867] Compiling p5_pbev2.cc
[736/867] Compiling pem_xaux.cc
[737/867] Compiling mlkem.cc
[738/867] Compiling pem_info.cc
[739/867] Compiling obj_xref.cc
[740/867] Compiling pem_lib.cc
[741/867] Compiling pem_oth.cc
[742/867] Compiling obj.cc
[743/867] Compiling pem_pk8.cc
[744/867] Compiling mem.cc
[745/867] Compiling md4.cc
[746/867] Compiling mldsa.cc
[747/867] Compiling md5.cc
[748/867] Compiling fips_shared_support.cc
[749/867] Compiling lhash.cc
[750/867] Compiling poly_rq_mul.S
[751/867] Compiling pem_all.cc
[752/867] Compiling kyber.cc
[753/867] Compiling hrss.cc
[754/867] Compiling sign.cc
[755/867] Compiling ex_data.cc
[756/867] Compiling scrypt.cc
[757/867] Compiling print.cc
[758/867] Compiling hpke.cc
[759/867] Compiling pbkdf.cc
[760/867] Compiling p_x25519.cc
[761/867] Compiling p_x25519_asn1.cc
[762/867] Compiling p_ed25519.cc
[763/867] Compiling p_hkdf.cc
[764/867] Compiling p_ec.cc
[765/867] Compiling p_ed25519_asn1.cc
[766/867] Compiling p_rsa_asn1.cc
[767/867] Compiling p_rsa.cc
[768/867] Compiling p_ec_asn1.cc
[769/867] Compiling p_dh_asn1.cc
[770/867] Compiling p_dh.cc
[771/867] Compiling evp_ctx.cc
[772/867] Compiling err.cc
[773/867] Compiling evp.cc
[774/867] Compiling engine.cc
[775/867] Compiling p_dsa_asn1.cc
[776/867] Compiling evp_asn1.cc
[777/867] Compiling ecdh.cc
[778/867] Compiling ec_derive.cc
[779/867] Compiling hash_to_curve.cc
[780/867] Compiling ecdsa_asn1.cc
[781/867] Compiling dsa.cc
[782/867] Compiling dsa_asn1.cc
[783/867] Compiling ec_asn1.cc
[784/867] Compiling params.cc
[785/867] Compiling x25519-asm-arm.S
[786/867] Compiling des.cc
[787/867] Compiling dh_asn1.cc
[788/867] Compiling digest_extra.cc
[789/867] Compiling crypto.cc
[790/867] Compiling curve25519.cc
[791/867] Compiling spake25519.cc
[792/867] Compiling cpu_arm_linux.cc
[793/867] Compiling cpu_intel.cc
[794/867] Compiling cpu_arm_freebsd.cc
[795/867] Compiling cpu_aarch64_win.cc
[796/867] Compiling cpu_aarch64_sysreg.cc
[797/867] Compiling curve25519_64_adx.cc
[798/867] Compiling bcm.cc
[799/867] Compiling cpu_aarch64_openbsd.cc
[800/867] Compiling cpu_aarch64_linux.cc
[801/867] Compiling cpu_aarch64_fuchsia.cc
[802/867] Compiling cpu_aarch64_apple.cc
[803/867] Compiling get_cipher.cc
[804/867] Compiling e_rc2.cc
[805/867] Compiling e_tls.cc
[806/867] Compiling tls_cbc.cc
[807/867] Compiling conf.cc
[808/867] Compiling e_rc4.cc
[809/867] Compiling e_null.cc
[810/867] Compiling e_aesctrhmac.cc
[811/867] Compiling e_des.cc
[812/867] Compiling derive_key.cc
[813/867] Compiling e_chacha20poly1305.cc
[814/867] Compiling e_aesgcmsiv.cc
[815/867] Compiling chacha.cc
[816/867] Compiling unicode.cc
[817/867] Compiling cbs.cc
[818/867] Compiling cbb.cc
[819/867] Compiling buf.cc
[820/867] Compiling ber.cc
[821/867] Compiling bn_asn1.cc
[822/867] Compiling asn1_compat.cc
[823/867] Compiling convert.cc
[824/867] Compiling socket_helper.cc
[825/867] Compiling blake2.cc
[826/867] Compiling printf.cc
[827/867] Compiling socket.cc
[828/867] Compiling hexdump.cc
[829/867] Compiling fd.cc
[830/867] Compiling pair.cc
[831/867] Compiling file.cc
[832/867] Compiling errno.cc
[833/867] Compiling bio_mem.cc
[834/867] Compiling bio.cc
[835/867] Compiling connect.cc
[836/867] Compiling tasn_fre.cc
[837/867] Compiling tasn_typ.cc
[838/867] Compiling base64.cc
[839/867] Compiling tasn_utl.cc
[840/867] Compiling tasn_enc.cc
[841/867] Compiling f_string.cc
[842/867] Compiling posix_time.cc
[843/867] Compiling f_int.cc
[844/867] Compiling tasn_new.cc
[845/867] Compiling asn_pack.cc
[846/867] Compiling tasn_dec.cc
[847/867] Compiling asn1_par.cc
[848/867] Compiling a_type.cc
[849/867] Compiling a_utctm.cc
[850/867] Compiling a_octet.cc
[851/867] Compiling asn1_lib.cc
[852/867] Compiling a_time.cc
[853/867] Compiling a_strex.cc
[854/867] Compiling a_strnid.cc
[855/867] Compiling a_mbstr.cc
[856/867] Compiling a_i2d_fp.cc
[857/867] Compiling a_dup.cc
[858/867] Compiling a_object.cc
[859/867] Write sources
[860/867] Compiling a_d2i_fp.cc
[861/867] Compiling a_bool.cc
[862/867] Compiling a_gentm.cc
[863/867] Compiling a_int.cc
[864/867] Compiling a_bitstr.cc
[866/920] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[867/920] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[868/920] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[869/920] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[870/920] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[871/920] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[872/920] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[873/927] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[874/927] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[875/927] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[876/927] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[877/927] Compiling BitCollections BitSet+SetAlgebra union.swift
[878/927] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[879/927] Compiling BitCollections BitSet.Counted.swift
[880/927] Compiling BitCollections BitSet+Initializers.swift
[881/927] Compiling BitCollections BitSet+Invariants.swift
[882/927] Compiling BitCollections BitSet+Random.swift
[883/927] Compiling BitCollections BitSet+SetAlgebra basics.swift
[884/927] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[885/927] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[886/927] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[887/927] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[888/927] Compiling BitCollections BitSet+CustomReflectable.swift
[889/927] Compiling BitCollections BitSet+CustomStringConvertible.swift
[890/927] Compiling BitCollections BitSet+Equatable.swift
[891/927] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[892/927] Compiling BitCollections BitSet+Extras.swift
[893/927] Compiling BitCollections BitSet+Hashable.swift
[894/927] Compiling BitCollections BitSet.Index.swift
[895/927] Compiling BitCollections BitSet._UnsafeHandle.swift
[896/927] Compiling BitCollections BitSet.swift
[897/927] Compiling BitCollections Range+Utilities.swift
[898/927] Compiling BitCollections Slice+Utilities.swift
[899/927] Compiling BitCollections UInt+Tricks.swift
[900/927] Compiling BitCollections _Word.swift
[901/927] Compiling BitCollections BitArray+BitwiseOperations.swift
[902/927] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[903/927] Compiling BitCollections BitArray+Codable.swift
[904/927] Compiling BitCollections BitArray+Collection.swift
[905/927] Compiling BitCollections BitArray+Copy.swift
[906/927] Compiling BitCollections BitArray+CustomReflectable.swift
[907/927] Compiling BitCollections BitArray+Descriptions.swift
[908/927] Compiling BitCollections BitArray+Equatable.swift
[909/927] Emitting module BitCollections
[910/927] Compiling BitCollections BitArray+RandomBits.swift
[911/927] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[912/927] Compiling BitCollections BitArray+Shifts.swift
[913/927] Compiling BitCollections BitArray+Testing.swift
[914/927] Compiling BitCollections BitArray._UnsafeHandle.swift
[915/927] Compiling BitCollections BitArray.swift
[916/927] Compiling BitCollections BitSet+BidirectionalCollection.swift
[917/927] Compiling BitCollections BitSet+Codable.swift
[918/927] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[919/927] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[920/927] Compiling BitCollections BitArray+Extras.swift
[921/927] Compiling BitCollections BitArray+Fill.swift
[922/927] Compiling BitCollections BitArray+Hashable.swift
[923/927] Compiling BitCollections BitArray+Initializers.swift
[924/927] Compiling BitCollections BitArray+Invariants.swift
[925/927] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[926/928] Compiling c-nioatomics.c
[928/930] Emitting module Collections
[929/930] Compiling Collections Collections.swift
[929/930] Compiling c-atomics.c
[932/937] Compiling NIOConcurrencyHelpers lock.swift
[933/937] Compiling NIOConcurrencyHelpers NIOLock.swift
[934/937] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[935/937] Emitting module NIOConcurrencyHelpers
[936/937] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[937/937] Compiling NIOConcurrencyHelpers atomics.swift
[939/997] Compiling NIOCore MarkedCircularBuffer.swift
[940/997] Compiling NIOCore MulticastChannel.swift
[941/997] Compiling NIOCore NIOAny.swift
[942/997] Compiling NIOCore NIOCloseOnErrorHandler.swift
[943/997] Compiling NIOCore NIOLoopBound.swift
[944/997] Compiling NIOCore NIOScheduledCallback.swift
[945/997] Compiling NIOCore NIOSendable.swift
[946/997] Compiling NIOCore RecvByteBufferAllocator.swift
[947/1005] Compiling NIOCore GlobalSingletons.swift
[948/1005] Compiling NIOCore IO.swift
[949/1005] Compiling NIOCore IOData.swift
[950/1005] Compiling NIOCore IPProtocol.swift
[951/1005] Compiling NIOCore IntegerBitPacking.swift
[952/1005] Compiling NIOCore IntegerTypes.swift
[953/1005] Compiling NIOCore Interfaces.swift
[954/1005] Compiling NIOCore Linux.swift
[955/1005] Compiling NIOCore ChannelPipeline.swift
[956/1005] Compiling NIOCore CircularBuffer.swift
[957/1005] Compiling NIOCore Codec.swift
[958/1005] Compiling NIOCore ConvenienceOptionSupport.swift
[959/1005] Compiling NIOCore DeadChannel.swift
[960/1005] Compiling NIOCore DispatchQueue+WithFuture.swift
[961/1005] Compiling NIOCore EventLoop+Deprecated.swift
[962/1005] Compiling NIOCore EventLoop+SerialExecutor.swift
[963/1005] Compiling NIOCore EventLoop.swift
[964/1005] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[965/1005] Compiling NIOCore EventLoopFuture+Deprecated.swift
[966/1005] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[967/1005] Compiling NIOCore EventLoopFuture.swift
[968/1005] Compiling NIOCore FileDescriptor.swift
[969/1005] Compiling NIOCore FileHandle.swift
[970/1005] Compiling NIOCore FileRegion.swift
[971/1005] Compiling NIOCore AddressedEnvelope.swift
[972/1005] Compiling NIOCore AsyncAwaitSupport.swift
[973/1005] Compiling NIOCore AsyncChannel.swift
[974/1005] Compiling NIOCore AsyncChannelHandler.swift
[975/1005] Compiling NIOCore AsyncChannelInboundStream.swift
[976/1005] Compiling NIOCore AsyncChannelOutboundWriter.swift
[977/1005] Compiling NIOCore NIOAsyncSequenceProducer.swift
[978/1005] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[979/1005] Compiling NIOCore NIOAsyncWriter.swift
[980/1005] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[981/1005] Compiling NIOCore SocketAddresses.swift
[982/1005] Compiling NIOCore SocketOptionProvider.swift
[983/1005] Compiling NIOCore SystemCallHelpers.swift
[984/1005] Compiling NIOCore TimeAmount+Duration.swift
[985/1005] Compiling NIOCore TypeAssistedChannelHandler.swift
[986/1005] Compiling NIOCore UniversalBootstrapSupport.swift
[987/1005] Compiling NIOCore Utilities.swift
[988/1005] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[989/1005] Compiling NIOCore BSDSocketAPI.swift
[990/1005] Compiling NIOCore ByteBuffer-aux.swift
[991/1005] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[992/1005] Compiling NIOCore ByteBuffer-conversions.swift
[993/1005] Compiling NIOCore ByteBuffer-core.swift
[994/1005] Compiling NIOCore ByteBuffer-hex.swift
[995/1005] Compiling NIOCore ByteBuffer-int.swift
[996/1005] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[997/1005] Compiling NIOCore ByteBuffer-multi-int.swift
[998/1005] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[999/1005] Compiling NIOCore ByteBuffer-views.swift
[1000/1005] Compiling NIOCore Channel.swift
[1001/1005] Compiling NIOCore ChannelHandler.swift
[1002/1005] Compiling NIOCore ChannelHandlers.swift
[1003/1005] Compiling NIOCore ChannelInvoker.swift
[1004/1005] Compiling NIOCore ChannelOption.swift
[1005/1005] Emitting module NIOCore
[1007/1059] Emitting module NIOHTTPTypes
[1008/1059] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1010/1060] Emitting module NIOEmbedded
[1011/1060] Compiling NIOEmbedded AsyncTestingChannel.swift
[1012/1060] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1013/1060] Compiling NIOEmbedded Embedded.swift
[1015/1061] Compiling NIOPosix ServerSocket.swift
[1016/1061] Compiling NIOPosix Socket.swift
[1017/1061] Compiling NIOPosix SocketChannel.swift
[1018/1061] Compiling NIOPosix SocketProtocols.swift
[1019/1061] Compiling NIOPosix System.swift
[1020/1061] Compiling NIOPosix Thread.swift
[1021/1067] Compiling NIOPosix SelectableChannel.swift
[1022/1067] Compiling NIOPosix SelectableEventLoop.swift
[1023/1067] Compiling NIOPosix SelectorEpoll.swift
[1024/1067] Compiling NIOPosix SelectorGeneric.swift
[1025/1067] Compiling NIOPosix SelectorKqueue.swift
[1026/1067] Compiling NIOPosix SelectorUring.swift
[1027/1067] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1028/1067] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1029/1067] Compiling NIOPosix PosixSingletons.swift
[1030/1067] Compiling NIOPosix RawSocketBootstrap.swift
[1031/1067] Compiling NIOPosix Resolver.swift
[1032/1067] Compiling NIOPosix Selectable.swift
[1033/1067] Emitting module NIOPosix
[1034/1067] Compiling NIOPosix ThreadPosix.swift
[1035/1067] Compiling NIOPosix ThreadWindows.swift
[1036/1067] Compiling NIOPosix UnsafeTransfer.swift
[1037/1067] Compiling NIOPosix Utilities.swift
[1038/1067] Compiling NIOPosix VsockAddress.swift
[1039/1067] Compiling NIOPosix VsockChannelEvents.swift
[1040/1067] Compiling NIOPosix Bootstrap.swift
[1041/1067] Compiling NIOPosix ControlMessage.swift
[1042/1067] Compiling NIOPosix DatagramVectorReadManager.swift
[1043/1067] Compiling NIOPosix Errors+Any.swift
[1044/1067] Compiling NIOPosix FileDescriptor.swift
[1045/1067] Compiling NIOPosix GetaddrinfoResolver.swift
[1046/1067] Compiling NIOPosix HappyEyeballs.swift
[1047/1067] Compiling NIOPosix BSDSocketAPICommon.swift
[1048/1067] Compiling NIOPosix BSDSocketAPIPosix.swift
[1049/1067] Compiling NIOPosix BSDSocketAPIWindows.swift
[1050/1067] Compiling NIOPosix BaseSocket.swift
[1051/1067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1052/1067] Compiling NIOPosix BaseSocketChannel.swift
[1053/1067] Compiling NIOPosix BaseStreamSocketChannel.swift
[1054/1067] Compiling NIOPosix IO.swift
[1055/1067] Compiling NIOPosix IntegerBitPacking.swift
[1056/1067] Compiling NIOPosix IntegerTypes.swift
[1057/1067] Compiling NIOPosix Linux.swift
[1058/1067] Compiling NIOPosix LinuxCPUSet.swift
[1059/1067] Compiling NIOPosix LinuxUring.swift
[1060/1067] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1061/1067] Compiling NIOPosix NIOThreadPool.swift
[1062/1067] Compiling NIOPosix NonBlockingFileIO.swift
[1063/1067] Compiling NIOPosix PendingDatagramWritesManager.swift
[1064/1067] Compiling NIOPosix PendingWritesManager.swift
[1065/1067] Compiling NIOPosix PipeChannel.swift
[1066/1067] Compiling NIOPosix PipePair.swift
[1067/1067] Compiling NIOPosix Pool.swift
[1069/1070] Emitting module NIO
[1070/1070] Compiling NIO Exports.swift
[1072/1093] Compiling NIOTLS TLSEvents.swift
[1073/1093] Emitting module NIOTLS
[1074/1093] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1075/1093] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1076/1093] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1077/1093] Compiling NIOTLS SNIHandler.swift
[1079/1094] Emitting module NIOHTTP1
[1080/1096] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1081/1096] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1082/1125] Compiling NIOSSL SSLCallbacks.swift
[1083/1125] Compiling NIOSSL AndroidCABundle.swift
[1084/1125] Compiling NIOSSL SSLCertificate.swift
[1085/1125] Compiling NIOSSL SSLCertificateExtensions.swift
[1086/1125] Compiling NIOSSL IdentityVerification.swift
[1087/1125] Compiling NIOSSL SSLPublicKey.swift
[1088/1125] Compiling NIOSSL NIOSSLClientHandler.swift
[1089/1125] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1090/1125] Compiling NIOSSL ObjectIdentifier.swift
[1091/1125] Compiling NIOSSL PosixPort.swift
[1092/1125] Compiling NIOSSL NIOSSLHandler.swift
[1093/1125] Compiling NIOSSL NIOSSLServerHandler.swift
[1094/1125] Compiling NIOSSL SSLConnection.swift
[1095/1125] Compiling NIOSSL SSLContext.swift
[1096/1125] Compiling NIOSSL LinuxCABundle.swift
[1098/1126] Emitting module NIOSSL
[1099/1151] Compiling NIOSSL NIOSSLSecureBytes.swift
[1100/1151] Compiling NIOSSL RNG.swift
[1101/1151] Compiling NIOSSL SafeCompare.swift
[1102/1151] Compiling NIOSSL Zeroization.swift
[1103/1151] Compiling NIOSSL SSLErrors.swift
[1104/1151] Compiling NIOSSL SSLInit.swift
[1105/1151] Compiling NIOSSL SSLPKCS12Bundle.swift
[1106/1151] Compiling NIOSSL SSLPrivateKey.swift
[1107/1151] Compiling NIOExtras JSONRPCFraming.swift
[1108/1151] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1109/1151] Compiling NIOExtras NIOExtrasError.swift
[1110/1151] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1112/1151] Compiling NIOExtras NIORequestIdentifiable.swift
[1115/1153] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1116/1153] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1117/1153] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1118/1153] Emitting module NIOHTTPTypesHTTP1
[1119/1153] Compiling NIOExtras RequestResponseHandler.swift
[1120/1153] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1121/1154] Compiling NIOExtras PCAPRingBuffer.swift
[1122/1154] Compiling NIOExtras QuiescingHelper.swift
[1124/1154] Compiling NIOSSL TLSConfiguration.swift
[1125/1154] Compiling NIOSSL UniversalBootstrapSupport.swift
[1126/1154] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1127/1154] Compiling NIOExtras DebugInboundEventsHandler.swift
[1128/1154] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1129/1154] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1130/1154] Emitting module NIOExtras
[1131/1154] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1132/1154] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1134/1154] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1135/1154] Compiling NIOExtras LengthFieldPrepender.swift
[1136/1154] Compiling NIOExtras LineBasedFrameDecoder.swift
[1142/1154] Compiling NIOExtras UnsafeTransfer.swift
[1143/1154] Compiling NIOExtras WritePCAPHandler.swift
[1144/1154] Compiling NIOSSL SubjectAlternativeName.swift
[1157/1214] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1158/1214] Compiling HummingbirdCore URI.swift
[1159/1214] Compiling HummingbirdCore Response.swift
[1160/1214] Compiling HummingbirdCore ResponseBody.swift
[1161/1214] Compiling HummingbirdCore Deprecations.swift
[1162/1218] Emitting module RediStack
[1163/1218] Compiling RediStack RedisKey.swift
[1164/1218] Compiling RediStack RedisLogging.swift
[1165/1218] Compiling RediStack RedisMetrics.swift
[1166/1218] Compiling RediStack _Deprecations.swift
[1167/1218] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1168/1218] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1169/1218] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1170/1221] Compiling RediStack StringCommands.swift
[1171/1221] Compiling RediStack ConnectionPool.swift
[1172/1221] Compiling RediStack RedisConnectionPool+Configuration.swift
[1173/1221] Compiling RediStack RedisConnectionPool.swift
[1174/1221] Compiling RediStack RedisConnectionPoolError.swift
[1175/1221] Compiling HummingbirdCore Request.swift
[1176/1221] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1177/1221] Compiling HummingbirdCore RequestBody.swift
[1181/1221] Compiling HummingbirdCore BindAddress.swift
[1182/1221] Compiling HummingbirdCore HTTP1Channel.swift
[1183/1221] Compiling HummingbirdCore HTTPChannelHandler.swift
[1184/1221] Compiling HummingbirdCore HTTPServerBuilder.swift
[1185/1221] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1186/1221] Compiling HummingbirdCore Server.swift
[1187/1221] Compiling HummingbirdCore AnyAsyncSequence.swift
[1188/1221] Compiling HummingbirdCore FlatDictionary.swift
[1189/1221] Compiling HummingbirdCore HBParser.swift
[1190/1221] Compiling HummingbirdCore ServerChildChannel.swift
[1191/1221] Compiling HummingbirdCore ServerConfiguration.swift
[1192/1221] Compiling HummingbirdCore TSTLSOptions.swift
[1193/1221] Compiling HummingbirdCore OutputBuffer.swift
[1194/1221] Compiling HummingbirdCore String+percentEncode.swift
[1195/1221] Compiling HummingbirdCore UnsafeTransfer.swift
[1196/1221] Compiling RediStack SetCommands.swift
[1197/1221] Compiling RediStack SortedSetCommands.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1209/1222] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1224/1287] 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
[1225/1287] 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
[1226/1287] 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
[1227/1287] 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
[1228/1287] 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
[1229/1287] 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
[1230/1287] 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
[1231/1287] 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
[1232/1287] 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
[1233/1296] 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
[1234/1296] 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
[1235/1296] 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
[1236/1296] 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
[1237/1296] 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
[1238/1296] 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
[1239/1296] 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
[1240/1296] 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
[1241/1296] 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
[1242/1296] 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
[1243/1296] 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
[1244/1296] 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
[1245/1296] 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
[1246/1296] 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
[1247/1296] 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
[1248/1296] 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
[1249/1296] 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
[1250/1296] 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
[1251/1296] 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
[1252/1296] 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
[1253/1296] 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
[1254/1296] 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
[1255/1296] 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
[1256/1296] 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
[1257/1296] 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
[1258/1296] 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
[1259/1296] 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
[1260/1296] 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
[1261/1296] 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
[1262/1296] 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
[1263/1296] 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
[1264/1296] 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
[1265/1296] 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
[1266/1296] 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
[1267/1296] 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
[1268/1296] 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
[1269/1296] 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
[1270/1296] 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
[1271/1296] 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
[1272/1296] 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
[1273/1296] 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
[1274/1296] 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
[1275/1296] 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
[1276/1296] 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
[1277/1296] 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
[1278/1296] 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
[1279/1296] 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
[1280/1296] 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
[1281/1296] 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
[1282/1296] 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
[1283/1296] 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
[1284/1296] 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
[1285/1296] 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
[1286/1296] 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
[1287/1296] 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
[1288/1296] 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
[1289/1296] 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
[1290/1296] 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
[1291/1296] 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
[1292/1296] 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
[1293/1296] 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
[1294/1296] 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
[1295/1296] 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
[1296/1296] 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
[1298/1303] Compiling HummingbirdRedis RedisConnectionPoolService.swift
[1299/1303] 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 {
[1300/1303] Compiling HummingbirdRedis RedisConfiguration.swift
[1301/1303] Compiling HummingbirdRedis Deprecations.swift
[1302/1303] Emitting module HummingbirdRedis
[1303/1303] Compiling HummingbirdRedis Persist+Redis.swift
Build complete! (176.10s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.