Build Information
Successful build of RetryableTask, reference main (e08fd5), with Swift 6.3 for Linux on 15 Apr 2026 02:40:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/retryable-task.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/rosecoder/retryable-task
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e08fd5f fix: Added conditional check for @isolated(any) for Swift 6
Cloned https://github.com/rosecoder/retryable-task.git
Revision (git rev-parse @):
e08fd5f3f5ab00cf150cfc591b234e7093c19b31
SUCCESS checkout https://github.com/rosecoder/retryable-task.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/rosecoder/retryable-task.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/neallester/swift-log-testing.git
Fetching https://github.com/apple/swift-log.git
[1/69] Fetching swift-log-testing
[70/6638] Fetching swift-log-testing, swift-log
Fetched https://github.com/neallester/swift-log-testing.git from cache (1.66s)
Fetched https://github.com/apple/swift-log.git from cache (1.67s)
Computing version for https://github.com/neallester/swift-log-testing.git
Computed https://github.com/neallester/swift-log-testing.git at 0.0.1 (4.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.47s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/neallester/swift-log-testing.git
Working copy of https://github.com/neallester/swift-log-testing.git resolved at 0.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Logging MetadataProvider.swift
[5/9] Compiling Logging LogHandler.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Compiling Logging Locks.swift
[8/9] Emitting module Logging
[9/9] Compiling Logging Logging.swift
[11/18] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[12/18] Compiling RetryableTask NoRetryPolicy.swift
[13/18] Compiling RetryableTask RetryPolicy.swift
[14/18] Compiling RetryableTask withRetryableTask.swift
[15/18] Compiling RetryableTask ImmediateRetryPolicy.swift
[16/18] Compiling RetryableTask DelayedRetryPolicy.swift
[17/18] Emitting module RetryableTask
[18/18] Compiling RetryableTask DefaultRetryPolicy.swift
Build complete! (17.59s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-log-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/neallester/swift-log-testing.git"
}
],
"manifest_display_name" : "RetryableTask",
"name" : "RetryableTask",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "RetryableTask",
"targets" : [
"RetryableTask"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RetryableTaskTests",
"module_type" : "SwiftTarget",
"name" : "RetryableTaskTests",
"path" : "Tests/RetryableTaskTests",
"product_dependencies" : [
"SwiftLogTesting"
],
"sources" : [
"Policies/DefaultRetryPolicyTests.swift",
"Policies/DelayedRetryPolicyTests.swift",
"Policies/ExponentialBackoffDelayRetryPolicyTests.swift",
"Policies/ImmediateRetryPolicyTests.swift",
"Policies/NoRetryPolicyTests.swift",
"withRetryableTaskTests.swift"
],
"target_dependencies" : [
"RetryableTask"
],
"type" : "test"
},
{
"c99name" : "RetryableTask",
"module_type" : "SwiftTarget",
"name" : "RetryableTask",
"path" : "Sources/RetryableTask",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"RetryableTask"
],
"sources" : [
"Policies/DefaultRetryPolicy.swift",
"Policies/DelayedRetryPolicy.swift",
"Policies/ExponentialBackoffDelayRetryPolicy.swift",
"Policies/ImmediateRetryPolicy.swift",
"Policies/NoRetryPolicy.swift",
"RetryPolicy.swift",
"withRetryableTask.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.