The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Retry, reference v0.1.1 (7fc5e4), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:41:29 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/zef/Retry.git
Reference: v0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zef/Retry
 * tag               v0.1.1     -> FETCH_HEAD
HEAD is now at 7fc5e48 Fix access control problems.
Cloned https://github.com/zef/Retry.git
Revision (git rev-parse @):
7fc5e484fd82e38cfc802c4527f29b5fab9df902
SUCCESS checkout https://github.com/zef/Retry.git at v0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/zef/Retry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling Retry Retry.swift
[4/4] Emitting module Retry
Build complete! (3.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Retry",
  "name" : "Retry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Retry",
      "targets" : [
        "Retry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetryTests",
      "module_type" : "SwiftTarget",
      "name" : "RetryTests",
      "path" : "Tests/RetryTests",
      "sources" : [
        "RetryTests.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Retry",
      "module_type" : "SwiftTarget",
      "name" : "Retry",
      "path" : "Sources/Retry",
      "product_memberships" : [
        "Retry"
      ],
      "sources" : [
        "Retry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.