Build Information
Successful build of BunnySwift, reference 0.13.0 (42b66e), with Swift 6.1 for Linux on 22 Mar 2026 14:06:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelklishin/bunny-swift.git
Reference: 0.13.0
Initialized empty Git repository in /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/michaelklishin/bunny-swift
* tag 0.13.0 -> FETCH_HEAD
HEAD is now at 42b66e0 0.13.0
Cloned https://github.com/michaelklishin/bunny-swift.git
Revision (git rev-parse @):
42b66e0c3a3a67ca9b95a4e3c6b9bbe02ef96563
SUCCESS checkout https://github.com/michaelklishin/bunny-swift.git at 0.13.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/michaelklishin/bunny-swift.git
https://github.com/michaelklishin/bunny-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.87.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "rabbitmq-http-api-client-swift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git"
}
],
"manifest_display_name" : "BunnySwift",
"name" : "BunnySwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BunnySwift",
"targets" : [
"BunnySwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TransportTests",
"module_type" : "SwiftTarget",
"name" : "TransportTests",
"path" : "Tests/TransportTests",
"sources" : [
"ConnectionConfigurationTests.swift",
"ErrorHandlingTests.swift"
],
"target_dependencies" : [
"Transport"
],
"type" : "test"
},
{
"c99name" : "Transport",
"module_type" : "SwiftTarget",
"name" : "Transport",
"path" : "Sources/Transport",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOSSL"
],
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"AMQPTransport.swift",
"Connection.swift",
"FrameHandler.swift",
"Transport.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "library"
},
{
"c99name" : "RecoveryTests",
"module_type" : "SwiftTarget",
"name" : "RecoveryTests",
"path" : "Tests/RecoveryTests",
"sources" : [
"RecoveryCoordinatorTests.swift",
"TopologyRegistryTests.swift"
],
"target_dependencies" : [
"Recovery"
],
"type" : "test"
},
{
"c99name" : "Recovery",
"module_type" : "SwiftTarget",
"name" : "Recovery",
"path" : "Sources/Recovery",
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"Recovery.swift",
"RecoveryCoordinator.swift",
"TopologyRecoveryFilter.swift",
"TopologyRegistry.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"RabbitMQHTTPAPIClient"
],
"sources" : [
"ConnectionRecoveryTests.swift",
"IntegrationTests.swift",
"NIOHandlerTest.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwiftTests",
"module_type" : "SwiftTarget",
"name" : "BunnySwiftTests",
"path" : "Tests/BunnySwiftTests",
"sources" : [
"BunnySwiftTests.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwift",
"module_type" : "SwiftTarget",
"name" : "BunnySwift",
"path" : "Sources/BunnySwift",
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"BunnySwift.swift",
"Channel.swift",
"Connection.swift",
"Exchange.swift",
"Message.swift",
"Queue.swift",
"XArguments.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport",
"Recovery"
],
"type" : "library"
},
{
"c99name" : "AMQPProtocolTests",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocolTests",
"path" : "Tests/AMQPProtocolTests",
"sources" : [
"FrameCodecTests.swift",
"TableEncodingTests.swift",
"WireFormatTests.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "test"
},
{
"c99name" : "AMQPProtocol",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocol",
"path" : "Sources/AMQPProtocol",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"Constants.swift",
"Frame.swift",
"FrameCodec.swift",
"Types.swift",
"WireFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
[1/113] Fetching rabbitmq-http-api-client-swift
Fetched https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git from cache (0.41s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/22628] Fetching swift-collections
[3396/37988] Fetching swift-collections, swift-nio-ssl
[11802/120886] Fetching swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.91s)
Fetched https://github.com/apple/swift-collections.git from cache (3.95s)
[49739/82898] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (11.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (1.10s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[1821/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
[5209/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.94s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Working copy of https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git resolved at main (42e0262)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.96.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Building for debugging...
[0/436] Write sources
[17/436] Write swift-version-24593BA9C3E375BF.txt
[17/436] Write sources
[20/436] Compiling _AtomicsShims.c
[21/436] Compiling a_d2i_fp.cc
[22/436] Compiling a_dup.cc
[23/436] Write sources
[26/436] Compiling a_i2d_fp.cc
[27/436] Write sources
[28/436] Compiling CNIOWindows shim.c
[29/440] Compiling a_bitstr.cc
[30/440] Compiling CNIOWindows WSAStartup.c
[31/440] Compiling CNIOWASI CNIOWASI.c
[32/440] Compiling CNIOPosix event_loop_id.c
[33/440] Compiling CNIOOpenBSD shim.c
[34/440] Compiling CNIOLinux liburing_shims.c
[35/440] Compiling CNIODarwin shim.c
[36/442] Compiling CNIOLinux shim.c
[37/460] Compiling fiat_p256_adx_sqr.S
[38/460] Compiling a_bool.cc
[39/460] Compiling fiat_p256_adx_mul.S
[40/460] Compiling fiat_curve25519_adx_square.S
[41/460] Compiling fiat_curve25519_adx_mul.S
[42/460] Compiling a_gentm.cc
[43/460] Compiling a_int.cc
[44/460] Compiling CNIOBoringSSLShims shims.c
[45/460] Compiling tls_record.cc
[46/460] Compiling tls_method.cc
[47/460] Compiling tls13_client.cc
[47/460] Compiling tls13_server.cc
[49/460] Compiling tls13_enc.cc
[51/460] Emitting module InternalCollectionsUtilities
[52/460] Compiling InternalCollectionsUtilities Debugging.swift
[53/460] Compiling InternalCollectionsUtilities Descriptions.swift
[54/460] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/462] Emitting module _NIOBase64
[56/462] Compiling _NIOBase64 Base64.swift
[57/463] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[58/463] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[59/463] Compiling _NIODataStructures _TinyArray.swift
[60/463] Compiling _NIODataStructures PriorityQueue.swift
[61/463] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/463] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/463] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/463] Compiling t1_enc.cc
[66/463] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/463] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/463] Compiling InternalCollectionsUtilities Integer rank.swift
[69/463] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/463] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/463] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[72/463] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/463] Compiling InternalCollectionsUtilities Span+Extras.swift
[74/463] Compiling InternalCollectionsUtilities String+Padding.swift
[75/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/464] Compiling ssl_versions.cc
[78/464] Compiling tls13_both.cc
[79/464] Compiling ssl_x509.cc
[80/464] Compiling ssl_transcript.cc
[82/589] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/589] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/589] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[85/589] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[86/589] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/589] Compiling OrderedCollections OrderedDictionary+Elements.swift
[88/589] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[89/589] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/589] Compiling OrderedCollections OrderedDictionary.swift
[91/589] Compiling OrderedCollections OrderedSet+Codable.swift
[92/589] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[93/589] Compiling OrderedCollections OrderedSet+Descriptions.swift
[94/589] Compiling OrderedCollections OrderedSet+Diffing.swift
[95/589] Compiling OrderedCollections OrderedSet+Equatable.swift
[96/589] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[97/589] Compiling OrderedCollections OrderedSet+Hashable.swift
[98/589] Compiling OrderedCollections _HashTable+Bucket.swift
[99/589] Compiling OrderedCollections _HashTable+BucketIterator.swift
[100/589] Compiling OrderedCollections _HashTable+Constants.swift
[101/589] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[102/589] Compiling OrderedCollections _HashTable+Testing.swift
[103/589] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[104/589] Compiling OrderedCollections _HashTable.swift
[105/589] Compiling OrderedCollections _Hashtable+Header.swift
[106/589] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[107/589] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[108/589] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[109/589] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[110/589] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[111/589] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[112/598] Compiling _NIODataStructures Heap.swift
[113/598] Emitting module _NIODataStructures
[115/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[116/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[117/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[118/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[119/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[120/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[121/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[122/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[123/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[124/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[125/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[126/606] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[127/606] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[128/606] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[129/613] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[130/613] Compiling HeapModule Heap+Descriptions.swift
[137/613] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[138/613] Compiling OrderedCollections OrderedDictionary+Values.swift
[139/613] Compiling HeapModule Heap.swift
[140/613] Compiling HeapModule _HeapNode.swift
[141/613] Compiling HeapModule Heap+Invariants.swift
[142/613] Compiling HeapModule Heap+UnsafeHandle.swift
[143/613] Emitting module HeapModule
[153/614] Compiling OrderedCollections OrderedSet+Initializers.swift
[154/614] Compiling ssl_stat.cc
[155/614] Compiling ssl_key_share.cc
[156/614] Compiling ssl_privkey.cc
[157/753] Compiling ssl_session.cc
[159/777] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[160/777] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[161/777] Compiling HashTreeCollections _HashNode+Storage.swift
[162/777] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[163/777] Compiling HashTreeCollections _HashNode+Structural filter.swift
[164/781] Compiling HashTreeCollections TreeDictionary+Filter.swift
[165/781] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[166/781] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[167/781] Compiling HashTreeCollections TreeDictionary+Keys.swift
[168/781] Compiling HashTreeCollections _HashSlot.swift
[169/781] Compiling HashTreeCollections _HashStack.swift
[170/781] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[171/781] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[172/781] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[173/781] Compiling HashTreeCollections TreeDictionary+Merge.swift
[174/781] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[175/781] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[176/781] Compiling HashTreeCollections _HashNode+Initializers.swift
[177/781] Compiling HashTreeCollections _HashNode+Invariants.swift
[178/781] Compiling HashTreeCollections _HashNode+Lookups.swift
[179/781] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[180/781] Compiling HashTreeCollections _HashTreeIterator.swift
[181/781] Compiling HashTreeCollections _HashTreeStatistics.swift
[182/781] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[183/781] Compiling HashTreeCollections _RawHashNode.swift
[184/781] Compiling HashTreeCollections _UnmanagedHashNode.swift
[185/781] Compiling HashTreeCollections _UnsafePath.swift
[186/781] Compiling HashTreeCollections TreeDictionary+Codable.swift
[187/781] Compiling HashTreeCollections TreeDictionary+Collection.swift
[188/781] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[189/781] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[190/781] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/781] Compiling HashTreeCollections TreeDictionary.swift
[192/781] Compiling HashTreeCollections TreeSet+Codable.swift
[193/781] Compiling HashTreeCollections TreeSet+Collection.swift
[194/781] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/781] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/781] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/781] Compiling HashTreeCollections TreeSet+Equatable.swift
[198/781] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[199/781] Compiling HashTreeCollections TreeSet+Extras.swift
[200/781] Compiling HashTreeCollections TreeSet+Filter.swift
[201/781] Compiling HashTreeCollections TreeSet+Hashable.swift
[202/781] Compiling HashTreeCollections TreeSet+Sendable.swift
[203/781] Compiling HashTreeCollections TreeSet+Sequence.swift
[204/781] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[205/781] Emitting module ContainersPreview
[206/781] Compiling HashTreeCollections _HashNode+Structural merge.swift
[207/781] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[208/781] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[209/781] Compiling HashTreeCollections _HashNode+Structural union.swift
[210/781] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[211/781] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[212/781] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[213/781] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[214/781] Compiling HashTreeCollections _HashNode.swift
[215/781] Compiling HashTreeCollections _HashNodeHeader.swift
[216/781] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[217/781] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[218/781] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[219/781] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[220/781] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[221/781] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[222/781] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[223/781] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[224/781] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[225/781] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[226/781] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[227/781] Compiling _RopeModule String Utilities.swift
[228/781] Compiling _RopeModule String.Index+ABI.swift
[229/781] Compiling _RopeModule _CharacterRecognizer.swift
[246/781] Compiling HashTreeCollections _HashNode+Debugging.swift
[262/781] Compiling ContainersPreview Box.swift
[263/781] Compiling ContainersPreview Inout.swift
[264/781] Compiling ContainersPreview InputSpan.swift
[265/781] Compiling ContainersPreview Shared.swift
[284/806] Emitting module BitCollections
[284/839] Compiling ssl_lib.cc
[286/839] Compiling DequeModule Deque._UnsafeHandle.swift
[287/839] Compiling DequeModule Deque.swift
[288/839] Compiling DequeModule RigidDeque+Equatable.swift
[289/839] Compiling DequeModule RigidDeque+Experimental.swift
[290/839] Compiling DequeModule RigidDeque+Hashable.swift
[291/839] Compiling DequeModule RigidDeque+Initializers.swift
[292/839] Compiling DequeModule RigidDeque+Insertions.swift
[293/839] Compiling DequeModule UniqueDeque+Hashable.swift
[294/839] Compiling DequeModule UniqueDeque+Initializers.swift
[295/839] Compiling DequeModule UniqueDeque+Insertions.swift
[296/839] Compiling DequeModule UniqueDeque+Prepend.swift
[297/839] Compiling DequeModule UniqueDeque+Removals.swift
[298/839] Compiling DequeModule UniqueDeque+Consumption.swift
[299/839] Compiling DequeModule UniqueDeque+Container.swift
[300/839] Compiling DequeModule UniqueDeque+Descriptions.swift
[301/839] Compiling DequeModule UniqueDeque+Equatable.swift
[302/839] Compiling DequeModule UniqueDeque+Experimental.swift
[303/844] Compiling BitCollections BitSet.swift
[304/844] Compiling BitCollections Range+Utilities.swift
[305/844] Compiling BitCollections Slice+Utilities.swift
[306/844] Compiling BitCollections UInt+Tricks.swift
[307/844] Compiling BitCollections _Word.swift
[318/844] Compiling DequeModule RigidDeque+Prepend.swift
[319/844] Compiling DequeModule RigidDeque+Removals.swift
[320/844] Compiling DequeModule RigidDeque+Replacements.swift
[321/844] Compiling DequeModule RigidDeque+Testing.swift
[322/844] Compiling DequeModule RigidDeque.swift
[323/844] Compiling DequeModule UniqueDeque+Append.swift
[324/844] Emitting module _RopeModule
[325/845] Emitting module OrderedCollections
[326/846] Compiling DequeModule _DequeBuffer.swift
[327/846] Compiling DequeModule _DequeBufferHeader.swift
[328/846] Compiling DequeModule RigidDeque+Append.swift
[329/846] Compiling DequeModule RigidDeque+Consumption.swift
[330/846] Compiling DequeModule RigidDeque+Container.swift
[331/846] Compiling DequeModule RigidDeque+Descriptions.swift
[334/846] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[335/846] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[336/846] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[337/846] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[338/846] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[339/846] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[340/846] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[341/846] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[342/846] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[343/846] Compiling HashTreeCollections TreeSet.swift
[352/846] Compiling DequeModule UniqueDeque+Replacements.swift
[353/846] Compiling DequeModule UniqueDeque.swift
[354/846] Compiling DequeModule _DequeSlot.swift
[355/846] Compiling DequeModule _UnsafeDequeHandle.swift
[356/846] Compiling DequeModule _UnsafeDequeSegments.swift
[373/846] Compiling ssl_file.cc
[375/846] Compiling DequeModule Deque+Codable.swift
[376/846] Compiling DequeModule Deque+Collection.swift
[377/846] Compiling DequeModule Deque+CustomReflectable.swift
[378/846] Compiling DequeModule Deque+Descriptions.swift
[379/846] Compiling DequeModule Deque+Equatable.swift
[380/846] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[387/846] Compiling DequeModule Deque+Extras.swift
[388/846] Compiling DequeModule Deque+Hashable.swift
[389/846] Compiling DequeModule Deque+Testing.swift
[390/846] Compiling DequeModule Deque._Storage.swift
[400/846] Compiling BitCollections BitSet.Index.swift
[401/846] Compiling BitCollections BitSet._UnsafeHandle.swift
[420/847] Compiling ssl_credential.cc
[466/847] Compiling ssl_buffer.cc
[467/847] Compiling ssl_cert.cc
[468/847] Compiling ssl_cipher.cc
[475/847] Emitting module DequeModule
[475/848] Compiling s3_pkt.cc
[478/848] Emitting module HashTreeCollections
[478/849] Compiling ssl_aead_ctx.cc
[480/849] Compiling ssl_asn1.cc
[481/849] Compiling s3_lib.cc
[482/849] Compiling s3_both.cc
[483/849] Compiling handshake_server.cc
[484/849] Compiling handshake_client.cc
[485/849] Compiling handshake.cc
[487/855] Compiling Collections DequeModule reexports.swift
[487/855] Compiling handoff.cc
[489/855] Emitting module Collections
[490/855] Compiling Collections BitCollections reexports.swift
[491/855] Compiling Collections OrderedCollections reexports.swift
[492/855] Compiling Collections HashTreeCollections reexports.swift
[493/855] Compiling Collections HeapModule reexports.swift
[494/862] Compiling encrypted_client_hello.cc
[495/862] Compiling extensions.cc
[496/862] Compiling dtls_method.cc
[497/862] Compiling dtls_record.cc
[498/862] Compiling md5-x86_64-linux.S
[499/862] Compiling md5-x86_64-apple.S
[500/862] Compiling md5-586-linux.S
[501/862] Compiling md5-586-apple.S
[502/862] Compiling d1_srtp.cc
[503/862] Compiling d1_pkt.cc
[504/862] Compiling chacha20_poly1305_x86_64-apple.S
[505/862] Compiling chacha20_poly1305_x86_64-linux.S
[506/862] Compiling chacha20_poly1305_armv8-win.S
[507/862] Compiling chacha20_poly1305_armv8-linux.S
[508/862] Compiling chacha-x86_64-apple.S
[509/862] Compiling chacha-x86_64-linux.S
[510/862] Compiling chacha20_poly1305_armv8-apple.S
[511/862] Compiling chacha-x86-apple.S
[512/862] Compiling chacha-x86-linux.S
[513/862] Compiling chacha-armv8-win.S
[514/862] Compiling chacha-armv8-apple.S
[515/862] Compiling chacha-armv8-linux.S
[516/862] Compiling chacha-armv4-linux.S
[517/862] Compiling aes128gcmsiv-x86_64-apple.S
[518/862] Compiling err_data.cc
[519/862] Compiling aes128gcmsiv-x86_64-linux.S
[520/862] Compiling x86_64-mont5-linux.S
[521/862] Compiling x86_64-mont5-apple.S
[522/862] Compiling d1_lib.cc
[523/862] Compiling x86_64-mont-linux.S
[524/862] Compiling x86-mont-linux.S
[525/862] Compiling x86-mont-apple.S
[526/862] Compiling x86_64-mont-apple.S
[527/862] Compiling vpaes-x86_64-apple.S
[528/862] Compiling vpaes-x86_64-linux.S
[529/862] Compiling bio_ssl.cc
[530/862] Compiling vpaes-x86-linux.S
[531/862] Compiling vpaes-armv8-win.S
[532/862] Compiling vpaes-armv8-linux.S
[533/862] Compiling vpaes-x86-apple.S
[534/862] Compiling vpaes-armv8-apple.S
[535/862] Compiling vpaes-armv7-linux.S
[536/862] Compiling sha512-x86_64-linux.S
[537/862] Compiling sha512-x86_64-apple.S
[538/862] Compiling sha512-armv8-win.S
[539/862] Compiling sha512-armv8-linux.S
[540/862] Compiling sha512-armv8-apple.S
[541/862] Compiling sha512-armv4-linux.S
[542/862] Compiling sha512-586-linux.S
[543/862] Compiling sha512-586-apple.S
[544/862] Compiling sha256-armv8-win.S
[545/862] Compiling sha256-armv8-linux.S
[546/862] Compiling sha256-x86_64-apple.S
[547/862] Compiling sha256-x86_64-linux.S
[548/862] Compiling sha256-586-linux.S
[549/862] Compiling sha256-armv4-linux.S
[550/862] Compiling sha256-armv8-apple.S
[551/862] Compiling sha256-586-apple.S
[552/862] Compiling sha1-armv8-win.S
[553/862] Compiling sha1-armv8-linux.S
[554/862] Compiling sha1-x86_64-apple.S
[555/862] Compiling sha1-armv8-apple.S
[556/862] Compiling sha1-x86_64-linux.S
[557/862] Compiling sha1-armv4-large-linux.S
[558/862] Compiling sha1-586-apple.S
[559/862] Compiling sha1-586-linux.S
[560/862] Compiling rsaz-avx2-linux.S
[561/862] Compiling rdrand-x86_64-linux.S
[562/862] Compiling rsaz-avx2-apple.S
[563/862] Compiling rdrand-x86_64-apple.S
[564/862] Compiling p256_beeu-x86_64-asm-apple.S
[565/862] Compiling p256_beeu-armv8-asm-apple.S
[566/862] Compiling p256_beeu-x86_64-asm-linux.S
[567/862] Compiling p256_beeu-armv8-asm-linux.S
[568/862] Compiling p256_beeu-armv8-asm-win.S
[569/862] Compiling p256-x86_64-asm-apple.S
[570/862] Compiling ghashv8-armv8-win.S
[571/862] Compiling d1_both.cc
[572/862] Compiling p256-armv8-asm-apple.S
[573/862] Compiling p256-armv8-asm-linux.S
[573/862] Compiling p256-armv8-asm-win.S
[573/862] Compiling p256-x86_64-asm-linux.S
[576/862] Compiling ghashv8-armv8-apple.S
[577/862] Compiling ghashv8-armv8-linux.S
[578/862] Compiling ghashv8-armv7-linux.S
[579/862] Compiling ghash-x86_64-apple.S
[580/862] Compiling ghash-x86-linux.S
[581/862] Compiling ghash-x86-apple.S
[582/862] Compiling ghash-x86_64-linux.S
[583/862] Compiling ghash-ssse3-x86-linux.S
[584/862] Compiling ghash-ssse3-x86_64-apple.S
[585/862] Compiling ghash-ssse3-x86_64-linux.S
[586/862] Compiling ghash-ssse3-x86-apple.S
[587/862] Compiling ghash-neon-armv8-linux.S
[588/862] Compiling ghash-neon-armv8-win.S
[589/862] Compiling ghash-neon-armv8-apple.S
[590/862] Compiling co-586-apple.S
[591/862] Compiling co-586-linux.S
[592/862] Compiling ghash-armv4-linux.S
[593/862] Compiling bn-armv8-win.S
[594/862] Compiling bn-586-apple.S
[595/862] Compiling bn-armv8-apple.S
[596/862] Compiling bn-armv8-linux.S
[597/862] Compiling bsaes-armv7-linux.S
[598/862] Compiling armv8-mont-win.S
[599/862] Compiling bn-586-linux.S
[600/862] Compiling armv8-mont-linux.S
[601/862] Compiling armv4-mont-linux.S
[602/862] Compiling armv8-mont-apple.S
[603/862] Compiling aesv8-gcm-armv8-win.S
[604/862] Compiling aesv8-armv8-win.S
[605/862] Compiling aesv8-gcm-armv8-apple.S
[606/862] Compiling aesv8-gcm-armv8-linux.S
[607/862] Compiling aesv8-armv8-apple.S
[608/862] Compiling aesv8-armv8-linux.S
[609/862] Compiling aesni-x86_64-apple.S
[610/862] Compiling aesv8-armv7-linux.S
[611/862] Compiling aesni-x86_64-linux.S
[612/862] Compiling aes-gcm-avx2-x86_64-apple.S
[613/862] Compiling aesni-gcm-x86_64-linux.S
[614/862] Compiling aesni-x86-apple.S
[614/862] Compiling aesni-x86-linux.S
[616/862] Compiling aes-gcm-avx10-x86_64-apple.S
[617/862] Compiling aesni-gcm-x86_64-apple.S
[618/862] Compiling aes-gcm-avx10-x86_64-linux.S
[618/862] Compiling aes-gcm-avx2-x86_64-linux.S
[620/862] Compiling x_x509a.cc
[621/862] Compiling x_spki.cc
[622/862] Compiling x_x509.cc
[623/862] Compiling x_pubkey.cc
[624/862] Compiling x_sig.cc
[625/862] Compiling x_val.cc
[626/862] Compiling x_req.cc
[628/862] Compiling AMQPProtocol Constants.swift
[629/862] Emitting module AMQPProtocol
[630/862] Compiling AMQPProtocol Frame.swift
[630/862] Compiling x_crl.cc
[631/862] Compiling x509spki.cc
[633/862] Compiling AMQPProtocol FrameCodec.swift
[634/862] Compiling AMQPProtocol WireFormat.swift
[635/862] Compiling AMQPProtocol Types.swift
[635/863] Compiling x_algor.cc
[636/863] Compiling x_name.cc
[637/863] Compiling x_exten.cc
[639/863] Compiling x_all.cc
[640/863] Compiling x_attrib.cc
[641/863] Compiling x509rset.cc
[642/863] Compiling x509name.cc
[643/863] Compiling x509_txt.cc
[644/863] Compiling x509_vpm.cc
[645/863] Compiling x509cset.cc
[646/863] Compiling x509_vfy.cc
[647/863] Compiling x509_trs.cc
[648/863] Compiling x509_v3.cc
[649/863] Compiling x509_set.cc
[650/863] Compiling x509_req.cc
[651/863] Compiling x509_def.cc
[652/863] Compiling x509_ext.cc
[653/863] Compiling x509_d2.cc
[654/863] Compiling x509_obj.cc
[655/863] Compiling x509_lu.cc
[656/863] Compiling x509_cmp.cc
[657/863] Compiling x509_att.cc
[658/863] Compiling v3_utl.cc
[659/863] Compiling x509.cc
[660/863] Compiling v3_pmaps.cc
[661/863] Compiling v3_prn.cc
[662/863] Compiling v3_skey.cc
[663/863] Compiling v3_purp.cc
[664/863] Compiling v3_pcons.cc
[665/863] Compiling v3_lib.cc
[666/863] Compiling v3_ncons.cc
[667/863] Compiling v3_ocsp.cc
[668/863] Compiling v3_int.cc
[669/863] Compiling v3_info.cc
[670/863] Compiling v3_ia5.cc
[671/863] Compiling v3_extku.cc
[672/863] Compiling v3_enum.cc
[673/863] Compiling v3_genn.cc
[674/863] Compiling v3_bitst.cc
[675/863] Compiling v3_crld.cc
[676/863] Compiling v3_conf.cc
[677/863] Compiling v3_cpols.cc
[678/863] Compiling v3_alt.cc
[679/863] Compiling v3_akeya.cc
[680/863] Compiling v3_bcons.cc
[681/863] Compiling v3_akey.cc
[682/863] Compiling t_x509a.cc
[683/863] Compiling t_crl.cc
[684/863] Compiling t_req.cc
[685/863] Compiling t_x509.cc
[686/863] Compiling i2d_pr.cc
[687/863] Compiling rsa_pss.cc
[688/863] Compiling by_file.cc
[689/863] Compiling name_print.cc
[690/863] Compiling policy.cc
[691/863] Compiling by_dir.cc
[692/863] Compiling a_sign.cc
[693/863] Compiling asn1_gen.cc
[694/863] Compiling a_verify.cc
[695/863] Compiling algorithm.cc
[696/863] Compiling thread_pthread.cc
[697/863] Compiling stack.cc
[698/863] Compiling trust_token.cc
[699/863] Compiling voprf.cc
[700/863] Compiling thread_win.cc
[701/863] Compiling thread.cc
[702/863] Compiling thread_none.cc
[703/863] Compiling a_digest.cc
[704/863] Compiling siphash.cc
[705/863] Compiling rsa_extra.cc
[706/863] Compiling sha512.cc
[707/863] Compiling rsa_print.cc
[708/863] Compiling sha256.cc
[709/863] Compiling slhdsa.cc
[710/863] Compiling sha1.cc
[711/863] Compiling pmbtoken.cc
[712/863] Compiling spake2plus.cc
[713/863] Compiling rc4.cc
[714/863] Compiling trusty.cc
[715/863] Compiling windows.cc
[716/863] Compiling refcount.cc
[717/863] Compiling urandom.cc
[718/863] Compiling rsa_crypt.cc
[719/863] Compiling rsa_asn1.cc
[720/863] Compiling rand.cc
[721/863] Compiling getentropy.cc
[722/863] Compiling ios.cc
[723/863] Compiling passive.cc
[724/863] Compiling poly1305_arm_asm.S
[725/863] Compiling deterministic.cc
[726/863] Compiling forkunsafe.cc
[727/863] Compiling fork_detect.cc
[728/863] Compiling poly1305_arm.cc
[729/863] Compiling poly1305.cc
[730/863] Compiling poly1305_vec.cc
[731/863] Compiling pool.cc
[732/863] Compiling pkcs7.cc
[733/863] Compiling pkcs8.cc
[734/863] Compiling p5_pbev2.cc
[735/863] Compiling pkcs8_x509.cc
[736/863] Compiling pkcs7_x509.cc
[737/863] Compiling pem_xaux.cc
[738/863] Compiling pem_x509.cc
[739/863] Compiling pem_pkey.cc
[740/863] Compiling mlkem.cc
[741/863] Compiling pem_oth.cc
[742/863] Compiling pem_pk8.cc
[743/863] Compiling pem_all.cc
[744/863] Compiling pem_info.cc
[745/863] Compiling md5.cc
[746/863] Compiling obj_xref.cc
[747/863] Compiling pem_lib.cc
[748/863] Compiling mldsa.cc
[749/863] Compiling obj.cc
[750/863] Compiling md4.cc
[751/863] Compiling mem.cc
[752/863] Compiling fips_shared_support.cc
[753/863] Compiling poly_rq_mul.S
[754/863] Compiling lhash.cc
[755/863] Compiling ex_data.cc
[756/863] Compiling sign.cc
[757/863] Compiling scrypt.cc
[758/863] Compiling kyber.cc
[759/863] Compiling hrss.cc
[760/863] Compiling hpke.cc
[761/863] Compiling pbkdf.cc
[762/863] Compiling p_x25519.cc
[763/863] Compiling print.cc
[764/863] Compiling p_rsa.cc
[765/863] Compiling p_x25519_asn1.cc
[766/863] Compiling p_rsa_asn1.cc
[767/863] Compiling p_ec_asn1.cc
[768/863] Compiling p_ed25519.cc
[769/863] Compiling p_hkdf.cc
[770/863] Compiling p_ed25519_asn1.cc
[771/863] Compiling p_dh.cc
[772/863] Compiling p_ec.cc
[773/863] Compiling evp_ctx.cc
[774/863] Compiling p_dh_asn1.cc
[775/863] Compiling err.cc
[776/863] Compiling evp.cc
[777/863] Compiling hash_to_curve.cc
[778/863] Compiling engine.cc
[779/863] Compiling p_dsa_asn1.cc
[780/863] Compiling ecdh.cc
[781/863] Compiling evp_asn1.cc
[782/863] Compiling ec_derive.cc
[783/863] Compiling ecdsa_asn1.cc
[784/863] Compiling ec_asn1.cc
[785/863] Compiling dsa_asn1.cc
[786/863] Compiling dh_asn1.cc
[787/863] Compiling params.cc
[788/863] Compiling dsa.cc
[789/863] Compiling x25519-asm-arm.S
[790/863] Compiling spake25519.cc
[791/863] Compiling des.cc
[792/863] Compiling cpu_intel.cc
[793/863] Compiling cpu_arm_linux.cc
[794/863] Compiling crypto.cc
[795/863] Compiling digest_extra.cc
[796/863] Compiling curve25519.cc
[797/863] Compiling cpu_arm_freebsd.cc
[798/863] Compiling cpu_aarch64_win.cc
[799/863] Compiling curve25519_64_adx.cc
[800/863] Compiling cpu_aarch64_apple.cc
[801/863] Compiling cpu_aarch64_linux.cc
[802/863] Compiling cpu_aarch64_openbsd.cc
[803/863] Compiling cpu_aarch64_sysreg.cc
[804/863] Compiling cpu_aarch64_fuchsia.cc
[805/863] Compiling bcm.cc
[806/863] Compiling conf.cc
[807/863] Compiling e_rc2.cc
[808/863] Compiling e_rc4.cc
[809/863] Compiling e_null.cc
[810/863] Compiling tls_cbc.cc
[811/863] Compiling e_des.cc
[812/863] Compiling get_cipher.cc
[813/863] Compiling e_tls.cc
[814/863] Compiling derive_key.cc
[815/863] Compiling e_chacha20poly1305.cc
[816/863] Compiling e_aesctrhmac.cc
[817/863] Compiling e_aesgcmsiv.cc
[818/863] Compiling chacha.cc
[819/863] Compiling cbb.cc
[820/863] Compiling unicode.cc
[821/863] Compiling cbs.cc
[822/863] Compiling buf.cc
[823/863] Compiling ber.cc
[824/863] Compiling asn1_compat.cc
[825/863] Compiling convert.cc
[826/863] Compiling printf.cc
[827/863] Compiling blake2.cc
[828/863] Compiling socket.cc
[829/863] Compiling bn_asn1.cc
[830/863] Compiling socket_helper.cc
[831/863] Compiling hexdump.cc
[832/863] Compiling pair.cc
[833/863] Compiling file.cc
[834/863] Compiling fd.cc
[835/863] Compiling errno.cc
[836/863] Compiling bio_mem.cc
[837/863] Compiling connect.cc
[838/863] Compiling base64.cc
[839/863] Compiling bio.cc
[840/863] Compiling tasn_typ.cc
[841/863] Compiling tasn_new.cc
[842/863] Compiling tasn_fre.cc
[843/863] Compiling tasn_utl.cc
[844/863] Compiling tasn_enc.cc
[845/863] Compiling posix_time.cc
[846/863] Compiling f_string.cc
[847/863] Compiling f_int.cc
[848/863] Compiling asn_pack.cc
[849/863] Compiling tasn_dec.cc
[850/863] Compiling asn1_par.cc
[851/863] Compiling a_octet.cc
[852/863] Compiling a_utctm.cc
[853/863] Compiling a_type.cc
[854/863] Compiling a_object.cc
[854/863] Write sources
[856/863] Compiling asn1_lib.cc
[857/863] Compiling a_time.cc
[858/881] Compiling a_strnid.cc
[859/881] Compiling a_strex.cc
[861/881] Compiling Atomics UnsafeAtomic.swift
[862/881] Compiling Atomics UnsafeAtomicLazyReference.swift
[863/883] Compiling Atomics AtomicStorage.swift
[864/883] Compiling Atomics AtomicValue.swift
[865/883] Compiling Atomics ManagedAtomic.swift
[866/883] Compiling Atomics ManagedAtomicLazyReference.swift
[867/883] Compiling Atomics AtomicMemoryOrderings.swift
[868/883] Compiling Atomics DoubleWord.swift
[868/883] Compiling a_mbstr.cc
[870/883] Compiling Atomics IntegerOperations.swift
[871/883] Compiling Atomics Unmanaged extensions.swift
[872/883] Compiling Atomics AtomicInteger.swift
[873/883] Compiling Atomics AtomicOptionalWrappable.swift
[874/883] Compiling Atomics AtomicReference.swift
[875/883] Emitting module Atomics
[876/883] Compiling Atomics IntegerConformances.swift
[877/883] Compiling Atomics PointerConformances.swift
[878/883] Compiling Atomics Primitives.native.swift
[879/883] Compiling Atomics OptionalRawRepresentable.swift
[880/883] Compiling Atomics RawRepresentable.swift
[881/883] Compiling Atomics AtomicBool.swift
[882/884] Compiling c-nioatomics.c
[883/884] Compiling c-atomics.c
[885/891] Compiling NIOConcurrencyHelpers NIOLock.swift
[886/891] Compiling NIOConcurrencyHelpers lock.swift
[887/891] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[888/891] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[889/891] Compiling NIOConcurrencyHelpers atomics.swift
[890/891] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[891/891] Emitting module NIOConcurrencyHelpers
[893/956] Compiling NIOCore NIOCoreSendableMetatype.swift
[894/956] Compiling NIOCore NIODecodedAsyncSequence.swift
[895/956] Compiling NIOCore NIOLoopBound.swift
[896/956] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[897/956] Compiling NIOCore NIOScheduledCallback.swift
[898/956] Compiling NIOCore NIOSendable.swift
[899/956] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[900/956] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[901/956] Compiling NIOCore RecvByteBufferAllocator.swift
[902/964] Compiling NIOCore EventLoopFuture+Deprecated.swift
[903/964] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[904/964] Compiling NIOCore EventLoopFuture.swift
[905/964] Compiling NIOCore FileDescriptor.swift
[906/964] Compiling NIOCore FileHandle.swift
[907/964] Compiling NIOCore FileRegion.swift
[908/964] Compiling NIOCore GlobalSingletons.swift
[909/964] Compiling NIOCore IO.swift
[910/964] Compiling NIOCore IOData.swift
[911/964] Compiling NIOCore IPProtocol.swift
[912/964] Compiling NIOCore IntegerBitPacking.swift
[913/964] Compiling NIOCore IntegerTypes.swift
[914/964] Compiling NIOCore Interfaces.swift
[915/964] Compiling NIOCore Linux.swift
[916/964] Compiling NIOCore MarkedCircularBuffer.swift
[917/964] Compiling NIOCore MulticastChannel.swift
[918/964] Compiling NIOCore NIOAny.swift
[919/964] Compiling NIOCore NIOCloseOnErrorHandler.swift
[920/964] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[921/964] Compiling NIOCore SocketAddresses.swift
[922/964] Compiling NIOCore SocketOptionProvider.swift
[923/964] Compiling NIOCore SystemCallHelpers.swift
[924/964] Compiling NIOCore TimeAmount+Duration.swift
[925/964] Compiling NIOCore TypeAssistedChannelHandler.swift
[926/964] Compiling NIOCore UniversalBootstrapSupport.swift
[927/964] Compiling NIOCore Utilities.swift
[928/964] Compiling NIOCore CircularBuffer.swift
[929/964] Compiling NIOCore Codec.swift
[930/964] Compiling NIOCore ConvenienceOptionSupport.swift
[931/964] Compiling NIOCore DeadChannel.swift
[932/964] Compiling NIOCore DispatchQueue+WithFuture.swift
[933/964] Compiling NIOCore EventLoop+Deprecated.swift
[934/964] Compiling NIOCore EventLoop+SerialExecutor.swift
[935/964] Compiling NIOCore EventLoop.swift
[936/964] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[937/964] Compiling NIOCore AddressedEnvelope.swift
[938/964] Compiling NIOCore AsyncAwaitSupport.swift
[939/964] Compiling NIOCore AsyncChannel.swift
[940/964] Compiling NIOCore AsyncChannelHandler.swift
[941/964] Compiling NIOCore AsyncChannelInboundStream.swift
[942/964] Compiling NIOCore AsyncChannelOutboundWriter.swift
[943/964] Compiling NIOCore NIOAsyncSequenceProducer.swift
[944/964] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[945/964] Compiling NIOCore NIOAsyncWriter.swift
[946/964] Compiling NIOCore ByteBuffer-multi-int.swift
[947/964] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[948/964] Compiling NIOCore ByteBuffer-views.swift
[949/964] Compiling NIOCore Channel.swift
[950/964] Compiling NIOCore ChannelHandler.swift
[951/964] Compiling NIOCore ChannelHandlers.swift
[952/964] Compiling NIOCore ChannelInvoker.swift
[953/964] Compiling NIOCore ChannelOption.swift
[954/964] Compiling NIOCore ChannelPipeline.swift
[955/964] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[956/964] Compiling NIOCore BSDSocketAPI.swift
[957/964] Compiling NIOCore ByteBuffer-aux.swift
[958/964] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[959/964] Compiling NIOCore ByteBuffer-conversions.swift
[960/964] Compiling NIOCore ByteBuffer-core.swift
[961/964] Compiling NIOCore ByteBuffer-hex.swift
[962/964] Compiling NIOCore ByteBuffer-int.swift
[963/964] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[964/964] Emitting module NIOCore
[966/1019] Emitting module NIOEmbedded
[967/1019] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[968/1019] Compiling NIOEmbedded AsyncTestingChannel.swift
[969/1019] Compiling NIOEmbedded Embedded.swift
[971/1020] Compiling NIOPosix HappyEyeballs.swift
[972/1020] Compiling NIOPosix IO.swift
[973/1020] Compiling NIOPosix IntegerBitPacking.swift
[974/1020] Compiling NIOPosix IntegerTypes.swift
[975/1020] Compiling NIOPosix Linux.swift
[976/1020] Compiling NIOPosix LinuxCPUSet.swift
[977/1020] Compiling NIOPosix LinuxUring.swift
[978/1026] Emitting module NIOPosix
[979/1026] Compiling NIOPosix PipePair.swift
[980/1026] Compiling NIOPosix Pool.swift
[981/1026] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[982/1026] Compiling NIOPosix PosixSingletons.swift
[983/1026] Compiling NIOPosix RawSocketBootstrap.swift
[984/1026] Compiling NIOPosix Resolver.swift
[985/1026] Compiling NIOPosix Selectable.swift
[986/1026] Compiling NIOPosix ThreadPosix.swift
[987/1026] Compiling NIOPosix ThreadWindows.swift
[988/1026] Compiling NIOPosix Utilities.swift
[989/1026] Compiling NIOPosix VsockAddress.swift
[990/1026] Compiling NIOPosix VsockChannelEvents.swift
[991/1026] Compiling NIOPosix Windows.swift
[992/1026] Compiling NIOPosix SelectableChannel.swift
[993/1026] Compiling NIOPosix SelectableEventLoop.swift
[994/1026] Compiling NIOPosix SelectorEpoll.swift
[995/1026] Compiling NIOPosix SelectorGeneric.swift
[996/1026] Compiling NIOPosix SelectorKqueue.swift
[997/1026] Compiling NIOPosix SelectorUring.swift
[998/1026] Compiling NIOPosix SelectorWSAPoll.swift
[999/1026] Compiling NIOPosix ServerSocket.swift
[1000/1026] Compiling NIOPosix Socket.swift
[1001/1026] Compiling NIOPosix SocketChannel.swift
[1002/1026] Compiling NIOPosix SocketProtocols.swift
[1003/1026] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1004/1026] Compiling NIOPosix System.swift
[1005/1026] Compiling NIOPosix Thread.swift
[1006/1026] Compiling NIOPosix BaseStreamSocketChannel.swift
[1007/1026] Compiling NIOPosix Bootstrap.swift
[1008/1026] Compiling NIOPosix ControlMessage.swift
[1009/1026] Compiling NIOPosix DatagramVectorReadManager.swift
[1010/1026] Compiling NIOPosix Errors+Any.swift
[1011/1026] Compiling NIOPosix FileDescriptor.swift
[1012/1026] Compiling NIOPosix GetaddrinfoResolver.swift
[1013/1026] Compiling NIOPosix BSDSocketAPICommon.swift
[1014/1026] Compiling NIOPosix BSDSocketAPIPosix.swift
[1015/1026] Compiling NIOPosix BSDSocketAPIWindows.swift
[1016/1026] Compiling NIOPosix BaseSocket.swift
[1017/1026] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1018/1026] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1019/1026] Compiling NIOPosix BaseSocketChannel.swift
[1020/1026] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1021/1026] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1022/1026] Compiling NIOPosix NIOThreadPool.swift
[1023/1026] Compiling NIOPosix NonBlockingFileIO.swift
[1024/1026] Compiling NIOPosix PendingDatagramWritesManager.swift
[1025/1026] Compiling NIOPosix PendingWritesManager.swift
[1026/1026] Compiling NIOPosix PipeChannel.swift
[1028/1029] Compiling NIO Exports.swift
[1029/1029] Emitting module NIO
[1031/1041] Compiling NIOTLS TLSEvents.swift
[1032/1041] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1033/1041] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1034/1041] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1035/1041] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1036/1041] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1037/1041] Emitting module NIOTLS
[1038/1041] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1039/1041] Compiling NIOTLS SNIHandler.swift
[1040/1042] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1041/1042] Emitting module NIOFoundationCompat
[1044/1072] Emitting module NIOSSL
[1045/1076] Compiling NIOSSL SubjectAlternativeName.swift
[1046/1076] Compiling NIOSSL NIOSSLSecureBytes.swift
[1047/1076] Compiling NIOSSL RNG.swift
[1048/1076] Compiling NIOSSL SafeCompare.swift
[1049/1076] Compiling NIOSSL SSLCertificate.swift
[1050/1076] Compiling NIOSSL SSLCertificateExtensions.swift
[1051/1076] Compiling NIOSSL SSLCertificateName.swift
[1052/1076] Compiling NIOSSL SSLConnection.swift
[1053/1076] Compiling NIOSSL SSLPrivateKey.swift
[1054/1076] Compiling NIOSSL SSLPublicKey.swift
[1055/1076] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1056/1076] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1057/1076] Compiling NIOSSL NIOSSLServerHandler.swift
[1058/1076] Compiling NIOSSL ObjectIdentifier.swift
[1059/1076] Compiling NIOSSL PosixPort.swift
[1060/1076] Compiling NIOSSL SSLCallbacks.swift
[1061/1076] Compiling NIOSSL AndroidCABundle.swift
[1062/1076] Compiling NIOSSL ByteBufferBIO.swift
[1063/1076] Compiling NIOSSL CustomPrivateKey.swift
[1064/1076] Compiling NIOSSL IdentityVerification.swift
[1065/1076] Compiling NIOSSL SSLContext.swift
[1066/1076] Compiling NIOSSL SSLErrors.swift
[1067/1076] Compiling NIOSSL SSLInit.swift
[1068/1076] Compiling NIOSSL SSLPKCS12Bundle.swift
[1069/1076] Compiling NIOSSL LinuxCABundle.swift
[1070/1076] Compiling NIOSSL NIOSSLClientHandler.swift
[1071/1076] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1072/1076] Compiling NIOSSL NIOSSLHandler.swift
[1073/1076] Compiling NIOSSL Zeroization.swift
[1074/1076] Compiling NIOSSL TLSConfiguration.swift
[1075/1076] Compiling NIOSSL UniversalBootstrapSupport.swift
[1076/1076] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1078/1082] Compiling Transport Transport.swift
[1079/1082] Compiling Transport FrameHandler.swift
/host/spi-builder-workspace/Sources/Transport/FrameHandler.swift:386:37: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
384 | private func scheduleHeartbeat(context: ChannelHandlerContext) {
385 | scheduledTask = context.eventLoop.scheduleTask(in: interval) { [weak self] in
386 | self?.checkHeartbeat(context: context)
| `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a '@Sendable' closure
387 | }
388 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1859:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1857 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1858 | /// `ChannelHandler`.
1859 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1860 | // visible for ChannelPipeline to modify
1861 | fileprivate var next: Optional<ChannelHandlerContext>
[1080/1082] Compiling Transport Connection.swift
[1081/1082] Emitting module Transport
[1082/1082] Compiling Transport AMQPTransport.swift
/host/spi-builder-workspace/Sources/Transport/AMQPTransport.swift:47:46: warning: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable
45 | do {
46 | let sslHandler = try NIOSSLClientHandler(context: sslContext, serverHostname: hostname)
47 | future = channel.pipeline.addHandler(sslHandler)
| `- warning: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable
48 | } catch {
49 | return channel.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:294:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
292 | #if compiler(<6.2)
293 | @available(*, unavailable)
294 | extension NIOSSLClientHandler: Sendable {}
| `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
295 | #endif
296 |
/host/spi-builder-workspace/Sources/Transport/AMQPTransport.swift:55:9: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
53 | return future.flatMap {
54 | channel.pipeline.addHandler(
55 | ByteToMessageHandler(AMQPFrameDecoder(maxFrameSize: self.frameMax)))
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable
56 | }.flatMap {
57 | channel.pipeline.addHandler(FrameForwardingHandler(continuation: self.continuation))
/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
[1084/1088] Compiling Recovery Recovery.swift
[1085/1088] Compiling Recovery RecoveryCoordinator.swift
[1086/1088] Emitting module Recovery
[1087/1088] Compiling Recovery TopologyRegistry.swift
[1088/1088] Compiling Recovery TopologyRecoveryFilter.swift
[1090/1097] Compiling BunnySwift Exchange.swift
[1091/1097] Compiling BunnySwift Queue.swift
[1092/1097] Compiling BunnySwift Message.swift
[1093/1097] Compiling BunnySwift XArguments.swift
[1094/1097] Compiling BunnySwift Connection.swift
[1095/1097] Compiling BunnySwift BunnySwift.swift
[1096/1097] Emitting module BunnySwift
[1097/1097] Compiling BunnySwift Channel.swift
Build complete! (254.28s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.87.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "rabbitmq-http-api-client-swift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git"
}
],
"manifest_display_name" : "BunnySwift",
"name" : "BunnySwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BunnySwift",
"targets" : [
"BunnySwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TransportTests",
"module_type" : "SwiftTarget",
"name" : "TransportTests",
"path" : "Tests/TransportTests",
"sources" : [
"ConnectionConfigurationTests.swift",
"ErrorHandlingTests.swift"
],
"target_dependencies" : [
"Transport"
],
"type" : "test"
},
{
"c99name" : "Transport",
"module_type" : "SwiftTarget",
"name" : "Transport",
"path" : "Sources/Transport",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat",
"NIOSSL"
],
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"AMQPTransport.swift",
"Connection.swift",
"FrameHandler.swift",
"Transport.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "library"
},
{
"c99name" : "RecoveryTests",
"module_type" : "SwiftTarget",
"name" : "RecoveryTests",
"path" : "Tests/RecoveryTests",
"sources" : [
"RecoveryCoordinatorTests.swift",
"TopologyRegistryTests.swift"
],
"target_dependencies" : [
"Recovery"
],
"type" : "test"
},
{
"c99name" : "Recovery",
"module_type" : "SwiftTarget",
"name" : "Recovery",
"path" : "Sources/Recovery",
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"Recovery.swift",
"RecoveryCoordinator.swift",
"TopologyRecoveryFilter.swift",
"TopologyRegistry.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"RabbitMQHTTPAPIClient"
],
"sources" : [
"ConnectionRecoveryTests.swift",
"IntegrationTests.swift",
"NIOHandlerTest.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwiftTests",
"module_type" : "SwiftTarget",
"name" : "BunnySwiftTests",
"path" : "Tests/BunnySwiftTests",
"sources" : [
"BunnySwiftTests.swift"
],
"target_dependencies" : [
"BunnySwift"
],
"type" : "test"
},
{
"c99name" : "BunnySwift",
"module_type" : "SwiftTarget",
"name" : "BunnySwift",
"path" : "Sources/BunnySwift",
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"BunnySwift.swift",
"Channel.swift",
"Connection.swift",
"Exchange.swift",
"Message.swift",
"Queue.swift",
"XArguments.swift"
],
"target_dependencies" : [
"AMQPProtocol",
"Transport",
"Recovery"
],
"type" : "library"
},
{
"c99name" : "AMQPProtocolTests",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocolTests",
"path" : "Tests/AMQPProtocolTests",
"sources" : [
"FrameCodecTests.swift",
"TableEncodingTests.swift",
"WireFormatTests.swift"
],
"target_dependencies" : [
"AMQPProtocol"
],
"type" : "test"
},
{
"c99name" : "AMQPProtocol",
"module_type" : "SwiftTarget",
"name" : "AMQPProtocol",
"path" : "Sources/AMQPProtocol",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"BunnySwift"
],
"sources" : [
"Constants.swift",
"Frame.swift",
"FrameCodec.swift",
"Types.swift",
"WireFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.