The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RetryableTask, reference 1.1.2 (e08fd5), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 05:01:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rosecoder/retryable-task.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Logging.swift
[8/8] Emitting module Logging
[9/16] Compiling RetryableTask NoRetryPolicy.swift
[10/16] Compiling RetryableTask DelayedRetryPolicy.swift
[11/16] Compiling RetryableTask ImmediateRetryPolicy.swift
[12/16] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[13/16] Compiling RetryableTask DefaultRetryPolicy.swift
[14/16] Emitting module RetryableTask
[15/16] Compiling RetryableTask withRetryableTask.swift
[16/16] Compiling RetryableTask RetryPolicy.swift
Build complete! (7.06s)
Fetching https://github.com/neallester/swift-log-testing.git
Fetching https://github.com/apple/swift-log.git
[1/69] Fetching swift-log-testing
[70/3905] Fetching swift-log-testing, swift-log
Fetched https://github.com/neallester/swift-log-testing.git from cache (1.00s)
Fetched https://github.com/apple/swift-log.git from cache (1.00s)
Computing version for https://github.com/neallester/swift-log-testing.git
Computed https://github.com/neallester/swift-log-testing.git at 0.0.1 (3.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.38s)
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
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.