The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RabbitMQHTTPAPIClient, reference v0.7.0 (c3a7e4), with Swift 6.1 for Android on 17 Mar 2026 08:07:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Reference: v0.7.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/rabbitmq-http-api-client-swift
 * tag               v0.7.0     -> FETCH_HEAD
HEAD is now at c3a7e4a 0.7.0
Cloned https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
Revision (git rev-parse @):
c3a7e4a52231dafbb9b0ce1afadc9d0592cc196c
SUCCESS checkout https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git at v0.7.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
https://github.com/michaelklishin/rabbitmq-http-api-client-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bunny-swift",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaelklishin/bunny-swift.git"
    }
  ],
  "manifest_display_name" : "RabbitMQHTTPAPIClient",
  "name" : "RabbitMQHTTPAPIClient",
  "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"
    }
  ],
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/michaelklishin/bunny-swift.git
[1/464] Fetching bunny-swift
Fetched https://github.com/michaelklishin/bunny-swift.git from cache (0.31s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/22410] Fetching swift-collections
[4035/105237] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.66s)
[36256/82827] Fetching swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio.git from cache (9.59s)
[1/15360] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (12.26s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.96.0 (1.31s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[840/7421] Fetching swift-atomics, swift-system
[747/1820] Fetching swift-atomics
[1693/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.68s)
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.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.96.0
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/michaelklishin/bunny-swift.git
Working copy of https://github.com/michaelklishin/bunny-swift.git resolved at main (c896b42)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling RabbitMQHTTPAPIClient Commons.swift
[4/9] Compiling RabbitMQHTTPAPIClient Responses.swift
[5/9] Compiling RabbitMQHTTPAPIClient Errors.swift
[6/9] Compiling RabbitMQHTTPAPIClient Requests.swift
[7/9] Compiling RabbitMQHTTPAPIClient PathEncoding.swift
[8/9] Emitting module RabbitMQHTTPAPIClient
[9/9] Compiling RabbitMQHTTPAPIClient Client.swift
Build complete! (49.69s)
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" : "/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"
    }
  ],
  "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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.