Build Information
Successful build of swift-concurrency-retry, reference 1.0.0 (85d412
), with Swift 6.1 for Linux on 1 May 2025 01:07:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ph1ps/swift-concurrency-retry.git
Reference: 1.0.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/ph1ps/swift-concurrency-retry
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 85d412c fix: use correct docs
Cloned https://github.com/ph1ps/swift-concurrency-retry.git
Revision (git rev-parse @):
85d412c73060acc031cad46f719c83475072bb76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ph1ps/swift-concurrency-retry.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ph1ps/swift-concurrency-retry.git
https://github.com/ph1ps/swift-concurrency-retry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
}
],
"manifest_display_name" : "swift-concurrency-retry",
"name" : "swift-concurrency-retry",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Retry",
"targets" : [
"Retry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "_PowShims",
"module_type" : "ClangTarget",
"name" : "_PowShims",
"path" : "Sources/_PowShims",
"product_memberships" : [
"Retry"
],
"sources" : [
"_PowShims.c"
],
"type" : "library"
},
{
"c99name" : "RetryTests",
"module_type" : "SwiftTarget",
"name" : "RetryTests",
"path" : "Tests/RetryTests",
"product_dependencies" : [
"Clocks"
],
"sources" : [
"RetryTests.swift",
"Xoshiro.swift"
],
"target_dependencies" : [
"Retry"
],
"type" : "test"
},
{
"c99name" : "Retry",
"module_type" : "SwiftTarget",
"name" : "Retry",
"path" : "Sources/Retry",
"product_memberships" : [
"Retry"
],
"sources" : [
"Retry.swift"
],
"target_dependencies" : [
"_PowShims"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.26s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.05s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[853/6253] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.63s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.07s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/3] Write sources
[1/3] Compiling _PowShims _PowShims.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Retry
[5/5] Compiling Retry Retry.swift
Build complete! (6.55s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
}
],
"manifest_display_name" : "swift-concurrency-retry",
"name" : "swift-concurrency-retry",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Retry",
"targets" : [
"Retry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "_PowShims",
"module_type" : "ClangTarget",
"name" : "_PowShims",
"path" : "Sources/_PowShims",
"product_memberships" : [
"Retry"
],
"sources" : [
"_PowShims.c"
],
"type" : "library"
},
{
"c99name" : "RetryTests",
"module_type" : "SwiftTarget",
"name" : "RetryTests",
"path" : "Tests/RetryTests",
"product_dependencies" : [
"Clocks"
],
"sources" : [
"RetryTests.swift",
"Xoshiro.swift"
],
"target_dependencies" : [
"Retry"
],
"type" : "test"
},
{
"c99name" : "Retry",
"module_type" : "SwiftTarget",
"name" : "Retry",
"path" : "Sources/Retry",
"product_memberships" : [
"Retry"
],
"sources" : [
"Retry.swift"
],
"target_dependencies" : [
"_PowShims"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.