Build Information
Successful build of RetryableTask, reference 1.1.2 (e08fd5), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 02:54:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/retryable-task.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rosecoder/retryable-task
* tag 1.1.2 -> FETCH_HEAD
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 1.1.2
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/neallester/swift-log-testing.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.24s)
Fetched https://github.com/apple/swift-log.git from cache (1.24s)
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.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (0.69s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.4
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "retryable-task",
"name": "RetryableTask",
"url": "https://github.com/rosecoder/retryable-task.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/retryable-task",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/rosecoder/retryable-task.git
[1/158] Fetching retryable-task
Fetched https://github.com/rosecoder/retryable-task.git from cache (0.86s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.22s)
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/rosecoder/retryable-task.git
Working copy of https://github.com/rosecoder/retryable-task.git resolved at 1.1.2 (e08fd5f)
warning: '.resolve-product-dependencies': dependency 'retryable-task' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/rosecoder/retryable-task.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging Locks.swift
[5/7] Compiling Logging Logging.swift
[6/7] Emitting module Logging
[7/7] Compiling Logging LogHandler.swift
[8/15] Compiling RetryableTask RetryPolicy.swift
[9/15] Compiling RetryableTask withRetryableTask.swift
[10/15] Compiling RetryableTask NoRetryPolicy.swift
[11/15] Compiling RetryableTask ImmediateRetryPolicy.swift
[12/15] Compiling RetryableTask DefaultRetryPolicy.swift
[13/15] Compiling RetryableTask DelayedRetryPolicy.swift
[14/15] Emitting module RetryableTask
[15/15] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
Build complete! (3.55s)
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" : "/Users/admin/builder/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"
}
Done.