Build Information
Successful build of mysql-nio, reference main (54f161), with Swift 6.1 for macOS (SPM) on 21 Nov 2025 23:05:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/mysql-nio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/mysql-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 54f161b Bump actions/checkout from 5 to 6 in the dependencies group (#116)
Cloned https://github.com/vapor/mysql-nio.git
Revision (git rev-parse @):
54f161bea3dbf2b1d419eac73f694c4f9beb09e4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/mysql-nio.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/mysql-nio.git
https://github.com/vapor/mysql-nio.git
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.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.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "mysql-nio",
"name" : "mysql-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MySQLNIO",
"targets" : [
"MySQLNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLNIOTests",
"module_type" : "SwiftTarget",
"name" : "MySQLNIOTests",
"path" : "Tests/MySQLNIOTests",
"sources" : [
"MySQLNIOTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"MySQLNIO"
],
"type" : "test"
},
{
"c99name" : "MySQLNIO",
"module_type" : "SwiftTarget",
"name" : "MySQLNIO",
"path" : "Sources/MySQLNIO",
"product_dependencies" : [
"Algorithms",
"_CryptoExtras",
"Crypto",
"Logging",
"NIO",
"NIOSSL"
],
"product_memberships" : [
"MySQLNIO"
],
"sources" : [
"Exports.swift",
"MySQLConnection.swift",
"MySQLConnectionHandler.swift",
"MySQLData.swift",
"MySQLDataConvertible.swift",
"MySQLDatabase.swift",
"MySQLError.swift",
"MySQLQueryCommand.swift",
"MySQLRow.swift",
"MySQLSimpleQueryCommand.swift",
"MySQLTime.swift",
"Packet/MySQLPacket.swift",
"Packet/MySQLPacketDecoder.swift",
"Packet/MySQLPacketEncoder.swift",
"Packet/MySQLPacketSequence.swift",
"Protocol/MySQLProtocol+BinaryResultSetRow.swift",
"Protocol/MySQLProtocol+COM_QUERY.swift",
"Protocol/MySQLProtocol+COM_QUERY_Response.swift",
"Protocol/MySQLProtocol+COM_QUIT.swift",
"Protocol/MySQLProtocol+COM_STMT_CLOSE.swift",
"Protocol/MySQLProtocol+COM_STMT_EXECUTE.swift",
"Protocol/MySQLProtocol+COM_STMT_PREPARE.swift",
"Protocol/MySQLProtocol+COM_STMT_PREPARE_OK.swift",
"Protocol/MySQLProtocol+CapabilityFlags.swift",
"Protocol/MySQLProtocol+CharacterSet.swift",
"Protocol/MySQLProtocol+ColumnDefinition41.swift",
"Protocol/MySQLProtocol+ColumnFlags.swift",
"Protocol/MySQLProtocol+DataType.swift",
"Protocol/MySQLProtocol+ERR_Packet.swift",
"Protocol/MySQLProtocol+ErrorCode.swift",
"Protocol/MySQLProtocol+HandshakeResponse41.swift",
"Protocol/MySQLProtocol+HandshakeV10.swift",
"Protocol/MySQLProtocol+NullBitmap.swift",
"Protocol/MySQLProtocol+OK_Packet.swift",
"Protocol/MySQLProtocol+SSLRequest.swift",
"Protocol/MySQLProtocol+StatusFlags.swift",
"Protocol/MySQLProtocol+TextResultSetRow.swift",
"Protocol/MySQLProtocol.swift",
"Utilities/CryptoUtils.swift",
"Utilities/NIOUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/806] Write sources
[8/806] Copying PrivacyInfo.xcprivacy
[12/806] Write sources
[12/806] Copying PrivacyInfo.xcprivacy
[12/806] Write sources
[12/806] Copying PrivacyInfo.xcprivacy
[13/806] Write sources
[18/806] Copying PrivacyInfo.xcprivacy
[18/806] Write sources
[25/806] Compiling CNIOWindows shim.c
[25/806] Compiling CNIOWASI CNIOWASI.c
[25/806] Compiling CNIOWindows WSAStartup.c
[28/806] Compiling CNIOLinux shim.c
[28/806] Compiling CNIOLinux liburing_shims.c
[30/806] Compiling _NumericsShims _NumericsShims.c
[31/806] Write swift-version-2F0A5646E1D333AE.txt
[32/806] Compiling fiat_p256_adx_mul.S
[32/806] Compiling fiat_curve25519_adx_mul.S
[32/806] Compiling fiat_curve25519_adx_square.S
[33/806] Compiling fiat_p256_adx_sqr.S
[36/806] Compiling _AtomicsShims.c
[37/806] Compiling CNIOPosix event_loop_id.c
[38/863] Compiling CNIODarwin shim.c
[39/937] Compiling CNIOBoringSSLShims shims.c
[41/937] Compiling RealModule Float80+Real.swift
[42/937] Compiling RealModule RealFunctions.swift
[43/938] Compiling RealModule AugmentedArithmetic.swift
[44/938] Compiling RealModule Real.swift
[45/938] Compiling RealModule Float16+Real.swift
[46/938] Compiling RealModule ElementaryFunctions.swift
[47/938] Compiling RealModule Float+Real.swift
[48/938] Emitting module RealModule
[49/938] Compiling Crypto DH.swift
[50/938] Compiling Crypto ECDH.swift
[51/938] Compiling RealModule Double+Real.swift
[52/938] Compiling RealModule RelaxedArithmetic.swift
[53/938] 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
[54/938] 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
[55/939] 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/939] 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
[57/939] 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
[57/939] Compiling tls_record.cc
[59/939] Compiling Crypto HPKE-Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/939] Compiling Crypto DHKEM.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/939] Compiling Crypto HPKE-KexKeyDerivation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/939] Compiling Crypto HPKE-LabeledExtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/939] 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
[64/939] 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
[65/939] Compiling Crypto HPKE-KEM-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
[66/939] Compiling Crypto HPKE-NIST-EC-KEMs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/939] Compiling tls_method.cc
[68/939] 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
[69/939] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/939] 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
[73/939] 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
[74/939] 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
[75/939] 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
[76/939] 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
[77/939] Compiling Logging MetadataProvider.swift
[78/939] Compiling Logging Locks.swift
[79/939] Compiling Logging LogHandler.swift
[80/939] Emitting module Logging
[81/939] Compiling Logging Logging.swift
[82/939] 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
[83/939] 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
[83/939] Compiling tls13_server.cc
[84/955] Compiling tls13_enc.cc
[86/955] 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
[87/955] 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
[88/955] 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
[88/956] Compiling tls13_client.cc
[89/956] Compiling t1_enc.cc
[90/956] Compiling tls13_both.cc
[91/956] Compiling ssl_x509.cc
[93/956] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/956] 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
[95/956] 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
[96/956] 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
[97/956] 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
[98/956] 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
[99/956] 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
[100/956] 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
[101/956] 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
[102/956] 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
[103/956] 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
[104/956] 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
[105/956] 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
[105/956] Compiling ssl_versions.cc
[107/956] 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
[107/956] Compiling ssl_transcript.cc
[108/956] Compiling ssl_stat.cc
[109/956] Compiling ssl_session.cc
[110/956] Compiling ssl_privkey.cc
[111/956] Compiling ssl_key_share.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/957] Compiling ssl_lib.cc
[124/957] Emitting module Crypto
[125/965] Compiling Crypto HPKE-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
[126/965] Compiling Crypto HPKE-Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/965] Compiling SwiftASN1 DER.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/965] Compiling SwiftASN1 Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/965] Compiling ssl_file.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/965] Compiling ssl_credential.cc
[132/965] Compiling ssl_cipher.cc
[133/965] Compiling ssl_buffer.cc
[134/965] Compiling ssl_cert.cc
[135/965] Compiling ssl_asn1.cc
[136/965] Compiling ssl_aead_ctx.cc
[138/965] Emitting module SwiftASN1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/965] Compiling s3_pkt.cc
[139/965] Compiling s3_lib.cc
[140/965] Compiling s3_both.cc
[142/965] Compiling Crypto HPKE.swift
[143/965] Compiling Crypto HPKE-Context.swift
[144/965] Compiling Crypto HPKE-KeySchedule.swift
[145/965] Compiling Crypto HPKE-Modes.swift
[146/965] Compiling Crypto Insecure.swift
[147/965] Compiling Crypto Insecure_HashFunctions.swift
[148/965] Compiling Crypto KEM.swift
[149/965] Compiling Crypto ECDH_boring.swift
[149/965] Compiling handshake_server.cc
[151/965] Compiling Crypto AES.swift
[152/965] Compiling Crypto ECDSASignature_boring.swift
[153/965] Compiling Crypto ECDSA_boring.swift
[154/965] Compiling Crypto EdDSA_boring.swift
[155/965] Compiling Crypto ECDSA.swift
[156/965] Compiling Crypto Ed25519.swift
[157/965] Compiling Crypto Signature.swift
[158/965] Compiling Crypto CryptoKitErrors_boring.swift
[167/965] Compiling Crypto AES-GCM.swift
[168/965] Compiling Crypto AES-GCM_boring.swift
[169/965] Compiling Crypto ChaChaPoly_boring.swift
[170/965] Compiling Crypto ChaChaPoly.swift
[171/965] Compiling Crypto Cipher.swift
[172/965] Compiling Crypto Nonces.swift
[173/965] Compiling Crypto ASN1.swift
[174/965] Compiling Crypto ASN1Any.swift
[175/965] Compiling Crypto ASN1BitString.swift
[184/965] Compiling Crypto Curve25519.swift
[185/965] Compiling Crypto Ed25519Keys.swift
[186/965] Compiling Crypto NISTCurvesKeys.swift
[187/965] Compiling Crypto X25519Keys.swift
[188/965] Compiling Crypto SymmetricKeys.swift
[189/965] Compiling Crypto HMAC.swift
[190/965] Compiling Crypto MACFunctions.swift
[191/965] Compiling Crypto MessageAuthenticationCode.swift
[192/965] Compiling Crypto ObjectIdentifier.swift
[193/965] Compiling Crypto ECDSASignature.swift
[194/965] Compiling Crypto PEMDocument.swift
[195/965] Compiling Crypto PKCS8PrivateKey.swift
[196/965] Compiling Crypto SEC1PrivateKey.swift
[197/965] Compiling Crypto SubjectPublicKeyInfo.swift
[198/965] Compiling Crypto CryptoError_boring.swift
[199/965] Compiling Crypto CryptoKitErrors.swift
[200/965] Compiling Crypto Digest_boring.swift
[201/965] Compiling Crypto Digest.swift
[202/965] Compiling Crypto Digests.swift
[203/965] Compiling Crypto HashFunctions.swift
[204/965] Compiling Crypto HashFunctions_SHA2.swift
[205/965] Compiling Crypto HPKE-AEAD.swift
[206/965] Compiling Crypto HPKE-Ciphersuite.swift
[207/965] Compiling Crypto HPKE-KDF.swift
[208/965] Compiling Crypto ASN1Boolean.swift
[209/965] Compiling Crypto ASN1Identifier.swift
[210/965] Compiling Crypto ASN1Integer.swift
[211/965] Compiling Crypto ASN1Null.swift
[212/965] Compiling Crypto ASN1OctetString.swift
[213/965] Compiling Crypto ASN1Strings.swift
[214/965] Compiling Crypto ArraySliceBigint.swift
[215/965] Compiling Crypto GeneralizedTime.swift
[216/965] Compiling Crypto RNG_boring.swift
[217/965] Compiling Crypto SafeCompare_boring.swift
[218/965] Compiling Crypto Zeroization_boring.swift
[219/965] Compiling Crypto PrettyBytes.swift
[220/965] Compiling Crypto SafeCompare.swift
[221/965] Compiling Crypto SecureBytes.swift
[222/965] Compiling Crypto Zeroization.swift
[223/965] Compiling Crypto resource_bundle_accessor.swift
[223/965] Compiling handshake.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/965] Compiling handshake_client.cc
[227/965] Compiling handoff.cc
[228/965] Compiling md5-x86_64-linux.S
[229/965] Compiling md5-x86_64-apple.S
[230/965] Compiling extensions.cc
[231/965] Compiling md5-586-linux.S
[232/965] Compiling md5-586-apple.S
[233/965] Compiling encrypted_client_hello.cc
[234/965] Compiling chacha20_poly1305_x86_64-linux.S
[235/965] Compiling chacha20_poly1305_x86_64-apple.S
[236/965] Compiling chacha20_poly1305_armv8-win.S
[237/965] Compiling chacha20_poly1305_armv8-linux.S
[238/965] Compiling chacha-x86_64-linux.S
[239/965] Compiling chacha20_poly1305_armv8-apple.S
[240/965] Compiling dtls_record.cc
[241/965] Compiling dtls_method.cc
[242/965] Compiling chacha-x86_64-apple.S
[243/965] Compiling chacha-x86-linux.S
[244/965] Compiling chacha-x86-apple.S
[245/965] Compiling chacha-armv8-win.S
[246/965] Compiling chacha-armv8-linux.S
[247/965] Compiling chacha-armv4-linux.S
[248/965] Compiling err_data.cc
[249/965] Compiling aes128gcmsiv-x86_64-linux.S
[250/965] Compiling chacha-armv8-apple.S
[251/965] Compiling aes128gcmsiv-x86_64-apple.S
[252/965] Compiling x86_64-mont5-linux.S
[253/965] Compiling x86_64-mont-linux.S
[253/965] Compiling x86_64-mont5-apple.S
[255/965] Compiling x86_64-mont-apple.S
[255/965] Compiling x86-mont-linux.S
[257/965] Compiling bio_ssl.cc
[257/965] Compiling x86-mont-apple.S
[259/965] Compiling d1_srtp.cc
[260/965] Compiling vpaes-x86_64-linux.S
[261/965] Compiling vpaes-x86_64-apple.S
[262/965] Compiling vpaes-x86-linux.S
[263/965] Compiling vpaes-x86-apple.S
[264/965] Compiling vpaes-armv8-linux.S
[265/965] Compiling vpaes-armv8-win.S
[266/965] Compiling sha512-x86_64-linux.S
[267/965] Compiling vpaes-armv8-apple.S
[268/965] Compiling vpaes-armv7-linux.S
[269/965] Compiling sha512-armv8-win.S
[270/965] Compiling sha512-x86_64-apple.S
[271/965] Compiling d1_pkt.cc
[272/965] Compiling sha512-armv8-linux.S
[273/965] Compiling sha512-armv4-linux.S
[274/965] Compiling sha512-586-apple.S
[275/965] Compiling sha256-x86_64-linux.S
[276/965] Compiling sha512-586-linux.S
[277/965] Compiling sha256-x86_64-apple.S
[278/965] Compiling sha512-armv8-apple.S
[279/965] Compiling sha256-armv8-win.S
[280/965] Compiling d1_lib.cc
[281/965] Compiling sha256-armv8-linux.S
[282/965] Compiling sha256-586-linux.S
[283/965] Compiling sha256-armv4-linux.S
[284/965] Compiling sha1-x86_64-linux.S
[284/965] Compiling sha1-x86_64-apple.S
[284/965] Compiling sha256-586-apple.S
[287/965] Compiling sha256-armv8-apple.S
[288/965] Compiling sha1-armv8-win.S
[289/965] Compiling sha1-armv8-linux.S
[290/965] Compiling sha1-armv4-large-linux.S
[291/965] Compiling sha1-armv8-apple.S
[292/965] Compiling d1_both.cc
[293/965] Compiling rsaz-avx2-linux.S
[294/965] Compiling rdrand-x86_64-linux.S
[294/965] Compiling sha1-586-linux.S
[294/965] Compiling rsaz-avx2-apple.S
[294/965] Compiling sha1-586-apple.S
[298/965] Compiling rdrand-x86_64-apple.S
[299/965] Compiling p256_beeu-x86_64-asm-linux.S
[300/965] Compiling p256_beeu-armv8-asm-win.S
[301/965] Compiling p256_beeu-armv8-asm-linux.S
[302/965] Compiling p256_beeu-x86_64-asm-apple.S
[303/965] Compiling p256-x86_64-asm-linux.S
[304/965] Compiling p256-armv8-asm-win.S
[304/965] Compiling p256-armv8-asm-linux.S
[304/965] Compiling p256-x86_64-asm-apple.S
[307/965] Compiling p256_beeu-armv8-asm-apple.S
[308/965] Compiling p256-armv8-asm-apple.S
[309/965] Compiling ghashv8-armv8-win.S
[310/965] Compiling ghashv8-armv8-linux.S
[311/965] Compiling ghashv8-armv7-linux.S
[312/965] Compiling ghashv8-armv8-apple.S
[313/965] Compiling ghash-x86_64-linux.S
[314/965] Compiling ghash-x86-linux.S
[314/965] Compiling ghash-x86-apple.S
[314/965] Compiling ghash-x86_64-apple.S
[314/965] Compiling ghash-ssse3-x86_64-linux.S
[318/965] Compiling ghash-ssse3-x86_64-apple.S
[319/965] Compiling ghash-ssse3-x86-linux.S
[320/965] Compiling ghash-ssse3-x86-apple.S
[321/965] Compiling ghash-neon-armv8-linux.S
[322/965] Compiling ghash-neon-armv8-win.S
[323/965] Compiling co-586-apple.S
[323/965] Compiling ghash-armv4-linux.S
[325/965] Compiling bsaes-armv7-linux.S
[325/965] Compiling bn-armv8-win.S
[326/965] Compiling co-586-linux.S
[328/965] Compiling ghash-neon-armv8-apple.S
[329/965] Compiling bn-armv8-linux.S
[330/965] Compiling bn-586-linux.S
[331/965] Compiling bn-586-apple.S
[332/965] Compiling bn-armv8-apple.S
[333/965] Compiling armv8-mont-win.S
[334/965] Compiling armv8-mont-linux.S
[334/965] Compiling aesv8-gcm-armv8-win.S
[334/965] Compiling aesv8-gcm-armv8-linux.S
[334/965] Compiling armv4-mont-linux.S
[338/965] Compiling armv8-mont-apple.S
[339/965] Compiling aesv8-gcm-armv8-apple.S
[340/965] Compiling aesv8-armv8-apple.S
[341/965] Compiling aesv8-armv8-linux.S
[342/965] Compiling aesv8-armv8-win.S
[343/965] Compiling aesv8-armv7-linux.S
[344/965] Compiling aesni-x86_64-apple.S
[344/965] Compiling aesni-x86-apple.S
[346/965] Compiling aesni-x86-linux.S
[346/965] Compiling aesni-x86_64-linux.S
[348/965] Compiling aesni-gcm-x86_64-linux.S
[349/965] Compiling aesni-gcm-x86_64-apple.S
[350/965] Compiling aes-gcm-avx2-x86_64-linux.S
[351/965] Compiling aes-gcm-avx10-x86_64-linux.S
[351/965] Compiling aes-gcm-avx2-x86_64-apple.S
[353/965] Compiling aes-gcm-avx10-x86_64-apple.S
[354/965] Compiling x_sig.cc
[355/965] Compiling x_val.cc
[356/965] Compiling x_x509a.cc
[357/965] Compiling x_spki.cc
[358/965] Compiling x_x509.cc
[359/965] Compiling x_req.cc
[360/965] Compiling x_exten.cc
[361/965] Compiling x_pubkey.cc
[362/965] Compiling x_name.cc
[363/965] Compiling x_crl.cc
[364/965] Compiling x509spki.cc
[365/965] Compiling x_attrib.cc
[366/965] Compiling x_algor.cc
[367/965] Compiling x509rset.cc
[368/965] Compiling x509name.cc
[369/965] Compiling x509cset.cc
[370/965] Compiling x_all.cc
[371/965] Compiling x509_vpm.cc
[372/965] Compiling x509_v3.cc
[373/965] Compiling x509_vfy.cc
[374/965] Compiling x509_txt.cc
[375/965] Compiling x509_set.cc
[376/965] Compiling x509_trs.cc
[377/965] Compiling x509_def.cc
[378/965] Compiling x509_obj.cc
[379/965] Compiling x509_req.cc
[380/965] Compiling x509_d2.cc
[381/965] Compiling x509_ext.cc
[382/965] Compiling x509_lu.cc
[383/965] Compiling x509_cmp.cc
[384/965] Compiling x509_att.cc
[385/965] Compiling x509.cc
[386/965] Compiling v3_ocsp.cc
[387/965] Compiling v3_skey.cc
[388/965] Compiling v3_prn.cc
[389/965] Compiling v3_purp.cc
[390/965] Compiling v3_pmaps.cc
[391/965] Compiling v3_utl.cc
[392/965] Compiling v3_pcons.cc
[393/965] Compiling v3_ncons.cc
[394/965] Compiling v3_lib.cc
[395/965] Compiling v3_int.cc
[396/965] Compiling v3_ia5.cc
[397/965] Compiling v3_extku.cc
[398/965] Compiling v3_genn.cc
[399/965] Compiling v3_enum.cc
[400/965] Compiling v3_info.cc
[401/965] Compiling v3_cpols.cc
[402/965] Compiling v3_crld.cc
[403/965] Compiling v3_conf.cc
[404/965] Compiling v3_bitst.cc
[405/965] Compiling v3_bcons.cc
[406/965] Compiling v3_akeya.cc
[406/965] Compiling v3_alt.cc
[408/965] Compiling t_x509a.cc
[409/965] Compiling v3_akey.cc
[410/965] Compiling t_crl.cc
[411/965] Compiling t_x509.cc
[412/965] Compiling rsa_pss.cc
[413/965] Compiling t_req.cc
[414/965] Compiling i2d_pr.cc
[415/965] Compiling name_print.cc
[416/965] Compiling policy.cc
[417/965] Compiling by_file.cc
[418/965] Compiling by_dir.cc
[419/965] Compiling asn1_gen.cc
[420/965] Compiling a_digest.cc
[421/965] Compiling algorithm.cc
[422/965] Compiling a_verify.cc
[423/965] Compiling a_sign.cc
[424/965] Compiling voprf.cc
[425/965] Compiling thread_win.cc
[426/965] Compiling thread_pthread.cc
[427/965] Compiling thread.cc
[428/965] Compiling thread_none.cc
[429/965] Compiling trust_token.cc
[430/965] Compiling stack.cc
[431/965] Compiling pmbtoken.cc
[432/965] Compiling slhdsa.cc
[433/965] Compiling spake2plus.cc
[434/965] Compiling siphash.cc
[435/965] Compiling sha512.cc
[436/965] Compiling sha1.cc
[436/965] Compiling sha256.cc
[438/965] Compiling rsa_extra.cc
[439/965] Compiling rsa_print.cc
[440/965] Compiling rsa_crypt.cc
[441/965] Compiling refcount.cc
[442/965] Compiling rc4.cc
[443/965] Compiling rsa_asn1.cc
[444/965] Compiling urandom.cc
[445/965] Compiling windows.cc
[446/965] Compiling trusty.cc
[447/965] Compiling ios.cc
[448/965] Compiling rand.cc
[449/965] Compiling passive.cc
[450/965] Compiling poly1305_arm_asm.S
[451/965] Compiling getentropy.cc
[452/965] Compiling forkunsafe.cc
[453/965] Compiling fork_detect.cc
[454/965] Compiling deterministic.cc
[455/965] Compiling poly1305_vec.cc
[456/965] Compiling poly1305_arm.cc
[457/965] Compiling poly1305.cc
[458/965] Compiling pool.cc
[459/965] Compiling pkcs8.cc
[460/965] Compiling pkcs7.cc
[461/965] Compiling pkcs8_x509.cc
[462/965] Compiling p5_pbev2.cc
[463/965] Compiling pkcs7_x509.cc
[464/965] Compiling pem_xaux.cc
[465/965] Compiling pem_x509.cc
[466/965] Compiling pem_pkey.cc
[467/965] Compiling pem_pk8.cc
[468/965] Compiling pem_oth.cc
[469/965] Compiling mlkem.cc
[470/965] Compiling obj_xref.cc
[471/965] Compiling pem_info.cc
[472/965] Compiling pem_lib.cc
[473/965] Compiling mldsa.cc
[474/965] Compiling pem_all.cc
[475/965] Compiling obj.cc
[476/965] Compiling poly_rq_mul.S
[477/965] Compiling fips_shared_support.cc
[478/965] Compiling mem.cc
[479/965] Compiling md5.cc
[480/965] Compiling md4.cc
[481/965] Compiling lhash.cc
[482/965] Compiling kyber.cc
[483/965] Compiling ex_data.cc
[484/965] Compiling sign.cc
[485/965] Compiling scrypt.cc
[486/965] Compiling pbkdf.cc
[487/965] Compiling print.cc
[488/965] Compiling hpke.cc
[489/965] Compiling hrss.cc
[490/965] Compiling p_x25519_asn1.cc
[491/965] Compiling p_x25519.cc
[492/965] Compiling p_ed25519.cc
[493/965] Compiling p_rsa_asn1.cc
[494/965] Compiling p_rsa.cc
[495/965] Compiling p_hkdf.cc
[496/965] Compiling p_ec.cc
[497/965] Compiling p_ed25519_asn1.cc
[498/965] Compiling p_ec_asn1.cc
[499/965] Compiling p_dh_asn1.cc
[500/965] Compiling p_dsa_asn1.cc
[501/965] Compiling p_dh.cc
[502/965] Compiling evp_ctx.cc
[503/965] Compiling err.cc
[504/965] Compiling engine.cc
[505/965] Compiling evp.cc
[506/965] Compiling evp_asn1.cc
[507/965] Compiling ecdsa_asn1.cc
[508/965] Compiling ecdh.cc
[509/965] Compiling hash_to_curve.cc
[510/965] Compiling ec_derive.cc
[511/965] Compiling dsa.cc
[512/965] Compiling ec_asn1.cc
[513/965] Compiling dsa_asn1.cc
[514/965] Compiling bcm.cc
[515/965] Compiling params.cc
[516/965] Compiling digest_extra.cc
[517/965] Compiling x25519-asm-arm.S
[518/965] Compiling des.cc
[519/965] Compiling dh_asn1.cc
[520/965] Compiling curve25519_64_adx.cc
[521/965] Compiling spake25519.cc
[522/965] Compiling cpu_intel.cc
[523/965] Compiling crypto.cc
[524/965] Compiling cpu_arm_linux.cc
[525/965] Compiling cpu_arm_freebsd.cc
[526/965] Compiling cpu_aarch64_win.cc
[527/965] Compiling curve25519.cc
[528/965] Compiling cpu_aarch64_sysreg.cc
[529/965] Compiling cpu_aarch64_openbsd.cc
[530/965] Compiling cpu_aarch64_linux.cc
[531/965] Compiling cpu_aarch64_fuchsia.cc
[532/965] Compiling cpu_aarch64_apple.cc
[533/965] Compiling get_cipher.cc
[534/965] Compiling tls_cbc.cc
[535/965] Compiling conf.cc
[536/965] Compiling e_rc4.cc
[537/965] Compiling e_tls.cc
[538/965] Compiling e_rc2.cc
[539/965] Compiling e_null.cc
[540/965] Compiling e_des.cc
[541/965] Compiling e_chacha20poly1305.cc
[542/965] Compiling e_aesgcmsiv.cc
[543/965] Compiling derive_key.cc
[544/965] Compiling e_aesctrhmac.cc
[545/965] Compiling chacha.cc
[546/965] Compiling unicode.cc
[547/965] Compiling cbb.cc
[548/965] Compiling cbs.cc
[549/965] Compiling ber.cc
[550/965] Compiling asn1_compat.cc
[551/965] Compiling buf.cc
[552/965] Compiling blake2.cc
[553/965] Compiling socket_helper.cc
[554/965] Compiling bn_asn1.cc
[555/965] Compiling convert.cc
[556/965] Compiling socket.cc
[557/965] Compiling printf.cc
[558/965] Compiling pair.cc
[559/965] Compiling hexdump.cc
[560/965] Compiling file.cc
[561/965] Compiling fd.cc
[562/965] Compiling errno.cc
[563/965] Compiling connect.cc
[564/965] Compiling bio_mem.cc
[565/965] Compiling base64.cc
[566/965] Compiling bio.cc
[567/965] Compiling tasn_typ.cc
[568/965] Compiling tasn_fre.cc
[569/965] Compiling tasn_enc.cc
[570/965] Compiling tasn_utl.cc
[571/965] Compiling tasn_new.cc
[572/965] Compiling posix_time.cc
[573/965] Compiling f_string.cc
[574/965] Compiling f_int.cc
[575/965] Compiling asn_pack.cc
[576/965] Compiling tasn_dec.cc
[577/965] Compiling asn1_par.cc
[578/965] Compiling asn1_lib.cc
[579/965] Compiling a_type.cc
[580/965] Compiling a_utctm.cc
[581/965] Compiling a_time.cc
[582/965] Compiling a_octet.cc
[583/965] Compiling a_strnid.cc
[584/965] Compiling a_strex.cc
[585/965] Compiling a_mbstr.cc
[586/965] Compiling a_object.cc
[587/965] Compiling a_int.cc
[588/965] Compiling a_i2d_fp.cc
[589/965] Compiling fiat_p256_adx_sqr.S
[590/965] Compiling a_dup.cc
[591/965] Compiling fiat_p256_adx_mul.S
[592/965] Compiling fiat_curve25519_adx_square.S
[593/965] Compiling fiat_curve25519_adx_mul.S
[594/965] Compiling a_d2i_fp.cc
[595/965] Compiling md5-x86_64-linux.S
[596/965] Compiling md5-x86_64-apple.S
[597/965] Compiling md5-586-linux.S
[598/965] Compiling a_gentm.cc
[599/965] Compiling md5-586-apple.S
[600/965] Compiling chacha20_poly1305_x86_64-linux.S
[601/965] Compiling chacha20_poly1305_x86_64-apple.S
[602/965] Compiling chacha20_poly1305_armv8-linux.S
[603/965] Compiling chacha20_poly1305_armv8-win.S
[604/965] Compiling a_bool.cc
[605/965] Compiling a_bitstr.cc
[606/965] Compiling chacha-x86_64-linux.S
[607/965] Compiling chacha20_poly1305_armv8-apple.S
[608/965] Compiling chacha-x86-linux.S
[609/965] Compiling chacha-x86_64-apple.S
[610/965] Compiling chacha-x86-apple.S
[611/965] Compiling chacha-armv8-win.S
[612/965] Compiling chacha-armv8-linux.S
[613/965] Compiling aes128gcmsiv-x86_64-linux.S
[614/965] Compiling chacha-armv4-linux.S
[615/965] Compiling chacha-armv8-apple.S
[616/965] Compiling x86_64-mont5-linux.S
[616/965] Compiling aes128gcmsiv-x86_64-apple.S
[618/965] Compiling x86_64-mont5-apple.S
[619/965] Compiling x86_64-mont-linux.S
[620/965] Compiling x86_64-mont-apple.S
[621/965] Compiling x86-mont-linux.S
[622/965] Compiling x86-mont-apple.S
[623/965] Compiling vpaes-x86_64-linux.S
[624/965] Compiling vpaes-x86_64-apple.S
[625/965] Compiling vpaes-x86-linux.S
[626/965] Compiling vpaes-x86-apple.S
[627/965] Compiling vpaes-armv8-linux.S
[628/965] Compiling err_data.cc
[629/965] Compiling vpaes-armv8-win.S
[630/965] Compiling CCryptoBoringSSLShims shims.c
[631/965] Compiling vpaes-armv8-apple.S
[632/965] Compiling vpaes-armv7-linux.S
[633/965] Compiling sha512-x86_64-linux.S
[634/965] Compiling sha512-x86_64-apple.S
[635/965] Compiling sha512-armv8-linux.S
[636/965] Compiling sha512-armv4-linux.S
[636/965] Compiling sha512-armv8-win.S
[638/965] Compiling sha512-586-linux.S
[639/965] Compiling sha512-armv8-apple.S
[640/965] Compiling sha512-586-apple.S
[641/965] Compiling sha256-x86_64-linux.S
[642/965] Compiling sha256-x86_64-apple.S
[643/965] Compiling sha256-armv8-win.S
[644/965] Compiling sha256-armv4-linux.S
[644/965] Compiling sha256-armv8-linux.S
[646/965] Compiling sha256-586-linux.S
[647/965] Compiling sha256-armv8-apple.S
[648/965] Compiling sha256-586-apple.S
[649/965] Compiling sha1-x86_64-linux.S
[650/965] Compiling sha1-x86_64-apple.S
[651/965] Compiling sha1-armv8-win.S
[652/965] Compiling sha1-armv8-linux.S
[653/965] Compiling sha1-armv8-apple.S
[654/965] Compiling sha1-586-linux.S
[655/965] Compiling sha1-586-apple.S
[656/965] Compiling sha1-armv4-large-linux.S
[657/965] Compiling rsaz-avx2-apple.S
[658/965] Compiling rsaz-avx2-linux.S
[659/965] Compiling rdrand-x86_64-linux.S
[660/965] Compiling rdrand-x86_64-apple.S
[661/965] Compiling p256_beeu-x86_64-asm-linux.S
[662/965] Compiling p256_beeu-armv8-asm-linux.S
[662/965] Compiling p256_beeu-armv8-asm-win.S
[664/965] Compiling p256_beeu-x86_64-asm-apple.S
[665/965] Compiling p256-x86_64-asm-linux.S
[666/965] Compiling p256_beeu-armv8-asm-apple.S
[667/965] Compiling p256-x86_64-asm-apple.S
[668/965] Compiling p256-armv8-asm-win.S
[669/965] Compiling ghashv8-armv8-linux.S
[669/965] Compiling ghashv8-armv8-win.S
[671/965] Compiling p256-armv8-asm-linux.S
[672/965] Compiling p256-armv8-asm-apple.S
[673/965] Compiling ghashv8-armv7-linux.S
[674/965] Compiling ghashv8-armv8-apple.S
[675/965] Compiling ghash-x86_64-linux.S
[676/965] Compiling ghash-x86-apple.S
[676/965] Compiling ghash-x86_64-apple.S
[678/965] Compiling ghash-ssse3-x86_64-linux.S
[679/965] Compiling ghash-x86-linux.S
[680/965] Compiling ghash-ssse3-x86_64-apple.S
[681/965] Compiling ghash-ssse3-x86-linux.S
[681/965] Compiling ghash-ssse3-x86-apple.S
[683/965] Compiling ghash-neon-armv8-win.S
[684/965] Compiling ghash-neon-armv8-linux.S
[684/965] Compiling ghash-neon-armv8-apple.S
[686/965] Compiling ghash-armv4-linux.S
[687/965] Compiling co-586-linux.S
[688/965] Compiling co-586-apple.S
[689/965] Compiling bn-armv8-win.S
[690/965] Compiling bsaes-armv7-linux.S
[691/965] Compiling bn-armv8-linux.S
[692/965] Compiling bn-armv8-apple.S
[692/965] Compiling bn-586-linux.S
[694/965] Compiling bn-586-apple.S
[694/965] Compiling armv8-mont-win.S
[696/965] Compiling armv4-mont-linux.S
[697/965] Compiling armv8-mont-linux.S
[698/965] Compiling armv8-mont-apple.S
[699/965] Compiling aesv8-gcm-armv8-win.S
[700/965] Compiling aesv8-gcm-armv8-linux.S
[700/965] Compiling aesv8-armv8-win.S
[702/965] Compiling aesv8-armv8-linux.S
[703/965] Compiling aesv8-gcm-armv8-apple.S
[704/965] Compiling aesv8-armv7-linux.S
[705/965] Compiling aesv8-armv8-apple.S
[706/965] Compiling aesni-x86_64-linux.S
[707/965] Compiling aesni-x86_64-apple.S
[708/965] Compiling aesni-x86-linux.S
[708/965] Compiling aesni-x86-apple.S
[710/965] Compiling aesni-gcm-x86_64-linux.S
[711/965] Compiling aesni-gcm-x86_64-apple.S
[712/965] Compiling aes-gcm-avx512-x86_64-apple.S
[713/965] Compiling aes-gcm-avx512-x86_64-linux.S
[714/965] Compiling aes-gcm-avx2-x86_64-linux.S
[715/965] Compiling aes-gcm-avx2-x86_64-apple.S
[716/965] Compiling c-nioatomics.c
[717/965] Compiling xwing.cc
[718/965] Compiling x_sig.cc
[719/965] Compiling x_req.cc
[720/965] Compiling x_spki.cc
[721/965] Compiling x_x509a.cc
[722/965] Compiling c-atomics.c
[723/965] Compiling x_name.cc
[724/965] Compiling x_pubkey.cc
[725/965] Compiling x_x509.cc
[726/965] Compiling x_exten.cc
[727/971] Compiling x_crl.cc
[728/971] Compiling x509spki.cc
[729/971] Compiling x_attrib.cc
[730/971] Compiling x509rset.cc
[731/971] Compiling x_all.cc
[733/971] 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
[733/971] Compiling x_algor.cc
[734/971] Compiling x509cset.cc
[735/971] Compiling x509name.cc
[736/971] Compiling x509_vpm.cc
[738/971] 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
[739/971] 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
[740/971] 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
[741/971] 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
[742/971] 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
[742/971] Compiling x509_vfy.cc
[743/971] Compiling x509_txt.cc
[744/971] Compiling x509_v3.cc
[745/971] Compiling x509_trs.cc
[746/971] Compiling x509_set.cc
[747/971] Compiling x509_obj.cc
[748/971] Compiling x509_req.cc
[749/971] Compiling x509_lu.cc
[750/971] Compiling x509_def.cc
[751/971] Compiling x509_ext.cc
[752/971] Compiling x509_d2.cc
[753/971] Compiling x509_cmp.cc
[754/971] Compiling x509_att.cc
[755/971] Compiling x509.cc
[756/971] Compiling v3_utl.cc
[757/971] Compiling v3_skey.cc
[758/971] Compiling v3_prn.cc
[759/971] Compiling v3_purp.cc
[760/971] Compiling v3_pcons.cc
[761/971] Compiling v3_pmaps.cc
[762/971] Compiling v3_ocsp.cc
[763/971] Compiling v3_int.cc
[764/971] Compiling v3_ncons.cc
[765/971] Compiling v3_lib.cc
[766/971] Compiling v3_ia5.cc
[767/971] Compiling v3_info.cc
[768/971] Compiling v3_genn.cc
[769/971] Compiling v3_extku.cc
[770/971] Compiling v3_enum.cc
[771/971] Compiling v3_crld.cc
[772/971] Compiling v3_cpols.cc
[773/971] Compiling v3_conf.cc
[774/971] Compiling v3_bitst.cc
[775/971] Compiling v3_bcons.cc
[776/971] Compiling v3_alt.cc
[777/971] Compiling v3_akey.cc
[778/971] Compiling v3_akeya.cc
[779/971] Compiling t_x509a.cc
[780/971] Compiling t_x509.cc
[781/971] Compiling t_req.cc
[782/971] Compiling t_crl.cc
[783/971] Compiling i2d_pr.cc
[784/971] Compiling rsa_pss.cc
[785/971] Compiling name_print.cc
[786/971] Compiling policy.cc
[787/971] Compiling by_file.cc
[788/971] Compiling by_dir.cc
[789/971] Compiling asn1_gen.cc
[790/971] Compiling algorithm.cc
[791/971] Compiling a_verify.cc
[792/971] Compiling a_sign.cc
[793/971] Compiling a_digest.cc
[794/971] Compiling thread_win.cc
[795/971] Compiling thread_pthread.cc
[796/971] Compiling thread_none.cc
[797/971] Compiling voprf.cc
[798/971] Compiling trust_token.cc
[799/971] Compiling thread.cc
[800/971] Compiling stack.cc
[800/971] Compiling pmbtoken.cc
[802/971] Compiling sha512.cc
[803/971] Compiling siphash.cc
[804/971] Compiling spake2plus.cc
[805/971] Compiling sha256.cc
[806/971] Compiling sha1.cc
[807/971] Compiling slhdsa.cc
[808/971] Compiling rsa_extra.cc
[809/971] Compiling rsa_print.cc
[810/971] Compiling rsa_crypt.cc
[811/971] Compiling rc4.cc
[812/971] Compiling rsa_asn1.cc
[813/971] Compiling refcount.cc
[814/971] Compiling trusty.cc
[815/971] Compiling urandom.cc
[816/971] Compiling windows.cc
[817/971] Compiling rand.cc
[818/971] Compiling passive.cc
[819/971] Compiling ios.cc
[820/971] Compiling poly1305_arm_asm.S
[821/971] Compiling getentropy.cc
[822/971] Compiling deterministic.cc
[823/971] Compiling forkunsafe.cc
[824/971] Compiling fork_detect.cc
[825/971] Compiling poly1305_vec.cc
[826/971] Compiling poly1305_arm.cc
[827/971] Compiling poly1305.cc
[828/971] Compiling pool.cc
[829/971] Compiling pkcs8.cc
[830/971] Compiling p5_pbev2.cc
[831/971] Compiling pkcs8_x509.cc
[832/971] Compiling pkcs7.cc
[833/971] Compiling pem_x509.cc
[834/971] Compiling pem_xaux.cc
[835/971] Compiling pkcs7_x509.cc
[836/971] Compiling pem_pk8.cc
[837/971] Compiling pem_pkey.cc
[838/971] Compiling pem_oth.cc
[839/971] Compiling mlkem.cc
[840/971] Compiling mldsa.cc
[840/971] Compiling obj_xref.cc
[842/971] Compiling pem_lib.cc
[843/971] Compiling pem_info.cc
[844/971] Compiling poly_rq_mul.S
[845/971] Compiling pem_all.cc
[846/971] Compiling fips_shared_support.cc
[847/971] Compiling mem.cc
[848/971] Compiling obj.cc
[849/971] Compiling md5.cc
[850/971] Compiling md4.cc
[851/971] Compiling lhash.cc
[852/971] Compiling fuzzer_mode.cc
[853/971] Compiling ex_data.cc
[854/971] Compiling kyber.cc
[855/971] Compiling hrss.cc
[856/971] Compiling hpke.cc
[857/971] Compiling scrypt.cc
[858/971] Compiling sign.cc
[859/971] Compiling print.cc
[860/971] Compiling pbkdf.cc
[861/971] Compiling p_x25519_asn1.cc
[862/971] Compiling p_x25519.cc
[863/971] Compiling p_rsa_asn1.cc
[864/971] Compiling p_hkdf.cc
[865/971] Compiling p_ed25519_asn1.cc
[866/971] Compiling p_rsa.cc
[867/971] Compiling p_ed25519.cc
[868/971] Compiling p_ec_asn1.cc
[869/971] Compiling p_ec.cc
[870/971] Compiling p_dsa_asn1.cc
[871/971] Compiling p_dh_asn1.cc
[872/971] Compiling p_dh.cc
[873/971] Compiling err.cc
[874/971] Compiling evp_ctx.cc
[875/971] Compiling evp.cc
[876/971] Compiling engine.cc
[877/971] Compiling ecdsa_p1363.cc
[878/971] Compiling evp_asn1.cc
[879/971] Compiling ecdh.cc
[880/971] Compiling ec_derive.cc
[881/971] Compiling ecdsa_asn1.cc
[882/971] Compiling dsa.cc
[883/971] Compiling hash_to_curve.cc
[884/971] Compiling ec_asn1.cc
[885/971] Compiling params.cc
[886/971] Compiling dsa_asn1.cc
[887/971] Compiling digest_extra.cc
[888/971] Compiling x25519-asm-arm.S
[889/971] Compiling curve25519_64_adx.cc
[890/971] Compiling des.cc
[891/971] Compiling dh_asn1.cc
[892/971] Compiling spake25519.cc
[893/971] Compiling cpu_intel.cc
[894/971] Compiling curve25519.cc
[895/971] Compiling crypto.cc
[896/971] Compiling cpu_arm_linux.cc
[897/971] Compiling cpu_arm_freebsd.cc
[898/971] Compiling cpu_aarch64_sysreg.cc
[899/971] Compiling cpu_aarch64_openbsd.cc
[900/971] Compiling cpu_aarch64_win.cc
[901/971] Compiling cpu_aarch64_linux.cc
[902/971] Compiling cpu_aarch64_fuchsia.cc
[903/971] Compiling cpu_aarch64_apple.cc
[904/971] Compiling conf.cc
[905/971] Compiling tls_cbc.cc
[906/971] Compiling cms.cc
[907/971] Compiling get_cipher.cc
[908/971] Compiling e_tls.cc
[909/971] Compiling e_rc4.cc
[910/971] Compiling e_rc2.cc
[911/971] Compiling e_null.cc
[912/971] Compiling e_des.cc
[913/971] Compiling e_chacha20poly1305.cc
[914/971] Compiling e_aesgcmsiv.cc
[915/971] Compiling e_aeseax.cc
[916/971] Compiling derive_key.cc
[917/971] Compiling chacha.cc
[918/971] Compiling e_aesctrhmac.cc
[919/971] Compiling unicode.cc
[920/971] Compiling cbs.cc
[921/971] Compiling cbb.cc
[922/971] Compiling asn1_compat.cc
[922/971] Compiling ber.cc
[924/971] Compiling buf.cc
[925/971] Compiling sqrt.cc
[926/971] Compiling exponentiation.cc
[927/971] Compiling div.cc
[928/971] Compiling bcm.cc
[929/971] Compiling printf.cc
[930/971] Compiling blake2.cc
[931/971] Compiling convert.cc
[932/971] Compiling pair.cc
[933/971] Compiling hexdump.cc
[934/971] Compiling bn_asn1.cc
[935/971] Compiling file.cc
[936/971] Compiling fd.cc
[937/971] Compiling errno.cc
[938/971] Compiling bio_mem.cc
[939/971] Compiling base64.cc
[940/971] Compiling bio.cc
[941/971] Compiling tasn_typ.cc
[942/971] Compiling tasn_fre.cc
[943/971] Compiling posix_time.cc
[944/971] Compiling tasn_enc.cc
[945/971] Compiling tasn_utl.cc
[946/971] Compiling tasn_new.cc
[947/971] Compiling tasn_dec.cc
[948/971] Compiling f_string.cc
[949/971] Compiling f_int.cc
[950/971] Compiling asn1_par.cc
[951/971] Compiling asn_pack.cc
[952/971] Compiling a_utctm.cc
[953/971] Compiling asn1_lib.cc
[954/971] Compiling a_type.cc
[955/971] Compiling a_time.cc
[956/971] Compiling a_octet.cc
[957/971] Compiling a_strnid.cc
[958/971] Compiling a_strex.cc
[959/971] Compiling a_object.cc
[960/971] Compiling a_mbstr.cc
[961/971] Write sources
[963/971] Compiling a_int.cc
[964/971] Compiling a_i2d_fp.cc
[965/971] Compiling a_dup.cc
[966/971] Compiling a_d2i_fp.cc
[967/972] Compiling a_gentm.cc
[968/991] Compiling aes.cc
[969/1016] Compiling a_bool.cc
[971/1016] Compiling Algorithms Suffix.swift
[972/1016] Compiling Algorithms Trim.swift
[972/1018] Compiling a_bitstr.cc
[974/1018] Compiling Atomics DoubleWord.swift
[975/1018] Compiling Atomics ManagedAtomic.swift
[976/1019] Compiling Algorithms Compacted.swift
[977/1019] Compiling Algorithms Cycle.swift
[978/1019] Compiling Algorithms Chunked.swift
[979/1019] Compiling Algorithms Grouped.swift
[980/1019] Compiling Atomics AtomicInteger.swift
[981/1019] Compiling Algorithms EitherSequence.swift
[982/1019] Compiling Algorithms Indexed.swift
[983/1019] Compiling Algorithms Intersperse.swift
[984/1028] Compiling Atomics Unmanaged extensions.swift
[985/1028] Compiling Algorithms Unique.swift
[986/1028] Compiling Algorithms Windows.swift
[987/1028] Compiling Algorithms Split.swift
[988/1028] Compiling Algorithms Stride.swift
[989/1028] Compiling Algorithms AdjacentPairs.swift
[990/1028] Compiling Algorithms Chain.swift
[991/1028] Compiling Algorithms Partition.swift
[992/1028] Compiling Atomics IntegerConformances.swift
[996/1028] Compiling Algorithms RandomSample.swift
[997/1028] Compiling Algorithms Reductions.swift
[998/1028] Compiling Algorithms Rotate.swift
[1002/1028] Compiling Algorithms Combinations.swift
[1005/1028] Compiling Algorithms Joined.swift
[1006/1028] Compiling Algorithms Keyed.swift
[1007/1028] Compiling Atomics PointerConformances.swift
[1018/1028] Emitting module Atomics
[1019/1028] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1020/1028] Compiling CryptoBoringWrapper RandomBytes.swift
[1021/1028] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1022/1028] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1023/1028] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1024/1028] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1025/1028] Compiling CryptoBoringWrapper EllipticCurve.swift
[1026/1067] Emitting module CryptoBoringWrapper
[1027/1067] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1028/1092] Emitting module Algorithms
[1029/1148] Compiling _CryptoExtras OPRFServer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1030/1148] Compiling _CryptoExtras VOPRF+API.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1031/1148] Compiling _CryptoExtras ECToolbox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1032/1148] Compiling _CryptoExtras HashToField.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1033/1148] Compiling _CryptoExtras KDF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1034/1148] Compiling _CryptoExtras PBKDF2_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
[1035/1148] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1036/1155] Emitting module _CryptoExtras
[1037/1161] Compiling _CryptoExtras AES_CBC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1038/1161] Compiling _CryptoExtras AES_CFB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1039/1161] Compiling _CryptoExtras AES_CTR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1040/1161] Compiling _CryptoExtras AES_GCM_SIV.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1041/1161] Compiling _CryptoExtras Block Function.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1042/1161] Compiling _CryptoExtras AES_CFB_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
[1043/1161] Compiling _CryptoExtras AES_CTR_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
[1044/1161] Compiling _CryptoExtras 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
[1045/1161] Compiling _CryptoExtras PrettyBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1046/1161] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1161] Compiling _CryptoExtras ThreadOps.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1048/1161] Compiling _CryptoExtras 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
[1049/1161] Compiling _CryptoExtras ThreadSpecific.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1050/1161] Compiling _CryptoExtras 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
[1051/1161] Compiling _CryptoExtras DLEQ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1052/1161] Compiling _CryptoExtras Prover.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1053/1161] Compiling _CryptoExtras Verifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1054/1161] Compiling _CryptoExtras ZKPToolbox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1055/1161] Compiling _CryptoExtras resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1056/1161] Compiling NIOCore EventLoop+SerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1057/1161] Compiling NIOCore EventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1065/1161] Compiling _CryptoExtras CMAC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1066/1161] Compiling _CryptoExtras ARC+API.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1067/1161] Compiling _CryptoExtras ARC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1068/1161] Compiling _CryptoExtras ARCCredential.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1069/1161] Compiling _CryptoExtras ARCEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1070/1161] Compiling _CryptoExtras ARCPrecredential.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1071/1161] Compiling _CryptoExtras ARCPresentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1072/1161] Compiling _CryptoExtras ChaCha20CTR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1073/1161] Compiling _CryptoExtras ObjectIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1074/1161] Compiling _CryptoExtras PKCS8DERRepresentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1075/1161] Compiling _CryptoExtras PKCS8PrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1076/1161] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1077/1161] Compiling _CryptoExtras ECToolbox_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
[1078/1161] Compiling _CryptoExtras AES_GCM_SIV_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
[1079/1161] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1080/1161] Compiling _CryptoExtras Data+Extensions.swift
[1081/1161] Compiling _CryptoExtras DigestType.swift
[1082/1161] Compiling _CryptoExtras Error.swift
[1083/1161] Compiling _CryptoExtras I2OSP.swift
[1084/1161] Compiling _CryptoExtras IntegerEncoding.swift
[1087/1161] Compiling _CryptoExtras ARCRequest.swift
[1088/1161] Compiling _CryptoExtras ARCResponse.swift
[1089/1161] Compiling _CryptoExtras ARCServer.swift
[1090/1161] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1103/1161] Compiling NIOCore SocketAddresses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1104/1161] Compiling NIOCore SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1105/1161] Compiling NIOCore SystemCallHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1106/1161] Compiling NIOCore TimeAmount+Duration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1107/1161] Compiling NIOCore TypeAssistedChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1108/1161] Compiling NIOCore UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1109/1161] Compiling NIOCore Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1116/1161] Compiling _CryptoExtras Scrypt_boring.swift
[1117/1161] Compiling _CryptoExtras Scrypt.swift
[1118/1161] Compiling _CryptoExtras OPRF.swift
[1119/1161] Compiling _CryptoExtras OPRFClient.swift
[1128/1161] Compiling _CryptoExtras VOPRFClient.swift
[1129/1161] Compiling _CryptoExtras VOPRFServer.swift
[1130/1161] Compiling _CryptoExtras RSA+BlindSigning.swift
[1131/1161] Compiling _CryptoExtras RSA.swift
[1132/1161] Compiling _CryptoExtras RSA_boring.swift
[1133/1161] Compiling _CryptoExtras BoringSSLHelpers.swift
[1139/1161] Compiling _CryptoExtras PBKDF2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1161] 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
[1162/1217] 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
[1163/1217] 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
[1164/1217] 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
[1165/1217] 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
[1166/1217] 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
[1167/1217] 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
[1168/1217] 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
[1169/1217] 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
[1170/1217] 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
[1171/1217] 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
[1172/1222] 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
[1173/1222] 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
[1174/1222] 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
[1175/1222] 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
[1176/1222] Compiling NIOPosix UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1177/1222] Compiling NIOPosix BSDSocketAPICommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1178/1222] Compiling NIOPosix BSDSocketAPIPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1179/1222] Compiling NIOPosix BSDSocketAPIWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1180/1222] Compiling NIOPosix BaseSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1181/1222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1182/1222] Compiling NIOPosix BaseSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1183/1222] 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
[1184/1222] 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
[1185/1222] 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
[1186/1222] 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
[1187/1222] 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
[1188/1222] 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
[1189/1222] 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
[1190/1222] 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
[1191/1222] 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
[1192/1222] 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
[1193/1222] 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
[1194/1222] Compiling NIOPosix resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/1222] 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
[1196/1222] 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
[1197/1222] 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
[1198/1222] 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
[1199/1222] 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
[1200/1222] 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
[1201/1222] 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
[1202/1222] 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
[1203/1222] 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
[1204/1222] 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
[1205/1222] 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
[1206/1222] 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
[1207/1222] 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
[1208/1222] 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
[1209/1222] 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
[1210/1222] 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
[1211/1222] 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
[1212/1222] 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
[1213/1222] 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
[1214/1222] 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
[1215/1222] 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
[1216/1222] 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
[1217/1222] Compiling NIOPosix BaseStreamSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1218/1222] Compiling NIOPosix Bootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1219/1222] Compiling NIOPosix ControlMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1220/1222] Compiling NIOPosix DatagramVectorReadManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1221/1222] Compiling NIOPosix Errors+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1222/1222] 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
[1223/1224] 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
[1224/1224] 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
[1225/1230] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1226/1230] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1227/1230] Compiling NIOTLS TLSEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1228/1230] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1229/1230] Compiling NIOTLS SNIHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1230/1230] Emitting module NIOTLS
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1231/1261] Compiling NIOSSL SafeCompare.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1232/1261] Compiling NIOSSL Zeroization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1233/1261] Compiling NIOSSL TLSConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1234/1264] Compiling NIOSSL SSLInit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1235/1264] Compiling NIOSSL SSLPKCS12Bundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1236/1264] Compiling NIOSSL SSLPrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1237/1264] Emitting module NIOSSL
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1238/1264] Compiling NIOSSL LinuxCABundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1239/1264] Compiling NIOSSL NIOSSLClientHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1240/1264] Compiling NIOSSL NIOSSLHandler+Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1241/1264] Compiling NIOSSL NIOSSLHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1242/1264] Compiling NIOSSL SubjectAlternativeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1243/1264] Compiling NIOSSL NIOSSLSecureBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1244/1264] Compiling NIOSSL RNG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1245/1264] Compiling NIOSSL SSLCertificate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/1264] Compiling NIOSSL SSLCertificateExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1247/1264] Compiling NIOSSL SSLCertificateName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1248/1264] Compiling NIOSSL AndroidCABundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1249/1264] Compiling NIOSSL ByteBufferBIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1250/1264] Compiling NIOSSL CustomPrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1251/1264] Compiling NIOSSL IdentityVerification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1252/1264] Compiling NIOSSL NIOSSLServerHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/1264] Compiling NIOSSL ObjectIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1254/1264] Compiling NIOSSL PosixPort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1255/1264] Compiling NIOSSL SSLCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1256/1264] Compiling NIOSSL SSLPublicKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1257/1264] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1258/1264] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1259/1264] Compiling NIOSSL SSLConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1260/1264] Compiling NIOSSL SSLContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1261/1264] Compiling NIOSSL SSLErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/1264] Compiling NIOSSL UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1263/1264] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1264/1264] Compiling NIOSSL resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1265/1301] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1266/1301] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1267/1301] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1268/1301] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1269/1305] Emitting module MySQLNIO
[1270/1305] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1271/1305] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1272/1305] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1273/1305] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1274/1305] Compiling MySQLNIO MySQLDataConvertible.swift
[1275/1305] Compiling MySQLNIO MySQLDatabase.swift
[1276/1305] Compiling MySQLNIO MySQLError.swift
[1277/1305] Compiling MySQLNIO MySQLQueryCommand.swift
[1278/1305] Compiling MySQLNIO MySQLPacketDecoder.swift
[1279/1305] Compiling MySQLNIO MySQLPacketEncoder.swift
[1280/1305] Compiling MySQLNIO MySQLPacketSequence.swift
[1281/1305] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1282/1305] Compiling MySQLNIO MySQLRow.swift
[1283/1305] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1284/1305] Compiling MySQLNIO MySQLTime.swift
[1285/1305] Compiling MySQLNIO MySQLPacket.swift
[1286/1305] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1287/1305] Compiling MySQLNIO MySQLProtocol.swift
[1288/1305] Compiling MySQLNIO CryptoUtils.swift
[1289/1305] Compiling MySQLNIO NIOUtils.swift
[1290/1305] Compiling MySQLNIO Exports.swift
[1291/1305] Compiling MySQLNIO MySQLConnection.swift
[1292/1305] Compiling MySQLNIO MySQLConnectionHandler.swift
[1293/1305] Compiling MySQLNIO MySQLData.swift
[1294/1305] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1295/1305] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1296/1305] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1297/1305] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1298/1305] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1299/1305] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1300/1305] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1301/1305] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1302/1305] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[1303/1305] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[1304/1305] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1305/1305] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
Build complete! (63.25s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (2.31s)
Fetched https://github.com/apple/swift-log.git from cache (2.32s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.32s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.34s)
Fetched https://github.com/apple/swift-nio.git from cache (2.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.66s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.36s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.0 (0.59s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
Fetched https://github.com/apple/swift-system.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.01s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.16s)
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.3
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.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.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.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "mysql-nio",
"name" : "mysql-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MySQLNIO",
"targets" : [
"MySQLNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLNIOTests",
"module_type" : "SwiftTarget",
"name" : "MySQLNIOTests",
"path" : "Tests/MySQLNIOTests",
"sources" : [
"MySQLNIOTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"MySQLNIO"
],
"type" : "test"
},
{
"c99name" : "MySQLNIO",
"module_type" : "SwiftTarget",
"name" : "MySQLNIO",
"path" : "Sources/MySQLNIO",
"product_dependencies" : [
"Algorithms",
"_CryptoExtras",
"Crypto",
"Logging",
"NIO",
"NIOSSL"
],
"product_memberships" : [
"MySQLNIO"
],
"sources" : [
"Exports.swift",
"MySQLConnection.swift",
"MySQLConnectionHandler.swift",
"MySQLData.swift",
"MySQLDataConvertible.swift",
"MySQLDatabase.swift",
"MySQLError.swift",
"MySQLQueryCommand.swift",
"MySQLRow.swift",
"MySQLSimpleQueryCommand.swift",
"MySQLTime.swift",
"Packet/MySQLPacket.swift",
"Packet/MySQLPacketDecoder.swift",
"Packet/MySQLPacketEncoder.swift",
"Packet/MySQLPacketSequence.swift",
"Protocol/MySQLProtocol+BinaryResultSetRow.swift",
"Protocol/MySQLProtocol+COM_QUERY.swift",
"Protocol/MySQLProtocol+COM_QUERY_Response.swift",
"Protocol/MySQLProtocol+COM_QUIT.swift",
"Protocol/MySQLProtocol+COM_STMT_CLOSE.swift",
"Protocol/MySQLProtocol+COM_STMT_EXECUTE.swift",
"Protocol/MySQLProtocol+COM_STMT_PREPARE.swift",
"Protocol/MySQLProtocol+COM_STMT_PREPARE_OK.swift",
"Protocol/MySQLProtocol+CapabilityFlags.swift",
"Protocol/MySQLProtocol+CharacterSet.swift",
"Protocol/MySQLProtocol+ColumnDefinition41.swift",
"Protocol/MySQLProtocol+ColumnFlags.swift",
"Protocol/MySQLProtocol+DataType.swift",
"Protocol/MySQLProtocol+ERR_Packet.swift",
"Protocol/MySQLProtocol+ErrorCode.swift",
"Protocol/MySQLProtocol+HandshakeResponse41.swift",
"Protocol/MySQLProtocol+HandshakeV10.swift",
"Protocol/MySQLProtocol+NullBitmap.swift",
"Protocol/MySQLProtocol+OK_Packet.swift",
"Protocol/MySQLProtocol+SSLRequest.swift",
"Protocol/MySQLProtocol+StatusFlags.swift",
"Protocol/MySQLProtocol+TextResultSetRow.swift",
"Protocol/MySQLProtocol.swift",
"Utilities/CryptoUtils.swift",
"Utilities/NIOUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.