Build Information
Successful build of RabbitMQHTTPAPIClient, reference main (41ebd4), with Swift 6.0 for macOS (SPM) on 28 Mar 2026 07:48:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelklishin/rabbitmq-http-api-client-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 41ebd45 Expand `ExchangeType` to include more core types
Cloned https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Revision (git rev-parse @):
41ebd45d753b7828232be5772e8e02a105ecaec8
SUCCESS checkout https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling RabbitMQHTTPAPIClient PathEncoding.swift
[4/9] Compiling RabbitMQHTTPAPIClient Errors.swift
[5/9] Compiling RabbitMQHTTPAPIClient Requests.swift
[6/9] Compiling RabbitMQHTTPAPIClient Client.swift
[7/9] Compiling RabbitMQHTTPAPIClient Responses.swift
[8/9] Compiling RabbitMQHTTPAPIClient Commons.swift
[9/9] Emitting module RabbitMQHTTPAPIClient
Build complete! (18.70s)
Fetching https://github.com/michaelklishin/bunny-swift.git
[1/546] Fetching bunny-swift
Fetched https://github.com/michaelklishin/bunny-swift.git from cache (0.85s)
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/23245] Fetching swift-collections
[699/38605] Fetching swift-collections, swift-nio-ssl
[13771/121552] Fetching swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.76s)
[59742/106192] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.78s)
Fetched https://github.com/apple/swift-nio.git from cache (3.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
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.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.60s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[74/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.01s)
Fetched https://github.com/apple/swift-system.git from cache (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.48s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/michaelklishin/bunny-swift.git
Working copy of https://github.com/michaelklishin/bunny-swift.git resolved at main (0f399ec)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "bunny-swift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/michaelklishin/bunny-swift.git"
}
],
"manifest_display_name" : "RabbitMQHTTPAPIClient",
"name" : "RabbitMQHTTPAPIClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "RabbitMQHTTPAPIClient",
"targets" : [
"RabbitMQHTTPAPIClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UnitTests",
"module_type" : "SwiftTarget",
"name" : "UnitTests",
"path" : "Tests/UnitTests",
"sources" : [
"ChannelConnectionDetailsTests.swift",
"ClientErrorTests.swift",
"JSONValueTests.swift",
"MemoryValueTests.swift",
"PathEncodingTests.swift",
"UserTagsTests.swift"
],
"target_dependencies" : [
"RabbitMQHTTPAPIClient"
],
"type" : "test"
},
{
"c99name" : "RabbitMQHTTPAPIClientTests",
"module_type" : "SwiftTarget",
"name" : "RabbitMQHTTPAPIClientTests",
"path" : "Tests/RabbitMQHTTPAPIClientTests",
"product_dependencies" : [
"BunnySwift"
],
"sources" : [
"BindingTests.swift",
"ChannelTests.swift",
"ConnectionTests.swift",
"ConsumerTests.swift",
"DefinitionTests.swift",
"DeprecatedFeatureTests.swift",
"ExchangeTests.swift",
"FeatureFlagTests.swift",
"FederationTests.swift",
"GlobalParameterTests.swift",
"HealthCheckTests.swift",
"LimitTests.swift",
"MessageTests.swift",
"NodeTests.swift",
"OperatorPolicyTests.swift",
"OverviewTests.swift",
"PaginationTests.swift",
"PermissionTests.swift",
"PluginTests.swift",
"PolicyTests.swift",
"QueueTests.swift",
"RebalanceTests.swift",
"RuntimeParameterTests.swift",
"ShovelTests.swift",
"StreamProtocolTests.swift",
"TestHelpers.swift",
"TopicPermissionTests.swift",
"UserTests.swift",
"VirtualHostTests.swift"
],
"target_dependencies" : [
"RabbitMQHTTPAPIClient"
],
"type" : "test"
},
{
"c99name" : "RabbitMQHTTPAPIClient",
"module_type" : "SwiftTarget",
"name" : "RabbitMQHTTPAPIClient",
"path" : "Sources/RabbitMQHTTPAPIClient",
"product_memberships" : [
"RabbitMQHTTPAPIClient"
],
"sources" : [
"Client.swift",
"Commons.swift",
"Errors.swift",
"PathEncoding.swift",
"Requests.swift",
"Responses.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.