Build Information
Failed to build postgres-nio-macros, reference main (e0b3f6
), with Swift 6.1 for Android on 1 Aug 2025 15:06:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.64.0
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 e0b3f6b adjust swift syntax range to include 601.0.1 (#4)
Cloned https://github.com/lovetodream/postgres-nio-macros.git
Revision (git rev-parse @):
e0b3f6bd17ded12f051977a737281c73baaecdb0
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.2-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-4609320-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/vapor/postgres-nio.git
[1/12554] Fetching postgres-nio
[1634/83935] Fetching postgres-nio, swift-syntax
Fetched https://github.com/vapor/postgres-nio.git from cache (1.30s)
[11421/71381] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.48s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.2 (9.55s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2219] Fetching swift-metrics
[1289/4920] Fetching swift-metrics, swift-nio-transport-services
[1540/7353] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
[3720/11233] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log
[8360/27163] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto
[9571/42148] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.87s)
[10991/39929] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.96s)
[8450/37228] Fetching swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-collections.git
[11804/54155] Fetching swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl, swift-collections
[12732/131283] Fetching swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.24s)
[81963/114356] Fetching swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
[85049/116164] Fetching swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl, swift-nio, swift-atomics
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.59s)
[85808/113731] Fetching swift-log, swift-crypto, swift-nio-ssl, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.67s)
[70980/98746] Fetching swift-log, swift-crypto, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (5.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.42s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.87s)
[50134/77128] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.90s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (1.31s)
Fetching https://github.com/apple/swift-system.git
[1/4823] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (1.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.95s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.02s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4995] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.79s)
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.74s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.90s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (5.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (3.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.3 (2.84s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] 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.4.0 (1.64s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.37s)
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
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.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.13.3
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.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.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.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.1
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.25.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.1
Building for debugging...
[0/1650] Write sources
[48/1650] Compiling _SwiftSyntaxCShims dummy.c
[48/1650] Compiling CNIOWASI CNIOWASI.c
[50/1650] Compiling _AtomicsShims.c
[51/1650] Compiling CNIOWindows WSAStartup.c
[52/1650] Compiling CNIOWindows shim.c
[53/1650] Compiling CNIOLinux liburing_shims.c
[53/1650] Compiling CNIOPosix event_loop_id.c
[55/1650] Compiling CNIODarwin shim.c
[56/1650] Compiling fiat_p256_adx_sqr.S
[57/1650] Compiling fiat_p256_adx_mul.S
[58/1650] Compiling fiat_curve25519_adx_square.S
[59/1650] Compiling CNIOLinux shim.c
[60/1650] Compiling fiat_curve25519_adx_mul.S
[61/1650] Write swift-version-24593BA9C3E375BF.txt
[62/1650] Compiling CNIOBoringSSLShims shims.c
[63/1654] Compiling tls_record.cc
[64/1654] Compiling tls_method.cc
[65/1654] Compiling tls13_server.cc
[66/1654] Compiling tls13_both.cc
[68/1654] Emitting module _NIODataStructures
[68/1654] Compiling tls13_enc.cc
[69/1655] Compiling tls13_client.cc
[71/1662] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/1662] 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
[72/1662] Compiling t1_enc.cc
[74/1686] Emitting module _NIOBase64
[75/1686] 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
[76/1687] 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
[77/1687] Compiling _NIOBase64 Base64.swift
[78/1687] 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
[79/1689] 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
[80/1689] 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
[81/1689] Compiling SwiftSyntax601 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
[82/1691] Compiling _NIODataStructures PriorityQueue.swift
[83/1691] Compiling _NIODataStructures _TinyArray.swift
[89/1691] Compiling SwiftASN1 ASN1BitString.swift
[90/1691] Compiling SwiftASN1 ASN1Boolean.swift
[91/1691] Compiling SwiftASN1 ASN1Identifier.swift
[92/1693] Compiling SwiftASN1 TimeUtilities.swift
[93/1693] Compiling SwiftASN1 UTCTime.swift
[94/1693] Compiling SwiftASN1 ASN1OctetString.swift
[95/1693] Compiling SwiftASN1 ASN1Strings.swift
[96/1693] Compiling SwiftASN1 ASN1Integer.swift
[97/1693] Compiling SwiftASN1 ASN1Null.swift
[98/1693] Compiling Logging MetadataProvider.swift
[99/1693] Compiling Logging LogHandler.swift
[100/1693] Compiling Logging Logging.swift
[101/1693] Compiling _NIODataStructures Heap.swift
[102/1694] Compiling Logging Locks.swift
[103/1694] Emitting module Logging
[106/1695] Compiling SwiftASN1 ASN1.swift
[107/1695] Compiling SwiftASN1 BER.swift
[108/1695] Compiling SwiftASN1 ASN1Any.swift
[109/1695] Compiling SwiftASN1 ArraySliceBigint.swift
[110/1695] Compiling SwiftASN1 GeneralizedTime.swift
[111/1695] Compiling SwiftASN1 ObjectIdentifier.swift
[112/1695] Compiling SwiftASN1 PEMDocument.swift
[113/1695] Compiling SwiftASN1 DER.swift
[114/1695] Compiling SwiftASN1 Errors.swift
[115/1695] Emitting module SwiftASN1
[116/1769] Wrapping AST for SwiftSyntax601 for debugging
[117/1780] Wrapping AST for SwiftSyntax600 for debugging
[118/1784] Wrapping AST for SwiftSyntax510 for debugging
[119/1798] Wrapping AST for SwiftSyntax509 for debugging
[121/1798] Compiling ConcurrencyHelpers LockedValueBox.swift
[122/1798] Compiling SwiftSyntax SyntaxArena.swift
[123/1798] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[124/1800] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[125/1801] Compiling SwiftSyntax SyntaxChildren.swift
[126/1801] Compiling SwiftSyntax SyntaxCollection.swift
[127/1801] Compiling InternalCollectionsUtilities Debugging.swift
[128/1801] Compiling SwiftSyntax Syntax.swift
[129/1801] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[130/1801] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[133/1801] Compiling InternalCollectionsUtilities Descriptions.swift
[135/1801] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[136/1801] Compiling InternalCollectionsUtilities UInt+reversed.swift
[137/1801] Compiling ConcurrencyHelpers Lock.swift
[138/1801] Emitting module ConcurrencyHelpers
[139/1802] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/1802] Emitting module CoreMetrics
[141/1802] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[142/1802] Compiling InternalCollectionsUtilities Integer rank.swift
[144/1802] Compiling Atomics IntegerOperations.swift
[145/1802] Compiling Atomics Unmanaged extensions.swift
[146/1802] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[147/1802] Compiling InternalCollectionsUtilities _SortedCollection.swift
[151/1802] Emitting module InternalCollectionsUtilities
[152/1805] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[153/1805] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[155/1806] Emitting module UnixSignals
[156/1806] Compiling CoreMetrics Locks.swift
[157/1806] Compiling CoreMetrics Metrics.swift
[158/1807] Compiling UnixSignals UnixSignalsSequence.swift
[159/1807] Compiling UnixSignals UnixSignal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/1808] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/1808] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/1808] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/1808] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/1808] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/1808] Compiling SwiftSyntax 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
[168/1808] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/1808] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/1817] Compiling ssl_versions.cc
[171/1817] Compiling ssl_transcript.cc
[172/1817] Compiling ssl_x509.cc
[174/1817] Emitting module Atomics
[180/1818] Compiling ssl_stat.cc
[182/1818] Compiling ssl_session.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
[201/1818] Compiling ssl_privkey.cc
[202/1818] Compiling ssl_key_share.cc
[203/1818] Compiling ssl_lib.cc
[204/1818] Compiling ssl_file.cc
[205/1818] Compiling ssl_credential.cc
[206/1818] Compiling ssl_cipher.cc
[207/1818] Compiling ssl_cert.cc
[208/1818] Compiling ssl_buffer.cc
[209/1818] Compiling ssl_asn1.cc
[210/1818] Compiling ssl_aead_ctx.cc
[211/1818] Compiling s3_pkt.cc
[212/1818] Compiling s3_lib.cc
[213/1818] Compiling s3_both.cc
[215/1818] 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
[215/1818] Compiling handshake_server.cc
[216/1818] Compiling handshake_client.cc
[217/1818] Compiling handshake.cc
[218/1818] Compiling handoff.cc
[219/1818] Compiling encrypted_client_hello.cc
[220/1818] Compiling extensions.cc
[221/1818] Compiling dtls_record.cc
[222/1818] Compiling dtls_method.cc
[223/1818] Compiling d1_srtp.cc
[224/1818] Compiling md5-x86_64-linux.S
[225/1818] Compiling d1_pkt.cc
[226/1820] Compiling md5-x86_64-apple.S
[227/1877] Compiling md5-586-linux.S
[228/1890] Compiling d1_lib.cc
[229/1890] Compiling md5-586-apple.S
[231/1890] Compiling OrderedCollections _HashTable+Bucket.swift
[232/1890] Compiling OrderedCollections _HashTable+BucketIterator.swift
[233/1890] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[234/1890] Compiling OrderedCollections OrderedDictionary+Elements.swift
[234/1892] Compiling chacha20_poly1305_x86_64-linux.S
[236/1892] Compiling OrderedCollections _HashTable+Constants.swift
[237/1892] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[238/1892] Emitting module Metrics
[238/1892] Compiling chacha20_poly1305_x86_64-apple.S
[239/1892] Compiling d1_both.cc
[240/1892] Compiling err_data.cc
[241/1892] Compiling chacha20_poly1305_armv8-win.S
[242/1892] Compiling chacha20_poly1305_armv8-linux.S
[243/1892] Compiling chacha20_poly1305_armv8-apple.S
[244/1892] Compiling chacha-x86_64-apple.S
[245/1892] Compiling chacha-x86_64-linux.S
[247/1892] Compiling OrderedCollections _HashTable.swift
[248/1892] Compiling OrderedCollections _Hashtable+Header.swift
[249/1892] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[250/1892] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[251/1892] Compiling OrderedCollections OrderedDictionary+Codable.swift
[252/1892] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[253/1892] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[254/1892] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[255/1892] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[256/1892] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[257/1892] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[258/1892] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[259/1892] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[259/1892] Compiling chacha-x86-linux.S
[261/1899] Compiling DequeModule _DequeSlot.swift
[262/1899] Compiling DequeModule _UnsafeWrappedBuffer.swift
[262/1899] Compiling bio_ssl.cc
[263/1899] Compiling chacha-armv8-win.S
[264/1899] Compiling chacha-x86-apple.S
[265/1899] Compiling chacha-armv8-linux.S
[267/1899] Compiling OrderedCollections OrderedDictionary.swift
[268/1899] Compiling OrderedCollections OrderedSet+Codable.swift
[269/1899] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[270/1899] Compiling OrderedCollections OrderedSet+Descriptions.swift
[271/1899] Compiling OrderedCollections OrderedSet+Diffing.swift
[272/1899] Compiling OrderedCollections OrderedSet+Equatable.swift
[273/1899] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[274/1899] Compiling OrderedCollections OrderedSet+Hashable.swift
[275/1899] Compiling OrderedCollections _HashTable+Testing.swift
[276/1899] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[276/1899] Compiling chacha-armv8-apple.S
[277/1899] Compiling chacha-armv4-linux.S
[278/1899] Compiling aes128gcmsiv-x86_64-apple.S
[279/1899] Compiling aes128gcmsiv-x86_64-linux.S
[281/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[282/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[283/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[284/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[285/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[286/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[287/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[288/1899] Compiling OrderedCollections OrderedSet+Initializers.swift
[289/1899] Compiling OrderedCollections OrderedSet+Insertions.swift
[290/1899] Compiling OrderedCollections OrderedSet+Invariants.swift
[291/1899] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[292/1899] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[293/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[294/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[295/1899] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[296/1899] Compiling Metrics Metrics.swift
[296/1899] Compiling x86_64-mont5-linux.S
[297/1899] Compiling x86_64-mont5-apple.S
[298/1900] Compiling x86_64-mont-apple.S
[299/1900] Compiling x86_64-mont-linux.S
[301/1900] Emitting module DequeModule
[302/1901] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[303/1901] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[304/1901] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[305/1901] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[306/1901] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[307/1901] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[308/1901] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[309/1901] Compiling OrderedCollections OrderedDictionary+Values.swift
[317/1901] Compiling x86-mont-linux.S
[319/1901] Compiling vpaes-x86_64-linux.S
[320/1901] Compiling x86-mont-apple.S
[322/1901] Compiling vpaes-x86_64-apple.S
[323/1901] Compiling vpaes-x86-apple.S
[324/1901] Compiling vpaes-x86-linux.S
[325/1901] Compiling vpaes-armv8-linux.S
[326/1901] Compiling vpaes-armv8-win.S
[327/1901] Compiling vpaes-armv8-apple.S
[336/1901] Compiling sha512-x86_64-apple.S
[337/1902] Compiling vpaes-armv7-linux.S
[338/1906] Compiling sha512-x86_64-linux.S
[339/1908] Compiling sha512-armv8-win.S
[340/1912] Compiling sha512-armv8-linux.S
[341/1915] Compiling sha512-armv8-apple.S
[342/1915] Compiling sha512-armv4-linux.S
[343/1915] Compiling sha512-586-apple.S
[344/1915] Compiling sha512-586-linux.S
[345/1915] Compiling sha256-x86_64-linux.S
[347/1915] Emitting module OrderedCollections
[347/1915] Compiling sha256-x86_64-apple.S
[348/1915] Compiling sha256-armv8-win.S
[349/1915] Compiling sha256-armv8-apple.S
[350/1915] Compiling sha256-armv8-linux.S
[351/1915] Compiling sha256-armv4-linux.S
[352/1915] Compiling sha256-586-linux.S
[353/1915] Compiling sha256-586-apple.S
[354/1915] Compiling sha1-x86_64-apple.S
[356/1915] Compiling OrderedCollections OrderedSet+Sendable.swift
[357/1915] Compiling OrderedCollections OrderedSet+SubSequence.swift
[358/1915] Compiling OrderedCollections OrderedSet+Testing.swift
[359/1915] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[360/1915] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[361/1915] Compiling OrderedCollections OrderedSet.swift
[362/1915] Compiling OrderedCollections _UnsafeBitset.swift
[362/1915] Compiling sha1-armv8-win.S
[363/1916] Compiling sha1-x86_64-linux.S
[364/1916] Compiling sha1-armv8-linux.S
[365/1916] Compiling sha1-armv8-apple.S
[366/1916] Compiling sha1-armv4-large-linux.S
[367/1916] Compiling sha1-586-linux.S
[368/1916] Compiling sha1-586-apple.S
[369/1916] Compiling rsaz-avx2-linux.S
[370/1916] Compiling rsaz-avx2-apple.S
[372/1916] Compiling rdrand-x86_64-linux.S
[373/1916] Compiling rdrand-x86_64-apple.S
[374/1916] Compiling p256_beeu-x86_64-asm-linux.S
[375/1916] Compiling p256_beeu-x86_64-asm-apple.S
[376/1916] Compiling p256_beeu-armv8-asm-win.S
[377/1916] Compiling p256_beeu-armv8-asm-apple.S
[378/1916] Compiling p256_beeu-armv8-asm-linux.S
[380/1916] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[381/1916] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[382/1916] Compiling _ConnectionPoolModule ConnectionRequest.swift
[383/1916] Compiling _ConnectionPoolModule Max2Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[400/1917] 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
[401/1917] 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
[401/1917] Compiling p256-armv8-asm-win.S
[402/1917] Compiling p256-x86_64-asm-apple.S
[403/1917] Compiling p256-armv8-asm-linux.S
[404/1917] Compiling p256-armv8-asm-apple.S
[405/1917] Compiling p256-x86_64-asm-linux.S
[406/1917] Compiling ghash-x86_64-apple.S
[407/1917] Compiling ghashv8-armv7-linux.S
[408/1917] Compiling ghashv8-armv8-apple.S
[409/1917] Compiling ghashv8-armv8-win.S
[410/1917] Compiling ghash-x86_64-linux.S
[411/1917] Compiling ghashv8-armv8-linux.S
[412/1917] Compiling ghash-x86-apple.S
[413/1917] Compiling ghash-x86-linux.S
[414/1917] Compiling ghash-ssse3-x86-linux.S
[415/1917] Compiling ghash-ssse3-x86_64-apple.S
[416/1917] Compiling ghash-ssse3-x86-apple.S
[417/1917] Compiling ghash-neon-armv8-linux.S
[418/1917] Compiling ghash-ssse3-x86_64-linux.S
[419/1917] Compiling ghash-neon-armv8-win.S
[420/1917] Compiling ghash-neon-armv8-apple.S
[421/1917] Compiling bsaes-armv7-linux.S
[422/1917] Compiling co-586-linux.S
[423/1917] Compiling co-586-apple.S
[424/1917] Compiling ghash-armv4-linux.S
[425/1917] Compiling bn-armv8-win.S
[427/1917] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[428/1917] Compiling _ConnectionPoolModule ConnectionPool.swift
[428/1917] Compiling bn-armv8-apple.S
[429/1917] Compiling bn-armv8-linux.S
[430/1917] Compiling bn-586-linux.S
[431/1917] Compiling bn-586-apple.S
[432/1917] Compiling armv8-mont-win.S
[433/1917] Compiling armv8-mont-linux.S
[435/1917] Compiling _ConnectionPoolModule PoolStateMachine.swift
[436/1917] Compiling _ConnectionPoolModule TinyFastSequence.swift
[436/1917] Compiling aesv8-gcm-armv8-linux.S
[437/1917] Compiling armv4-mont-linux.S
[438/1917] Compiling aesv8-gcm-armv8-win.S
[440/1917] Compiling _ConnectionPoolModule NIOLock.swift
[441/1917] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[442/1917] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[443/1917] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[444/1917] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[445/1917] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[445/1917] Compiling armv8-mont-apple.S
[446/1917] Compiling aesv8-gcm-armv8-apple.S
[447/1917] Compiling aesv8-armv8-win.S
[448/1917] Compiling aesv8-armv8-linux.S
[449/1917] Compiling aesv8-armv8-apple.S
[451/1917] Emitting module _ConnectionPoolModule
[451/1918] Compiling aesv8-armv7-linux.S
[452/1918] Compiling aesni-x86_64-linux.S
[453/1918] Compiling aesni-x86_64-apple.S
[454/1918] Compiling aesni-x86-apple.S
[455/1918] Compiling aesni-x86-linux.S
[455/1918] Compiling aesni-gcm-x86_64-linux.S
[457/1918] Compiling aesni-gcm-x86_64-apple.S
[459/1918] Compiling aes-gcm-avx2-x86_64-linux.S
[460/1918] Compiling aes-gcm-avx2-x86_64-apple.S
[461/1918] Compiling aes-gcm-avx10-x86_64-apple.S
[462/1918] Compiling aes-gcm-avx10-x86_64-linux.S
[463/1918] Compiling x_val.cc
[464/1918] Compiling x_spki.cc
[465/1918] Compiling x_x509a.cc
[466/1918] Compiling x_x509.cc
[467/1918] Compiling x_req.cc
[468/1918] Compiling x_sig.cc
[469/1918] Compiling x_exten.cc
[470/1918] Compiling x_pubkey.cc
[471/1918] Compiling x_attrib.cc
[472/1918] Compiling x_name.cc
[473/1918] Compiling x_crl.cc
[474/1918] Compiling x_all.cc
[475/1918] Compiling x_algor.cc
[476/1918] Compiling x509spki.cc
[477/1918] Compiling x509rset.cc
[478/1918] Compiling x509name.cc
[478/1918] Compiling x509cset.cc
[480/1918] Compiling x509_vpm.cc
[481/1918] Compiling x509_txt.cc
[482/1918] Compiling x509_vfy.cc
[483/1918] Compiling x509_v3.cc
[484/1918] Compiling x509_set.cc
[485/1918] Compiling x509_trs.cc
[486/1918] Compiling x509_req.cc
[487/1918] Compiling x509_obj.cc
[488/1918] Compiling x509_ext.cc
[489/1918] Compiling x509_lu.cc
[490/1918] Compiling x509_def.cc
[491/1918] Compiling x509_d2.cc
[492/1918] Compiling x509_cmp.cc
[493/1918] Compiling x509_att.cc
[494/1918] Compiling x509.cc
[495/1918] Compiling v3_skey.cc
[496/1918] Compiling v3_purp.cc
[497/1918] Compiling v3_utl.cc
[498/1918] Compiling v3_prn.cc
[499/1918] Compiling v3_pmaps.cc
[500/1918] Compiling v3_ocsp.cc
[501/1918] Compiling v3_pcons.cc
[502/1918] Compiling v3_ncons.cc
[503/1918] Compiling v3_lib.cc
[504/1918] Compiling v3_int.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
[523/1918] Compiling v3_ia5.cc
[524/1918] Compiling v3_info.cc
[525/1918] Compiling v3_genn.cc
[526/1918] Compiling v3_extku.cc
[527/1918] Compiling v3_enum.cc
[528/1918] Compiling v3_crld.cc
[529/1918] Compiling v3_cpols.cc
[530/1918] Compiling v3_bcons.cc
[531/1918] Compiling v3_conf.cc
[532/1918] Compiling v3_bitst.cc
[533/1918] Compiling v3_alt.cc
[534/1918] Compiling v3_akeya.cc
[535/1918] Compiling t_x509a.cc
[536/1918] Compiling v3_akey.cc
[537/1918] Compiling t_x509.cc
[538/1918] Compiling policy.cc
[539/1918] Compiling t_req.cc
[540/1918] Compiling t_crl.cc
[541/1918] Compiling rsa_pss.cc
[542/1918] Compiling i2d_pr.cc
[543/1918] Compiling by_file.cc
[544/1918] Compiling name_print.cc
[545/1918] Compiling by_dir.cc
[546/1918] Compiling asn1_gen.cc
[547/1918] Compiling voprf.cc
[548/1918] Compiling a_digest.cc
[549/1918] Compiling algorithm.cc
[550/1918] Compiling a_verify.cc
[551/1918] Compiling a_sign.cc
[552/1918] Compiling trust_token.cc
[553/1918] Compiling thread_pthread.cc
[554/1918] Compiling thread.cc
[555/1918] Compiling thread_none.cc
[556/1918] Compiling thread_win.cc
[557/1918] Compiling pmbtoken.cc
[558/1918] Compiling stack.cc
[559/1918] Compiling sha512.cc
[560/1918] Compiling sha256.cc
[561/1918] Compiling siphash.cc
[562/1918] Compiling sha1.cc
[563/1918] Compiling rsa_print.cc
[564/1918] Compiling slhdsa.cc
[565/1918] Compiling spake2plus.cc
[566/1918] Compiling rsa_extra.cc
[567/1918] Compiling rsa_crypt.cc
[568/1918] Compiling trusty.cc
[569/1918] Compiling refcount.cc
[570/1918] Compiling rc4.cc
[571/1918] Compiling rsa_asn1.cc
[572/1918] Compiling windows.cc
[573/1918] Compiling urandom.cc
[574/1918] Compiling rand.cc
[575/1918] Compiling ios.cc
[576/1918] Compiling getentropy.cc
[577/1918] Compiling forkunsafe.cc
[578/1918] Compiling poly1305_arm_asm.S
[578/1918] Compiling passive.cc
[578/1918] Compiling fork_detect.cc
[581/1918] Compiling deterministic.cc
[582/1918] Compiling poly1305_arm.cc
[583/1918] Compiling poly1305.cc
[584/1918] Compiling poly1305_vec.cc
[585/1918] Compiling pool.cc
[586/1918] Compiling pkcs7.cc
[587/1918] Compiling pkcs8.cc
[588/1918] Compiling p5_pbev2.cc
[589/1918] Compiling pkcs8_x509.cc
[590/1918] Compiling pem_xaux.cc
[591/1918] Compiling pkcs7_x509.cc
[592/1918] Compiling pem_x509.cc
[593/1918] Compiling pem_pk8.cc
[594/1918] Compiling pem_oth.cc
[595/1918] Compiling pem_pkey.cc
[596/1918] Compiling pem_lib.cc
[597/1918] Compiling pem_info.cc
[598/1918] Compiling obj_xref.cc
[599/1918] Compiling pem_all.cc
[600/1918] Compiling obj.cc
[601/1918] Compiling mem.cc
[602/1918] Compiling mlkem.cc
[603/1918] Compiling mldsa.cc
[604/1918] Compiling md5.cc
[605/1918] Compiling fips_shared_support.cc
[606/1918] Compiling poly_rq_mul.S
[607/1918] Compiling md4.cc
[608/1918] Compiling lhash.cc
[609/1918] Compiling sign.cc
[610/1918] Compiling kyber.cc
[611/1918] Compiling ex_data.cc
[612/1918] Compiling hrss.cc
[613/1918] Compiling scrypt.cc
[614/1918] Compiling hpke.cc
[615/1918] Compiling print.cc
[616/1918] Compiling pbkdf.cc
[617/1918] Compiling p_x25519.cc
[618/1918] Compiling p_x25519_asn1.cc
[619/1918] Compiling p_rsa.cc
[620/1918] Compiling p_hkdf.cc
[621/1918] Compiling p_rsa_asn1.cc
[622/1918] Compiling p_ed25519_asn1.cc
[623/1918] Compiling p_ed25519.cc
[624/1918] Compiling p_ec_asn1.cc
[625/1918] Compiling p_ec.cc
[626/1918] Compiling p_dh.cc
[627/1918] Compiling evp_ctx.cc
[628/1918] Compiling p_dsa_asn1.cc
[629/1918] Compiling p_dh_asn1.cc
[630/1918] Compiling evp.cc
[631/1918] Compiling engine.cc
[632/1918] Compiling evp_asn1.cc
[633/1918] Compiling ecdh.cc
[634/1918] Compiling err.cc
[635/1918] Compiling ecdsa_asn1.cc
[636/1918] Compiling hash_to_curve.cc
[637/1918] Compiling ec_derive.cc
[638/1918] Compiling dsa.cc
[639/1918] Compiling params.cc
[640/1918] Compiling ec_asn1.cc
[641/1918] Compiling digest_extra.cc
[642/1918] Compiling dsa_asn1.cc
[643/1918] Compiling x25519-asm-arm.S
[644/1918] Compiling bcm.cc
[645/1918] Compiling dh_asn1.cc
[646/1918] Compiling des.cc
[647/1918] Compiling spake25519.cc
[648/1918] Compiling cpu_intel.cc
[649/1918] Compiling crypto.cc
[650/1918] Compiling cpu_arm_freebsd.cc
[651/1918] Compiling cpu_arm_linux.cc
[652/1918] Compiling curve25519.cc
[653/1918] Compiling curve25519_64_adx.cc
[654/1918] Compiling cpu_aarch64_linux.cc
[655/1918] Compiling cpu_aarch64_win.cc
[656/1918] Compiling cpu_aarch64_openbsd.cc
[657/1918] Compiling cpu_aarch64_sysreg.cc
[658/1918] Compiling cpu_aarch64_fuchsia.cc
[659/1918] Compiling cpu_aarch64_apple.cc
[660/1918] Compiling e_tls.cc
[661/1918] Compiling get_cipher.cc
[662/1918] Compiling tls_cbc.cc
[663/1918] Compiling conf.cc
[664/1918] Compiling e_rc4.cc
[665/1918] Compiling e_rc2.cc
[666/1918] Compiling e_des.cc
[667/1918] Compiling e_chacha20poly1305.cc
[668/1918] Compiling e_null.cc
[669/1918] Compiling derive_key.cc
[670/1918] Compiling e_aesctrhmac.cc
[671/1918] Compiling e_aesgcmsiv.cc
[672/1918] Compiling chacha.cc
[673/1918] Compiling ber.cc
[674/1918] Compiling buf.cc
[675/1918] Compiling asn1_compat.cc
[676/1918] Compiling unicode.cc
[677/1918] Compiling cbs.cc
[678/1918] Compiling cbb.cc
[679/1918] Compiling blake2.cc
[680/1918] Compiling bn_asn1.cc
[681/1918] Compiling socket.cc
[682/1918] Compiling convert.cc
[683/1918] Compiling socket_helper.cc
[684/1918] Compiling file.cc
[685/1918] Compiling pair.cc
[686/1918] Compiling printf.cc
[687/1918] Compiling errno.cc
[688/1918] Compiling fd.cc
[689/1918] Compiling hexdump.cc
[690/1918] Compiling connect.cc
[691/1918] Compiling bio_mem.cc
[692/1918] Compiling base64.cc
[693/1918] Compiling bio.cc
[694/1918] Compiling tasn_utl.cc
[695/1918] Compiling tasn_typ.cc
[696/1918] Compiling tasn_new.cc
[697/1918] Compiling tasn_fre.cc
[698/1918] Compiling tasn_enc.cc
[699/1918] Compiling posix_time.cc
[700/1918] Compiling asn1_par.cc
[701/1918] Compiling tasn_dec.cc
[702/1918] Compiling f_int.cc
[703/1918] Compiling f_string.cc
[704/1918] Compiling asn_pack.cc
[705/1918] Compiling a_utctm.cc
[706/1918] Compiling a_time.cc
[707/1918] Compiling asn1_lib.cc
[708/1918] Compiling a_type.cc
[709/1918] Compiling a_strex.cc
[710/1918] Compiling a_octet.cc
[711/1918] Compiling a_strnid.cc
[712/1918] Compiling a_i2d_fp.cc
[713/1918] Compiling a_dup.cc
[714/1918] Compiling a_d2i_fp.cc
[715/1918] Compiling a_gentm.cc
[716/1918] Compiling a_object.cc
[717/1918] Compiling a_mbstr.cc
[718/1918] Compiling fiat_p256_adx_sqr.S
[719/1918] Compiling a_bitstr.cc
[720/1918] Compiling a_bool.cc
[721/1918] Compiling fiat_p256_adx_mul.S
[722/1918] Compiling a_int.cc
[723/1918] Compiling fiat_curve25519_adx_square.S
[724/1918] Compiling md5-x86_64-linux.S
[725/1918] Compiling fiat_curve25519_adx_mul.S
[726/1918] Compiling md5-586-linux.S
[727/1918] Compiling md5-x86_64-apple.S
[728/1918] Compiling md5-586-apple.S
[729/1918] Compiling CCryptoBoringSSLShims shims.c
[730/1918] Compiling chacha20_poly1305_x86_64-apple.S
[731/1918] Compiling chacha20_poly1305_armv8-win.S
[732/1918] Compiling chacha20_poly1305_armv8-linux.S
[733/1918] Compiling chacha20_poly1305_x86_64-linux.S
[734/1918] Compiling chacha20_poly1305_armv8-apple.S
[735/1918] Compiling chacha-x86_64-linux.S
[736/1918] Compiling chacha-x86_64-apple.S
[737/1918] Compiling err_data.cc
[738/1918] Compiling chacha-x86-linux.S
[739/1918] Compiling chacha-x86-apple.S
[740/1918] Compiling chacha-armv8-linux.S
[741/1918] Compiling chacha-armv8-apple.S
[742/1918] Compiling chacha-armv4-linux.S
[743/1918] Compiling chacha-armv8-win.S
[744/1918] Compiling aes128gcmsiv-x86_64-apple.S
[745/1918] Compiling aes128gcmsiv-x86_64-linux.S
[746/1918] Compiling x86_64-mont5-apple.S
[747/1918] Compiling x86_64-mont-linux.S
[748/1918] Compiling x86_64-mont5-linux.S
[749/1918] Compiling x86_64-mont-apple.S
[750/1918] Compiling x86-mont-linux.S
[751/1918] Compiling x86-mont-apple.S
[752/1918] Compiling vpaes-x86_64-apple.S
[753/1918] Compiling vpaes-x86-linux.S
[754/1918] Compiling vpaes-x86-apple.S
[755/1918] Compiling vpaes-x86_64-linux.S
[756/1918] Compiling vpaes-armv8-win.S
[757/1918] Compiling vpaes-armv8-linux.S
[758/1918] Compiling vpaes-armv7-linux.S
[759/1918] Compiling vpaes-armv8-apple.S
[760/1918] Compiling sha512-x86_64-linux.S
[761/1918] Compiling sha512-armv8-win.S
[762/1918] Compiling sha512-x86_64-apple.S
[763/1918] Compiling sha512-armv8-linux.S
[764/1918] Compiling sha512-armv4-linux.S
[765/1918] Compiling sha512-armv8-apple.S
[766/1918] Compiling sha512-586-linux.S
[767/1918] Compiling sha512-586-apple.S
[768/1918] Compiling sha256-x86_64-apple.S
[769/1918] Compiling sha256-armv8-win.S
[770/1918] Compiling sha256-x86_64-linux.S
[771/1918] Compiling sha256-armv8-apple.S
[772/1918] Compiling sha256-armv8-linux.S
[773/1918] Compiling sha256-armv4-linux.S
[774/1918] Compiling sha256-586-linux.S
[775/1918] Compiling sha256-586-apple.S
[776/1918] Compiling sha1-x86_64-apple.S
[777/1918] Compiling sha1-armv8-win.S
[778/1918] Compiling sha1-armv8-linux.S
[780/1918] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[781/1918] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[782/1918] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[783/1918] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[784/1918] 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
[785/1918] 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
[786/1918] 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
[787/1918] 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
[788/1918] 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
[788/1918] Compiling sha1-armv4-large-linux.S
[789/1918] Compiling sha1-x86_64-linux.S
[790/1918] Compiling sha1-armv8-apple.S
[791/1918] Compiling sha1-586-linux.S
[792/1918] Compiling sha1-586-apple.S
[793/1918] Compiling rdrand-x86_64-linux.S
[793/1918] Compiling rsaz-avx2-apple.S
[795/1918] Compiling rsaz-avx2-linux.S
[796/1919] Compiling rdrand-x86_64-apple.S
[797/1919] Compiling p256_beeu-x86_64-asm-linux.S
[798/1919] Compiling p256_beeu-armv8-asm-win.S
[799/1919] Compiling p256_beeu-x86_64-asm-apple.S
[800/1919] Compiling p256_beeu-armv8-asm-apple.S
[801/1919] Compiling p256_beeu-armv8-asm-linux.S
[802/1919] Compiling p256-x86_64-asm-apple.S
[803/1919] Compiling p256-armv8-asm-win.S
[804/1919] Compiling p256-x86_64-asm-linux.S
[806/1919] Compiling p256-armv8-asm-linux.S
[807/1919] Compiling p256-armv8-asm-apple.S
[808/1919] Compiling ghashv8-armv8-linux.S
[809/1919] Compiling ghashv8-armv8-win.S
[810/1919] Compiling ghashv8-armv7-linux.S
[811/1919] Compiling ghash-x86_64-linux.S
[812/1919] Compiling ghashv8-armv8-apple.S
[813/1919] Compiling ghash-x86_64-apple.S
[814/1919] Compiling ghash-x86-linux.S
[815/1919] Compiling ghash-x86-apple.S
[816/1919] Compiling ghash-ssse3-x86_64-apple.S
[817/1919] Compiling ghash-ssse3-x86-linux.S
[818/1919] Compiling ghash-ssse3-x86_64-linux.S
[819/1919] Compiling ghash-ssse3-x86-apple.S
[820/1919] Compiling ghash-neon-armv8-win.S
[821/1919] Compiling ghash-neon-armv8-apple.S
[822/1919] Compiling ghash-armv4-linux.S
[823/1919] Compiling ghash-neon-armv8-linux.S
[824/1919] Compiling co-586-apple.S
[825/1919] Compiling co-586-linux.S
[826/1919] Compiling bn-armv8-win.S
[827/1919] Compiling bsaes-armv7-linux.S
[828/1927] Compiling bn-armv8-linux.S
[829/1931] Wrapping AST for SwiftSyntax for debugging
[830/1933] Compiling bn-armv8-apple.S
[831/1936] Compiling armv8-mont-win.S
[832/1936] Compiling bn-586-apple.S
[833/1936] Compiling bn-586-linux.S
[834/1936] Compiling armv8-mont-apple.S
[835/1942] Compiling armv4-mont-linux.S
[836/1949] Compiling armv8-mont-linux.S
[837/1977] Compiling aesv8-gcm-armv8-win.S
[838/1977] Compiling aesv8-gcm-armv8-linux.S
[839/1977] Compiling aesv8-gcm-armv8-apple.S
[841/1977] 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
[842/1978] 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
[842/1978] Compiling aesv8-armv8-win.S
[843/1978] Compiling aesv8-armv8-linux.S
[844/1978] Compiling aesv8-armv8-apple.S
[846/1978] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/1978] Compiling SwiftParser CollectionNodes+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
[848/1978] 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
[849/1978] 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
[849/1978] Compiling aesni-x86_64-apple.S
[850/1978] Compiling aesv8-armv7-linux.S
[852/1978] 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
[853/1978] 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
[853/1978] Compiling aesni-x86_64-linux.S
[854/1978] Compiling aesni-x86-linux.S
[855/1978] Compiling aesni-x86-apple.S
[857/1978] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[858/1978] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[859/1978] 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
[860/1978] 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
[860/1978] Compiling aesni-gcm-x86_64-linux.S
[861/1978] Compiling c-nioatomics.c
[862/1978] Compiling aes-gcm-avx512-x86_64-linux.S
[863/1978] Compiling aesni-gcm-x86_64-apple.S
[864/1978] Compiling aes-gcm-avx512-x86_64-apple.S
[865/1978] Compiling aes-gcm-avx2-x86_64-linux.S
[866/1978] Compiling aes-gcm-avx2-x86_64-apple.S
[868/1978] 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
[869/1978] 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
[870/1978] 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
[871/1978] 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
[872/1979] Wrapping AST for SwiftDiagnostics for debugging
[874/1979] 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
[875/1979] 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
[876/1980] Compiling xwing.cc
[877/1980] Compiling c-atomics.c
[878/1980] Compiling x_val.cc
[879/1980] Compiling x_x509a.cc
[880/1980] Wrapping AST for SwiftBasicFormat for debugging
[881/1986] Compiling x_x509.cc
[882/1986] Compiling x_spki.cc
[884/1986] Compiling NIOConcurrencyHelpers NIOLock.swift
[885/1986] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[886/1986] Compiling NIOConcurrencyHelpers atomics.swift
[887/1986] Compiling NIOConcurrencyHelpers lock.swift
[888/1986] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[889/1986] Emitting module NIOConcurrencyHelpers
[889/1987] Compiling x_sig.cc
[890/1987] Compiling x_name.cc
[891/1987] Compiling x_req.cc
[893/1987] Compiling x_pubkey.cc
[894/1987] Compiling x_exten.cc
[896/1987] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[897/1987] Compiling SwiftParser 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
[898/1987] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/1987] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[900/1987] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[901/1987] 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
[902/1987] 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
[903/1987] 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
[904/1987] 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
[905/1987] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[905/1992] Compiling x_crl.cc
[907/2053] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[908/2053] Compiling NIOCore ByteBuffer-conversions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[909/2053] Compiling NIOCore ByteBuffer-core.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[910/2053] Compiling NIOCore ByteBuffer-hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[911/2053] Compiling NIOCore ByteBuffer-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[912/2053] Compiling NIOCore ByteBuffer-lengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[913/2053] Compiling NIOCore ByteBuffer-multi-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[914/2053] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[915/2053] Compiling NIOCore ByteBuffer-views.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[916/2053] Compiling NIOCore Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[917/2053] Compiling NIOCore ChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[918/2053] Compiling NIOCore ChannelHandlers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[919/2053] Compiling NIOCore ChannelInvoker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[920/2053] Compiling NIOCore ChannelOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[921/2053] Compiling NIOCore ChannelPipeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[922/2053] Compiling NIOCore CircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[923/2053] Compiling NIOCore Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[924/2053] Compiling NIOCore ConvenienceOptionSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[924/2053] Compiling x_algor.cc
[926/2053] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[927/2053] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[928/2053] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[929/2053] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[930/2053] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[931/2053] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[932/2053] 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
[932/2053] Compiling x_all.cc
[933/2053] Compiling x_attrib.cc
[934/2053] Compiling x509rset.cc
[935/2053] Compiling x509name.cc
[936/2053] Compiling x509spki.cc
[938/2053] Compiling NIOCore NIOAny.swift
[939/2053] Compiling NIOCore NIOCloseOnErrorHandler.swift
[940/2053] Compiling NIOCore NIOCoreSendableMetatype.swift
[941/2053] Compiling NIOCore NIOLoopBound.swift
[942/2053] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[943/2053] Compiling NIOCore NIOScheduledCallback.swift
[944/2053] Compiling NIOCore NIOSendable.swift
[945/2053] Compiling NIOCore RecvByteBufferAllocator.swift
[945/2061] Compiling x509cset.cc
[946/2061] Compiling x509_vfy.cc
[947/2061] Compiling x509_vpm.cc
[948/2061] Compiling x509_txt.cc
[949/2061] Compiling x509_v3.cc
[950/2061] Compiling x509_trs.cc
[952/2061] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[953/2061] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[954/2061] Compiling NIOCore NIOAsyncWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[955/2061] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[956/2061] Compiling NIOCore BSDSocketAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[957/2061] Compiling NIOCore ByteBuffer-aux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[958/2061] Compiling NIOCore IOData.swift
[959/2061] Compiling NIOCore IPProtocol.swift
[960/2061] Compiling NIOCore IntegerBitPacking.swift
[961/2061] Compiling NIOCore IntegerTypes.swift
[962/2061] Compiling NIOCore Interfaces.swift
[963/2061] Compiling NIOCore Linux.swift
[964/2061] Compiling NIOCore MarkedCircularBuffer.swift
[965/2061] Compiling NIOCore MulticastChannel.swift
[966/2061] Compiling NIOCore EventLoopFuture+Deprecated.swift
[967/2061] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[968/2061] Compiling NIOCore EventLoopFuture.swift
[969/2061] Compiling NIOCore FileDescriptor.swift
[970/2061] Compiling NIOCore FileHandle.swift
[971/2061] Compiling NIOCore FileRegion.swift
[972/2061] Compiling NIOCore GlobalSingletons.swift
[973/2061] Compiling NIOCore IO.swift
[973/2061] Compiling x509_req.cc
[974/2061] Compiling x509_obj.cc
[974/2061] Compiling x509_set.cc
[976/2061] Compiling x509_def.cc
[977/2061] Compiling x509_ext.cc
[978/2061] Compiling x509_lu.cc
[979/2061] Compiling x509_d2.cc
[981/2061] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[982/2061] Compiling NIOCore SocketAddresses.swift
[983/2061] Compiling NIOCore SocketOptionProvider.swift
[984/2061] Compiling NIOCore SystemCallHelpers.swift
[985/2061] Compiling NIOCore TimeAmount+Duration.swift
[986/2061] Compiling NIOCore TypeAssistedChannelHandler.swift
[987/2061] Compiling NIOCore UniversalBootstrapSupport.swift
[988/2061] Compiling NIOCore Utilities.swift
[997/2061] Compiling v3_purp.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
[1004/2062] Compiling x509.cc
[1005/2062] Compiling v3_skey.cc
[1010/2062] Compiling NIOCore DeadChannel.swift
[1011/2062] Compiling NIOCore DispatchQueue+WithFuture.swift
[1012/2062] Compiling NIOCore EventLoop+Deprecated.swift
[1013/2062] Compiling NIOCore EventLoop+SerialExecutor.swift
[1014/2062] Compiling NIOCore EventLoop.swift
[1015/2062] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1015/2062] Compiling x509_cmp.cc
[1016/2062] Compiling x509_att.cc
[1017/2075] Wrapping AST for SwiftParser for debugging
[1018/2075] Compiling v3_utl.cc
[1019/2085] Compiling v3_pmaps.cc
[1020/2085] Compiling v3_pcons.cc
[1021/2085] Compiling v3_prn.cc
[1023/2085] 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
[1024/2086] 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
[1025/2086] 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
[1026/2087] 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
[1027/2087] 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
[1028/2087] 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
[1029/2087] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1030/2087] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1031/2087] 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
[1032/2087] 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
[1033/2087] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1034/2087] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1035/2087] Compiling SwiftOperators Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1036/2087] Compiling SwiftOperators OperatorError+Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1037/2087] 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
[1039/2088] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1040/2088] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1041/2088] 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
[1041/2088] Compiling v3_ncons.cc
[1042/2088] Wrapping AST for SwiftOperators for debugging
[1043/2088] Compiling v3_info.cc
[1045/2088] 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
[1045/2088] Compiling v3_ocsp.cc
[1046/2088] Compiling v3_int.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
[1049/2088] Compiling v3_lib.cc
[1050/2088] Compiling v3_ia5.cc
[1051/2088] Compiling v3_extku.cc
[1052/2088] Compiling v3_genn.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
[1056/2088] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1057/2088] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1057/2089] Compiling v3_enum.cc
[1077/2089] Compiling v3_cpols.cc
[1078/2089] Compiling v3_crld.cc
[1080/2089] Emitting module NIOCore
[1080/2090] Compiling v3_conf.cc
[1082/2090] Compiling v3_bitst.cc
[1083/2157] Compiling v3_bcons.cc
[1085/2157] 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
[1086/2157] 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
[1086/2158] Wrapping AST for SwiftParserDiagnostics for debugging
[1087/2158] Compiling v3_akeya.cc
[1089/2158] 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
[1090/2158] 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
[1091/2158] 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
[1092/2158] 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
[1092/2158] Compiling v3_akey.cc
[1093/2158] Compiling v3_alt.cc
[1094/2158] Compiling t_x509a.cc
[1096/2158] 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
[1097/2158] 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
[1098/2158] 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
[1099/2158] Emitting module NIOEmbedded
[1100/2158] 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
[1101/2158] Compiling NIOEmbedded AsyncTestingChannel.swift
[1102/2158] 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
[1103/2158] 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
[1103/2158] Compiling t_req.cc
[1104/2158] Compiling t_x509.cc
[1106/2158] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1107/2158] Compiling NIOEmbedded Embedded.swift
[1108/2159] 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
[1109/2159] 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
[1110/2159] 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
[1111/2159] 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
[1111/2159] Compiling t_crl.cc
[1114/2160] Compiling rsa_pss.cc
[1115/2160] Compiling policy.cc
[1117/2160] Emitting module NIOPosix
[1117/2166] Wrapping AST for SwiftSyntaxBuilder for debugging
[1118/2181] Compiling i2d_pr.cc
[1120/2183] 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
[1121/2183] 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
[1122/2185] 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
[1123/2185] 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
[1124/2185] 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
[1125/2185] 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
[1126/2185] 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
[1127/2185] 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
[1128/2185] 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
[1129/2185] 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
[1130/2185] 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
[1131/2185] 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
[1132/2185] 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
[1133/2185] 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
[1134/2185] 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
[1135/2185] 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
[1136/2185] 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
[1136/2185] Compiling name_print.cc
[1138/2185] 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
[1139/2185] 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
[1139/2186] Compiling by_file.cc
[1141/2186] Compiling by_dir.cc
[1142/2186] Compiling NIOPosix ThreadPosix.swift
[1143/2186] Compiling NIOPosix ThreadWindows.swift
[1144/2186] Compiling NIOPosix UnsafeTransfer.swift
[1145/2186] Compiling NIOPosix Utilities.swift
[1146/2186] Compiling NIOPosix VsockAddress.swift
[1147/2186] Compiling NIOPosix VsockChannelEvents.swift
[1148/2189] Compiling asn1_gen.cc
[1150/2195] Compiling NIOPosix Pool.swift
[1151/2195] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1152/2195] Compiling NIOPosix PosixSingletons.swift
[1153/2195] Compiling NIOPosix RawSocketBootstrap.swift
[1154/2195] Compiling NIOPosix Resolver.swift
[1155/2195] Compiling NIOPosix Selectable.swift
[1156/2195] Compiling NIOPosix SelectableChannel.swift
[1157/2195] Compiling NIOPosix SelectableEventLoop.swift
[1158/2195] Compiling NIOPosix SelectorEpoll.swift
[1159/2195] Compiling NIOPosix SelectorGeneric.swift
[1160/2195] Compiling NIOPosix SelectorKqueue.swift
[1161/2195] Compiling NIOPosix SelectorUring.swift
[1162/2195] Compiling NIOPosix ServerSocket.swift
[1163/2195] Compiling NIOPosix Socket.swift
[1164/2195] Compiling NIOPosix SocketChannel.swift
[1165/2195] Compiling NIOPosix SocketProtocols.swift
[1166/2195] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1167/2195] Compiling NIOPosix System.swift
[1168/2195] Compiling NIOPosix Thread.swift
[1168/2195] Wrapping AST for SwiftSyntaxMacros for debugging
[1169/2195] Compiling a_verify.cc
[1170/2195] Compiling algorithm.cc
[1172/2195] 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
[1172/2196] Compiling voprf.cc
[1174/2196] 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
[1174/2196] Compiling a_sign.cc
[1175/2196] Compiling a_digest.cc
[1176/2196] Compiling thread_win.cc
[1178/2196] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1179/2196] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1180/2196] 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
[1181/2196] 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
[1181/2196] Compiling pmbtoken.cc
[1187/2196] Compiling NIOPosix LinuxCPUSet.swift
[1188/2196] Compiling NIOPosix LinuxUring.swift
[1189/2196] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1190/2196] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1191/2196] Compiling NIOPosix NIOThreadPool.swift
[1192/2196] Compiling NIOPosix NonBlockingFileIO.swift
[1193/2196] Compiling NIOPosix PendingDatagramWritesManager.swift
[1194/2196] Compiling NIOPosix PendingWritesManager.swift
[1195/2196] Compiling NIOPosix PipeChannel.swift
[1196/2196] Compiling NIOPosix PipePair.swift
[1197/2196] 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
[1198/2196] 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
[1199/2196] 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
[1199/2196] Compiling trust_token.cc
[1200/2196] Compiling thread_pthread.cc
[1208/2196] Compiling thread.cc
[1216/2196] Compiling thread_none.cc
[1217/2197] Compiling stack.cc
[1219/2197] Compiling sha512.cc
[1220/2197] Compiling sha256.cc
[1221/2197] Compiling siphash.cc
[1222/2197] Compiling slhdsa.cc
[1223/2197] Compiling sha1.cc
[1224/2197] Compiling spake2plus.cc
[1225/2197] Compiling rsa_print.cc
[1226/2197] Compiling rsa_extra.cc
[1228/2197] 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
[1228/2200] Compiling rsa_crypt.cc
[1229/2200] Compiling rc4.cc
[1230/2200] Compiling refcount.cc
[1233/2200] Emitting module NIO
[1234/2200] Compiling NIO Exports.swift
[1234/2201] Compiling windows.cc
[1235/2201] Compiling trusty.cc
[1237/2201] Compiling rsa_asn1.cc
[1238/2204] Compiling urandom.cc
[1239/2213] Compiling passive.cc
[1240/2217] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1241/2219] Compiling rand.cc
[1242/2224] Compiling ios.cc
[1244/2224] 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
[1245/2225] Compiling NIOTLS TLSEvents.swift
[1245/2225] Compiling getentropy.cc
[1246/2225] Compiling pool.cc
[1248/2225] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1249/2225] Emitting module NIOTLS
[1250/2225] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1251/2225] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1252/2225] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1253/2225] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1253/2225] Compiling poly1305_arm_asm.S
[1254/2225] Compiling deterministic.cc
[1255/2225] Compiling forkunsafe.cc
[1257/2225] 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
[1258/2225] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1259/2225] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1260/2225] 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
[1261/2225] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/2225] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/2225] Compiling fork_detect.cc
[1264/2225] 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
[1265/2225] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1266/2225] Compiling NIOTLS SNIHandler.swift
[1266/2226] Compiling poly1305_vec.cc
[1267/2226] Compiling poly1305.cc
[1268/2226] Compiling poly1305_arm.cc
[1271/2226] Emitting module NIOFoundationCompat
[1272/2226] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1273/2256] Compiling pkcs7.cc
[1274/2256] Compiling pkcs8.cc
[1275/2256] Compiling p5_pbev2.cc
[1276/2256] Compiling pkcs8_x509.cc
[1278/2278] 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
[1279/2278] Compiling NIOTransportServices StateManagedChannel.swift
[1280/2278] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1281/2278] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1282/2280] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1283/2280] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1284/2280] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1285/2280] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1286/2280] Compiling NIOTransportServices NIOTSSingletons.swift
[1287/2280] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1288/2280] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1289/2280] Compiling NIOTransportServices NIOTSErrors.swift
[1290/2280] Compiling NIOTransportServices NIOTSEventLoop.swift
[1291/2280] Compiling NIOTransportServices NIOTSBootstraps.swift
[1292/2280] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1293/2280] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1293/2280] Compiling pkcs7_x509.cc
[1294/2280] Compiling pem_xaux.cc
[1296/2280] Compiling NIOTransportServices AcceptHandler.swift
[1297/2280] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1298/2280] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1299/2280] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1300/2280] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1301/2280] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1302/2280] Emitting module NIOTransportServices
[1303/2280] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1304/2280] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1310/2282] Compiling pem_x509.cc
[1311/2282] Compiling pem_pkey.cc
[1312/2282] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1313/2282] Compiling pem_pk8.cc
[1315/2284] 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
[1316/2284] 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
[1316/2284] Compiling pem_oth.cc
[1319/2285] Emitting module NIOSSL
[1319/2289] Compiling obj_xref.cc
[1320/2289] Compiling obj.cc
[1321/2289] Compiling mlkem.cc
[1322/2289] Compiling pem_info.cc
[1323/2289] Compiling pem_all.cc
[1324/2290] Compiling pem_lib.cc
[1333/2291] Compiling NIOSSL SafeCompare.swift
[1334/2291] Compiling NIOSSL SSLPrivateKey.swift
[1335/2291] Compiling NIOSSL SSLPublicKey.swift
[1336/2291] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1337/2291] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1337/2291] Wrapping AST for SwiftCompilerPlugin for debugging
[1338/2291] Compiling mem.cc
[1339/2291] Compiling mldsa.cc
[1340/2291] Compiling lhash.cc
[1345/2291] Compiling poly_rq_mul.S
[1346/2291] Compiling md5.cc
[1347/2291] Compiling fips_shared_support.cc
[1360/2291] Compiling md4.cc
[1361/2291] Compiling kyber.cc
[1362/2291] Compiling fuzzer_mode.cc
[1363/2291] Compiling hrss.cc
[1364/2291] Compiling hpke.cc
[1365/2291] Compiling ex_data.cc
[1366/2291] Compiling scrypt.cc
[1367/2291] Compiling sign.cc
[1369/2291] Compiling NIOSSL Zeroization.swift
[1370/2291] Compiling NIOSSL TLSConfiguration.swift
[1371/2291] Compiling NIOSSL UniversalBootstrapSupport.swift
[1372/2291] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1372/2292] Compiling pbkdf.cc
[1374/2292] Emitting module PostgresNIOMacrosPlugin
[1375/2292] Compiling PostgresNIOMacrosPlugin StatementMacro.swift
[1376/2292] Compiling print.cc
[1377/2293] Compiling p_x25519.cc
[1379/2293] Compiling p_x25519_asn1.cc
[1380/2293] Compiling p_rsa_asn1.cc
[1381/2293] Wrapping AST for PostgresNIOMacrosPlugin for debugging
[1382/2293] Compiling p_ed25519.cc
[1383/2293] Write Objects.LinkFileList
[1384/2293] Compiling p_hkdf.cc
[1385/2293] Compiling p_ed25519_asn1.cc
[1386/2293] Compiling p_rsa.cc
[1387/2293] Compiling p_ec.cc
[1388/2293] Compiling p_ec_asn1.cc
[1389/2293] Compiling p_dsa_asn1.cc
[1390/2293] Compiling p_dh_asn1.cc
[1391/2293] Compiling p_dh.cc
[1392/2293] Compiling err.cc
[1393/2293] Compiling evp_ctx.cc
[1394/2293] Compiling engine.cc
[1395/2293] Compiling evp.cc
[1396/2293] Linking PostgresNIOMacrosPlugin-tool
[1397/2293] Compiling ecdsa_p1363.cc
[1398/2293] Compiling evp_asn1.cc
[1399/2293] Compiling ecdh.cc
[1400/2293] Compiling hash_to_curve.cc
[1401/2293] Compiling ec_derive.cc
[1402/2293] Compiling ecdsa_asn1.cc
[1403/2293] Compiling ec_asn1.cc
[1404/2293] Compiling dsa.cc
[1405/2293] Compiling dsa_asn1.cc
[1406/2293] Compiling params.cc
[1407/2293] Compiling des.cc
[1408/2293] Compiling x25519-asm-arm.S
[1409/2293] Compiling dh_asn1.cc
[1410/2293] Compiling spake25519.cc
[1411/2293] Compiling digest_extra.cc
[1412/2293] Compiling cpu_arm_linux.cc
[1413/2293] Compiling crypto.cc
[1414/2293] Compiling curve25519.cc
[1415/2293] Compiling cpu_intel.cc
[1416/2293] Compiling cpu_aarch64_win.cc
[1417/2293] Compiling cpu_aarch64_sysreg.cc
[1418/2293] Compiling cpu_arm_freebsd.cc
[1419/2293] Compiling curve25519_64_adx.cc
[1420/2293] Compiling cpu_aarch64_openbsd.cc
[1421/2293] Compiling cpu_aarch64_linux.cc
[1422/2293] Compiling cpu_aarch64_fuchsia.cc
[1423/2293] Compiling bcm.cc
[1424/2293] Compiling get_cipher.cc
[1425/2293] Compiling tls_cbc.cc
[1426/2293] Compiling cpu_aarch64_apple.cc
[1427/2293] Compiling conf.cc
[1428/2293] Compiling e_rc4.cc
[1429/2293] Compiling e_tls.cc
[1430/2293] Compiling e_null.cc
[1431/2293] Compiling e_rc2.cc
[1432/2293] Compiling e_des.cc
[1433/2293] Compiling derive_key.cc
[1434/2293] Compiling e_chacha20poly1305.cc
[1435/2293] Compiling cms.cc
[1436/2293] Compiling e_aesgcmsiv.cc
[1437/2293] Compiling chacha.cc
[1438/2293] Compiling e_aeseax.cc
[1439/2293] Compiling e_aesctrhmac.cc
[1440/2293] Compiling sqrt.cc
[1441/2293] Compiling buf.cc
[1442/2293] Compiling cbb.cc
[1443/2293] Compiling exponentiation.cc
[1444/2293] Compiling unicode.cc
[1445/2293] Compiling ber.cc
[1446/2293] Compiling asn1_compat.cc
[1447/2293] Compiling cbs.cc
[1448/2293] Compiling div.cc
[1449/2293] Compiling bn_asn1.cc
[1450/2293] Compiling printf.cc
[1451/2293] Compiling blake2.cc
[1452/2293] Compiling hexdump.cc
[1453/2293] Compiling pair.cc
[1454/2293] Compiling convert.cc
[1455/2293] Compiling file.cc
[1456/2293] Compiling errno.cc
[1457/2293] Compiling fd.cc
[1458/2293] Compiling tasn_fre.cc
[1459/2293] Compiling bio_mem.cc
[1460/2293] Compiling tasn_typ.cc
[1461/2293] Compiling tasn_utl.cc
[1462/2293] Compiling base64.cc
[1463/2293] Compiling bio.cc
[1464/2293] Compiling posix_time.cc
[1465/2293] Compiling f_int.cc
[1466/2293] Compiling tasn_enc.cc
[1467/2293] Compiling f_string.cc
[1468/2293] Compiling asn_pack.cc
[1469/2293] Compiling asn1_par.cc
[1470/2293] Compiling tasn_new.cc
[1471/2293] Compiling tasn_dec.cc
[1472/2293] Compiling a_utctm.cc
[1473/2293] Compiling a_time.cc
[1474/2293] Compiling a_type.cc
[1475/2293] Compiling a_octet.cc
[1476/2293] Compiling asn1_lib.cc
[1477/2293] Compiling a_strnid.cc
[1478/2293] Compiling a_strex.cc
[1479/2293] Compiling a_object.cc
[1480/2293] Compiling a_mbstr.cc
[1481/2293] Compiling a_i2d_fp.cc
[1481/2293] Write sources
[1486/2293] Compiling _AtomicsShims.c
[1487/2293] Compiling a_dup.cc
[1488/2293] Compiling a_d2i_fp.cc
[1489/2296] Compiling a_gentm.cc
[1490/2297] Compiling aes.cc
[1491/2297] Write sources
[1493/2362] Compiling a_int.cc
[1493/2362] Write sources
[1509/2384] Compiling a_bool.cc
[1510/2384] Compiling a_bitstr.cc
[1510/2384] Write sources
[1515/2384] Compiling CNIOWindows shim.c
[1517/2406] Emitting module AsyncAlgorithms
[1518/2412] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1519/2412] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1520/2412] Compiling AsyncAlgorithms MergeStateMachine.swift
[1521/2412] Compiling AsyncAlgorithms MergeStorage.swift
[1522/2412] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1523/2412] Compiling AsyncAlgorithms Rethrow.swift
[1524/2412] Compiling SwiftASN1 ObjectIdentifier.swift
[1525/2412] Compiling SwiftASN1 PEMDocument.swift
[1526/2412] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1527/2412] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1528/2412] Compiling AsyncAlgorithms AsyncChannel.swift
[1529/2412] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1530/2412] Compiling CryptoBoringWrapper RandomBytes.swift
[1531/2412] Compiling InternalCollectionsUtilities _SortedCollection.swift
[1532/2412] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[1533/2412] Compiling InternalCollectionsUtilities Debugging.swift
[1534/2412] Compiling InternalCollectionsUtilities Descriptions.swift
[1535/2412] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[1536/2412] Compiling SwiftASN1 TimeUtilities.swift
[1537/2412] Compiling SwiftASN1 UTCTime.swift
[1538/2412] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[1539/2412] Compiling InternalCollectionsUtilities UInt+reversed.swift
[1540/2412] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[1541/2412] Compiling InternalCollectionsUtilities Integer rank.swift
[1542/2412] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[1543/2412] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[1544/2412] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[1545/2412] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1546/2412] Compiling CryptoBoringWrapper EllipticCurve.swift
[1547/2412] Emitting module CryptoBoringWrapper
[1548/2412] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1549/2412] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1550/2412] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1551/2412] Compiling AsyncAlgorithms DebounceStorage.swift
[1552/2412] Compiling AsyncAlgorithms Dictionary.swift
[1553/2412] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1554/2412] Compiling AsyncAlgorithms Locking.swift
[1555/2412] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1556/2412] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1557/2412] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1559/2413] Compiling AsyncAlgorithms SetAlgebra.swift
[1560/2413] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1561/2413] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1562/2413] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1563/2413] Compiling AsyncAlgorithms ZipStateMachine.swift
[1564/2413] Compiling AsyncAlgorithms ZipStorage.swift
[1565/2413] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1566/2413] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1567/2413] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1568/2413] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1569/2413] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1570/2413] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1571/2413] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1572/2413] Compiling AsyncAlgorithms ChannelStorage.swift
[1573/2413] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1574/2413] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1575/2413] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1576/2413] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1582/2427] Compiling _NIODataStructures _TinyArray.swift
[1583/2428] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1584/2429] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[1593/2429] Emitting module InternalCollectionsUtilities
[1596/2429] Compiling _NIODataStructures PriorityQueue.swift
[1597/2429] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1598/2429] Emitting module _NIOBase64
[1599/2429] Compiling _NIOBase64 Base64.swift
[1610/2432] Compiling SwiftASN1 DER.swift
[1611/2432] Emitting module Atomics
[1612/2432] Emitting module ServiceLifecycle
[1613/2432] Compiling _NIODataStructures Heap.swift
[1614/2432] Emitting module _NIODataStructures
[1621/2433] Compiling Atomics IntegerOperations.swift
[1622/2433] Compiling Atomics Unmanaged extensions.swift
[1624/2434] Compiling CoreMetrics Metrics.swift
[1625/2434] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1637/2434] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[1637/2435] Compiling CNIOWindows WSAStartup.c
[1639/2435] Compiling ServiceLifecycle ServiceRunnerError.swift
[1639/2435] Compiling CNIOWASI CNIOWASI.c
[1640/2435] Compiling CNIOPosix event_loop_id.c
[1642/2478] Compiling CNIOLinux shim.c
[1644/2509] Compiling ConcurrencyHelpers LockedValueBox.swift
[1645/2579] Compiling DequeModule Deque+Equatable.swift
[1646/2579] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[1647/2579] Compiling DequeModule Deque+Extras.swift
[1648/2579] Compiling DequeModule Deque+CustomReflectable.swift
[1649/2579] Compiling DequeModule Deque+Descriptions.swift
[1650/2581] Compiling DequeModule _DequeBuffer.swift
[1651/2581] Compiling DequeModule _DequeBufferHeader.swift
[1654/2581] Compiling OrderedCollections OrderedDictionary+Codable.swift
[1655/2581] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[1656/2581] Compiling DequeModule _DequeSlot.swift
[1657/2581] Compiling DequeModule _UnsafeWrappedBuffer.swift
[1659/2581] Compiling DequeModule Deque+Hashable.swift
[1660/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[1661/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[1662/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[1663/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[1664/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[1665/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[1666/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[1667/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[1668/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[1669/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[1670/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[1671/2581] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[1672/2581] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[1673/2581] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[1674/2588] Compiling ServiceLifecycle CancellationWaiter.swift
[1675/2588] Compiling ServiceLifecycle GracefulShutdown.swift
[1676/2588] Compiling ServiceLifecycle Service.swift
[1677/2588] Compiling ServiceLifecycle ServiceGroup.swift
[1678/2589] Compiling OrderedCollections OrderedDictionary.swift
[1679/2589] Compiling OrderedCollections OrderedSet+Codable.swift
[1680/2589] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[1681/2589] Compiling OrderedCollections OrderedSet+Descriptions.swift
[1682/2589] Compiling OrderedCollections OrderedSet+Diffing.swift
[1683/2589] Compiling OrderedCollections OrderedSet+Equatable.swift
[1684/2589] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[1685/2589] Compiling OrderedCollections OrderedSet+Hashable.swift
[1687/2589] Compiling DequeModule Deque+Testing.swift
[1688/2589] Compiling DequeModule Deque._Storage.swift
[1689/2589] Compiling DequeModule Deque._UnsafeHandle.swift
[1690/2589] Compiling DequeModule Deque.swift
[1690/2589] Compiling CNIOLinux liburing_shims.c
[1691/2589] Compiling CNIODarwin shim.c
[1693/2589] Compiling OrderedCollections OrderedSet+Initializers.swift
[1694/2589] Compiling OrderedCollections OrderedSet+Insertions.swift
[1695/2589] Compiling OrderedCollections OrderedSet+Invariants.swift
[1696/2589] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[1697/2589] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[1698/2589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[1699/2589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[1700/2589] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[1711/2589] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[1712/2589] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[1713/2589] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[1714/2589] Compiling OrderedCollections OrderedDictionary+Elements.swift
[1715/2589] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[1716/2589] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[1717/2589] Emitting module SwiftASN1
[1718/2589] Compiling DequeModule Deque+Codable.swift
[1719/2589] Compiling DequeModule Deque+Collection.swift
[1720/2589] Compiling Logging MetadataProvider.swift
[1721/2589] Compiling Logging Locks.swift
[1722/2589] Emitting module Logging
[1723/2589] Emitting module CoreMetrics
[1724/2589] Emitting module ConcurrencyHelpers
[1725/2589] Compiling ConcurrencyHelpers Lock.swift
[1726/2589] Compiling CoreMetrics Locks.swift
[1729/2591] Compiling Logging Logging.swift
[1730/2591] Compiling Logging LogHandler.swift
[1731/2593] Emitting module DequeModule
[1736/2594] Compiling fiat_p256_adx_sqr.S
[1737/2594] Compiling fiat_p256_adx_mul.S
[1738/2594] Compiling fiat_curve25519_adx_square.S
[1739/2594] Compiling fiat_curve25519_adx_mul.S
[1740/2594] Compiling CNIOBoringSSLShims shims.c
[1752/2609] Emitting module Crypto
[1753/2609] Compiling OrderedCollections _UnsafeBitset.swift
[1754/2609] Compiling Crypto SymmetricKeys.swift
[1755/2609] Compiling Crypto HMAC.swift
[1756/2609] Compiling Crypto MACFunctions.swift
[1757/2609] Compiling Crypto MessageAuthenticationCode.swift
[1758/2609] Compiling Crypto AES.swift
[1759/2609] Compiling Crypto ECDSASignature_boring.swift
[1760/2609] Compiling Crypto ECDSA_boring.swift
[1761/2609] Compiling Crypto EdDSA_boring.swift
[1762/2609] Compiling Crypto ECDSA.swift
[1763/2623] Emitting module UnixSignals
[1764/2623] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[1765/2623] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[1766/2623] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[1767/2623] Compiling _ConnectionPoolModule ConnectionPool.swift
[1768/2623] Compiling _ConnectionPoolModule ConnectionRequest.swift
[1769/2623] Compiling _ConnectionPoolModule Max2Sequence.swift
[1770/2623] Compiling _ConnectionPoolModule NIOLock.swift
[1771/2623] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1774/2624] Compiling UnixSignals UnixSignal.swift
[1775/2624] Compiling OrderedCollections OrderedSet+Sendable.swift
[1776/2624] Compiling OrderedCollections OrderedSet+SubSequence.swift
[1777/2624] Compiling OrderedCollections OrderedSet+Testing.swift
[1778/2624] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[1779/2624] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[1780/2624] Compiling OrderedCollections OrderedSet.swift
[1782/2624] Emitting module Metrics
[1783/2624] Compiling UnixSignals UnixSignalsSequence.swift
[1787/2625] 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 }
[1788/2625] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1819/2625] Emitting module OrderedCollections
[1838/2626] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1839/2626] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1841/2626] Compiling Metrics Metrics.swift
[1849/2627] Emitting module _ConnectionPoolModule
[1850/2627] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1851/2627] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1851/2627] Compiling tls13_enc.cc
[1851/2627] Compiling tls13_server.cc
[1851/2627] Compiling tls13_both.cc
[1851/2627] Compiling tls13_client.cc
[1851/2627] Compiling tls_method.cc
[1851/2627] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/785] Compiling tls_method.cc
[1/785] Write swift-version-24593BA9C3E375BF.txt
[2/785] Compiling tls_record.cc
[3/785] Compiling tls13_both.cc
[4/785] Compiling tls13_server.cc
[5/789] Compiling tls13_enc.cc
[6/789] Compiling ssl_x509.cc
[7/789] Compiling tls13_client.cc
[8/789] Compiling t1_enc.cc
[10/801] Compiling _NIODataStructures PriorityQueue.swift
[11/803] Emitting module SwiftSyntax601
[12/803] Compiling SwiftSyntax601 Empty.swift
[13/804] Compiling SwiftSyntax600 Empty.swift
[14/804] Emitting module SwiftSyntax600
[15/805] Compiling SwiftSyntax510 Empty.swift
[16/805] Emitting module SwiftSyntax510
[17/806] Emitting module _NIODataStructures
[22/803] Compiling _NIODataStructures Heap.swift
[24/803] Compiling _NIODataStructures PriorityQueue.swift
[25/803] Compiling _NIODataStructures _TinyArray.swift
[27/804] Emitting module _NIOBase64
[28/804] Compiling _NIOBase64 Base64.swift
[33/823] Emitting module _NIOBase64
[35/843] Compiling SwiftSyntax509 Empty.swift
[36/843] Emitting module SwiftSyntax509
[37/859] Compiling ssl_versions.cc
[39/859] Compiling Logging MetadataProvider.swift
[41/887] Emitting module Logging
[42/887] Compiling Logging Locks.swift
[43/887] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/887] Compiling InternalCollectionsUtilities Debugging.swift
[45/889] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/892] Compiling InternalCollectionsUtilities Descriptions.swift
[49/892] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[52/892] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/893] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[54/893] Compiling NIOConcurrencyHelpers NIOLock.swift
[55/893] Compiling NIOConcurrencyHelpers lock.swift
[56/893] Compiling NIOConcurrencyHelpers atomics.swift
[57/893] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[62/893] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/893] Emitting module NIOConcurrencyHelpers
[64/894] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/922] Compiling SwiftSyntax Convenience.swift
[68/922] Compiling SwiftSyntax CustomTraits.swift
[71/938] Compiling SwiftSyntax Syntax.swift
[72/938] Compiling SwiftSyntax SyntaxArena.swift
[73/938] Compiling SwiftSyntax CommonAncestor.swift
[75/939] Compiling SwiftSyntax BumpPtrAllocator.swift
[77/939] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/939] Compiling SwiftSyntax Assert.swift
[79/939] Compiling SwiftSyntax AbsolutePosition.swift
[81/939] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[82/939] Compiling SwiftSyntax EditorPlaceholder.swift
[83/939] Compiling SwiftSyntax SourceLocation.swift
[94/958] Emitting module InternalCollectionsUtilities
[96/959] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[97/959] Compiling SwiftSyntax SyntaxChildren.swift
[114/960] Emitting module Logging
[115/960] Compiling Logging Locks.swift
[116/960] Compiling Logging LogHandler.swift
[117/960] Compiling Logging Logging.swift
[118/961] Compiling Logging LogHandler.swift
[119/961] Compiling Logging Logging.swift
[120/962] Compiling SwiftSyntax SyntaxCollection.swift
[121/962] Compiling SwiftSyntax SyntaxHashable.swift
[126/962] Emitting module SwiftASN1
[130/1051] Compiling ConcurrencyHelpers LockedValueBox.swift
[131/1052] Compiling OrderedCollections _HashTable+Testing.swift
[132/1052] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[133/1055] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[134/1055] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/1108] Compiling CryptoBoringWrapper EllipticCurve.swift
[136/1108] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[137/1108] Compiling OrderedCollections _HashTable+Testing.swift
[138/1108] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[139/1108] Compiling CryptoBoringWrapper RandomBytes.swift
[140/1108] Compiling CoreMetrics Locks.swift
[141/1108] Compiling ConcurrencyHelpers Lock.swift
[142/1108] Emitting module ConcurrencyHelpers
[143/1109] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[144/1109] Compiling OrderedCollections OrderedSet+Hashable.swift
[145/1109] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[147/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[148/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[149/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[150/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[151/1109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[152/1109] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[153/1109] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[154/1116] Emitting module CryptoBoringWrapper
[155/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[157/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[158/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[159/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[160/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[161/1116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[162/1123] Emitting module CoreMetrics
[163/1123] Compiling OrderedCollections _HashTable.swift
[164/1123] Compiling OrderedCollections _Hashtable+Header.swift
[165/1123] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[166/1123] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[167/1123] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[175/1124] Emitting module CoreMetrics
[184/1139] Compiling DequeModule Deque+CustomReflectable.swift
[185/1139] Compiling DequeModule Deque+Descriptions.swift
[186/1141] Compiling DequeModule Deque+Equatable.swift
[187/1141] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[188/1142] Compiling DequeModule Deque+Codable.swift
[189/1142] Compiling DequeModule Deque+Collection.swift
[194/1142] Compiling DequeModule Deque+Testing.swift
[195/1142] Compiling DequeModule Deque._Storage.swift
[196/1142] Compiling DequeModule Deque+Extras.swift
[197/1142] Compiling DequeModule Deque+Hashable.swift
[198/1142] Compiling DequeModule Deque._UnsafeHandle.swift
[199/1142] Compiling DequeModule Deque.swift
[200/1142] Compiling DequeModule _DequeBuffer.swift
[201/1142] Compiling DequeModule _DequeBufferHeader.swift
[202/1142] Compiling DequeModule _DequeSlot.swift
[203/1142] Compiling DequeModule _UnsafeWrappedBuffer.swift
[204/1142] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[205/1142] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[206/1142] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[207/1142] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[208/1142] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[209/1142] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[210/1142] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[211/1142] Compiling OrderedCollections OrderedDictionary+Values.swift
[212/1142] Compiling OrderedCollections OrderedDictionary+Codable.swift
[213/1142] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[214/1142] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[218/1153] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[220/1153] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[222/1153] Compiling OrderedCollections OrderedDictionary+Elements.swift
[223/1153] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[224/1153] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[243/1153] Compiling OrderedCollections OrderedSet+Initializers.swift
[244/1153] Compiling OrderedCollections OrderedSet+Insertions.swift
[245/1153] Compiling OrderedCollections OrderedSet+Invariants.swift
[246/1153] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[247/1153] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[248/1153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[249/1153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[250/1153] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[253/1153] Compiling CoreMetrics Metrics.swift
[273/1154] Emitting module UnixSignals
[274/1154] Compiling UnixSignals UnixSignal.swift
[275/1154] Compiling UnixSignals UnixSignalsSequence.swift
[279/1155] Emitting module DequeModule
[280/1155] Compiling CoreMetrics Locks.swift
[281/1156] Compiling CoreMetrics Metrics.swift
[282/1158] Compiling OrderedCollections OrderedSet+Sendable.swift
[283/1158] Compiling OrderedCollections OrderedSet+SubSequence.swift
[284/1158] Compiling OrderedCollections OrderedSet+Testing.swift
[285/1158] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[286/1158] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[287/1158] Compiling OrderedCollections OrderedSet.swift
[288/1158] Compiling OrderedCollections _UnsafeBitset.swift
[290/1228] Compiling Crypto ASN1Identifier.swift
[291/1228] Compiling Crypto ASN1Integer.swift
[292/1228] Compiling Crypto ASN1BitString.swift
[293/1228] Compiling Crypto ASN1Boolean.swift
[294/1228] Compiling Crypto ASN1.swift
[295/1228] Compiling Crypto ASN1Any.swift
[297/1228] Compiling Crypto Ed25519_boring.swift
[298/1228] Compiling Crypto NISTCurvesKeys_boring.swift
[299/1228] Compiling Crypto X25519Keys_boring.swift
[300/1228] Compiling Crypto Curve25519.swift
[301/1228] Compiling Crypto Ed25519Keys.swift
[302/1228] Compiling Crypto NISTCurvesKeys.swift
[303/1228] Compiling Crypto X25519Keys.swift
[304/1228] Compiling Crypto CryptoKitErrors.swift
[305/1228] Compiling Crypto Digest_boring.swift
[306/1228] Compiling Crypto Digest.swift
[307/1228] Compiling Crypto Digests.swift
[308/1228] Compiling Crypto HashFunctions.swift
[309/1228] Compiling Crypto HashFunctions_SHA2.swift
[310/1228] Compiling Crypto HPKE-AEAD.swift
[311/1228] Compiling Crypto HPKE-Ciphersuite.swift
[316/1228] Compiling Crypto ASN1Null.swift
[317/1228] Compiling Crypto ASN1OctetString.swift
[318/1228] Compiling Crypto ASN1Strings.swift
[319/1228] Compiling Crypto ArraySliceBigint.swift
[320/1228] Compiling Crypto GeneralizedTime.swift
[321/1228] Compiling Crypto ObjectIdentifier.swift
[322/1228] Compiling Crypto ECDSASignature.swift
[323/1228] Compiling Crypto PEMDocument.swift
[324/1228] Compiling Crypto PKCS8PrivateKey.swift
[325/1228] Compiling Crypto SEC1PrivateKey.swift
[326/1228] Compiling Crypto SubjectPublicKeyInfo.swift
[327/1228] Compiling Crypto CryptoError_boring.swift
[328/1228] Compiling Crypto AES-GCM.swift
[329/1228] Compiling Crypto AES-GCM_boring.swift
[330/1228] Compiling Crypto ChaChaPoly_boring.swift
[331/1228] Compiling Crypto ChaChaPoly.swift
[332/1228] Compiling Crypto Cipher.swift
[333/1228] Compiling Crypto Nonces.swift
[338/1230] Emitting module DequeModule
[340/1236] Emitting module OrderedCollections
[341/1237] Compiling ConcurrencyHelpers LockedValueBox.swift
[343/1237] Emitting module Metrics
[344/1237] Compiling Metrics Metrics.swift
[345/1238] Emitting module Metrics
[346/1238] Compiling Metrics Metrics.swift
[349/1257] Emitting module ConcurrencyHelpers
[350/1257] Compiling ConcurrencyHelpers Lock.swift
[351/1258] Compiling Atomics AtomicStorage.swift
[352/1258] Compiling Atomics AtomicValue.swift
[354/1278] Emitting module OrderedCollections
[355/1279] Compiling Atomics AtomicOptionalWrappable.swift
[356/1279] Compiling Atomics AtomicReference.swift
[357/1279] Compiling Atomics UnsafeAtomic.swift
[358/1279] Compiling Atomics UnsafeAtomicLazyReference.swift
[359/1279] Compiling Atomics ManagedAtomic.swift
[360/1279] Compiling Atomics ManagedAtomicLazyReference.swift
[362/1327] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[363/1327] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[364/1329] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[365/1329] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[366/1329] Compiling Atomics IntegerOperations.swift
[367/1329] Compiling Atomics Unmanaged extensions.swift
[368/1329] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[369/1329] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[370/1329] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[371/1329] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[374/1329] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[375/1329] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[376/1329] Compiling AsyncAlgorithms Locking.swift
[377/1329] Compiling AsyncAlgorithms ChannelStateMachine.swift
[378/1329] Compiling AsyncAlgorithms ChannelStorage.swift
[379/1329] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[380/1329] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[381/1329] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[382/1329] Compiling AsyncAlgorithms CombineLatestStorage.swift
[383/1329] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[384/1329] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[385/1339] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[386/1339] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[387/1339] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[388/1339] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[389/1339] Compiling AsyncAlgorithms AsyncChannel.swift
[390/1339] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[391/1339] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[392/1339] Compiling AsyncAlgorithms DebounceStateMachine.swift
[393/1339] Compiling AsyncAlgorithms DebounceStorage.swift
[394/1339] Compiling AsyncAlgorithms Dictionary.swift
[395/1339] Emitting module UnixSignals
[396/1339] Compiling UnixSignals UnixSignal.swift
[397/1339] Compiling UnixSignals UnixSignalsSequence.swift
[399/1339] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[400/1339] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[401/1340] Emitting module Crypto
[406/1340] Compiling Crypto SymmetricKeys.swift
[407/1340] Compiling Crypto HMAC.swift
[408/1340] Compiling Crypto MACFunctions.swift
[409/1340] Compiling Crypto MessageAuthenticationCode.swift
[410/1340] Compiling Crypto AES.swift
[411/1340] Compiling Crypto ECDSASignature_boring.swift
[412/1340] Compiling Crypto ECDSA_boring.swift
[413/1340] Compiling Crypto EdDSA_boring.swift
[414/1340] Compiling Crypto ECDSA.swift
[415/1340] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[416/1340] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[417/1340] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[418/1340] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[419/1340] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[420/1340] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[424/1346] Compiling AsyncAlgorithms MergeStateMachine.swift
[425/1346] Compiling AsyncAlgorithms MergeStorage.swift
[426/1346] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[427/1346] Compiling AsyncAlgorithms Rethrow.swift
[434/1346] Emitting module AsyncAlgorithms
[445/1346] Compiling AsyncAlgorithms SetAlgebra.swift
[446/1346] Compiling AsyncAlgorithms UnsafeTransfer.swift
[447/1346] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[448/1346] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[449/1346] Compiling AsyncAlgorithms ZipStateMachine.swift
[450/1346] Compiling AsyncAlgorithms ZipStorage.swift
[451/1346] Compiling Crypto ECDH.swift
[452/1346] Compiling Crypto HKDF.swift
[453/1346] Compiling Crypto AESWrap.swift
[454/1346] Compiling Crypto AESWrap_boring.swift
[479/1346] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[479/1346] Compiling ssl_transcript.cc
[514/1355] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[515/1356] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[516/1356] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[517/1356] Compiling Crypto Ed25519.swift
[518/1356] Compiling Crypto Signature.swift
[519/1356] Compiling Crypto CryptoKitErrors_boring.swift
[520/1356] Compiling Crypto RNG_boring.swift
[521/1356] Compiling Crypto SafeCompare_boring.swift
[522/1356] Compiling Crypto Zeroization_boring.swift
[523/1356] Compiling Crypto PrettyBytes.swift
[524/1356] Compiling Crypto SafeCompare.swift
[525/1356] Compiling Crypto SecureBytes.swift
[526/1356] Compiling Crypto Zeroization.swift
[527/1356] Emitting module Atomics
[528/1358] Emitting module ServiceLifecycle
[529/1358] Emitting module Atomics
[530/1358] Compiling ServiceLifecycle ServiceRunnerError.swift
[532/1372] Compiling ssl_session.cc
[533/1372] Compiling ssl_stat.cc
[535/1372] Compiling ServiceLifecycle Service.swift
[536/1372] Compiling ServiceLifecycle CancellationWaiter.swift
[537/1372] Compiling ServiceLifecycle GracefulShutdown.swift
[538/1372] Compiling ServiceLifecycle ServiceGroup.swift
[539/1373] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[540/1373] Compiling _ConnectionPoolModule ConnectionPool.swift
[541/1373] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[542/1373] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[543/1373] Compiling _ConnectionPoolModule ConnectionRequest.swift
[544/1373] Compiling _ConnectionPoolModule Max2Sequence.swift
[546/1424] Compiling ssl_privkey.cc
[548/1424] Compiling _CryptoExtras ARCServer.swift
[549/1424] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[550/1424] Compiling _CryptoExtras ChaCha20CTR.swift
[551/1424] Compiling _CryptoExtras ObjectIdentifier.swift
[552/1486] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[553/1486] Compiling NIOCore BSDSocketAPI.swift
[554/1486] Compiling _ConnectionPoolModule TinyFastSequence.swift
[555/1486] Compiling NIOCore NIOAny.swift
[556/1486] Compiling NIOCore NIOCloseOnErrorHandler.swift
[557/1486] Compiling NIOCore NIOCoreSendableMetatype.swift
[558/1486] Compiling NIOCore NIOLoopBound.swift
[559/1486] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[560/1486] Compiling NIOCore NIOScheduledCallback.swift
[561/1486] Compiling NIOCore NIOSendable.swift
[562/1486] Compiling NIOCore RecvByteBufferAllocator.swift
[563/1494] Compiling NIOCore EventLoopFuture+Deprecated.swift
[564/1494] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[565/1494] Compiling NIOCore EventLoopFuture.swift
[566/1494] Compiling NIOCore FileDescriptor.swift
[567/1494] Compiling NIOCore FileHandle.swift
[568/1494] Compiling NIOCore FileRegion.swift
[569/1494] Compiling NIOCore GlobalSingletons.swift
[570/1500] Emitting module _ConnectionPoolModule
[571/1500] Compiling NIOCore Channel.swift
[572/1500] Compiling NIOCore ChannelHandler.swift
[573/1500] Compiling NIOCore ChannelHandlers.swift
[574/1500] Compiling NIOCore ChannelInvoker.swift
[575/1500] Compiling NIOCore ChannelOption.swift
[576/1500] Compiling NIOCore ChannelPipeline.swift
[577/1500] Compiling NIOCore IOData.swift
[578/1500] Compiling NIOCore ByteBuffer-hex.swift
[579/1500] Compiling NIOCore ByteBuffer-int.swift
[580/1500] Compiling NIOCore AsyncAwaitSupport.swift
[581/1500] Compiling NIOCore AsyncChannel.swift
[582/1500] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[583/1500] Compiling NIOCore AddressedEnvelope.swift
[584/1500] Compiling _ConnectionPoolModule PoolStateMachine.swift
[587/1502] Compiling NIOCore IPProtocol.swift
[588/1502] Compiling NIOCore IntegerBitPacking.swift
[589/1502] Compiling NIOCore IntegerTypes.swift
[590/1502] Compiling NIOCore Interfaces.swift
[591/1502] Compiling NIOCore Linux.swift
[592/1502] Compiling NIOCore MarkedCircularBuffer.swift
[593/1502] Compiling NIOCore MulticastChannel.swift
[601/1515] Compiling NIOCore IO.swift
[602/1515] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[603/1515] Compiling _ConnectionPoolModule ConnectionPool.swift
[604/1515] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[605/1515] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[606/1515] Compiling _ConnectionPoolModule ConnectionRequest.swift
[607/1515] Compiling _ConnectionPoolModule Max2Sequence.swift
[608/1515] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[609/1515] Emitting module _CryptoExtras
[609/1515] Compiling ssl_key_share.cc
[610/1515] Compiling ssl_file.cc
[611/1515] Compiling ssl_lib.cc
[616/1516] Compiling ssl_credential.cc
[618/1516] 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 }
[619/1516] Compiling _CryptoExtras DLEQ.swift
[620/1516] Compiling _CryptoExtras Prover.swift
[621/1516] Compiling _CryptoExtras Verifier.swift
[622/1516] Compiling _CryptoExtras ZKPToolbox.swift
[623/1516] Compiling NIOCore DispatchQueue+WithFuture.swift
[624/1516] Compiling NIOCore EventLoop+Deprecated.swift
[625/1516] Compiling NIOCore EventLoop+SerialExecutor.swift
[626/1516] Compiling NIOCore EventLoop.swift
[627/1516] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[628/1516] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[629/1516] Compiling NIOCore SocketAddresses.swift
[630/1516] Compiling NIOCore SocketOptionProvider.swift
[631/1516] Compiling NIOCore SystemCallHelpers.swift
[632/1516] Compiling NIOCore TimeAmount+Duration.swift
[633/1516] Compiling NIOCore TypeAssistedChannelHandler.swift
[634/1516] Compiling NIOCore UniversalBootstrapSupport.swift
[635/1516] Compiling NIOCore Utilities.swift
[638/1516] Compiling NIOCore AsyncChannelOutboundWriter.swift
[639/1516] Compiling NIOCore NIOAsyncSequenceProducer.swift
[640/1516] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[641/1516] Compiling NIOCore NIOAsyncWriter.swift
[642/1516] Compiling NIOCore ByteBuffer-multi-int.swift
[643/1516] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[644/1516] Compiling NIOCore ByteBuffer-views.swift
[645/1516] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[646/1516] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[647/1516] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[648/1516] Compiling _ConnectionPoolModule NIOLock.swift
[649/1516] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[650/1516] Compiling NIOCore AsyncChannelHandler.swift
[651/1516] Compiling NIOCore AsyncChannelInboundStream.swift
[652/1516] Compiling _ConnectionPoolModule TinyFastSequence.swift
[653/1516] Compiling _CryptoExtras PrettyBytes.swift
[654/1516] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[680/1517] Emitting module _ConnectionPoolModule
[680/1517] Compiling ssl_asn1.cc
[680/1517] Compiling ssl_cert.cc
[680/1517] Compiling ssl_buffer.cc
[698/1517] Compiling ssl_cipher.cc
BUILD FAILURE 6.1 android