The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of hummingbird-redis, reference main (8696c1), with Swift 6.1 for Linux on 24 Jun 2025 00:23:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.64.0
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 8696c1e Update from hummingbird-project-template 9f1753de24c31bae77d963d51cc52bff1d895b4e (#42)
Cloned https://github.com/hummingbird-project/hummingbird-redis.git
Revision (git rev-parse @):
8696c1ec8f0829f72edc2762fb0cc696f59c413e
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-4606859-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-server/RediStack.git
[1/24777] Fetching hummingbird
[2/29480] Fetching hummingbird, redistack
Fetched https://github.com/swift-server/RediStack.git from cache (1.94s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.00s)
Computing version for https://github.com/swift-server/RediStack.git
Computed https://github.com/swift-server/RediStack.git at 1.6.2 (6.01s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-metrics.git
[1/1797] Fetching swift-atomics
[595/4003] Fetching swift-atomics, swift-metrics
[1428/7839] Fetching swift-atomics, swift-metrics, swift-log
[5040/22729] Fetching swift-atomics, swift-metrics, swift-log, swift-nio-ssl
[9176/99068] Fetching swift-atomics, swift-metrics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (0.86s)
[7272/96862] Fetching swift-atomics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.17s)
[8975/95065] Fetching swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (9.87s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.94s)
Fetched https://github.com/apple/swift-nio.git from cache (10.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (11.03s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (1.14s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[875/5093] Fetching swift-service-lifecycle, swift-nio-transport-services
[4096/19107] Fetching swift-service-lifecycle, swift-nio-transport-services, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.74s)
[4629/16681] Fetching swift-nio-transport-services, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.77s)
Fetching https://github.com/apple/swift-collections.git
[2103/14014] Fetching async-http-client
Fetching https://github.com/apple/swift-http-types.git
[14015/14918] Fetching async-http-client, swift-http-types
[14377/31558] Fetching async-http-client, swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
[14846/30654] Fetching async-http-client, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
[18175/35639] Fetching async-http-client, swift-collections, swift-async-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.46s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.01s)
[4826/16640] Fetching swift-collections
[7489/22615] Fetching swift-collections, swift-nio-extras
[11416/27641] Fetching swift-collections, swift-nio-extras, swift-distributed-tracing
[13544/39173] Fetching swift-collections, swift-nio-extras, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.08s)
[21825/34147] Fetching swift-collections, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-collections.git from cache (3.50s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.46s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.33s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.82s)
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.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (2.59s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (2.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.06s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (2.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.87s)
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.64s)
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.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.64s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
[373/2785] Fetching swift-asn1, swift-http-structured-headers
[2786/8744] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms
[5408/14943] Fetching swift-asn1, swift-http-structured-headers, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.38s)
[9257/13774] Fetching swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.74s)
Fetching https://github.com/apple/swift-crypto.git
[1/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.98s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.67s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.09s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.60s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/RediStack.git
Working copy of https://github.com/swift-server/RediStack.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Building for debugging...
[0/450] Write sources
[36/450] Compiling CNIOWindows shim.c
[37/450] Compiling CNIOWASI CNIOWASI.c
[37/450] Compiling CNIOLinux liburing_shims.c
[38/450] Compiling CNIOWindows WSAStartup.c
[40/450] Compiling _AtomicsShims.c
[41/450] Compiling CNIODarwin shim.c
[42/450] Compiling CNIOLLHTTP c_nio_http.c
[43/450] Compiling CNIOLinux shim.c
[44/450] Compiling fiat_p256_adx_sqr.S
[45/450] Compiling fiat_p256_adx_mul.S
[46/450] Compiling fiat_curve25519_adx_square.S
[47/450] Compiling CNIOLLHTTP c_nio_api.c
[48/450] Compiling fiat_curve25519_adx_mul.S
[49/450] Write swift-version-24593BA9C3E375BF.txt
[50/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/450] Compiling CNIOBoringSSLShims shims.c
[52/456] Compiling tls_record.cc
[53/456] Compiling tls13_server.cc
[54/456] Compiling tls13_enc.cc
[55/456] Compiling tls_method.cc
[56/464] Compiling tls13_both.cc
[57/464] Compiling tls13_client.cc
[59/492] Emitting module ConcurrencyHelpers
[60/492] Compiling _NIODataStructures PriorityQueue.swift
[61/492] Compiling _NIODataStructures _TinyArray.swift
[62/492] Compiling _NIOBase64 Base64.swift
[63/492] Emitting module _NIOBase64
[64/493] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/493] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/493] Compiling InternalCollectionsUtilities Integer rank.swift
[67/493] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/493] Compiling InternalCollectionsUtilities Debugging.swift
[69/493] Emitting module InternalCollectionsUtilities
[70/493] Compiling InternalCollectionsUtilities Descriptions.swift
[71/493] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/493] Compiling HTTPTypes ISOLatin1String.swift
[73/493] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[74/493] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/495] Compiling ConcurrencyHelpers LockedValueBox.swift
[77/495] Compiling ServiceContextModule ServiceContextKey.swift
[78/495] Emitting module ServiceContextModule
[79/495] Compiling HTTPTypes HTTPField.swift
[80/495] Compiling Logging LogHandler.swift
[81/495] Emitting module HTTPTypes
[82/495] Compiling ServiceContextModule ServiceContext.swift
[83/496] Compiling HTTPTypes HTTPRequest.swift
[84/496] Compiling HTTPTypes HTTPParsedFields.swift
[85/496] Compiling HTTPTypes HTTPResponse.swift
[86/496] Compiling CoreMetrics Metrics.swift
[87/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/521] Compiling Atomics UnsafeAtomic.swift
[95/521] Compiling Atomics UnsafeAtomicLazyReference.swift
[96/523] Compiling Atomics AtomicMemoryOrderings.swift
[97/523] Compiling Atomics DoubleWord.swift
[98/523] Compiling Atomics ManagedAtomic.swift
[99/523] Compiling Atomics ManagedAtomicLazyReference.swift
[100/523] Compiling Atomics AtomicStorage.swift
[101/523] Compiling Atomics AtomicValue.swift
[102/523] Compiling Instrumentation NoOpInstrument.swift
[103/523] Compiling Instrumentation MultiplexInstrument.swift
[104/523] Compiling Atomics OptionalRawRepresentable.swift
[105/523] Compiling Atomics RawRepresentable.swift
[106/523] Compiling Atomics AtomicBool.swift
[107/523] Emitting module Logging
[108/523] Compiling Instrumentation InstrumentationSystem.swift
[109/523] Emitting module Instrumentation
[110/523] Compiling Logging Locks.swift
[111/523] Compiling ConcurrencyHelpers Lock.swift
[112/523] Compiling Instrumentation Instrument.swift
[113/523] Emitting module CoreMetrics
[114/523] Compiling CoreMetrics Locks.swift
[115/523] Compiling Logging MetadataProvider.swift
[116/523] Compiling Instrumentation Locks.swift
[117/526] Compiling HTTPTypes NIOLock.swift
[118/526] Compiling Atomics IntegerOperations.swift
[119/526] Compiling Atomics Unmanaged extensions.swift
[120/526] Compiling Logging Logging.swift
[121/526] Emitting module _NIODataStructures
[122/526] Compiling _NIODataStructures Heap.swift
[125/528] Compiling Atomics AtomicInteger.swift
[126/528] Compiling Atomics AtomicOptionalWrappable.swift
[127/528] Compiling Atomics AtomicReference.swift
[131/669] Compiling HeapModule _HeapNode.swift
[132/669] Compiling HeapModule Heap.swift
[133/669] Compiling Tracing TracingTime.swift
[134/669] Compiling Tracing TracerProtocol.swift
[135/669] Compiling HeapModule Heap+Invariants.swift
[136/669] Compiling HeapModule Heap+Descriptions.swift
[137/669] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[138/669] Compiling HeapModule Heap+UnsafeHandle.swift
[139/669] Compiling Tracing InstrumentationSystem+Tracing.swift
[140/669] Emitting module Tracing
[141/669] Emitting module HeapModule
[142/670] Compiling UnixSignals UnixSignal.swift
[143/670] Emitting module UnixSignals
[144/670] Compiling UnixSignals UnixSignalsSequence.swift
[147/671] Compiling _RopeModule Rope+Invariants.swift
[148/671] Compiling _RopeModule Rope+_Node.swift
[149/671] Compiling _RopeModule Rope+_Storage.swift
[150/671] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[151/671] Compiling _RopeModule Rope+_UnsafeHandle.swift
[152/671] Compiling _RopeModule Rope.swift
[153/671] Compiling _RopeModule RopeElement.swift
[154/671] Compiling _RopeModule BigString+Debugging.swift
[155/671] Compiling _RopeModule BigString+Index.swift
[156/671] Compiling _RopeModule BigString+Ingester.swift
[157/671] Compiling _RopeModule BigString+Invariants.swift
[158/671] Compiling _RopeModule BigString+Iterators.swift
[159/671] Compiling _RopeModule BigString+Metrics.swift
[160/671] Compiling _RopeModule BigString+Summary.swift
[161/678] Compiling Tracing Tracer.swift
[162/678] Compiling Tracing TracerProtocol+Legacy.swift
[162/680] Compiling t1_enc.cc
[164/680] Compiling _RopeModule BigString+Sequence.swift
[165/680] Compiling _RopeModule BigString+TextOutputStream.swift
[166/680] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[167/680] Compiling _RopeModule BigString+Chunk+Breaks.swift
[168/680] Compiling _RopeModule BigString+Chunk+Counts.swift
[169/680] Compiling _RopeModule BigString+Chunk+Description.swift
[170/680] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[171/680] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[172/680] Compiling _RopeModule BigString.swift
[173/680] Compiling _RopeModule BigString+UnicodeScalarView.swift
[174/680] Compiling _RopeModule BigSubstring+UTF16View.swift
[175/680] Compiling _RopeModule BigSubstring+UTF8View.swift
[176/680] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[177/680] Compiling _RopeModule BigSubstring.swift
[178/680] Compiling _RopeModule Rope+Builder.swift
[179/680] Compiling _RopeModule Rope+Debugging.swift
[180/680] Compiling _RopeModule BigString+RemoveSubrange.swift
[181/680] Compiling _RopeModule BigString+ReplaceSubrange.swift
[182/680] Compiling _RopeModule BigString+Split.swift
[183/680] Compiling _RopeModule Range+BigString.swift
[184/680] Compiling _RopeModule BigString+UTF16View.swift
[185/680] Compiling _RopeModule BigString+UTF8View.swift
[186/680] Compiling _RopeModule BigString+Builder.swift
[187/680] Compiling _RopeModule BigString+Contents.swift
[188/680] Compiling Tracing NoOpTracer.swift
[189/680] Compiling Tracing SpanProtocol.swift
[191/772] Compiling DequeModule Deque+CustomReflectable.swift
[192/772] Compiling DequeModule Deque+Descriptions.swift
[193/774] Emitting module Atomics
[194/774] Compiling DequeModule _DequeBuffer.swift
[195/774] Compiling DequeModule _DequeBufferHeader.swift
[196/774] Compiling HashTreeCollections TreeSet+Hashable.swift
[197/774] Compiling HashTreeCollections TreeSet+Sendable.swift
[198/774] Compiling HashTreeCollections TreeSet+Sequence.swift
[199/774] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[200/774] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[201/774] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[202/774] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[203/774] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[204/774] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[205/774] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[206/784] Compiling DequeModule Deque+Extras.swift
[207/784] Compiling DequeModule Deque+Hashable.swift
[208/784] Compiling DequeModule _DequeSlot.swift
[209/784] Compiling DequeModule _UnsafeWrappedBuffer.swift
[210/784] Emitting module _RopeModule
[211/793] Compiling HTTPTypes HTTPFieldName.swift
[212/793] Compiling HTTPTypes HTTPFields.swift
[214/794] Compiling HashTreeCollections TreeDictionary.swift
[215/794] Compiling HashTreeCollections TreeSet+Codable.swift
[216/794] Compiling HashTreeCollections TreeSet+Collection.swift
[217/794] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[218/794] Compiling HashTreeCollections TreeSet+Debugging.swift
[219/794] Compiling HashTreeCollections TreeSet+Descriptions.swift
[220/794] Compiling HashTreeCollections TreeSet+Equatable.swift
[221/794] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[222/794] Compiling HashTreeCollections TreeSet+Extras.swift
[223/794] Compiling HashTreeCollections TreeSet+Filter.swift
[224/794] Compiling DequeModule Deque._UnsafeHandle.swift
[225/794] Compiling DequeModule Deque.swift
[226/794] Compiling DequeModule Deque+Testing.swift
[227/795] Compiling DequeModule Deque+Equatable.swift
[228/795] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[230/795] Compiling DequeModule Deque._Storage.swift
[233/795] Compiling DequeModule Deque+Codable.swift
[234/795] Compiling DequeModule Deque+Collection.swift
[251/795] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[252/795] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[253/795] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[254/795] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[255/795] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[256/795] Compiling HashTreeCollections _HashNode+Structural merge.swift
[257/795] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[258/795] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[259/795] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[260/795] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[261/795] Compiling HashTreeCollections TreeDictionary+Filter.swift
[262/795] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[263/795] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[264/795] Compiling HashTreeCollections TreeDictionary+Keys.swift
[265/795] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[266/795] Compiling HashTreeCollections TreeDictionary+Merge.swift
[267/795] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[268/795] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[269/795] Compiling HashTreeCollections TreeDictionary+Values.swift
[291/795] Compiling _RopeModule _CharacterRecognizer.swift
[292/795] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[293/795] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[294/795] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[295/795] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[296/795] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[297/795] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[298/795] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[299/795] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[300/795] Compiling HashTreeCollections TreeSet.swift
[308/795] Emitting module DequeModule
[309/796] Compiling ssl_versions.cc
[311/796] Emitting module OrderedCollections
[312/797] Compiling HashTreeCollections _HashTreeIterator.swift
[313/797] Compiling HashTreeCollections _HashTreeStatistics.swift
[314/797] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[315/797] Compiling HashTreeCollections _RawHashNode.swift
[316/797] Compiling HashTreeCollections _UnmanagedHashNode.swift
[317/797] Compiling HashTreeCollections _UnsafePath.swift
[318/797] Compiling HashTreeCollections TreeDictionary+Codable.swift
[319/797] Compiling HashTreeCollections TreeDictionary+Collection.swift
[320/797] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[321/797] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[322/797] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[323/797] Compiling ssl_x509.cc
[325/842] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[326/842] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[327/842] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[328/842] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[329/842] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[330/842] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[331/842] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[332/842] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[333/842] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[334/842] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[335/842] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[335/842] Compiling ssl_session.cc
[337/842] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[338/842] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[339/842] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[340/842] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[341/842] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[342/842] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[343/842] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[344/842] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[345/842] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[346/842] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[347/842] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[348/842] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[349/842] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[350/842] Compiling AsyncAlgorithms AsyncChannel.swift
[351/842] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[352/842] Compiling AsyncAlgorithms ChannelStateMachine.swift
[353/842] Compiling AsyncAlgorithms ChannelStorage.swift
[354/842] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[355/842] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[356/842] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[357/842] Compiling AsyncAlgorithms CombineLatestStorage.swift
[358/842] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[359/842] Emitting module AsyncAlgorithms
[359/848] Compiling ssl_transcript.cc
[361/848] Compiling _RopeModule Rope+Join.swift
[362/848] Compiling _RopeModule Rope+MutatingForEach.swift
[363/848] Compiling _RopeModule Rope+Remove.swift
[364/848] Compiling _RopeModule Rope+RemoveSubrange.swift
[365/848] Compiling _RopeModule Rope+Split.swift
[366/848] Compiling _RopeModule Optional Utilities.swift
[367/848] Compiling _RopeModule String Utilities.swift
[368/848] Compiling _RopeModule String.Index+ABI.swift
[376/848] Emitting module Metrics
[377/848] Compiling Metrics Metrics.swift
[401/849] Compiling AsyncAlgorithms DebounceStateMachine.swift
[402/849] Compiling AsyncAlgorithms DebounceStorage.swift
[403/849] Compiling AsyncAlgorithms Dictionary.swift
[404/849] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[405/849] Compiling AsyncAlgorithms Locking.swift
[406/849] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[407/849] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[408/849] Compiling AsyncAlgorithms MergeStateMachine.swift
[409/849] Compiling AsyncAlgorithms MergeStorage.swift
[410/849] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[411/849] Compiling AsyncAlgorithms Rethrow.swift
[412/849] Compiling AsyncAlgorithms SetAlgebra.swift
[413/849] Compiling AsyncAlgorithms UnsafeTransfer.swift
[414/849] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[415/849] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[416/849] Compiling AsyncAlgorithms ZipStateMachine.swift
[416/849] Compiling ssl_stat.cc
[433/850] Compiling ssl_privkey.cc
[435/850] Emitting module HashTreeCollections
[466/851] Compiling AsyncAlgorithms ZipStorage.swift
[467/852] Compiling ssl_file.cc
[468/852] Compiling ssl_key_share.cc
[469/852] Compiling ssl_lib.cc
[470/860] Compiling ssl_credential.cc
[472/860] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[473/861] Emitting module ServiceLifecycle
[474/861] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[474/861] Compiling ssl_buffer.cc
[475/861] Compiling ssl_cipher.cc
[477/861] Compiling ServiceLifecycle ServiceRunnerError.swift
[478/861] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[478/861] Compiling ssl_cert.cc
[480/861] Compiling ServiceLifecycle Service.swift
[481/861] Compiling ServiceLifecycle CancellationWaiter.swift
[482/861] Compiling ServiceLifecycle ServiceGroup.swift
[483/861] Compiling ServiceLifecycle GracefulShutdown.swift
[484/862] Compiling ssl_asn1.cc
[485/862] Compiling ssl_aead_ctx.cc
[486/862] Compiling s3_pkt.cc
[487/862] Compiling s3_both.cc
[488/862] Compiling s3_lib.cc
[489/862] Compiling handshake_server.cc
[490/862] Compiling handshake_client.cc
[491/862] Compiling handshake.cc
[492/862] Compiling dtls_method.cc
[493/862] Compiling handoff.cc
[494/862] Compiling bio_ssl.cc
[495/862] Compiling encrypted_client_hello.cc
[496/862] Compiling md5-x86_64-linux.S
[497/862] Compiling extensions.cc
[498/862] Compiling md5-x86_64-apple.S
[499/862] Compiling d1_srtp.cc
[500/862] Compiling md5-586-apple.S
[501/862] Compiling md5-586-linux.S
[502/862] Compiling chacha20_poly1305_x86_64-linux.S
[503/862] Compiling chacha20_poly1305_armv8-win.S
[504/862] Compiling chacha20_poly1305_x86_64-apple.S
[505/862] Compiling chacha20_poly1305_armv8-linux.S
[506/862] Compiling chacha20_poly1305_armv8-apple.S
[507/862] Compiling chacha-x86_64-linux.S
[508/862] Compiling chacha-x86_64-apple.S
[509/862] Compiling chacha-x86-linux.S
[510/862] Compiling chacha-armv8-win.S
[511/862] Compiling chacha-x86-apple.S
[512/862] Compiling chacha-armv8-linux.S
[513/862] Compiling chacha-armv8-apple.S
[514/862] Compiling chacha-armv4-linux.S
[515/862] Compiling aes128gcmsiv-x86_64-linux.S
[515/862] Compiling dtls_record.cc
[517/862] Compiling d1_both.cc
[518/862] Compiling aes128gcmsiv-x86_64-apple.S
[519/862] Compiling x86_64-mont5-apple.S
[520/862] Compiling x86_64-mont-linux.S
[521/862] Compiling x86_64-mont-apple.S
[522/862] Compiling err_data.cc
[523/862] Compiling x86_64-mont5-linux.S
[524/862] Compiling x86-mont-linux.S
[525/862] Compiling x86-mont-apple.S
[526/862] Compiling vpaes-x86_64-linux.S
[527/862] Compiling vpaes-armv8-linux.S
[528/862] Compiling vpaes-armv8-win.S
[529/862] Compiling vpaes-x86-linux.S
[530/862] Compiling vpaes-x86_64-apple.S
[531/862] Compiling vpaes-armv8-apple.S
[532/862] Compiling vpaes-x86-apple.S
[533/862] Compiling sha512-armv8-linux.S
[534/862] Compiling vpaes-armv7-linux.S
[535/862] Compiling sha512-armv8-win.S
[536/862] Compiling sha512-armv4-linux.S
[537/862] Compiling sha512-586-linux.S
[538/862] Compiling sha512-armv8-apple.S
[538/862] Compiling sha512-x86_64-apple.S
[540/862] Compiling sha512-x86_64-linux.S
[541/862] Compiling sha512-586-apple.S
[542/862] Compiling sha256-armv8-win.S
[543/862] Compiling sha256-x86_64-apple.S
[544/862] Compiling sha256-x86_64-linux.S
[545/862] Compiling sha256-armv8-linux.S
[546/862] Compiling sha256-armv4-linux.S
[547/862] Compiling sha256-armv8-apple.S
[548/862] Compiling sha256-586-linux.S
[549/862] Compiling sha1-x86_64-apple.S
[550/862] Compiling sha256-586-apple.S
[551/862] Compiling sha1-x86_64-linux.S
[552/862] Compiling sha1-armv8-win.S
[553/862] Compiling sha1-armv8-linux.S
[554/862] Compiling sha1-armv8-apple.S
[555/862] Compiling sha1-armv4-large-linux.S
[556/862] Compiling sha1-586-linux.S
[557/862] Compiling sha1-586-apple.S
[558/862] Compiling rsaz-avx2-apple.S
[559/862] Compiling rdrand-x86_64-apple.S
[560/862] Compiling rdrand-x86_64-linux.S
[561/862] Compiling rsaz-avx2-linux.S
[562/862] Compiling p256_beeu-x86_64-asm-linux.S
[563/862] Compiling p256_beeu-x86_64-asm-apple.S
[564/862] Compiling d1_pkt.cc
[565/862] Compiling p256_beeu-armv8-asm-win.S
[566/862] Compiling p256_beeu-armv8-asm-apple.S
[567/862] Compiling p256-x86_64-asm-apple.S
[568/862] Compiling p256-armv8-asm-win.S
[569/862] Compiling p256_beeu-armv8-asm-linux.S
[570/862] Compiling p256-x86_64-asm-linux.S
[571/862] Compiling p256-armv8-asm-linux.S
[572/862] Compiling p256-armv8-asm-apple.S
[573/862] Compiling ghashv8-armv8-linux.S
[574/862] Compiling ghashv8-armv8-win.S
[575/862] Compiling ghashv8-armv7-linux.S
[576/862] Compiling ghashv8-armv8-apple.S
[577/862] Compiling ghash-x86_64-apple.S
[578/862] Compiling ghash-x86_64-linux.S
[579/862] Compiling ghash-ssse3-x86_64-linux.S
[580/862] Compiling ghash-x86-linux.S
[581/862] Compiling ghash-x86-apple.S
[582/862] Compiling ghash-ssse3-x86_64-apple.S
[583/862] Compiling ghash-ssse3-x86-linux.S
[584/862] Compiling ghash-ssse3-x86-apple.S
[585/862] Compiling ghash-neon-armv8-win.S
[586/862] Compiling ghash-neon-armv8-linux.S
[587/862] Compiling ghash-neon-armv8-apple.S
[588/862] Compiling co-586-linux.S
[589/862] Compiling ghash-armv4-linux.S
[590/862] Compiling co-586-apple.S
[591/862] Compiling bn-armv8-win.S
[592/862] Compiling bsaes-armv7-linux.S
[593/862] Compiling bn-586-apple.S
[594/862] Compiling bn-armv8-apple.S
[595/862] Compiling bn-armv8-linux.S
[596/862] Compiling bn-586-linux.S
[597/862] Compiling armv8-mont-win.S
[598/862] Compiling armv4-mont-linux.S
[599/862] Compiling armv8-mont-linux.S
[600/862] Compiling armv8-mont-apple.S
[601/862] Compiling aesv8-gcm-armv8-linux.S
[602/862] Compiling aesv8-gcm-armv8-win.S
[603/862] Compiling aesv8-armv8-win.S
[604/862] Compiling aesv8-gcm-armv8-apple.S
[605/862] Compiling aesv8-armv8-linux.S
[606/862] Compiling d1_lib.cc
[607/862] Compiling aesv8-armv7-linux.S
[608/862] Compiling aesni-x86_64-linux.S
[609/862] Compiling aesv8-armv8-apple.S
[610/862] Compiling aesni-x86_64-apple.S
[611/862] Compiling aesni-x86-apple.S
[612/862] Compiling aesni-x86-linux.S
[613/862] Compiling aesni-gcm-x86_64-apple.S
[614/862] Compiling aes-gcm-avx2-x86_64-apple.S
[615/862] Compiling aes-gcm-avx2-x86_64-linux.S
[616/862] Compiling aes-gcm-avx10-x86_64-apple.S
[617/862] Compiling aesni-gcm-x86_64-linux.S
[618/862] Compiling aes-gcm-avx10-x86_64-linux.S
[619/862] Compiling x_sig.cc
[620/862] Compiling x_x509a.cc
[621/862] Compiling x_spki.cc
[622/862] Compiling x_name.cc
[622/862] Compiling x_val.cc
[624/862] Compiling x_x509.cc
[625/862] Compiling x_pubkey.cc
[626/862] Compiling x_req.cc
[627/862] Compiling x_exten.cc
[628/862] Compiling x_algor.cc
[629/862] Compiling x509spki.cc
[630/862] Compiling x_attrib.cc
[631/862] Compiling x_all.cc
[632/862] Compiling x_crl.cc
[633/862] Compiling x509rset.cc
[634/862] Compiling x509name.cc
[635/862] Compiling x509cset.cc
[636/862] Compiling x509_obj.cc
[637/862] Compiling x509_vpm.cc
[638/862] Compiling x509_txt.cc
[639/862] Compiling x509_vfy.cc
[640/862] Compiling x509_v3.cc
[641/862] Compiling x509_req.cc
[642/862] Compiling x509_set.cc
[643/862] Compiling x509_trs.cc
[644/862] Compiling x509_lu.cc
[645/862] Compiling x509_def.cc
[646/862] Compiling x509_ext.cc
[647/862] Compiling x509_d2.cc
[648/862] Compiling x509_cmp.cc
[649/862] Compiling x509.cc
[650/862] Compiling x509_att.cc
[651/862] Compiling v3_utl.cc
[652/862] Compiling v3_skey.cc
[653/862] Compiling v3_prn.cc
[654/862] Compiling v3_purp.cc
[655/862] Compiling v3_pcons.cc
[656/862] Compiling v3_pmaps.cc
[657/862] Compiling v3_ocsp.cc
[658/862] Compiling v3_ncons.cc
[659/862] Compiling v3_lib.cc
[660/862] Compiling v3_int.cc
[661/862] Compiling v3_info.cc
[662/862] Compiling v3_extku.cc
[663/862] Compiling v3_genn.cc
[664/862] Compiling v3_ia5.cc
[665/862] Compiling v3_enum.cc
[666/862] Compiling v3_crld.cc
[667/862] Compiling v3_cpols.cc
[668/862] Compiling v3_bitst.cc
[669/862] Compiling v3_conf.cc
[670/862] Compiling v3_akeya.cc
[671/862] Compiling v3_alt.cc
[672/862] Compiling v3_bcons.cc
[673/862] Compiling v3_akey.cc
[674/862] Compiling t_x509a.cc
[675/862] Compiling t_req.cc
[676/862] Compiling t_x509.cc
[677/862] Compiling i2d_pr.cc
[678/862] Compiling t_crl.cc
[679/862] Compiling rsa_pss.cc
[680/862] Compiling name_print.cc
[681/862] Compiling policy.cc
[682/862] Compiling by_file.cc
[683/862] Compiling asn1_gen.cc
[684/862] Compiling by_dir.cc
[685/862] Compiling algorithm.cc
[686/862] Compiling voprf.cc
[687/862] Compiling a_verify.cc
[688/862] Compiling a_digest.cc
[689/862] Compiling a_sign.cc
[690/862] Compiling thread_win.cc
[691/862] Compiling trust_token.cc
[692/862] Compiling thread_pthread.cc
[693/862] Compiling thread_none.cc
[694/862] Compiling thread.cc
[695/862] Compiling pmbtoken.cc
[696/862] Compiling sha512.cc
[697/862] Compiling siphash.cc
[698/862] Compiling stack.cc
[699/862] Compiling spake2plus.cc
[700/862] Compiling sha256.cc
[701/862] Compiling sha1.cc
[702/862] Compiling slhdsa.cc
[703/862] Compiling rsa_print.cc
[704/862] Compiling rsa_extra.cc
[705/862] Compiling rc4.cc
[706/862] Compiling rsa_crypt.cc
[707/862] Compiling refcount.cc
[708/862] Compiling windows.cc
[709/862] Compiling urandom.cc
[710/862] Compiling trusty.cc
[711/862] Compiling getentropy.cc
[712/862] Compiling rand.cc
[713/862] Compiling rsa_asn1.cc
[714/862] Compiling ios.cc
[715/862] Compiling passive.cc
[716/862] Compiling poly1305_arm_asm.S
[717/862] Compiling fork_detect.cc
[718/862] Compiling forkunsafe.cc
[719/862] Compiling deterministic.cc
[720/862] Compiling poly1305_arm.cc
[721/862] Compiling poly1305.cc
[722/862] Compiling poly1305_vec.cc
[723/862] Compiling pool.cc
[724/862] Compiling pkcs7.cc
[725/862] Compiling p5_pbev2.cc
[726/862] Compiling pkcs8_x509.cc
[727/862] Compiling pkcs7_x509.cc
[728/862] Compiling pkcs8.cc
[729/862] Compiling pem_x509.cc
[730/862] Compiling pem_xaux.cc
[731/862] Compiling pem_pkey.cc
[732/862] Compiling pem_pk8.cc
[733/862] Compiling mlkem.cc
[734/862] Compiling obj_xref.cc
[735/862] Compiling mldsa.cc
[736/862] Compiling pem_oth.cc
[737/862] Compiling pem_info.cc
[738/862] Compiling obj.cc
[739/862] Compiling pem_lib.cc
[740/862] Compiling mem.cc
[741/862] Compiling md5.cc
[742/862] Compiling pem_all.cc
[743/862] Compiling poly_rq_mul.S
[743/862] Compiling fips_shared_support.cc
[745/862] Compiling lhash.cc
[746/862] Compiling md4.cc
[747/862] Compiling ex_data.cc
[748/862] Compiling sign.cc
[749/862] Compiling hrss.cc
[750/862] Compiling kyber.cc
[751/862] Compiling scrypt.cc
[752/862] Compiling print.cc
[753/862] Compiling hpke.cc
[754/862] Compiling pbkdf.cc
[755/862] Compiling p_x25519.cc
[756/862] Compiling p_x25519_asn1.cc
[757/862] Compiling p_hkdf.cc
[758/862] Compiling p_ed25519.cc
[759/862] Compiling p_rsa_asn1.cc
[760/862] Compiling p_rsa.cc
[761/862] Compiling p_ed25519_asn1.cc
[762/862] Compiling p_ec.cc
[763/862] Compiling p_ec_asn1.cc
[764/862] Compiling p_dh_asn1.cc
[765/862] Compiling p_dh.cc
[766/862] Compiling p_dsa_asn1.cc
[767/862] Compiling evp_ctx.cc
[768/862] Compiling evp.cc
[769/862] Compiling evp_asn1.cc
[770/862] Compiling err.cc
[770/862] Compiling engine.cc
[772/862] Compiling ecdh.cc
[773/862] Compiling hash_to_curve.cc
[774/862] Compiling ecdsa_asn1.cc
[775/862] Compiling ec_derive.cc
[776/862] Compiling dsa.cc
[777/862] Compiling dsa_asn1.cc
[778/862] Compiling ec_asn1.cc
[779/862] Compiling des.cc
[780/862] Compiling params.cc
[781/862] Compiling x25519-asm-arm.S
[782/862] Compiling dh_asn1.cc
[783/862] Compiling digest_extra.cc
[784/862] Compiling spake25519.cc
[785/862] Compiling crypto.cc
[786/862] Compiling cpu_intel.cc
[787/862] Compiling bcm.cc
[788/862] Compiling cpu_arm_linux.cc
[789/862] Compiling cpu_arm_freebsd.cc
[790/862] Compiling curve25519.cc
[791/862] Compiling cpu_aarch64_win.cc
[792/862] Compiling cpu_aarch64_openbsd.cc
[793/862] Compiling cpu_aarch64_sysreg.cc
[794/862] Compiling cpu_aarch64_linux.cc
[795/862] Compiling cpu_aarch64_fuchsia.cc
[796/862] Compiling cpu_aarch64_apple.cc
[797/862] Compiling curve25519_64_adx.cc
[798/862] Compiling conf.cc
[799/862] Compiling tls_cbc.cc
[800/862] Compiling get_cipher.cc
[801/862] Compiling e_rc4.cc
[802/862] Compiling e_tls.cc
[803/862] Compiling e_null.cc
[804/862] Compiling e_rc2.cc
[805/862] Compiling e_aesgcmsiv.cc
[806/862] Compiling e_des.cc
[807/862] Compiling e_chacha20poly1305.cc
[808/862] Compiling e_aesctrhmac.cc
[809/862] Compiling derive_key.cc
[810/862] Compiling chacha.cc
[811/862] Compiling cbb.cc
[812/862] Compiling unicode.cc
[813/862] Compiling buf.cc
[814/862] Compiling cbs.cc
[815/862] Compiling ber.cc
[816/862] Compiling asn1_compat.cc
[817/862] Compiling bn_asn1.cc
[818/862] Compiling convert.cc
[819/862] Compiling blake2.cc
[820/862] Compiling socket.cc
[821/862] Compiling printf.cc
[822/862] Compiling socket_helper.cc
[823/862] Compiling hexdump.cc
[824/862] Compiling pair.cc
[825/862] Compiling file.cc
[826/862] Compiling errno.cc
[827/862] Compiling fd.cc
[828/862] Compiling bio.cc
[829/862] Compiling connect.cc
[830/862] Compiling bio_mem.cc
[831/862] Compiling base64.cc
[832/862] Compiling tasn_fre.cc
[833/862] Compiling tasn_typ.cc
[834/862] Compiling posix_time.cc
[835/862] Compiling tasn_enc.cc
[836/862] Compiling tasn_utl.cc
[837/862] Compiling tasn_new.cc
[838/862] Compiling f_string.cc
[839/862] Compiling f_int.cc
[840/862] Compiling asn_pack.cc
[841/862] Compiling tasn_dec.cc
[842/862] Compiling asn1_par.cc
[843/862] Compiling a_utctm.cc
[844/862] Compiling a_type.cc
[845/862] Compiling a_octet.cc
[846/862] Compiling asn1_lib.cc
[847/862] Compiling a_time.cc
[848/862] Compiling a_strnid.cc
[849/862] Compiling a_strex.cc
[850/862] Compiling a_object.cc
[851/862] Compiling a_dup.cc
[852/862] Compiling a_int.cc
[853/862] Compiling a_i2d_fp.cc
[853/862] Write sources
[855/862] Compiling a_d2i_fp.cc
[856/862] Compiling a_mbstr.cc
[857/862] Compiling a_gentm.cc
[858/915] Compiling a_bitstr.cc
[859/915] Compiling a_bool.cc
[861/915] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[862/915] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[863/915] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[864/915] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[865/915] Compiling BitCollections BitSet+SetAlgebra union.swift
[866/915] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[867/915] Compiling BitCollections BitSet.Counted.swift
[868/922] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[869/922] Compiling BitCollections BitSet+CustomReflectable.swift
[870/922] Compiling BitCollections BitSet+CustomStringConvertible.swift
[871/922] Compiling BitCollections BitSet+Equatable.swift
[872/922] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[873/922] Compiling BitCollections BitSet+Extras.swift
[874/922] Compiling BitCollections BitSet+Hashable.swift
[875/922] Compiling BitCollections BitSet+Initializers.swift
[876/922] Compiling BitCollections BitSet+Invariants.swift
[877/922] Compiling BitCollections BitSet+Random.swift
[878/922] Compiling BitCollections BitSet+SetAlgebra basics.swift
[879/922] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[880/922] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[881/922] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[882/922] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[883/922] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[884/922] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[885/922] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[886/922] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[887/922] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[888/922] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[889/922] Emitting module BitCollections
[890/922] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[891/922] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[892/922] Compiling BitCollections BitArray+Extras.swift
[893/922] Compiling BitCollections BitArray+Fill.swift
[894/922] Compiling BitCollections BitArray+Hashable.swift
[895/922] Compiling BitCollections BitArray+Initializers.swift
[896/922] Compiling BitCollections BitArray+Invariants.swift
[897/922] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[898/922] Compiling BitCollections BitArray+RandomBits.swift
[899/922] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[900/922] Compiling BitCollections BitArray+Shifts.swift
[901/922] Compiling BitCollections BitArray+Testing.swift
[902/922] Compiling BitCollections BitArray._UnsafeHandle.swift
[903/922] Compiling BitCollections BitArray.swift
[904/922] Compiling BitCollections BitSet+BidirectionalCollection.swift
[905/922] Compiling BitCollections BitSet+Codable.swift
[906/922] Compiling BitCollections BitArray+BitwiseOperations.swift
[907/922] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[908/922] Compiling BitCollections BitArray+Codable.swift
[909/922] Compiling BitCollections BitArray+Collection.swift
[910/922] Compiling BitCollections BitArray+Copy.swift
[911/922] Compiling BitCollections BitArray+CustomReflectable.swift
[912/922] Compiling BitCollections BitArray+Descriptions.swift
[913/922] Compiling BitCollections BitArray+Equatable.swift
[914/922] Compiling BitCollections BitSet.Index.swift
[915/922] Compiling BitCollections BitSet._UnsafeHandle.swift
[916/922] Compiling BitCollections BitSet.swift
[917/922] Compiling BitCollections Range+Utilities.swift
[918/922] Compiling BitCollections Slice+Utilities.swift
[919/922] Compiling BitCollections UInt+Tricks.swift
[920/922] Compiling BitCollections _Word.swift
[921/923] Compiling c-nioatomics.c
[923/925] Emitting module Collections
[924/925] Compiling Collections Collections.swift
[925/926] Compiling c-atomics.c
[927/932] Compiling NIOConcurrencyHelpers lock.swift
[928/932] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[929/932] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[930/932] Compiling NIOConcurrencyHelpers atomics.swift
[931/932] Emitting module NIOConcurrencyHelpers
[932/932] Compiling NIOConcurrencyHelpers NIOLock.swift
[934/993] Compiling NIOCore MulticastChannel.swift
[935/993] Compiling NIOCore NIOAny.swift
[936/993] Compiling NIOCore NIOCloseOnErrorHandler.swift
[937/993] Compiling NIOCore NIOLoopBound.swift
[938/993] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[939/993] Compiling NIOCore NIOScheduledCallback.swift
[940/993] Compiling NIOCore NIOSendable.swift
[941/993] Compiling NIOCore RecvByteBufferAllocator.swift
[942/1001] Compiling NIOCore IO.swift
[943/1001] Compiling NIOCore IOData.swift
[944/1001] Compiling NIOCore IPProtocol.swift
[945/1001] Compiling NIOCore IntegerBitPacking.swift
[946/1001] Compiling NIOCore IntegerTypes.swift
[947/1001] Compiling NIOCore Interfaces.swift
[948/1001] Compiling NIOCore Linux.swift
[949/1001] Compiling NIOCore MarkedCircularBuffer.swift
[950/1001] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[951/1001] Compiling NIOCore EventLoopFuture+Deprecated.swift
[952/1001] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[953/1001] Compiling NIOCore EventLoopFuture.swift
[954/1001] Compiling NIOCore FileDescriptor.swift
[955/1001] Compiling NIOCore FileHandle.swift
[956/1001] Compiling NIOCore FileRegion.swift
[957/1001] Compiling NIOCore GlobalSingletons.swift
[958/1001] Compiling NIOCore CircularBuffer.swift
[959/1001] Compiling NIOCore Codec.swift
[960/1001] Compiling NIOCore ConvenienceOptionSupport.swift
[961/1001] Compiling NIOCore DeadChannel.swift
[962/1001] Compiling NIOCore DispatchQueue+WithFuture.swift
[963/1001] Compiling NIOCore EventLoop+Deprecated.swift
[964/1001] Compiling NIOCore EventLoop+SerialExecutor.swift
[965/1001] Compiling NIOCore EventLoop.swift
[966/1001] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[967/1001] Compiling NIOCore SocketAddresses.swift
[968/1001] Compiling NIOCore SocketOptionProvider.swift
[969/1001] Compiling NIOCore SystemCallHelpers.swift
[970/1001] Compiling NIOCore TimeAmount+Duration.swift
[971/1001] Compiling NIOCore TypeAssistedChannelHandler.swift
[972/1001] Compiling NIOCore UniversalBootstrapSupport.swift
[973/1001] Compiling NIOCore Utilities.swift
[974/1001] Compiling NIOCore AddressedEnvelope.swift
[975/1001] Compiling NIOCore AsyncAwaitSupport.swift
[976/1001] Compiling NIOCore AsyncChannel.swift
[977/1001] Compiling NIOCore AsyncChannelHandler.swift
[978/1001] Compiling NIOCore AsyncChannelInboundStream.swift
[979/1001] Compiling NIOCore AsyncChannelOutboundWriter.swift
[980/1001] Compiling NIOCore NIOAsyncSequenceProducer.swift
[981/1001] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[982/1001] Compiling NIOCore NIOAsyncWriter.swift
[983/1001] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[984/1001] Compiling NIOCore BSDSocketAPI.swift
[985/1001] Compiling NIOCore ByteBuffer-aux.swift
[986/1001] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[987/1001] Compiling NIOCore ByteBuffer-conversions.swift
[988/1001] Compiling NIOCore ByteBuffer-core.swift
[989/1001] Compiling NIOCore ByteBuffer-hex.swift
[990/1001] Compiling NIOCore ByteBuffer-int.swift
[991/1001] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[992/1001] Compiling NIOCore ByteBuffer-multi-int.swift
[993/1001] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[994/1001] Compiling NIOCore ByteBuffer-views.swift
[995/1001] Compiling NIOCore Channel.swift
[996/1001] Compiling NIOCore ChannelHandler.swift
[997/1001] Compiling NIOCore ChannelHandlers.swift
[998/1001] Compiling NIOCore ChannelInvoker.swift
[999/1001] Compiling NIOCore ChannelOption.swift
[1000/1001] Compiling NIOCore ChannelPipeline.swift
[1001/1001] Emitting module NIOCore
[1003/1054] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1004/1054] Emitting module NIOHTTPTypes
[1006/1055] Emitting module NIOEmbedded
[1007/1055] Compiling NIOEmbedded AsyncTestingChannel.swift
[1008/1055] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1009/1055] Compiling NIOEmbedded Embedded.swift
[1011/1056] Emitting module NIOPosix
[1012/1062] Compiling NIOPosix ServerSocket.swift
[1013/1062] Compiling NIOPosix Socket.swift
[1014/1062] Compiling NIOPosix SocketChannel.swift
[1015/1062] Compiling NIOPosix SocketProtocols.swift
[1016/1062] Compiling NIOPosix System.swift
[1017/1062] Compiling NIOPosix Thread.swift
[1018/1062] Compiling NIOPosix SelectableChannel.swift
[1019/1062] Compiling NIOPosix SelectableEventLoop.swift
[1020/1062] Compiling NIOPosix SelectorEpoll.swift
[1021/1062] Compiling NIOPosix SelectorGeneric.swift
[1022/1062] Compiling NIOPosix SelectorKqueue.swift
[1023/1062] Compiling NIOPosix SelectorUring.swift
[1024/1062] Compiling NIOPosix Pool.swift
[1025/1062] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1026/1062] Compiling NIOPosix PosixSingletons.swift
[1027/1062] Compiling NIOPosix RawSocketBootstrap.swift
[1028/1062] Compiling NIOPosix Resolver.swift
[1029/1062] Compiling NIOPosix Selectable.swift
[1030/1062] Compiling NIOPosix ThreadPosix.swift
[1031/1062] Compiling NIOPosix ThreadWindows.swift
[1032/1062] Compiling NIOPosix UnsafeTransfer.swift
[1033/1062] Compiling NIOPosix Utilities.swift
[1034/1062] Compiling NIOPosix VsockAddress.swift
[1035/1062] Compiling NIOPosix VsockChannelEvents.swift
[1036/1062] Compiling NIOPosix IO.swift
[1037/1062] Compiling NIOPosix IntegerBitPacking.swift
[1038/1062] Compiling NIOPosix IntegerTypes.swift
[1039/1062] Compiling NIOPosix Linux.swift
[1040/1062] Compiling NIOPosix LinuxCPUSet.swift
[1041/1062] Compiling NIOPosix LinuxUring.swift
[1042/1062] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1043/1062] Compiling NIOPosix NIOThreadPool.swift
[1044/1062] Compiling NIOPosix NonBlockingFileIO.swift
[1045/1062] Compiling NIOPosix PendingDatagramWritesManager.swift
[1046/1062] Compiling NIOPosix PendingWritesManager.swift
[1047/1062] Compiling NIOPosix PipeChannel.swift
[1048/1062] Compiling NIOPosix PipePair.swift
[1049/1062] Compiling NIOPosix BSDSocketAPICommon.swift
[1050/1062] Compiling NIOPosix BSDSocketAPIPosix.swift
[1051/1062] Compiling NIOPosix BSDSocketAPIWindows.swift
[1052/1062] Compiling NIOPosix BaseSocket.swift
[1053/1062] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1054/1062] Compiling NIOPosix BaseSocketChannel.swift
[1055/1062] Compiling NIOPosix BaseStreamSocketChannel.swift
[1056/1062] Compiling NIOPosix Bootstrap.swift
[1057/1062] Compiling NIOPosix ControlMessage.swift
[1058/1062] Compiling NIOPosix DatagramVectorReadManager.swift
[1059/1062] Compiling NIOPosix Errors+Any.swift
[1060/1062] Compiling NIOPosix FileDescriptor.swift
[1061/1062] Compiling NIOPosix GetaddrinfoResolver.swift
[1062/1062] Compiling NIOPosix HappyEyeballs.swift
[1064/1065] Compiling NIO Exports.swift
[1065/1065] Emitting module NIO
[1067/1088] Compiling NIOTLS TLSEvents.swift
[1068/1088] Emitting module NIOTLS
[1069/1088] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1070/1088] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1071/1088] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1072/1088] Compiling NIOTLS SNIHandler.swift
[1074/1089] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1075/1089] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1076/1091] Emitting module NIOHTTP1
[1077/1112] Compiling NIOSSL NIOSSLHandler.swift
[1078/1112] Compiling NIOSSL SSLCertificate.swift
[1079/1120] Compiling NIOSSL NIOSSLClientHandler.swift
[1080/1120] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1081/1120] Compiling NIOSSL SSLConnection.swift
[1082/1120] Compiling NIOSSL SSLPrivateKey.swift
[1083/1120] Compiling NIOSSL ObjectIdentifier.swift
[1084/1120] Compiling NIOSSL PosixPort.swift
[1085/1120] Compiling NIOSSL CustomPrivateKey.swift
[1086/1120] Compiling NIOSSL IdentityVerification.swift
[1087/1120] Compiling NIOSSL NIOSSLServerHandler.swift
[1088/1120] Compiling NIOSSL AndroidCABundle.swift
[1089/1120] Compiling NIOSSL ByteBufferBIO.swift
[1090/1120] Compiling NIOSSL SSLCallbacks.swift
[1091/1120] Compiling NIOSSL LinuxCABundle.swift
[1094/1121] Compiling NIOSSL SSLPublicKey.swift
[1095/1121] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1096/1121] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1097/1147] Compiling NIOExtras DebugInboundEventsHandler.swift
[1098/1147] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1099/1147] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1100/1147] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1101/1147] Emitting module NIOSSL
[1102/1147] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1103/1147] Compiling NIOExtras JSONRPCFraming.swift
[1104/1147] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1105/1147] Compiling NIOExtras NIOExtrasError.swift
[1106/1147] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1107/1147] Compiling NIOExtras LengthFieldPrepender.swift
[1108/1147] Compiling NIOExtras LineBasedFrameDecoder.swift
[1109/1147] Compiling NIOExtras PCAPRingBuffer.swift
[1110/1147] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1111/1147] Emitting module NIOHTTPTypesHTTP1
[1114/1149] Compiling NIOSSL SubjectAlternativeName.swift
[1115/1149] Compiling NIOSSL NIOSSLSecureBytes.swift
[1116/1149] Compiling NIOSSL RNG.swift
[1117/1149] Compiling NIOSSL SafeCompare.swift
[1118/1149] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1119/1149] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1121/1150] Compiling NIOExtras QuiescingHelper.swift
[1122/1150] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1123/1150] Compiling NIOExtras NIORequestIdentifiable.swift
[1124/1150] Compiling NIOExtras RequestResponseHandler.swift
[1125/1150] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1127/1150] Emitting module NIOExtras
[1141/1150] Compiling NIOSSL SSLContext.swift
[1142/1150] Compiling NIOSSL SSLErrors.swift
[1143/1150] Compiling NIOSSL SSLInit.swift
[1144/1150] Compiling NIOSSL SSLPKCS12Bundle.swift
[1145/1150] Compiling NIOSSL Zeroization.swift
[1146/1150] Compiling NIOSSL TLSConfiguration.swift
[1147/1150] Compiling NIOSSL UniversalBootstrapSupport.swift
[1148/1150] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1150/1151] Compiling NIOExtras UnsafeTransfer.swift
[1151/1151] Compiling NIOExtras WritePCAPHandler.swift
[1153/1210] Compiling HummingbirdCore HTTPServerBuilder.swift
[1154/1210] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1155/1210] Compiling HummingbirdCore Server.swift
[1156/1210] Compiling RediStack RedisCommandEncoder.swift
[1157/1214] Compiling RediStack RedisKey.swift
[1158/1214] Compiling RediStack RedisLogging.swift
[1159/1214] Compiling RediStack RedisMetrics.swift
[1160/1214] Compiling RediStack _Deprecations.swift
[1161/1214] Compiling RediStack RedisConnection+Configuration.swift
[1162/1214] Compiling RediStack RedisConnection.swift
[1163/1214] Compiling RediStack RedisError.swift
[1164/1214] Compiling RediStack RedisKey+TTL.swift
[1165/1214] Compiling RediStack StandardLibrary.swift
[1166/1214] Compiling RediStack SwiftNIO.swift
[1167/1214] Compiling RediStack RESPTranslator.swift
[1168/1214] Compiling RediStack RESPValue.swift
[1169/1214] Compiling RediStack RESPValueConvertible.swift
[1170/1214] 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
[1171/1214] 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
[1172/1214] 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
[1174/1217] Compiling HummingbirdCore ServerChildChannel.swift
[1175/1217] Compiling HummingbirdCore ServerConfiguration.swift
[1176/1217] Compiling HummingbirdCore TSTLSOptions.swift
[1177/1217] Compiling HummingbirdCore BindAddress.swift
[1178/1217] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1179/1217] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1180/1217] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1181/1217] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1182/1217] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1183/1217] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1184/1217] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1185/1217] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1186/1217] 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
[1191/1217] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1192/1217] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1193/1217] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1194/1217] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/1217] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1214/1217] Emitting module RediStack
[1215/1218] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1216/1218] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1217/1218] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1220/1283] 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
[1221/1283] 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
[1222/1283] 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
[1223/1283] 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
[1224/1283] 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
[1225/1283] 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
[1226/1283] 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
[1227/1283] 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
[1228/1283] 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
[1229/1292] 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
[1230/1292] 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
[1231/1292] 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
[1232/1292] 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
[1233/1292] 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
[1234/1292] 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
[1235/1292] 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
[1236/1292] 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
[1237/1292] 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
[1238/1292] 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
[1239/1292] 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
[1240/1292] 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
[1241/1292] 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
[1242/1292] 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
[1243/1292] 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
[1244/1292] 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
[1245/1292] 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
[1246/1292] 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
[1247/1292] 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
[1248/1292] 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
[1249/1292] 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
[1250/1292] 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
[1251/1292] 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
[1252/1292] 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
[1253/1292] 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
[1254/1292] 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
[1255/1292] 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
[1256/1292] 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
[1257/1292] 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
[1258/1292] 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
[1259/1292] 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
[1260/1292] 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
[1261/1292] 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
[1262/1292] 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
[1263/1292] 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
[1264/1292] 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
[1265/1292] 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
[1266/1292] 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
[1267/1292] 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
[1268/1292] 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
[1269/1292] 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
[1270/1292] 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
[1271/1292] 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
[1272/1292] 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
[1273/1292] 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
[1274/1292] 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
[1275/1292] 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
[1276/1292] 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
[1277/1292] 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
[1278/1292] 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
[1279/1292] 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
[1280/1292] 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
[1281/1292] 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
[1282/1292] 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
[1283/1292] 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
[1284/1292] 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
[1285/1292] 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
[1286/1292] 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
[1287/1292] 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
[1288/1292] 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
[1289/1292] 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
[1290/1292] 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
[1291/1292] 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
[1292/1292] 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
[1294/1299] Compiling HummingbirdRedis RedisConnectionPoolService.swift
[1295/1299] Compiling HummingbirdRedis Redis+Codable.swift
[1296/1299] Compiling HummingbirdRedis RedisConfiguration.swift
[1297/1299] Compiling HummingbirdRedis Persist+Redis.swift
[1298/1299] Emitting module HummingbirdRedis
[1299/1299] Compiling HummingbirdRedis Deprecations.swift
Build complete! (388.36s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.