The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build postgres-nio-macros, reference main (c08364), with Swift 6.1 for Android on 30 May 2025 17:36:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/postgres-nio-macros.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/lovetodream/postgres-nio-macros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c08364a Adjust range of swift-syntax versions to include Swift 6.1 versions (#3)
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
c08364a9808b90cb3069621fd4f481d21e9ed344
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/postgres-nio-macros.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lovetodream/postgres-nio-macros.git
https://github.com/lovetodream/postgres-nio-macros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0-latest",
            "upper_bound" : "601.0.1-latest"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    }
  ],
  "manifest_display_name" : "postgres-nio-macros",
  "name" : "postgres-nio-macros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresNIOMacros",
      "targets" : [
        "PostgresNIOMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PostgresNIOMacrosPlugin",
      "targets" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresNIOMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosTests",
      "path" : "Tests/PostgresNIOMacrosTests",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "sources" : [
        "StatementTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIOMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosPluginTests",
      "path" : "Tests/PostgresNIOMacrosPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "StatementMacroTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIOMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacrosPlugin",
      "path" : "Sources/PostgresNIOMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PostgresNIOMacros",
        "PostgresNIOMacrosPlugin"
      ],
      "sources" : [
        "StatementMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PostgresNIOMacros",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOMacros",
      "path" : "Sources/PostgresNIOMacros",
      "product_dependencies" : [
        "PostgresNIO"
      ],
      "product_memberships" : [
        "PostgresNIOMacros"
      ],
      "sources" : [
        "Statement.swift"
      ],
      "target_dependencies" : [
        "PostgresNIOMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/12271] Fetching postgres-nio
[12272/82793] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (19.31s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (19.39s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (20.77s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/2667] Fetching swift-nio-transport-services
[1175/5093] Fetching swift-nio-transport-services, swift-service-lifecycle
[2107/8929] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log
[3369/11135] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-metrics
[6175/25071] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-metrics, swift-crypto
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.84s)
Fetching https://github.com/apple/swift-nio.git
[9444/22404] Fetching swift-service-lifecycle, swift-log, swift-metrics, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (1.06s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
[4796/16362] Fetching swift-service-lifecycle, swift-crypto
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[5772/31205] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl
[18977/47796] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl, swift-collections
[18978/49513] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl, swift-collections, swift-atomics
[20614/125636] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl, swift-collections, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.40s)
[32053/123919] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.80s)
[66448/109076] Fetching swift-service-lifecycle, swift-crypto, swift-collections, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.85s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.85s)
[60743/92714] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.10s)
[47197/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.07s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.98s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.55s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.15s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.43s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.75s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.36s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.40s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/1630] Write sources
[49/1630] Compiling _SwiftSyntaxCShims dummy.c
[50/1630] Compiling CNIOWindows WSAStartup.c
[51/1630] Compiling CNIOWindows shim.c
[52/1630] Compiling CNIOLinux liburing_shims.c
[53/1630] Compiling _AtomicsShims.c
[53/1630] Compiling CNIODarwin shim.c
[55/1630] Compiling CNIOWASI CNIOWASI.c
[56/1630] Compiling fiat_p256_adx_mul.S
[57/1630] Compiling fiat_curve25519_adx_mul.S
[58/1630] Compiling fiat_curve25519_adx_square.S
[59/1630] Compiling fiat_p256_adx_sqr.S
[60/1630] Compiling CNIOLinux shim.c
[61/1630] Write swift-version-24593BA9C3E375BF.txt
[62/1630] Compiling CNIOBoringSSLShims shims.c
[63/1634] Compiling tls13_enc.cc
[64/1636] Compiling tls13_server.cc
[65/1636] Compiling tls_record.cc
[67/1638] Emitting module _NIODataStructures
[67/1638] Compiling t1_enc.cc
[67/1639] Compiling tls_method.cc
[69/1640] Compiling tls13_both.cc
[70/1664] Compiling tls13_client.cc
[72/1664] Emitting module Logging
[73/1678] Compiling InternalCollectionsUtilities Descriptions.swift
[74/1678] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/1680] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/1681] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1681] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1682] Emitting module InternalCollectionsUtilities
[79/1682] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/1682] Compiling InternalCollectionsUtilities Debugging.swift
[83/1682] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/1682] Compiling InternalCollectionsUtilities Integer rank.swift
[85/1682] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/1682] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/1682] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/1682] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/1682] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/1682] Compiling InternalCollectionsUtilities UInt+reversed.swift
[93/1682] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/1682] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/1682] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1682] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1684] Compiling _NIODataStructures PriorityQueue.swift
[98/1684] Compiling _NIODataStructures _TinyArray.swift
[99/1684] Emitting module _NIOBase64
[100/1684] Compiling _NIOBase64 Base64.swift
[101/1684] Compiling SwiftASN1 TimeUtilities.swift
[102/1684] Compiling SwiftASN1 UTCTime.swift
[107/1685] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[113/1688] Wrapping AST for SwiftSyntax510 for debugging
[115/1699] Compiling Atomics OptionalRawRepresentable.swift
[116/1699] Compiling Atomics RawRepresentable.swift
[117/1699] Compiling Atomics AtomicBool.swift
[118/1711] Compiling Atomics ManagedAtomic.swift
[119/1711] Compiling Atomics ManagedAtomicLazyReference.swift
[120/1711] Compiling ConcurrencyHelpers LockedValueBox.swift
[121/1830] Compiling OrderedCollections _HashTable+Testing.swift
[122/1830] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[123/1830] Compiling Logging MetadataProvider.swift
[124/1830] Compiling Logging LogHandler.swift
[127/1830] Compiling Logging Logging.swift
[128/1832] Compiling _NIODataStructures Heap.swift
[129/1832] Compiling OrderedCollections OrderedDictionary.swift
[130/1832] Compiling OrderedCollections OrderedSet+Codable.swift
[131/1832] Compiling OrderedCollections _HashTable.swift
[132/1832] Compiling OrderedCollections _Hashtable+Header.swift
[133/1833] Compiling Logging Locks.swift
[134/1834] Emitting module ConcurrencyHelpers
[135/1834] Compiling ConcurrencyHelpers Lock.swift
[137/1835] Compiling Atomics IntegerOperations.swift
[138/1835] Compiling Atomics Unmanaged extensions.swift
[141/1835] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[142/1835] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[143/1835] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[144/1835] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[145/1835] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[146/1835] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[147/1835] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/1845] Wrapping AST for SwiftSyntax600 for debugging
[149/1845] Emitting module CoreMetrics
[149/1845] Wrapping AST for SwiftSyntax509 for debugging
[151/1845] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[152/1845] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[153/1845] Compiling OrderedCollections _HashTable+Bucket.swift
[154/1845] Compiling OrderedCollections _HashTable+BucketIterator.swift
[155/1845] Compiling OrderedCollections _HashTable+Constants.swift
[156/1845] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[157/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[158/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[159/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[160/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[161/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[162/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[163/1860] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[164/1860] Emitting module SwiftASN1
[165/1861] Emitting module UnixSignals
[167/1861] Compiling DequeModule Deque+CustomReflectable.swift
[168/1861] Compiling DequeModule Deque+Descriptions.swift
[169/1863] Compiling DequeModule Deque+Equatable.swift
[170/1863] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[171/1863] Compiling DequeModule _DequeBuffer.swift
[172/1863] Compiling DequeModule _DequeBufferHeader.swift
[173/1863] Compiling DequeModule Deque+Codable.swift
[174/1863] Compiling DequeModule Deque+Collection.swift
[179/1863] Compiling DequeModule Deque+Extras.swift
[180/1863] Compiling DequeModule Deque+Hashable.swift
[181/1863] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[182/1863] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[183/1863] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[184/1863] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[185/1863] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[186/1863] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[187/1863] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[188/1863] Compiling OrderedCollections OrderedDictionary+Values.swift
[193/1863] Compiling OrderedCollections OrderedSet+Diffing.swift
[194/1863] Compiling OrderedCollections OrderedSet+Equatable.swift
[195/1863] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[196/1863] Compiling OrderedCollections OrderedSet+Hashable.swift
[197/1863] Compiling OrderedCollections OrderedSet+Initializers.swift
[198/1863] Compiling OrderedCollections OrderedSet+Insertions.swift
[199/1863] Compiling OrderedCollections OrderedSet+Invariants.swift
[200/1863] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[201/1863] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[202/1863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[203/1863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[204/1863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[207/1863] Compiling DequeModule Deque+Testing.swift
[208/1863] Compiling DequeModule Deque._Storage.swift
[211/1863] Compiling DequeModule Deque._UnsafeHandle.swift
[212/1863] Compiling DequeModule Deque.swift
[215/1863] Compiling DequeModule _DequeSlot.swift
[216/1863] Compiling DequeModule _UnsafeWrappedBuffer.swift
[217/1863] Compiling UnixSignals UnixSignal.swift
[218/1863] Compiling UnixSignals UnixSignalsSequence.swift
[220/1864] Compiling CoreMetrics Locks.swift
[221/1864] Compiling CoreMetrics Metrics.swift
[229/1867] Emitting module DequeModule
[231/1868] Compiling OrderedCollections OrderedSet+Sendable.swift
[232/1868] Compiling OrderedCollections OrderedSet+SubSequence.swift
[233/1868] Compiling OrderedCollections OrderedSet+Testing.swift
[234/1868] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[235/1868] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[236/1868] Compiling OrderedCollections OrderedSet.swift
[237/1868] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[247/1877] Emitting module Atomics
[248/1877] Emitting module Metrics
[249/1877] Emitting module OrderedCollections
[257/1879] Compiling ssl_versions.cc
[258/1879] Compiling ssl_x509.cc
[260/1893] Compiling Metrics Metrics.swift
[260/1894] Compiling ssl_stat.cc
[262/1894] Compiling ssl_transcript.cc
[264/1894] Compiling _ConnectionPoolModule NIOLock.swift
[265/1894] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[266/1895] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[267/1895] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[268/1895] Compiling _ConnectionPoolModule ConnectionRequest.swift
[269/1895] Compiling _ConnectionPoolModule Max2Sequence.swift
[270/1895] Compiling _ConnectionPoolModule TinyFastSequence.swift
[271/1895] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[272/1895] Compiling _ConnectionPoolModule ConnectionPool.swift
[273/1895] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/1895] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/1895] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[281/1895] Compiling ssl_privkey.cc
[283/1895] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[284/1895] Compiling ssl_session.cc
[286/1895] Emitting module _ConnectionPoolModule
[286/1895] Compiling ssl_credential.cc
[290/1895] Compiling _ConnectionPoolModule PoolStateMachine.swift
[291/1896] Compiling ssl_key_share.cc
[292/1896] Compiling ssl_file.cc
[293/1896] Compiling ssl_lib.cc
[294/1896] Compiling ssl_asn1.cc
[295/1896] Compiling ssl_buffer.cc
[296/1896] Compiling s3_pkt.cc
[297/1896] Compiling ssl_cipher.cc
[298/1896] Compiling ssl_aead_ctx.cc
[299/1896] Compiling ssl_cert.cc
[300/1896] Compiling s3_lib.cc
[301/1896] Compiling handshake_client.cc
[302/1896] Compiling s3_both.cc
[303/1896] Compiling encrypted_client_hello.cc
[304/1896] Compiling handshake_server.cc
[305/1896] Compiling handshake.cc
[306/1896] Compiling handoff.cc
[307/1896] Compiling extensions.cc
[308/1896] Compiling d1_lib.cc
[310/1896] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[310/1896] Compiling d1_pkt.cc
[311/1896] Compiling bio_ssl.cc
[312/1896] Compiling md5-x86_64-linux.S
[313/1896] Compiling dtls_method.cc
[314/1896] Compiling md5-x86_64-apple.S
[315/1896] Compiling md5-586-linux.S
[316/1896] Compiling md5-586-apple.S
[317/1896] Compiling chacha20_poly1305_armv8-win.S
[318/1896] Compiling dtls_record.cc
[318/1896] Compiling chacha20_poly1305_x86_64-apple.S
[320/1896] Compiling chacha20_poly1305_x86_64-linux.S
[321/1896] Compiling chacha20_poly1305_armv8-linux.S
[322/1896] Compiling chacha20_poly1305_armv8-apple.S
[322/1896] Compiling err_data.cc
[324/1896] Compiling chacha-x86_64-linux.S
[325/1896] Compiling d1_srtp.cc
[326/1896] Compiling chacha-x86_64-apple.S
[327/1896] Compiling chacha-x86-apple.S
[328/1896] Compiling chacha-armv8-apple.S
[329/1896] Compiling chacha-armv8-linux.S
[329/1896] Compiling chacha-x86-linux.S
[331/1896] Compiling chacha-armv8-win.S
[332/1896] Compiling chacha-armv4-linux.S
[333/1896] Compiling aes128gcmsiv-x86_64-apple.S
[334/1896] Compiling aes128gcmsiv-x86_64-linux.S
[335/1896] Compiling x86_64-mont5-apple.S
[336/1896] Compiling x86_64-mont5-linux.S
[337/1896] Compiling x86_64-mont-apple.S
[338/1896] Compiling x86_64-mont-linux.S
[339/1896] Compiling x86-mont-linux.S
[340/1896] Compiling x86-mont-apple.S
[341/1896] Compiling vpaes-x86_64-apple.S
[342/1896] Compiling vpaes-x86_64-linux.S
[343/1896] Compiling vpaes-x86-linux.S
[344/1896] Compiling vpaes-x86-apple.S
[345/1896] Compiling vpaes-armv8-win.S
[346/1896] Compiling vpaes-armv8-apple.S
[347/1896] Compiling vpaes-armv7-linux.S
[348/1896] Compiling vpaes-armv8-linux.S
[349/1896] Compiling sha512-x86_64-linux.S
[350/1896] Compiling sha512-armv8-win.S
[351/1896] Compiling sha512-x86_64-apple.S
[352/1896] Compiling sha512-armv8-apple.S
[353/1896] Compiling sha512-armv8-linux.S
[354/1896] Compiling sha512-armv4-linux.S
[355/1896] Compiling sha512-586-linux.S
[356/1896] Compiling d1_both.cc
[357/1896] Compiling sha512-586-apple.S
[358/1896] Compiling sha256-x86_64-apple.S
[359/1896] Compiling sha256-armv8-win.S
[360/1896] Compiling sha256-x86_64-linux.S
[361/1896] Compiling sha256-armv8-linux.S
[362/1896] Compiling sha256-armv8-apple.S
[363/1896] Compiling sha256-armv4-linux.S
[364/1896] Compiling sha256-586-linux.S
[365/1896] Compiling sha256-586-apple.S
[366/1896] Compiling sha1-x86_64-linux.S
[367/1896] Compiling sha1-x86_64-apple.S
[368/1896] Compiling sha1-armv8-linux.S
[369/1896] Compiling sha1-armv8-apple.S
[370/1896] Compiling sha1-armv8-win.S
[371/1896] Compiling sha1-armv4-large-linux.S
[372/1896] Compiling sha1-586-linux.S
[373/1896] Compiling sha1-586-apple.S
[374/1896] Compiling rsaz-avx2-apple.S
[375/1896] Compiling rdrand-x86_64-linux.S
[375/1896] Compiling p256_beeu-x86_64-asm-linux.S
[377/1896] Compiling rdrand-x86_64-apple.S
[377/1896] Compiling rsaz-avx2-linux.S
[379/1896] Compiling p256_beeu-x86_64-asm-apple.S
[380/1896] Compiling p256_beeu-armv8-asm-win.S
[381/1896] Compiling p256_beeu-armv8-asm-linux.S
[382/1896] Compiling p256_beeu-armv8-asm-apple.S
[383/1896] Compiling p256-armv8-asm-win.S
[384/1896] Compiling p256-x86_64-asm-linux.S
[385/1896] Compiling p256-armv8-asm-linux.S
[386/1896] Compiling p256-x86_64-asm-apple.S
[387/1896] Compiling ghashv8-armv8-linux.S
[388/1896] Compiling p256-armv8-asm-apple.S
[389/1896] Compiling ghashv8-armv8-win.S
[390/1896] Compiling ghashv8-armv7-linux.S
[391/1896] Compiling ghashv8-armv8-apple.S
[392/1896] Compiling ghash-x86_64-linux.S
[393/1896] Compiling ghash-x86_64-apple.S
[394/1896] Compiling ghash-x86-linux.S
[395/1896] Compiling ghash-x86-apple.S
[396/1896] Compiling ghash-ssse3-x86_64-linux.S
[397/1896] Compiling ghash-ssse3-x86_64-apple.S
[397/1896] Compiling ghash-ssse3-x86-linux.S
[399/1896] Compiling ghash-ssse3-x86-apple.S
[400/1896] Compiling ghash-neon-armv8-win.S
[401/1896] Compiling ghash-neon-armv8-linux.S
[402/1896] Compiling co-586-linux.S
[402/1896] Compiling ghash-neon-armv8-apple.S
[404/1896] Compiling ghash-armv4-linux.S
[405/1896] Compiling bsaes-armv7-linux.S
[406/1896] Compiling co-586-apple.S
[407/1896] Compiling bn-armv8-win.S
[408/1896] Compiling bn-armv8-linux.S
[409/1896] Compiling bn-586-linux.S
[410/1896] Compiling bn-586-apple.S
[411/1896] Compiling bn-armv8-apple.S
[412/1896] Compiling armv8-mont-win.S
[413/1896] Compiling armv8-mont-linux.S
[414/1896] Compiling armv4-mont-linux.S
[415/1896] Compiling aesv8-gcm-armv8-win.S
[416/1896] Compiling armv8-mont-apple.S
[417/1896] Compiling aesv8-gcm-armv8-linux.S
[418/1896] Compiling aesv8-gcm-armv8-apple.S
[419/1896] Compiling aesv8-armv8-win.S
[420/1896] Compiling aesv8-armv7-linux.S
[421/1896] Compiling aesv8-armv8-linux.S
[422/1896] Compiling aesv8-armv8-apple.S
[423/1896] Compiling aesni-x86_64-linux.S
[424/1896] Compiling aesni-x86_64-apple.S
[425/1896] Compiling aesni-x86-apple.S
[426/1896] Compiling aesni-x86-linux.S
[427/1896] Compiling aesni-gcm-x86_64-linux.S
[428/1896] Compiling aesni-gcm-x86_64-apple.S
[429/1896] Compiling aes-gcm-avx2-x86_64-apple.S
[430/1896] Compiling aes-gcm-avx10-x86_64-linux.S
[431/1896] Compiling aes-gcm-avx2-x86_64-linux.S
[432/1896] Compiling aes-gcm-avx10-x86_64-apple.S
[433/1896] Compiling x_sig.cc
[434/1896] Compiling x_x509a.cc
[435/1896] Compiling x_x509.cc
[436/1896] Compiling x_pubkey.cc
[437/1896] Compiling x_req.cc
[438/1896] Compiling x_spki.cc
[439/1896] Compiling x_val.cc
[440/1896] Compiling x_exten.cc
[441/1896] Compiling x_name.cc
[441/1896] Compiling x_crl.cc
[443/1896] Compiling x509spki.cc
[444/1896] Compiling x_algor.cc
[445/1896] Compiling x_all.cc
[446/1896] Compiling x_attrib.cc
[447/1896] Compiling x509rset.cc
[448/1896] Compiling x509_vfy.cc
[449/1896] Compiling x509_vpm.cc
[450/1896] Compiling x509_txt.cc
[451/1896] Compiling x509cset.cc
[452/1896] Compiling x509name.cc
[453/1896] Compiling x509_v3.cc
[454/1896] Compiling x509_trs.cc
[455/1896] Compiling x509_req.cc
[456/1896] Compiling x509_def.cc
[457/1896] Compiling x509_set.cc
[458/1896] Compiling x509_lu.cc
[459/1896] Compiling x509_obj.cc
[460/1896] Compiling x509_ext.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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[470/1896] Compiling x509.cc
[471/1896] Compiling x509_cmp.cc
[472/1896] Compiling x509_d2.cc
[473/1896] Compiling v3_purp.cc
[474/1896] Compiling x509_att.cc
[475/1896] Compiling v3_skey.cc
[476/1896] Compiling v3_utl.cc
[477/1896] Compiling v3_prn.cc
[478/1896] Compiling v3_pcons.cc
[479/1896] Compiling v3_pmaps.cc
[480/1896] Compiling v3_ocsp.cc
[481/1896] Compiling v3_ncons.cc
[482/1896] Compiling v3_lib.cc
[483/1896] Compiling v3_int.cc
[484/1896] Compiling v3_genn.cc
[485/1896] Compiling v3_extku.cc
[486/1896] Compiling v3_ia5.cc
[487/1896] Compiling v3_info.cc
[488/1896] Compiling v3_enum.cc
[489/1896] Compiling v3_crld.cc
[490/1896] Compiling v3_cpols.cc
[491/1896] Compiling v3_conf.cc
[492/1896] Compiling v3_alt.cc
[493/1896] Compiling v3_bitst.cc
[494/1896] Compiling v3_bcons.cc
[495/1896] Compiling v3_akeya.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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[513/1896] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[514/1896] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[514/1896] Compiling t_crl.cc
[515/1896] Compiling v3_akey.cc
[516/1896] Compiling t_x509.cc
[517/1896] Compiling t_x509a.cc
[518/1896] Compiling t_req.cc
[519/1896] Compiling rsa_pss.cc
[520/1896] Compiling policy.cc
[521/1896] Compiling i2d_pr.cc
[522/1896] Compiling name_print.cc
[523/1896] Compiling by_dir.cc
[524/1896] Compiling asn1_gen.cc
[525/1896] Compiling by_file.cc
[526/1896] Compiling a_verify.cc
[526/1896] Compiling a_sign.cc
[528/1896] Compiling algorithm.cc
[529/1896] Compiling a_digest.cc
[530/1896] Compiling pmbtoken.cc
[531/1896] Compiling thread.cc
[532/1896] Compiling thread_win.cc
[533/1896] Compiling stack.cc
[534/1896] Compiling voprf.cc
[535/1896] Compiling thread_pthread.cc
[536/1896] Compiling thread_none.cc
[537/1896] Compiling trust_token.cc
[538/1896] Compiling sha512.cc
[539/1896] Compiling rsa_print.cc
[540/1896] Compiling sha1.cc
[541/1896] Compiling slhdsa.cc
[542/1896] Compiling spake2plus.cc
[543/1896] Compiling sha256.cc
[544/1896] Compiling siphash.cc
[545/1896] Compiling refcount.cc
[546/1896] Compiling rsa_extra.cc
[547/1896] Compiling rsa_crypt.cc
[548/1896] Compiling rc4.cc
[549/1896] Compiling windows.cc
[550/1896] Compiling rand.cc
[551/1896] Compiling urandom.cc
[552/1896] Compiling trusty.cc
[553/1896] Compiling rsa_asn1.cc
[554/1896] Compiling deterministic.cc
[555/1896] Compiling forkunsafe.cc
[556/1896] Compiling fork_detect.cc
[557/1896] Compiling passive.cc
[558/1896] Compiling getentropy.cc
[559/1896] Compiling ios.cc
[560/1896] Compiling poly1305_arm_asm.S
[561/1896] Compiling pool.cc
[562/1896] Compiling poly1305_arm.cc
[563/1896] Compiling poly1305.cc
[564/1896] Compiling poly1305_vec.cc
[565/1896] Compiling pkcs8.cc
[566/1896] Compiling pkcs7.cc
[567/1896] Compiling p5_pbev2.cc
[568/1896] Compiling pkcs8_x509.cc
[569/1896] Compiling pem_xaux.cc
[570/1896] Compiling pkcs7_x509.cc
[571/1896] Compiling pem_x509.cc
[572/1896] Compiling pem_pkey.cc
[573/1896] Compiling pem_oth.cc
[574/1896] Compiling pem_pk8.cc
[575/1896] Compiling pem_lib.cc
[576/1896] Compiling obj_xref.cc
[577/1896] Compiling pem_info.cc
[578/1896] Compiling mldsa.cc
[578/1896] Compiling mlkem.cc
[580/1896] Compiling md4.cc
[581/1896] Compiling mem.cc
[582/1896] Compiling md5.cc
[583/1896] Compiling obj.cc
[584/1896] Compiling pem_all.cc
[585/1896] Compiling lhash.cc
[586/1896] Compiling fips_shared_support.cc
[587/1896] Compiling poly_rq_mul.S
[588/1896] Compiling kyber.cc
[589/1896] Compiling ex_data.cc
[590/1896] Compiling sign.cc
[591/1896] Compiling hrss.cc
[592/1896] Compiling scrypt.cc
[593/1896] Compiling hpke.cc
[594/1896] Compiling print.cc
[595/1896] Compiling pbkdf.cc
[596/1896] Compiling p_x25519.cc
[597/1896] Compiling p_x25519_asn1.cc
[598/1896] Compiling p_ed25519.cc
[599/1896] Compiling p_rsa_asn1.cc
[600/1896] Compiling p_hkdf.cc
[601/1896] Compiling p_ed25519_asn1.cc
[602/1896] Compiling p_rsa.cc
[603/1896] Compiling p_ec.cc
[604/1896] Compiling p_ec_asn1.cc
[605/1896] Compiling p_dh.cc
[606/1896] Compiling p_dh_asn1.cc
[607/1896] Compiling p_dsa_asn1.cc
[608/1896] Compiling evp_ctx.cc
[609/1896] Compiling err.cc
[610/1896] Compiling ecdh.cc
[611/1896] Compiling engine.cc
[612/1896] Compiling evp.cc
[613/1896] Compiling ecdsa_asn1.cc
[614/1896] Compiling evp_asn1.cc
[615/1896] Compiling hash_to_curve.cc
[616/1896] Compiling dsa.cc
[617/1896] Compiling ec_derive.cc
[618/1896] Compiling dsa_asn1.cc
[619/1896] Compiling params.cc
[620/1896] Compiling ec_asn1.cc
[621/1896] Compiling digest_extra.cc
[622/1896] Compiling bcm.cc
[623/1896] Compiling des.cc
[624/1896] Compiling x25519-asm-arm.S
[625/1896] Compiling spake25519.cc
[626/1896] Compiling dh_asn1.cc
[627/1896] Compiling curve25519.cc
[628/1896] Compiling cpu_aarch64_win.cc
[629/1896] Compiling crypto.cc
[630/1896] Compiling cpu_intel.cc
[631/1896] Compiling cpu_arm_linux.cc
[632/1896] Compiling cpu_arm_freebsd.cc
[633/1896] Compiling cpu_aarch64_sysreg.cc
[634/1896] Compiling cpu_aarch64_openbsd.cc
[635/1896] Compiling cpu_aarch64_fuchsia.cc
[636/1896] Compiling cpu_aarch64_apple.cc
[637/1896] Compiling cpu_aarch64_linux.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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[656/1896] Compiling conf.cc
[657/1896] Compiling tls_cbc.cc
[658/1896] Compiling get_cipher.cc
[659/1896] Compiling e_tls.cc
[660/1896] Compiling e_rc4.cc
[661/1896] Compiling e_des.cc
[662/1896] Compiling e_rc2.cc
[663/1896] Compiling e_null.cc
[664/1896] Compiling e_chacha20poly1305.cc
[665/1896] Compiling curve25519_64_adx.cc
[666/1896] Compiling derive_key.cc
[667/1896] Compiling chacha.cc
[668/1896] Compiling unicode.cc
[669/1896] Compiling e_aesctrhmac.cc
[670/1896] Compiling e_aesgcmsiv.cc
[671/1896] Compiling cbs.cc
[672/1896] Compiling ber.cc
[673/1896] Compiling buf.cc
[674/1896] Compiling cbb.cc
[675/1896] Compiling asn1_compat.cc
[676/1896] Compiling blake2.cc
[677/1896] Compiling bn_asn1.cc
[678/1896] Compiling printf.cc
[679/1896] Compiling convert.cc
[680/1896] Compiling socket_helper.cc
[681/1896] Compiling socket.cc
[682/1896] Compiling hexdump.cc
[683/1896] Compiling pair.cc
[684/1896] Compiling file.cc
[685/1896] Compiling errno.cc
[686/1896] Compiling fd.cc
[687/1896] Compiling bio_mem.cc
[688/1896] Compiling connect.cc
[689/1896] Compiling base64.cc
[690/1896] Compiling bio.cc
[691/1896] Compiling tasn_typ.cc
[692/1896] Compiling tasn_fre.cc
[693/1896] Compiling tasn_enc.cc
[694/1896] Compiling tasn_utl.cc
[695/1896] Compiling tasn_new.cc
[696/1896] Compiling posix_time.cc
[697/1896] Compiling tasn_dec.cc
[698/1896] Compiling f_string.cc
[699/1896] Compiling f_int.cc
[700/1896] Compiling asn_pack.cc
[701/1896] Compiling asn1_par.cc
[702/1896] Compiling a_utctm.cc
[703/1896] Compiling a_octet.cc
[704/1896] Compiling asn1_lib.cc
[705/1896] Compiling a_time.cc
[706/1896] Compiling a_type.cc
[707/1896] Compiling a_strnid.cc
[708/1896] Compiling a_strex.cc
[709/1896] Compiling a_i2d_fp.cc
[710/1896] Compiling a_d2i_fp.cc
[711/1896] Compiling a_object.cc
[712/1896] Compiling a_mbstr.cc
[713/1896] Compiling a_gentm.cc
[714/1896] Compiling a_dup.cc
[715/1896] Compiling a_int.cc
[716/1896] Compiling fiat_p256_adx_sqr.S
[717/1896] Compiling fiat_p256_adx_mul.S
[718/1896] Compiling fiat_curve25519_adx_square.S
[719/1896] Compiling fiat_curve25519_adx_mul.S
[720/1896] Compiling CCryptoBoringSSLShims shims.c
[721/1896] Compiling a_bool.cc
[722/1896] Compiling md5-x86_64-linux.S
[723/1896] Compiling md5-x86_64-apple.S
[724/1896] Compiling md5-586-apple.S
[725/1896] Compiling md5-586-linux.S
[726/1896] Compiling a_bitstr.cc
[727/1896] Compiling chacha20_poly1305_x86_64-apple.S
[728/1896] Compiling chacha20_poly1305_armv8-win.S
[729/1896] Compiling chacha20_poly1305_x86_64-linux.S
[730/1896] Compiling chacha20_poly1305_armv8-linux.S
[731/1896] Compiling chacha20_poly1305_armv8-apple.S
[732/1896] Compiling chacha-x86_64-linux.S
[733/1896] Compiling chacha-x86_64-apple.S
[734/1896] Compiling chacha-x86-linux.S
[735/1896] Compiling chacha-x86-apple.S
[736/1896] Compiling chacha-armv8-win.S
[737/1896] Compiling chacha-armv8-linux.S
[738/1896] Compiling err_data.cc
[739/1896] Compiling chacha-armv8-apple.S
[740/1896] Compiling chacha-armv4-linux.S
[741/1896] Compiling aes128gcmsiv-x86_64-apple.S
[742/1896] Compiling x86_64-mont5-linux.S
[743/1896] Compiling x86_64-mont5-apple.S
[744/1896] Compiling aes128gcmsiv-x86_64-linux.S
[745/1896] Compiling x86_64-mont-linux.S
[746/1896] Compiling x86_64-mont-apple.S
[747/1896] Compiling x86-mont-linux.S
[748/1896] Compiling vpaes-x86_64-linux.S
[748/1896] Compiling x86-mont-apple.S
[750/1896] Compiling vpaes-x86_64-apple.S
[751/1896] Compiling vpaes-x86-linux.S
[752/1896] Compiling vpaes-armv8-win.S
[753/1896] Compiling vpaes-armv8-apple.S
[754/1896] Compiling vpaes-x86-apple.S
[755/1896] Compiling vpaes-armv8-linux.S
[756/1896] Compiling sha512-x86_64-linux.S
[757/1896] Compiling vpaes-armv7-linux.S
[758/1896] Compiling sha512-x86_64-apple.S
[759/1896] Compiling sha512-armv8-linux.S
[760/1896] Compiling sha512-armv8-apple.S
[761/1896] Compiling sha512-armv8-win.S
[762/1896] Compiling sha512-armv4-linux.S
[763/1896] Compiling sha512-586-linux.S
[764/1896] Compiling sha512-586-apple.S
[765/1896] Compiling sha256-x86_64-linux.S
[765/1896] Compiling sha256-armv8-win.S
[767/1896] Compiling sha256-x86_64-apple.S
[768/1896] Compiling sha256-armv8-linux.S
[769/1896] Compiling sha256-armv8-apple.S
[770/1896] Compiling sha256-586-apple.S
[771/1896] Compiling sha256-armv4-linux.S
[772/1896] Compiling sha256-586-linux.S
[773/1896] Compiling sha1-armv8-win.S
[774/1896] Compiling sha1-x86_64-linux.S
[775/1896] Compiling sha1-armv8-linux.S
[776/1896] Compiling sha1-armv8-apple.S
[777/1896] Compiling sha1-x86_64-apple.S
[778/1896] Compiling sha1-586-linux.S
[779/1896] Compiling sha1-armv4-large-linux.S
[780/1896] Compiling sha1-586-apple.S
[781/1896] Compiling rsaz-avx2-apple.S
[782/1896] Compiling rdrand-x86_64-linux.S
[783/1896] Compiling rsaz-avx2-linux.S
[784/1896] Compiling rdrand-x86_64-apple.S
[785/1896] Compiling p256_beeu-x86_64-asm-linux.S
[786/1896] Compiling p256_beeu-armv8-asm-win.S
[787/1896] Compiling p256_beeu-x86_64-asm-apple.S
[788/1896] Compiling p256_beeu-armv8-asm-apple.S
[789/1896] Compiling p256_beeu-armv8-asm-linux.S
[790/1896] Compiling p256-x86_64-asm-linux.S
[791/1896] Compiling p256-x86_64-asm-apple.S
[792/1896] Compiling p256-armv8-asm-win.S
[793/1896] Compiling p256-armv8-asm-linux.S
[794/1896] Compiling p256-armv8-asm-apple.S
[795/1896] Compiling ghashv8-armv8-win.S
[796/1896] Compiling ghashv8-armv8-apple.S
[797/1896] Compiling ghashv8-armv8-linux.S
[798/1896] Compiling ghashv8-armv7-linux.S
[799/1896] Compiling ghash-x86_64-linux.S
[800/1896] Compiling ghash-x86_64-apple.S
[801/1896] Compiling ghash-x86-apple.S
[802/1896] Compiling ghash-x86-linux.S
[803/1896] Compiling ghash-ssse3-x86_64-linux.S
[804/1896] Compiling ghash-ssse3-x86-apple.S
[805/1896] Compiling ghash-ssse3-x86_64-apple.S
[806/1896] Compiling ghash-neon-armv8-win.S
[807/1896] Compiling ghash-ssse3-x86-linux.S
[808/1896] Compiling ghash-neon-armv8-linux.S
[809/1896] Compiling ghash-armv4-linux.S
[810/1896] Compiling ghash-neon-armv8-apple.S
[811/1896] Compiling co-586-linux.S
[812/1896] Compiling co-586-apple.S
[813/1896] Compiling bsaes-armv7-linux.S
[814/1896] Compiling bn-armv8-apple.S
[814/1896] Compiling bn-armv8-linux.S
[816/1896] Compiling bn-586-linux.S
[817/1896] Compiling bn-armv8-win.S
[818/1896] Compiling bn-586-apple.S
[819/1896] Compiling armv8-mont-apple.S
[820/1896] Compiling armv8-mont-linux.S
[821/1896] Compiling armv8-mont-win.S
[822/1896] Compiling armv4-mont-linux.S
[823/1896] Compiling aesv8-gcm-armv8-win.S
[824/1896] Compiling aesv8-gcm-armv8-linux.S
[825/1896] Compiling aesv8-gcm-armv8-apple.S
[826/1896] Compiling aesv8-armv8-win.S
[827/1896] Compiling aesv8-armv8-linux.S
[828/1896] Compiling aesv8-armv8-apple.S
[829/1896] Compiling aesv8-armv7-linux.S
[830/1896] Compiling aesni-x86_64-linux.S
[831/1896] Compiling aesni-x86_64-apple.S
[832/1896] Compiling aesni-gcm-x86_64-apple.S
[833/1896] Compiling aesni-gcm-x86_64-linux.S
[833/1896] Compiling aesni-x86-linux.S
[835/1896] Compiling aesni-x86-apple.S
[836/1896] Compiling aes-gcm-avx10-x86_64-apple.S
[837/1896] Compiling aes-gcm-avx10-x86_64-linux.S
[838/1896] Compiling c-nioatomics.c
[839/1896] Compiling c-atomics.c
[840/1896] Compiling x_sig.cc
[841/1902] Compiling x_x509.cc
[842/1902] Compiling x_val.cc
[843/1902] Compiling x_x509a.cc
[844/1902] Compiling x_spki.cc
[845/1902] Compiling x_req.cc
[847/1902] Compiling NIOConcurrencyHelpers NIOLock.swift
[848/1902] Compiling NIOConcurrencyHelpers lock.swift
[849/1902] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[849/1902] Compiling x_pubkey.cc
[851/1902] Emitting module NIOConcurrencyHelpers
[852/1902] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[853/1902] Compiling NIOConcurrencyHelpers atomics.swift
[853/1903] Compiling x_name.cc
[855/1903] Compiling x_crl.cc
[856/1903] Compiling x_attrib.cc
[857/1903] Compiling x_exten.cc
[858/1929] Compiling x_all.cc
[859/1963] Compiling x509rset.cc
[860/1963] Compiling x_algor.cc
[861/1963] Compiling x509spki.cc
[862/1963] Compiling x509_txt.cc
[863/1963] Compiling x509name.cc
[864/1963] Compiling x509_vpm.cc
[866/1963] Compiling NIOCore MulticastChannel.swift
[867/1963] Compiling NIOCore NIOAny.swift
[868/1963] Compiling NIOCore NIOCloseOnErrorHandler.swift
[869/1963] Compiling NIOCore NIOLoopBound.swift
[870/1963] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[871/1963] Compiling NIOCore NIOScheduledCallback.swift
[872/1963] Compiling NIOCore NIOSendable.swift
[873/1963] Compiling NIOCore RecvByteBufferAllocator.swift
[873/1971] Compiling x509cset.cc
[874/1971] Compiling x509_vfy.cc
[875/1971] Compiling x509_v3.cc
[876/1971] Compiling x509_trs.cc
[877/1971] Compiling x509_ext.cc
[878/1971] Compiling x509_d2.cc
[879/1971] Compiling x509_req.cc
[880/1971] Compiling x509_set.cc
[881/1971] Compiling x509_def.cc
[882/1971] Compiling x509_obj.cc
[883/1971] Compiling x509_lu.cc
[885/1971] Compiling NIOCore IO.swift
[886/1971] Compiling NIOCore IOData.swift
[887/1971] Compiling NIOCore IPProtocol.swift
[888/1971] Compiling NIOCore IntegerBitPacking.swift
[889/1971] Compiling NIOCore IntegerTypes.swift
[890/1971] Compiling NIOCore Interfaces.swift
[891/1971] Compiling NIOCore Linux.swift
[892/1971] Compiling NIOCore MarkedCircularBuffer.swift
[892/1971] Compiling x509_att.cc
[893/1971] Compiling x509.cc
[894/1971] Compiling x509_cmp.cc
[896/1971] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[897/1971] Compiling NIOCore EventLoopFuture+Deprecated.swift
[898/1971] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[899/1971] Compiling NIOCore EventLoopFuture.swift
[900/1971] Compiling NIOCore FileDescriptor.swift
[901/1971] Compiling NIOCore FileHandle.swift
[902/1971] Compiling NIOCore FileRegion.swift
[903/1971] Compiling NIOCore GlobalSingletons.swift
[903/1971] Compiling v3_utl.cc
[905/1971] Compiling NIOCore CircularBuffer.swift
[906/1971] Compiling NIOCore Codec.swift
[907/1971] Compiling NIOCore ConvenienceOptionSupport.swift
[908/1971] Compiling NIOCore DeadChannel.swift
[909/1971] Compiling NIOCore DispatchQueue+WithFuture.swift
[910/1971] Compiling NIOCore EventLoop+Deprecated.swift
[911/1971] Compiling NIOCore EventLoop+SerialExecutor.swift
[912/1971] Compiling NIOCore EventLoop.swift
[913/1971] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[914/1971] Compiling NIOCore SocketAddresses.swift
[915/1971] Compiling NIOCore SocketOptionProvider.swift
[916/1971] Compiling NIOCore SystemCallHelpers.swift
[917/1971] Compiling NIOCore TimeAmount+Duration.swift
[918/1971] Compiling NIOCore TypeAssistedChannelHandler.swift
[919/1971] Compiling NIOCore UniversalBootstrapSupport.swift
[920/1971] Compiling NIOCore Utilities.swift
[920/1971] Compiling v3_skey.cc
[921/1971] Compiling v3_purp.cc
[922/1971] Compiling v3_pcons.cc
[923/1971] Compiling v3_prn.cc
[924/1971] Compiling v3_ocsp.cc
[925/1971] Compiling v3_pmaps.cc
[926/1971] Compiling v3_int.cc
[927/1971] Compiling v3_ia5.cc
[928/1971] Compiling v3_lib.cc
[929/1971] Compiling v3_ncons.cc
[930/1971] Compiling v3_genn.cc
[931/1971] Compiling v3_extku.cc
[932/1971] Compiling v3_info.cc
[933/1971] Compiling v3_bitst.cc
[934/1971] Compiling v3_cpols.cc
[935/1971] Compiling v3_conf.cc
[936/1971] Compiling v3_enum.cc
[937/1971] Compiling v3_crld.cc
[938/1971] Compiling v3_bcons.cc
[939/1971] Compiling v3_akey.cc
[940/1971] Compiling t_x509.cc
[941/1971] Compiling v3_akeya.cc
[942/1971] Compiling t_x509a.cc
[943/1971] Compiling v3_alt.cc
[944/1971] Compiling t_req.cc
[945/1971] Compiling i2d_pr.cc
[946/1971] Compiling name_print.cc
[947/1971] Compiling rsa_pss.cc
[948/1971] Compiling policy.cc
[949/1971] Compiling t_crl.cc
[950/1971] Compiling by_file.cc
[951/1971] Compiling by_dir.cc
[952/1971] Compiling asn1_gen.cc
[954/1971] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[955/1971] Compiling NIOCore BSDSocketAPI.swift
[956/1971] Compiling NIOCore ByteBuffer-aux.swift
[957/1971] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[958/1971] Compiling NIOCore ByteBuffer-conversions.swift
[959/1971] Compiling NIOCore ByteBuffer-core.swift
[960/1971] Compiling NIOCore ByteBuffer-hex.swift
[961/1971] Compiling NIOCore ByteBuffer-int.swift
[962/1971] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[963/1971] Compiling NIOCore ByteBuffer-multi-int.swift
[964/1971] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[965/1971] Compiling NIOCore ByteBuffer-views.swift
[966/1971] Compiling NIOCore Channel.swift
[967/1971] Compiling NIOCore ChannelHandler.swift
[968/1971] Compiling NIOCore ChannelHandlers.swift
[969/1971] Compiling NIOCore ChannelInvoker.swift
[970/1971] Compiling NIOCore ChannelOption.swift
[971/1971] Compiling NIOCore ChannelPipeline.swift
[972/1971] Compiling NIOCore AddressedEnvelope.swift
[973/1971] Compiling NIOCore AsyncAwaitSupport.swift
[974/1971] Compiling NIOCore AsyncChannel.swift
[975/1971] Compiling NIOCore AsyncChannelHandler.swift
[976/1971] Compiling NIOCore AsyncChannelInboundStream.swift
[977/1971] Compiling NIOCore AsyncChannelOutboundWriter.swift
[978/1971] Compiling NIOCore NIOAsyncSequenceProducer.swift
[979/1971] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[980/1971] Compiling NIOCore NIOAsyncWriter.swift
[981/1971] Emitting module NIOCore
[982/1972] Compiling voprf.cc
[983/1972] Compiling a_digest.cc
[984/1972] Compiling a_verify.cc
[985/1972] Compiling algorithm.cc
[986/1972] Compiling trust_token.cc
[987/1976] Compiling thread_win.cc
[988/2007] Compiling thread_none.cc
[989/2008] Compiling pmbtoken.cc
[990/2022] Compiling thread_pthread.cc
[991/2022] Compiling a_sign.cc
[992/2022] Compiling thread.cc
[993/2022] Compiling thash.cc
[994/2022] Compiling wots.cc
[995/2022] Compiling slhdsa.cc
[997/2022] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[997/2022] Compiling stack.cc
[998/2022] Compiling sha256.cc
[999/2022] Compiling siphash.cc
[1000/2022] Compiling merkle.cc
[1001/2022] Compiling sha512.cc
[1003/2022] Emitting module NIOEmbedded
[1004/2022] Compiling NIOEmbedded AsyncTestingChannel.swift
[1004/2022] Compiling fors.cc
[1005/2022] Compiling sha1.cc
[1006/2022] Compiling rsa_print.cc
[1007/2022] Compiling rsa_extra.cc
[1009/2022] Compiling NIOEmbedded Embedded.swift
[1009/2023] Compiling rsa_crypt.cc
[1011/2023] Compiling refcount.cc
[1012/2023] Compiling rsa_asn1.cc
[1013/2023] Compiling rc4.cc
[1014/2023] Compiling trusty.cc
[1015/2023] Compiling urandom.cc
[1016/2023] Compiling rand_extra.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
[1022/2023] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1023/2023] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1024/2023] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1025/2023] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1026/2023] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1026/2023] Compiling windows.cc
[1027/2023] Compiling ios.cc
[1029/2023] Emitting module NIOPosix
[1029/2030] Compiling passive.cc
[1030/2030] Compiling getentropy.cc
[1031/2030] Compiling poly1305_arm_asm.S
[1033/2030] Compiling deterministic.cc
[1034/2030] Compiling forkunsafe.cc
[1035/2030] Compiling fork_detect.cc
[1036/2030] Compiling poly1305_arm.cc
[1037/2030] Compiling poly1305_vec.cc
[1038/2030] Compiling poly1305.cc
[1039/2043] Compiling pool.cc
[1041/2071] Compiling SwiftParser TokenPrecedence.swift
[1042/2071] Compiling NIOPosix Socket.swift
[1043/2071] Compiling NIOPosix SocketChannel.swift
[1044/2071] Compiling NIOPosix SocketProtocols.swift
[1045/2071] Compiling NIOPosix System.swift
[1046/2071] Compiling NIOPosix Thread.swift
[1047/2071] Compiling SwiftParser Attributes.swift
[1048/2071] Compiling SwiftParser Availability.swift
[1049/2071] Compiling SwiftParser CharacterInfo.swift
[1050/2071] Compiling SwiftParser CollectionNodes+Parsable.swift
[1051/2071] Compiling SwiftParser Declarations.swift
[1052/2071] Compiling SwiftParser Directives.swift
[1053/2071] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1054/2071] Compiling NIOPosix ThreadPosix.swift
[1055/2071] Compiling NIOPosix ThreadWindows.swift
[1056/2071] Compiling NIOPosix UnsafeTransfer.swift
[1057/2071] Compiling NIOPosix Utilities.swift
[1058/2071] Compiling NIOPosix VsockAddress.swift
[1059/2071] Compiling NIOPosix VsockChannelEvents.swift
[1059/2074] Compiling pkcs8_x509.cc
[1060/2081] Compiling pkcs7.cc
[1061/2081] Compiling pkcs8.cc
[1062/2081] Compiling pkcs7_x509.cc
[1063/2081] Wrapping AST for SwiftSyntax for debugging
[1065/2081] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2089] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1067/2089] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2089] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2089] Compiling p5_pbev2.cc
[1070/2089] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1071/2089] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2089] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2089] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1074/2089] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1075/2089] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2089] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1078/2094] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2094] Compiling pem_xaux.cc
[1080/2094] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2094] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2094] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2094] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/2094] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1085/2094] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1086/2095] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1087/2095] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1088/2095] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1089/2095] Compiling SwiftParser StringLiterals.swift
[1094/2095] Compiling SwiftParser Expressions.swift
[1095/2095] Compiling SwiftParser IncrementalParseTransition.swift
[1096/2095] Compiling SwiftParser IsValidIdentifier.swift
[1097/2095] Compiling SwiftParser Cursor.swift
[1098/2095] Compiling SwiftParser Lexeme.swift
[1099/2095] Compiling SwiftParser LexemeSequence.swift
[1100/2095] Compiling SwiftParser Names.swift
[1101/2095] Compiling SwiftParser Nominals.swift
[1102/2095] Compiling SwiftParser Parameters.swift
[1103/2095] Compiling SwiftParser ParseSourceFile.swift
[1104/2095] Compiling SwiftParser Parser.swift
[1105/2095] Compiling SwiftParser TokenSpec.swift
[1106/2095] Compiling SwiftParser TokenSpecSet.swift
[1107/2095] Compiling SwiftParser Lexer.swift
[1108/2095] Compiling SwiftParser RegexLiteralLexer.swift
[1109/2095] Compiling SwiftParser UnicodeScalarExtensions.swift
[1110/2095] Compiling SwiftParser Lookahead.swift
[1111/2095] Compiling SwiftParser LoopProgressCondition.swift
[1112/2095] Compiling SwiftParser Modifiers.swift
[1113/2095] Compiling SwiftParser TopLevel.swift
[1114/2095] Compiling SwiftParser TriviaParser.swift
[1115/2095] Compiling SwiftParser Types.swift
[1116/2095] Compiling SwiftParser Patterns.swift
[1117/2095] Compiling SwiftParser Recovery.swift
[1118/2095] Compiling SwiftParser Specifiers.swift
[1119/2095] Compiling SwiftParser Statements.swift
[1120/2095] Compiling pem_x509.cc
[1122/2096] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1123/2096] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1124/2097] Wrapping AST for SwiftDiagnostics for debugging
[1126/2097] Compiling pem_pkey.cc
[1127/2097] Compiling pem_pk8.cc
[1128/2097] Compiling pem_oth.cc
[1129/2097] Wrapping AST for SwiftBasicFormat for debugging
[1131/2099] Emitting module NIO
[1132/2099] Compiling NIO Exports.swift
[1132/2099] Compiling obj_xref.cc
[1133/2100] Compiling pem_lib.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
[1141/2100] Compiling mem.cc
[1142/2100] Compiling mldsa.cc
[1143/2100] Compiling pem_info.cc
[1144/2100] Compiling pem_all.cc
[1145/2100] Compiling mlkem.cc
[1146/2101] Compiling obj.cc
[1148/2111] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1154/2111] Compiling md5.cc
[1156/2111] Compiling NIOTLS TLSEvents.swift
[1156/2111] Compiling md4.cc
[1157/2111] Compiling poly_rq_mul.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1163/2111] Compiling fips_shared_support.cc
[1165/2111] Emitting module NIOTLS
[1166/2111] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1166/2111] Compiling lhash.cc
[1168/2111] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1169/2111] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1170/2111] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1182/2111] Compiling kyber.cc
[1183/2111] Compiling hrss.cc
[1185/2111] Compiling NIOTLS SNIHandler.swift
[1186/2111] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1187/2111] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1189/2112] Emitting module NIOFoundationCompat
[1190/2112] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1190/2113] Compiling ex_data.cc
[1192/2113] Compiling hpke.cc
[1193/2113] Compiling sign.cc
[1194/2164] Compiling scrypt.cc
[1196/2164] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1197/2164] Compiling NIOSSL SSLCertificate.swift
[1198/2164] Compiling NIOSSL SSLCertificateExtensions.swift
[1199/2166] Compiling NIOSSL NIOSSLServerHandler.swift
[1200/2166] Compiling NIOSSL ObjectIdentifier.swift
[1201/2166] Compiling NIOSSL PosixPort.swift
[1202/2166] Compiling NIOTransportServices StateManagedChannel.swift
[1203/2166] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1204/2166] Compiling NIOSSL SSLPrivateKey.swift
[1205/2166] Compiling NIOSSL SSLCallbacks.swift
[1206/2166] Compiling NIOSSL SSLContext.swift
[1207/2166] Compiling NIOSSL SSLErrors.swift
[1208/2166] Compiling NIOSSL NIOSSLClientHandler.swift
[1209/2166] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1210/2166] Compiling NIOSSL NIOSSLHandler.swift
[1210/2166] Compiling pbkdf.cc
[1212/2166] Compiling NIOSSL SSLCertificateName.swift
[1213/2166] Compiling NIOSSL SSLConnection.swift
[1214/2166] Compiling NIOSSL LinuxCABundle.swift
[1215/2166] Emitting module NIOTransportServices
[1216/2166] Compiling NIOSSL AndroidCABundle.swift
[1217/2166] Compiling NIOSSL ByteBufferBIO.swift
[1218/2166] Compiling NIOSSL CustomPrivateKey.swift
[1219/2166] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1220/2166] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1220/2167] Compiling p_x25519.cc
[1222/2167] Compiling print.cc
[1223/2167] Compiling p_x25519_asn1.cc
[1224/2167] Compiling p_ed25519.cc
[1225/2167] Compiling p_rsa_asn1.cc
[1226/2167] Compiling p_hkdf.cc
[1227/2167] Compiling p_ed25519_asn1.cc
[1228/2167] Compiling p_rsa.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
[1235/2167] Compiling p_dh_asn1.cc
[1236/2167] Compiling p_ec_asn1.cc
[1237/2167] Compiling p_dsa_asn1.cc
[1238/2167] Compiling p_ec.cc
[1239/2167] Compiling evp_ctx.cc
[1240/2167] Compiling p_dh.cc
[1242/2167] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1243/2167] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1244/2167] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1245/2167] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/2167] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/2168] Compiling err.cc
[1247/2168] Compiling evp.cc
[1249/2168] Compiling engine.cc
[1251/2168] Emitting module NIOSSL
[1255/2168] Compiling evp_asn1.cc
[1256/2172] Compiling ecdsa_asn1.cc
[1261/2172] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1262/2172] Compiling NIOSSL SubjectAlternativeName.swift
[1263/2172] Compiling NIOSSL NIOSSLSecureBytes.swift
[1264/2172] Compiling NIOSSL RNG.swift
[1265/2172] Compiling NIOSSL SafeCompare.swift
[1265/2172] Wrapping AST for SwiftParser for debugging
[1266/2182] Compiling ecdh_extra.cc
[1267/2195] Compiling hash_to_curve.cc
[1268/2195] Compiling ec_derive.cc
[1270/2195] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1270/2196] Compiling dsa_asn1.cc
[1271/2196] Compiling bcm.cc
[1273/2196] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1274/2197] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1275/2197] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1276/2197] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1277/2197] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1278/2197] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1278/2197] Compiling ec_asn1.cc
[1279/2197] Compiling dh_asn1.cc
[1281/2197] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1281/2197] Compiling dsa.cc
[1283/2197] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1284/2197] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1285/2197] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1286/2197] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1287/2197] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1288/2198] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1289/2198] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1290/2198] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1291/2198] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1296/2198] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1297/2198] Compiling SwiftParserDiagnostics Utils.swift
[1303/2198] Compiling des.cc
[1304/2198] Compiling params.cc
[1306/2198] Compiling digest_extra.cc
[1307/2198] Compiling spake25519.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
[1311/2198] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1312/2198] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1312/2198] Compiling crypto.cc
[1313/2198] Compiling x25519-asm-arm.S
[1314/2198] Compiling cpu_intel.cc
[1315/2198] Compiling curve25519.cc
[1316/2198] Compiling cpu_arm_linux.cc
[1317/2198] Compiling curve25519_64_adx.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
[1321/2198] Compiling NIOSSL Zeroization.swift
[1322/2198] Compiling NIOSSL TLSConfiguration.swift
[1323/2198] Compiling NIOSSL UniversalBootstrapSupport.swift
[1324/2198] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1326/2199] Compiling cpu_arm_freebsd.cc
[1327/2199] Compiling cpu_aarch64_win.cc
[1328/2199] Wrapping AST for SwiftOperators for debugging
[1330/2199] Compiling cpu_aarch64_sysreg.cc
[1331/2199] Compiling cpu_aarch64_openbsd.cc
[1332/2199] Compiling cpu_aarch64_linux.cc
[1333/2199] Compiling cpu_aarch64_fuchsia.cc
[1334/2199] Compiling tls_cbc.cc
[1335/2199] Compiling cpu_aarch64_apple.cc
[1336/2199] Compiling conf.cc
[1337/2199] Compiling e_tls.cc
[1338/2199] Compiling e_rc4.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
[1343/2199] Compiling e_rc2.cc
[1344/2200] Compiling e_null.cc
[1345/2200] Compiling e_des.cc
[1347/2200] Compiling derive_key.cc
[1348/2200] Compiling e_chacha20poly1305.cc
[1349/2200] Compiling e_aesgcmsiv.cc
[1350/2200] Compiling chacha.cc
[1351/2200] Compiling unicode.cc
[1352/2200] Compiling e_aesctrhmac.cc
[1353/2200] Compiling cipher_extra.cc
[1354/2200] Wrapping AST for SwiftParserDiagnostics for debugging
[1355/2215] Compiling cbb.cc
[1356/2215] Compiling buf.cc
[1357/2215] Compiling asn1_compat.cc
[1358/2215] Compiling bn_asn1.cc
[1359/2215] Compiling blake2.cc
[1360/2215] Compiling ber.cc
[1362/2215] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1363/2215] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1363/2216] Compiling convert.cc
[1364/2216] Compiling cbs.cc
[1365/2216] Compiling printf.cc
[1366/2216] Compiling file.cc
[1368/2216] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1368/2216] Compiling errno.cc
[1369/2216] Compiling pair.cc
[1370/2216] Compiling hexdump.cc
[1372/2216] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1373/2216] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1373/2216] Compiling fd.cc
[1374/2216] Compiling bio_mem.cc
[1375/2216] Compiling bio.cc
[1376/2216] Compiling tasn_typ.cc
[1377/2216] Compiling base64.cc
[1379/2216] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1380/2216] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1381/2216] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1382/2216] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1383/2216] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1384/2216] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1385/2216] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1386/2216] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1387/2216] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1387/2216] Compiling tasn_fre.cc
[1389/2216] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1390/2216] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1390/2216] Compiling tasn_dec.cc
[1391/2217] Compiling tasn_new.cc
[1392/2217] Compiling tasn_enc.cc
[1394/2217] Compiling posix_time.cc
[1395/2217] Compiling tasn_utl.cc
[1396/2217] Compiling f_string.cc
[1397/2217] Compiling f_int.cc
[1398/2217] Compiling asn_pack.cc
[1399/2217] Wrapping AST for SwiftSyntaxBuilder for debugging
[1400/2221] Compiling asn1_lib.cc
[1401/2234] Compiling a_type.cc
[1402/2234] Compiling a_utctm.cc
[1403/2234] Compiling a_time.cc
[1404/2234] Compiling asn1_par.cc
[1406/2234] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1407/2234] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1408/2234] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1409/2234] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1410/2236] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1411/2236] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1412/2236] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1413/2236] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1413/2236] Compiling a_strnid.cc
[1415/2236] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1416/2236] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1417/2236] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1418/2236] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1419/2236] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1419/2236] Compiling a_strex.cc
[1420/2236] Compiling a_octet.cc
[1421/2236] Compiling a_object.cc
[1422/2236] Compiling a_i2d_fp.cc
[1423/2236] Compiling a_mbstr.cc
[1424/2236] Write sources
[1426/2236] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1427/2236] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1428/2236] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1429/2236] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1430/2236] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1431/2236] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1431/2237] Compiling a_int.cc
[1432/2237] Write sources
[1433/2237] Compiling a_d2i_fp.cc
[1434/2237] Write sources
[1436/2286] Compiling a_dup.cc
[1437/2286] Compiling a_gentm.cc
[1438/2286] Compiling _AtomicsShims.c
[1438/2286] Write sources
[1444/2297] Compiling a_bool.cc
[1445/2297] Wrapping AST for SwiftSyntaxMacros for debugging
[1446/2297] Write sources
[1456/2314] Compiling a_bitstr.cc
[1458/2346] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1459/2347] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1460/2347] Emitting module AsyncAlgorithms
[1461/2353] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1462/2353] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1463/2353] Compiling AsyncAlgorithms MergeStateMachine.swift
[1464/2353] Compiling AsyncAlgorithms MergeStorage.swift
[1465/2353] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1466/2353] Compiling AsyncAlgorithms Rethrow.swift
[1467/2353] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1468/2353] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1469/2353] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1470/2353] Compiling Atomics OptionalRawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1471/2353] Compiling Atomics RawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1472/2353] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1473/2353] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1474/2353] Compiling Atomics UnsafeAtomic.swift
[1475/2353] Compiling Atomics UnsafeAtomicLazyReference.swift
[1476/2353] Compiling Atomics ManagedAtomic.swift
[1477/2353] Compiling Atomics ManagedAtomicLazyReference.swift
[1478/2353] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1479/2353] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1480/2353] Compiling Atomics DoubleWord.swift
[1481/2353] Compiling Atomics Primitives.shims.swift
[1482/2353] Compiling Atomics AtomicInteger.swift
[1483/2353] Compiling Atomics AtomicOptionalWrappable.swift
[1484/2353] Compiling Atomics AtomicReference.swift
[1485/2353] Compiling Atomics AtomicStorage.swift
[1486/2353] Compiling Atomics AtomicValue.swift
[1489/2353] Compiling Atomics AtomicBool.swift
[1490/2353] Compiling Atomics IntegerConformances.swift
[1491/2353] Compiling Atomics PointerConformances.swift
[1492/2353] Compiling Atomics Primitives.native.swift
[1493/2353] Compiling Atomics AtomicMemoryOrderings.swift
[1494/2353] Compiling CryptoBoringWrapper RandomBytes.swift
[1495/2353] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1496/2353] Emitting module CryptoBoringWrapper
[1497/2353] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1498/2353] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1499/2353] Compiling CryptoBoringWrapper EllipticCurve.swift
[1500/2353] Compiling AsyncAlgorithms SetAlgebra.swift
[1501/2353] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1502/2353] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1503/2353] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1504/2353] Compiling AsyncAlgorithms ZipStateMachine.swift
[1505/2353] Compiling AsyncAlgorithms ZipStorage.swift
[1506/2353] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1507/2354] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1508/2354] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1510/2355] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1511/2355] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1512/2355] Compiling AsyncAlgorithms DebounceStorage.swift
[1513/2355] Compiling AsyncAlgorithms Dictionary.swift
[1514/2355] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1515/2355] Compiling AsyncAlgorithms Locking.swift
[1515/2355] Write sources
[1518/2355] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1519/2355] Compiling AsyncAlgorithms ChannelStorage.swift
[1520/2355] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1521/2355] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1522/2355] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1523/2355] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1524/2355] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1525/2355] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1526/2355] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1527/2355] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1528/2355] Compiling AsyncAlgorithms AsyncChannel.swift
[1529/2355] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1531/2382] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1532/2382] 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
[1533/2454] Compiling Crypto HPKE.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1534/2454] Compiling Crypto HPKE-Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1535/2454] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1536/2454] Compiling Crypto KEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1537/2454] Compiling Crypto ECDH_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
[1538/2454] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1539/2454] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1540/2454] Emitting module _NIOBase64
[1541/2454] Compiling _NIOBase64 Base64.swift
[1543/2455] Compiling Crypto Digest_boring.swift
[1544/2455] Compiling Crypto Digest.swift
[1545/2465] Compiling Crypto Digests.swift
[1546/2465] Compiling Crypto HashFunctions.swift
[1547/2465] Compiling Crypto DH.swift
[1548/2465] Compiling Crypto ECDH.swift
[1549/2465] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1550/2466] Compiling Crypto PKCS8PrivateKey.swift
[1551/2466] Compiling Crypto SEC1PrivateKey.swift
[1552/2466] Compiling Crypto Insecure.swift
[1553/2466] Compiling Crypto Insecure_HashFunctions.swift
[1554/2466] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1555/2466] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1560/2466] Emitting module InternalCollectionsUtilities
[1561/2466] Compiling Crypto HPKE-KeySchedule.swift
[1562/2466] Compiling Crypto HPKE-Modes.swift
[1563/2466] Compiling Crypto SubjectPublicKeyInfo.swift
[1564/2466] Compiling Crypto CryptoKitErrors.swift
[1573/2468] Compiling Atomics IntegerOperations.swift
[1574/2468] Compiling Atomics Unmanaged extensions.swift
[1575/2468] Compiling _NIODataStructures PriorityQueue.swift
[1576/2468] Compiling _NIODataStructures _TinyArray.swift
[1577/2468] Emitting module Atomics
[1583/2468] Emitting module Crypto
[1584/2477] Emitting module _NIODataStructures
[1585/2477] Compiling _NIODataStructures Heap.swift
[1586/2478] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[1594/2480] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1599/2481] Emitting module SwiftASN1
[1600/2481] Write sources
[1605/2481] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1606/2481] Emitting module ServiceLifecycle
[1607/2481] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1607/2481] Compiling CNIOWindows shim.c
[1608/2481] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1609/2481] Compiling CNIOWindows WSAStartup.c
[1611/2481] Compiling ServiceLifecycle CancellationWaiter.swift
[1612/2481] Compiling ServiceLifecycle GracefulShutdown.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1615/2537] Compiling ServiceLifecycle ServiceRunnerError.swift
[1617/2555] Compiling DequeModule Deque+CustomReflectable.swift
[1618/2555] Compiling DequeModule Deque+Descriptions.swift
[1619/2559] Compiling DequeModule _DequeBuffer.swift
[1620/2559] Compiling DequeModule _DequeBufferHeader.swift
[1621/2559] Compiling Crypto SymmetricKeys.swift
[1622/2559] Compiling Crypto HMAC.swift
[1623/2559] Compiling Crypto MACFunctions.swift
[1624/2559] Compiling Crypto MessageAuthenticationCode.swift
[1625/2559] Compiling Crypto AES.swift
[1626/2559] Compiling Crypto ECDSASignature_boring.swift
[1627/2559] Compiling Crypto ECDSA_boring.swift
[1628/2559] Compiling Crypto EdDSA_boring.swift
[1629/2559] Compiling Crypto ECDSA.swift
[1630/2559] Compiling Crypto Ed25519.swift
[1631/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[1632/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[1633/2559] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[1634/2559] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[1635/2559] Compiling Crypto NISTCurvesKeys_boring.swift
[1636/2559] Compiling Crypto X25519Keys_boring.swift
[1637/2559] Compiling Crypto Curve25519.swift
[1638/2559] Compiling Crypto Ed25519Keys.swift
[1639/2559] Compiling Crypto NISTCurvesKeys.swift
[1640/2559] Compiling Crypto X25519Keys.swift
[1641/2559] Compiling DequeModule Deque+Extras.swift
[1642/2559] Compiling DequeModule Deque+Hashable.swift
[1643/2559] Compiling DequeModule _DequeSlot.swift
[1644/2559] Compiling DequeModule _UnsafeWrappedBuffer.swift
[1645/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[1646/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[1647/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[1648/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[1649/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[1650/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[1651/2559] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[1652/2566] Compiling DequeModule Deque+Testing.swift
[1653/2566] Compiling DequeModule Deque._Storage.swift
[1654/2566] Compiling DequeModule Deque+Equatable.swift
[1655/2566] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[1656/2566] Compiling DequeModule Deque._UnsafeHandle.swift
[1657/2566] Compiling DequeModule Deque.swift
[1658/2566] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1659/2566] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1660/2566] Compiling ServiceLifecycle Service.swift
[1661/2566] Compiling ServiceLifecycle ServiceGroup.swift
[1662/2566] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[1663/2566] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[1664/2567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[1665/2567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[1666/2567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[1672/2568] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[1673/2568] Compiling OrderedCollections OrderedSet+Hashable.swift
[1674/2568] Compiling OrderedCollections OrderedSet+Initializers.swift
[1675/2568] Compiling OrderedCollections OrderedSet+Insertions.swift
[1676/2568] Compiling OrderedCollections OrderedSet+Invariants.swift
[1677/2568] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[1678/2568] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[1679/2568] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[1680/2568] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[1681/2568] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[1690/2568] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[1691/2568] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[1702/2568] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[1703/2568] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[1704/2568] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[1705/2568] Compiling OrderedCollections OrderedDictionary+Values.swift
[1706/2568] Compiling OrderedCollections OrderedDictionary.swift
[1707/2568] Compiling OrderedCollections OrderedSet+Codable.swift
[1708/2568] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[1709/2568] Compiling OrderedCollections OrderedSet+Descriptions.swift
[1710/2568] Compiling OrderedCollections OrderedSet+Diffing.swift
[1711/2568] Compiling OrderedCollections OrderedSet+Equatable.swift
[1712/2568] Compiling DequeModule Deque+Codable.swift
[1713/2568] Compiling DequeModule Deque+Collection.swift
[1756/2571] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1758/2571] Compiling ConcurrencyHelpers LockedValueBox.swift
[1759/2571] Emitting module ConcurrencyHelpers
[1760/2571] Compiling Crypto Signature.swift
[1761/2571] Compiling Crypto CryptoKitErrors_boring.swift
[1762/2571] Compiling Crypto RNG_boring.swift
[1763/2571] Compiling Crypto SafeCompare_boring.swift
[1764/2571] Compiling Crypto Zeroization_boring.swift
[1765/2571] Compiling Crypto PrettyBytes.swift
[1766/2571] Compiling Crypto SafeCompare.swift
[1767/2571] Compiling Crypto SecureBytes.swift
[1768/2571] Compiling Crypto Zeroization.swift
[1769/2571] Emitting module DequeModule
[1772/2575] Compiling CoreMetrics Metrics.swift
[1781/2575] Emitting module OrderedCollections
[1781/2575] Wrapping AST for SwiftCompilerPlugin for debugging
[1783/2629] Compiling OrderedCollections OrderedSet+Sendable.swift
[1784/2629] Compiling OrderedCollections OrderedSet+SubSequence.swift
[1785/2629] Compiling OrderedCollections OrderedSet+Testing.swift
[1786/2629] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[1787/2629] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[1788/2629] Compiling OrderedCollections OrderedSet.swift
[1789/2629] Compiling OrderedCollections _UnsafeBitset.swift
[1790/2636] Compiling PostgresNIOMacrosPlugin StatementMacro.swift
[1791/2636] Emitting module PostgresNIOMacrosPlugin
[1793/2637] Wrapping AST for PostgresNIOMacrosPlugin for debugging
[1794/2637] Write Objects.LinkFileList
[1795/2637] Compiling CNIOWASI CNIOWASI.c
[1797/2637] Emitting module _CryptoExtras
[1797/2643] Compiling CNIOLinux shim.c
[1799/2643] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1800/2643] Compiling _CryptoExtras DigestType.swift
[1801/2643] Compiling _CryptoExtras Error.swift
[1802/2643] Compiling _CryptoExtras I2OSP.swift
[1803/2643] Compiling _CryptoExtras IntegerEncoding.swift
[1804/2643] Compiling _CryptoExtras PEMDocument.swift
[1805/2643] Compiling _CryptoExtras ARCCredential.swift
[1806/2643] Compiling _CryptoExtras ARCEncoding.swift
[1807/2643] Compiling _CryptoExtras HashToField.swift
[1808/2643] Compiling _CryptoExtras KDF.swift
[1809/2643] Compiling _CryptoExtras PBKDF2_boring.swift
[1810/2643] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1811/2643] Compiling _CryptoExtras PBKDF2.swift
[1812/2643] Compiling _CryptoExtras Scrypt_boring.swift
[1812/2644] Compiling CNIOLinux liburing_shims.c
[1813/2644] Linking PostgresNIOMacrosPlugin-tool
[1815/2644] Compiling _CryptoExtras AES_CBC.swift
[1816/2644] Compiling _CryptoExtras AES_CFB.swift
[1817/2644] Compiling _CryptoExtras AES_CTR_boring.swift
[1818/2644] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1819/2644] Emitting module _ConnectionPoolModule
[1820/2644] Compiling _CryptoExtras AES_CTR.swift
[1821/2644] Compiling _CryptoExtras AES_GCM_SIV.swift
[1822/2644] Compiling _CryptoExtras Block Function.swift
[1823/2644] Compiling _CryptoExtras AES_CFB_boring.swift
[1823/2644] Compiling CNIODarwin shim.c
[1825/2644] Compiling _CryptoExtras ARC+API.swift
[1826/2644] Compiling _CryptoExtras ARC.swift
[1827/2644] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1828/2644] Emitting module Logging
[1829/2644] Compiling Logging Locks.swift
[1830/2644] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 |         let start = Double(100_000_000)
553 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
554 |
555 |         // 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:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         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:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         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 }
[1831/2644] Compiling Logging MetadataProvider.swift
[1832/2644] Emitting module CoreMetrics
[1833/2644] Compiling CoreMetrics Locks.swift
[1834/2644] Compiling ConcurrencyHelpers Lock.swift
[1835/2644] Compiling Logging LogHandler.swift
[1836/2644] Compiling Logging Logging.swift
[1844/2647] Compiling _CryptoExtras PrettyBytes.swift
[1845/2647] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1846/2647] Compiling _CryptoExtras DLEQ.swift
[1847/2647] Compiling _CryptoExtras Prover.swift
[1848/2647] Compiling _CryptoExtras Verifier.swift
[1849/2647] Compiling _CryptoExtras ZKPToolbox.swift
[1850/2647] Compiling _CryptoExtras VOPRFServer.swift
[1851/2647] Compiling _CryptoExtras RSA+BlindSigning.swift
[1852/2647] Compiling _CryptoExtras RSA.swift
[1853/2647] Compiling _CryptoExtras RSA_boring.swift
[1854/2647] Compiling _CryptoExtras RSA_security.swift
[1855/2647] Compiling _CryptoExtras BoringSSLHelpers.swift
[1861/2647] Compiling CNIOBoringSSLShims shims.c
[1868/2647] Compiling _CryptoExtras ARCPrecredential.swift
[1869/2647] Compiling _CryptoExtras ARCPresentation.swift
[1869/2647] Compiling fiat_p256_adx_sqr.S
[1870/2648] Compiling fiat_p256_adx_mul.S
[1870/2648] Compiling fiat_curve25519_adx_square.S
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/779] Compiling fiat_curve25519_adx_square.S
[1/779] Compiling fiat_curve25519_adx_mul.S
[2/779] Compiling fiat_p256_adx_mul.S
[3/779] Write swift-version-24593BA9C3E375BF.txt
[4/779] Compiling tls13_enc.cc
[5/783] Compiling tls_record.cc
[6/783] Compiling tls_method.cc
[7/783] Compiling tls13_both.cc
[8/783] Compiling t1_enc.cc
[9/783] Compiling tls13_client.cc
[10/783] Compiling tls13_server.cc
[11/797] Compiling c-nioatomics.c
[13/797] Emitting module SwiftSyntax510
[14/797] Compiling SwiftSyntax509 Empty.swift
[15/797] Emitting module SwiftSyntax600
[16/797] Compiling SwiftSyntax600 Empty.swift
[17/798] Compiling SwiftSyntax510 Empty.swift
[18/799] Compiling _NIODataStructures PriorityQueue.swift
[19/799] Compiling _NIODataStructures _TinyArray.swift
[20/799] Emitting module _NIODataStructures
[21/799] Compiling _NIODataStructures Heap.swift
[22/799] Emitting module SwiftSyntax509
[27/815] Compiling _NIODataStructures PriorityQueue.swift
[28/815] Compiling _NIODataStructures _TinyArray.swift
[29/815] Compiling _NIOBase64 Base64.swift
[30/832] Emitting module _NIOBase64
[31/832] Emitting module _NIODataStructures
[32/832] Compiling _NIODataStructures Heap.swift
[33/833] Compiling _NIOBase64 Base64.swift
[34/834] Emitting module _NIOBase64
[38/846] Compiling Logging MetadataProvider.swift
[39/879] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/880] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/880] Compiling InternalCollectionsUtilities Integer rank.swift
[42/880] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/880] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/880] Compiling InternalCollectionsUtilities Debugging.swift
[45/880] Compiling InternalCollectionsUtilities Descriptions.swift
[46/880] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/880] Compiling Logging MetadataProvider.swift
[48/880] Compiling NIOConcurrencyHelpers lock.swift
[49/880] Compiling SwiftASN1 ArraySliceBigint.swift
[50/880] Compiling SwiftASN1 GeneralizedTime.swift
[51/882] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/882] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/882] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/883] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/883] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/883] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/885] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/885] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/885] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[65/885] Compiling NIOConcurrencyHelpers NIOLock.swift
[66/885] Compiling NIOConcurrencyHelpers atomics.swift
[67/886] Emitting module NIOConcurrencyHelpers
[69/950] Compiling SwiftSyntax SourceLength.swift
[70/950] Compiling SwiftSyntax AbsolutePosition.swift
[71/950] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[72/950] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[73/950] Compiling SwiftSyntax Assert.swift
[74/950] Compiling SwiftSyntax BumpPtrAllocator.swift
[77/950] Emitting module Logging
[78/950] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/950] Compiling Logging Locks.swift
[80/950] Compiling SwiftSyntax Identifier.swift
[81/950] Compiling SwiftSyntax MemoryLayout.swift
[82/950] Compiling SwiftSyntax MissingNodeInitializers.swift
[87/950] Emitting module InternalCollectionsUtilities
[88/950] Compiling Logging LogHandler.swift
[89/950] Compiling Logging Locks.swift
[90/950] Compiling Logging Logging.swift
[91/950] Emitting module Logging
[92/951] Emitting module InternalCollectionsUtilities
[93/951] Compiling SwiftSyntax SourceEdit.swift
[98/951] Compiling SwiftSyntax RawSyntaxTokenView.swift
[100/959] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[101/959] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[108/960] Compiling SwiftSyntax RawSyntax.swift
[110/961] Compiling SwiftSyntax CommonAncestor.swift
[111/961] Compiling SwiftSyntax Convenience.swift
[114/961] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[116/964] Compiling CryptoBoringWrapper RandomBytes.swift
[117/964] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[118/964] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[122/967] Compiling CryptoBoringWrapper EllipticCurve.swift
[123/967] Emitting module CryptoBoringWrapper
[124/967] Compiling SwiftSyntax CustomTraits.swift
[125/967] Compiling SwiftSyntax EditorPlaceholder.swift
[128/967] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[129/967] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[131/1023] Emitting module SwiftASN1
[132/1024] Compiling Logging Logging.swift
[133/1024] Compiling Logging LogHandler.swift
[135/1025] Emitting module SwiftASN1
[138/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[140/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[141/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[142/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[143/1092] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[144/1092] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[145/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[146/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[147/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[148/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[149/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[150/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[151/1118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[152/1118] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[153/1118] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[154/1118] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[155/1118] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[156/1118] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[157/1118] Compiling OrderedCollections OrderedDictionary+Values.swift
[158/1118] Compiling OrderedCollections OrderedDictionary.swift
[159/1118] Compiling OrderedCollections OrderedSet+Codable.swift
[160/1118] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/1127] Compiling DequeModule _DequeBuffer.swift
[162/1127] Compiling DequeModule _DequeBufferHeader.swift
[163/1159] Compiling Crypto Digest_boring.swift
[164/1159] Compiling Crypto Digest.swift
[165/1159] Compiling Crypto Digests.swift
[166/1159] Compiling Crypto HashFunctions.swift
[167/1159] Compiling Crypto HashFunctions_SHA2.swift
[168/1159] Compiling OrderedCollections OrderedSet+Equatable.swift
[169/1159] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[170/1159] Compiling OrderedCollections OrderedSet+Hashable.swift
[171/1159] Compiling OrderedCollections OrderedSet+Initializers.swift
[172/1159] Compiling OrderedCollections OrderedSet+Insertions.swift
[173/1159] Compiling OrderedCollections OrderedSet+Invariants.swift
[174/1159] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[175/1159] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[176/1159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[177/1159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[178/1159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[179/1159] Compiling Crypto GeneralizedTime.swift
[180/1159] Compiling Crypto ObjectIdentifier.swift
[181/1159] Compiling Crypto ECDSASignature.swift
[182/1159] Compiling Crypto PEMDocument.swift
[183/1159] Compiling Crypto PKCS8PrivateKey.swift
[184/1159] Compiling Crypto SEC1PrivateKey.swift
[185/1159] Compiling Crypto SubjectPublicKeyInfo.swift
[186/1159] Compiling Crypto CryptoKitErrors.swift
[187/1177] Compiling Crypto ASN1Null.swift
[188/1177] Compiling Crypto ASN1OctetString.swift
[189/1184] Compiling Crypto ASN1BitString.swift
[190/1184] Compiling Crypto ASN1Boolean.swift
[191/1184] Compiling Crypto ASN1Identifier.swift
[192/1184] Compiling Crypto ASN1Integer.swift
[195/1184] Compiling DequeModule _DequeSlot.swift
[196/1184] Compiling DequeModule _UnsafeWrappedBuffer.swift
[197/1202] Compiling CoreMetrics Locks.swift
[198/1202] Emitting module CoreMetrics
[199/1202] Compiling CoreMetrics Metrics.swift
[200/1202] Compiling Crypto Cipher.swift
[201/1202] Compiling Crypto Nonces.swift
[202/1202] Compiling Crypto ChaChaPoly_boring.swift
[203/1202] Compiling Crypto ChaChaPoly.swift
[208/1203] Compiling Crypto ASN1.swift
[209/1203] Compiling Crypto ASN1Any.swift
[210/1203] Compiling Crypto ECDH_boring.swift
[211/1203] Compiling Crypto DH.swift
[212/1203] Compiling Crypto ECDH.swift
[213/1203] Compiling Crypto HKDF.swift
[214/1203] Compiling Crypto AESWrap.swift
[215/1203] Compiling Crypto AESWrap_boring.swift
[216/1203] Compiling Crypto Ed25519_boring.swift
[217/1210] Compiling Crypto HPKE.swift
[218/1210] Compiling Crypto HPKE-Context.swift
[219/1210] Compiling Crypto HPKE-KeySchedule.swift
[220/1210] Compiling Crypto HPKE-Modes.swift
[221/1210] Compiling Crypto Insecure.swift
[222/1210] Compiling Crypto Insecure_HashFunctions.swift
[223/1210] Compiling Crypto KEM.swift
[230/1210] Compiling Crypto HPKE-AEAD.swift
[231/1210] Compiling Crypto HPKE-Ciphersuite.swift
[232/1210] Compiling Crypto HPKE-KDF.swift
[249/1210] Compiling CoreMetrics Metrics.swift
[250/1210] Compiling CoreMetrics Locks.swift
[251/1210] Emitting module CoreMetrics
[261/1211] Compiling Crypto AES-GCM.swift
[262/1211] Compiling Crypto AES-GCM_boring.swift
[272/1211] Compiling Crypto HPKE-KexKeyDerivation.swift
[273/1211] Compiling Crypto HPKE-LabeledExtract.swift
[274/1211] Compiling Crypto HPKE-Utils.swift
[275/1211] Compiling Crypto DHKEM.swift
[276/1211] Compiling Crypto HPKE-KEM-Curve25519.swift
[277/1211] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[278/1211] Compiling Crypto HPKE-KEM.swift
[279/1211] Compiling Crypto HPKE-Errors.swift
[303/1213] Compiling OrderedCollections OrderedSet+Sendable.swift
[304/1213] Compiling OrderedCollections OrderedSet+SubSequence.swift
[305/1213] Compiling OrderedCollections OrderedSet+Testing.swift
[306/1213] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[307/1213] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[308/1213] Compiling OrderedCollections OrderedSet.swift
[309/1213] Compiling OrderedCollections _UnsafeBitset.swift
[310/1213] Emitting module DequeModule
[314/1217] Emitting module Metrics
[315/1217] Compiling Metrics Metrics.swift
[316/1220] Emitting module OrderedCollections
[317/1221] Compiling ConcurrencyHelpers LockedValueBox.swift
[319/1221] Emitting module DequeModule
[331/1222] Emitting module ConcurrencyHelpers
[332/1222] Compiling ConcurrencyHelpers Lock.swift
[360/1226] Compiling Crypto HMAC.swift
[361/1226] Compiling Crypto MACFunctions.swift
[362/1226] Compiling Crypto MessageAuthenticationCode.swift
[363/1226] Compiling Crypto AES.swift
[364/1226] Compiling Crypto ECDSASignature_boring.swift
[365/1226] Compiling Crypto ECDSA_boring.swift
[366/1226] Compiling Crypto EdDSA_boring.swift
[367/1226] Compiling Crypto ECDSA.swift
[368/1226] Compiling Crypto Ed25519.swift
[369/1273] Compiling ConcurrencyHelpers LockedValueBox.swift
[370/1273] Emitting module OrderedCollections
[371/1274] Emitting module Crypto
[382/1274] Compiling Atomics Primitives.shims.swift
[383/1274] Compiling Atomics AtomicInteger.swift
[384/1274] Compiling Atomics AtomicOptionalWrappable.swift
[385/1276] Compiling Atomics AtomicValue.swift
[386/1276] Compiling Atomics ManagedAtomic.swift
[387/1276] Compiling Atomics ManagedAtomicLazyReference.swift
[388/1276] Compiling Atomics UnsafeAtomic.swift
[389/1276] Compiling Atomics UnsafeAtomicLazyReference.swift
[390/1278] Compiling Atomics AtomicReference.swift
[391/1278] Compiling Atomics AtomicStorage.swift
[395/1323] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[396/1323] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[397/1323] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[398/1323] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[399/1323] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[400/1323] Compiling AsyncAlgorithms CombineLatestStorage.swift
[401/1323] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[402/1323] Compiling AsyncAlgorithms DebounceStateMachine.swift
[403/1323] Compiling AsyncAlgorithms DebounceStorage.swift
[404/1323] Compiling AsyncAlgorithms Dictionary.swift
[405/1323] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[406/1323] Compiling AsyncAlgorithms Locking.swift
[407/1323] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[408/1323] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[409/1323] Compiling AsyncAlgorithms MergeStateMachine.swift
[410/1323] Compiling AsyncAlgorithms MergeStorage.swift
[411/1323] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[412/1323] Compiling AsyncAlgorithms Rethrow.swift
[419/1323] Emitting module ConcurrencyHelpers
[420/1323] Compiling ConcurrencyHelpers Lock.swift
[421/1323] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[422/1323] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[424/1327] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[425/1327] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[426/1327] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[431/1327] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[432/1327] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[433/1327] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[434/1330] Emitting module AsyncAlgorithms
[435/1330] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[436/1330] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[437/1330] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[438/1330] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[439/1330] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[440/1330] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[441/1330] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[442/1336] Compiling UnixSignals UnixSignal.swift
[443/1336] Compiling UnixSignals UnixSignalsSequence.swift
[444/1336] Emitting module UnixSignals
[451/1337] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[471/1337] Emitting module UnixSignals
[472/1337] Compiling UnixSignals UnixSignal.swift
[473/1337] Emitting module Metrics
[474/1337] Compiling Metrics Metrics.swift
[496/1338] Compiling UnixSignals UnixSignalsSequence.swift
[497/1339] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[498/1339] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[499/1339] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[500/1339] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[501/1339] Compiling AsyncAlgorithms AsyncChannel.swift
[502/1339] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[503/1339] Compiling AsyncAlgorithms ChannelStateMachine.swift
[504/1339] Compiling AsyncAlgorithms ChannelStorage.swift
[505/1339] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[506/1339] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[510/1339] Compiling AsyncAlgorithms SetAlgebra.swift
[511/1339] Compiling AsyncAlgorithms UnsafeTransfer.swift
[512/1339] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[513/1339] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[514/1339] Compiling AsyncAlgorithms ZipStateMachine.swift
[515/1339] Compiling AsyncAlgorithms ZipStorage.swift
[517/1340] Compiling Crypto Signature.swift
[518/1340] Compiling Crypto CryptoKitErrors_boring.swift
[519/1340] Compiling Crypto RNG_boring.swift
[520/1340] Compiling Crypto SafeCompare_boring.swift
[521/1340] Compiling Crypto Zeroization_boring.swift
[522/1340] Compiling Crypto PrettyBytes.swift
[523/1340] Compiling Crypto SafeCompare.swift
[524/1340] Compiling Crypto SecureBytes.swift
[525/1340] Compiling Crypto Zeroization.swift
[533/1349] Emitting module Atomics
[536/1350] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[537/1351] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[538/1351] Emitting module ServiceLifecycle
[539/1397] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[540/1397] Compiling ServiceLifecycle CancellationWaiter.swift
[541/1397] Compiling ServiceLifecycle ServiceRunnerError.swift
[541/1397] Compiling ssl_versions.cc
[543/1397] Compiling ServiceLifecycle GracefulShutdown.swift
[544/1397] Compiling ServiceLifecycle ServiceGroup.swift
[545/1397] Compiling ServiceLifecycle Service.swift
[546/1398] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[547/1398] Compiling _CryptoExtras ARC+API.swift
[548/1398] Compiling _CryptoExtras ARC.swift
[549/1398] Compiling _CryptoExtras ARCCredential.swift
[550/1398] Compiling _CryptoExtras ARCEncoding.swift
[551/1398] Compiling _CryptoExtras ARCPrecredential.swift
[553/1427] Compiling ssl_transcript.cc
[555/1427] Compiling _ConnectionPoolModule ConnectionRequest.swift
[556/1427] Compiling _ConnectionPoolModule Max2Sequence.swift
[556/1428] Compiling ssl_x509.cc
[558/1428] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[559/1428] Compiling _CryptoExtras DigestType.swift
[560/1428] Compiling _CryptoExtras Error.swift
[561/1428] Compiling _CryptoExtras I2OSP.swift
[562/1428] Compiling _CryptoExtras IntegerEncoding.swift
[563/1428] Compiling _CryptoExtras PEMDocument.swift
[564/1434] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[565/1434] Compiling _ConnectionPoolModule ConnectionPool.swift
[566/1494] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[567/1494] Compiling NIOCore BSDSocketAPI.swift
[568/1495] Compiling NIOCore ByteBuffer-hex.swift
[569/1495] Compiling NIOCore ByteBuffer-int.swift
[570/1495] Compiling NIOCore ByteBuffer-aux.swift
[571/1495] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[572/1495] Emitting module _CryptoExtras
[573/1495] Compiling _ConnectionPoolModule TinyFastSequence.swift
[575/1495] Compiling ssl_stat.cc
[577/1495] Compiling NIOCore ByteBuffer-conversions.swift
[578/1495] Compiling NIOCore ByteBuffer-core.swift
[579/1495] Compiling _ConnectionPoolModule TinyFastSequence.swift
[582/1495] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[583/1495] Compiling NIOCore AddressedEnvelope.swift
[584/1495] Compiling NIOCore FileDescriptor.swift
[585/1495] Compiling NIOCore FileHandle.swift
[586/1495] Compiling NIOCore FileRegion.swift
[587/1495] Compiling NIOCore GlobalSingletons.swift
[588/1495] Compiling NIOCore IO.swift
[589/1495] Compiling NIOCore IOData.swift
[600/1495] Compiling NIOCore AsyncAwaitSupport.swift
[601/1495] Compiling NIOCore AsyncChannel.swift
[602/1495] Compiling NIOCore AsyncChannelHandler.swift
[603/1495] Compiling NIOCore AsyncChannelInboundStream.swift
[604/1495] Compiling NIOCore AsyncChannelOutboundWriter.swift
[605/1495] Compiling NIOCore NIOAsyncSequenceProducer.swift
[606/1495] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[607/1495] Compiling NIOCore NIOAsyncWriter.swift
[608/1495] Compiling NIOCore ByteBuffer-multi-int.swift
[609/1495] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[610/1495] Compiling NIOCore ByteBuffer-views.swift
[611/1495] Compiling NIOCore MulticastChannel.swift
[612/1495] Compiling NIOCore NIOAny.swift
[613/1495] Compiling NIOCore NIOCloseOnErrorHandler.swift
[614/1495] Compiling NIOCore NIOLoopBound.swift
[615/1495] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[616/1495] Compiling NIOCore NIOScheduledCallback.swift
[617/1495] Compiling NIOCore NIOSendable.swift
[618/1495] Compiling NIOCore RecvByteBufferAllocator.swift
[621/1503] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 |         let start = Double(100_000_000)
553 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
554 |
555 |         // 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:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         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:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         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 }
[624/1503] Emitting module _ConnectionPoolModule
[626/1503] Compiling NIOCore IPProtocol.swift
[627/1503] Compiling NIOCore IntegerBitPacking.swift
[628/1503] Compiling NIOCore IntegerTypes.swift
[629/1503] Compiling NIOCore Interfaces.swift
[630/1503] Compiling NIOCore Linux.swift
[631/1503] Compiling NIOCore MarkedCircularBuffer.swift
[632/1503] Compiling _ConnectionPoolModule PoolStateMachine.swift
[643/1504] Compiling ssl_session.cc
[644/1504] Compiling ssl_privkey.cc
[646/1504] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[647/1504] Compiling NIOCore EventLoopFuture+Deprecated.swift
[648/1504] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[649/1504] Compiling NIOCore EventLoopFuture.swift
[654/1504] Compiling NIOCore CircularBuffer.swift
[655/1504] Compiling NIOCore Codec.swift
[656/1504] Compiling NIOCore ConvenienceOptionSupport.swift
[657/1504] Compiling NIOCore DeadChannel.swift
[658/1504] Compiling NIOCore DispatchQueue+WithFuture.swift
[659/1504] Compiling NIOCore EventLoop+Deprecated.swift
[660/1504] Compiling NIOCore EventLoop+SerialExecutor.swift
[661/1504] Compiling NIOCore EventLoop.swift
[662/1504] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[663/1504] Compiling NIOCore SocketAddresses.swift
[664/1504] Compiling NIOCore SocketOptionProvider.swift
[665/1504] Compiling NIOCore SystemCallHelpers.swift
[666/1504] Compiling NIOCore TimeAmount+Duration.swift
[667/1504] Compiling NIOCore TypeAssistedChannelHandler.swift
[668/1504] Compiling NIOCore UniversalBootstrapSupport.swift
[669/1504] Compiling NIOCore Utilities.swift
[669/1504] Compiling ssl_lib.cc
[671/1504] Emitting module SwiftSyntax
[671/1504] Compiling ssl_file.cc
[672/1504] Compiling ssl_key_share.cc
[673/1504] Compiling ssl_credential.cc
[674/1504] Compiling ssl_cipher.cc
[675/1504] Compiling ssl_cert.cc
[689/1504] Compiling NIOCore Channel.swift
[690/1504] Compiling NIOCore ChannelHandler.swift
[691/1504] Compiling NIOCore ChannelHandlers.swift
[692/1504] Compiling NIOCore ChannelInvoker.swift
[693/1504] Compiling NIOCore ChannelOption.swift
[694/1504] Compiling NIOCore ChannelPipeline.swift
[703/1504] Compiling ssl_buffer.cc
[704/1504] Compiling ssl_asn1.cc
[705/1504] Compiling ssl_aead_ctx.cc
[707/1504] Emitting module NIOCore
[708/1505] Compiling s3_pkt.cc
[709/1505] Compiling handshake_client.cc
[709/1505] Compiling handshake_server.cc
[709/1505] Compiling s3_both.cc
[715/1505] Compiling s3_lib.cc
BUILD FAILURE 6.1 android