Build Information
Successful build of BunnySwift, reference main (2de8e9), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 06:27:07 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelklishin/bunny-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelklishin/bunny-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2de8e9f Rework batch publishing
Cloned https://github.com/michaelklishin/bunny-swift.git
Revision (git rev-parse @):
2de8e9f965927c5ff1b7b0b2651cd829cf40cd56
SUCCESS checkout https://github.com/michaelklishin/bunny-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/michaelklishin/bunny-swift.git
https://github.com/michaelklishin/bunny-swift.git
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.87.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.29.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "rabbitmq-http-api-client-swift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "BunnySwift",
"name" : "BunnySwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BunnySwift",
"targets" : [
"BunnySwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TransportTests",
"module_type" : "SwiftTarget",
"name" : "TransportTests",
"path" : "Tests/TransportTests",
"sources" : [
"ConnectionConfigurationTests.swift",
"ErrorHandlingTests.swift",
"HeartbeatTests.swift"
],
"target_dependencies" : [
"Transport"
],
"type" : "test"
},
{
"c99name" : "Transport",
"module_type" : "SwiftTarget",
"name" : "Transport",
"path" : "Sources/Transport",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOSSL"
],
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"AMQPTransport.swift",
"Connection.swift",
"FrameHandler.swift",
"Transport.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "library"
},
{
"c99name" : "RecoveryTests",
"module_type" : "SwiftTarget",
"name" : "RecoveryTests",
"path" : "Tests/RecoveryTests",
"sources" : [
"RecoveryCoordinatorTests.swift",
"TopologyRegistryTests.swift"
],
"target_dependencies" : [
"Recovery"
],
"type" : "test"
},
{
"c99name" : "Recovery",
"module_type" : "SwiftTarget",
"name" : "Recovery",
"path" : "Sources/Recovery",
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"Recovery.swift",
"RecoveryCoordinator.swift",
"TopologyRecoveryFilter.swift",
"TopologyRegistry.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport"
],
"type" : "library"
},
{
"c99name" : "OAuth2Tests",
"module_type" : "SwiftTarget",
"name" : "OAuth2Tests",
"path" : "Tests/OAuth2Tests",
"product_dependencies" : [
"_CryptoExtras"
],
"sources" : [
"JWTHelper.swift",
"OAuth2Tests.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"RabbitMQHTTPAPIClient"
],
"sources" : [
"ConnectionRecoveryTests.swift",
"IntegrationTests.swift",
"NIOHandlerTest.swift",
"PublishTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwiftTests",
"module_type" : "SwiftTarget",
"name" : "BunnySwiftTests",
"path" : "Tests/BunnySwiftTests",
"sources" : [
"BunnySwiftTests.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwift",
"module_type" : "SwiftTarget",
"name" : "BunnySwift",
"path" : "Sources/BunnySwift",
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"BunnySwift.swift",
"Channel.swift",
"Connection.swift",
"Exchange.swift",
"Message.swift",
"PublishBatch.swift",
"Queue.swift",
"XArguments.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport",
"Recovery"
],
"type" : "library"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "executable"
},
{
"c99name" : "AMQPProtocolTests",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocolTests",
"path" : "Tests/AMQPProtocolTests",
"sources" : [
"FrameCodecTests.swift",
"TableEncodingTests.swift",
"WireFormatTests.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "test"
},
{
"c99name" : "AMQPProtocol",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocol",
"path" : "Sources/AMQPProtocol",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"Constants.swift",
"Frame.swift",
"FrameCodec.swift",
"Types.swift",
"WireFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/444] Write sources
[5/444] Write Benchmark-entitlement.plist
[9/444] Write sources
[10/444] Copying PrivacyInfo.xcprivacy
[12/444] Write sources
[15/444] Copying PrivacyInfo.xcprivacy
[15/444] Write sources
[27/444] Compiling CNIOWASI CNIOWASI.c
[27/444] Compiling CNIOWindows shim.c
[29/444] Compiling CNIOWindows WSAStartup.c
[30/444] Compiling CNIOOpenBSD shim.c
[31/444] Compiling CNIOLinux liburing_shims.c
[31/444] Compiling CNIOLinux shim.c
[33/444] Write swift-version-2F0A5646E1D333AE.txt
[34/444] Compiling fiat_p256_adx_mul.S
[34/444] Compiling fiat_p256_adx_sqr.S
[36/444] Compiling fiat_curve25519_adx_mul.S
[37/444] Compiling fiat_curve25519_adx_square.S
[38/444] Compiling _AtomicsShims.c
[39/444] Compiling CNIOPosix event_loop_id.c
[40/469] Compiling CNIODarwin shim.c
[41/469] Compiling CNIOBoringSSLShims shims.c
[43/469] Compiling InternalCollectionsUtilities Span+Extras.swift
[44/469] Compiling InternalCollectionsUtilities String+Padding.swift
[45/470] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/470] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/470] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[48/470] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/470] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/470] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/470] Emitting module _NIOBase64
[52/470] Compiling _NIOBase64 Base64.swift
[53/470] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[54/470] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[55/470] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/470] Emitting module InternalCollectionsUtilities
[57/470] Compiling InternalCollectionsUtilities Debugging.swift
[58/470] Compiling InternalCollectionsUtilities Descriptions.swift
[59/470] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/470] Compiling InternalCollectionsUtilities Integer rank.swift
[61/470] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/470] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/470] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/470] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/470] Compiling tls13_enc.cc
[65/470] Compiling tls13_client.cc
[65/470] Compiling tls13_server.cc
[65/470] Compiling tls_method.cc
[65/470] Compiling tls_record.cc
[70/470] Compiling _NIODataStructures _TinyArray.swift
[71/470] Compiling _NIODataStructures PriorityQueue.swift
[72/639] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/639] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[74/639] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[75/639] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[76/720] Compiling HashTreeCollections _HashLevel.swift
[77/720] Compiling HashTreeCollections _HashNode+Builder.swift
[78/720] Compiling HashTreeCollections _HashNode+Debugging.swift
[79/720] Compiling HashTreeCollections _HashNode+Initializers.swift
[80/720] Compiling HashTreeCollections _HashNode+Invariants.swift
[81/720] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[82/720] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[83/720] Compiling HashTreeCollections _HashNode.swift
[84/720] Compiling HashTreeCollections _AncestorHashSlots.swift
[85/720] Compiling HashTreeCollections _Bitmap.swift
[86/720] Compiling HashTreeCollections _Bucket.swift
[87/720] Compiling HashTreeCollections _Hash.swift
[88/720] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[89/720] Compiling HashTreeCollections TreeSet+Debugging.swift
[90/720] Compiling HashTreeCollections TreeSet+Descriptions.swift
[91/720] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[92/720] Compiling HashTreeCollections _HashTreeStatistics.swift
[93/720] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[94/720] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[95/720] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[96/720] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[97/720] Compiling HashTreeCollections _HashNode+Structural union.swift
[98/720] Compiling HashTreeCollections TreeDictionary+Values.swift
[99/720] Compiling HashTreeCollections TreeDictionary.swift
[100/720] Compiling HashTreeCollections TreeSet+Codable.swift
[101/720] Compiling HashTreeCollections TreeSet+Collection.swift
[102/720] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[103/720] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[104/720] Compiling HashTreeCollections _HashNode+Structural merge.swift
[105/720] Emitting module ContainersPreview
[106/720] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[107/720] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[108/720] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[117/727] Compiling HeapModule _HeapNode.swift
[117/727] Compiling tls13_both.cc
[119/727] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[120/727] Compiling HeapModule Heap+Invariants.swift
[121/727] Compiling HeapModule Heap+UnsafeHandle.swift
[122/727] Compiling HeapModule Heap.swift
[123/727] Emitting module HeapModule
[124/727] Compiling HeapModule Heap+Descriptions.swift
[125/727] Compiling HashTreeCollections _RawHashNode.swift
[126/727] Compiling HashTreeCollections _UnmanagedHashNode.swift
[127/727] Compiling HashTreeCollections _UnsafePath.swift
[128/727] Compiling HashTreeCollections TreeDictionary+Codable.swift
[129/727] Compiling HashTreeCollections TreeDictionary+Collection.swift
[130/727] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[130/733] Compiling t1_enc.cc
[132/774] Compiling HashTreeCollections TreeSet+Equatable.swift
[133/774] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[134/774] Compiling HashTreeCollections TreeSet+Extras.swift
[135/774] Compiling OrderedCollections OrderedSet+SubSequence.swift
[136/774] Compiling OrderedCollections OrderedSet+Testing.swift
[137/774] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[138/774] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[139/774] Compiling OrderedCollections OrderedSet.swift
[140/782] Compiling DequeModule UniqueDeque+Experimental.swift
[141/782] Compiling DequeModule UniqueDeque+Hashable.swift
[142/782] Compiling DequeModule UniqueDeque+Initializers.swift
[143/782] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[144/782] Compiling HashTreeCollections TreeDictionary+Merge.swift
[145/782] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[146/782] Compiling DequeModule UniqueDeque+Equatable.swift
[150/782] Compiling DequeModule RigidDeque+Consumption.swift
[151/782] Compiling DequeModule RigidDeque+Container.swift
[152/782] Compiling DequeModule RigidDeque+Descriptions.swift
[153/782] Compiling DequeModule RigidDeque+Equatable.swift
[154/782] Compiling DequeModule RigidDeque+Experimental.swift
[155/786] Compiling DequeModule RigidDeque+Hashable.swift
[156/786] Compiling DequeModule RigidDeque+Initializers.swift
[157/786] Compiling DequeModule RigidDeque+Insertions.swift
[158/786] Compiling DequeModule RigidDeque+Prepend.swift
[165/786] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[166/786] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[167/786] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[176/786] Compiling DequeModule UniqueDeque.swift
[177/786] Compiling DequeModule _DequeSlot.swift
[178/786] Compiling DequeModule _UnsafeDequeHandle.swift
[179/786] Emitting module _NIODataStructures
[180/786] Compiling _NIODataStructures Heap.swift
[181/786] Compiling DequeModule Deque+CustomReflectable.swift
[182/786] Compiling DequeModule Deque+Descriptions.swift
[183/786] Compiling DequeModule Deque+Equatable.swift
[184/786] Compiling DequeModule Deque._UnsafeHandle.swift
[185/786] Compiling DequeModule Deque.swift
[186/786] Compiling DequeModule _DequeBuffer.swift
[187/786] Compiling DequeModule _DequeBufferHeader.swift
[188/786] Compiling DequeModule RigidDeque+Append.swift
[192/786] Compiling ssl_x509.cc
[193/786] Compiling ssl_versions.cc
[195/786] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[196/786] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[197/786] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[198/786] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[199/786] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[200/786] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[201/786] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[202/786] Compiling HashTreeCollections TreeSet.swift
[203/786] Compiling DequeModule UniqueDeque+Append.swift
[204/786] Compiling DequeModule UniqueDeque+Consumption.swift
[205/786] Compiling DequeModule UniqueDeque+Container.swift
[206/786] Compiling DequeModule UniqueDeque+Descriptions.swift
[207/786] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[208/786] Compiling DequeModule Deque+Extras.swift
[209/786] Compiling DequeModule Deque+Hashable.swift
[210/786] Compiling DequeModule Deque+Testing.swift
[211/786] Compiling DequeModule Deque._Storage.swift
[213/786] Compiling DequeModule UniqueDeque+Insertions.swift
[214/786] Compiling DequeModule UniqueDeque+Prepend.swift
[215/786] Compiling DequeModule UniqueDeque+Removals.swift
[216/786] Compiling DequeModule UniqueDeque+Replacements.swift
[217/786] Compiling DequeModule RigidDeque+Removals.swift
[218/786] Compiling DequeModule RigidDeque+Replacements.swift
[219/786] Compiling DequeModule RigidDeque+Testing.swift
[220/786] Compiling _RopeModule Rope+Remove.swift
[221/786] Compiling _RopeModule Rope+RemoveSubrange.swift
[222/786] Compiling _RopeModule Rope+Split.swift
[223/786] Compiling _RopeModule Optional Utilities.swift
[224/786] Compiling _RopeModule String Utilities.swift
[225/786] Compiling _RopeModule String.Index+ABI.swift
[242/786] Compiling DequeModule RigidDeque.swift
[243/786] Compiling DequeModule Deque+Codable.swift
[244/786] Compiling DequeModule Deque+Collection.swift
[250/786] Compiling DequeModule _UnsafeDequeSegments.swift
[259/786] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[260/786] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[284/786] Compiling ssl_transcript.cc
[307/786] Compiling OrderedCollections _UnsafeBitset.swift
[308/786] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[309/786] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[310/786] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[311/786] Compiling HashTreeCollections _HashNode+Storage.swift
[312/786] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[313/786] Compiling HashTreeCollections _HashNode+Structural filter.swift
[314/786] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[315/786] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[332/786] Compiling ssl_stat.cc
[350/786] Compiling ssl_session.cc
[352/786] Emitting module _RopeModule
[365/786] Emitting module OrderedCollections
[372/786] Compiling ssl_privkey.cc
[373/786] Compiling ssl_key_share.cc
[397/786] Emitting module DequeModule
[397/786] Compiling ssl_lib.cc
[398/786] Compiling ssl_file.cc
[399/786] Compiling ssl_credential.cc
[400/786] Compiling ssl_cipher.cc
[402/786] Emitting module HashTreeCollections
[402/786] Compiling ssl_buffer.cc
[403/786] Compiling ssl_cert.cc
[404/786] Compiling ssl_asn1.cc
[405/786] Compiling ssl_aead_ctx.cc
[406/786] Compiling s3_pkt.cc
[407/786] Compiling s3_lib.cc
[408/786] Compiling s3_both.cc
[409/786] Compiling handshake_server.cc
[410/786] Compiling handshake_client.cc
[411/786] Compiling handshake.cc
[412/786] Compiling handoff.cc
[413/786] Compiling md5-x86_64-linux.S
[414/786] Compiling encrypted_client_hello.cc
[415/786] Compiling dtls_record.cc
[416/786] Compiling md5-x86_64-apple.S
[417/786] Compiling md5-586-linux.S
[418/786] Compiling extensions.cc
[419/786] Compiling md5-586-apple.S
[420/786] Compiling chacha20_poly1305_x86_64-linux.S
[421/786] Compiling chacha20_poly1305_x86_64-apple.S
[422/786] Compiling chacha20_poly1305_armv8-win.S
[423/786] Compiling chacha20_poly1305_armv8-linux.S
[424/786] Compiling dtls_method.cc
[425/786] Compiling d1_srtp.cc
[426/786] Compiling chacha-x86_64-linux.S
[427/786] Compiling chacha-x86_64-apple.S
[428/786] Compiling chacha20_poly1305_armv8-apple.S
[429/786] Compiling chacha-x86-linux.S
[430/786] Compiling chacha-x86-apple.S
[430/786] Compiling chacha-armv8-win.S
[432/786] Compiling chacha-armv8-linux.S
[433/786] Compiling chacha-armv4-linux.S
[434/786] Compiling aes128gcmsiv-x86_64-linux.S
[435/786] Compiling chacha-armv8-apple.S
[436/786] Compiling aes128gcmsiv-x86_64-apple.S
[437/786] Compiling d1_pkt.cc
[438/786] Compiling x86_64-mont5-linux.S
[439/786] Compiling x86_64-mont5-apple.S
[440/786] Compiling x86-mont-linux.S
[441/786] Compiling x86_64-mont-apple.S
[441/786] Compiling x86_64-mont-linux.S
[443/786] Compiling vpaes-x86_64-linux.S
[443/786] Compiling x86-mont-apple.S
[445/786] Compiling vpaes-x86_64-apple.S
[446/786] Compiling err_data.cc
[447/786] Compiling vpaes-armv8-win.S
[448/786] Compiling vpaes-x86-linux.S
[448/786] Compiling vpaes-x86-apple.S
[450/786] Compiling vpaes-armv7-linux.S
[451/786] Compiling vpaes-armv8-linux.S
[452/786] Compiling vpaes-armv8-apple.S
[453/786] Compiling sha512-x86_64-linux.S
[454/786] Compiling sha512-armv8-linux.S
[454/786] Compiling sha512-armv8-win.S
[456/786] Compiling sha512-x86_64-apple.S
[457/786] Compiling sha512-armv4-linux.S
[458/786] Compiling sha512-586-linux.S
[459/786] Compiling d1_lib.cc
[460/786] Compiling sha512-armv8-apple.S
[461/786] Compiling sha512-586-apple.S
[462/786] Compiling bio_ssl.cc
[463/786] Compiling sha256-x86_64-apple.S
[464/786] Compiling sha256-x86_64-linux.S
[464/786] Compiling sha256-armv8-win.S
[466/786] Compiling sha256-armv8-linux.S
[467/786] Compiling sha256-armv8-apple.S
[468/786] Compiling sha256-armv4-linux.S
[469/786] Compiling sha256-586-linux.S
[470/786] Compiling sha256-586-apple.S
[471/786] Compiling sha1-x86_64-apple.S
[472/786] Compiling sha1-armv8-linux.S
[473/786] Compiling sha1-armv8-win.S
[474/786] Compiling sha1-x86_64-linux.S
[475/786] Compiling rsaz-avx2-linux.S
[476/786] Compiling sha1-586-apple.S
[476/786] Compiling sha1-armv8-apple.S
[478/786] Compiling sha1-armv4-large-linux.S
[479/786] Compiling sha1-586-linux.S
[480/786] Compiling rdrand-x86_64-apple.S
[481/786] Compiling rsaz-avx2-apple.S
[482/786] Compiling p256_beeu-x86_64-asm-linux.S
[483/786] Compiling rdrand-x86_64-linux.S
[484/786] Compiling p256_beeu-x86_64-asm-apple.S
[485/786] Compiling p256-x86_64-asm-linux.S
[486/786] Compiling p256_beeu-armv8-asm-win.S
[486/786] Compiling p256_beeu-armv8-asm-linux.S
[488/786] Compiling p256_beeu-armv8-asm-apple.S
[489/786] Compiling d1_both.cc
[490/786] Compiling p256-armv8-asm-win.S
[491/786] Compiling p256-armv8-asm-linux.S
[492/786] Compiling p256-x86_64-asm-apple.S
[493/786] Compiling p256-armv8-asm-apple.S
[494/786] Compiling ghashv8-armv8-linux.S
[495/786] Compiling ghashv8-armv8-win.S
[496/786] Compiling ghash-x86_64-apple.S
[497/786] Compiling ghashv8-armv7-linux.S
[498/786] Compiling ghash-x86_64-linux.S
[499/786] Compiling ghash-x86-linux.S
[500/786] Compiling ghashv8-armv8-apple.S
[501/786] Compiling ghash-x86-apple.S
[502/786] Compiling ghash-ssse3-x86_64-linux.S
[503/786] Compiling ghash-ssse3-x86_64-apple.S
[504/786] Compiling ghash-neon-armv8-win.S
[505/786] Compiling ghash-neon-armv8-linux.S
[506/786] Compiling ghash-ssse3-x86-apple.S
[507/786] Compiling ghash-armv4-linux.S
[508/786] Compiling co-586-linux.S
[508/786] Compiling ghash-ssse3-x86-linux.S
[510/786] Compiling ghash-neon-armv8-apple.S
[511/786] Compiling co-586-apple.S
[512/786] Compiling bn-armv8-win.S
[513/786] Compiling bsaes-armv7-linux.S
[514/786] Compiling bn-armv8-linux.S
[515/786] Compiling bn-armv8-apple.S
[516/786] Compiling bn-586-linux.S
[517/786] Compiling armv8-mont-win.S
[518/786] Compiling armv8-mont-linux.S
[519/786] Compiling bn-586-apple.S
[520/786] Compiling armv4-mont-linux.S
[521/786] Compiling armv8-mont-apple.S
[522/786] Compiling aesv8-gcm-armv8-win.S
[522/786] Compiling aesv8-gcm-armv8-linux.S
[524/786] Compiling aesv8-armv8-win.S
[525/786] Compiling aesv8-armv8-linux.S
[526/786] Compiling aesv8-armv8-apple.S
[527/786] Compiling aesv8-armv7-linux.S
[527/786] Compiling aesni-x86_64-linux.S
[529/786] Compiling aesv8-gcm-armv8-apple.S
[530/786] Compiling aesni-x86_64-apple.S
[531/786] Compiling aesni-x86-linux.S
[532/786] Compiling aesni-x86-apple.S
[532/786] Compiling aesni-gcm-x86_64-linux.S
[534/786] Compiling aesni-gcm-x86_64-apple.S
[535/786] Compiling aes-gcm-avx2-x86_64-linux.S
[536/786] Compiling aes-gcm-avx2-x86_64-apple.S
[537/786] Compiling aes-gcm-avx10-x86_64-linux.S
[538/786] Compiling aes-gcm-avx10-x86_64-apple.S
[539/786] Compiling x_x509a.cc
[540/786] Compiling x_sig.cc
[541/786] Compiling x_val.cc
[542/786] Compiling x_spki.cc
[543/786] Compiling x_req.cc
[544/786] Compiling x_x509.cc
[545/786] Compiling x_name.cc
[546/786] Compiling x_pubkey.cc
[547/786] Compiling x_exten.cc
[547/786] Compiling x_crl.cc
[549/786] Compiling x_attrib.cc
[549/786] Compiling x_algor.cc
[551/786] Compiling x509spki.cc
[552/786] Compiling x509rset.cc
[553/786] Compiling x509name.cc
[554/786] Compiling x_all.cc
[555/786] Compiling x509cset.cc
[556/786] Compiling x509_v3.cc
[557/786] Compiling x509_vpm.cc
[558/786] Compiling x509_vfy.cc
[559/786] Compiling x509_txt.cc
[560/786] Compiling x509_trs.cc
[561/786] Compiling x509_set.cc
[562/786] Compiling x509_req.cc
[563/786] Compiling x509_obj.cc
[564/786] Compiling x509_lu.cc
[565/786] Compiling x509_def.cc
[566/786] Compiling x509_d2.cc
[566/786] Compiling x509_ext.cc
[568/786] Compiling x509_cmp.cc
[569/786] Compiling x509.cc
[570/786] Compiling x509_att.cc
[571/786] Compiling v3_skey.cc
[572/786] Compiling v3_prn.cc
[573/786] Compiling v3_purp.cc
[574/786] Compiling v3_pmaps.cc
[575/786] Compiling v3_ocsp.cc
[576/786] Compiling v3_utl.cc
[577/786] Compiling v3_pcons.cc
[578/786] Compiling v3_ncons.cc
[579/786] Compiling v3_int.cc
[580/786] Compiling v3_lib.cc
[581/786] Compiling v3_ia5.cc
[582/786] Compiling v3_info.cc
[583/786] Compiling v3_enum.cc
[584/786] Compiling v3_extku.cc
[585/786] Compiling v3_genn.cc
[586/786] Compiling v3_crld.cc
[587/786] Compiling v3_cpols.cc
[588/786] Compiling v3_conf.cc
[589/786] Compiling v3_bitst.cc
[590/786] Compiling v3_bcons.cc
[591/786] Compiling v3_alt.cc
[592/786] Compiling v3_akeya.cc
[593/786] Compiling t_x509a.cc
[594/786] Compiling v3_akey.cc
[595/786] Compiling t_x509.cc
[596/786] Compiling t_crl.cc
[597/786] Compiling t_req.cc
[598/786] Compiling rsa_pss.cc
[599/786] Compiling i2d_pr.cc
[600/786] Compiling name_print.cc
[601/786] Compiling policy.cc
[602/786] Compiling by_file.cc
[603/786] Compiling a_verify.cc
[604/786] Compiling a_sign.cc
[605/786] Compiling algorithm.cc
[606/786] Compiling by_dir.cc
[607/786] Compiling asn1_gen.cc
[608/786] Compiling a_digest.cc
[609/786] Compiling voprf.cc
[610/786] Compiling thread_win.cc
[611/786] Compiling thread.cc
[612/786] Compiling thread_none.cc
[613/786] Compiling trust_token.cc
[613/786] Compiling thread_pthread.cc
[615/786] Compiling stack.cc
[616/786] Compiling pmbtoken.cc
[617/786] Compiling slhdsa.cc
[618/786] Compiling spake2plus.cc
[619/786] Compiling siphash.cc
[620/786] Compiling sha512.cc
[621/786] Compiling sha256.cc
[622/786] Compiling sha1.cc
[623/786] Compiling rsa_extra.cc
[624/786] Compiling rsa_print.cc
[625/786] Compiling rsa_crypt.cc
[626/786] Compiling refcount.cc
[627/786] Compiling rc4.cc
[628/786] Compiling rsa_asn1.cc
[629/786] Compiling urandom.cc
[630/786] Compiling windows.cc
[631/786] Compiling trusty.cc
[632/786] Compiling rand.cc
[633/786] Compiling ios.cc
[634/786] Compiling passive.cc
[635/786] Compiling poly1305_arm_asm.S
[636/786] Compiling getentropy.cc
[637/786] Compiling forkunsafe.cc
[638/786] Compiling deterministic.cc
[639/786] Compiling fork_detect.cc
[640/786] Compiling poly1305_vec.cc
[641/786] Compiling poly1305_arm.cc
[642/786] Compiling poly1305.cc
[643/786] Compiling pool.cc
[644/786] Compiling pkcs8.cc
[645/786] Compiling pkcs7.cc
[646/786] Compiling pkcs8_x509.cc
[647/786] Compiling p5_pbev2.cc
[648/786] Compiling pkcs7_x509.cc
[649/786] Compiling pem_xaux.cc
[650/786] Compiling pem_x509.cc
[651/786] Compiling pem_pkey.cc
[652/786] Compiling pem_pk8.cc
[653/786] Compiling pem_oth.cc
[654/786] Compiling mlkem.cc
[655/786] Compiling obj_xref.cc
[656/786] Compiling pem_info.cc
[657/786] Compiling pem_lib.cc
[658/786] Compiling mldsa.cc
[659/786] Compiling pem_all.cc
[660/786] Compiling poly_rq_mul.S
[661/786] Compiling fips_shared_support.cc
[662/786] Compiling obj.cc
[663/786] Compiling mem.cc
[664/786] Compiling md5.cc
[665/786] Compiling md4.cc
[666/786] Compiling lhash.cc
[667/786] Compiling kyber.cc
[668/786] Compiling ex_data.cc
[669/786] Compiling sign.cc
[670/786] Compiling scrypt.cc
[671/786] Compiling pbkdf.cc
[672/786] Compiling hpke.cc
[673/786] Compiling print.cc
[674/786] Compiling hrss.cc
[675/786] Compiling p_x25519_asn1.cc
[676/786] Compiling p_x25519.cc
[677/786] Compiling p_ed25519.cc
[678/786] Compiling p_rsa.cc
[679/786] Compiling p_rsa_asn1.cc
[680/786] Compiling p_hkdf.cc
[681/786] Compiling p_ec.cc
[682/786] Compiling p_ed25519_asn1.cc
[683/786] Compiling p_ec_asn1.cc
[684/786] Compiling p_dh_asn1.cc
[685/786] Compiling p_dsa_asn1.cc
[686/786] Compiling p_dh.cc
[687/786] Compiling evp_ctx.cc
[688/786] Compiling evp.cc
[689/786] Compiling engine.cc
[690/786] Compiling err.cc
[691/786] Compiling ecdh.cc
[692/786] Compiling evp_asn1.cc
[693/786] Compiling ecdsa_asn1.cc
[694/786] Compiling hash_to_curve.cc
[695/786] Compiling ec_derive.cc
[696/786] Compiling dsa.cc
[697/786] Compiling bcm.cc
[698/786] Compiling dsa_asn1.cc
[699/786] Compiling ec_asn1.cc
[700/786] Compiling params.cc
[701/786] Compiling digest_extra.cc
[702/786] Compiling x25519-asm-arm.S
[703/786] Compiling des.cc
[704/786] Compiling dh_asn1.cc
[705/786] Compiling curve25519_64_adx.cc
[706/786] Compiling spake25519.cc
[707/786] Compiling cpu_intel.cc
[708/786] Compiling crypto.cc
[709/786] Compiling cpu_arm_freebsd.cc
[710/786] Compiling cpu_aarch64_win.cc
[711/786] Compiling cpu_arm_linux.cc
[712/786] Compiling curve25519.cc
[713/786] Compiling cpu_aarch64_sysreg.cc
[714/786] Compiling cpu_aarch64_openbsd.cc
[715/786] Compiling cpu_aarch64_linux.cc
[716/786] Compiling cpu_aarch64_fuchsia.cc
[717/786] Compiling cpu_aarch64_apple.cc
[718/786] Compiling conf.cc
[719/786] Compiling get_cipher.cc
[720/786] Compiling tls_cbc.cc
[721/786] Compiling e_tls.cc
[721/786] Compiling e_rc4.cc
[723/786] Compiling e_rc2.cc
[724/786] Compiling e_null.cc
[725/786] Compiling e_des.cc
[726/786] Compiling e_chacha20poly1305.cc
[727/786] Compiling e_aesgcmsiv.cc
[728/786] Compiling derive_key.cc
[729/786] Compiling e_aesctrhmac.cc
[730/786] Compiling chacha.cc
[731/786] Compiling unicode.cc
[732/786] Compiling cbs.cc
[733/786] Compiling cbb.cc
[734/786] Compiling ber.cc
[735/786] Compiling buf.cc
[736/786] Compiling asn1_compat.cc
[737/786] Compiling blake2.cc
[738/786] Compiling socket_helper.cc
[739/786] Compiling convert.cc
[740/786] Compiling bn_asn1.cc
[741/786] Compiling socket.cc
[742/786] Compiling printf.cc
[743/786] Compiling pair.cc
[744/786] Compiling hexdump.cc
[745/786] Compiling file.cc
[746/786] Compiling fd.cc
[747/786] Compiling errno.cc
[748/786] Compiling connect.cc
[749/786] Compiling bio_mem.cc
[750/786] Compiling bio.cc
[751/786] Compiling base64.cc
[752/786] Compiling tasn_typ.cc
[753/786] Compiling tasn_fre.cc
[754/786] Compiling tasn_enc.cc
[755/786] Compiling tasn_utl.cc
[756/786] Compiling tasn_new.cc
[757/786] Compiling posix_time.cc
[758/786] Compiling f_string.cc
[759/786] Compiling f_int.cc
[760/786] Compiling asn_pack.cc
[761/786] Compiling tasn_dec.cc
[762/786] Compiling asn1_par.cc
[763/786] Compiling asn1_lib.cc
[764/786] Compiling a_utctm.cc
[765/786] Compiling a_time.cc
[766/786] Compiling a_type.cc
[767/786] Compiling a_octet.cc
[768/786] Compiling a_strnid.cc
[769/786] Compiling a_strex.cc
[770/786] Compiling a_mbstr.cc
[771/786] Compiling a_object.cc
[772/786] Write sources
[774/786] Compiling a_int.cc
[775/786] Compiling a_i2d_fp.cc
[776/786] Compiling a_dup.cc
[777/786] Compiling a_d2i_fp.cc
[778/841] Compiling a_gentm.cc
[779/860] Compiling a_bitstr.cc
[780/860] Compiling a_bool.cc
[782/860] Compiling Atomics ManagedAtomicLazyReference.swift
[783/860] Compiling Atomics UnsafeAtomic.swift
[784/860] Compiling Atomics AtomicInteger.swift
[785/860] Compiling Atomics AtomicOptionalWrappable.swift
[786/860] Compiling Atomics DoubleWord.swift
[787/860] Compiling Atomics ManagedAtomic.swift
[788/866] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[789/866] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[790/866] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[791/866] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[792/866] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[793/866] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[794/866] Compiling Atomics AtomicValue.swift
[795/866] Compiling Atomics AtomicMemoryOrderings.swift
[796/867] Emitting module BitCollections
[797/867] Compiling BitCollections BitArray+Fill.swift
[798/867] Compiling BitCollections BitArray+Hashable.swift
[799/867] Compiling BitCollections BitArray+Initializers.swift
[800/867] Compiling BitCollections BitArray+Invariants.swift
[801/867] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[802/867] Compiling BitCollections BitArray+RandomBits.swift
[803/867] Compiling BitCollections BitSet+Extras.swift
[804/867] Compiling BitCollections BitSet+Hashable.swift
[805/867] Compiling BitCollections BitSet+Initializers.swift
[806/867] Compiling BitCollections BitSet+Invariants.swift
[807/867] Compiling BitCollections BitSet+Random.swift
[808/867] Compiling BitCollections BitSet+SetAlgebra basics.swift
[809/867] Compiling Atomics AtomicReference.swift
[810/867] Compiling Atomics AtomicStorage.swift
[813/867] Compiling Atomics UnsafeAtomicLazyReference.swift
[814/867] Compiling Atomics IntegerOperations.swift
[825/867] Compiling Atomics Unmanaged extensions.swift
[826/867] Compiling BitCollections BitSet._UnsafeHandle.swift
[827/867] Compiling BitCollections BitSet.swift
[828/867] Compiling BitCollections Range+Utilities.swift
[829/867] Compiling BitCollections Slice+Utilities.swift
[830/867] Compiling BitCollections UInt+Tricks.swift
[831/867] Compiling BitCollections _Word.swift
[832/867] Compiling Atomics AtomicBool.swift
[833/867] Compiling Atomics IntegerConformances.swift
[834/867] Compiling Atomics PointerConformances.swift
[835/867] Compiling Atomics Primitives.native.swift
[836/867] Compiling Atomics OptionalRawRepresentable.swift
[837/867] Compiling Atomics RawRepresentable.swift
[838/867] Compiling BitCollections BitArray+CustomReflectable.swift
[839/867] Compiling BitCollections BitArray+Descriptions.swift
[840/867] Compiling BitCollections BitArray+Equatable.swift
[841/867] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[842/867] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[843/867] Compiling BitCollections BitArray+Extras.swift
[844/867] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[845/867] Compiling BitCollections BitArray+Shifts.swift
[846/867] Compiling BitCollections BitArray+Testing.swift
[847/867] Compiling BitCollections BitArray._UnsafeHandle.swift
[848/867] Compiling BitCollections BitArray.swift
[849/867] Compiling BitCollections BitSet+BidirectionalCollection.swift
[850/867] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[851/867] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[852/867] Compiling BitCollections BitSet+SetAlgebra union.swift
[853/867] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[854/867] Compiling BitCollections BitSet.Counted.swift
[855/867] Compiling BitCollections BitSet.Index.swift
[858/873] Compiling Collections OrderedCollections reexports.swift
[859/873] Compiling Collections HeapModule reexports.swift
[860/873] Compiling Collections HashTreeCollections reexports.swift
[861/873] Emitting module Collections
[862/873] Compiling Collections DequeModule reexports.swift
[863/873] Compiling Collections BitCollections reexports.swift
[868/873] Emitting module Atomics
[868/879] Compiling c-nioatomics.c
[869/879] Compiling c-atomics.c
[871/886] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[872/886] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[873/886] Emitting module NIOConcurrencyHelpers
[874/886] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[875/886] Compiling NIOConcurrencyHelpers NIOLock.swift
[876/886] Compiling NIOConcurrencyHelpers atomics.swift
[877/886] Compiling NIOConcurrencyHelpers lock.swift
[878/951] Compiling NIOCore IO.swift
[879/951] Compiling NIOCore IOData.swift
[880/951] Compiling NIOCore IPProtocol.swift
[881/951] Compiling NIOCore IntegerBitPacking.swift
[882/951] Compiling NIOCore IntegerTypes.swift
[883/951] Compiling NIOCore Interfaces.swift
[884/951] Compiling NIOCore Linux.swift
[885/958] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[886/958] Compiling NIOCore NIOScheduledCallback.swift
[887/958] Compiling NIOCore NIOSendable.swift
[888/958] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[889/958] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[890/958] Compiling NIOCore RecvByteBufferAllocator.swift
[891/958] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[892/958] Compiling NIOCore SocketAddresses.swift
[893/958] Compiling NIOCore SocketOptionProvider.swift
[894/958] Compiling NIOCore SystemCallHelpers.swift
[895/958] Compiling NIOCore TimeAmount+Duration.swift
[896/958] Compiling NIOCore TypeAssistedChannelHandler.swift
[897/958] Compiling NIOCore UniversalBootstrapSupport.swift
[898/958] Compiling NIOCore Utilities.swift
[899/958] Compiling NIOCore ChannelHandler.swift
[900/958] Compiling NIOCore ChannelHandlers.swift
[901/958] Compiling NIOCore ChannelInvoker.swift
[902/958] Compiling NIOCore ChannelOption.swift
[903/958] Compiling NIOCore ChannelPipeline.swift
[904/958] Compiling NIOCore CircularBuffer.swift
[905/958] Compiling NIOCore Codec.swift
[906/958] Compiling NIOCore EventLoopFuture+Deprecated.swift
[907/958] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[908/958] Compiling NIOCore EventLoopFuture.swift
[909/958] Compiling NIOCore FileDescriptor.swift
[910/958] Compiling NIOCore FileHandle.swift
[911/958] Compiling NIOCore FileRegion.swift
[912/958] Compiling NIOCore GlobalSingletons.swift
[913/958] Compiling NIOCore MarkedCircularBuffer.swift
[914/958] Compiling NIOCore MulticastChannel.swift
[915/958] Compiling NIOCore NIOAny.swift
[916/958] Compiling NIOCore NIOCloseOnErrorHandler.swift
[917/958] Compiling NIOCore NIOCoreSendableMetatype.swift
[918/958] Compiling NIOCore NIODecodedAsyncSequence.swift
[919/958] Compiling NIOCore NIOLoopBound.swift
[920/958] Compiling NIOCore ConvenienceOptionSupport.swift
[921/958] Compiling NIOCore DeadChannel.swift
[922/958] Compiling NIOCore DispatchQueue+WithFuture.swift
[923/958] Compiling NIOCore EventLoop+Deprecated.swift
[924/958] Compiling NIOCore EventLoop+SerialExecutor.swift
[925/958] Compiling NIOCore EventLoop.swift
[926/958] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[927/958] Compiling NIOCore AddressedEnvelope.swift
[928/958] Compiling NIOCore AsyncAwaitSupport.swift
[929/958] Compiling NIOCore AsyncChannel.swift
[930/958] Compiling NIOCore AsyncChannelHandler.swift
[931/958] Compiling NIOCore AsyncChannelInboundStream.swift
[932/958] Compiling NIOCore AsyncChannelOutboundWriter.swift
[933/958] Compiling NIOCore NIOAsyncSequenceProducer.swift
[934/958] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[935/958] Compiling NIOCore NIOAsyncWriter.swift
[936/958] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[937/958] Compiling NIOCore BSDSocketAPI.swift
[938/958] Compiling NIOCore ByteBuffer-aux.swift
[939/958] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[940/958] Compiling NIOCore ByteBuffer-conversions.swift
[941/958] Compiling NIOCore ByteBuffer-core.swift
[942/958] Compiling NIOCore ByteBuffer-hex.swift
[943/958] Compiling NIOCore ByteBuffer-int.swift
[944/958] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[945/958] Compiling NIOCore ByteBuffer-multi-int.swift
[946/958] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[947/958] Compiling NIOCore ByteBuffer-views.swift
[948/958] Compiling NIOCore Channel.swift
[949/958] Emitting module NIOCore
[950/958] Compiling AMQPProtocol Types.swift
[951/958] Compiling AMQPProtocol Frame.swift
[952/958] Compiling AMQPProtocol FrameCodec.swift
[953/958] Compiling AMQPProtocol WireFormat.swift
[954/958] Emitting module AMQPProtocol
[955/958] Compiling AMQPProtocol Constants.swift
[956/1017] Compiling NIOEmbedded AsyncTestingChannel.swift
[957/1017] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[958/1017] Compiling NIOEmbedded Embedded.swift
[959/1017] Emitting module NIOEmbedded
[960/1017] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[961/1017] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[962/1017] Emitting module NIOFoundationEssentialsCompat
[963/1017] Compiling NIOPosix BSDSocketAPICommon.swift
[964/1017] Compiling NIOPosix BSDSocketAPIPosix.swift
[965/1017] Compiling NIOPosix BSDSocketAPIWindows.swift
[966/1017] Compiling NIOPosix BaseSocket.swift
[967/1017] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[968/1017] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[969/1022] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[970/1022] Compiling NIOPosix System.swift
[971/1022] Compiling NIOPosix Thread.swift
[972/1022] Compiling NIOPosix ThreadPosix.swift
[973/1022] Compiling NIOPosix ThreadWindows.swift
[974/1022] Compiling NIOPosix SelectorWSAPoll.swift
[975/1022] Compiling NIOPosix ServerSocket.swift
[976/1022] Compiling NIOPosix Socket.swift
[977/1022] Compiling NIOPosix SocketChannel.swift
[978/1022] Compiling NIOPosix SocketProtocols.swift
[979/1022] Compiling NIOPosix Utilities.swift
[980/1022] Compiling NIOPosix VsockAddress.swift
[981/1022] Compiling NIOPosix VsockChannelEvents.swift
[982/1022] Compiling NIOPosix Windows.swift
[983/1022] Compiling NIOPosix resource_bundle_accessor.swift
[984/1022] Emitting module NIOPosix
[985/1022] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[986/1022] Compiling NIOPosix PosixSingletons.swift
[987/1022] Compiling NIOPosix RawSocketBootstrap.swift
[988/1022] Compiling NIOPosix Resolver.swift
[989/1022] Compiling NIOPosix Selectable.swift
[990/1022] Compiling NIOPosix SelectableChannel.swift
[991/1022] Compiling NIOPosix SelectableEventLoop.swift
[992/1022] Compiling NIOPosix SelectorEpoll.swift
[993/1022] Compiling NIOPosix SelectorGeneric.swift
[994/1022] Compiling NIOPosix SelectorKqueue.swift
[995/1022] Compiling NIOPosix SelectorUring.swift
[996/1022] Compiling NIOPosix Linux.swift
[997/1022] Compiling NIOPosix LinuxCPUSet.swift
[998/1022] Compiling NIOPosix LinuxUring.swift
[999/1022] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1000/1022] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1001/1022] Compiling NIOPosix NIOThreadPool.swift
[1002/1022] Compiling NIOPosix FileDescriptor.swift
[1003/1022] Compiling NIOPosix GetaddrinfoResolver.swift
[1004/1022] Compiling NIOPosix HappyEyeballs.swift
[1005/1022] Compiling NIOPosix IO.swift
[1006/1022] Compiling NIOPosix IntegerBitPacking.swift
[1007/1022] Compiling NIOPosix IntegerTypes.swift
[1008/1022] Compiling NIOPosix NonBlockingFileIO.swift
[1009/1022] Compiling NIOPosix PendingDatagramWritesManager.swift
[1010/1022] Compiling NIOPosix PendingWritesManager.swift
[1011/1022] Compiling NIOPosix PipeChannel.swift
[1012/1022] Compiling NIOPosix PipePair.swift
[1013/1022] Compiling NIOPosix Pool.swift
[1014/1022] Compiling NIOPosix BaseSocketChannel.swift
[1015/1022] Compiling NIOPosix BaseStreamSocketChannel.swift
[1016/1022] Compiling NIOPosix Bootstrap.swift
[1017/1022] Compiling NIOPosix ControlMessage.swift
[1018/1022] Compiling NIOPosix DatagramVectorReadManager.swift
[1019/1022] Compiling NIOPosix Errors+Any.swift
[1020/1024] Emitting module NIO
[1021/1024] Compiling NIO Exports.swift
[1022/1034] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1023/1034] Compiling NIOFoundationCompat Exports.swift
[1024/1034] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1025/1034] Emitting module NIOFoundationCompat
[1026/1034] Compiling NIOTLS TLSEvents.swift
[1027/1034] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1028/1034] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1029/1034] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1030/1034] Emitting module NIOTLS
[1031/1034] Compiling NIOTLS SNIHandler.swift
[1032/1065] Emitting module NIOSSL
[1033/1068] Compiling NIOSSL SSLInit.swift
[1034/1068] Compiling NIOSSL SSLPKCS12Bundle.swift
[1035/1068] Compiling NIOSSL SSLPrivateKey.swift
[1036/1068] Compiling NIOSSL SafeCompare.swift
[1037/1068] Compiling NIOSSL Zeroization.swift
[1038/1068] Compiling NIOSSL TLSConfiguration.swift
[1039/1068] Compiling NIOSSL SSLCertificate.swift
[1040/1068] Compiling NIOSSL SSLCertificateExtensions.swift
[1041/1068] Compiling NIOSSL SSLCertificateName.swift
[1042/1068] Compiling NIOSSL SSLPublicKey.swift
[1043/1068] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1044/1068] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1045/1068] Compiling NIOSSL SubjectAlternativeName.swift
[1046/1068] Compiling NIOSSL NIOSSLSecureBytes.swift
[1047/1068] Compiling NIOSSL RNG.swift
[1048/1068] Compiling NIOSSL AndroidCABundle.swift
[1049/1068] Compiling NIOSSL ByteBufferBIO.swift
[1050/1068] Compiling NIOSSL CustomPrivateKey.swift
[1051/1068] Compiling NIOSSL IdentityVerification.swift
[1052/1068] Compiling NIOSSL UniversalBootstrapSupport.swift
[1053/1068] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1054/1068] Compiling NIOSSL resource_bundle_accessor.swift
[1055/1068] Compiling NIOSSL LinuxCABundle.swift
[1056/1068] Compiling NIOSSL NIOSSLClientHandler.swift
[1057/1068] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1058/1068] Compiling NIOSSL NIOSSLHandler.swift
[1059/1068] Compiling NIOSSL NIOSSLServerHandler.swift
[1060/1068] Compiling NIOSSL ObjectIdentifier.swift
[1061/1068] Compiling NIOSSL PosixPort.swift
[1062/1068] Compiling NIOSSL SSLCallbacks.swift
[1063/1068] Compiling NIOSSL SSLConnection.swift
[1064/1068] Compiling NIOSSL SSLContext.swift
[1065/1068] Compiling NIOSSL SSLErrors.swift
[1066/1073] Compiling Transport Transport.swift
[1067/1073] Compiling Transport Connection.swift
[1068/1073] Compiling Transport FrameHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transport/FrameHandler.swift:465:37: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
463 | private func scheduleHeartbeat(context: ChannelHandlerContext) {
464 | scheduledTask = context.eventLoop.scheduleTask(in: checkInterval) { [weak self] in
465 | self?.checkHeartbeat(context: context)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
466 | }
467 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1859:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1857 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1858 | /// `ChannelHandler`.
1859 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1860 | // visible for ChannelPipeline to modify
1861 | fileprivate var next: Optional<ChannelHandlerContext>
[1069/1073] Emitting module Transport
[1070/1073] Compiling Transport AMQPTransport.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transport/AMQPTransport.swift:48:46: warning: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable
46 | do {
47 | let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: hostname)
48 | future = channel.pipeline.addHandler(sslHandler)
| `- warning: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable
49 | } catch {
50 | return channel.eventLoop.makeFailedFuture(error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:294:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
292 | #if compiler(<6.2)
293 | @available(*, unavailable)
294 | extension NIOSSLClientHandler: Sendable {}
| `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
295 | #endif
296 |
/Users/admin/builder/spi-builder-workspace/Sources/Transport/AMQPTransport.swift:56:9: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
54 | return future.flatMap {
55 | channel.pipeline.addHandler(
56 | ByteToMessageHandler(AMQPFrameDecoder(maxFrameSize: self.frameMax)))
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
57 | }.flatMap {
58 | channel.pipeline.addHandler(FrameForwardingHandler(continuation: self.continuation))
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
[1071/1078] Compiling Recovery RecoveryCoordinator.swift
[1072/1078] Compiling Recovery TopologyRecoveryFilter.swift
[1073/1078] Compiling Recovery Recovery.swift
[1074/1078] Compiling Recovery TopologyRegistry.swift
[1075/1078] Emitting module Recovery
[1076/1087] Compiling BunnySwift PublishBatch.swift
[1077/1087] Compiling BunnySwift Queue.swift
[1078/1087] Compiling BunnySwift Message.swift
[1079/1087] Compiling BunnySwift XArguments.swift
[1080/1087] Compiling BunnySwift Exchange.swift
[1081/1087] Compiling BunnySwift Connection.swift
[1082/1087] Compiling BunnySwift BunnySwift.swift
[1083/1087] Emitting module BunnySwift
[1084/1087] Compiling BunnySwift Channel.swift
[1085/1089] Emitting module Benchmark
[1086/1089] Compiling Benchmark main.swift
[1086/1089] Write Objects.LinkFileList
[1087/1089] Linking Benchmark
[1088/1089] Applying Benchmark
Build complete! (51.72s)
Fetching https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
[2/121] Fetching rabbitmq-http-api-client-swift
Fetched https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git from cache (0.96s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.45s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Fetched https://github.com/apple/swift-nio.git from cache (2.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.5.0 (6.24s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.64s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
Fetched https://github.com/apple/swift-system.git from cache (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Working copy of https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git resolved at main (41ebd45)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.87.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.29.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "rabbitmq-http-api-client-swift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "BunnySwift",
"name" : "BunnySwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BunnySwift",
"targets" : [
"BunnySwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TransportTests",
"module_type" : "SwiftTarget",
"name" : "TransportTests",
"path" : "Tests/TransportTests",
"sources" : [
"ConnectionConfigurationTests.swift",
"ErrorHandlingTests.swift",
"HeartbeatTests.swift"
],
"target_dependencies" : [
"Transport"
],
"type" : "test"
},
{
"c99name" : "Transport",
"module_type" : "SwiftTarget",
"name" : "Transport",
"path" : "Sources/Transport",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOSSL"
],
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"AMQPTransport.swift",
"Connection.swift",
"FrameHandler.swift",
"Transport.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "library"
},
{
"c99name" : "RecoveryTests",
"module_type" : "SwiftTarget",
"name" : "RecoveryTests",
"path" : "Tests/RecoveryTests",
"sources" : [
"RecoveryCoordinatorTests.swift",
"TopologyRegistryTests.swift"
],
"target_dependencies" : [
"Recovery"
],
"type" : "test"
},
{
"c99name" : "Recovery",
"module_type" : "SwiftTarget",
"name" : "Recovery",
"path" : "Sources/Recovery",
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"Recovery.swift",
"RecoveryCoordinator.swift",
"TopologyRecoveryFilter.swift",
"TopologyRegistry.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport"
],
"type" : "library"
},
{
"c99name" : "OAuth2Tests",
"module_type" : "SwiftTarget",
"name" : "OAuth2Tests",
"path" : "Tests/OAuth2Tests",
"product_dependencies" : [
"_CryptoExtras"
],
"sources" : [
"JWTHelper.swift",
"OAuth2Tests.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"RabbitMQHTTPAPIClient"
],
"sources" : [
"ConnectionRecoveryTests.swift",
"IntegrationTests.swift",
"NIOHandlerTest.swift",
"PublishTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwiftTests",
"module_type" : "SwiftTarget",
"name" : "BunnySwiftTests",
"path" : "Tests/BunnySwiftTests",
"sources" : [
"BunnySwiftTests.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwift",
"module_type" : "SwiftTarget",
"name" : "BunnySwift",
"path" : "Sources/BunnySwift",
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"BunnySwift.swift",
"Channel.swift",
"Connection.swift",
"Exchange.swift",
"Message.swift",
"PublishBatch.swift",
"Queue.swift",
"XArguments.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport",
"Recovery"
],
"type" : "library"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_memberships" : [
"Benchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "executable"
},
{
"c99name" : "AMQPProtocolTests",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocolTests",
"path" : "Tests/AMQPProtocolTests",
"sources" : [
"FrameCodecTests.swift",
"TableEncodingTests.swift",
"WireFormatTests.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "test"
},
{
"c99name" : "AMQPProtocol",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocol",
"path" : "Sources/AMQPProtocol",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"BunnySwift",
"Benchmark"
],
"sources" : [
"Constants.swift",
"Frame.swift",
"FrameCodec.swift",
"Types.swift",
"WireFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.