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