The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-retry with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/swift-retry.git
Reference: 0.2.4
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/fumoboy007/swift-retry
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at df9d7b1 Log the full error instead of only the error type.
Cloned https://github.com/fumoboy007/swift-retry.git
Revision (git rev-parse @):
df9d7b185d2e433147ec0083a73c257e665eea0d
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/swift-retry.git at 0.2.4
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin from cache (0.28s)
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.05s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.44s)
Computed https://github.com/apple/swift-docc-plugin.git at 1.3.0 (0.54s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.42s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-retry",
      "name": "swift-retry",
      "url": "https://github.com/fumoboy007/swift-retry.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-retry",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.4",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/fumoboy007/swift-retry.git from cache
Fetched https://github.com/fumoboy007/swift-retry.git from cache (0.23s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.03s)
Creating working copy for https://github.com/fumoboy007/swift-retry.git
Working copy of https://github.com/fumoboy007/swift-retry.git resolved at 0.2.4 (df9d7b1)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
warning: '.resolve-product-dependencies': dependency 'swift-retry' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/fumoboy007/swift-retry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/32] Write sources
[13/32] Write swift-version-6044DDE57671499D.txt
[15/37] Emitting module Logging
[16/37] Compiling Logging LogHandler.swift
[17/37] Compiling Logging Locks.swift
[18/37] Compiling Logging MetadataProvider.swift
[19/37] Compiling Logging Logging.swift
[20/52] Emitting module Retry
[21/53] Compiling Retry RetryableRequest.swift
[22/53] Compiling Retry Retryable.swift
[23/53] Compiling Retry RetryableRequest+SafeRetry.swift
[24/53] Compiling Retry Error+OriginalError.swift
[25/53] Compiling Retry NotRetryable.swift
[26/53] Compiling Retry Logger+RetryMetadataKey.swift
[27/53] Compiling Retry RecoveryAction.swift
[28/53] Compiling Retry RandomNumberGenerator.swift
[29/53] Compiling Retry StandardRandomNumberGenerator.swift
[30/53] Compiling Retry Retry.swift
[31/53] Compiling Retry RetryConfiguration.swift
[32/53] Compiling Retry ConstantBackoff.swift
[33/53] Compiling Retry FullJitterExponentialBackoff.swift
[34/53] Compiling Retry Backoff.swift
[35/53] Compiling Retry BackoffAlgorithm.swift
[36/69] Emitting module EnforceMinDelay
[37/69] Emitting module EnableOrDisableRetriesForSpecificCodePaths
[38/69] Compiling EnableOrDisableRetriesForSpecificCodePaths EnableOrDisableRetriesForSpecificCodePaths.swift
[39/69] Compiling EnforceMinDelay EnforceMinDelay.swift
[40/69] Emitting module ReuseRetryConfiguration
[41/69] Compiling ReuseRetryConfiguration ReuseRetryConfiguration.swift
[41/69] Write Objects.LinkFileList
[44/69] Emitting module RetryableRequest
[45/69] Emitting module EnableOrDisableRetriesForSpecificErrorCases
[46/69] Compiling EnableOrDisableRetriesForSpecificErrorCases EnableOrDisableRetriesForSpecificErrorCases.swift
[46/69] Write Objects.LinkFileList
[49/69] Compiling CustomBackoffAlgorithm CustomBackoffAlgorithm.swift
[50/69] Emitting module CustomBackoffAlgorithm
[51/69] Emitting module ConfigureRetryBehavior
[52/69] Compiling ConfigureRetryBehavior ConfigureRetryBehavior.swift
[52/69] Write Objects.LinkFileList
[54/71] Compiling RetryableRequest RetryableRequest.swift
[54/71] Write Objects.LinkFileList
[57/71] Emitting module BasicUsage
[58/71] Compiling BasicUsage BasicUsage.swift
[58/71] Linking EnableOrDisableRetriesForSpecificErrorCases
[58/71] Write Objects.LinkFileList
[60/71] Linking EnableOrDisableRetriesForSpecificCodePaths
[61/71] Linking ReuseRetryConfiguration
[62/71] Linking CustomBackoffAlgorithm
[63/71] Linking EnforceMinDelay
[64/71] Linking ConfigureRetryBehavior
[65/71] Linking RetryableRequest
[66/71] Linking BasicUsage
[68/71] Emitting module UseFakeClockType
[69/71] Compiling UseFakeClockType UseFakeClockType.swift
[69/71] Write Objects.LinkFileList
[70/71] Linking UseFakeClockType
Build complete! (16.88s)
Build complete.
Done.