Build Information
Successful build of rabbitmq-nio, reference v0.1.0-beta4 (cb9c29
), with Swift 6.1 for Linux on 29 Apr 2025 06:48:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/funcmike/rabbitmq-nio.git
Reference: v0.1.0-beta4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/funcmike/rabbitmq-nio
* tag v0.1.0-beta4 -> FETCH_HEAD
HEAD is now at cb9c294 Merge pull request #48 from funcmike/prepare-beta-realease
Cloned https://github.com/funcmike/rabbitmq-nio.git
Revision (git rev-parse @):
cb9c294fda00f57db116abd297df21d078b5d027
SUCCESS checkout https://github.com/funcmike/rabbitmq-nio.git at v0.1.0-beta4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/funcmike/rabbitmq-nio.git
https://github.com/funcmike/rabbitmq-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.48.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.23.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.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "rabbitmq-nio",
"name" : "rabbitmq-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AMQPProtocol",
"targets" : [
"AMQPProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AMQPClient",
"targets" : [
"AMQPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AMQPProtocol",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocol",
"path" : "Sources/AMQPProtocol",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"AMQPProtocol",
"AMQPClient"
],
"sources" : [
"Extensions/ByteBuffer+AMQP.swift",
"Extensions/Date+AMQP.swift",
"Extensions/UInt8+AMQP.swift",
"Frame.swift",
"Properties.swift",
"Protocol.swift",
"ProtocolError.swift",
"Table.swift"
],
"type" : "library"
},
{
"c99name" : "AMQPClientTests",
"module_type" : "SwiftTarget",
"name" : "AMQPClientTests",
"path" : "Tests/AMQPClientTests",
"sources" : [
"AMQPChannelLargePayloadsTest.swift",
"AMQPChannelTest.swift",
"AMQPChannelsTest.swift",
"AMQPConnectionConfigurationTest.swift",
"AMQPConnectionTest.swift"
],
"target_dependencies" : [
"AMQPClient"
],
"type" : "test"
},
{
"c99name" : "AMQPClient",
"module_type" : "SwiftTarget",
"name" : "AMQPClient",
"path" : "Sources/AMQPClient",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers",
"NIOSSL",
"Collections"
],
"product_memberships" : [
"AMQPClient"
],
"sources" : [
"AMQPChannel.swift",
"AMQPChannels.swift",
"AMQPConnection.swift",
"AMQPConnectionConfiguration.swift",
"AMQPConnectionError.swift",
"AMQPResponse.swift",
"AsyncAwaitSupport/AMQPChannel+async.swift",
"AsyncAwaitSupport/AMQPConnection+async.swift",
"ChannelHandlers/AMQPChannelHandler.swift",
"ChannelHandlers/AMQPConnectionHandler.swift",
"ChannelHandlers/AMQPConnectionMultiplexHandler.swift",
"ChannelHandlers/AMQPFrameDecoder.swift",
"ChannelHandlers/AMQPFrameEncoder.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[978/31062] Fetching swift-collections, swift-nio-ssl
[6303/106586] Fetching swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
[60863/90317] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.77s)
Fetched https://github.com/apple/swift-nio.git from cache (3.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (5.83s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.70s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[3842/6069] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
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.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.1.4
Building for debugging...
[0/430] Write sources
[16/430] Compiling CNIOWindows WSAStartup.c
[17/430] Compiling CNIOWindows shim.c
[18/430] Compiling _AtomicsShims.c
[19/430] Compiling CNIODarwin shim.c
[20/430] Compiling CNIOWASI CNIOWASI.c
[21/430] Compiling fiat_p256_adx_mul.S
[22/430] Compiling fiat_p256_adx_sqr.S
[23/430] Compiling fiat_curve25519_adx_square.S
[24/430] Compiling fiat_curve25519_adx_mul.S
[25/430] Compiling CNIOLinux shim.c
[26/430] Compiling CNIOLinux liburing_shims.c
[27/430] Write swift-version-24593BA9C3E375BF.txt
[28/430] Compiling CNIOBoringSSLShims shims.c
[30/434] Emitting module _NIODataStructures
[30/434] Compiling tls_record.cc
[31/434] Compiling tls_method.cc
[31/434] Compiling tls13_enc.cc
[33/434] Compiling tls13_server.cc
[34/434] Compiling tls13_client.cc
[35/434] Compiling tls13_both.cc
[36/434] Compiling t1_enc.cc
[37/453] Compiling ssl_transcript.cc
[38/453] Compiling ssl_stat.cc
[39/453] Compiling ssl_versions.cc
[40/453] Compiling ssl_x509.cc
[41/453] Compiling ssl_session.cc
[43/453] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/453] Compiling InternalCollectionsUtilities Integer rank.swift
[45/453] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/455] Emitting module InternalCollectionsUtilities
[47/455] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[48/455] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[49/455] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[50/455] Compiling InternalCollectionsUtilities Debugging.swift
[51/455] Compiling InternalCollectionsUtilities Descriptions.swift
[52/455] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/455] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/455] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/455] Compiling InternalCollectionsUtilities Specialize.swift
[56/455] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/455] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/455] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[61/455] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/456] Compiling _NIODataStructures _TinyArray.swift
[63/456] Compiling _NIODataStructures PriorityQueue.swift
[64/456] Compiling _NIOBase64 Base64.swift
[65/456] Emitting module _NIOBase64
[67/457] Compiling ssl_privkey.cc
[68/526] Compiling ssl_key_share.cc
[70/550] Compiling _NIODataStructures Heap.swift
[70/581] Compiling ssl_file.cc
[72/671] Compiling ssl_lib.cc
[74/679] Compiling HeapModule Heap+Descriptions.swift
[75/679] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[76/679] Compiling DequeModule Deque+CustomReflectable.swift
[77/679] Compiling DequeModule Deque+Descriptions.swift
[77/679] Compiling ssl_credential.cc
[79/681] Compiling HeapModule _HeapNode.swift
[80/681] Compiling HeapModule Heap.swift
[81/681] Compiling DequeModule _DequeBuffer.swift
[82/681] Compiling DequeModule _DequeBufferHeader.swift
[83/681] Compiling HashTreeCollections TreeDictionary+Collection.swift
[84/681] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[85/681] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[86/681] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[87/681] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[88/681] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[89/681] Compiling HashTreeCollections TreeDictionary+Filter.swift
[90/681] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[91/681] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[92/681] Compiling HashTreeCollections TreeDictionary+Keys.swift
[93/681] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[94/681] Compiling HashTreeCollections TreeDictionary+Merge.swift
[95/681] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[96/681] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[97/688] Compiling HeapModule Heap+Invariants.swift
[98/688] Compiling HeapModule Heap+UnsafeHandle.swift
[99/688] Emitting module HeapModule
[100/689] Compiling DequeModule Deque+Codable.swift
[101/689] Compiling DequeModule Deque+Collection.swift
[104/689] Compiling DequeModule Deque+Equatable.swift
[105/689] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/689] Compiling DequeModule Deque+Extras.swift
[107/689] Compiling DequeModule Deque+Hashable.swift
[108/689] Compiling DequeModule Deque+Testing.swift
[109/689] Compiling DequeModule Deque._Storage.swift
[115/689] Compiling HashTreeCollections _HashNode+Structural union.swift
[116/689] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[117/689] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[118/689] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[119/689] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[120/689] Compiling HashTreeCollections _HashNode.swift
[121/689] Compiling HashTreeCollections _HashNodeHeader.swift
[122/689] Compiling HashTreeCollections _HashSlot.swift
[123/689] Compiling HashTreeCollections _HashStack.swift
[124/689] Compiling HashTreeCollections _HashTreeIterator.swift
[125/689] Compiling HashTreeCollections _HashTreeStatistics.swift
[126/689] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[127/689] Compiling HashTreeCollections _RawHashNode.swift
[128/689] Compiling HashTreeCollections _UnmanagedHashNode.swift
[129/689] Compiling HashTreeCollections _UnsafePath.swift
[130/689] Compiling HashTreeCollections TreeDictionary+Codable.swift
[131/689] Compiling HashTreeCollections TreeSet+Hashable.swift
[132/689] Compiling HashTreeCollections TreeSet+Sendable.swift
[133/689] Compiling HashTreeCollections TreeSet+Sequence.swift
[134/689] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[135/689] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[136/689] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[137/689] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[138/689] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[139/689] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[140/689] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[141/699] Compiling DequeModule _DequeSlot.swift
[142/699] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/699] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[144/699] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[145/699] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[146/699] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[147/699] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[148/699] Compiling HashTreeCollections _HashNode+Structural merge.swift
[149/699] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[150/699] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[151/699] Compiling OrderedCollections OrderedSet+SubSequence.swift
[152/699] Compiling OrderedCollections OrderedSet+Testing.swift
[153/699] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/699] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/699] Compiling OrderedCollections OrderedSet.swift
[156/699] Compiling OrderedCollections _UnsafeBitset.swift
[157/699] Compiling HashTreeCollections TreeSet+Equatable.swift
[158/699] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[159/699] Compiling HashTreeCollections TreeSet+Extras.swift
[160/699] Compiling HashTreeCollections TreeSet+Filter.swift
[161/699] Compiling DequeModule Deque._UnsafeHandle.swift
[162/699] Compiling DequeModule Deque.swift
[173/699] Compiling OrderedCollections OrderedSet+Sendable.swift
[175/699] Compiling ssl_cipher.cc
[187/708] Compiling _RopeModule _CharacterRecognizer.swift
[188/708] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[189/708] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[190/708] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[191/708] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[192/708] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[193/708] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[194/708] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[195/708] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[196/708] Compiling HashTreeCollections TreeSet.swift
[223/708] Emitting module DequeModule
[253/709] Emitting module OrderedCollections
[253/710] Compiling ssl_cert.cc
[254/710] Compiling ssl_buffer.cc
[256/710] Emitting module _RopeModule
[268/710] Compiling ssl_asn1.cc
[291/710] Compiling ssl_aead_ctx.cc
[292/710] Compiling s3_pkt.cc
[294/710] Compiling _RopeModule Rope+Join.swift
[295/710] Compiling _RopeModule Rope+MutatingForEach.swift
[296/710] Compiling _RopeModule Rope+Remove.swift
[297/710] Compiling _RopeModule Rope+RemoveSubrange.swift
[298/710] Compiling _RopeModule Rope+Split.swift
[299/710] Compiling _RopeModule Optional Utilities.swift
[300/710] Compiling _RopeModule String Utilities.swift
[301/710] Compiling _RopeModule String.Index+ABI.swift
[331/711] Compiling s3_lib.cc
[333/711] Compiling s3_both.cc
[335/711] Emitting module HashTreeCollections
[336/712] Compiling handshake_server.cc
[337/712] Compiling handshake_client.cc
[338/712] Compiling handshake.cc
[339/712] Compiling handoff.cc
[340/712] Compiling encrypted_client_hello.cc
[341/712] Compiling dtls_record.cc
[342/712] Compiling md5-x86_64-linux.S
[343/712] Compiling extensions.cc
[344/712] Compiling d1_srtp.cc
[345/712] Compiling md5-x86_64-apple.S
[346/712] Compiling md5-586-linux.S
[347/712] Compiling md5-586-apple.S
[348/712] Compiling dtls_method.cc
[349/712] Compiling chacha20_poly1305_x86_64-apple.S
[350/712] Compiling chacha20_poly1305_armv8-win.S
[351/712] Compiling chacha20_poly1305_x86_64-linux.S
[352/712] Compiling chacha20_poly1305_armv8-apple.S
[353/712] Compiling chacha20_poly1305_armv8-linux.S
[354/712] Compiling chacha-x86_64-linux.S
[355/712] Compiling chacha-x86_64-apple.S
[356/712] Compiling chacha-x86-linux.S
[357/712] Compiling chacha-x86-apple.S
[358/712] Compiling chacha-armv8-win.S
[359/712] Compiling chacha-armv8-linux.S
[360/712] Compiling chacha-armv8-apple.S
[361/712] Compiling chacha-armv4-linux.S
[362/712] Compiling aes128gcmsiv-x86_64-linux.S
[363/712] Compiling aes128gcmsiv-x86_64-apple.S
[364/712] Compiling err_data.cc
[365/712] Compiling x86_64-mont5-linux.S
[366/712] Compiling x86_64-mont5-apple.S
[367/712] Compiling x86_64-mont-linux.S
[368/712] Compiling x86_64-mont-apple.S
[369/712] Compiling x86-mont-linux.S
[370/712] Compiling x86-mont-apple.S
[371/712] Compiling vpaes-x86_64-linux.S
[372/712] Compiling vpaes-x86_64-apple.S
[373/712] Compiling vpaes-x86-linux.S
[374/712] Compiling vpaes-x86-apple.S
[375/712] Compiling vpaes-armv8-win.S
[376/712] Compiling vpaes-armv8-linux.S
[377/712] Compiling d1_pkt.cc
[378/712] Compiling vpaes-armv8-apple.S
[378/712] Compiling vpaes-armv7-linux.S
[380/712] Compiling sha512-x86_64-apple.S
[380/712] Compiling sha512-armv8-win.S
[382/712] Compiling sha512-x86_64-linux.S
[383/712] Compiling sha512-armv8-apple.S
[384/712] Compiling sha512-armv8-linux.S
[385/712] Compiling sha512-586-linux.S
[386/712] Compiling sha512-armv4-linux.S
[387/712] Compiling sha512-586-apple.S
[388/712] Compiling sha256-x86_64-apple.S
[389/712] Compiling sha256-armv8-linux.S
[390/712] Compiling sha256-armv8-win.S
[391/712] Compiling sha256-x86_64-linux.S
[392/712] Compiling sha256-armv8-apple.S
[393/712] Compiling sha256-armv4-linux.S
[394/712] Compiling sha1-x86_64-apple.S
[395/712] Compiling sha256-586-linux.S
[396/712] Compiling sha256-586-apple.S
[397/712] Compiling sha1-x86_64-linux.S
[398/712] Compiling sha1-armv8-win.S
[399/712] Compiling sha1-armv8-linux.S
[400/712] Compiling sha1-armv4-large-linux.S
[401/712] Compiling sha1-armv8-apple.S
[402/712] Compiling sha1-586-linux.S
[403/712] Compiling sha1-586-apple.S
[404/712] Compiling rsaz-avx2-apple.S
[405/712] Compiling rdrand-x86_64-linux.S
[406/712] Compiling rsaz-avx2-linux.S
[407/712] Compiling bio_ssl.cc
[408/712] Compiling rdrand-x86_64-apple.S
[409/712] Compiling p256_beeu-x86_64-asm-linux.S
[410/712] Compiling p256_beeu-x86_64-asm-apple.S
[411/712] Compiling p256_beeu-armv8-asm-linux.S
[412/712] Compiling p256_beeu-armv8-asm-win.S
[413/712] Compiling p256_beeu-armv8-asm-apple.S
[414/712] Compiling p256-x86_64-asm-linux.S
[415/712] Compiling p256-x86_64-asm-apple.S
[416/712] Compiling p256-armv8-asm-win.S
[417/712] Compiling p256-armv8-asm-linux.S
[418/712] Compiling p256-armv8-asm-apple.S
[419/712] Compiling ghashv8-armv8-win.S
[420/712] Compiling d1_lib.cc
[421/712] Compiling ghashv8-armv8-apple.S
[422/712] Compiling ghashv8-armv8-linux.S
[423/712] Compiling ghash-x86_64-apple.S
[424/712] Compiling ghashv8-armv7-linux.S
[425/712] Compiling ghash-x86-linux.S
[426/712] Compiling ghash-x86_64-linux.S
[427/712] Compiling ghash-ssse3-x86_64-apple.S
[428/712] Compiling ghash-ssse3-x86_64-linux.S
[429/712] Compiling ghash-x86-apple.S
[430/712] Compiling ghash-ssse3-x86-linux.S
[431/712] Compiling ghash-ssse3-x86-apple.S
[432/712] Compiling ghash-neon-armv8-win.S
[433/712] Compiling ghash-neon-armv8-linux.S
[434/712] Compiling ghash-neon-armv8-apple.S
[435/712] Compiling ghash-armv4-linux.S
[436/712] Compiling co-586-linux.S
[437/712] Compiling co-586-apple.S
[438/712] Compiling bsaes-armv7-linux.S
[439/712] Compiling bn-armv8-linux.S
[440/712] Compiling bn-armv8-win.S
[441/712] Compiling bn-armv8-apple.S
[442/712] Compiling bn-586-apple.S
[443/712] Compiling bn-586-linux.S
[444/712] Compiling armv8-mont-win.S
[445/712] Compiling armv4-mont-linux.S
[446/712] Compiling armv8-mont-linux.S
[446/712] Compiling armv8-mont-apple.S
[448/712] Compiling aesv8-gcm-armv8-win.S
[449/712] Compiling aesv8-gcm-armv8-linux.S
[450/712] Compiling aesv8-gcm-armv8-apple.S
[451/712] Compiling aesv8-armv8-win.S
[452/712] Compiling aesv8-armv8-apple.S
[453/712] Compiling aesv8-armv7-linux.S
[454/712] Compiling aesv8-armv8-linux.S
[455/712] Compiling aesni-x86_64-apple.S
[456/712] Compiling aesni-x86_64-linux.S
[457/712] Compiling aesni-x86-linux.S
[458/712] Compiling aesni-x86-apple.S
[459/712] Compiling aesni-gcm-x86_64-apple.S
[460/712] Compiling aes-gcm-avx2-x86_64-linux.S
[461/712] Compiling aes-gcm-avx2-x86_64-apple.S
[462/712] Compiling aesni-gcm-x86_64-linux.S
[463/712] Compiling aes-gcm-avx10-x86_64-apple.S
[464/712] Compiling aes-gcm-avx10-x86_64-linux.S
[465/712] Compiling d1_both.cc
[466/712] Compiling x_sig.cc
[467/712] Compiling x_x509a.cc
[468/712] Compiling x_val.cc
[469/712] Compiling x_spki.cc
[470/712] Compiling x_req.cc
[470/712] Compiling x_x509.cc
[472/712] Compiling x_pubkey.cc
[473/712] Compiling x_name.cc
[474/712] Compiling x_algor.cc
[475/712] Compiling x509spki.cc
[476/712] Compiling x_exten.cc
[477/712] Compiling x_attrib.cc
[478/712] Compiling x_crl.cc
[479/712] Compiling x_all.cc
[480/712] Compiling x509rset.cc
[481/712] Compiling x509name.cc
[482/712] Compiling x509_txt.cc
[483/712] Compiling x509cset.cc
[484/712] Compiling x509_vpm.cc
[485/712] Compiling x509_v3.cc
[486/712] Compiling x509_vfy.cc
[487/712] Compiling x509_trs.cc
[488/712] Compiling x509_set.cc
[489/712] Compiling x509_req.cc
[490/712] Compiling x509_def.cc
[491/712] Compiling x509_obj.cc
[492/712] Compiling x509_d2.cc
[493/712] Compiling x509_lu.cc
[494/712] Compiling x509_ext.cc
[495/712] Compiling x509_cmp.cc
[496/712] Compiling x509_att.cc
[497/712] Compiling x509.cc
[498/712] Compiling v3_prn.cc
[499/712] Compiling v3_skey.cc
[500/712] Compiling v3_utl.cc
[501/712] Compiling v3_purp.cc
[501/712] Compiling v3_pmaps.cc
[503/712] Compiling v3_ocsp.cc
[504/712] Compiling v3_pcons.cc
[505/712] Compiling v3_ncons.cc
[506/712] Compiling v3_int.cc
[507/712] Compiling v3_lib.cc
[508/712] Compiling v3_ia5.cc
[509/712] Compiling v3_info.cc
[510/712] Compiling v3_extku.cc
[511/712] Compiling v3_enum.cc
[512/712] Compiling v3_genn.cc
[513/712] Compiling v3_crld.cc
[514/712] Compiling v3_cpols.cc
[515/712] Compiling v3_bcons.cc
[515/712] Compiling v3_conf.cc
[517/712] Compiling v3_bitst.cc
[518/712] Compiling v3_akeya.cc
[519/712] Compiling v3_alt.cc
[520/712] Compiling v3_akey.cc
[521/712] Compiling t_x509a.cc
[522/712] Compiling i2d_pr.cc
[523/712] Compiling t_crl.cc
[524/712] Compiling t_x509.cc
[525/712] Compiling t_req.cc
[526/712] Compiling rsa_pss.cc
[527/712] Compiling name_print.cc
[528/712] Compiling policy.cc
[529/712] Compiling by_file.cc
[530/712] Compiling by_dir.cc
[531/712] Compiling voprf.cc
[532/712] Compiling algorithm.cc
[533/712] Compiling asn1_gen.cc
[534/712] Compiling a_verify.cc
[535/712] Compiling a_digest.cc
[536/712] Compiling a_sign.cc
[537/712] Compiling trust_token.cc
[538/712] Compiling thread.cc
[538/712] Compiling thread_win.cc
[540/712] Compiling thread_none.cc
[541/712] Compiling thread_pthread.cc
[542/712] Compiling stack.cc
[543/712] Compiling pmbtoken.cc
[544/712] Compiling sha512.cc
[544/712] Compiling slhdsa.cc
[546/712] Compiling sha256.cc
[547/712] Compiling sha1.cc
[548/712] Compiling siphash.cc
[549/712] Compiling spake2plus.cc
[550/712] Compiling rsa_print.cc
[551/712] Compiling rsa_extra.cc
[552/712] Compiling rc4.cc
[553/712] Compiling refcount.cc
[553/712] Compiling windows.cc
[555/712] Compiling trusty.cc
[555/712] Compiling rsa_crypt.cc
[557/712] Compiling rand.cc
[558/712] Compiling urandom.cc
[559/712] Compiling rsa_asn1.cc
[560/712] Compiling passive.cc
[561/712] Compiling getentropy.cc
[562/712] Compiling ios.cc
[563/712] Compiling poly1305_arm_asm.S
[564/712] Compiling deterministic.cc
[565/712] Compiling forkunsafe.cc
[566/712] Compiling fork_detect.cc
[567/712] Compiling poly1305.cc
[567/712] Compiling poly1305_arm.cc
[569/712] Compiling poly1305_vec.cc
[570/712] Compiling pool.cc
[571/712] Compiling pkcs7.cc
[572/712] Compiling pkcs8_x509.cc
[573/712] Compiling pkcs8.cc
[573/712] Compiling p5_pbev2.cc
[575/712] Compiling pkcs7_x509.cc
[576/712] Compiling pem_xaux.cc
[577/712] Compiling pem_x509.cc
[578/712] Compiling pem_pkey.cc
[579/712] Compiling mlkem.cc
[580/712] Compiling obj_xref.cc
[581/712] Compiling pem_pk8.cc
[582/712] Compiling pem_oth.cc
[583/712] Compiling pem_info.cc
[584/712] Compiling mldsa.cc
[585/712] Compiling pem_all.cc
[586/712] Compiling pem_lib.cc
[587/712] Compiling obj.cc
[588/712] Compiling poly_rq_mul.S
[589/712] Compiling md5.cc
[590/712] Compiling fips_shared_support.cc
[591/712] Compiling mem.cc
[592/712] Compiling md4.cc
[593/712] Compiling lhash.cc
[594/712] Compiling ex_data.cc
[595/712] Compiling sign.cc
[596/712] Compiling hrss.cc
[597/712] Compiling kyber.cc
[598/712] Compiling scrypt.cc
[599/712] Compiling hpke.cc
[600/712] Compiling print.cc
[601/712] Compiling pbkdf.cc
[602/712] Compiling p_x25519.cc
[603/712] Compiling p_x25519_asn1.cc
[604/712] Compiling p_rsa_asn1.cc
[605/712] Compiling p_rsa.cc
[606/712] Compiling p_ed25519.cc
[607/712] Compiling p_hkdf.cc
[608/712] Compiling p_ed25519_asn1.cc
[609/712] Compiling p_ec_asn1.cc
[610/712] Compiling p_ec.cc
[611/712] Compiling p_dh.cc
[612/712] Compiling p_dh_asn1.cc
[613/712] Compiling evp_ctx.cc
[614/712] Compiling p_dsa_asn1.cc
[615/712] Compiling err.cc
[616/712] Compiling evp.cc
[617/712] Compiling engine.cc
[618/712] Compiling ecdh.cc
[619/712] Compiling evp_asn1.cc
[620/712] Compiling ecdsa_asn1.cc
[621/712] Compiling hash_to_curve.cc
[622/712] Compiling ec_derive.cc
[623/712] Compiling dsa.cc
[624/712] Compiling ec_asn1.cc
[625/712] Compiling dsa_asn1.cc
[626/712] Compiling params.cc
[627/712] Compiling x25519-asm-arm.S
[628/712] Compiling des.cc
[629/712] Compiling digest_extra.cc
[630/712] Compiling dh_asn1.cc
[631/712] Compiling crypto.cc
[632/712] Compiling cpu_arm_linux.cc
[633/712] Compiling cpu_intel.cc
[634/712] Compiling spake25519.cc
[635/712] Compiling curve25519.cc
[636/712] Compiling cpu_arm_freebsd.cc
[637/712] Compiling cpu_aarch64_openbsd.cc
[638/712] Compiling cpu_aarch64_win.cc
[639/712] Compiling cpu_aarch64_linux.cc
[640/712] Compiling cpu_aarch64_sysreg.cc
[641/712] Compiling bcm.cc
[642/712] Compiling curve25519_64_adx.cc
[643/712] Compiling cpu_aarch64_fuchsia.cc
[644/712] Compiling cpu_aarch64_apple.cc
[645/712] Compiling tls_cbc.cc
[646/712] Compiling get_cipher.cc
[647/712] Compiling e_rc4.cc
[648/712] Compiling conf.cc
[649/712] Compiling e_tls.cc
[650/712] Compiling e_null.cc
[651/712] Compiling e_rc2.cc
[652/712] Compiling e_des.cc
[653/712] Compiling derive_key.cc
[654/712] Compiling e_chacha20poly1305.cc
[655/712] Compiling e_aesgcmsiv.cc
[656/712] Compiling chacha.cc
[657/712] Compiling e_aesctrhmac.cc
[658/712] Compiling unicode.cc
[659/712] Compiling buf.cc
[660/712] Compiling cbb.cc
[661/712] Compiling cbs.cc
[662/712] Compiling ber.cc
[663/712] Compiling bn_asn1.cc
[664/712] Compiling asn1_compat.cc
[665/712] Compiling convert.cc
[666/712] Compiling blake2.cc
[667/712] Compiling socket_helper.cc
[668/712] Compiling socket.cc
[669/712] Compiling printf.cc
[670/712] Compiling pair.cc
[671/712] Compiling hexdump.cc
[672/712] Compiling file.cc
[673/712] Compiling errno.cc
[674/712] Compiling fd.cc
[675/712] Compiling bio_mem.cc
[675/712] Compiling connect.cc
[677/712] Compiling base64.cc
[678/712] Compiling bio.cc
[679/712] Compiling tasn_typ.cc
[680/712] Compiling tasn_fre.cc
[681/712] Compiling tasn_utl.cc
[682/712] Compiling posix_time.cc
[683/712] Compiling f_string.cc
[683/712] Compiling tasn_enc.cc
[685/712] Compiling tasn_new.cc
[686/712] Compiling f_int.cc
[687/712] Compiling asn_pack.cc
[688/712] Compiling tasn_dec.cc
[689/712] Compiling asn1_par.cc
[690/712] Compiling a_utctm.cc
[691/712] Compiling a_octet.cc
[692/712] Compiling a_type.cc
[693/712] Compiling asn1_lib.cc
[694/712] Compiling a_time.cc
[695/712] Compiling a_strnid.cc
[696/712] Compiling a_strex.cc
[697/712] Compiling a_object.cc
[698/712] Compiling a_i2d_fp.cc
[699/712] Compiling a_dup.cc
[700/712] Compiling a_d2i_fp.cc
[701/712] Write sources
[702/712] Compiling a_mbstr.cc
[702/712] Write sources
[706/712] Compiling a_gentm.cc
[707/712] Compiling a_int.cc
[708/723] Compiling a_bool.cc
[709/784] Compiling a_bitstr.cc
[711/784] Compiling BitCollections BitArray+Initializers.swift
[712/784] Compiling BitCollections BitArray+Invariants.swift
[713/784] Compiling Atomics OptionalRawRepresentable.swift
[714/784] Compiling BitCollections BitArray+RandomBits.swift
[715/784] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[716/786] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[717/786] Compiling BitCollections BitSet+CustomReflectable.swift
[718/786] Compiling BitCollections BitSet+CustomStringConvertible.swift
[719/786] Compiling BitCollections BitSet+Equatable.swift
[720/786] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[721/786] Compiling BitCollections BitSet+Extras.swift
[722/786] Compiling BitCollections BitSet+Hashable.swift
[723/793] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[724/793] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[725/793] Compiling BitCollections BitArray+Extras.swift
[726/793] Compiling BitCollections BitArray+Fill.swift
[727/793] Compiling BitCollections BitArray+Hashable.swift
[731/793] Compiling Atomics IntegerOperations.swift
[732/793] Compiling Atomics Unmanaged extensions.swift
[733/793] Compiling BitCollections BitSet+Initializers.swift
[734/793] Compiling BitCollections BitSet+Invariants.swift
[735/793] Compiling BitCollections BitSet+Random.swift
[736/793] Compiling BitCollections BitSet+SetAlgebra basics.swift
[737/793] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[738/793] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[739/793] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[740/793] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[741/793] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[742/793] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[743/793] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[744/793] Compiling BitCollections BitSet+SetAlgebra union.swift
[745/793] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[746/793] Compiling BitCollections BitSet.Counted.swift
[747/793] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[748/793] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[749/793] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[750/793] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[751/793] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[752/793] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[753/793] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[754/793] Emitting module BitCollections
[755/793] Compiling BitCollections BitArray+BitwiseOperations.swift
[756/793] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[757/793] Compiling BitCollections BitArray+Codable.swift
[758/793] Compiling BitCollections BitArray+Collection.swift
[759/793] Compiling BitCollections BitArray+Copy.swift
[760/793] Compiling BitCollections BitArray+CustomReflectable.swift
[761/793] Compiling BitCollections BitArray+Descriptions.swift
[762/793] Compiling BitCollections BitArray+Equatable.swift
[767/793] Compiling BitCollections BitArray._UnsafeHandle.swift
[768/793] Compiling BitCollections BitArray.swift
[769/793] Compiling BitCollections BitSet+BidirectionalCollection.swift
[770/793] Compiling BitCollections BitSet+Codable.swift
[771/793] Compiling BitCollections BitSet.Index.swift
[772/793] Compiling BitCollections BitSet._UnsafeHandle.swift
[773/793] Compiling BitCollections BitSet.swift
[774/793] Compiling BitCollections Range+Utilities.swift
[775/793] Compiling BitCollections Slice+Utilities.swift
[776/793] Compiling BitCollections UInt+Tricks.swift
[777/793] Compiling BitCollections _Word.swift
[778/796] Compiling c-nioatomics.c
[780/796] Compiling Collections Collections.swift
[781/796] Emitting module Collections
[783/797] Emitting module Atomics
[796/797] Compiling c-atomics.c
[799/804] Compiling NIOConcurrencyHelpers NIOLock.swift
[800/804] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[801/804] Emitting module NIOConcurrencyHelpers
[802/804] Compiling NIOConcurrencyHelpers lock.swift
[803/804] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[804/804] Compiling NIOConcurrencyHelpers atomics.swift
[806/864] Compiling NIOCore EventLoop.swift
[807/864] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[808/864] Compiling NIOCore EventLoopFuture+Deprecated.swift
[809/864] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[810/864] Compiling NIOCore EventLoopFuture.swift
[811/864] Compiling NIOCore FileDescriptor.swift
[812/864] Compiling NIOCore FileHandle.swift
[813/864] Compiling NIOCore FileRegion.swift
[814/864] Compiling NIOCore MarkedCircularBuffer.swift
[815/864] Compiling NIOCore MulticastChannel.swift
[816/864] Compiling NIOCore NIOAny.swift
[817/864] Compiling NIOCore NIOCloseOnErrorHandler.swift
[818/864] Compiling NIOCore NIOLoopBound.swift
[819/864] Compiling NIOCore NIOScheduledCallback.swift
[820/864] Compiling NIOCore NIOSendable.swift
[821/864] Compiling NIOCore RecvByteBufferAllocator.swift
[822/872] Compiling NIOCore AddressedEnvelope.swift
[823/872] Compiling NIOCore AsyncAwaitSupport.swift
[824/872] Compiling NIOCore AsyncChannel.swift
[825/872] Compiling NIOCore AsyncChannelHandler.swift
[826/872] Compiling NIOCore AsyncChannelInboundStream.swift
[827/872] Compiling NIOCore AsyncChannelOutboundWriter.swift
[828/872] Compiling NIOCore NIOAsyncSequenceProducer.swift
[829/872] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[830/872] Compiling NIOCore NIOAsyncWriter.swift
[831/872] Compiling NIOCore GlobalSingletons.swift
[832/872] Compiling NIOCore IO.swift
[833/872] Compiling NIOCore IOData.swift
[834/872] Compiling NIOCore IPProtocol.swift
[835/872] Compiling NIOCore IntegerBitPacking.swift
[836/872] Compiling NIOCore IntegerTypes.swift
[837/872] Compiling NIOCore Interfaces.swift
[838/872] Compiling NIOCore Linux.swift
[839/872] Compiling NIOCore ChannelPipeline.swift
[840/872] Compiling NIOCore CircularBuffer.swift
[841/872] Compiling NIOCore Codec.swift
[842/872] Compiling NIOCore ConvenienceOptionSupport.swift
[843/872] Compiling NIOCore DeadChannel.swift
[844/872] Compiling NIOCore DispatchQueue+WithFuture.swift
[845/872] Compiling NIOCore EventLoop+Deprecated.swift
[846/872] Compiling NIOCore EventLoop+SerialExecutor.swift
[847/872] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[848/872] Compiling NIOCore BSDSocketAPI.swift
[849/872] Compiling NIOCore ByteBuffer-aux.swift
[850/872] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[851/872] Compiling NIOCore ByteBuffer-conversions.swift
[852/872] Compiling NIOCore ByteBuffer-core.swift
[853/872] Compiling NIOCore ByteBuffer-hex.swift
[854/872] Compiling NIOCore ByteBuffer-int.swift
[855/872] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[856/872] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[857/872] Compiling NIOCore SocketAddresses.swift
[858/872] Compiling NIOCore SocketOptionProvider.swift
[859/872] Compiling NIOCore SystemCallHelpers.swift
[860/872] Compiling NIOCore TimeAmount+Duration.swift
[861/872] Compiling NIOCore TypeAssistedChannelHandler.swift
[862/872] Compiling NIOCore UniversalBootstrapSupport.swift
[863/872] Compiling NIOCore Utilities.swift
[864/872] Compiling NIOCore ByteBuffer-multi-int.swift
[865/872] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[866/872] Compiling NIOCore ByteBuffer-views.swift
[867/872] Compiling NIOCore Channel.swift
[868/872] Compiling NIOCore ChannelHandler.swift
[869/872] Compiling NIOCore ChannelHandlers.swift
[870/872] Compiling NIOCore ChannelInvoker.swift
[871/872] Compiling NIOCore ChannelOption.swift
[872/872] Emitting module NIOCore
[874/932] Emitting module NIOEmbedded
[875/932] Compiling NIOEmbedded AsyncTestingChannel.swift
[876/932] Compiling NIOEmbedded Embedded.swift
[877/932] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[879/933] Compiling AMQPProtocol Protocol.swift
[880/934] Compiling AMQPProtocol ProtocolError.swift
[881/934] Emitting module AMQPProtocol
[882/934] Compiling AMQPProtocol Properties.swift
[883/934] Compiling NIOPosix ServerSocket.swift
[884/934] Compiling NIOPosix Socket.swift
[885/934] Compiling NIOPosix SocketChannel.swift
[886/934] Compiling NIOPosix SocketProtocols.swift
[887/934] Compiling NIOPosix System.swift
[888/934] Compiling NIOPosix Thread.swift
[889/940] Compiling NIOPosix SelectableChannel.swift
[890/940] Compiling NIOPosix SelectableEventLoop.swift
[891/940] Compiling NIOPosix SelectorEpoll.swift
[892/940] Compiling NIOPosix SelectorGeneric.swift
[893/940] Compiling NIOPosix SelectorKqueue.swift
[894/940] Compiling NIOPosix SelectorUring.swift
[895/940] Compiling NIOPosix PooledRecvBufferAllocator.swift
[896/940] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[897/940] Compiling NIOPosix PosixSingletons.swift
[898/940] Compiling NIOPosix RawSocketBootstrap.swift
[899/940] Compiling NIOPosix Resolver.swift
[900/940] Compiling NIOPosix Selectable.swift
[901/940] Emitting module NIOPosix
[902/940] Compiling NIOPosix BSDSocketAPICommon.swift
[903/940] Compiling NIOPosix BSDSocketAPIPosix.swift
[904/940] Compiling NIOPosix BSDSocketAPIWindows.swift
[905/940] Compiling NIOPosix BaseSocket.swift
[906/940] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[907/940] Compiling NIOPosix BaseSocketChannel.swift
[908/940] Compiling NIOPosix BaseStreamSocketChannel.swift
[909/940] Compiling NIOPosix Bootstrap.swift
[910/940] Compiling NIOPosix ControlMessage.swift
[911/940] Compiling NIOPosix DatagramVectorReadManager.swift
[912/940] Compiling NIOPosix Errors+Any.swift
[913/940] Compiling NIOPosix FileDescriptor.swift
[914/940] Compiling NIOPosix GetaddrinfoResolver.swift
[915/940] Compiling NIOPosix HappyEyeballs.swift
[916/940] Compiling AMQPProtocol Table.swift
[917/940] Compiling NIOPosix ThreadPosix.swift
[918/940] Compiling NIOPosix ThreadWindows.swift
[919/940] Compiling NIOPosix UnsafeTransfer.swift
[920/940] Compiling NIOPosix Utilities.swift
[921/940] Compiling NIOPosix VsockAddress.swift
[922/940] Compiling NIOPosix VsockChannelEvents.swift
[923/940] Compiling AMQPProtocol ByteBuffer+AMQP.swift
[924/940] Compiling AMQPProtocol UInt8+AMQP.swift
[925/940] Compiling AMQPProtocol Date+AMQP.swift
[926/940] Compiling AMQPProtocol Frame.swift
[928/941] Compiling NIOPosix IO.swift
[929/941] Compiling NIOPosix IntegerBitPacking.swift
[930/941] Compiling NIOPosix IntegerTypes.swift
[931/941] Compiling NIOPosix Linux.swift
[932/941] Compiling NIOPosix LinuxCPUSet.swift
[933/941] Compiling NIOPosix LinuxUring.swift
[934/941] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[935/941] Compiling NIOPosix NIOThreadPool.swift
[936/941] Compiling NIOPosix NonBlockingFileIO.swift
[937/941] Compiling NIOPosix PendingDatagramWritesManager.swift
[938/941] Compiling NIOPosix PendingWritesManager.swift
[939/941] Compiling NIOPosix PipeChannel.swift
[940/941] Compiling NIOPosix PipePair.swift
[941/941] Compiling NIOPosix Pool.swift
[943/944] Emitting module NIO
[944/944] Compiling NIO Exports.swift
[946/951] Compiling NIOTLS TLSEvents.swift
[947/951] Emitting module NIOTLS
[948/951] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[949/951] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[950/951] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[951/951] Compiling NIOTLS SNIHandler.swift
[953/981] Emitting module NIOSSL
[954/984] Compiling NIOSSL AndroidCABundle.swift
[955/984] Compiling NIOSSL ByteBufferBIO.swift
[956/984] Compiling NIOSSL CustomPrivateKey.swift
[957/984] Compiling NIOSSL IdentityVerification.swift
[958/984] Compiling NIOSSL SSLErrors.swift
[959/984] Compiling NIOSSL SSLInit.swift
[960/984] Compiling NIOSSL SSLPKCS12Bundle.swift
[961/984] Compiling NIOSSL SSLPrivateKey.swift
[962/984] Compiling NIOSSL NIOSSLServerHandler.swift
[963/984] Compiling NIOSSL ObjectIdentifier.swift
[964/984] Compiling NIOSSL PosixPort.swift
[965/984] Compiling NIOSSL SSLCallbacks.swift
[966/984] Compiling NIOSSL SSLCertificate.swift
[967/984] Compiling NIOSSL SSLCertificateExtensions.swift
[968/984] Compiling NIOSSL SSLConnection.swift
[969/984] Compiling NIOSSL SSLContext.swift
[970/984] Compiling NIOSSL SSLPublicKey.swift
[971/984] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[972/984] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[973/984] Compiling NIOSSL SubjectAlternativeName.swift
[974/984] Compiling NIOSSL LinuxCABundle.swift
[975/984] Compiling NIOSSL NIOSSLClientHandler.swift
[976/984] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[977/984] Compiling NIOSSL NIOSSLHandler.swift
[978/984] Compiling NIOSSL NIOSSLSecureBytes.swift
[979/984] Compiling NIOSSL RNG.swift
[980/984] Compiling NIOSSL SafeCompare.swift
[981/984] Compiling NIOSSL Zeroization.swift
[982/984] Compiling NIOSSL TLSConfiguration.swift
[983/984] Compiling NIOSSL UniversalBootstrapSupport.swift
[984/984] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[986/998] Compiling AMQPClient AMQPFrameDecoder.swift
[987/999] Compiling AMQPClient AMQPConnectionError.swift
[988/999] Compiling AMQPClient AMQPResponse.swift
[989/999] Compiling AMQPClient AMQPFrameEncoder.swift
[990/999] Compiling AMQPClient AMQPConnectionMultiplexHandler.swift
[991/999] Compiling AMQPClient AMQPChannel+async.swift
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:23:31: warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
21 | /// - code: Any number - might be logged by the server.
22 | func close(reason: String = "", code: UInt16 = 200) async throws {
23 | return try await self.close(reason: reason, code: code).get()
| `- warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
24 | }
25 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:52:31: warning: 'basicPublish(from:exchange:routingKey:mandatory:immediate:properties:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
50 | properties: Properties = Properties()
51 | ) async throws -> AMQPResponse.Channel.Basic.Published {
52 | return try await self.basicPublish(from: body,
| `- warning: 'basicPublish(from:exchange:routingKey:mandatory:immediate:properties:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
53 | exchange: exchange,
54 | routingKey: routingKey,
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:84:31: warning: 'basicGet(queue:noAck:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
82 | /// - Returns: Message when queue is not empty.
83 | func basicGet(queue: String, noAck: Bool = false) async throws -> AMQPResponse.Channel.Message.Get? {
84 | return try await self.basicGet(queue: queue, noAck: noAck).get()
| `- warning: 'basicGet(queue:noAck:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
85 | }
86 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:104:31: warning: 'basicConsume(queue:consumerTag:noAck:exclusive:args:listener:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
102 | listener: @escaping @Sendable (Result<AMQPResponse.Channel.Message.Delivery, Error>) -> Void
103 | ) async throws -> AMQPResponse.Channel.Basic.ConsumeOk {
104 | return try await self.basicConsume(queue: queue, consumerTag: consumerTag, noAck: noAck, exclusive:exclusive, args: arguments, listener: listener).get()
| `- warning: 'basicConsume(queue:consumerTag:noAck:exclusive:args:listener:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
105 | }
106 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:139:11: warning: type 'AMQPSequence<AMQPResponse.Channel.Message.Delivery>' does not conform to the 'Sendable' protocol
137 | }
138 | ).makeAsyncSequence()
139 | }.get()
| `- warning: type 'AMQPSequence<AMQPResponse.Channel.Message.Delivery>' does not conform to the 'Sendable' protocol
140 | }
141 |
:
369 |
370 | @available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
371 | public struct AMQPSequence<Element>: AsyncSequence {
| `- note: consider making generic struct 'AMQPSequence' conform to the 'Sendable' protocol
372 | public typealias BackingStream = AsyncThrowingStream<Element, Error>
373 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:146:31: warning: 'basicCancel(consumerTag:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
144 | /// - consumerTag: Identifer of the consumer.
145 | func basicCancel(consumerTag: String) async throws {
146 | return try await self.basicCancel(consumerTag: consumerTag).get()
| `- warning: 'basicCancel(consumerTag:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
147 | }
148 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:154:31: warning: 'basicAck(deliveryTag:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
152 | /// - multiple: Controls whether only this message is acked (false) or additionally all other up to it (true).
153 | func basicAck(deliveryTag: UInt64, multiple: Bool = false) async throws {
154 | return try await self.basicAck(deliveryTag: deliveryTag, multiple: multiple).get()
| `- warning: 'basicAck(deliveryTag:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
155 | }
156 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:162:31: warning: 'basicAck(message:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
160 | /// - multiple: Controls whether only this message is acked (false) or additionally all other up to it (true).
161 | func basicAck(message: AMQPResponse.Channel.Message.Delivery, multiple: Bool = false) async throws {
162 | return try await self.basicAck(message: message, multiple: multiple).get()
| `- warning: 'basicAck(message:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
163 | }
164 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:171:31: warning: 'basicNack(deliveryTag:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
169 | /// - requeue: Controls whether to requeue message after reject.
170 | func basicNack(deliveryTag: UInt64, multiple: Bool = false, requeue: Bool = false) async throws {
171 | return try await self.basicNack(deliveryTag: deliveryTag, multiple: multiple, requeue: requeue).get()
| `- warning: 'basicNack(deliveryTag:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
172 | }
173 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:180:31: warning: 'basicNack(message:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
178 | /// - requeue: Controls whether to requeue message after reject.
179 | func basicNack(message: AMQPResponse.Channel.Message.Delivery, multiple: Bool = false, requeue: Bool = false) async throws {
180 | return try await self.basicNack(message: message, multiple: multiple, requeue: requeue).get()
| `- warning: 'basicNack(message:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
181 | }
182 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:188:31: warning: 'basicReject(deliveryTag:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
186 | /// - requeue: Controls whether to requeue message after reject.
187 | func basicReject(deliveryTag: UInt64, requeue: Bool = false) async throws {
188 | return try await self.basicReject(deliveryTag: deliveryTag, requeue: requeue).get()
| `- warning: 'basicReject(deliveryTag:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
189 | }
190 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:196:31: warning: 'basicReject(message:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
194 | /// - requeue: Controls whether to requeue message after reject.
195 | func basicReject(message: AMQPResponse.Channel.Message.Delivery, requeue: Bool = false) async throws {
196 | return try await self.basicReject(message: message, requeue: requeue).get()
| `- warning: 'basicReject(message:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
197 | }
198 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:203:31: warning: 'basicRecover(requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
201 | /// - Parameters:
202 | func basicRecover(requeue: Bool) async throws {
203 | return try await self.basicRecover(requeue: requeue).get()
| `- warning: 'basicRecover(requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
204 | }
205 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:212:31: warning: 'basicQos(count:global:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
210 | /// - global: Whether the limit will be shared across all consumers on the channel.
211 | func basicQos(count: UInt16, global: Bool = false) async throws {
212 | return try await self.basicQos(count: count, global: global).get()
| `- warning: 'basicQos(count:global:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
213 | }
214 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:222:31: warning: 'flow(active:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
220 | @discardableResult
221 | func flow(active: Bool) async throws -> AMQPResponse.Channel.Flowed {
222 | return try await self.flow(active: active).get()
| `- warning: 'flow(active:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
223 | }
224 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:253:31: warning: 'queueDeclare(name:passive:durable:exclusive:autoDelete:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
251 | args arguments: Table = Table()
252 | ) async throws -> AMQPResponse.Channel.Queue.Declared {
253 | return try await self.queueDeclare(name: name, passive: passive, durable: durable, exclusive: exclusive, autoDelete: autoDelete, args: arguments).get()
| `- warning: 'queueDeclare(name:passive:durable:exclusive:autoDelete:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
254 | }
255 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:264:31: warning: 'queueDelete(name:ifUnused:ifEmpty:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
262 | @discardableResult
263 | func queueDelete(name: String, ifUnused: Bool = false, ifEmpty: Bool = false) async throws -> AMQPResponse.Channel.Queue.Deleted {
264 | return try await self.queueDelete(name: name, ifUnused: ifUnused, ifEmpty: ifEmpty).get()
| `- warning: 'queueDelete(name:ifUnused:ifEmpty:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
265 | }
266 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:273:31: warning: 'queuePurge(name:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
271 | @discardableResult
272 | func queuePurge(name: String) async throws -> AMQPResponse.Channel.Queue.Purged {
273 | return try await self.queuePurge(name: name).get()
| `- warning: 'queuePurge(name:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
274 | }
275 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:283:31: warning: 'queueBind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
281 | /// - arguments: Bind only to message matching given options.
282 | func queueBind(queue: String, exchange: String, routingKey: String = "", args arguments: Table = Table()) async throws {
283 | return try await self.queueBind(queue: queue, exchange: exchange, routingKey: routingKey, args: arguments).get()
| `- warning: 'queueBind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
284 | }
285 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:293:31: warning: 'queueUnbind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
291 | /// - arguments: Unbind only from messages matching given options.
292 | func queueUnbind(queue: String, exchange: String, routingKey: String = "", args arguments: Table = Table()) async throws {
293 | return try await self.queueUnbind(queue: queue, exchange: exchange, routingKey: routingKey, args: arguments).get()
| `- warning: 'queueUnbind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
294 | }
295 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:313:31: warning: 'exchangeDeclare(name:type:passive:durable:autoDelete:internal:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
311 | args arguments: Table = Table()
312 | ) async throws {
313 | return try await self.exchangeDeclare(name: name,
| `- warning: 'exchangeDeclare(name:type:passive:durable:autoDelete:internal:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
314 | type: type,
315 | passive: passive,
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:326:31: warning: 'exchangeDelete(name:ifUnused:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
324 | /// - ifUnused: If enabled exchange will be deleted only when it's not used.
325 | func exchangeDelete(name: String, ifUnused: Bool = false) async throws {
326 | return try await self.exchangeDelete(name: name, ifUnused: ifUnused).get()
| `- warning: 'exchangeDelete(name:ifUnused:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
327 | }
328 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:336:31: warning: 'exchangeBind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
334 | /// - arguments: Bind only to message matching given options.
335 | func exchangeBind(destination: String, source: String, routingKey: String, args arguments: Table = Table()) async throws {
336 | return try await self.exchangeBind(destination: destination, source: source, routingKey: routingKey, args: arguments).get()
| `- warning: 'exchangeBind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
337 | }
338 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:346:31: warning: 'exchangeUnbind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
344 | /// - arguments: Unbind only from message matching given options.
345 | func exchangeUnbind(destination: String, source: String, routingKey: String, args arguments: Table = Table()) async throws {
346 | return try await self.exchangeUnbind(destination: destination, source: source, routingKey: routingKey, args: arguments).get()
| `- warning: 'exchangeUnbind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
347 | }
348 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:351:31: warning: 'confirmSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
349 | /// Set channel in publish confirm mode, each published message will be acked or nacked.
350 | func confirmSelect() async throws {
351 | return try await self.confirmSelect().get()
| `- warning: 'confirmSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
352 | }
353 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:356:31: warning: 'txSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
354 | /// Set channel in transaction mode.
355 | func txSelect() async throws {
356 | return try await self.txSelect().get()
| `- warning: 'txSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
357 | }
358 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:361:31: warning: 'txCommit()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
359 | /// Commit a transaction.
360 | func txCommit() async throws {
361 | return try await self.txCommit().get()
| `- warning: 'txCommit()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
362 | }
363 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:366:31: warning: 'txRollback()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
364 | /// Rollback a transaction.
365 | func txRollback() async throws {
366 | return try await self.txRollback().get()
| `- warning: 'txRollback()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
367 | }
368 | }
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPConnection+async.swift:25:31: warning: 'connect(use:from:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
23 | /// - Returns: New AMQP Connection.
24 | static func connect(use eventLoop: EventLoop, from config: AMQPConnectionConfiguration) async throws -> AMQPConnection {
25 | return try await self.connect(use: eventLoop, from: config).get()
| `- warning: 'connect(use:from:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
26 | }
27 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPConnection+async.swift:33:31: warning: 'openChannel()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
31 | /// - Returns: New opened AMQP Channel.
32 | func openChannel() async throws -> AMQPChannel {
33 | return try await self.openChannel().get()
| `- warning: 'openChannel()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
34 | }
35 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPConnection+async.swift:41:31: warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
39 | /// - code: Code that can be logged by broker.
40 | func close(reason: String = "", code: UInt16 = 200) async throws {
41 | return try await self.close(reason: reason, code: code).get()
| `- warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
42 | }
43 | }
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:429:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
427 | switch result {
428 | case .success(let value):
429 | cont.yield(value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
430 | case .failure(let error):
431 | if let callback = self.onThrowSkip {
[992/999] Compiling AMQPClient AMQPConnection+async.swift
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:23:31: warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
21 | /// - code: Any number - might be logged by the server.
22 | func close(reason: String = "", code: UInt16 = 200) async throws {
23 | return try await self.close(reason: reason, code: code).get()
| `- warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
24 | }
25 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:52:31: warning: 'basicPublish(from:exchange:routingKey:mandatory:immediate:properties:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
50 | properties: Properties = Properties()
51 | ) async throws -> AMQPResponse.Channel.Basic.Published {
52 | return try await self.basicPublish(from: body,
| `- warning: 'basicPublish(from:exchange:routingKey:mandatory:immediate:properties:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
53 | exchange: exchange,
54 | routingKey: routingKey,
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:84:31: warning: 'basicGet(queue:noAck:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
82 | /// - Returns: Message when queue is not empty.
83 | func basicGet(queue: String, noAck: Bool = false) async throws -> AMQPResponse.Channel.Message.Get? {
84 | return try await self.basicGet(queue: queue, noAck: noAck).get()
| `- warning: 'basicGet(queue:noAck:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
85 | }
86 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:104:31: warning: 'basicConsume(queue:consumerTag:noAck:exclusive:args:listener:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
102 | listener: @escaping @Sendable (Result<AMQPResponse.Channel.Message.Delivery, Error>) -> Void
103 | ) async throws -> AMQPResponse.Channel.Basic.ConsumeOk {
104 | return try await self.basicConsume(queue: queue, consumerTag: consumerTag, noAck: noAck, exclusive:exclusive, args: arguments, listener: listener).get()
| `- warning: 'basicConsume(queue:consumerTag:noAck:exclusive:args:listener:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
105 | }
106 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:139:11: warning: type 'AMQPSequence<AMQPResponse.Channel.Message.Delivery>' does not conform to the 'Sendable' protocol
137 | }
138 | ).makeAsyncSequence()
139 | }.get()
| `- warning: type 'AMQPSequence<AMQPResponse.Channel.Message.Delivery>' does not conform to the 'Sendable' protocol
140 | }
141 |
:
369 |
370 | @available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
371 | public struct AMQPSequence<Element>: AsyncSequence {
| `- note: consider making generic struct 'AMQPSequence' conform to the 'Sendable' protocol
372 | public typealias BackingStream = AsyncThrowingStream<Element, Error>
373 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:146:31: warning: 'basicCancel(consumerTag:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
144 | /// - consumerTag: Identifer of the consumer.
145 | func basicCancel(consumerTag: String) async throws {
146 | return try await self.basicCancel(consumerTag: consumerTag).get()
| `- warning: 'basicCancel(consumerTag:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
147 | }
148 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:154:31: warning: 'basicAck(deliveryTag:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
152 | /// - multiple: Controls whether only this message is acked (false) or additionally all other up to it (true).
153 | func basicAck(deliveryTag: UInt64, multiple: Bool = false) async throws {
154 | return try await self.basicAck(deliveryTag: deliveryTag, multiple: multiple).get()
| `- warning: 'basicAck(deliveryTag:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
155 | }
156 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:162:31: warning: 'basicAck(message:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
160 | /// - multiple: Controls whether only this message is acked (false) or additionally all other up to it (true).
161 | func basicAck(message: AMQPResponse.Channel.Message.Delivery, multiple: Bool = false) async throws {
162 | return try await self.basicAck(message: message, multiple: multiple).get()
| `- warning: 'basicAck(message:multiple:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
163 | }
164 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:171:31: warning: 'basicNack(deliveryTag:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
169 | /// - requeue: Controls whether to requeue message after reject.
170 | func basicNack(deliveryTag: UInt64, multiple: Bool = false, requeue: Bool = false) async throws {
171 | return try await self.basicNack(deliveryTag: deliveryTag, multiple: multiple, requeue: requeue).get()
| `- warning: 'basicNack(deliveryTag:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
172 | }
173 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:180:31: warning: 'basicNack(message:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
178 | /// - requeue: Controls whether to requeue message after reject.
179 | func basicNack(message: AMQPResponse.Channel.Message.Delivery, multiple: Bool = false, requeue: Bool = false) async throws {
180 | return try await self.basicNack(message: message, multiple: multiple, requeue: requeue).get()
| `- warning: 'basicNack(message:multiple:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
181 | }
182 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:188:31: warning: 'basicReject(deliveryTag:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
186 | /// - requeue: Controls whether to requeue message after reject.
187 | func basicReject(deliveryTag: UInt64, requeue: Bool = false) async throws {
188 | return try await self.basicReject(deliveryTag: deliveryTag, requeue: requeue).get()
| `- warning: 'basicReject(deliveryTag:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
189 | }
190 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:196:31: warning: 'basicReject(message:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
194 | /// - requeue: Controls whether to requeue message after reject.
195 | func basicReject(message: AMQPResponse.Channel.Message.Delivery, requeue: Bool = false) async throws {
196 | return try await self.basicReject(message: message, requeue: requeue).get()
| `- warning: 'basicReject(message:requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
197 | }
198 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:203:31: warning: 'basicRecover(requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
201 | /// - Parameters:
202 | func basicRecover(requeue: Bool) async throws {
203 | return try await self.basicRecover(requeue: requeue).get()
| `- warning: 'basicRecover(requeue:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
204 | }
205 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:212:31: warning: 'basicQos(count:global:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
210 | /// - global: Whether the limit will be shared across all consumers on the channel.
211 | func basicQos(count: UInt16, global: Bool = false) async throws {
212 | return try await self.basicQos(count: count, global: global).get()
| `- warning: 'basicQos(count:global:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
213 | }
214 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:222:31: warning: 'flow(active:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
220 | @discardableResult
221 | func flow(active: Bool) async throws -> AMQPResponse.Channel.Flowed {
222 | return try await self.flow(active: active).get()
| `- warning: 'flow(active:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
223 | }
224 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:253:31: warning: 'queueDeclare(name:passive:durable:exclusive:autoDelete:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
251 | args arguments: Table = Table()
252 | ) async throws -> AMQPResponse.Channel.Queue.Declared {
253 | return try await self.queueDeclare(name: name, passive: passive, durable: durable, exclusive: exclusive, autoDelete: autoDelete, args: arguments).get()
| `- warning: 'queueDeclare(name:passive:durable:exclusive:autoDelete:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
254 | }
255 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:264:31: warning: 'queueDelete(name:ifUnused:ifEmpty:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
262 | @discardableResult
263 | func queueDelete(name: String, ifUnused: Bool = false, ifEmpty: Bool = false) async throws -> AMQPResponse.Channel.Queue.Deleted {
264 | return try await self.queueDelete(name: name, ifUnused: ifUnused, ifEmpty: ifEmpty).get()
| `- warning: 'queueDelete(name:ifUnused:ifEmpty:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
265 | }
266 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:273:31: warning: 'queuePurge(name:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
271 | @discardableResult
272 | func queuePurge(name: String) async throws -> AMQPResponse.Channel.Queue.Purged {
273 | return try await self.queuePurge(name: name).get()
| `- warning: 'queuePurge(name:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
274 | }
275 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:283:31: warning: 'queueBind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
281 | /// - arguments: Bind only to message matching given options.
282 | func queueBind(queue: String, exchange: String, routingKey: String = "", args arguments: Table = Table()) async throws {
283 | return try await self.queueBind(queue: queue, exchange: exchange, routingKey: routingKey, args: arguments).get()
| `- warning: 'queueBind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
284 | }
285 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:293:31: warning: 'queueUnbind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
291 | /// - arguments: Unbind only from messages matching given options.
292 | func queueUnbind(queue: String, exchange: String, routingKey: String = "", args arguments: Table = Table()) async throws {
293 | return try await self.queueUnbind(queue: queue, exchange: exchange, routingKey: routingKey, args: arguments).get()
| `- warning: 'queueUnbind(queue:exchange:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
294 | }
295 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:313:31: warning: 'exchangeDeclare(name:type:passive:durable:autoDelete:internal:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
311 | args arguments: Table = Table()
312 | ) async throws {
313 | return try await self.exchangeDeclare(name: name,
| `- warning: 'exchangeDeclare(name:type:passive:durable:autoDelete:internal:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
314 | type: type,
315 | passive: passive,
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:326:31: warning: 'exchangeDelete(name:ifUnused:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
324 | /// - ifUnused: If enabled exchange will be deleted only when it's not used.
325 | func exchangeDelete(name: String, ifUnused: Bool = false) async throws {
326 | return try await self.exchangeDelete(name: name, ifUnused: ifUnused).get()
| `- warning: 'exchangeDelete(name:ifUnused:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
327 | }
328 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:336:31: warning: 'exchangeBind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
334 | /// - arguments: Bind only to message matching given options.
335 | func exchangeBind(destination: String, source: String, routingKey: String, args arguments: Table = Table()) async throws {
336 | return try await self.exchangeBind(destination: destination, source: source, routingKey: routingKey, args: arguments).get()
| `- warning: 'exchangeBind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
337 | }
338 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:346:31: warning: 'exchangeUnbind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
344 | /// - arguments: Unbind only from message matching given options.
345 | func exchangeUnbind(destination: String, source: String, routingKey: String, args arguments: Table = Table()) async throws {
346 | return try await self.exchangeUnbind(destination: destination, source: source, routingKey: routingKey, args: arguments).get()
| `- warning: 'exchangeUnbind(destination:source:routingKey:args:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
347 | }
348 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:351:31: warning: 'confirmSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
349 | /// Set channel in publish confirm mode, each published message will be acked or nacked.
350 | func confirmSelect() async throws {
351 | return try await self.confirmSelect().get()
| `- warning: 'confirmSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
352 | }
353 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:356:31: warning: 'txSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
354 | /// Set channel in transaction mode.
355 | func txSelect() async throws {
356 | return try await self.txSelect().get()
| `- warning: 'txSelect()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
357 | }
358 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:361:31: warning: 'txCommit()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
359 | /// Commit a transaction.
360 | func txCommit() async throws {
361 | return try await self.txCommit().get()
| `- warning: 'txCommit()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
362 | }
363 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:366:31: warning: 'txRollback()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
364 | /// Rollback a transaction.
365 | func txRollback() async throws {
366 | return try await self.txRollback().get()
| `- warning: 'txRollback()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
367 | }
368 | }
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPConnection+async.swift:25:31: warning: 'connect(use:from:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
23 | /// - Returns: New AMQP Connection.
24 | static func connect(use eventLoop: EventLoop, from config: AMQPConnectionConfiguration) async throws -> AMQPConnection {
25 | return try await self.connect(use: eventLoop, from: config).get()
| `- warning: 'connect(use:from:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
26 | }
27 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPConnection+async.swift:33:31: warning: 'openChannel()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
31 | /// - Returns: New opened AMQP Channel.
32 | func openChannel() async throws -> AMQPChannel {
33 | return try await self.openChannel().get()
| `- warning: 'openChannel()' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
34 | }
35 |
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPConnection+async.swift:41:31: warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
39 | /// - code: Code that can be logged by broker.
40 | func close(reason: String = "", code: UInt16 = 200) async throws {
41 | return try await self.close(reason: reason, code: code).get()
| `- warning: 'close(reason:code:)' is deprecated: EventLoopFuture based public API will be removed in first stable release, please use Async API
42 | }
43 | }
/host/spi-builder-workspace/Sources/AMQPClient/AsyncAwaitSupport/AMQPChannel+async.swift:429:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
427 | switch result {
428 | case .success(let value):
429 | cont.yield(value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
430 | case .failure(let error):
431 | if let callback = self.onThrowSkip {
[993/999] Compiling AMQPClient AMQPChannelHandler.swift
/host/spi-builder-workspace/Sources/AMQPClient/ChannelHandlers/AMQPConnectionHandler.swift:31:17: warning: type 'AMQPOutbound' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 | writePromise: EventLoopPromise<Void>?
30 | ) {
31 | channel.writeAndFlush((outbound, responsePromise), promise: writePromise)
| `- warning: type 'AMQPOutbound' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/host/spi-builder-workspace/Sources/AMQPClient/ChannelHandlers/AMQPConnectionMultiplexHandler.swift:18:13: note: consider making enum 'AMQPOutbound' conform to the 'Sendable' protocol
16 | import NIOCore
17 |
18 | public enum AMQPOutbound {
| `- note: consider making enum 'AMQPOutbound' conform to the 'Sendable' protocol
19 | case frame(Frame)
20 | case bulk([Frame])
[994/999] Compiling AMQPClient AMQPConnectionHandler.swift
/host/spi-builder-workspace/Sources/AMQPClient/ChannelHandlers/AMQPConnectionHandler.swift:31:17: warning: type 'AMQPOutbound' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 | writePromise: EventLoopPromise<Void>?
30 | ) {
31 | channel.writeAndFlush((outbound, responsePromise), promise: writePromise)
| `- warning: type 'AMQPOutbound' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/host/spi-builder-workspace/Sources/AMQPClient/ChannelHandlers/AMQPConnectionMultiplexHandler.swift:18:13: note: consider making enum 'AMQPOutbound' conform to the 'Sendable' protocol
16 | import NIOCore
17 |
18 | public enum AMQPOutbound {
| `- note: consider making enum 'AMQPOutbound' conform to the 'Sendable' protocol
19 | case frame(Frame)
20 | case bulk([Frame])
[995/999] Compiling AMQPClient AMQPConnection.swift
/host/spi-builder-workspace/Sources/AMQPClient/AMQPConnection.swift:155:25: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
153 | .channelInitializer { channel in
154 | channel.pipeline.addHandlers([
155 | MessageToByteHandler(AMQPFrameEncoder()),
| `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
156 | ByteToMessageHandler(AMQPFrameDecoder()),
157 | multiplexer.value,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
| `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/AMQPClient/AMQPConnection.swift:156:25: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 | channel.pipeline.addHandlers([
155 | MessageToByteHandler(AMQPFrameEncoder()),
156 | ByteToMessageHandler(AMQPFrameDecoder()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 | multiplexer.value,
158 | ])
/host/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
/host/spi-builder-workspace/Sources/AMQPClient/AMQPConnection.swift:157:37: warning: type 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
155 | MessageToByteHandler(AMQPFrameEncoder()),
156 | ByteToMessageHandler(AMQPFrameDecoder()),
157 | multiplexer.value,
| `- warning: type 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
158 | ])
159 | }
/host/spi-builder-workspace/Sources/AMQPClient/ChannelHandlers/AMQPConnectionMultiplexHandler.swift:32:22: note: class 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
30 | }
31 |
32 | internal final class AMQPConnectionMultiplexHandler: ChannelDuplexHandler {
| `- note: class 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
33 | typealias InboundIn = Frame
34 | typealias OutboundIn = (AMQPOutbound, EventLoopPromise<AMQPResponse>?)
[996/999] Compiling AMQPClient AMQPConnectionConfiguration.swift
/host/spi-builder-workspace/Sources/AMQPClient/AMQPConnection.swift:155:25: warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
153 | .channelInitializer { channel in
154 | channel.pipeline.addHandlers([
155 | MessageToByteHandler(AMQPFrameEncoder()),
| `- warning: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
156 | ByteToMessageHandler(AMQPFrameDecoder()),
157 | multiplexer.value,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:810:1: note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
808 |
809 | @available(*, unavailable)
810 | extension MessageToByteHandler: Sendable {}
| `- note: conformance of 'MessageToByteHandler<Encoder>' to 'Sendable' has been explicitly marked unavailable here
811 |
812 | extension MessageToByteHandler {
/host/spi-builder-workspace/Sources/AMQPClient/AMQPConnection.swift:156:25: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
154 | channel.pipeline.addHandlers([
155 | MessageToByteHandler(AMQPFrameEncoder()),
156 | ByteToMessageHandler(AMQPFrameDecoder()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
157 | multiplexer.value,
158 | ])
/host/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
/host/spi-builder-workspace/Sources/AMQPClient/AMQPConnection.swift:157:37: warning: type 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
155 | MessageToByteHandler(AMQPFrameEncoder()),
156 | ByteToMessageHandler(AMQPFrameDecoder()),
157 | multiplexer.value,
| `- warning: type 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
158 | ])
159 | }
/host/spi-builder-workspace/Sources/AMQPClient/ChannelHandlers/AMQPConnectionMultiplexHandler.swift:32:22: note: class 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
30 | }
31 |
32 | internal final class AMQPConnectionMultiplexHandler: ChannelDuplexHandler {
| `- note: class 'AMQPConnectionMultiplexHandler' does not conform to the 'Sendable' protocol
33 | typealias InboundIn = Frame
34 | typealias OutboundIn = (AMQPOutbound, EventLoopPromise<AMQPResponse>?)
[997/999] Emitting module AMQPClient
[998/999] Compiling AMQPClient AMQPChannel.swift
[999/999] Compiling AMQPClient AMQPChannels.swift
Build complete! (78.53s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.48.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.23.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.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "rabbitmq-nio",
"name" : "rabbitmq-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AMQPProtocol",
"targets" : [
"AMQPProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AMQPClient",
"targets" : [
"AMQPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AMQPProtocol",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocol",
"path" : "Sources/AMQPProtocol",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"AMQPProtocol",
"AMQPClient"
],
"sources" : [
"Extensions/ByteBuffer+AMQP.swift",
"Extensions/Date+AMQP.swift",
"Extensions/UInt8+AMQP.swift",
"Frame.swift",
"Properties.swift",
"Protocol.swift",
"ProtocolError.swift",
"Table.swift"
],
"type" : "library"
},
{
"c99name" : "AMQPClientTests",
"module_type" : "SwiftTarget",
"name" : "AMQPClientTests",
"path" : "Tests/AMQPClientTests",
"sources" : [
"AMQPChannelLargePayloadsTest.swift",
"AMQPChannelTest.swift",
"AMQPChannelsTest.swift",
"AMQPConnectionConfigurationTest.swift",
"AMQPConnectionTest.swift"
],
"target_dependencies" : [
"AMQPClient"
],
"type" : "test"
},
{
"c99name" : "AMQPClient",
"module_type" : "SwiftTarget",
"name" : "AMQPClient",
"path" : "Sources/AMQPClient",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers",
"NIOSSL",
"Collections"
],
"product_memberships" : [
"AMQPClient"
],
"sources" : [
"AMQPChannel.swift",
"AMQPChannels.swift",
"AMQPConnection.swift",
"AMQPConnectionConfiguration.swift",
"AMQPConnectionError.swift",
"AMQPResponse.swift",
"AsyncAwaitSupport/AMQPChannel+async.swift",
"AsyncAwaitSupport/AMQPConnection+async.swift",
"ChannelHandlers/AMQPChannelHandler.swift",
"ChannelHandlers/AMQPConnectionHandler.swift",
"ChannelHandlers/AMQPConnectionMultiplexHandler.swift",
"ChannelHandlers/AMQPFrameDecoder.swift",
"ChannelHandlers/AMQPFrameEncoder.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.