The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CXXRingBuffer, reference main (ba59c0), with Swift 6.2 for Android on 30 Apr 2026 22:41:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CXXRingBuffer.git
Reference: main
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/sbooth/CXXRingBuffer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ba59c0b Format YAML workflow for better readability (#113)
Cloned https://github.com/sbooth/CXXRingBuffer.git
Revision (git rev-parse @):
ba59c0b161745ab38b345133773c8e4fc2de4b87
SUCCESS checkout https://github.com/sbooth/CXXRingBuffer.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sbooth/CXXRingBuffer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/1] Compiling CXXRingBuffer RingBuffer.cpp
Build complete! (4.05s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "CXXRingBuffer",
  "name" : "CXXRingBuffer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CXXRingBuffer",
      "targets" : [
        "CXXRingBuffer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CXXRingBufferTests",
      "module_type" : "SwiftTarget",
      "name" : "CXXRingBufferTests",
      "path" : "Tests/CXXRingBufferTests",
      "sources" : [
        "CXXRingBufferTests.swift"
      ],
      "target_dependencies" : [
        "CXXRingBuffer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CXXRingBuffer",
      "module_type" : "ClangTarget",
      "name" : "CXXRingBuffer",
      "path" : "Sources/CXXRingBuffer",
      "product_memberships" : [
        "CXXRingBuffer"
      ],
      "sources" : [
        "RingBuffer.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.