The Swift Package Index logo.Swift Package Index

Build Information

Failed to build postgres-for-swift-log, reference main (08201f), with Swift 6.1 for Android on 1 Mar 2026 02:09:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/postgres-for-swift-log.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/atacan/postgres-for-swift-log
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 08201f0 Add Swift package badges to README
Cloned https://github.com/atacan/postgres-for-swift-log.git
Revision (git rev-parse @):
08201f0257e839f2ad4ea4b9f02d8d28f7589680
SUCCESS checkout https://github.com/atacan/postgres-for-swift-log.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/atacan/postgres-for-swift-log.git
https://github.com/atacan/postgres-for-swift-log.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio"
    }
  ],
  "manifest_display_name" : "postgres-for-swift-log",
  "name" : "postgres-for-swift-log",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "LoggingToPostgres",
      "targets" : [
        "LoggingToPostgres"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoggingToPostgresTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggingToPostgresTests",
      "path" : "Tests/LoggingToPostgresTests",
      "sources" : [
        "LoggingToPostgresTests.swift"
      ],
      "target_dependencies" : [
        "LoggingToPostgres"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggingToPostgres",
      "module_type" : "SwiftTarget",
      "name" : "LoggingToPostgres",
      "path" : "Sources/LoggingToPostgres",
      "product_dependencies" : [
        "PostgresNIO",
        "ServiceLifecycle",
        "Logging"
      ],
      "product_memberships" : [
        "LoggingToPostgres"
      ],
      "sources" : [
        "Metadata+.swift",
        "PostgresLogProcessor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
c698cad8c384: Pulling fs layer
c698cad8c384: Download complete
c698cad8c384: Pull complete
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/postgres-nio
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
[1/2649] Fetching swift-service-lifecycle
[2650/8739] Fetching swift-service-lifecycle, swift-log
[8740/22327] Fetching swift-service-lifecycle, swift-log, postgres-nio
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
[12433/16237] Fetching swift-service-lifecycle, postgres-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.86s)
Fetched https://github.com/vapor/postgres-nio from cache (0.87s)
Computing version for https://github.com/vapor/postgres-nio
Computed https://github.com/vapor/postgres-nio at 1.31.0 (4.07s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
[1/2815] Fetching swift-nio-transport-services
[2/23070] Fetching swift-nio-transport-services, swift-collections
[3/25748] Fetching swift-nio-transport-services, swift-collections, swift-metrics
[7317/41090] Fetching swift-nio-transport-services, swift-collections, swift-metrics, swift-nio-ssl
[8391/58328] Fetching swift-nio-transport-services, swift-collections, swift-metrics, swift-nio-ssl, swift-crypto
[12526/140874] Fetching swift-nio-transport-services, swift-collections, swift-metrics, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (3.40s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-collections.git from cache (3.43s)
[92352/117941] Fetching swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.70s)
[92839/115126] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.75s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.75s)
[61085/82546] Fetching swift-nio
[61086/84366] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
[66037/82546] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (8.00s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.73s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.68s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6142] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.85s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (4.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (3.10s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (2.23s)
Fetching https://github.com/apple/swift-system.git
[1/5583] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (4.69s)
Fetching https://github.com/apple/swift-asn1.git
[1/1760] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.10s)
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.26.0
Creating working copy for https://github.com/vapor/postgres-nio
Working copy of https://github.com/vapor/postgres-nio resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.2
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.10.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.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.95.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.6.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Building for debugging...
[0/814] Write sources
[28/814] Compiling _AtomicsShims.c
[29/814] Compiling CXKCPShims shims.c
[30/814] Compiling KeccakHash.c
[31/814] Compiling CNIOWindows shim.c
[32/814] Compiling KeccakSponge.c
[33/814] Compiling SimpleFIPS202.c
[34/814] Compiling CNIOOpenBSD shim.c
[35/814] Compiling CNIOPosix event_loop_id.c
[35/814] Compiling CNIOWASI CNIOWASI.c
[37/814] Compiling CNIOWindows WSAStartup.c
[38/814] Compiling CNIODarwin shim.c
[39/814] Compiling CNIOLinux liburing_shims.c
[40/814] Compiling fiat_p256_adx_mul.S
[41/814] Compiling fiat_p256_adx_sqr.S
[42/814] Compiling fiat_curve25519_adx_square.S
[43/814] Compiling CNIOLinux shim.c
[44/814] Compiling fiat_curve25519_adx_mul.S
[45/814] Write swift-version-24593BA9C3E375BF.txt
[46/814] Compiling KeccakP-1600-opt64.c
[47/814] Compiling CNIOBoringSSLShims shims.c
[48/820] Compiling tls_method.cc
[49/820] Compiling tls13_server.cc
[50/820] Compiling tls13_both.cc
[51/858] Compiling tls13_enc.cc
[52/858] Compiling tls_record.cc
[53/864] Compiling tls13_client.cc
[55/864] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/864] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/866] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/866] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/866] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/867] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/867] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/867] Compiling t1_enc.cc
[64/867] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/867] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/867] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/867] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/867] Compiling SwiftASN1 ArraySliceBigint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/867] Compiling SwiftASN1 GeneralizedTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/867] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/867] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/867] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/867] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/867] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/867] Compiling SwiftASN1 ASN1Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/867] Compiling SwiftASN1 TimeUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/867] Compiling SwiftASN1 UTCTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/867] Compiling SwiftASN1 ObjectIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/867] Compiling SwiftASN1 ASN1BitString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/867] Compiling SwiftASN1 ASN1Boolean.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/868] Compiling CoreMetrics Metrics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[84/870] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/870] Compiling ConcurrencyHelpers LockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/872] Compiling ssl_x509.cc
[95/888] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/888] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/888] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/926] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/926] Compiling OrderedCollections OrderedSet+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/926] Emitting module SwiftASN1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/941] Compiling ssl_versions.cc
[102/941] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/941] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/941] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/941] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/943] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/943] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/943] Compiling ssl_transcript.cc
[109/943] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/943] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/943] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/943] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/943] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/943] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/943] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/943] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/943] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/943] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/943] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/943] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/943] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/943] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/943] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[126/950] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/950] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/950] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/950] Compiling OrderedCollections OrderedSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/950] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/950] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/950] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/950] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/950] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/950] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/951] Compiling OrderedCollections OrderedSet+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/951] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/951] Compiling OrderedCollections OrderedSet+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/951] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/951] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/951] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/951] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/951] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/951] Compiling ssl_stat.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/951] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/951] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/951] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/951] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/951] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/951] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/951] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/951] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/951] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/951] Compiling ssl_session.cc
[177/951] Compiling ssl_privkey.cc
[178/951] Compiling ssl_key_share.cc
[180/951] Compiling OrderedCollections OrderedSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/951] Compiling OrderedCollections OrderedSet+SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/951] Compiling OrderedCollections OrderedSet+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/951] Compiling OrderedCollections OrderedSet+UnorderedView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/951] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/951] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/951] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/951] Compiling ssl_lib.cc
[188/952] Compiling ssl_file.cc
[189/952] Compiling ssl_credential.cc
[190/952] Compiling ssl_buffer.cc
[191/952] Compiling ssl_cert.cc
[192/952] Compiling ssl_cipher.cc
[194/952] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/952] Emitting module CoreMetrics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/952] Compiling CoreMetrics Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/953] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/953] Compiling ssl_asn1.cc
[200/953] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/953] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/955] Emitting module ConcurrencyHelpers
[208/955] Compiling ConcurrencyHelpers Lock.swift
[211/956] Compiling ssl_aead_ctx.cc
[212/961] Compiling s3_lib.cc
[213/961] Compiling s3_pkt.cc
[215/961] Emitting module Metrics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/961] Compiling UnixSignals UnixSignal.swift
[217/961] Emitting module UnixSignals
[218/961] Compiling UnixSignals UnixSignalsSequence.swift
[219/962] Compiling s3_both.cc
[221/962] Compiling Metrics Metrics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/963] Compiling handshake_server.cc
[223/963] Compiling handshake.cc
[224/963] Compiling handshake_client.cc
[225/963] Compiling extensions.cc
[226/963] Compiling handoff.cc
[227/963] Compiling encrypted_client_hello.cc
[228/963] Compiling md5-x86_64-linux.S
[229/963] Compiling md5-x86_64-apple.S
[230/963] Compiling md5-586-linux.S
[231/963] Compiling md5-586-apple.S
[232/963] Compiling dtls_record.cc
[233/963] Compiling err_data.cc
[234/963] Compiling dtls_method.cc
[235/963] Compiling chacha20_poly1305_x86_64-linux.S
[236/963] Compiling chacha20_poly1305_x86_64-apple.S
[237/963] Compiling d1_srtp.cc
[238/963] Compiling d1_lib.cc
[239/963] Compiling bio_ssl.cc
[240/963] Compiling d1_pkt.cc
[241/963] Compiling chacha20_poly1305_armv8-linux.S
[242/963] Compiling chacha20_poly1305_armv8-win.S
[243/963] Compiling chacha20_poly1305_armv8-apple.S
[244/963] Compiling d1_both.cc
[245/963] Compiling chacha-x86_64-linux.S
[246/963] Compiling chacha-x86_64-apple.S
[247/963] Compiling chacha-x86-linux.S
[248/963] Compiling chacha-x86-apple.S
[249/963] Compiling chacha-armv8-linux.S
[250/963] Compiling chacha-armv8-win.S
[250/963] Compiling chacha-armv4-linux.S
[252/963] Compiling chacha-armv8-apple.S
[253/963] Compiling aes128gcmsiv-x86_64-linux.S
[254/963] Compiling x86_64-mont5-linux.S
[255/963] Compiling aes128gcmsiv-x86_64-apple.S
[256/963] Compiling x86_64-mont5-apple.S
[257/963] Compiling x86-mont-apple.S
[258/963] Compiling x86_64-mont-apple.S
[259/963] Compiling x86-mont-linux.S
[260/963] Compiling x86_64-mont-linux.S
[260/963] Compiling vpaes-x86_64-linux.S
[262/963] Compiling vpaes-x86-linux.S
[263/963] Compiling vpaes-x86_64-apple.S
[264/963] Compiling vpaes-armv8-win.S
[265/963] Compiling vpaes-x86-apple.S
[266/963] Compiling vpaes-armv8-linux.S
[267/963] Compiling vpaes-armv7-linux.S
[268/963] Compiling vpaes-armv8-apple.S
[269/963] Compiling sha512-x86_64-linux.S
[270/963] Compiling sha512-x86_64-apple.S
[271/963] Compiling sha512-armv8-win.S
[272/963] Compiling sha512-armv4-linux.S
[273/963] Compiling sha512-586-linux.S
[274/963] Compiling sha512-armv8-linux.S
[274/963] Compiling sha256-armv8-win.S
[276/963] Compiling sha256-x86_64-linux.S
[277/963] Compiling sha512-586-apple.S
[278/963] Compiling sha256-x86_64-apple.S
[279/963] Compiling sha512-armv8-apple.S
[280/963] Compiling sha256-armv4-linux.S
[281/963] Compiling sha256-armv8-linux.S
[282/963] Compiling sha256-armv8-apple.S
[283/963] Compiling sha256-586-linux.S
[283/963] Compiling sha1-x86_64-linux.S
[285/963] Compiling sha256-586-apple.S
[286/963] Compiling sha1-x86_64-apple.S
[287/963] Compiling sha1-armv8-win.S
[288/963] Compiling sha1-armv4-large-linux.S
[289/963] Compiling sha1-armv8-apple.S
[290/963] Compiling rsaz-avx2-linux.S
[291/963] Compiling sha1-586-linux.S
[292/963] Compiling sha1-586-apple.S
[293/963] Compiling sha1-armv8-linux.S
[294/963] Compiling rsaz-avx2-apple.S
[295/963] Compiling rdrand-x86_64-linux.S
[296/963] Compiling p256_beeu-x86_64-asm-linux.S
[297/963] Compiling rdrand-x86_64-apple.S
[298/963] Compiling p256_beeu-x86_64-asm-apple.S
[299/963] Compiling p256_beeu-armv8-asm-apple.S
[300/963] Compiling p256_beeu-armv8-asm-win.S
[301/963] Compiling p256_beeu-armv8-asm-linux.S
[302/963] Compiling p256-x86_64-asm-linux.S
[303/963] Compiling p256-x86_64-asm-apple.S
[304/963] Compiling p256-armv8-asm-apple.S
[305/963] Compiling p256-armv8-asm-win.S
[306/963] Compiling ghashv8-armv8-win.S
[307/963] Compiling ghashv8-armv8-apple.S
[308/963] Compiling p256-armv8-asm-linux.S
[309/963] Compiling ghashv8-armv8-linux.S
[310/963] Compiling ghashv8-armv7-linux.S
[311/963] Compiling ghash-x86_64-linux.S
[312/963] Compiling ghash-ssse3-x86_64-linux.S
[313/963] Compiling ghash-x86_64-apple.S
[314/963] Compiling ghash-ssse3-x86_64-apple.S
[315/963] Compiling ghash-x86-linux.S
[316/963] Compiling ghash-ssse3-x86-linux.S
[317/963] Compiling ghash-x86-apple.S
[318/963] Compiling ghash-ssse3-x86-apple.S
[319/963] Compiling ghash-neon-armv8-linux.S
[320/963] Compiling ghash-neon-armv8-win.S
[321/963] Compiling co-586-apple.S
[322/963] Compiling ghash-neon-armv8-apple.S
[323/963] Compiling ghash-armv4-linux.S
[324/963] Compiling co-586-linux.S
[325/963] Compiling bsaes-armv7-linux.S
[326/963] Compiling bn-armv8-linux.S
[327/963] Compiling bn-armv8-win.S
[328/963] Compiling bn-armv8-apple.S
[329/963] Compiling armv8-mont-apple.S
[330/963] Compiling bn-586-apple.S
[330/963] Compiling bn-586-linux.S
[332/963] Compiling armv8-mont-win.S
[333/963] Compiling armv4-mont-linux.S
[334/963] Compiling aesv8-gcm-armv8-win.S
[335/963] Compiling armv8-mont-linux.S
[336/963] Compiling aesv8-gcm-armv8-apple.S
[337/963] Compiling aesv8-armv8-win.S
[338/963] Compiling aesv8-armv8-linux.S
[339/963] Compiling aesv8-armv8-apple.S
[340/963] Compiling aesv8-armv7-linux.S
[341/963] Compiling aesv8-gcm-armv8-linux.S
[342/963] Compiling aesni-x86_64-apple.S
[343/963] Compiling aesni-x86_64-linux.S
[344/963] Compiling aesni-x86-linux.S
[345/963] Compiling aesni-gcm-x86_64-apple.S
[346/963] Compiling aesni-gcm-x86_64-linux.S
[347/963] Compiling aesni-x86-apple.S
[348/963] Compiling aes-gcm-avx2-x86_64-apple.S
[349/963] Compiling aes-gcm-avx2-x86_64-linux.S
[350/963] Compiling aes-gcm-avx10-x86_64-linux.S
[351/963] Compiling aes-gcm-avx10-x86_64-apple.S
[352/963] Compiling x_req.cc
[353/963] Compiling x_spki.cc
[354/963] Compiling x_sig.cc
[355/963] Compiling x_x509.cc
[356/963] Compiling x_x509a.cc
[357/963] Compiling x_pubkey.cc
[358/963] Compiling x_val.cc
[359/963] Compiling x_name.cc
[360/963] Compiling x_exten.cc
[361/963] Compiling x_attrib.cc
[362/963] Compiling x_all.cc
[363/963] Compiling x_crl.cc
[364/963] Compiling x_algor.cc
[365/963] Compiling x509spki.cc
[366/963] Compiling x509rset.cc
[367/963] Compiling x509name.cc
[368/963] Compiling x509cset.cc
[369/963] Compiling x509_vpm.cc
[370/963] Compiling x509_vfy.cc
[371/963] Compiling x509_txt.cc
[372/963] Compiling x509_v3.cc
[373/963] Compiling x509_trs.cc
[374/963] Compiling x509_set.cc
[375/963] Compiling x509_req.cc
[376/963] Compiling x509_lu.cc
[377/963] Compiling x509_ext.cc
[378/963] Compiling x509_def.cc
[379/963] Compiling x509_obj.cc
[380/963] Compiling x509_d2.cc
[381/963] Compiling x509_cmp.cc
[382/963] Compiling x509_att.cc
[383/963] Compiling v3_skey.cc
[384/963] Compiling x509.cc
[385/963] Compiling v3_utl.cc
[386/963] Compiling v3_purp.cc
[387/963] Compiling v3_pmaps.cc
[388/963] Compiling v3_prn.cc
[389/963] Compiling v3_pcons.cc
[390/963] Compiling v3_ocsp.cc
[391/963] Compiling v3_int.cc
[392/963] Compiling v3_ncons.cc
[393/963] Compiling v3_ia5.cc
[394/963] Compiling v3_info.cc
[395/963] Compiling v3_lib.cc
[396/963] Compiling v3_genn.cc
[397/963] Compiling v3_extku.cc
[398/963] Compiling v3_crld.cc
[399/963] Compiling v3_enum.cc
[400/963] Compiling v3_conf.cc
[401/963] Compiling v3_cpols.cc
[402/963] Compiling v3_bitst.cc
[403/963] Compiling v3_bcons.cc
[404/963] Compiling v3_alt.cc
[405/963] Compiling v3_akeya.cc
[406/963] Compiling v3_akey.cc
[407/963] Compiling t_x509a.cc
[408/963] Compiling t_req.cc
[409/963] Compiling t_x509.cc
[410/963] Compiling t_crl.cc
[411/963] Compiling rsa_pss.cc
[412/963] Compiling i2d_pr.cc
[413/963] Compiling policy.cc
[414/963] Compiling name_print.cc
[415/963] Compiling by_dir.cc
[416/963] Compiling by_file.cc
[417/963] Compiling algorithm.cc
[418/963] Compiling asn1_gen.cc
[419/963] Compiling a_verify.cc
[420/963] Compiling a_sign.cc
[421/963] Compiling a_digest.cc
[422/963] Compiling voprf.cc
[423/963] Compiling thread_pthread.cc
[424/963] Compiling thread_win.cc
[425/963] Compiling thread_none.cc
[426/963] Compiling thread.cc
[427/963] Compiling stack.cc
[428/963] Compiling trust_token.cc
[429/963] Compiling pmbtoken.cc
[430/963] Compiling siphash.cc
[431/963] Compiling sha256.cc
[432/963] Compiling sha512.cc
[433/963] Compiling spake2plus.cc
[434/963] Compiling sha1.cc
[435/963] Compiling slhdsa.cc
[436/963] Compiling rsa_print.cc
[437/963] Compiling rsa_extra.cc
[438/963] Compiling refcount.cc
[439/963] Compiling windows.cc
[440/963] Compiling rsa_crypt.cc
[441/963] Compiling rc4.cc
[442/963] Compiling urandom.cc
[443/963] Compiling rsa_asn1.cc
[444/963] Compiling rand.cc
[445/963] Compiling trusty.cc
[446/963] Compiling ios.cc
[447/963] Compiling passive.cc
[448/963] Compiling poly1305_arm_asm.S
[449/963] Compiling fork_detect.cc
[450/963] Compiling getentropy.cc
[451/963] Compiling forkunsafe.cc
[452/963] Compiling deterministic.cc
[453/963] Compiling poly1305_vec.cc
[454/963] Compiling pool.cc
[455/963] Compiling poly1305_arm.cc
[456/963] Compiling poly1305.cc
[457/963] Compiling pkcs8.cc
[458/963] Compiling pkcs7.cc
[459/963] Compiling pkcs8_x509.cc
[460/963] Compiling p5_pbev2.cc
[461/963] Compiling pkcs7_x509.cc
[462/963] Compiling pem_x509.cc
[463/963] Compiling pem_pkey.cc
[464/963] Compiling pem_xaux.cc
[465/963] Compiling pem_lib.cc
[466/963] Compiling pem_oth.cc
[467/963] Compiling pem_pk8.cc
[468/963] Compiling obj_xref.cc
[469/963] Compiling mlkem.cc
[470/963] Compiling pem_info.cc
[471/963] Compiling pem_all.cc
[472/963] Compiling obj.cc
[473/963] Compiling md5.cc
[474/963] Compiling lhash.cc
[475/963] Compiling mldsa.cc
[476/963] Compiling kyber.cc
[477/963] Compiling mem.cc
[478/963] Compiling md4.cc
[479/963] Compiling fips_shared_support.cc
[480/963] Compiling poly_rq_mul.S
[481/963] Compiling hrss.cc
[482/963] Compiling ex_data.cc
[483/963] Compiling print.cc
[484/963] Compiling scrypt.cc
[485/963] Compiling sign.cc
[486/963] Compiling hpke.cc
[487/963] Compiling pbkdf.cc
[488/963] Compiling p_x25519_asn1.cc
[489/963] Compiling p_rsa_asn1.cc
[490/963] Compiling p_x25519.cc
[491/963] Compiling p_rsa.cc
[492/963] Compiling p_ed25519_asn1.cc
[493/963] Compiling p_ed25519.cc
[494/963] Compiling p_hkdf.cc
[495/963] Compiling p_ec.cc
[496/963] Compiling p_ec_asn1.cc
[497/963] Compiling p_dh_asn1.cc
[498/963] Compiling p_dsa_asn1.cc
[499/963] Compiling p_dh.cc
[500/963] Compiling evp_ctx.cc
[501/963] Compiling evp.cc
[502/963] Compiling engine.cc
[503/963] Compiling hash_to_curve.cc
[504/963] Compiling err.cc
[505/963] Compiling evp_asn1.cc
[506/963] Compiling ecdh.cc
[507/963] Compiling bcm.cc
[508/963] Compiling ecdsa_asn1.cc
[509/963] Compiling ec_derive.cc
[510/963] Compiling ec_asn1.cc
[511/963] Compiling params.cc
[512/963] Compiling curve25519_64_adx.cc
[513/963] Compiling des.cc
[514/963] Compiling dsa.cc
[515/963] Compiling x25519-asm-arm.S
[516/963] Compiling dsa_asn1.cc
[517/963] Compiling spake25519.cc
[518/963] Compiling dh_asn1.cc
[519/963] Compiling digest_extra.cc
[520/963] Compiling cpu_arm_linux.cc
[521/963] Compiling cpu_intel.cc
[522/963] Compiling curve25519.cc
[523/963] Compiling crypto.cc
[524/963] Compiling cpu_aarch64_win.cc
[525/963] Compiling cpu_arm_freebsd.cc
[526/963] Compiling cpu_aarch64_openbsd.cc
[527/963] Compiling cpu_aarch64_sysreg.cc
[528/963] Compiling cpu_aarch64_linux.cc
[529/963] Compiling cpu_aarch64_apple.cc
[530/963] Compiling conf.cc
[531/963] Compiling cpu_aarch64_fuchsia.cc
[532/963] Compiling tls_cbc.cc
[533/963] Compiling get_cipher.cc
[534/963] Compiling e_tls.cc
[535/963] Compiling e_rc4.cc
[536/963] Compiling e_rc2.cc
[537/963] Compiling e_null.cc
[538/963] Compiling e_des.cc
[539/963] Compiling e_aesgcmsiv.cc
[540/963] Compiling e_chacha20poly1305.cc
[541/963] Compiling e_aesctrhmac.cc
[542/963] Compiling derive_key.cc
[543/963] Compiling chacha.cc
[544/963] Compiling unicode.cc
[545/963] Compiling cbb.cc
[546/963] Compiling buf.cc
[547/963] Compiling cbs.cc
[548/963] Compiling convert.cc
[549/963] Compiling asn1_compat.cc
[550/963] Compiling bn_asn1.cc
[551/963] Compiling ber.cc
[552/963] Compiling blake2.cc
[553/963] Compiling socket_helper.cc
[554/963] Compiling printf.cc
[555/963] Compiling socket.cc
[556/963] Compiling pair.cc
[557/963] Compiling hexdump.cc
[558/963] Compiling fd.cc
[559/963] Compiling file.cc
[560/963] Compiling errno.cc
[561/963] Compiling bio_mem.cc
[562/963] Compiling connect.cc
[563/963] Compiling bio.cc
[564/963] Compiling base64.cc
[565/963] Compiling tasn_typ.cc
[566/963] Compiling tasn_utl.cc
[567/963] Compiling tasn_new.cc
[568/963] Compiling tasn_enc.cc
[569/963] Compiling tasn_fre.cc
[570/963] Compiling f_string.cc
[571/963] Compiling posix_time.cc
[572/963] Compiling f_int.cc
[573/963] Compiling tasn_dec.cc
[574/963] Compiling asn1_par.cc
[575/963] Compiling asn_pack.cc
[576/963] Compiling asn1_lib.cc
[577/963] Compiling a_utctm.cc
[578/963] Compiling a_time.cc
[579/963] Compiling a_octet.cc
[580/963] Compiling a_type.cc
[581/963] Compiling a_strnid.cc
[582/963] Compiling a_strex.cc
[583/963] Compiling a_object.cc
[584/963] Compiling a_i2d_fp.cc
[585/963] Compiling a_mbstr.cc
[586/963] Compiling a_dup.cc
[587/963] Compiling a_d2i_fp.cc
[588/963] Compiling a_gentm.cc
[589/963] Compiling a_int.cc
[590/963] Compiling CCryptoBoringSSLShims shims.c
[591/963] Compiling a_bool.cc
[592/963] Compiling fiat_p256_adx_sqr.S
[593/963] Compiling a_bitstr.cc
[594/963] Compiling fiat_p256_adx_mul.S
[595/963] Compiling fiat_curve25519_adx_square.S
[596/963] Compiling fiat_curve25519_adx_mul.S
[597/963] Compiling md5-x86_64-linux.S
[598/963] Compiling md5-x86_64-apple.S
[599/963] Compiling md5-586-linux.S
[600/963] Compiling chacha20_poly1305_x86_64-apple.S
[601/963] Compiling chacha20_poly1305_x86_64-linux.S
[602/963] Compiling md5-586-apple.S
[603/963] Compiling chacha20_poly1305_armv8-win.S
[604/963] Compiling chacha20_poly1305_armv8-apple.S
[605/963] Compiling chacha-x86_64-linux.S
[606/963] Compiling chacha-x86_64-apple.S
[607/963] Compiling chacha20_poly1305_armv8-linux.S
[608/963] Compiling chacha-x86-apple.S
[609/963] Compiling chacha-x86-linux.S
[610/963] Compiling chacha-armv8-win.S
[611/963] Compiling chacha-armv8-apple.S
[612/963] Compiling chacha-armv8-linux.S
[613/963] Compiling aes128gcmsiv-x86_64-linux.S
[614/963] Compiling aes128gcmsiv-x86_64-apple.S
[615/963] Compiling chacha-armv4-linux.S
[616/963] Compiling err_data.cc
[617/963] Compiling x86_64-mont5-linux.S
[618/963] Compiling x86_64-mont5-apple.S
[619/963] Compiling x86_64-mont-linux.S
[620/963] Compiling x86-mont-linux.S
[621/963] Compiling x86-mont-apple.S
[622/963] Compiling x86_64-mont-apple.S
[623/963] Compiling vpaes-x86_64-linux.S
[624/963] Compiling vpaes-x86_64-apple.S
[625/963] Compiling vpaes-x86-linux.S
[626/963] Compiling vpaes-x86-apple.S
[627/963] Compiling vpaes-armv8-win.S
[628/963] Compiling vpaes-armv8-linux.S
[628/963] Compiling vpaes-armv8-apple.S
[630/963] Compiling vpaes-armv7-linux.S
[631/963] Compiling sha512-armv8-win.S
[632/963] Compiling sha512-x86_64-apple.S
[633/963] Compiling sha512-x86_64-linux.S
[634/963] Compiling sha512-armv4-linux.S
[635/963] Compiling sha512-armv8-linux.S
[636/963] Compiling sha512-armv8-apple.S
[637/963] Compiling sha512-586-linux.S
[638/963] Compiling sha512-586-apple.S
[639/963] Compiling sha256-x86_64-linux.S
[640/963] Compiling sha256-armv8-win.S
[641/963] Compiling sha256-x86_64-apple.S
[642/963] Compiling sha256-armv8-apple.S
[643/963] Compiling sha256-armv8-linux.S
[644/963] Compiling sha256-586-apple.S
[645/963] Compiling sha256-armv4-linux.S
[646/963] Compiling sha256-586-linux.S
[647/963] Compiling sha1-x86_64-apple.S
[648/963] Compiling sha1-x86_64-linux.S
[649/963] Compiling sha1-armv8-win.S
[650/963] Compiling sha1-armv8-linux.S
[651/963] Compiling sha1-586-apple.S
[652/963] Compiling sha1-armv4-large-linux.S
[653/963] Compiling sha1-586-linux.S
[653/963] Compiling sha1-armv8-apple.S
[653/963] Compiling rsaz-avx2-apple.S
[653/963] Compiling rsaz-avx2-linux.S
[657/963] Compiling c-nioatomics.c
[658/963] Compiling p256_beeu-x86_64-asm-linux.S
[659/963] Compiling rdrand-x86_64-apple.S
[660/963] Compiling rdrand-x86_64-linux.S
[661/963] Compiling p256_beeu-x86_64-asm-apple.S
[662/963] Compiling p256_beeu-armv8-asm-win.S
[663/963] Compiling p256_beeu-armv8-asm-linux.S
[664/963] Compiling p256_beeu-armv8-asm-apple.S
[665/963] Compiling c-atomics.c
[666/963] Compiling p256-x86_64-asm-apple.S
[667/963] Compiling p256-x86_64-asm-linux.S
[667/963] Compiling p256-armv8-asm-win.S
[669/963] Compiling ghashv8-armv8-linux.S
[670/963] Compiling p256-armv8-asm-apple.S
[671/963] Compiling p256-armv8-asm-linux.S
[671/963] Compiling ghashv8-armv8-win.S
[671/963] Compiling ghashv8-armv8-apple.S
[674/963] Compiling ghashv8-armv7-linux.S
[675/963] Compiling ghash-x86_64-linux.S
[676/963] Compiling ghash-x86-apple.S
[677/963] Compiling ghash-x86-linux.S
[678/963] Compiling ghash-ssse3-x86_64-apple.S
[679/963] Compiling ghash-x86_64-apple.S
[680/963] Compiling ghash-ssse3-x86_64-linux.S
[681/963] Compiling ghash-ssse3-x86-linux.S
[682/963] Compiling ghash-ssse3-x86-apple.S
[683/963] Compiling ghash-neon-armv8-win.S
[684/963] Compiling ghash-neon-armv8-linux.S
[685/963] Compiling ghash-neon-armv8-apple.S
[686/963] Compiling ghash-armv4-linux.S
[687/966] Compiling co-586-linux.S
[688/969] Compiling co-586-apple.S
[689/970] Compiling bsaes-armv7-linux.S
[690/970] Compiling bn-armv8-win.S
[691/970] Compiling bn-armv8-linux.S
[692/970] Compiling bn-armv8-apple.S
[693/970] Compiling armv8-mont-win.S
[694/970] Compiling bn-586-apple.S
[695/970] Compiling bn-586-linux.S
[696/970] Compiling armv8-mont-linux.S
[697/970] Compiling armv8-mont-apple.S
[698/970] Compiling armv4-mont-linux.S
[699/970] Compiling aesv8-gcm-armv8-win.S
[700/970] Compiling aesv8-gcm-armv8-apple.S
[701/970] Compiling aesv8-gcm-armv8-linux.S
[703/970] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[703/970] Compiling aesv8-armv8-linux.S
[704/970] Compiling aesni-x86_64-linux.S
[704/970] Compiling aesv8-armv8-win.S
[706/970] Compiling aesv8-armv8-apple.S
[706/970] Compiling aesv8-armv7-linux.S
[708/970] Compiling aesni-x86_64-apple.S
[710/970] Compiling NIOConcurrencyHelpers lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[710/970] Compiling aesni-x86-apple.S
[711/970] Compiling aesni-x86-linux.S
[712/970] Compiling aes-gcm-avx512-x86_64-linux.S
[713/970] Compiling aesni-gcm-x86_64-linux.S
[714/970] Compiling aes-gcm-avx512-x86_64-apple.S
[715/970] Compiling aesni-gcm-x86_64-apple.S
[716/970] Compiling aes-gcm-avx2-x86_64-linux.S
[718/970] Emitting module NIOConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[719/970] Compiling NIOConcurrencyHelpers NIOAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[719/970] Compiling aes-gcm-avx2-x86_64-apple.S
[721/970] Compiling NIOConcurrencyHelpers atomics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[722/970] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[723/970] Compiling NIOConcurrencyHelpers NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[724/971] Compiling xwing.cc
[725/971] Compiling x_sig.cc
[726/971] Compiling x_spki.cc
[727/971] Compiling x_x509a.cc
[727/971] Compiling x_req.cc
[729/971] Compiling x_x509.cc
[730/971] Compiling x_pubkey.cc
[731/971] Compiling x_name.cc
[732/971] Compiling x_crl.cc
[733/971] Compiling x_exten.cc
[734/971] Compiling x_attrib.cc
[735/971] Compiling x_all.cc
[736/971] Compiling x_algor.cc
[737/971] Compiling x509spki.cc
[738/971] Compiling x509rset.cc
[739/971] Compiling x509name.cc
[740/971] Compiling x509_txt.cc
[741/971] Compiling x509cset.cc
[742/971] Compiling x509_vpm.cc
[743/971] Compiling x509_v3.cc
[744/971] Compiling x509_vfy.cc
[745/971] Compiling x509_set.cc
[746/971] Compiling x509_req.cc
[747/971] Compiling x509_trs.cc
[748/971] Compiling x509_ext.cc
[749/971] Compiling x509_obj.cc
[750/971] Compiling x509_def.cc
[751/971] Compiling x509_lu.cc
[752/971] Compiling x509_d2.cc
[753/971] Compiling x509_cmp.cc
[754/971] Compiling x509.cc
[755/971] Compiling x509_att.cc
[756/971] Compiling v3_skey.cc
[757/971] Compiling v3_utl.cc
[758/971] Compiling v3_pmaps.cc
[759/971] Compiling v3_purp.cc
[760/971] Compiling v3_prn.cc
[761/971] Compiling v3_ocsp.cc
[762/971] Compiling v3_pcons.cc
[763/971] Compiling v3_int.cc
[764/971] Compiling v3_info.cc
[765/971] Compiling v3_ncons.cc
[766/971] Compiling v3_lib.cc
[767/971] Compiling v3_ia5.cc
[768/971] Compiling v3_genn.cc
[769/971] Compiling v3_enum.cc
[770/971] Compiling v3_extku.cc
[771/971] Compiling v3_cpols.cc
[772/971] Compiling v3_bcons.cc
[773/971] Compiling v3_crld.cc
[774/971] Compiling v3_bitst.cc
[775/971] Compiling v3_alt.cc
[776/971] Compiling v3_conf.cc
[777/971] Compiling v3_akey.cc
[778/971] Compiling t_req.cc
[779/971] Compiling t_x509.cc
[780/971] Compiling t_x509a.cc
[781/971] Compiling v3_akeya.cc
[782/971] Compiling t_crl.cc
[783/971] Compiling rsa_pss.cc
[784/971] Compiling i2d_pr.cc
[785/971] Compiling policy.cc
[786/971] Compiling name_print.cc
[787/971] Compiling by_file.cc
[788/971] Compiling asn1_gen.cc
[789/971] Compiling by_dir.cc
[790/971] Compiling voprf.cc
[791/971] Compiling a_verify.cc
[792/971] Compiling a_digest.cc
[793/971] Compiling thread_win.cc
[794/971] Compiling algorithm.cc
[795/971] Compiling a_sign.cc
[796/971] Compiling trust_token.cc
[797/971] Compiling thread_pthread.cc
[798/971] Compiling pmbtoken.cc
[799/971] Compiling thread_none.cc
[800/971] Compiling stack.cc
[801/971] Compiling thread.cc
[802/971] Compiling siphash.cc
[803/971] Compiling slhdsa.cc
[804/971] Compiling spake2plus.cc
[805/971] Compiling sha512.cc
[806/971] Compiling sha256.cc
[807/971] Compiling rsa_print.cc
[808/971] Compiling rsa_extra.cc
[809/971] Compiling sha1.cc
[810/971] Compiling rsa_crypt.cc
[811/971] Compiling rc4.cc
[812/971] Compiling refcount.cc
[813/971] Compiling windows.cc
[814/971] Compiling urandom.cc
[815/971] Compiling trusty.cc
[816/971] Compiling rand.cc
[817/971] Compiling passive.cc
[818/971] Compiling rsa_asn1.cc
[819/971] Compiling getentropy.cc
[820/971] Compiling ios.cc
[821/971] Compiling deterministic.cc
[822/971] Compiling poly1305_arm_asm.S
[823/971] Compiling forkunsafe.cc
[824/971] Compiling fork_detect.cc
[825/971] Compiling poly1305_vec.cc
[826/971] Compiling pool.cc
[827/971] Compiling poly1305.cc
[828/971] Compiling poly1305_arm.cc
[829/971] Compiling pkcs8.cc
[830/971] Compiling pkcs8_x509.cc
[831/971] Compiling pkcs7.cc
[832/971] Compiling pkcs7_x509.cc
[833/971] Compiling p5_pbev2.cc
[834/971] Compiling pem_xaux.cc
[835/971] Compiling pem_pkey.cc
[836/971] Compiling pem_x509.cc
[837/971] Compiling pem_oth.cc
[838/971] Compiling pem_pk8.cc
[839/971] Compiling obj_xref.cc
[840/971] Compiling pem_all.cc
[841/971] Compiling pem_lib.cc
[842/971] Compiling obj.cc
[843/971] Compiling mlkem.cc
[844/971] Compiling mldsa.cc
[845/971] Compiling pem_info.cc
[846/971] Compiling md5.cc
[847/971] Compiling md4.cc
[848/971] Compiling mem.cc
[849/971] Compiling lhash.cc
[850/971] Compiling poly_rq_mul.S
[851/971] Compiling fips_shared_support.cc
[852/971] Compiling fuzzer_mode.cc
[853/971] Compiling ex_data.cc
[854/971] Compiling scrypt.cc
[855/971] Compiling kyber.cc
[856/971] Compiling sign.cc
[857/971] Compiling hrss.cc
[858/971] Compiling hpke.cc
[859/971] Compiling pbkdf.cc
[860/971] Compiling print.cc
[861/971] Compiling p_x25519.cc
[862/971] Compiling p_rsa_asn1.cc
[863/971] Compiling p_x25519_asn1.cc
[864/971] Compiling p_hkdf.cc
[865/971] Compiling p_rsa.cc
[866/971] Compiling p_ed25519.cc
[867/971] Compiling p_ed25519_asn1.cc
[868/971] Compiling p_dh_asn1.cc
[869/971] Compiling p_dh.cc
[870/971] Compiling p_dsa_asn1.cc
[871/971] Compiling p_ec_asn1.cc
[872/971] Compiling p_ec.cc
[873/971] Compiling evp_ctx.cc
[874/971] Compiling evp_asn1.cc
[875/971] Compiling err.cc
[876/971] Compiling engine.cc
[877/971] Compiling evp.cc
[878/971] Compiling ecdh.cc
[879/971] Compiling ecdsa_p1363.cc
[880/971] Compiling ecdsa_asn1.cc
[881/971] Compiling ec_derive.cc
[882/971] Compiling hash_to_curve.cc
[883/971] Compiling dsa_asn1.cc
[884/971] Compiling dsa.cc
[885/971] Compiling digest_extra.cc
[886/971] Compiling params.cc
[887/971] Compiling ec_asn1.cc
[888/971] Compiling x25519-asm-arm.S
[889/971] Compiling dh_asn1.cc
[890/971] Compiling des.cc
[891/971] Compiling curve25519_64_adx.cc
[892/971] Compiling spake25519.cc
[893/971] Compiling cpu_intel.cc
[894/971] Compiling crypto.cc
[895/971] Compiling curve25519.cc
[896/971] Compiling cpu_arm_freebsd.cc
[897/971] Compiling cpu_arm_linux.cc
[898/971] Compiling cpu_aarch64_openbsd.cc
[899/971] Compiling cpu_aarch64_win.cc
[900/971] Compiling cpu_aarch64_sysreg.cc
[901/971] Compiling cpu_aarch64_linux.cc
[902/971] Compiling conf.cc
[903/971] Compiling cpu_aarch64_fuchsia.cc
[904/971] Compiling cpu_aarch64_apple.cc
[905/971] Compiling e_rc2.cc
[906/971] Compiling e_tls.cc
[907/971] Compiling tls_cbc.cc
[908/971] Compiling get_cipher.cc
[908/971] Compiling e_null.cc
[910/971] Compiling e_rc4.cc
[911/971] Compiling cms.cc
[912/971] Compiling e_chacha20poly1305.cc
[913/971] Compiling derive_key.cc
[914/971] Compiling e_des.cc
[915/971] Compiling e_aesgcmsiv.cc
[916/971] Compiling e_aesctrhmac.cc
[917/971] Compiling e_aeseax.cc
[918/971] Compiling chacha.cc
[919/971] Compiling ber.cc
[920/971] Compiling unicode.cc
[921/971] Compiling cbs.cc
[922/971] Compiling asn1_compat.cc
[923/971] Compiling buf.cc
[924/971] Compiling cbb.cc
[925/971] Compiling sqrt.cc
[926/971] Compiling div.cc
[927/971] Compiling exponentiation.cc
[928/971] Compiling printf.cc
[929/971] Compiling blake2.cc
[930/971] Compiling pair.cc
[931/971] Compiling bn_asn1.cc
[932/971] Compiling convert.cc
[933/971] Compiling file.cc
[934/971] Compiling hexdump.cc
[935/971] Compiling bio_mem.cc
[936/971] Compiling errno.cc
[937/971] Compiling fd.cc
[938/971] Compiling base64.cc
[939/971] Compiling bio.cc
[940/971] Compiling tasn_typ.cc
[941/971] Compiling tasn_utl.cc
[942/971] Compiling tasn_fre.cc
[943/971] Compiling tasn_enc.cc
[944/971] Compiling tasn_new.cc
[945/971] Compiling posix_time.cc
[946/971] Compiling f_string.cc
[947/971] Compiling tasn_dec.cc
[948/971] Compiling f_int.cc
[949/971] Compiling asn_pack.cc
[950/971] Compiling asn1_par.cc
[951/971] Compiling a_type.cc
[952/971] Compiling a_utctm.cc
[953/971] Compiling asn1_lib.cc
[954/971] Compiling a_time.cc
[955/971] Compiling a_strnid.cc
[956/971] Compiling a_octet.cc
[957/971] Compiling bcm.cc
[958/971] Compiling a_strex.cc
[959/971] Compiling a_int.cc
[960/971] Compiling a_object.cc
[961/971] Compiling a_dup.cc
[962/971] Write sources
[963/971] Compiling a_i2d_fp.cc
[964/971] Write sources
[965/971] Compiling a_d2i_fp.cc
[966/971] Compiling a_mbstr.cc
[967/1039] Compiling a_gentm.cc
[969/1039] Compiling Atomics UnsafeAtomic.swift
[970/1039] Compiling Atomics UnsafeAtomicLazyReference.swift
[971/1039] Compiling Atomics ManagedAtomic.swift
[972/1039] Compiling Atomics ManagedAtomicLazyReference.swift
[973/1041] Compiling Atomics AtomicMemoryOrderings.swift
[974/1041] Compiling Atomics DoubleWord.swift
[975/1041] Compiling Atomics AtomicStorage.swift
[976/1041] Compiling Atomics AtomicValue.swift
[976/1041] Compiling aes.cc
[977/1041] Compiling a_bool.cc
[979/1041] Compiling Atomics OptionalRawRepresentable.swift
[980/1041] Compiling Atomics RawRepresentable.swift
[981/1041] Compiling Atomics AtomicBool.swift
[981/1041] Compiling a_bitstr.cc
[983/1041] Compiling Atomics AtomicInteger.swift
[984/1041] Compiling Atomics AtomicOptionalWrappable.swift
[985/1041] Compiling Atomics AtomicReference.swift
[986/1049] Compiling Atomics IntegerOperations.swift
[987/1049] Compiling Atomics Unmanaged extensions.swift
[988/1049] Emitting module Atomics
[992/1049] Compiling Atomics IntegerConformances.swift
[993/1049] Compiling Atomics PointerConformances.swift
[994/1049] Compiling Atomics Primitives.native.swift
[1001/1049] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1002/1049] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1010/1049] Emitting module AsyncAlgorithms
[1011/1056] Emitting module CryptoBoringWrapper
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1012/1056] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1013/1056] Compiling CryptoBoringWrapper RandomBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1014/1056] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1015/1056] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1016/1056] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1017/1056] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1018/1056] Compiling CryptoBoringWrapper EllipticCurve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1019/1057] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1020/1057] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1021/1057] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1022/1057] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1023/1057] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1024/1057] Compiling AsyncAlgorithms AsyncChannel.swift
[1025/1057] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1031/1058] Compiling AsyncAlgorithms Rethrow.swift
[1032/1058] Compiling AsyncAlgorithms SetAlgebra.swift
[1033/1058] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1034/1058] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1035/1058] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1036/1058] Compiling AsyncAlgorithms ZipStateMachine.swift
[1037/1058] Compiling AsyncAlgorithms ZipStorage.swift
[1038/1220] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1039/1220] Compiling NIOCore BSDSocketAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1040/1220] Compiling NIOCore ByteBuffer-lengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1041/1220] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1042/1221] Compiling NIOCore ByteBuffer-conversions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1043/1221] Compiling NIOCore ByteBuffer-core.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1044/1221] Compiling NIOCore IOData.swift
[1045/1221] Compiling NIOCore IPProtocol.swift
[1046/1221] Compiling NIOCore IntegerBitPacking.swift
[1047/1221] Compiling NIOCore IntegerTypes.swift
[1048/1221] Compiling NIOCore Interfaces.swift
[1049/1221] Compiling NIOCore Linux.swift
[1050/1221] Compiling NIOCore MarkedCircularBuffer.swift
[1051/1221] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1052/1221] Compiling NIOCore EventLoopFuture.swift
[1053/1221] Compiling NIOCore FileDescriptor.swift
[1054/1221] Compiling NIOCore FileHandle.swift
[1055/1221] Compiling NIOCore FileRegion.swift
[1056/1221] Compiling NIOCore GlobalSingletons.swift
[1057/1221] Compiling NIOCore IO.swift
[1058/1221] Compiling NIOCore MulticastChannel.swift
[1059/1221] Compiling NIOCore NIOAny.swift
[1060/1221] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1061/1221] Compiling NIOCore CircularBuffer.swift
[1062/1221] Compiling NIOCore Codec.swift
[1063/1221] Compiling NIOCore ConvenienceOptionSupport.swift
[1064/1221] Compiling NIOCore DeadChannel.swift
[1065/1221] Compiling NIOCore ByteBuffer-hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1066/1221] Compiling NIOCore ByteBuffer-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1068/1222] Compiling _ConnectionPoolModule TinyFastSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1069/1222] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 |         let start = Double(100_000_000)
831 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
832 |
833 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1070/1222] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 |         let start = Double(100_000_000)
831 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
832 |
833 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1071/1231] Compiling NIOCore ByteBuffer-aux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1072/1231] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1073/1231] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1074/1232] Compiling ServiceLifecycle ServiceRunnerError.swift
[1075/1232] Compiling NIOCore NIOCoreSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1076/1232] Compiling NIOCore NIODecodedAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1077/1232] Compiling NIOCore NIOLoopBound.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1078/1232] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1079/1232] Compiling NIOCore NIOScheduledCallback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1080/1232] Compiling NIOCore NIOSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1081/1232] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1082/1232] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1083/1232] Compiling NIOCore RecvByteBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1084/1240] Compiling ServiceLifecycle ClosureService.swift
[1085/1240] Compiling ServiceLifecycle CancellationWaiter.swift
[1086/1240] Emitting module ServiceLifecycle
[1087/1240] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1088/1240] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1089/1240] Compiling NIOCore ChannelInvoker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1090/1240] Compiling NIOCore ChannelOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1091/1240] Compiling NIOCore ChannelPipeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1092/1240] Compiling NIOCore EventLoopFuture+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1100/1251] Emitting module _ConnectionPoolModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1101/1251] Compiling ServiceLifecycle GracefulShutdown.swift
[1102/1251] Compiling ServiceLifecycle Service.swift
[1103/1251] Compiling ServiceLifecycle ServiceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1106/1252] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1107/1252] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1108/1252] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1109/1252] Compiling NIOCore NIOAsyncWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1110/1252] Compiling NIOCore ByteBuffer-multi-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1111/1252] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1112/1252] Compiling NIOCore ByteBuffer-views.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1113/1252] Compiling NIOCore Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1114/1252] Compiling NIOCore ChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1115/1252] Compiling NIOCore ChannelHandlers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1127/1252] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1128/1252] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1129/1252] Emitting module Crypto
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/63] Compiling _NIODataStructures PriorityQueue.swift
[3/63] Compiling _NIODataStructures Heap.swift
[4/63] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[5/63] Compiling Logging MetadataProvider.swift
[6/63] Compiling NIOConcurrencyHelpers atomics.swift
[7/63] Emitting module _NIODataStructures
[8/63] Compiling CryptoBoringWrapper RandomBytes.swift
[9/63] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[10/63] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[11/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[12/63] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[13/63] Emitting module CryptoBoringWrapper
[14/63] Emitting module NIOConcurrencyHelpers
[15/63] Compiling SwiftASN1 ASN1Null.swift
[16/63] Compiling SwiftASN1 ArraySliceBigint.swift
[17/63] Compiling SwiftASN1 PEMDocument.swift
[18/63] Compiling SwiftASN1 TimeUtilities.swift
[19/63] Compiling SwiftASN1 GeneralizedTime.swift
[20/63] Compiling SwiftASN1 ASN1OctetString.swift
[21/63] Compiling SwiftASN1 ASN1Strings.swift
[22/63] Compiling SwiftASN1 ObjectIdentifier.swift
[23/63] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[24/63] Compiling NIOConcurrencyHelpers lock.swift
[25/63] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[26/65] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[27/65] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[28/66] Compiling CryptoBoringWrapper EllipticCurve.swift
[29/67] Emitting module Logging
[30/67] Compiling Logging Locks.swift
[31/67] Emitting module _NIOBase64
[32/67] Compiling _NIOBase64 Base64.swift
[34/67] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[37/70] Compiling _NIODataStructures _TinyArray.swift
[41/71] Compiling SwiftASN1 DER.swift
[42/85] Compiling Atomics AtomicInteger.swift
[43/85] Compiling Atomics AtomicOptionalWrappable.swift
[44/87] Compiling Atomics OptionalRawRepresentable.swift
[45/87] Compiling Atomics RawRepresentable.swift
[46/87] Compiling Atomics AtomicBool.swift
[47/87] Emitting module InternalCollectionsUtilities
[48/87] Compiling Atomics AtomicReference.swift
[49/87] Compiling Atomics IntegerConformances.swift
[50/92] Compiling Atomics Primitives.native.swift
[51/92] Compiling Atomics AtomicStorage.swift
[52/92] Compiling Atomics DoubleWord.swift
[53/92] Compiling Atomics UnsafeAtomic.swift
[55/93] Compiling Atomics PointerConformances.swift
[59/93] Compiling Atomics AtomicValue.swift
[60/93] Compiling Atomics AtomicMemoryOrderings.swift
[61/93] Compiling CoreMetrics Locks.swift
[62/93] Emitting module CoreMetrics
[63/93] Compiling CoreMetrics Metrics.swift
[69/94] Compiling Logging Logging.swift
[70/94] Compiling Logging LogHandler.swift
[71/117] Compiling Crypto HPKE-Utils.swift
[72/117] Compiling Crypto DHKEM.swift
[73/146] Compiling ConcurrencyHelpers LockedValueBox.swift
[74/147] Compiling Crypto HPKE-KEM-Curve25519.swift
[75/147] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[76/180] Compiling Crypto AES-GCM.swift
[77/180] Compiling Crypto AES-GCM_boring.swift
[78/180] Compiling Crypto ChaChaPoly_boring.swift
[79/180] Compiling Crypto ASN1Integer.swift
[80/180] Compiling Crypto HPKE-LabeledExtract.swift
[81/180] Compiling Crypto ASN1Boolean.swift
[82/180] Compiling Crypto ASN1Identifier.swift
[85/180] Compiling Atomics IntegerOperations.swift
[86/252] Emitting module ConcurrencyHelpers
[87/252] Compiling ConcurrencyHelpers Lock.swift
[88/253] Compiling OrderedCollections _HashTable+Constants.swift
[89/253] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[90/255] Compiling OrderedCollections _HashTable+Testing.swift
[91/255] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[92/255] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/255] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[94/255] Compiling DequeModule _DequeBuffer.swift
[95/255] Compiling DequeModule _DequeBufferHeader.swift
[97/255] Emitting module Metrics
[101/255] Compiling Metrics Metrics.swift
[103/259] Compiling DequeModule _DequeSlot.swift
[104/259] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/259] Compiling DequeModule Deque+Extras.swift
[106/259] Compiling DequeModule Deque+Hashable.swift
[107/259] Compiling DequeModule Deque._UnsafeHandle.swift
[108/259] Compiling DequeModule Deque.swift
[109/259] Compiling DequeModule Deque+Testing.swift
[110/259] Compiling DequeModule Deque._Storage.swift
[111/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/259] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/259] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/259] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/266] Compiling OrderedCollections OrderedSet+Initializers.swift
[126/266] Compiling OrderedCollections OrderedSet+Insertions.swift
[127/266] Compiling OrderedCollections OrderedSet+Invariants.swift
[128/266] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[129/266] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[130/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[131/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[132/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[133/266] Emitting module SwiftASN1
[134/267] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/267] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[138/267] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[139/267] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[140/267] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[141/267] Compiling OrderedCollections OrderedDictionary+Values.swift
[150/267] Emitting module UnixSignals
[151/267] Compiling UnixSignals UnixSignalsSequence.swift
[152/267] Compiling UnixSignals UnixSignal.swift
[153/267] Compiling OrderedCollections _HashTable+Bucket.swift
[154/267] Compiling OrderedCollections _HashTable+BucketIterator.swift
[155/268] Compiling OrderedCollections OrderedDictionary+Codable.swift
[156/268] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[157/268] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[158/268] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[159/268] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[160/268] Compiling OrderedCollections OrderedDictionary+Elements.swift
[161/268] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[162/268] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[165/268] Compiling OrderedCollections OrderedSet+Sendable.swift
[166/268] Compiling OrderedCollections OrderedSet+SubSequence.swift
[167/268] Compiling OrderedCollections OrderedSet+Testing.swift
[168/268] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[169/268] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[170/268] Compiling OrderedCollections OrderedSet.swift
[171/268] Compiling OrderedCollections _UnsafeBitset.swift
[172/268] Emitting module Atomics
[181/268] Emitting module DequeModule
[183/269] Emitting module OrderedCollections
[188/271] Emitting module Crypto
[202/411] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[203/411] Compiling NIOCore BSDSocketAPI.swift
[204/412] Compiling NIOCore ByteBuffer-conversions.swift
[205/412] Compiling NIOCore ByteBuffer-core.swift
[206/412] Compiling _ConnectionPoolModule TinyFastSequence.swift
[207/412] Compiling NIOCore ByteBuffer-aux.swift
[208/412] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[209/412] Compiling NIOCore AsyncChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 |         let start = Double(100_000_000)
831 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
832 |
833 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[210/412] Compiling NIOCore AsyncChannelInboundStream.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 |         let start = Double(100_000_000)
831 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
832 |
833 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 |         let jitterRange = (backoffNanoseconds / 100) * 3
840 |         // Pick a random element from the range +/- jitter range.
841 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 |         let jitteredBackoff = backoff + jitter
843 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[211/412] Compiling NIOCore ByteBuffer-hex.swift
[212/412] Compiling NIOCore ByteBuffer-int.swift
[213/412] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[214/412] Compiling NIOCore AddressedEnvelope.swift
[215/412] Compiling NIOCore AsyncAwaitSupport.swift
[216/412] Compiling NIOCore AsyncChannel.swift
[217/412] Compiling NIOCore NIOCoreSendableMetatype.swift
[218/412] Compiling NIOCore NIODecodedAsyncSequence.swift
[219/412] Compiling NIOCore NIOLoopBound.swift
[220/412] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[221/412] Compiling NIOCore NIOScheduledCallback.swift
[222/412] Compiling NIOCore NIOSendable.swift
[223/412] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[224/412] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[225/412] Compiling NIOCore RecvByteBufferAllocator.swift
[228/420] Compiling NIOCore AsyncChannelOutboundWriter.swift
[229/420] Compiling NIOCore NIOAsyncSequenceProducer.swift
[230/420] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[231/420] Compiling NIOCore NIOAsyncWriter.swift
[232/420] Compiling NIOCore CircularBuffer.swift
[233/420] Compiling NIOCore Codec.swift
[234/420] Compiling NIOCore ConvenienceOptionSupport.swift
[235/420] Compiling NIOCore DeadChannel.swift
[236/420] Compiling NIOCore DispatchQueue+WithFuture.swift
[237/420] Compiling NIOCore EventLoop+Deprecated.swift
[238/420] Compiling NIOCore EventLoop+SerialExecutor.swift
[239/420] Compiling NIOCore EventLoop.swift
[240/420] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[241/420] Compiling NIOCore ByteBuffer-multi-int.swift
[242/420] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[243/420] Compiling NIOCore ByteBuffer-views.swift
[244/420] Compiling NIOCore Channel.swift
[245/420] Compiling NIOCore ChannelHandler.swift
[246/420] Compiling NIOCore ChannelHandlers.swift
[247/420] Compiling NIOCore ChannelInvoker.swift
[248/420] Compiling NIOCore ChannelOption.swift
[249/420] Compiling NIOCore ChannelPipeline.swift
[271/427] Emitting module _ConnectionPoolModule
[274/427] Compiling AsyncAlgorithms Rethrow.swift
[275/427] Compiling AsyncAlgorithms SetAlgebra.swift
[276/427] Compiling AsyncAlgorithms UnsafeTransfer.swift
[277/427] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[278/427] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[279/427] Compiling AsyncAlgorithms ZipStateMachine.swift
[280/427] Compiling AsyncAlgorithms ZipStorage.swift
[281/427] Compiling NIOCore EventLoopFuture.swift
[282/427] Compiling NIOCore FileDescriptor.swift
[283/427] Compiling NIOCore FileHandle.swift
[284/427] Compiling NIOCore FileRegion.swift
[285/427] Compiling NIOCore GlobalSingletons.swift
[286/427] Compiling NIOCore IO.swift
[287/427] Compiling NIOCore IOData.swift
[288/427] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[289/427] Compiling NIOCore SocketAddresses.swift
[290/427] Compiling NIOCore SocketOptionProvider.swift
[291/427] Compiling NIOCore SystemCallHelpers.swift
[292/427] Compiling NIOCore TimeAmount+Duration.swift
[293/427] Compiling NIOCore TypeAssistedChannelHandler.swift
[294/427] Compiling NIOCore UniversalBootstrapSupport.swift
[295/427] Compiling NIOCore Utilities.swift
[296/427] Compiling Crypto HKDF.swift
[297/427] Compiling Crypto AESWrap.swift
[298/427] Compiling Crypto AESWrap_boring.swift
[299/427] Compiling Crypto Ed25519_boring.swift
[300/427] Compiling Crypto NISTCurvesKeys_boring.swift
[301/427] Compiling Crypto X25519Keys_boring.swift
[302/427] Compiling Crypto Curve25519.swift
[303/427] Compiling Crypto Ed25519Keys.swift
[304/427] Compiling Crypto NISTCurvesKeys.swift
[305/427] Compiling Crypto X25519Keys.swift
[306/427] Compiling Crypto SymmetricKeys.swift
BUILD FAILURE 6.1 android