Build Information
Successful build of CosmoSQLClient, reference v1.6.4 (8a9559), with Swift 6.1 for Linux on 8 Mar 2026 03:34:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vkuttyp/CosmoSQLClient-Swift.git
Reference: v1.6.4
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/vkuttyp/CosmoSQLClient-Swift
* tag v1.6.4 -> FETCH_HEAD
HEAD is now at 8a9559b fix: finalize @p naming migration in MSSQLConnection
Cloned https://github.com/vkuttyp/CosmoSQLClient-Swift.git
Revision (git rev-parse @):
8a9559be53b91307e7ffb15e1035dfee7ad23856
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vkuttyp/CosmoSQLClient-Swift.git at v1.6.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vkuttyp/CosmoSQLClient-Swift.git
https://github.com/vkuttyp/CosmoSQLClient-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "CosmoSQLClient",
"name" : "CosmoSQLClient",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CosmoSQLCore",
"targets" : [
"CosmoSQLCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoMSSQL",
"targets" : [
"CosmoMSSQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoPostgres",
"targets" : [
"CosmoPostgres"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoMySQL",
"targets" : [
"CosmoMySQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoSQLite",
"targets" : [
"CosmoSQLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CosmoSQLiteTests",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLiteTests",
"path" : "Tests/CosmoSQLiteTests",
"sources" : [
"SQLiteNioTests.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoSQLite"
],
"type" : "test"
},
{
"c99name" : "CosmoSQLite",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLite",
"path" : "Sources/CosmoSQLite",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"Logging"
],
"product_memberships" : [
"CosmoSQLite"
],
"sources" : [
"SQLiteBackup.swift",
"SQLiteConnection.swift",
"SQLiteConnectionPool.swift"
],
"target_dependencies" : [
"CosmoSQLCore",
"CSQLite"
],
"type" : "library"
},
{
"c99name" : "CosmoSQLCoreTests",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLCoreTests",
"path" : "Tests/CosmoSQLCoreTests",
"sources" : [
"SQLNioCoreTests.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "test"
},
{
"c99name" : "CosmoSQLCore",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLCore",
"path" : "Sources/CosmoSQLCore",
"product_dependencies" : [
"NIOCore",
"Logging"
],
"product_memberships" : [
"CosmoSQLCore",
"CosmoMSSQL",
"CosmoPostgres",
"CosmoMySQL",
"CosmoSQLite"
],
"sources" : [
"AsyncChannelBridge.swift",
"AsyncStreamBridge.swift",
"JSONChunkAssembler.swift",
"NIOSendableBridge.swift",
"SQLColumn.swift",
"SQLConnectionConfiguration.swift",
"SQLDataTable.swift",
"SQLDatabase.swift",
"SQLDump.swift",
"SQLError.swift",
"SQLParameter.swift",
"SQLRow.swift",
"SQLRowDecoder.swift",
"SQLValue.swift"
],
"type" : "library"
},
{
"c99name" : "CosmoPostgresTests",
"module_type" : "SwiftTarget",
"name" : "CosmoPostgresTests",
"path" : "Tests/CosmoPostgresTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"PostgresIntegrationTests.swift",
"PostgresNioTests.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoPostgres"
],
"type" : "test"
},
{
"c99name" : "CosmoPostgres",
"module_type" : "SwiftTarget",
"name" : "CosmoPostgres",
"path" : "Sources/CosmoPostgres",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOSSL",
"Logging",
"Crypto"
],
"product_memberships" : [
"CosmoPostgres"
],
"sources" : [
"Auth/SCRAMSHA256.swift",
"PostgresBackup.swift",
"PostgresBulkInsert.swift",
"PostgresConnection.swift",
"PostgresConnectionPool.swift",
"Protocol/PostgresDecoder.swift",
"Protocol/PostgresMessages.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "library"
},
{
"c99name" : "CosmoMySQLTests",
"module_type" : "SwiftTarget",
"name" : "CosmoMySQLTests",
"path" : "Tests/CosmoMySQLTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"MySQLIntegrationTests.swift",
"MySQLNioTests.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoMySQL"
],
"type" : "test"
},
{
"c99name" : "CosmoMySQL",
"module_type" : "SwiftTarget",
"name" : "CosmoMySQL",
"path" : "Sources/CosmoMySQL",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOSSL",
"Logging",
"Crypto"
],
"product_memberships" : [
"CosmoMySQL"
],
"sources" : [
"MySQLBackup.swift",
"MySQLBulkInsert.swift",
"MySQLConnection.swift",
"MySQLConnectionPool.swift",
"Protocol/MySQLDecoder.swift",
"Protocol/MySQLMessages.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "library"
},
{
"c99name" : "CosmoMSSQLTests",
"module_type" : "SwiftTarget",
"name" : "CosmoMSSQLTests",
"path" : "Tests/CosmoMSSQLTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"InvoiceHeaderTests.swift",
"MSSQLAdvancedFeatureTests.swift",
"MSSQLDataTypeTests.swift",
"MSSQLErrorTests.swift",
"MSSQLNewFeatureTests.swift",
"MSSQLNioTests.swift",
"MSSQLQueryTests.swift",
"MSSQLStoredProcTests.swift",
"NTLMTests.swift",
"SQLClientCompatTests.swift",
"Support/TestDatabase.swift",
"Support/TestValueHelpers.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoMSSQL"
],
"type" : "test"
},
{
"c99name" : "CosmoMSSQL",
"module_type" : "SwiftTarget",
"name" : "CosmoMSSQL",
"path" : "Sources/CosmoMSSQL",
"product_dependencies" : [
"NIOCore",
"NIOTLS",
"NIOPosix",
"NIOSSL",
"Logging",
"Crypto"
],
"product_memberships" : [
"CosmoMSSQL"
],
"sources" : [
"Auth/NTLMAuth.swift",
"MSSQLBackup.swift",
"MSSQLBulkInsert.swift",
"MSSQLConnection.swift",
"MSSQLConnectionPool.swift",
"MSSQLProcResult.swift",
"TDS/TDSDecoder.swift",
"TDS/TDSHandler.swift",
"TDS/TDSLogin7.swift",
"TDS/TDSMessages.swift",
"TDS/TDSPacket.swift",
"TDS/TDSPreLogin.swift",
"TDS/TDSRPCProcRequest.swift",
"TDS/TDSRPCRequest.swift",
"TDS/TDSTLSFramer.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "library"
},
{
"c99name" : "CSQLite",
"module_type" : "ClangTarget",
"name" : "CSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"CosmoSQLite"
],
"sources" : [
"shim.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[1/2171] Fetching swift-docc-plugin
[219/8325] Fetching swift-docc-plugin, swift-log
[6590/25570] Fetching swift-docc-plugin, swift-log, swift-crypto
[7000/40930] Fetching swift-docc-plugin, swift-log, swift-crypto, swift-nio-ssl
[10706/123621] Fetching swift-docc-plugin, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
[4879/117467] Fetching swift-docc-plugin, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-docc-plugin.git from cache (5.31s)
[77259/115296] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.35s)
[63552/99936] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (13.15s)
Fetched https://github.com/apple/swift-nio.git from cache (13.28s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (17.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3668] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.21s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.91s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[602/23838] Fetching swift-atomics, swift-collections
[2690/29439] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
[7583/27619] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.99s)
Fetched https://github.com/apple/swift-collections.git from cache (3.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.42s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.62s)
Fetching https://github.com/apple/swift-asn1.git
[1/1766] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.83s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (6.54s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.6
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/803] Write sources
[18/803] Compiling CSQLite shim.c
[19/803] Compiling CNIOWindows shim.c
[19/803] Write sources
[24/803] Compiling CNIOWindows WSAStartup.c
[24/803] Compiling CNIOWASI CNIOWASI.c
[26/803] Compiling CNIOOpenBSD shim.c
[27/803] Compiling _AtomicsShims.c
[28/803] Compiling CNIOLinux liburing_shims.c
[29/803] Compiling CNIODarwin shim.c
[29/803] Compiling CNIOPosix event_loop_id.c
[31/803] Compiling fiat_p256_adx_sqr.S
[32/803] Compiling fiat_p256_adx_mul.S
[33/803] Compiling fiat_curve25519_adx_square.S
[34/803] Compiling CNIOLinux shim.c
[35/803] Compiling fiat_curve25519_adx_mul.S
[36/803] Write swift-version-24593BA9C3E375BF.txt
[37/803] Compiling CNIOBoringSSLShims shims.c
[38/807] Compiling tls_method.cc
[40/807] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/807] Compiling tls_record.cc
[41/809] Compiling tls13_enc.cc
[42/813] Compiling tls13_both.cc
[43/832] Compiling t1_enc.cc
[44/832] Compiling tls13_client.cc
[45/832] Compiling tls13_server.cc
[47/832] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/834] Compiling ssl_versions.cc
[48/834] Compiling ssl_stat.cc
[49/834] Compiling ssl_x509.cc
[50/834] Compiling ssl_transcript.cc
[52/834] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/834] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/834] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/834] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/835] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/835] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/835] Compiling InternalCollectionsUtilities String+Padding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/835] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/835] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/835] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/835] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/835] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/835] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/835] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/835] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/835] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/835] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/835] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/835] Compiling InternalCollectionsUtilities Span+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/835] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/835] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/835] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/836] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/836] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/836] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/836] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/836] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/836] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/837] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/838] Compiling ssl_privkey.cc
[85/838] Compiling ssl_session.cc
[86/853] Compiling ssl_key_share.cc
[88/853] Compiling ContainersPreview BorrowingIteratorProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/853] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/854] Compiling ssl_file.cc
[91/854] Compiling ContainersPreview OutputSpan+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/854] Compiling ContainersPreview TemporaryAllocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/854] Compiling ContainersPreview BorrowingSequence+Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/854] Compiling ContainersPreview BorrowingSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/854] Compiling ContainersPreview Container.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/854] Compiling ContainersPreview ContainerAlgorithms.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/854] Compiling ContainersPreview Inout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/854] Compiling ContainersPreview InputSpan.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/854] Compiling ContainersPreview Drain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/854] Compiling ContainersPreview Producer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/854] Compiling ContainersPreview Borrow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/854] Compiling ContainersPreview Box.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/854] Compiling ssl_lib.cc
[104/854] Emitting module ContainersPreview
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/854] Compiling ContainersPreview Shared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/855] Compiling ssl_credential.cc
[108/895] Compiling DequeModule RigidDeque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/895] Compiling DequeModule RigidDeque+Experimental.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/895] Compiling DequeModule RigidDeque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/895] Compiling DequeModule RigidDeque+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/895] Compiling DequeModule RigidDeque+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/895] Compiling DequeModule RigidDeque+Prepend.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/895] Compiling DequeModule RigidDeque+Removals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/895] Compiling DequeModule RigidDeque+Replacements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/895] Compiling DequeModule RigidDeque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/895] Compiling DequeModule RigidDeque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/895] Compiling DequeModule UniqueDeque+Append.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/895] Compiling DequeModule UniqueDeque+Consumption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/895] Compiling DequeModule UniqueDeque+Container.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/895] Compiling DequeModule UniqueDeque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/895] Compiling DequeModule UniqueDeque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/895] Compiling DequeModule UniqueDeque+Experimental.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/895] Compiling DequeModule UniqueDeque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/895] Compiling DequeModule UniqueDeque+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/895] Compiling DequeModule UniqueDeque+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/895] Compiling DequeModule UniqueDeque+Prepend.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/895] Compiling DequeModule UniqueDeque+Removals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/900] Compiling ssl_cipher.cc
[130/900] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/900] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/900] Compiling DequeModule RigidDeque+Append.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/900] Compiling DequeModule RigidDeque+Consumption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/900] Compiling DequeModule RigidDeque+Container.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/900] Compiling DequeModule RigidDeque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/900] Compiling ssl_buffer.cc
[136/900] Compiling ssl_asn1.cc
[137/900] Compiling ssl_cert.cc
[138/900] Compiling ssl_aead_ctx.cc
[139/900] Compiling s3_pkt.cc
[141/900] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/900] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/900] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/900] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/900] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/900] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/900] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/900] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/900] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/900] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/900] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/900] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/900] Compiling s3_lib.cc
[153/900] Compiling s3_both.cc
[155/900] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/900] Compiling DequeModule UniqueDeque+Replacements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/900] Compiling DequeModule UniqueDeque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/900] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/900] Compiling DequeModule _UnsafeDequeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/900] Compiling DequeModule _UnsafeDequeSegments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/901] Compiling handshake_server.cc
[162/901] Compiling handshake_client.cc
[163/901] Compiling handshake.cc
[164/901] Compiling handoff.cc
[165/901] Compiling encrypted_client_hello.cc
[166/901] Compiling extensions.cc
[167/901] Compiling dtls_record.cc
[168/901] Compiling md5-x86_64-linux.S
[169/901] Compiling md5-x86_64-apple.S
[170/901] Compiling md5-586-linux.S
[171/901] Compiling md5-586-apple.S
[172/901] Compiling chacha20_poly1305_x86_64-linux.S
[173/901] Compiling dtls_method.cc
[174/901] Compiling chacha20_poly1305_x86_64-apple.S
[175/901] Compiling d1_srtp.cc
[176/901] Compiling chacha20_poly1305_armv8-win.S
[177/901] Compiling chacha20_poly1305_armv8-linux.S
[178/901] Compiling chacha20_poly1305_armv8-apple.S
[179/901] Compiling chacha-x86_64-linux.S
[180/901] Compiling err_data.cc
[181/901] Compiling chacha-x86-linux.S
[182/901] Compiling chacha-x86_64-apple.S
[183/901] Compiling chacha-armv8-win.S
[184/901] Compiling chacha-x86-apple.S
[185/901] Compiling chacha-armv8-linux.S
[186/901] Compiling chacha-armv8-apple.S
[187/901] Compiling aes128gcmsiv-x86_64-apple.S
[188/901] Compiling chacha-armv4-linux.S
[189/901] Compiling x86_64-mont5-apple.S
[190/901] Compiling aes128gcmsiv-x86_64-linux.S
[191/901] Compiling x86_64-mont-linux.S
[192/901] Compiling x86_64-mont5-linux.S
[193/901] Compiling x86-mont-linux.S
[194/901] Compiling x86-mont-apple.S
[195/901] Compiling d1_pkt.cc
[196/901] Compiling x86_64-mont-apple.S
[197/901] Compiling vpaes-x86-linux.S
[198/901] Compiling bio_ssl.cc
[199/901] Compiling vpaes-x86_64-apple.S
[199/901] Compiling vpaes-armv8-win.S
[201/901] Compiling vpaes-x86-apple.S
[202/901] Compiling vpaes-x86_64-linux.S
[203/901] Compiling vpaes-armv8-apple.S
[204/901] Compiling vpaes-armv8-linux.S
[205/901] Compiling d1_lib.cc
[206/901] Compiling vpaes-armv7-linux.S
[207/901] Compiling sha512-armv8-win.S
[208/901] Compiling sha512-x86_64-apple.S
[209/901] Compiling sha512-armv8-linux.S
[210/901] Compiling sha512-armv8-apple.S
[211/901] Compiling sha512-x86_64-linux.S
[212/901] Compiling sha512-586-linux.S
[213/901] Compiling sha512-armv4-linux.S
[214/901] Compiling sha256-x86_64-linux.S
[214/901] Compiling sha512-586-apple.S
[216/901] Compiling sha256-armv8-win.S
[217/901] Compiling sha256-x86_64-apple.S
[218/901] Compiling sha256-armv8-linux.S
[219/901] Compiling sha256-armv8-apple.S
[220/901] Compiling sha256-armv4-linux.S
[221/901] Compiling sha256-586-apple.S
[222/901] Compiling sha256-586-linux.S
[223/901] Compiling sha1-armv8-win.S
[224/901] Compiling sha1-armv4-large-linux.S
[225/901] Compiling sha1-x86_64-apple.S
[226/901] Compiling sha1-armv8-linux.S
[227/901] Compiling sha1-armv8-apple.S
[228/901] Compiling sha1-586-linux.S
[229/901] Compiling sha1-x86_64-linux.S
[230/901] Compiling sha1-586-apple.S
[231/901] Compiling rsaz-avx2-linux.S
[232/901] Compiling p256_beeu-x86_64-asm-linux.S
[233/901] Compiling rdrand-x86_64-apple.S
[234/901] Compiling rdrand-x86_64-linux.S
[235/901] Compiling rsaz-avx2-apple.S
[236/901] Compiling p256_beeu-x86_64-asm-apple.S
[237/901] Compiling p256_beeu-armv8-asm-win.S
[238/901] Compiling p256_beeu-armv8-asm-linux.S
[239/901] Compiling p256_beeu-armv8-asm-apple.S
[240/901] Compiling p256-armv8-asm-win.S
[241/901] Compiling p256-x86_64-asm-apple.S
[242/901] Compiling p256-armv8-asm-apple.S
[243/901] Compiling p256-x86_64-asm-linux.S
[244/901] Compiling p256-armv8-asm-linux.S
[245/901] Compiling ghashv8-armv8-win.S
[246/901] Compiling ghashv8-armv8-linux.S
[247/901] Compiling ghashv8-armv7-linux.S
[248/901] Compiling ghashv8-armv8-apple.S
[249/901] Compiling ghash-x86_64-linux.S
[250/901] Compiling ghash-x86_64-apple.S
[251/901] Compiling ghash-x86-apple.S
[252/901] Compiling ghash-x86-linux.S
[252/901] Compiling ghash-ssse3-x86-linux.S
[254/901] Compiling ghash-ssse3-x86_64-linux.S
[255/901] Compiling ghash-ssse3-x86_64-apple.S
[256/901] Compiling ghash-neon-armv8-win.S
[257/901] Compiling ghash-ssse3-x86-apple.S
[258/901] Compiling ghash-neon-armv8-linux.S
[259/901] Compiling ghash-neon-armv8-apple.S
[260/901] Compiling co-586-apple.S
[261/901] Compiling d1_both.cc
[262/901] Compiling ghash-armv4-linux.S
[263/901] Compiling co-586-linux.S
[264/901] Compiling bn-armv8-win.S
[265/901] Compiling bn-armv8-linux.S
[266/901] Compiling bsaes-armv7-linux.S
[267/901] Compiling armv8-mont-win.S
[268/901] Compiling bn-586-apple.S
[268/901] Compiling bn-armv8-apple.S
[270/901] Compiling bn-586-linux.S
[271/901] Compiling armv4-mont-linux.S
[272/901] Compiling armv8-mont-apple.S
[273/901] Compiling aesv8-gcm-armv8-win.S
[274/901] Compiling aesv8-gcm-armv8-linux.S
[275/901] Compiling armv8-mont-linux.S
[276/901] Compiling aesv8-armv8-win.S
[276/901] Compiling aesv8-gcm-armv8-apple.S
[278/901] Compiling aesv8-armv8-linux.S
[279/901] Compiling aesv8-armv7-linux.S
[280/901] Compiling aesv8-armv8-apple.S
[281/901] Compiling aesni-gcm-x86_64-linux.S
[282/901] Compiling aesni-x86_64-apple.S
[283/901] Compiling aesni-x86-linux.S
[284/901] Compiling aesni-gcm-x86_64-apple.S
[285/901] Compiling aesni-x86-apple.S
[286/901] Compiling aesni-x86_64-linux.S
[287/901] Compiling aes-gcm-avx2-x86_64-apple.S
[288/901] Compiling aes-gcm-avx2-x86_64-linux.S
[289/901] Compiling aes-gcm-avx10-x86_64-apple.S
[290/901] Compiling aes-gcm-avx10-x86_64-linux.S
[291/901] Compiling x_sig.cc
[292/901] Compiling x_spki.cc
[293/901] Compiling x_val.cc
[294/901] Compiling x_pubkey.cc
[295/901] Compiling x_x509a.cc
[296/901] Compiling x_req.cc
[297/901] Compiling x_name.cc
[298/901] Compiling x_x509.cc
[299/901] Compiling x_exten.cc
[300/901] Compiling x509spki.cc
[301/901] Compiling x_algor.cc
[302/901] Compiling x_crl.cc
[303/901] Compiling x_attrib.cc
[304/901] Compiling x509name.cc
[305/901] Compiling x_all.cc
[306/901] Compiling x509rset.cc
[307/901] Compiling x509cset.cc
[308/901] Compiling x509_trs.cc
[309/901] Compiling x509_txt.cc
[310/901] Compiling x509_req.cc
[311/901] Compiling x509_v3.cc
[312/901] Compiling x509_vpm.cc
[313/901] Compiling x509_set.cc
[314/901] Compiling x509_vfy.cc
[315/901] Compiling x509_obj.cc
[316/901] Compiling x509_def.cc
[317/901] Compiling x509_lu.cc
[317/901] Compiling x509_d2.cc
[319/901] Compiling x509_att.cc
[320/901] Compiling x509_ext.cc
[321/901] Compiling x509_cmp.cc
[322/901] Compiling x509.cc
[323/901] Compiling v3_utl.cc
[324/901] Compiling v3_prn.cc
[325/901] Compiling v3_skey.cc
[326/901] Compiling v3_pmaps.cc
[327/901] Compiling v3_purp.cc
[328/901] Compiling v3_pcons.cc
[329/901] Compiling v3_ncons.cc
[330/901] Compiling v3_ocsp.cc
[331/901] Compiling v3_int.cc
[332/901] Compiling v3_lib.cc
[333/901] Compiling v3_ia5.cc
[334/901] Compiling v3_info.cc
[335/901] Compiling v3_genn.cc
[336/901] Compiling v3_cpols.cc
[337/901] Compiling v3_extku.cc
[338/901] Compiling v3_crld.cc
[339/901] Compiling v3_enum.cc
[340/901] Compiling v3_conf.cc
[341/901] Compiling v3_bcons.cc
[342/901] Compiling v3_akeya.cc
[343/901] Compiling v3_bitst.cc
[344/901] Compiling v3_akey.cc
[345/901] Compiling v3_alt.cc
[346/901] Compiling t_x509.cc
[347/901] Compiling t_req.cc
[348/901] Compiling t_x509a.cc
[349/901] Compiling t_crl.cc
[350/901] Compiling policy.cc
[351/901] Compiling i2d_pr.cc
[352/901] Compiling rsa_pss.cc
[353/901] Compiling name_print.cc
[354/901] Compiling by_file.cc
[354/901] Compiling by_dir.cc
[356/901] Compiling asn1_gen.cc
[357/901] Compiling a_verify.cc
[358/901] Compiling a_digest.cc
[359/901] Compiling a_sign.cc
[360/901] Compiling algorithm.cc
[361/901] Compiling thread_win.cc
[362/901] Compiling thread.cc
[363/901] Compiling voprf.cc
[364/901] Compiling pmbtoken.cc
[365/901] Compiling thread_none.cc
[366/901] Compiling thread_pthread.cc
[367/901] Compiling stack.cc
[368/901] Compiling trust_token.cc
[369/901] Compiling siphash.cc
[370/901] Compiling sha1.cc
[371/901] Compiling sha512.cc
[372/901] Compiling spake2plus.cc
[373/901] Compiling rsa_print.cc
[374/901] Compiling sha256.cc
[375/901] Compiling rsa_extra.cc
[376/901] Compiling slhdsa.cc
[377/901] Compiling rc4.cc
[378/901] Compiling trusty.cc
[379/901] Compiling rsa_crypt.cc
[380/901] Compiling rsa_asn1.cc
[381/901] Compiling urandom.cc
[382/901] Compiling windows.cc
[383/901] Compiling refcount.cc
[384/901] Compiling ios.cc
[385/901] Compiling getentropy.cc
[386/901] Compiling deterministic.cc
[387/901] Compiling poly1305_arm_asm.S
[388/901] Compiling rand.cc
[389/901] Compiling passive.cc
[390/901] Compiling forkunsafe.cc
[391/901] Compiling fork_detect.cc
[392/901] Compiling pool.cc
[393/901] Compiling poly1305_vec.cc
[394/901] Compiling poly1305.cc
[395/901] Compiling poly1305_arm.cc
[396/901] Compiling pkcs7.cc
[397/901] Compiling pkcs7_x509.cc
[398/901] Compiling p5_pbev2.cc
[399/901] Compiling pkcs8.cc
[400/901] Compiling pkcs8_x509.cc
[401/901] Compiling pem_xaux.cc
[402/901] Compiling pem_pkey.cc
[403/901] Compiling pem_x509.cc
[404/901] Compiling obj_xref.cc
[405/901] Compiling mlkem.cc
[406/901] Compiling pem_pk8.cc
[407/901] Compiling pem_all.cc
[408/901] Compiling pem_oth.cc
[409/901] Compiling md5.cc
[410/901] Compiling pem_info.cc
[410/901] Compiling mldsa.cc
[412/901] Compiling mem.cc
[413/901] Compiling obj.cc
[414/901] Compiling pem_lib.cc
[415/901] Compiling fips_shared_support.cc
[416/901] Compiling poly_rq_mul.S
[417/901] Compiling md4.cc
[418/901] Compiling lhash.cc
[419/901] Compiling kyber.cc
[420/901] Compiling ex_data.cc
[421/901] Compiling hrss.cc
[422/901] Compiling sign.cc
[423/901] Compiling hpke.cc
[424/901] Compiling pbkdf.cc
[425/901] Compiling scrypt.cc
[426/901] Compiling p_x25519.cc
[427/901] Compiling print.cc
[428/901] Compiling p_x25519_asn1.cc
[429/901] Compiling p_rsa.cc
[430/901] Compiling p_rsa_asn1.cc
[431/901] Compiling p_ed25519.cc
[432/901] Compiling p_hkdf.cc
[433/901] Compiling p_ed25519_asn1.cc
[434/901] Compiling p_ec.cc
[435/901] Compiling p_dh.cc
[436/901] Compiling p_ec_asn1.cc
[437/901] Compiling p_dh_asn1.cc
[438/901] Compiling p_dsa_asn1.cc
[439/901] Compiling evp_ctx.cc
[440/901] Compiling engine.cc
[441/901] Compiling err.cc
[442/901] Compiling evp.cc
[443/901] Compiling ecdh.cc
[444/901] Compiling evp_asn1.cc
[445/901] Compiling hash_to_curve.cc
[446/901] Compiling ec_derive.cc
[447/901] Compiling ecdsa_asn1.cc
[448/901] Compiling params.cc
[449/901] Compiling dsa.cc
[450/901] Compiling ec_asn1.cc
[451/901] Compiling dsa_asn1.cc
[452/901] Compiling digest_extra.cc
[453/901] Compiling x25519-asm-arm.S
[454/901] Compiling des.cc
[455/901] Compiling dh_asn1.cc
[456/901] Compiling cpu_arm_linux.cc
[457/901] Compiling spake25519.cc
[458/901] Compiling crypto.cc
[459/901] Compiling cpu_intel.cc
[460/901] Compiling cpu_aarch64_win.cc
[461/901] Compiling curve25519.cc
[462/901] Compiling cpu_arm_freebsd.cc
[463/901] Compiling bcm.cc
[464/901] Compiling cpu_aarch64_sysreg.cc
[465/901] Compiling cpu_aarch64_openbsd.cc
[466/901] Compiling cpu_aarch64_linux.cc
[467/901] Compiling curve25519_64_adx.cc
[468/901] Compiling cpu_aarch64_fuchsia.cc
[469/901] Compiling cpu_aarch64_apple.cc
[470/901] Compiling tls_cbc.cc
[471/901] Compiling conf.cc
[472/901] Compiling get_cipher.cc
[473/901] Compiling e_tls.cc
[474/901] Compiling e_rc2.cc
[475/901] Compiling e_rc4.cc
[476/901] Compiling e_null.cc
[477/901] Compiling e_des.cc
[478/901] Compiling derive_key.cc
[479/901] Compiling e_aesgcmsiv.cc
[480/901] Compiling e_chacha20poly1305.cc
[481/901] Compiling e_aesctrhmac.cc
[482/901] Compiling chacha.cc
[483/901] Compiling unicode.cc
[484/901] Compiling cbs.cc
[485/901] Compiling blake2.cc
[486/901] Compiling buf.cc
[487/901] Compiling cbb.cc
[488/901] Compiling bn_asn1.cc
[489/901] Compiling ber.cc
[490/901] Compiling asn1_compat.cc
[491/901] Compiling socket_helper.cc
[492/901] Compiling convert.cc
[493/901] Compiling socket.cc
[494/901] Compiling pair.cc
[495/901] Compiling printf.cc
[496/901] Compiling errno.cc
[497/901] Compiling bio.cc
[498/901] Compiling connect.cc
[499/901] Compiling hexdump.cc
[500/901] Compiling fd.cc
[501/901] Compiling file.cc
[502/901] Compiling base64.cc
[503/901] Compiling bio_mem.cc
[504/901] Compiling tasn_typ.cc
[505/901] Compiling tasn_fre.cc
[506/901] Compiling tasn_utl.cc
[507/901] Compiling tasn_enc.cc
[508/901] Compiling posix_time.cc
[509/901] Compiling f_int.cc
[510/901] Compiling f_string.cc
[511/901] Compiling tasn_new.cc
[512/901] Compiling tasn_dec.cc
[513/901] Compiling asn_pack.cc
[514/901] Compiling asn1_par.cc
[515/901] Compiling a_utctm.cc
[516/901] Compiling a_type.cc
[517/901] Compiling a_octet.cc
[518/901] Compiling a_time.cc
[519/901] Compiling asn1_lib.cc
[520/901] Compiling a_strnid.cc
[521/901] Compiling a_strex.cc
[522/901] Compiling a_i2d_fp.cc
[523/901] Compiling a_mbstr.cc
[524/901] Compiling a_d2i_fp.cc
[525/901] Compiling a_int.cc
[526/901] Compiling a_dup.cc
[527/901] Compiling a_object.cc
[528/901] Compiling fiat_p256_adx_sqr.S
[529/901] Compiling fiat_p256_adx_mul.S
[530/901] Compiling fiat_curve25519_adx_mul.S
[531/901] Compiling fiat_curve25519_adx_square.S
[532/901] Compiling md5-x86_64-linux.S
[533/901] Compiling a_gentm.cc
[534/901] Compiling md5-586-linux.S
[535/901] Compiling md5-x86_64-apple.S
[536/901] Compiling md5-586-apple.S
[537/901] Compiling chacha20_poly1305_x86_64-apple.S
[538/901] Compiling a_bitstr.cc
[539/901] Compiling chacha20_poly1305_x86_64-linux.S
[540/901] Compiling chacha20_poly1305_armv8-win.S
[541/901] Compiling err_data.cc
[542/901] Compiling a_bool.cc
[543/901] Compiling chacha20_poly1305_armv8-linux.S
[544/901] Compiling chacha20_poly1305_armv8-apple.S
[545/901] Compiling chacha-x86_64-linux.S
[546/901] Compiling chacha-x86-linux.S
[547/901] Compiling chacha-x86_64-apple.S
[548/901] Compiling chacha-x86-apple.S
[549/901] Compiling chacha-armv8-win.S
[550/901] Compiling CCryptoBoringSSLShims shims.c
[551/901] Compiling chacha-armv8-linux.S
[552/901] Compiling chacha-armv8-apple.S
[553/901] Compiling chacha-armv4-linux.S
[554/901] Compiling x86_64-mont5-linux.S
[555/901] Compiling aes128gcmsiv-x86_64-apple.S
[556/901] Compiling aes128gcmsiv-x86_64-linux.S
[557/901] Compiling x86_64-mont5-apple.S
[558/901] Compiling x86_64-mont-apple.S
[559/901] Compiling x86_64-mont-linux.S
[560/901] Compiling x86-mont-linux.S
[561/901] Compiling vpaes-x86_64-linux.S
[562/901] Compiling vpaes-x86_64-apple.S
[563/901] Compiling x86-mont-apple.S
[564/901] Compiling vpaes-x86-linux.S
[565/901] Compiling vpaes-x86-apple.S
[566/901] Compiling vpaes-armv8-win.S
[567/901] Compiling vpaes-armv8-linux.S
[568/901] Compiling vpaes-armv7-linux.S
[569/901] Compiling vpaes-armv8-apple.S
[570/901] Compiling sha512-x86_64-linux.S
[571/901] Compiling sha512-armv8-win.S
[572/901] Compiling sha512-x86_64-apple.S
[572/901] Compiling sha512-armv8-linux.S
[574/901] Compiling sha512-armv8-apple.S
[575/901] Compiling sha512-armv4-linux.S
[576/901] Compiling sha512-586-linux.S
[577/901] Compiling sha256-x86_64-linux.S
[578/901] Compiling sha256-x86_64-apple.S
[579/901] Compiling sha256-armv8-win.S
[580/901] Compiling sha512-586-apple.S
[581/901] Compiling sha256-armv8-apple.S
[582/901] Compiling sha256-armv8-linux.S
[583/901] Compiling sha256-586-linux.S
[584/901] Compiling sha256-armv4-linux.S
[585/901] Compiling sha256-586-apple.S
[586/901] Compiling sha1-x86_64-apple.S
[587/901] Compiling sha1-x86_64-linux.S
[588/901] Compiling sha1-armv8-win.S
[589/901] Compiling sha1-armv8-linux.S
[590/901] Compiling sha1-armv8-apple.S
[591/901] Compiling sha1-586-linux.S
[591/901] Compiling sha1-armv4-large-linux.S
[593/901] Compiling rsaz-avx2-linux.S
[594/901] Compiling sha1-586-apple.S
[595/901] Compiling rsaz-avx2-apple.S
[596/901] Compiling rdrand-x86_64-linux.S
[597/901] Compiling rdrand-x86_64-apple.S
[598/901] Compiling p256_beeu-x86_64-asm-linux.S
[599/901] Compiling p256_beeu-armv8-asm-linux.S
[600/901] Compiling p256_beeu-x86_64-asm-apple.S
[601/901] Compiling p256_beeu-armv8-asm-win.S
[602/901] Compiling p256_beeu-armv8-asm-apple.S
[603/901] Compiling p256-armv8-asm-linux.S
[604/901] Compiling p256-armv8-asm-win.S
[605/901] Compiling p256-x86_64-asm-apple.S
[606/901] Compiling p256-armv8-asm-apple.S
[607/901] Compiling p256-x86_64-asm-linux.S
[608/901] Compiling ghashv8-armv8-win.S
[609/901] Compiling ghashv8-armv8-linux.S
[610/901] Compiling ghashv8-armv8-apple.S
[611/901] Compiling ghashv8-armv7-linux.S
[612/901] Compiling ghash-x86_64-apple.S
[613/901] Compiling ghash-x86-linux.S
[614/901] Compiling ghash-x86_64-linux.S
[615/901] Compiling ghash-x86-apple.S
[616/901] Compiling ghash-ssse3-x86_64-linux.S
[617/901] Compiling ghash-ssse3-x86_64-apple.S
[618/901] Compiling ghash-ssse3-x86-apple.S
[619/901] Compiling ghash-neon-armv8-apple.S
[620/901] Compiling ghash-ssse3-x86-linux.S
[621/901] Compiling ghash-armv4-linux.S
[622/901] Compiling ghash-neon-armv8-win.S
[623/901] Compiling ghash-neon-armv8-linux.S
[624/901] Compiling co-586-linux.S
[625/901] Compiling co-586-apple.S
[626/901] Compiling bsaes-armv7-linux.S
[627/901] Compiling bn-armv8-apple.S
[628/901] Compiling bn-armv8-win.S
[629/901] Compiling bn-586-linux.S
[630/901] Compiling bn-586-apple.S
[630/901] Compiling bn-armv8-linux.S
[632/901] Compiling armv8-mont-win.S
[633/901] Compiling armv8-mont-linux.S
[634/901] Compiling armv8-mont-apple.S
[635/901] Compiling armv4-mont-linux.S
[635/901] Compiling aesv8-gcm-armv8-linux.S
[637/901] Compiling aesv8-gcm-armv8-win.S
[638/901] Compiling aesv8-gcm-armv8-apple.S
[639/901] Compiling aesv8-armv8-win.S
[640/901] Compiling aesv8-armv8-linux.S
[641/901] Compiling aesv8-armv8-apple.S
[642/901] Compiling aesv8-armv7-linux.S
[643/901] Compiling aesni-x86-linux.S
[644/901] Compiling aesni-x86_64-linux.S
[645/901] Compiling aesni-x86_64-apple.S
[646/901] Compiling aesni-gcm-x86_64-linux.S
[647/901] Compiling aesni-x86-apple.S
[648/901] Compiling aesni-gcm-x86_64-apple.S
[649/901] Compiling aes-gcm-avx512-x86_64-apple.S
[650/901] Compiling aes-gcm-avx512-x86_64-linux.S
[651/901] Compiling aes-gcm-avx2-x86_64-linux.S
[652/901] Compiling aes-gcm-avx2-x86_64-apple.S
[653/901] Compiling xwing.cc
[654/901] Compiling x_req.cc
[655/901] Compiling x_x509a.cc
[656/901] Compiling x_sig.cc
[657/901] Compiling x_x509.cc
[658/901] Compiling x_spki.cc
[659/901] Compiling x_pubkey.cc
[660/901] Compiling c-nioatomics.c
[661/901] Compiling x_name.cc
[662/901] Compiling x_exten.cc
[663/901] Compiling x_crl.cc
[664/901] Compiling x_attrib.cc
[665/901] Compiling x_all.cc
[666/901] Compiling c-atomics.c
[667/901] Compiling x509spki.cc
[668/907] Compiling x509rset.cc
[669/908] Compiling x509name.cc
[670/908] Compiling x_algor.cc
[671/908] Compiling x509_vfy.cc
[672/908] Compiling x509cset.cc
[673/908] Compiling x509_vpm.cc
[675/908] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[676/908] Compiling NIOConcurrencyHelpers NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[676/908] Compiling x509_v3.cc
[678/908] Compiling NIOConcurrencyHelpers lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[679/908] Emitting module NIOConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[680/908] Compiling NIOConcurrencyHelpers NIOAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[681/908] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[682/908] Compiling NIOConcurrencyHelpers atomics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[683/909] Compiling x509_trs.cc
[684/909] Compiling x509_obj.cc
[685/909] Compiling x509_txt.cc
[686/909] Compiling x509_set.cc
[687/909] Compiling x509_ext.cc
[688/909] Compiling x509_req.cc
[689/909] Compiling x509_lu.cc
[690/909] Compiling x509_def.cc
[691/909] Compiling x509_d2.cc
[692/909] Compiling x509_cmp.cc
[693/909] Compiling x509_att.cc
[694/909] Compiling v3_skey.cc
[695/909] Compiling x509.cc
[696/909] Compiling v3_pcons.cc
[697/909] Compiling v3_utl.cc
[698/909] Compiling v3_purp.cc
[699/909] Compiling v3_pmaps.cc
[700/909] Compiling v3_prn.cc
[701/909] Compiling v3_ocsp.cc
[702/909] Compiling v3_int.cc
[703/909] Compiling v3_lib.cc
[704/909] Compiling v3_ncons.cc
[705/909] Compiling v3_ia5.cc
[706/909] Compiling v3_extku.cc
[707/909] Compiling v3_genn.cc
[708/909] Compiling v3_info.cc
[709/909] Compiling v3_enum.cc
[710/909] Compiling v3_crld.cc
[711/909] Compiling v3_cpols.cc
[712/909] Compiling v3_conf.cc
[713/909] Compiling v3_bitst.cc
[714/909] Compiling v3_akeya.cc
[715/909] Compiling v3_alt.cc
[716/909] Compiling v3_bcons.cc
[717/909] Compiling v3_akey.cc
[718/909] Compiling t_x509a.cc
[719/909] Compiling i2d_pr.cc
[720/909] Compiling t_x509.cc
[721/909] Compiling t_req.cc
[722/909] Compiling t_crl.cc
[723/909] Compiling policy.cc
[724/909] Compiling name_print.cc
[725/909] Compiling rsa_pss.cc
[726/909] Compiling a_verify.cc
[727/909] Compiling algorithm.cc
[728/909] Compiling by_file.cc
[729/909] Compiling by_dir.cc
[730/909] Compiling asn1_gen.cc
[731/909] Compiling voprf.cc
[732/909] Compiling a_digest.cc
[733/909] Compiling thread_win.cc
[734/909] Compiling a_sign.cc
[735/909] Compiling thread_pthread.cc
[736/909] Compiling thread.cc
[737/909] Compiling thread_none.cc
[738/909] Compiling stack.cc
[739/909] Compiling pmbtoken.cc
[740/909] Compiling trust_token.cc
[741/909] Compiling siphash.cc
[742/909] Compiling sha512.cc
[743/909] Compiling slhdsa.cc
[744/909] Compiling spake2plus.cc
[744/909] Compiling rsa_print.cc
[746/909] Compiling sha1.cc
[747/909] Compiling sha256.cc
[748/909] Compiling rsa_extra.cc
[749/909] Compiling refcount.cc
[750/909] Compiling rsa_crypt.cc
[751/909] Compiling rc4.cc
[752/909] Compiling windows.cc
[753/909] Compiling trusty.cc
[754/909] Compiling urandom.cc
[755/909] Compiling rand.cc
[756/909] Compiling ios.cc
[757/909] Compiling passive.cc
[758/909] Compiling getentropy.cc
[759/909] Compiling rsa_asn1.cc
[760/909] Compiling deterministic.cc
[761/909] Compiling forkunsafe.cc
[762/909] Compiling fork_detect.cc
[763/909] Compiling poly1305_arm_asm.S
[764/909] Compiling poly1305_arm.cc
[765/909] Compiling poly1305_vec.cc
[766/909] Compiling poly1305.cc
[767/909] Compiling pool.cc
[768/909] Compiling pkcs7.cc
[769/909] Compiling pkcs8_x509.cc
[770/909] Compiling p5_pbev2.cc
[771/909] Compiling pkcs8.cc
[772/909] Compiling pkcs7_x509.cc
[773/909] Compiling pem_xaux.cc
[774/909] Compiling pem_x509.cc
[775/909] Compiling pem_pkey.cc
[776/909] Compiling mlkem.cc
[777/909] Compiling pem_pk8.cc
[778/909] Compiling obj_xref.cc
[779/909] Compiling pem_oth.cc
[780/909] Compiling mldsa.cc
[781/909] Compiling pem_info.cc
[782/909] Compiling pem_all.cc
[783/909] Compiling pem_lib.cc
[784/909] Compiling obj.cc
[785/909] Compiling poly_rq_mul.S
[786/909] Compiling lhash.cc
[787/909] Compiling mem.cc
[788/909] Compiling fips_shared_support.cc
[789/909] Compiling md5.cc
[790/909] Compiling kyber.cc
[791/909] Compiling fuzzer_mode.cc
[792/909] Compiling ex_data.cc
[793/909] Compiling md4.cc
[794/909] Compiling scrypt.cc
[795/909] Compiling hrss.cc
[796/909] Compiling print.cc
[797/909] Compiling hpke.cc
[798/909] Compiling pbkdf.cc
[799/909] Compiling sign.cc
[800/909] Compiling p_x25519.cc
[801/909] Compiling p_x25519_asn1.cc
[802/909] Compiling p_rsa_asn1.cc
[803/909] Compiling p_hkdf.cc
[804/909] Compiling p_ed25519_asn1.cc
[805/909] Compiling p_rsa.cc
[806/909] Compiling p_ed25519.cc
[807/909] Compiling p_ec.cc
[808/909] Compiling p_ec_asn1.cc
[809/909] Compiling p_dh_asn1.cc
[810/909] Compiling p_dsa_asn1.cc
[811/909] Compiling evp_asn1.cc
[812/909] Compiling err.cc
[813/909] Compiling p_dh.cc
[814/909] Compiling evp.cc
[815/909] Compiling evp_ctx.cc
[816/909] Compiling ecdsa_p1363.cc
[817/909] Compiling ecdh.cc
[818/909] Compiling engine.cc
[819/909] Compiling ec_derive.cc
[820/909] Compiling ecdsa_asn1.cc
[821/909] Compiling hash_to_curve.cc
[822/909] Compiling dsa.cc
[823/909] Compiling dsa_asn1.cc
[824/909] Compiling ec_asn1.cc
[825/909] Compiling digest_extra.cc
[826/909] Compiling des.cc
[827/909] Compiling dh_asn1.cc
[828/909] Compiling x25519-asm-arm.S
[829/909] Compiling params.cc
[830/909] Compiling cpu_intel.cc
[831/909] Compiling crypto.cc
[832/909] Compiling cpu_arm_freebsd.cc
[833/909] Compiling cpu_arm_linux.cc
[834/909] Compiling spake25519.cc
[835/909] Compiling curve25519.cc
[836/909] Compiling cpu_aarch64_win.cc
[837/909] Compiling cpu_aarch64_openbsd.cc
[838/909] Compiling cpu_aarch64_sysreg.cc
[839/909] Compiling cpu_aarch64_linux.cc
[840/909] Compiling curve25519_64_adx.cc
[841/909] Compiling cpu_aarch64_fuchsia.cc
[842/909] Compiling cpu_aarch64_apple.cc
[843/909] Compiling conf.cc
[844/909] Compiling tls_cbc.cc
[845/909] Compiling get_cipher.cc
[846/909] Compiling e_rc4.cc
[847/909] Compiling e_tls.cc
[848/909] Compiling e_des.cc
[849/909] Compiling e_rc2.cc
[850/909] Compiling e_chacha20poly1305.cc
[851/909] Compiling e_null.cc
[852/909] Compiling cms.cc
[853/909] Compiling e_aeseax.cc
[854/909] Compiling e_aesgcmsiv.cc
[855/909] Compiling derive_key.cc
[856/909] Compiling e_aesctrhmac.cc
[857/909] Compiling chacha.cc
[858/909] Compiling unicode.cc
[859/909] Compiling buf.cc
[860/909] Compiling cbb.cc
[861/909] Compiling cbs.cc
[862/909] Compiling sqrt.cc
[863/909] Compiling exponentiation.cc
[864/909] Compiling ber.cc
[865/909] Compiling asn1_compat.cc
[866/909] Compiling div.cc
[867/909] Compiling blake2.cc
[868/909] Compiling convert.cc
[869/909] Compiling bn_asn1.cc
[870/909] Compiling printf.cc
[871/909] Compiling file.cc
[872/909] Compiling pair.cc
[873/909] Compiling errno.cc
[874/909] Compiling fd.cc
[875/909] Compiling hexdump.cc
[876/909] Compiling bio.cc
[877/909] Compiling bio_mem.cc
[878/909] Compiling base64.cc
[879/909] Compiling tasn_fre.cc
[880/909] Compiling tasn_typ.cc
[881/909] Compiling tasn_utl.cc
[882/909] Compiling tasn_enc.cc
[883/909] Compiling posix_time.cc
[884/909] Compiling tasn_new.cc
[885/909] Compiling tasn_dec.cc
[886/909] Compiling f_string.cc
[887/909] Compiling asn_pack.cc
[888/909] Compiling f_int.cc
[889/909] Compiling asn1_par.cc
[890/909] Compiling a_utctm.cc
[891/909] Compiling a_octet.cc
[892/909] Compiling a_time.cc
[893/909] Compiling asn1_lib.cc
[894/909] Compiling a_object.cc
[895/909] Compiling a_strnid.cc
[896/909] Compiling a_strex.cc
[897/909] Compiling a_type.cc
[898/909] Compiling a_d2i_fp.cc
[899/909] Compiling a_i2d_fp.cc
[900/909] Compiling a_dup.cc
[900/909] Write sources
[902/915] Compiling a_mbstr.cc
[903/927] Compiling a_bool.cc
[904/927] Compiling a_gentm.cc
[905/927] Compiling a_int.cc
[906/927] Compiling aes.cc
[908/927] Compiling Atomics AtomicStorage.swift
[909/927] Compiling Atomics AtomicValue.swift
[910/929] Compiling Atomics ManagedAtomic.swift
[911/929] Compiling Atomics ManagedAtomicLazyReference.swift
[912/929] Compiling Atomics AtomicMemoryOrderings.swift
[913/929] Compiling Atomics DoubleWord.swift
[914/929] Compiling Atomics UnsafeAtomic.swift
[915/929] Compiling Atomics UnsafeAtomicLazyReference.swift
[915/929] Compiling a_bitstr.cc
[917/929] Compiling Atomics IntegerOperations.swift
[918/929] Compiling Atomics Unmanaged extensions.swift
[919/929] Compiling Atomics AtomicInteger.swift
[920/929] Compiling Atomics AtomicOptionalWrappable.swift
[921/929] Compiling Atomics AtomicReference.swift
[922/929] Compiling Atomics OptionalRawRepresentable.swift
[923/929] Compiling Atomics RawRepresentable.swift
[924/929] Compiling Atomics AtomicBool.swift
[925/929] Emitting module Atomics
[926/929] Compiling Atomics IntegerConformances.swift
[927/929] Compiling Atomics PointerConformances.swift
[928/929] Compiling Atomics Primitives.native.swift
[929/930] Compiling bcm.cc
[931/1002] Compiling NIOCore NIOCoreSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[932/1002] Compiling NIOCore NIODecodedAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[933/1002] Compiling NIOCore NIOLoopBound.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[934/1002] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[935/1002] Compiling NIOCore NIOScheduledCallback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[936/1002] Compiling NIOCore NIOSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[937/1002] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[938/1002] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[939/1002] Compiling NIOCore RecvByteBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[940/1010] Compiling NIOCore IPProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[941/1010] Compiling NIOCore IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[942/1010] Compiling NIOCore IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[943/1010] Compiling NIOCore Interfaces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[944/1010] Compiling NIOCore Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[945/1010] Compiling NIOCore MarkedCircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[946/1010] Compiling NIOCore MulticastChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[947/1010] Compiling NIOCore NIOAny.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[948/1010] Compiling NIOCore NIOCloseOnErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[949/1010] Compiling NIOCore EventLoopFuture+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[950/1010] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[951/1010] Compiling NIOCore EventLoopFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[952/1010] Compiling NIOCore FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1010] Compiling NIOCore FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1010] Compiling NIOCore FileRegion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1010] Compiling NIOCore GlobalSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1010] Compiling NIOCore IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1010] Compiling NIOCore IOData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1010] Compiling CryptoBoringWrapper RandomBytes.swift
[959/1010] Emitting module CryptoBoringWrapper
[960/1010] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[961/1010] 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
[962/1010] 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
[963/1010] 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
[964/1010] Compiling NIOCore DeadChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[965/1010] Compiling NIOCore DispatchQueue+WithFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[966/1010] Compiling NIOCore EventLoop+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[967/1010] Compiling NIOCore EventLoop+SerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[968/1010] Compiling NIOCore EventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[969/1010] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[970/1010] Compiling NIOCore SingleStepByteToMessageDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[971/1010] Compiling NIOCore SocketAddresses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[972/1010] Compiling NIOCore SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[973/1010] Compiling NIOCore SystemCallHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[974/1010] Compiling NIOCore TimeAmount+Duration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[975/1010] Compiling NIOCore TypeAssistedChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[976/1010] Compiling NIOCore UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[977/1010] Compiling NIOCore Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[978/1010] 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
[979/1010] 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
[980/1010] 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
[981/1010] 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
[982/1010] 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
[983/1010] 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
[984/1010] 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
[985/1010] 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
[986/1010] 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
[987/1010] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[988/1010] Compiling CryptoBoringWrapper EllipticCurve.swift
[989/1010] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[990/1010] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[991/1010] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[993/1082] Compiling Crypto HPKE-AEAD.swift
[994/1082] Compiling Crypto HPKE-Ciphersuite.swift
[995/1082] Compiling Crypto HPKE-KDF.swift
[996/1082] Compiling Crypto HPKE-KexKeyDerivation.swift
[997/1082] Compiling Crypto HPKE-LabeledExtract.swift
[998/1082] Compiling Crypto HPKE-Utils.swift
[999/1082] Compiling Crypto DHKEM.swift
[1000/1082] Compiling Crypto HPKE-KEM-Curve25519.swift
[1001/1082] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1002/1082] Compiling Crypto HPKE-KEM.swift
[1003/1092] Compiling Crypto X25519Keys.swift
[1004/1092] Compiling Crypto SymmetricKeys.swift
[1005/1092] Compiling Crypto HMAC.swift
[1006/1092] Compiling Crypto MACFunctions.swift
[1007/1092] Compiling Crypto MessageAuthenticationCode.swift
[1008/1092] Compiling Crypto AES.swift
[1009/1092] Compiling Crypto ECDSASignature_boring.swift
[1010/1092] Compiling Crypto ECDSA_boring.swift
[1011/1092] Compiling Crypto EdDSA_boring.swift
[1012/1092] Compiling Crypto ECDSA.swift
[1013/1092] Compiling Crypto PKCS8PrivateKey.swift
[1014/1092] Compiling Crypto SEC1PrivateKey.swift
[1015/1092] Compiling Crypto SubjectPublicKeyInfo.swift
[1016/1092] Compiling Crypto CryptoError_boring.swift
[1017/1092] Compiling Crypto CryptoKitErrors.swift
[1018/1092] Compiling Crypto Digest_boring.swift
[1019/1092] Compiling Crypto Digest.swift
[1020/1092] Compiling Crypto Digests.swift
[1021/1092] Compiling Crypto HashFunctions.swift
[1022/1092] Compiling Crypto HashFunctions_SHA2.swift
[1023/1092] Compiling Crypto HPKE-Errors.swift
[1024/1092] Compiling Crypto HPKE.swift
[1025/1092] Compiling Crypto HPKE-Context.swift
[1026/1092] Compiling Crypto HPKE-KeySchedule.swift
[1027/1092] Compiling Crypto HPKE-Modes.swift
[1028/1092] Compiling Crypto Insecure.swift
[1029/1092] Compiling Crypto Insecure_HashFunctions.swift
[1030/1092] Compiling Crypto KEM.swift
[1031/1092] Compiling Crypto ECDH_boring.swift
[1032/1092] Compiling Crypto DH.swift
[1033/1092] Emitting module Crypto
[1034/1092] Compiling Crypto ASN1Boolean.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1035/1092] Compiling Crypto ASN1Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1036/1092] Compiling Crypto ASN1Integer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1092] Compiling Crypto ASN1Null.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1038/1092] Compiling Crypto ASN1OctetString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1092] Compiling Crypto ASN1Strings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1092] Compiling Crypto ArraySliceBigint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1041/1092] Compiling Crypto GeneralizedTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1042/1092] Compiling Crypto ObjectIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1043/1092] Compiling Crypto ECDSASignature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1044/1092] Compiling Crypto PEMDocument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1052/1092] Compiling Crypto Ed25519.swift
[1053/1092] Compiling Crypto Signature.swift
[1054/1092] Compiling Crypto CryptoKitErrors_boring.swift
[1055/1092] Compiling Crypto RNG_boring.swift
[1056/1092] Compiling Crypto SafeCompare_boring.swift
[1057/1092] Compiling Crypto Zeroization_boring.swift
[1058/1092] Compiling Crypto PrettyBytes.swift
[1059/1092] Compiling Crypto SafeCompare.swift
[1060/1092] Compiling Crypto SecureBytes.swift
[1061/1092] Compiling Crypto Zeroization.swift
[1072/1092] Compiling Crypto AES-GCM.swift
[1073/1092] Compiling Crypto AES-GCM_boring.swift
[1074/1092] Compiling Crypto ChaChaPoly_boring.swift
[1075/1092] Compiling Crypto ChaChaPoly.swift
[1076/1092] Compiling Crypto Cipher.swift
[1077/1092] Compiling Crypto Nonces.swift
[1078/1092] Compiling Crypto ASN1.swift
[1079/1092] Compiling Crypto ASN1Any.swift
[1080/1092] Compiling Crypto ASN1BitString.swift
[1082/1092] Compiling Crypto ECDH.swift
[1083/1092] Compiling Crypto HKDF.swift
[1084/1092] Compiling Crypto AESWrap.swift
[1085/1092] Compiling Crypto AESWrap_boring.swift
[1086/1092] Compiling Crypto Ed25519_boring.swift
[1087/1092] Compiling Crypto NISTCurvesKeys_boring.swift
[1088/1092] Compiling Crypto X25519Keys_boring.swift
[1089/1092] Compiling Crypto Curve25519.swift
[1090/1092] Compiling Crypto Ed25519Keys.swift
[1091/1092] Compiling Crypto NISTCurvesKeys.swift
[1093/1093] Emitting module NIOCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1095/1162] Compiling NIOPosix BSDSocketAPIWindows.swift
[1096/1162] Compiling NIOPosix BaseSocket.swift
[1097/1162] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1098/1162] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1099/1163] Emitting module CosmoSQLCore
[1100/1163] Compiling NIOPosix BSDSocketAPICommon.swift
[1101/1163] Compiling NIOPosix BSDSocketAPIPosix.swift
[1102/1163] Compiling NIOPosix Bootstrap.swift
[1103/1163] Compiling NIOPosix ControlMessage.swift
[1104/1163] Compiling NIOEmbedded AsyncTestingEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1105/1163] Compiling NIOEmbedded AsyncTestingChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1106/1163] Emitting module NIOEmbedded
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1107/1163] Compiling NIOEmbedded Embedded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1108/1164] Compiling CosmoSQLCore SQLValue.swift
[1109/1164] Compiling NIOPosix BaseSocketChannel.swift
[1110/1164] Compiling NIOPosix BaseStreamSocketChannel.swift
[1112/1164] Compiling NIOPosix DatagramVectorReadManager.swift
[1113/1164] Compiling NIOPosix Errors+Any.swift
[1114/1164] Compiling CosmoSQLCore SQLRowDecoder.swift
[1116/1165] Compiling NIOPosix ServerSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1117/1165] Compiling NIOPosix Socket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1118/1165] Compiling NIOPosix SocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1119/1165] Compiling NIOPosix SocketProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1120/1165] Compiling NIOPosix StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix System.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix Thread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix PipePair.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix Pool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix PosixSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix RawSocketBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix Selectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectableChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectableEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectorEpoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectorGeneric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectorKqueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectorUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1165] Compiling NIOPosix SelectorWSAPoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1137/1171] Compiling NIOPosix ThreadPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1138/1171] Compiling NIOPosix ThreadWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1171] Compiling NIOPosix Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1140/1171] Compiling NIOPosix VsockAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1141/1171] Compiling NIOPosix VsockChannelEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1142/1171] Compiling NIOPosix Windows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1155/1171] Compiling NIOPosix FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1156/1171] Compiling NIOPosix GetaddrinfoResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1157/1171] Emitting module NIOPosix
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1158/1171] Compiling NIOPosix HappyEyeballs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1159/1171] Compiling NIOPosix IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1160/1171] Compiling NIOPosix IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1161/1171] Compiling NIOPosix IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1162/1171] Compiling NIOPosix Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1163/1171] Compiling NIOPosix LinuxCPUSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1164/1171] Compiling NIOPosix LinuxUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1165/1171] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1166/1171] Compiling NIOPosix NIOPosixSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1167/1171] Compiling NIOPosix NIOThreadPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1168/1171] Compiling NIOPosix NonBlockingFileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1169/1171] Compiling NIOPosix PendingDatagramWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1170/1171] Compiling NIOPosix PendingWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1171/1171] Compiling NIOPosix PipeChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1173/1178] Compiling NIO Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1174/1178] Emitting module NIO
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1176/1179] Compiling CosmoSQLite SQLiteConnectionPool.swift
[1177/1179] Compiling CosmoSQLite SQLiteBackup.swift
[1178/1185] Compiling NIOTLS TLSEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1185] Emitting module NIOTLS
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1185] Emitting module CosmoSQLite
[1181/1185] Compiling CosmoSQLite SQLiteConnection.swift
[1183/1186] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1184/1186] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1185/1186] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1186/1186] Compiling NIOTLS SNIHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1188/1216] Compiling NIOSSL SSLPrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1189/1216] Compiling NIOSSL SSLPublicKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1190/1216] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1191/1216] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1192/1220] Emitting module NIOSSL
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1193/1220] Compiling NIOSSL LinuxCABundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1194/1220] Compiling NIOSSL NIOSSLClientHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/1220] Compiling NIOSSL NIOSSLHandler+Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/1220] Compiling NIOSSL NIOSSLHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1197/1220] Compiling NIOSSL AndroidCABundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1220] Compiling NIOSSL ByteBufferBIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1220] Compiling NIOSSL CustomPrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1200/1220] Compiling NIOSSL IdentityVerification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1201/1220] Compiling NIOSSL NIOSSLServerHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1202/1220] Compiling NIOSSL ObjectIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1203/1220] Compiling NIOSSL PosixPort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1204/1220] Compiling NIOSSL SSLCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1205/1220] Compiling NIOSSL SubjectAlternativeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1206/1220] Compiling NIOSSL NIOSSLSecureBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1207/1220] Compiling NIOSSL RNG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1208/1220] Compiling NIOSSL SafeCompare.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1209/1220] Compiling NIOSSL SSLCertificate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1210/1220] Compiling NIOSSL SSLCertificateExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1211/1220] Compiling NIOSSL SSLCertificateName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1212/1220] Compiling NIOSSL SSLConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1213/1220] Compiling NIOSSL SSLContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1214/1220] Compiling NIOSSL SSLErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1215/1220] Compiling NIOSSL SSLInit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1216/1220] Compiling NIOSSL SSLPKCS12Bundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1217/1220] Compiling NIOSSL Zeroization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1218/1220] Compiling NIOSSL TLSConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1219/1220] Compiling NIOSSL UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1220/1220] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1222/1251] Compiling CosmoPostgres PostgresBackup.swift
[1223/1251] Compiling CosmoPostgres PostgresBulkInsert.swift
[1224/1251] Compiling CosmoPostgres SCRAMSHA256.swift
[1225/1251] Emitting module CosmoPostgres
[1226/1251] Compiling CosmoMSSQL TDSPacket.swift
/host/spi-builder-workspace/Sources/CosmoMSSQL/TDS/TDSPacket.swift:74:17: warning: immutable value 'win' was never used; consider replacing with '_' or removing it
72 | let spid: UInt16 = buffer.readInteger(endianness: .big),
73 | let pid: UInt8 = buffer.readInteger(),
74 | let win: UInt8 = buffer.readInteger()
| `- warning: immutable value 'win' was never used; consider replacing with '_' or removing it
75 | else { throw TDSError.incomplete }
76 |
[1227/1251] Compiling CosmoMSSQL TDSPreLogin.swift
/host/spi-builder-workspace/Sources/CosmoMSSQL/TDS/TDSPacket.swift:74:17: warning: immutable value 'win' was never used; consider replacing with '_' or removing it
72 | let spid: UInt16 = buffer.readInteger(endianness: .big),
73 | let pid: UInt8 = buffer.readInteger(),
74 | let win: UInt8 = buffer.readInteger()
| `- warning: immutable value 'win' was never used; consider replacing with '_' or removing it
75 | else { throw TDSError.incomplete }
76 |
[1228/1252] Compiling CosmoPostgres PostgresMessages.swift
[1229/1252] Compiling CosmoPostgres PostgresConnectionPool.swift
[1230/1252] Compiling CosmoPostgres PostgresDecoder.swift
[1231/1252] Compiling CosmoMSSQL TDSLogin7.swift
[1232/1252] Compiling CosmoMSSQL TDSMessages.swift
[1233/1252] Compiling CosmoMSSQL TDSRPCProcRequest.swift
[1234/1252] Compiling CosmoMSSQL TDSRPCRequest.swift
[1235/1252] Compiling CosmoMSSQL TDSTLSFramer.swift
[1236/1252] Compiling CosmoMySQL MySQLDecoder.swift
[1237/1252] Compiling CosmoMySQL MySQLMessages.swift
[1238/1252] Compiling CosmoMySQL MySQLConnectionPool.swift
[1239/1252] Compiling CosmoPostgres PostgresConnection.swift
[1241/1253] Compiling CosmoMSSQL MSSQLBulkInsert.swift
[1242/1253] Compiling CosmoMSSQL MSSQLConnection.swift
[1243/1253] Emitting module CosmoMySQL
[1244/1253] Compiling CosmoMySQL MySQLConnection.swift
[1245/1253] Compiling CosmoMySQL MySQLBulkInsert.swift
[1246/1253] Compiling CosmoMySQL MySQLBackup.swift
[1248/1254] Compiling CosmoMSSQL MSSQLConnectionPool.swift
[1249/1254] Compiling CosmoMSSQL MSSQLProcResult.swift
[1250/1254] Compiling CosmoMSSQL TDSDecoder.swift
[1251/1254] Compiling CosmoMSSQL TDSHandler.swift
[1252/1254] Compiling CosmoMSSQL NTLMAuth.swift
[1253/1254] Compiling CosmoMSSQL MSSQLBackup.swift
[1254/1254] Emitting module CosmoMSSQL
Build complete! (337.25s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "CosmoSQLClient",
"name" : "CosmoSQLClient",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "CosmoSQLCore",
"targets" : [
"CosmoSQLCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoMSSQL",
"targets" : [
"CosmoMSSQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoPostgres",
"targets" : [
"CosmoPostgres"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoMySQL",
"targets" : [
"CosmoMySQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CosmoSQLite",
"targets" : [
"CosmoSQLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CosmoSQLiteTests",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLiteTests",
"path" : "Tests/CosmoSQLiteTests",
"sources" : [
"SQLiteNioTests.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoSQLite"
],
"type" : "test"
},
{
"c99name" : "CosmoSQLite",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLite",
"path" : "Sources/CosmoSQLite",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"Logging"
],
"product_memberships" : [
"CosmoSQLite"
],
"sources" : [
"SQLiteBackup.swift",
"SQLiteConnection.swift",
"SQLiteConnectionPool.swift"
],
"target_dependencies" : [
"CosmoSQLCore",
"CSQLite"
],
"type" : "library"
},
{
"c99name" : "CosmoSQLCoreTests",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLCoreTests",
"path" : "Tests/CosmoSQLCoreTests",
"sources" : [
"SQLNioCoreTests.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "test"
},
{
"c99name" : "CosmoSQLCore",
"module_type" : "SwiftTarget",
"name" : "CosmoSQLCore",
"path" : "Sources/CosmoSQLCore",
"product_dependencies" : [
"NIOCore",
"Logging"
],
"product_memberships" : [
"CosmoSQLCore",
"CosmoMSSQL",
"CosmoPostgres",
"CosmoMySQL",
"CosmoSQLite"
],
"sources" : [
"AsyncChannelBridge.swift",
"AsyncStreamBridge.swift",
"JSONChunkAssembler.swift",
"NIOSendableBridge.swift",
"SQLColumn.swift",
"SQLConnectionConfiguration.swift",
"SQLDataTable.swift",
"SQLDatabase.swift",
"SQLDump.swift",
"SQLError.swift",
"SQLParameter.swift",
"SQLRow.swift",
"SQLRowDecoder.swift",
"SQLValue.swift"
],
"type" : "library"
},
{
"c99name" : "CosmoPostgresTests",
"module_type" : "SwiftTarget",
"name" : "CosmoPostgresTests",
"path" : "Tests/CosmoPostgresTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"PostgresIntegrationTests.swift",
"PostgresNioTests.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoPostgres"
],
"type" : "test"
},
{
"c99name" : "CosmoPostgres",
"module_type" : "SwiftTarget",
"name" : "CosmoPostgres",
"path" : "Sources/CosmoPostgres",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOSSL",
"Logging",
"Crypto"
],
"product_memberships" : [
"CosmoPostgres"
],
"sources" : [
"Auth/SCRAMSHA256.swift",
"PostgresBackup.swift",
"PostgresBulkInsert.swift",
"PostgresConnection.swift",
"PostgresConnectionPool.swift",
"Protocol/PostgresDecoder.swift",
"Protocol/PostgresMessages.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "library"
},
{
"c99name" : "CosmoMySQLTests",
"module_type" : "SwiftTarget",
"name" : "CosmoMySQLTests",
"path" : "Tests/CosmoMySQLTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"MySQLIntegrationTests.swift",
"MySQLNioTests.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoMySQL"
],
"type" : "test"
},
{
"c99name" : "CosmoMySQL",
"module_type" : "SwiftTarget",
"name" : "CosmoMySQL",
"path" : "Sources/CosmoMySQL",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOSSL",
"Logging",
"Crypto"
],
"product_memberships" : [
"CosmoMySQL"
],
"sources" : [
"MySQLBackup.swift",
"MySQLBulkInsert.swift",
"MySQLConnection.swift",
"MySQLConnectionPool.swift",
"Protocol/MySQLDecoder.swift",
"Protocol/MySQLMessages.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "library"
},
{
"c99name" : "CosmoMSSQLTests",
"module_type" : "SwiftTarget",
"name" : "CosmoMSSQLTests",
"path" : "Tests/CosmoMSSQLTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"InvoiceHeaderTests.swift",
"MSSQLAdvancedFeatureTests.swift",
"MSSQLDataTypeTests.swift",
"MSSQLErrorTests.swift",
"MSSQLNewFeatureTests.swift",
"MSSQLNioTests.swift",
"MSSQLQueryTests.swift",
"MSSQLStoredProcTests.swift",
"NTLMTests.swift",
"SQLClientCompatTests.swift",
"Support/TestDatabase.swift",
"Support/TestValueHelpers.swift",
"TieredAPITests.swift"
],
"target_dependencies" : [
"CosmoMSSQL"
],
"type" : "test"
},
{
"c99name" : "CosmoMSSQL",
"module_type" : "SwiftTarget",
"name" : "CosmoMSSQL",
"path" : "Sources/CosmoMSSQL",
"product_dependencies" : [
"NIOCore",
"NIOTLS",
"NIOPosix",
"NIOSSL",
"Logging",
"Crypto"
],
"product_memberships" : [
"CosmoMSSQL"
],
"sources" : [
"Auth/NTLMAuth.swift",
"MSSQLBackup.swift",
"MSSQLBulkInsert.swift",
"MSSQLConnection.swift",
"MSSQLConnectionPool.swift",
"MSSQLProcResult.swift",
"TDS/TDSDecoder.swift",
"TDS/TDSHandler.swift",
"TDS/TDSLogin7.swift",
"TDS/TDSMessages.swift",
"TDS/TDSPacket.swift",
"TDS/TDSPreLogin.swift",
"TDS/TDSRPCProcRequest.swift",
"TDS/TDSRPCRequest.swift",
"TDS/TDSTLSFramer.swift"
],
"target_dependencies" : [
"CosmoSQLCore"
],
"type" : "library"
},
{
"c99name" : "CSQLite",
"module_type" : "ClangTarget",
"name" : "CSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"CosmoSQLite"
],
"sources" : [
"shim.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.