The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-retry, reference main (918497), with Swift 6.3 for Android on 11 Apr 2026 09:56:05 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:android-6.3-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/CorvidLabs/swift-retry.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/CorvidLabs/swift-retry
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 918497f Update copyright year to 2026 (#3)
Cloned https://github.com/CorvidLabs/swift-retry.git
Revision (git rev-parse @):
918497f4baa54ac0274a0b02e9f42d3e75bfba44
SUCCESS checkout https://github.com/CorvidLabs/swift-retry.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-retry.git
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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--4F562202D5529B1.txt
[5/18] Emitting module Retry
[6/18] Compiling Retry RetryConfiguration.swift
[7/18] Compiling Retry Retry.swift
[8/18] Compiling Retry CircuitBreaker.swift
[9/18] Compiling Retry CircuitState.swift
[10/19] Compiling Retry LinearStrategy.swift
[11/19] Compiling Retry ExponentialStrategy.swift
[12/19] Compiling Retry FibonacciStrategy.swift
[13/19] Compiling Retry EqualJitter.swift
[14/19] Compiling Retry FullJitter.swift
[15/19] Compiling Retry Jitter.swift
[16/19] Compiling Retry ConstantStrategy.swift
[17/19] Compiling Retry RetryError.swift
[18/19] Compiling Retry DecorrelatedJitter.swift
[19/19] Compiling Retry RetryStrategy.swift
Build complete! (30.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-retry",
  "name" : "swift-retry",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Retry",
      "targets" : [
        "Retry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetryTests",
      "module_type" : "SwiftTarget",
      "name" : "RetryTests",
      "path" : "Tests/RetryTests",
      "sources" : [
        "CircuitBreakerTests.swift",
        "ConfigurationTests.swift",
        "ErrorTests.swift",
        "JitterTests.swift",
        "RetryTests.swift",
        "StrategyTests.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Retry",
      "module_type" : "SwiftTarget",
      "name" : "Retry",
      "path" : "Sources/Retry",
      "product_memberships" : [
        "Retry"
      ],
      "sources" : [
        "CircuitBreaker/CircuitBreaker.swift",
        "CircuitBreaker/CircuitState.swift",
        "Configuration/RetryConfiguration.swift",
        "Core/Retry.swift",
        "Core/RetryError.swift",
        "Jitter/DecorrelatedJitter.swift",
        "Jitter/EqualJitter.swift",
        "Jitter/FullJitter.swift",
        "Jitter/Jitter.swift",
        "Strategy/ConstantStrategy.swift",
        "Strategy/ExponentialStrategy.swift",
        "Strategy/FibonacciStrategy.swift",
        "Strategy/LinearStrategy.swift",
        "Strategy/RetryStrategy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.