The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RetryableTask, reference main (e08fd5), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 02:54:08 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
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/apple/swift-log.git from cache (1.14s)
Fetched https://github.com/neallester/swift-log-testing.git from cache (1.14s)
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.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (0.67s)
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.83s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.13s)
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 main (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] Emitting module Logging
[5/7] Compiling Logging LogHandler.swift
[6/7] Compiling Logging Logging.swift
[7/7] Compiling Logging Locks.swift
[8/15] Compiling RetryableTask withRetryableTask.swift
[9/15] Compiling RetryableTask RetryPolicy.swift
[10/15] Compiling RetryableTask NoRetryPolicy.swift
[11/15] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[12/15] Compiling RetryableTask ImmediateRetryPolicy.swift
[13/15] Compiling RetryableTask DelayedRetryPolicy.swift
[14/15] Emitting module RetryableTask
[15/15] Compiling RetryableTask DefaultRetryPolicy.swift
Build complete! (3.79s)
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.