Build Information
Failed to build CosmoSQLClient, reference v1.6.4 (8a9559), with Swift 6.1 for Android on 8 Mar 2026 03:34:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&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: android
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/6154] Fetching swift-log
[555/8325] Fetching swift-log, swift-docc-plugin
[3093/23685] Fetching swift-log, swift-docc-plugin, swift-nio-ssl
[6784/40930] Fetching swift-log, swift-docc-plugin, swift-nio-ssl, swift-crypto
[11186/123621] Fetching swift-log, swift-docc-plugin, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
[8951/117467] Fetching swift-docc-plugin, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-docc-plugin.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.73s)
[53630/99936] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.38s)
[51269/82691] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.01s)
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.07s)
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.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.13s)
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.11s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.93s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[693/7421] Fetching swift-atomics, swift-system
[1418/29439] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
[1982/22018] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (1.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.27s)
Fetching https://github.com/apple/swift-asn1.git
[1/1766] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.59s)
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.0
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-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-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
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/803] Write sources
[22/803] Compiling _AtomicsShims.c
[23/803] Compiling CNIOWindows shim.c
[24/803] Compiling CNIOWindows WSAStartup.c
[25/803] Compiling CNIOPosix event_loop_id.c
[26/803] Compiling CNIOWASI CNIOWASI.c
[27/803] Compiling CNIOLinux liburing_shims.c
[27/803] Compiling CNIOOpenBSD shim.c
[29/803] Compiling CNIODarwin shim.c
[30/803] Compiling fiat_p256_adx_sqr.S
[31/803] Compiling fiat_p256_adx_mul.S
[32/803] Compiling fiat_curve25519_adx_mul.S
[33/803] Compiling fiat_curve25519_adx_square.S
[34/803] Compiling CNIOLinux shim.c
[35/803] Compiling CSQLite shim.c
[36/803] Write swift-version-24593BA9C3E375BF.txt
[37/803] Compiling CNIOBoringSSLShims shims.c
[38/807] Compiling tls_method.cc
[39/807] Compiling tls_record.cc
[41/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
[41/807] Compiling t1_enc.cc
[42/813] Compiling tls13_server.cc
[43/814] Compiling tls13_enc.cc
[44/815] Compiling tls13_both.cc
[45/818] Compiling tls13_client.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_transcript.cc
[50/834] Compiling ssl_x509.cc
[52/834] 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
[53/834] 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
[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/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
[57/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
[58/834] 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
[59/834] 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
[60/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
[61/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
[62/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
[63/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
[64/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
[65/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
[66/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
[67/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
[68/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
[69/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
[70/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
[71/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
[72/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
[73/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
[74/835] 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
[75/835] 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
[76/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
[79/837] Compiling ssl_key_share.cc
[80/837] Compiling ssl_privkey.cc
[81/850] Compiling ssl_session.cc
[83/852] 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
[84/852] 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
[85/852] 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
[86/852] 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
[87/852] 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
[88/853] 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
[89/853] 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
[90/853] 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
[91/853] 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
[92/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
[93/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
[94/853] 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
[95/853] 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
[96/853] 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
[97/853] 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
[97/853] Compiling ssl_cipher.cc
[99/853] 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
[99/854] Compiling ssl_file.cc
[101/854] Compiling ssl_lib.cc
[102/854] Compiling ssl_credential.cc
[104/854] 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
[105/854] 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
[106/854] 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
[107/854] 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
[108/855] Compiling ssl_buffer.cc
[109/855] Compiling ssl_cert.cc
[110/895] Compiling ssl_aead_ctx.cc
[111/895] Compiling ssl_asn1.cc
[112/895] Compiling s3_lib.cc
[114/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
[115/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
[116/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
[117/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
[118/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
[119/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
[120/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
[121/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
[122/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
[123/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
[124/900] 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
[125/900] 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
[126/900] 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
[127/900] 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
[128/900] 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
[129/900] 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
[130/900] 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
[131/900] 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
[132/900] 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
[133/900] 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
[134/900] 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
[135/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
[136/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
[137/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
[138/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
[139/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
[140/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
[140/900] Compiling s3_pkt.cc
[142/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
[143/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
[144/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
[145/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
[146/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
[147/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
[148/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
[149/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
[150/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
[151/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
[152/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
[153/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
[153/900] Compiling s3_both.cc
[154/900] Compiling handshake_client.cc
[155/900] Compiling handshake_server.cc
[156/900] Compiling handoff.cc
[157/900] Compiling handshake.cc
[159/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
[160/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
[161/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
[162/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
[163/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
[163/900] Compiling encrypted_client_hello.cc
[165/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
[165/901] Compiling extensions.cc
[167/901] Compiling md5-x86_64-linux.S
[168/901] Compiling md5-x86_64-apple.S
[169/901] Compiling md5-586-linux.S
[170/901] Compiling md5-586-apple.S
[171/901] Compiling dtls_record.cc
[172/901] Compiling chacha20_poly1305_x86_64-linux.S
[173/901] Compiling chacha20_poly1305_x86_64-apple.S
[174/901] Compiling d1_srtp.cc
[175/901] Compiling dtls_method.cc
[176/901] Compiling chacha20_poly1305_armv8-win.S
[177/901] Compiling chacha20_poly1305_armv8-apple.S
[178/901] Compiling chacha-x86_64-linux.S
[179/901] Compiling chacha20_poly1305_armv8-linux.S
[180/901] Compiling err_data.cc
[181/901] Compiling chacha-x86_64-apple.S
[182/901] Compiling chacha-x86-apple.S
[183/901] Compiling chacha-x86-linux.S
[184/901] Compiling chacha-armv8-win.S
[185/901] Compiling chacha-armv8-linux.S
[186/901] Compiling chacha-armv4-linux.S
[187/901] Compiling d1_pkt.cc
[188/901] Compiling aes128gcmsiv-x86_64-linux.S
[189/901] Compiling chacha-armv8-apple.S
[190/901] Compiling aes128gcmsiv-x86_64-apple.S
[191/901] Compiling x86_64-mont5-linux.S
[192/901] Compiling x86_64-mont-linux.S
[193/901] Compiling x86_64-mont5-apple.S
[194/901] Compiling d1_lib.cc
[195/901] Compiling x86_64-mont-apple.S
[196/901] Compiling x86-mont-linux.S
[197/901] Compiling vpaes-x86_64-apple.S
[198/901] Compiling x86-mont-apple.S
[199/901] Compiling vpaes-x86_64-linux.S
[200/901] Compiling vpaes-x86-linux.S
[201/901] Compiling vpaes-x86-apple.S
[202/901] Compiling vpaes-armv8-win.S
[203/901] Compiling vpaes-armv7-linux.S
[204/901] Compiling vpaes-armv8-linux.S
[205/901] Compiling vpaes-armv8-apple.S
[206/901] Compiling sha512-x86_64-apple.S
[207/901] Compiling sha512-x86_64-linux.S
[208/901] Compiling bio_ssl.cc
[209/901] Compiling sha512-armv8-win.S
[210/901] Compiling sha512-armv4-linux.S
[211/901] Compiling sha512-586-apple.S
[211/901] Compiling sha512-armv8-apple.S
[213/901] Compiling sha512-armv8-linux.S
[214/901] Compiling sha512-586-linux.S
[215/901] Compiling sha256-x86_64-linux.S
[216/901] Compiling sha256-x86_64-apple.S
[217/901] Compiling sha256-armv8-win.S
[218/901] Compiling sha256-armv8-linux.S
[219/901] Compiling sha256-armv4-linux.S
[220/901] Compiling sha256-armv8-apple.S
[221/901] Compiling sha256-586-linux.S
[221/901] Compiling sha256-586-apple.S
[221/901] Compiling sha1-x86_64-linux.S
[224/901] Compiling sha1-x86_64-apple.S
[225/901] Compiling sha1-armv8-win.S
[226/901] Compiling sha1-armv4-large-linux.S
[227/901] Compiling sha1-armv8-apple.S
[228/901] Compiling sha1-586-linux.S
[229/901] Compiling sha1-586-apple.S
[230/901] Compiling sha1-armv8-linux.S
[231/901] Compiling rsaz-avx2-linux.S
[232/901] Compiling p256_beeu-armv8-asm-win.S
[233/901] Compiling p256_beeu-x86_64-asm-linux.S
[234/901] Compiling rdrand-x86_64-linux.S
[235/901] Compiling rsaz-avx2-apple.S
[236/901] Compiling rdrand-x86_64-apple.S
[237/901] Compiling p256_beeu-x86_64-asm-apple.S
[238/901] Compiling p256_beeu-armv8-asm-apple.S
[239/901] Compiling p256-x86_64-asm-linux.S
[240/901] Compiling p256-x86_64-asm-apple.S
[241/901] Compiling p256_beeu-armv8-asm-linux.S
[242/901] Compiling p256-armv8-asm-apple.S
[243/901] Compiling p256-armv8-asm-win.S
[244/901] Compiling ghashv8-armv8-apple.S
[245/901] Compiling p256-armv8-asm-linux.S
[246/901] Compiling ghashv8-armv8-linux.S
[247/901] Compiling ghashv8-armv8-win.S
[248/901] Compiling ghash-x86_64-linux.S
[249/901] Compiling ghashv8-armv7-linux.S
[250/901] Compiling ghash-x86-apple.S
[251/901] Compiling ghash-x86_64-apple.S
[252/901] Compiling ghash-ssse3-x86_64-apple.S
[253/901] Compiling ghash-x86-linux.S
[254/901] Compiling d1_both.cc
[255/901] Compiling ghash-ssse3-x86-linux.S
[256/901] Compiling ghash-ssse3-x86_64-linux.S
[257/901] Compiling ghash-neon-armv8-win.S
[258/901] Compiling ghash-ssse3-x86-apple.S
[259/901] Compiling ghash-neon-armv8-apple.S
[260/901] Compiling ghash-armv4-linux.S
[261/901] Compiling ghash-neon-armv8-linux.S
[262/901] Compiling co-586-linux.S
[263/901] Compiling bsaes-armv7-linux.S
[264/901] Compiling co-586-apple.S
[265/901] Compiling bn-armv8-linux.S
[266/901] Compiling bn-armv8-apple.S
[267/901] Compiling armv8-mont-win.S
[268/901] Compiling bn-armv8-win.S
[269/901] Compiling bn-586-linux.S
[270/901] Compiling bn-586-apple.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 armv8-mont-linux.S
[275/901] Compiling aesv8-gcm-armv8-apple.S
[276/901] Compiling aesv8-armv8-apple.S
[277/901] Compiling aesv8-armv8-win.S
[278/901] Compiling aesv8-armv7-linux.S
[279/901] Compiling aesv8-gcm-armv8-linux.S
[280/901] Compiling aesni-x86_64-linux.S
[281/901] Compiling aesv8-armv8-linux.S
[282/901] Compiling aesni-x86_64-apple.S
[283/901] Compiling aesni-x86-linux.S
[284/901] Compiling aesni-x86-apple.S
[285/901] Compiling aes-gcm-avx2-x86_64-apple.S
[286/901] Compiling aesni-gcm-x86_64-apple.S
[287/901] Compiling aesni-gcm-x86_64-linux.S
[288/901] Compiling aes-gcm-avx10-x86_64-linux.S
[289/901] Compiling aes-gcm-avx2-x86_64-linux.S
[290/901] Compiling aes-gcm-avx10-x86_64-apple.S
[291/901] Compiling x_req.cc
[292/901] Compiling x_spki.cc
[293/901] Compiling x_sig.cc
[293/901] Compiling x_val.cc
[295/901] Compiling x_x509.cc
[296/901] Compiling x_pubkey.cc
[297/901] Compiling x_x509a.cc
[298/901] Compiling x_name.cc
[299/901] Compiling x_exten.cc
[300/901] Compiling x_attrib.cc
[301/901] Compiling x509name.cc
[302/901] Compiling x_crl.cc
[303/901] Compiling x509spki.cc
[304/901] Compiling x_algor.cc
[305/901] Compiling x_all.cc
[306/901] Compiling x509rset.cc
[307/901] Compiling x509_txt.cc
[308/901] Compiling x509cset.cc
[309/901] Compiling x509_set.cc
[310/901] Compiling x509_vfy.cc
[311/901] Compiling x509_trs.cc
[312/901] Compiling x509_v3.cc
[313/901] Compiling x509_vpm.cc
[314/901] Compiling x509_req.cc
[315/901] Compiling x509_obj.cc
[316/901] Compiling x509_def.cc
[317/901] Compiling x509_d2.cc
[318/901] Compiling x509_ext.cc
[319/901] Compiling x509_cmp.cc
[320/901] Compiling x509_lu.cc
[321/901] Compiling x509_att.cc
[322/901] Compiling x509.cc
[323/901] Compiling v3_skey.cc
[324/901] Compiling v3_ncons.cc
[325/901] Compiling v3_purp.cc
[326/901] Compiling v3_utl.cc
[327/901] Compiling v3_pmaps.cc
[328/901] Compiling v3_prn.cc
[329/901] Compiling v3_pcons.cc
[330/901] Compiling v3_ocsp.cc
[331/901] Compiling v3_lib.cc
[332/901] Compiling v3_ia5.cc
[333/901] Compiling v3_int.cc
[334/901] Compiling v3_extku.cc
[335/901] Compiling v3_info.cc
[335/901] Compiling v3_genn.cc
[337/901] Compiling v3_enum.cc
[338/901] Compiling v3_crld.cc
[339/901] Compiling v3_cpols.cc
[340/901] Compiling v3_conf.cc
[341/901] Compiling v3_bcons.cc
[342/901] Compiling v3_bitst.cc
[343/901] Compiling v3_akeya.cc
[344/901] Compiling v3_alt.cc
[345/901] Compiling v3_akey.cc
[346/901] Compiling t_x509a.cc
[347/901] Compiling t_x509.cc
[348/901] Compiling policy.cc
[349/901] Compiling i2d_pr.cc
[350/901] Compiling t_req.cc
[351/901] Compiling t_crl.cc
[352/901] Compiling rsa_pss.cc
[353/901] Compiling by_file.cc
[354/901] Compiling name_print.cc
[355/901] Compiling algorithm.cc
[356/901] Compiling by_dir.cc
[357/901] Compiling asn1_gen.cc
[358/901] Compiling a_verify.cc
[359/901] Compiling a_sign.cc
[360/901] Compiling voprf.cc
[361/901] Compiling trust_token.cc
[362/901] Compiling thread_pthread.cc
[363/901] Compiling a_digest.cc
[364/901] Compiling pmbtoken.cc
[365/901] Compiling thread_win.cc
[366/901] Compiling thread.cc
[367/901] Compiling thread_none.cc
[368/901] Compiling stack.cc
[369/901] Compiling sha256.cc
[370/901] Compiling siphash.cc
[371/901] Compiling sha512.cc
[372/901] Compiling sha1.cc
[373/901] Compiling slhdsa.cc
[374/901] Compiling rsa_print.cc
[375/901] Compiling spake2plus.cc
[376/901] Compiling rsa_extra.cc
[377/901] Compiling refcount.cc
[378/901] Compiling windows.cc
[379/901] Compiling rc4.cc
[380/901] Compiling rsa_crypt.cc
[381/901] Compiling rsa_asn1.cc
[382/901] Compiling urandom.cc
[383/901] Compiling trusty.cc
[384/901] Compiling passive.cc
[385/901] Compiling ios.cc
[386/901] Compiling getentropy.cc
[387/901] Compiling rand.cc
[388/901] Compiling poly1305_arm_asm.S
[389/901] Compiling poly1305_vec.cc
[390/901] Compiling forkunsafe.cc
[391/901] Compiling deterministic.cc
[392/901] Compiling fork_detect.cc
[393/901] Compiling poly1305_arm.cc
[394/901] Compiling poly1305.cc
[395/901] Compiling pool.cc
[396/901] Compiling pkcs8_x509.cc
[397/901] Compiling pkcs8.cc
[398/901] Compiling p5_pbev2.cc
[399/901] Compiling pkcs7.cc
[400/901] Compiling pkcs7_x509.cc
[401/901] Compiling pem_xaux.cc
[402/901] Compiling pem_pk8.cc
[403/901] Compiling pem_x509.cc
[404/901] Compiling pem_oth.cc
[405/901] Compiling pem_pkey.cc
[406/901] Compiling pem_lib.cc
[407/901] Compiling mldsa.cc
[408/901] Compiling pem_info.cc
[409/901] Compiling mlkem.cc
[410/901] Compiling obj.cc
[411/901] Compiling pem_all.cc
[412/901] Compiling poly_rq_mul.S
[413/901] Compiling mem.cc
[414/901] Compiling fips_shared_support.cc
[415/901] Compiling obj_xref.cc
[416/901] Compiling lhash.cc
[417/901] Compiling md4.cc
[418/901] Compiling md5.cc
[419/901] Compiling ex_data.cc
[420/901] Compiling hpke.cc
[421/901] Compiling sign.cc
[422/901] Compiling kyber.cc
[423/901] Compiling hrss.cc
[424/901] Compiling print.cc
[425/901] Compiling scrypt.cc
[426/901] Compiling pbkdf.cc
[427/901] Compiling p_x25519.cc
[428/901] Compiling p_x25519_asn1.cc
[429/901] Compiling p_hkdf.cc
[430/901] Compiling p_ed25519_asn1.cc
[431/901] Compiling p_rsa_asn1.cc
[432/901] Compiling p_rsa.cc
[433/901] Compiling p_ed25519.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 evp_ctx.cc
[439/901] Compiling err.cc
[440/901] Compiling p_dsa_asn1.cc
[441/901] Compiling engine.cc
[442/901] Compiling evp.cc
[443/901] Compiling evp_asn1.cc
[444/901] Compiling ecdh.cc
[445/901] Compiling hash_to_curve.cc
[446/901] Compiling ecdsa_asn1.cc
[447/901] Compiling ec_derive.cc
[448/901] Compiling bcm.cc
[449/901] Compiling ec_asn1.cc
[450/901] Compiling dsa_asn1.cc
[451/901] Compiling dsa.cc
[452/901] Compiling params.cc
[453/901] Compiling digest_extra.cc
[454/901] Compiling x25519-asm-arm.S
[455/901] Compiling curve25519_64_adx.cc
[456/901] Compiling dh_asn1.cc
[457/901] Compiling des.cc
[458/901] Compiling cpu_intel.cc
[459/901] Compiling spake25519.cc
[460/901] Compiling crypto.cc
[461/901] Compiling curve25519.cc
[462/901] Compiling cpu_arm_linux.cc
[463/901] Compiling cpu_aarch64_openbsd.cc
[464/901] Compiling cpu_arm_freebsd.cc
[465/901] Compiling cpu_aarch64_win.cc
[466/901] Compiling cpu_aarch64_fuchsia.cc
[467/901] Compiling cpu_aarch64_sysreg.cc
[468/901] Compiling tls_cbc.cc
[469/901] Compiling cpu_aarch64_linux.cc
[470/901] Compiling cpu_aarch64_apple.cc
[471/901] Compiling e_tls.cc
[472/901] Compiling conf.cc
[473/901] Compiling get_cipher.cc
[474/901] Compiling e_rc4.cc
[475/901] Compiling e_chacha20poly1305.cc
[476/901] Compiling e_null.cc
[477/901] Compiling e_rc2.cc
[478/901] Compiling e_des.cc
[479/901] Compiling e_aesgcmsiv.cc
[480/901] Compiling derive_key.cc
[481/901] Compiling e_aesctrhmac.cc
[482/901] Compiling chacha.cc
[483/901] Compiling unicode.cc
[484/901] Compiling buf.cc
[485/901] Compiling bn_asn1.cc
[486/901] Compiling cbb.cc
[487/901] Compiling ber.cc
[488/901] Compiling asn1_compat.cc
[489/901] Compiling cbs.cc
[490/901] Compiling convert.cc
[491/901] Compiling socket_helper.cc
[492/901] Compiling blake2.cc
[493/901] Compiling socket.cc
[494/901] Compiling printf.cc
[495/901] Compiling file.cc
[496/901] Compiling pair.cc
[497/901] Compiling hexdump.cc
[498/901] Compiling errno.cc
[499/901] Compiling fd.cc
[500/901] Compiling connect.cc
[501/901] Compiling bio_mem.cc
[502/901] Compiling tasn_typ.cc
[503/901] Compiling bio.cc
[504/901] Compiling base64.cc
[505/901] Compiling tasn_enc.cc
[506/901] Compiling tasn_fre.cc
[507/901] Compiling tasn_utl.cc
[508/901] Compiling tasn_new.cc
[509/901] Compiling posix_time.cc
[510/901] Compiling f_string.cc
[511/901] Compiling f_int.cc
[512/901] Compiling asn1_par.cc
[513/901] Compiling tasn_dec.cc
[514/901] Compiling asn_pack.cc
[515/901] Compiling a_strnid.cc
[516/901] Compiling a_utctm.cc
[517/901] Compiling asn1_lib.cc
[518/901] Compiling a_octet.cc
[519/901] Compiling a_time.cc
[520/901] Compiling a_type.cc
[521/901] Compiling a_mbstr.cc
[522/901] Compiling a_strex.cc
[523/901] Compiling a_int.cc
[524/901] Compiling a_i2d_fp.cc
[525/901] Compiling a_object.cc
[526/901] Compiling a_bitstr.cc
[527/901] Compiling fiat_p256_adx_sqr.S
[528/901] Compiling fiat_p256_adx_mul.S
[529/901] Compiling a_bool.cc
[530/901] Compiling fiat_curve25519_adx_square.S
[531/901] Compiling fiat_curve25519_adx_mul.S
[532/901] Compiling a_dup.cc
[533/901] Compiling md5-x86_64-linux.S
[534/901] Compiling a_d2i_fp.cc
[535/901] Compiling md5-x86_64-apple.S
[536/901] Compiling chacha20_poly1305_x86_64-linux.S
[537/901] Compiling md5-586-apple.S
[538/901] Compiling md5-586-linux.S
[539/901] Compiling chacha20_poly1305_armv8-win.S
[540/901] Compiling chacha20_poly1305_x86_64-apple.S
[541/901] Compiling a_gentm.cc
[542/901] Compiling chacha20_poly1305_armv8-linux.S
[543/901] Compiling chacha-x86_64-linux.S
[544/901] Compiling CCryptoBoringSSLShims shims.c
[545/901] Compiling chacha20_poly1305_armv8-apple.S
[546/901] Compiling chacha-x86_64-apple.S
[547/901] Compiling chacha-x86-linux.S
[548/901] Compiling chacha-armv8-win.S
[549/901] Compiling chacha-x86-apple.S
[550/901] Compiling chacha-armv8-linux.S
[551/901] Compiling chacha-armv4-linux.S
[552/901] Compiling chacha-armv8-apple.S
[553/901] Compiling aes128gcmsiv-x86_64-linux.S
[554/901] Compiling aes128gcmsiv-x86_64-apple.S
[555/901] Compiling x86_64-mont5-linux.S
[556/901] Compiling x86_64-mont-linux.S
[557/901] Compiling x86_64-mont-apple.S
[558/901] Compiling x86_64-mont5-apple.S
[559/901] Compiling x86-mont-linux.S
[560/901] Compiling x86-mont-apple.S
[561/901] Compiling vpaes-x86_64-linux.S
[562/901] Compiling vpaes-x86-linux.S
[563/901] Compiling vpaes-x86_64-apple.S
[564/901] Compiling vpaes-x86-apple.S
[565/901] Compiling vpaes-armv8-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 sha512-x86_64-apple.S
[570/901] Compiling sha512-x86_64-linux.S
[571/901] Compiling sha512-armv8-win.S
[572/901] Compiling sha512-armv8-apple.S
[573/901] Compiling sha512-armv8-linux.S
[574/901] Compiling sha512-586-linux.S
[575/901] Compiling sha512-586-apple.S
[576/901] Compiling sha512-armv4-linux.S
[577/901] Compiling err_data.cc
[578/901] Compiling sha256-x86_64-linux.S
[579/901] Compiling sha256-armv8-win.S
[580/901] Compiling sha256-armv8-apple.S
[581/901] Compiling sha256-x86_64-apple.S
[582/901] Compiling sha256-armv4-linux.S
[583/901] Compiling sha256-armv8-linux.S
[584/901] Compiling sha256-586-linux.S
[585/901] Compiling sha1-x86_64-apple.S
[586/901] Compiling sha1-armv8-win.S
[587/901] Compiling sha256-586-apple.S
[588/901] Compiling sha1-x86_64-linux.S
[589/901] Compiling sha1-armv8-linux.S
[590/901] Compiling sha1-armv4-large-linux.S
[591/901] Compiling sha1-armv8-apple.S
[592/901] Compiling sha1-586-linux.S
[593/901] Compiling sha1-586-apple.S
[594/901] Compiling rsaz-avx2-linux.S
[595/901] Compiling rdrand-x86_64-linux.S
[596/901] Compiling rsaz-avx2-apple.S
[596/901] Compiling p256_beeu-x86_64-asm-linux.S
[598/901] Compiling rdrand-x86_64-apple.S
[599/901] Compiling p256_beeu-x86_64-asm-apple.S
[600/901] Compiling p256_beeu-armv8-asm-win.S
[601/901] Compiling p256_beeu-armv8-asm-apple.S
[602/901] Compiling p256_beeu-armv8-asm-linux.S
[603/901] Compiling p256-x86_64-asm-linux.S
[604/901] Compiling p256-x86_64-asm-apple.S
[605/901] Compiling p256-armv8-asm-win.S
[606/901] Compiling p256-armv8-asm-linux.S
[607/901] Compiling p256-armv8-asm-apple.S
[608/901] Compiling ghashv8-armv8-win.S
[609/901] Compiling ghashv8-armv8-linux.S
[610/901] Compiling ghash-x86_64-linux.S
[611/901] Compiling ghashv8-armv7-linux.S
[612/901] Compiling ghash-x86_64-apple.S
[612/901] Compiling ghash-x86-apple.S
[614/901] Compiling ghashv8-armv8-apple.S
[615/901] Compiling ghash-x86-linux.S
[616/901] Compiling ghash-ssse3-x86-apple.S
[617/901] Compiling ghash-ssse3-x86_64-linux.S
[618/901] Compiling ghash-ssse3-x86_64-apple.S
[619/901] Compiling ghash-ssse3-x86-linux.S
[620/901] Compiling ghash-neon-armv8-win.S
[621/901] Compiling ghash-armv4-linux.S
[622/901] Compiling co-586-apple.S
[623/901] Compiling ghash-neon-armv8-linux.S
[624/901] Compiling ghash-neon-armv8-apple.S
[624/901] Compiling co-586-linux.S
[626/901] Compiling bsaes-armv7-linux.S
[627/901] Compiling bn-armv8-win.S
[628/901] Compiling bn-armv8-linux.S
[629/901] Compiling bn-586-linux.S
[630/901] Compiling bn-586-apple.S
[631/901] Compiling bn-armv8-apple.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 aesv8-gcm-armv8-win.S
[636/901] Compiling aesv8-gcm-armv8-apple.S
[637/901] Compiling armv4-mont-linux.S
[638/901] Compiling aesv8-armv8-win.S
[639/901] Compiling aesv8-armv8-linux.S
[640/901] Compiling aesv8-armv7-linux.S
[641/901] Compiling aesv8-armv8-apple.S
[642/901] Compiling aesv8-gcm-armv8-linux.S
[643/901] Compiling aesni-x86_64-apple.S
[644/901] Compiling aesni-x86_64-linux.S
[645/901] Compiling aesni-x86-linux.S
[646/901] Compiling aesni-x86-apple.S
[647/901] Compiling aesni-gcm-x86_64-linux.S
[648/901] Compiling aesni-gcm-x86_64-apple.S
[649/901] Compiling aes-gcm-avx512-x86_64-linux.S
[650/901] Compiling aes-gcm-avx512-x86_64-apple.S
[651/901] Compiling aes-gcm-avx2-x86_64-apple.S
[652/901] Compiling aes-gcm-avx2-x86_64-linux.S
[653/901] Compiling xwing.cc
[654/901] Compiling x_spki.cc
[655/901] Compiling x_x509a.cc
[656/901] Compiling x_sig.cc
[657/901] Compiling x_req.cc
[658/901] Compiling x_x509.cc
[659/901] Compiling x_name.cc
[660/901] Compiling c-nioatomics.c
[661/901] Compiling x_pubkey.cc
[662/901] Compiling x509spki.cc
[663/901] Compiling x_exten.cc
[664/901] Compiling x_all.cc
[665/901] Compiling x_attrib.cc
[666/901] Compiling x_crl.cc
[667/901] Compiling x509name.cc
[668/901] Compiling x_algor.cc
[669/901] Compiling x509rset.cc
[670/901] Compiling c-atomics.c
[671/901] Compiling x509_vpm.cc
[672/901] Compiling x509_txt.cc
[673/901] Compiling x509cset.cc
[674/901] Compiling x509_v3.cc
[675/903] Compiling x509_trs.cc
[676/908] Compiling x509_vfy.cc
[677/908] Compiling x509_set.cc
[679/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
[680/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
[681/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
[682/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
[682/908] Compiling x509_req.cc
[683/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
[685/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
[686/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
[687/909] Compiling x509_lu.cc
[688/909] Compiling x509_obj.cc
[689/909] Compiling x509_cmp.cc
[690/909] Compiling x509_def.cc
[691/909] Compiling x509_ext.cc
[692/909] Compiling x509_d2.cc
[693/909] Compiling x509_att.cc
[694/909] Compiling v3_purp.cc
[695/909] Compiling x509.cc
[696/909] Compiling v3_utl.cc
[697/909] Compiling v3_pmaps.cc
[698/909] Compiling v3_skey.cc
[699/909] Compiling v3_prn.cc
[700/909] Compiling v3_pcons.cc
[701/909] Compiling v3_ocsp.cc
[702/909] Compiling v3_lib.cc
[703/909] Compiling v3_info.cc
[704/909] Compiling v3_ncons.cc
[705/909] Compiling v3_ia5.cc
[706/909] Compiling v3_int.cc
[707/909] Compiling v3_extku.cc
[708/909] Compiling v3_genn.cc
[709/909] Compiling v3_enum.cc
[710/909] Compiling v3_cpols.cc
[711/909] Compiling v3_crld.cc
[712/909] Compiling v3_conf.cc
[713/909] Compiling v3_alt.cc
[714/909] Compiling v3_bitst.cc
[715/909] Compiling v3_bcons.cc
[716/909] Compiling v3_akeya.cc
[717/909] Compiling v3_akey.cc
[718/909] Compiling t_req.cc
[719/909] Compiling t_x509a.cc
[720/909] Compiling t_crl.cc
[721/909] Compiling policy.cc
[722/909] Compiling rsa_pss.cc
[723/909] Compiling t_x509.cc
[724/909] Compiling i2d_pr.cc
[725/909] Compiling name_print.cc
[726/909] Compiling by_file.cc
[727/909] Compiling asn1_gen.cc
[728/909] Compiling trust_token.cc
[729/909] Compiling a_digest.cc
[730/909] Compiling by_dir.cc
[731/909] Compiling a_verify.cc
[732/909] Compiling a_sign.cc
[733/909] Compiling algorithm.cc
[734/909] Compiling voprf.cc
[735/909] Compiling thread_win.cc
[736/909] Compiling thread.cc
[737/909] Compiling thread_pthread.cc
[738/909] Compiling thread_none.cc
[739/909] Compiling pmbtoken.cc
[740/909] Compiling stack.cc
[741/909] Compiling siphash.cc
[742/909] Compiling sha1.cc
[743/909] Compiling sha512.cc
[744/909] Compiling slhdsa.cc
[745/909] Compiling sha256.cc
[746/909] Compiling spake2plus.cc
[747/909] Compiling rsa_print.cc
[748/909] Compiling rsa_extra.cc
[749/909] Compiling rsa_crypt.cc
[750/909] Compiling refcount.cc
[751/909] Compiling rc4.cc
[752/909] Compiling windows.cc
[753/909] Compiling trusty.cc
[754/909] Compiling urandom.cc
[755/909] Compiling rsa_asn1.cc
[756/909] Compiling rand.cc
[757/909] Compiling ios.cc
[758/909] Compiling passive.cc
[759/909] Compiling poly1305_arm_asm.S
[760/909] Compiling getentropy.cc
[761/909] Compiling fork_detect.cc
[762/909] Compiling forkunsafe.cc
[763/909] Compiling deterministic.cc
[764/909] Compiling poly1305_vec.cc
[765/909] Compiling pool.cc
[766/909] Compiling poly1305_arm.cc
[767/909] Compiling poly1305.cc
[768/909] Compiling pkcs8.cc
[769/909] Compiling pkcs7.cc
[770/909] Compiling pkcs8_x509.cc
[771/909] Compiling p5_pbev2.cc
[772/909] Compiling pkcs7_x509.cc
[773/909] Compiling pem_xaux.cc
[774/909] Compiling pem_pkey.cc
[775/909] Compiling pem_x509.cc
[776/909] Compiling pem_pk8.cc
[777/909] Compiling pem_oth.cc
[778/909] Compiling pem_info.cc
[779/909] Compiling mlkem.cc
[780/909] Compiling pem_lib.cc
[781/909] Compiling pem_all.cc
[782/909] Compiling obj_xref.cc
[783/909] Compiling mldsa.cc
[784/909] Compiling poly_rq_mul.S
[785/909] Compiling obj.cc
[786/909] Compiling mem.cc
[787/909] Compiling lhash.cc
[788/909] Compiling fips_shared_support.cc
[789/909] Compiling md5.cc
[790/909] Compiling md4.cc
[791/909] Compiling kyber.cc
[792/909] Compiling fuzzer_mode.cc
[793/909] Compiling hrss.cc
[794/909] Compiling sign.cc
[795/909] Compiling ex_data.cc
[796/909] Compiling hpke.cc
[797/909] Compiling scrypt.cc
[798/909] Compiling pbkdf.cc
[799/909] Compiling print.cc
[800/909] Compiling p_x25519_asn1.cc
[801/909] Compiling p_rsa.cc
[802/909] Compiling p_rsa_asn1.cc
[803/909] Compiling p_x25519.cc
[804/909] Compiling p_ed25519.cc
[805/909] Compiling p_ed25519_asn1.cc
[806/909] Compiling p_hkdf.cc
[807/909] Compiling p_ec_asn1.cc
[808/909] Compiling p_dh_asn1.cc
[809/909] Compiling p_dsa_asn1.cc
[810/909] Compiling p_ec.cc
[811/909] Compiling p_dh.cc
[812/909] Compiling evp_ctx.cc
[813/909] Compiling evp_asn1.cc
[814/909] Compiling err.cc
[815/909] Compiling engine.cc
[816/909] Compiling ecdsa_p1363.cc
[817/909] Compiling evp.cc
[818/909] Compiling ecdh.cc
[819/909] Compiling ecdsa_asn1.cc
[820/909] Compiling dsa.cc
[821/909] Compiling hash_to_curve.cc
[822/909] Compiling ec_derive.cc
[823/909] Compiling ec_asn1.cc
[824/909] Compiling dsa_asn1.cc
[825/909] Compiling digest_extra.cc
[826/909] Compiling des.cc
[827/909] Compiling x25519-asm-arm.S
[828/909] Compiling params.cc
[829/909] Compiling dh_asn1.cc
[830/909] Compiling curve25519_64_adx.cc
[831/909] Compiling spake25519.cc
[832/909] Compiling cpu_intel.cc
[833/909] Compiling crypto.cc
[834/909] Compiling curve25519.cc
[835/909] Compiling cpu_arm_linux.cc
[836/909] Compiling cpu_arm_freebsd.cc
[837/909] Compiling cpu_aarch64_win.cc
[838/909] Compiling cpu_aarch64_sysreg.cc
[839/909] Compiling cpu_aarch64_fuchsia.cc
[840/909] Compiling cpu_aarch64_openbsd.cc
[841/909] Compiling cpu_aarch64_linux.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 cms.cc
[849/909] Compiling e_rc2.cc
[850/909] Compiling e_null.cc
[851/909] Compiling e_des.cc
[852/909] Compiling e_chacha20poly1305.cc
[853/909] Compiling e_aesgcmsiv.cc
[854/909] Compiling e_aeseax.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 ber.cc
[862/909] Compiling cbs.cc
[863/909] Compiling sqrt.cc
[864/909] Compiling asn1_compat.cc
[865/909] Compiling exponentiation.cc
[866/909] Compiling printf.cc
[867/909] Compiling div.cc
[868/909] Compiling blake2.cc
[869/909] Compiling convert.cc
[870/909] Compiling bn_asn1.cc
[871/909] Compiling pair.cc
[872/909] Compiling hexdump.cc
[873/909] Compiling errno.cc
[874/909] Compiling file.cc
[875/909] Compiling fd.cc
[876/909] Compiling bio_mem.cc
[877/909] Compiling bio.cc
[878/909] Compiling base64.cc
[879/909] Compiling tasn_enc.cc
[880/909] Compiling tasn_utl.cc
[881/909] Compiling tasn_typ.cc
[882/909] Compiling tasn_fre.cc
[883/909] Compiling tasn_new.cc
[884/909] Compiling posix_time.cc
[885/909] Compiling f_string.cc
[886/909] Compiling asn_pack.cc
[887/909] Compiling f_int.cc
[888/909] Compiling asn1_par.cc
[889/909] Compiling tasn_dec.cc
[890/909] Compiling a_type.cc
[891/909] Compiling bcm.cc
[892/909] Compiling asn1_lib.cc
[893/909] Compiling a_time.cc
[894/909] Compiling a_utctm.cc
[895/909] Compiling a_octet.cc
[896/909] Compiling a_strnid.cc
[897/909] Compiling a_strex.cc
[898/909] Compiling a_i2d_fp.cc
[899/909] Compiling a_mbstr.cc
[900/909] Compiling a_dup.cc
[900/909] Write sources
[900/909] Compiling a_object.cc
[903/909] Compiling a_int.cc
[904/911] Compiling a_d2i_fp.cc
[905/927] Compiling a_gentm.cc
[906/927] Compiling a_bitstr.cc
[908/927] Compiling Atomics UnsafeAtomic.swift
[909/927] Compiling Atomics UnsafeAtomicLazyReference.swift
[910/927] Compiling Atomics ManagedAtomic.swift
[911/927] Compiling Atomics ManagedAtomicLazyReference.swift
[912/927] Compiling Atomics AtomicStorage.swift
[913/927] Compiling Atomics AtomicValue.swift
[913/929] Compiling aes.cc
[914/929] Compiling a_bool.cc
[916/929] Compiling Atomics AtomicMemoryOrderings.swift
[917/929] Compiling Atomics DoubleWord.swift
[918/929] Compiling Atomics OptionalRawRepresentable.swift
[919/929] Compiling Atomics RawRepresentable.swift
[920/929] Compiling Atomics AtomicBool.swift
[921/932] Compiling Atomics AtomicInteger.swift
[922/932] Compiling Atomics AtomicOptionalWrappable.swift
[923/932] Compiling Atomics AtomicReference.swift
[924/937] Compiling Atomics IntegerOperations.swift
[925/937] Compiling Atomics Unmanaged extensions.swift
[926/937] Emitting module Atomics
[927/937] Compiling Atomics IntegerConformances.swift
[928/937] Compiling Atomics PointerConformances.swift
[929/937] Compiling Atomics Primitives.native.swift
[931/938] Compiling CryptoBoringWrapper RandomBytes.swift
[932/938] Emitting module CryptoBoringWrapper
[933/938] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[934/938] Compiling CryptoBoringWrapper EllipticCurve.swift
[935/938] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[936/938] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[937/938] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[938/938] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[940/1074] Compiling Crypto Insecure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1074] Compiling Crypto Insecure_HashFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1074] Compiling Crypto KEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[943/1074] Compiling Crypto ECDH_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[944/1074] Compiling Crypto DH.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1074] Compiling Crypto ECDH.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1074] Compiling Crypto HKDF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1074] Compiling Crypto AESWrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1074] Compiling Crypto AESWrap_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[949/1082] Compiling Crypto HPKE-AEAD.swift
[950/1082] Compiling Crypto HPKE-Ciphersuite.swift
[951/1082] Compiling Crypto HPKE-KDF.swift
[952/1082] Compiling Crypto HPKE-KexKeyDerivation.swift
[953/1082] Compiling Crypto HPKE-LabeledExtract.swift
[954/1082] Compiling Crypto HPKE-Utils.swift
[955/1082] Compiling Crypto DHKEM.swift
[956/1082] Compiling Crypto HPKE-KEM-Curve25519.swift
[957/1082] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[958/1082] Compiling Crypto HPKE-KEM.swift
[959/1092] Compiling Crypto HPKE-Errors.swift
[960/1092] Compiling Crypto HPKE.swift
[961/1092] Compiling Crypto HPKE-Context.swift
[962/1092] Compiling Crypto HPKE-KeySchedule.swift
[963/1092] Compiling Crypto HPKE-Modes.swift
[969/1092] Compiling Crypto PKCS8PrivateKey.swift
[970/1092] Compiling Crypto SEC1PrivateKey.swift
[971/1092] Compiling Crypto SubjectPublicKeyInfo.swift
[972/1092] Compiling Crypto CryptoError_boring.swift
[973/1092] Compiling Crypto CryptoKitErrors.swift
[974/1092] Compiling Crypto Digest_boring.swift
[975/1092] Compiling Crypto Digest.swift
[976/1092] Compiling Crypto Digests.swift
[977/1092] Compiling Crypto HashFunctions.swift
[978/1092] Compiling Crypto HashFunctions_SHA2.swift
[979/1092] Compiling Crypto X25519Keys.swift
[980/1092] Compiling Crypto SymmetricKeys.swift
[981/1092] Compiling Crypto HMAC.swift
[982/1092] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[983/1092] Compiling NIOCore SocketAddresses.swift
[984/1092] Compiling NIOCore SocketOptionProvider.swift
[985/1092] Compiling NIOCore SystemCallHelpers.swift
[986/1092] Compiling NIOCore TimeAmount+Duration.swift
[987/1092] Compiling NIOCore TypeAssistedChannelHandler.swift
[988/1092] Compiling NIOCore UniversalBootstrapSupport.swift
[989/1092] Emitting module Crypto
[990/1092] Compiling Crypto AES-GCM.swift
[991/1092] Compiling Crypto AES-GCM_boring.swift
[992/1092] Compiling Crypto ChaChaPoly_boring.swift
[993/1092] Compiling Crypto ChaChaPoly.swift
[994/1092] Compiling Crypto Cipher.swift
[995/1092] Compiling Crypto Nonces.swift
[996/1092] Compiling Crypto ASN1.swift
[997/1092] Compiling Crypto ASN1Any.swift
[998/1092] Compiling Crypto ASN1BitString.swift
[999/1092] Compiling Crypto ASN1Boolean.swift
[1000/1092] Compiling Crypto Ed25519_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1001/1092] Compiling Crypto NISTCurvesKeys_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1002/1092] Compiling Crypto X25519Keys_boring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1003/1092] Compiling Crypto Curve25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1004/1092] Compiling Crypto Ed25519Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1005/1092] Compiling Crypto NISTCurvesKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1018/1092] Compiling Crypto ASN1Identifier.swift
[1019/1092] Compiling Crypto ASN1Integer.swift
[1020/1092] Compiling Crypto ASN1Null.swift
[1021/1092] Compiling Crypto ASN1OctetString.swift
[1022/1092] Compiling Crypto ASN1Strings.swift
[1023/1092] Compiling Crypto ArraySliceBigint.swift
[1024/1092] Compiling Crypto GeneralizedTime.swift
[1025/1092] Compiling Crypto ObjectIdentifier.swift
[1026/1092] Compiling Crypto ECDSASignature.swift
[1027/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1047/1092] Compiling Crypto Ed25519.swift
[1048/1092] Compiling Crypto Signature.swift
[1049/1092] Compiling Crypto CryptoKitErrors_boring.swift
[1050/1092] Compiling Crypto RNG_boring.swift
[1051/1092] Compiling Crypto SafeCompare_boring.swift
[1052/1092] Compiling Crypto Zeroization_boring.swift
[1053/1092] Compiling Crypto PrettyBytes.swift
[1054/1092] Compiling Crypto SafeCompare.swift
[1055/1092] Compiling Crypto SecureBytes.swift
[1056/1092] Compiling Crypto 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[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 BSDSocketAPICommon.swift
[1096/1162] Compiling NIOPosix BSDSocketAPIPosix.swift
[1097/1163] Compiling CosmoSQLCore SQLValue.swift
[1098/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
[1099/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
[1100/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
[1101/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
[1103/1164] Compiling NIOPosix Bootstrap.swift
[1104/1164] Compiling NIOPosix ControlMessage.swift
[1105/1164] Compiling NIOPosix BaseSocketChannel.swift
[1106/1164] Compiling NIOPosix BaseStreamSocketChannel.swift
[1107/1164] Compiling CosmoSQLCore SQLRowDecoder.swift
[1108/1164] Compiling NIOPosix DatagramVectorReadManager.swift
[1109/1164] Compiling NIOPosix Errors+Any.swift
[1110/1164] Emitting module CosmoSQLCore
[1111/1164] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1112/1164] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1113/1164] Compiling NIOPosix BSDSocketAPIWindows.swift
[1114/1164] Compiling NIOPosix BaseSocket.swift
[1116/1165] 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
[1117/1171] 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
[1118/1171] 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
[1119/1171] 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
[1120/1171] 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
[1121/1171] 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
[1122/1171] 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
[1123/1171] 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
[1124/1171] 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
[1125/1171] 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
[1126/1171] 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
[1127/1171] 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
[1128/1171] 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
[1129/1171] 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
[1130/1171] 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
[1131/1171] 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
[1132/1171] 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
[1133/1171] 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
[1134/1171] 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
[1135/1171] 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
[1136/1171] 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
[1137/1171] 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
[1138/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
[1139/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
[1140/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
[1141/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
[1142/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
[1143/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
[1144/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1150/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
[1151/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1159/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
[1160/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
[1161/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
[1162/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
[1163/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
[1164/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
[1165/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
[1166/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
[1167/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
[1168/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
[1169/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
[1170/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
[1171/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
[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
[1175/1179] Compiling CosmoSQLite SQLiteConnectionPool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1177/1179] Emitting module CosmoSQLite
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
[1178/1185] Compiling CosmoSQLite SQLiteBackup.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
[1179/1185] Compiling CosmoSQLite SQLiteConnection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/65] Compiling Atomics AtomicMemoryOrderings.swift
[5/65] Compiling Atomics DoubleWord.swift
[6/67] Compiling CryptoBoringWrapper RandomBytes.swift
[7/67] Compiling Atomics IntegerConformances.swift
[8/67] Compiling Atomics PointerConformances.swift
[9/67] Compiling Atomics Primitives.native.swift
[10/67] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[11/67] Compiling Logging MetadataProvider.swift
[12/67] Compiling Atomics ManagedAtomic.swift
[13/67] Compiling Atomics ManagedAtomicLazyReference.swift
[14/67] Compiling Atomics UnsafeAtomic.swift
[15/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/69] Compiling Atomics IntegerOperations.swift
[17/69] Compiling Atomics Unmanaged extensions.swift
[18/69] Compiling Atomics AtomicStorage.swift
[19/69] Compiling Atomics AtomicValue.swift
[22/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/69] Compiling Atomics OptionalRawRepresentable.swift
[24/69] Compiling Atomics RawRepresentable.swift
[25/69] Compiling Atomics AtomicBool.swift
[26/69] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/69] Compiling _NIODataStructures _TinyArray.swift
[28/69] Compiling _NIODataStructures PriorityQueue.swift
[29/69] Compiling Atomics AtomicInteger.swift
[30/69] Compiling Atomics AtomicOptionalWrappable.swift
[31/69] Compiling Atomics AtomicReference.swift
[32/69] Compiling NIOConcurrencyHelpers lock.swift
[33/69] Emitting module _NIODataStructures
[34/69] Compiling _NIODataStructures Heap.swift
[37/70] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/70] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[41/70] Emitting module CryptoBoringWrapper
[42/70] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[43/70] Compiling CryptoBoringWrapper EllipticCurve.swift
[44/70] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[45/70] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[46/70] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[47/70] Compiling NIOConcurrencyHelpers atomics.swift
[51/71] Compiling _NIOBase64 Base64.swift
[52/71] Emitting module _NIOBase64
[53/72] Emitting module NIOConcurrencyHelpers
[58/73] Emitting module InternalCollectionsUtilities
[64/74] Compiling Logging Locks.swift
[65/74] Compiling Logging LogHandler.swift
[66/74] Compiling Logging Logging.swift
[67/74] Emitting module Logging
[69/161] Compiling ContainersPreview Inout.swift
[70/161] Compiling ContainersPreview InputSpan.swift
[71/162] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[72/162] Compiling ContainersPreview BorrowingSequence.swift
[73/162] Compiling ContainersPreview OutputSpan+Extras.swift
[74/162] Compiling ContainersPreview TemporaryAllocation.swift
[75/162] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[76/162] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[77/162] Compiling ContainersPreview Drain.swift
[78/162] Compiling ContainersPreview Producer.swift
[79/162] Emitting module ContainersPreview
[80/162] Compiling ContainersPreview Borrow.swift
[81/162] Compiling ContainersPreview Box.swift
[82/162] Compiling ContainersPreview Container.swift
[83/162] Compiling ContainersPreview ContainerAlgorithms.swift
[84/162] Compiling ContainersPreview Shared.swift
[86/203] Compiling DequeModule Deque+Codable.swift
[87/203] Compiling DequeModule Deque+Collection.swift
[88/203] Compiling DequeModule Deque+CustomReflectable.swift
[89/203] Compiling DequeModule Deque+Extras.swift
[90/203] Compiling DequeModule Deque+Hashable.swift
[91/203] Compiling DequeModule Deque+Testing.swift
[92/203] Compiling DequeModule UniqueDeque+Hashable.swift
[93/203] Compiling DequeModule UniqueDeque+Initializers.swift
[94/203] Compiling DequeModule UniqueDeque+Insertions.swift
[95/203] Compiling DequeModule UniqueDeque+Prepend.swift
[96/203] Compiling DequeModule UniqueDeque+Removals.swift
[97/208] Compiling DequeModule UniqueDeque+Consumption.swift
[98/208] Compiling DequeModule UniqueDeque+Container.swift
[99/208] Compiling DequeModule UniqueDeque+Descriptions.swift
[100/208] Compiling DequeModule UniqueDeque+Equatable.swift
[101/208] Compiling DequeModule UniqueDeque+Experimental.swift
[102/208] Compiling DequeModule RigidDeque+Removals.swift
[103/208] Compiling DequeModule RigidDeque+Replacements.swift
[104/208] Compiling DequeModule RigidDeque+Testing.swift
[105/208] Compiling DequeModule RigidDeque.swift
[106/208] Compiling DequeModule UniqueDeque+Append.swift
[107/208] Compiling DequeModule RigidDeque+Equatable.swift
[108/208] Compiling DequeModule RigidDeque+Experimental.swift
[109/208] Compiling DequeModule RigidDeque+Hashable.swift
[110/208] Compiling DequeModule RigidDeque+Initializers.swift
[111/208] Compiling DequeModule RigidDeque+Insertions.swift
[112/208] Compiling DequeModule RigidDeque+Prepend.swift
[113/208] Compiling DequeModule _DequeBuffer.swift
[114/208] Compiling DequeModule _DequeBufferHeader.swift
[115/208] Compiling DequeModule RigidDeque+Append.swift
[116/208] Compiling DequeModule RigidDeque+Consumption.swift
[117/208] Compiling DequeModule RigidDeque+Container.swift
[118/208] Compiling DequeModule RigidDeque+Descriptions.swift
[119/208] Emitting module Atomics
[121/209] Compiling DequeModule Deque+Equatable.swift
[122/209] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[134/219] Compiling DequeModule Deque._Storage.swift
[135/219] Compiling DequeModule Deque._UnsafeHandle.swift
[136/219] Compiling DequeModule Deque.swift
[140/219] Compiling DequeModule Deque+Descriptions.swift
[152/219] Compiling DequeModule UniqueDeque+Replacements.swift
[153/219] Compiling DequeModule UniqueDeque.swift
[154/219] Compiling DequeModule _DequeSlot.swift
[155/219] Compiling DequeModule _UnsafeDequeHandle.swift
[156/219] Compiling DequeModule _UnsafeDequeSegments.swift
[157/219] Compiling Crypto HPKE-Modes.swift
[158/219] Compiling Crypto Insecure.swift
[159/219] Compiling Crypto Insecure_HashFunctions.swift
[160/219] Compiling Crypto KEM.swift
[161/219] Compiling Crypto ECDH_boring.swift
[162/219] Compiling Crypto DH.swift
[163/219] Compiling Crypto X25519Keys.swift
[164/219] Compiling Crypto SymmetricKeys.swift
[165/219] Compiling Crypto HMAC.swift
[166/219] Compiling Crypto MACFunctions.swift
[167/219] Compiling Crypto MessageAuthenticationCode.swift
[168/219] Compiling Crypto AES.swift
[169/219] Compiling Crypto ECDSASignature_boring.swift
[170/219] Compiling Crypto ECDSA_boring.swift
[171/219] Compiling Crypto EdDSA_boring.swift
[172/219] Compiling Crypto ECDSA.swift
[173/219] Compiling Crypto ECDH.swift
[174/219] Compiling Crypto HKDF.swift
[175/219] Compiling Crypto AESWrap.swift
[176/219] Compiling Crypto AESWrap_boring.swift
[177/219] Compiling Crypto Ed25519_boring.swift
[178/219] Compiling Crypto NISTCurvesKeys_boring.swift
[179/219] Compiling Crypto X25519Keys_boring.swift
[180/219] Compiling Crypto Curve25519.swift
[181/219] Compiling Crypto Ed25519Keys.swift
[182/219] Compiling Crypto NISTCurvesKeys.swift
[188/219] Emitting module DequeModule
[189/220] Emitting module Crypto
[211/284] Compiling Crypto Ed25519.swift
[212/284] Compiling Crypto Signature.swift
[213/284] Compiling Crypto CryptoKitErrors_boring.swift
[214/284] Compiling Crypto RNG_boring.swift
[215/284] Compiling Crypto SafeCompare_boring.swift
[216/284] Compiling Crypto Zeroization_boring.swift
[217/284] Compiling Crypto PrettyBytes.swift
[218/284] Compiling Crypto SafeCompare.swift
[219/284] Compiling Crypto SecureBytes.swift
[220/284] Compiling Crypto Zeroization.swift
[222/285] Compiling NIOCore EventLoopFuture+Deprecated.swift
[223/285] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[224/285] Compiling NIOCore EventLoopFuture.swift
[225/285] Compiling NIOCore FileDescriptor.swift
[226/285] Compiling NIOCore FileHandle.swift
[227/285] Compiling NIOCore FileRegion.swift
[228/285] Compiling NIOCore GlobalSingletons.swift
[229/285] Compiling NIOCore IO.swift
[230/285] Compiling NIOCore IOData.swift
[231/293] Compiling NIOCore AddressedEnvelope.swift
[232/293] Compiling NIOCore AsyncAwaitSupport.swift
[233/293] Compiling NIOCore AsyncChannel.swift
[234/293] Compiling NIOCore AsyncChannelHandler.swift
[235/293] Compiling NIOCore AsyncChannelInboundStream.swift
[236/293] Compiling NIOCore AsyncChannelOutboundWriter.swift
[237/293] Compiling NIOCore NIOAsyncSequenceProducer.swift
[238/293] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[239/293] Compiling NIOCore NIOAsyncWriter.swift
[240/293] Compiling NIOCore IPProtocol.swift
[241/293] Compiling NIOCore IntegerBitPacking.swift
[242/293] Compiling NIOCore IntegerTypes.swift
[243/293] Compiling NIOCore Interfaces.swift
[244/293] Compiling NIOCore Linux.swift
[245/293] Compiling NIOCore MarkedCircularBuffer.swift
[246/293] Compiling NIOCore MulticastChannel.swift
[247/293] Compiling NIOCore NIOAny.swift
[248/293] Compiling NIOCore NIOCloseOnErrorHandler.swift
[249/293] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[250/293] Compiling NIOCore BSDSocketAPI.swift
[251/293] Compiling NIOCore ByteBuffer-aux.swift
[252/293] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[253/293] Compiling NIOCore ByteBuffer-conversions.swift
[254/293] Compiling NIOCore ByteBuffer-core.swift
[255/293] Compiling NIOCore ByteBuffer-hex.swift
[256/293] Compiling NIOCore ByteBuffer-int.swift
[257/293] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[258/293] Compiling NIOCore CircularBuffer.swift
[259/293] Compiling NIOCore Codec.swift
[260/293] Compiling NIOCore ConvenienceOptionSupport.swift
[261/293] Compiling NIOCore DeadChannel.swift
[262/293] Compiling NIOCore DispatchQueue+WithFuture.swift
[263/293] Compiling NIOCore EventLoop+Deprecated.swift
[264/293] Compiling NIOCore EventLoop+SerialExecutor.swift
[265/293] Compiling NIOCore EventLoop.swift
[266/293] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[267/293] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[268/293] Compiling NIOCore SocketAddresses.swift
[269/293] Compiling NIOCore SocketOptionProvider.swift
[270/293] Compiling NIOCore SystemCallHelpers.swift
[271/293] Compiling NIOCore TimeAmount+Duration.swift
[272/293] Compiling NIOCore TypeAssistedChannelHandler.swift
[273/293] Compiling NIOCore UniversalBootstrapSupport.swift
[274/293] Compiling NIOCore Utilities.swift
[275/293] Compiling NIOCore NIOCoreSendableMetatype.swift
[276/293] Compiling NIOCore NIODecodedAsyncSequence.swift
[277/293] Compiling NIOCore NIOLoopBound.swift
[278/293] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[279/293] Compiling NIOCore NIOScheduledCallback.swift
[280/293] Compiling NIOCore NIOSendable.swift
[281/293] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[282/293] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[283/293] Compiling NIOCore RecvByteBufferAllocator.swift
[284/293] Compiling NIOCore ByteBuffer-multi-int.swift
[285/293] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[286/293] Compiling NIOCore ByteBuffer-views.swift
[287/293] Compiling NIOCore Channel.swift
[288/293] Compiling NIOCore ChannelHandler.swift
[289/293] Compiling NIOCore ChannelHandlers.swift
[290/293] Compiling NIOCore ChannelInvoker.swift
[291/293] Compiling NIOCore ChannelOption.swift
[292/293] Compiling NIOCore ChannelPipeline.swift
[293/293] Emitting module NIOCore
[295/362] Compiling NIOPosix Linux.swift
[296/362] Compiling NIOPosix LinuxCPUSet.swift
[297/363] Compiling NIOPosix HappyEyeballs.swift
[298/363] Compiling NIOPosix IO.swift
[299/363] Compiling NIOPosix IntegerBitPacking.swift
[300/363] Compiling NIOPosix IntegerTypes.swift
[301/363] Emitting module CosmoSQLCore
[302/363] Compiling NIOEmbedded AsyncTestingChannel.swift
[303/363] Emitting module NIOEmbedded
[304/363] Compiling CosmoSQLCore SQLValue.swift
[305/363] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[312/363] Compiling NIOPosix LinuxUring.swift
[313/363] Compiling NIOEmbedded Embedded.swift
[316/370] Compiling NIOPosix BaseStreamSocketChannel.swift
[317/370] Compiling NIOPosix Bootstrap.swift
[318/370] Compiling NIOPosix ControlMessage.swift
[319/370] Compiling NIOPosix DatagramVectorReadManager.swift
[320/370] Compiling NIOPosix Errors+Any.swift
[321/370] Compiling CosmoSQLCore SQLRowDecoder.swift
[323/371] Compiling NIOPosix ThreadPosix.swift
[324/371] Compiling NIOPosix ThreadWindows.swift
[325/371] Compiling NIOPosix Utilities.swift
[326/371] Compiling NIOPosix VsockAddress.swift
[327/371] Compiling NIOPosix VsockChannelEvents.swift
[328/371] Compiling NIOPosix Windows.swift
[329/371] Compiling NIOPosix PipePair.swift
[330/371] Compiling NIOPosix Pool.swift
[331/371] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[332/371] Compiling NIOPosix PosixSingletons.swift
[333/371] Compiling NIOPosix RawSocketBootstrap.swift
[334/371] Compiling NIOPosix Resolver.swift
[335/371] Compiling NIOPosix Selectable.swift
[336/371] Compiling NIOPosix SelectableChannel.swift
[337/371] Compiling NIOPosix SelectableEventLoop.swift
[338/371] Compiling NIOPosix SelectorEpoll.swift
[339/371] Compiling NIOPosix SelectorGeneric.swift
[340/371] Compiling NIOPosix SelectorKqueue.swift
[341/371] Compiling NIOPosix SelectorUring.swift
[342/371] Compiling NIOPosix SelectorWSAPoll.swift
[343/371] Compiling NIOPosix ServerSocket.swift
[344/371] Compiling NIOPosix Socket.swift
[345/371] Compiling NIOPosix SocketChannel.swift
[346/371] Compiling NIOPosix SocketProtocols.swift
[347/371] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[348/371] Compiling NIOPosix System.swift
[349/371] Compiling NIOPosix Thread.swift
[350/371] Emitting module NIOPosix
[351/371] Compiling NIOPosix BSDSocketAPICommon.swift
[352/371] Compiling NIOPosix BSDSocketAPIPosix.swift
[353/371] Compiling NIOPosix BSDSocketAPIWindows.swift
[354/371] Compiling NIOPosix BaseSocket.swift
[355/371] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[356/371] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[357/371] Compiling NIOPosix BaseSocketChannel.swift
[363/371] Compiling NIOPosix FileDescriptor.swift
[364/371] Compiling NIOPosix GetaddrinfoResolver.swift
[365/371] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[366/371] Compiling NIOPosix NIOPosixSendableMetatype.swift
[367/371] Compiling NIOPosix NIOThreadPool.swift
[368/371] Compiling NIOPosix NonBlockingFileIO.swift
[369/371] Compiling NIOPosix PendingDatagramWritesManager.swift
[370/371] Compiling NIOPosix PendingWritesManager.swift
[371/371] Compiling NIOPosix PipeChannel.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[373/378] Emitting module CosmoSQLite
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
[374/378] Emitting module NIO
[375/378] Compiling NIO Exports.swift
[376/378] Compiling CosmoSQLite SQLiteConnectionPool.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
[377/379] Compiling CosmoSQLite SQLiteBackup.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
[378/379] Compiling CosmoSQLite SQLiteConnection.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CSQLite.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CSQLite/include/CSQLite.h:5:10: error: 'sqlite3.h' file not found
3 | // On Linux (libsqlite3-dev) this resolves to /usr/include/sqlite3.h.
4 | // On Android (NDK sysroot) this resolves to $(SYSROOT)/usr/include/sqlite3.h.
5 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
6 |
/host/spi-builder-workspace/Sources/CosmoSQLite/SQLiteBackup.swift:4:8: error: could not build C module 'CSQLite'
2 | import SQLite3
3 | #else
4 | import CSQLite
| `- error: could not build C module 'CSQLite'
5 | #endif
6 | import Foundation
BUILD FAILURE 6.1 android