Build Information
Successful build of swift-retry with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/fumoboy007/swift-retry
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/fumoboy007/swift-retry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/16] Compiling Logging LogHandler.swift
[4/16] Compiling Logging MetadataProvider.swift
[5/16] Emitting module Logging
[6/16] Compiling Logging Locks.swift
[7/16] Compiling Logging Logging.swift
[8/31] Compiling Retry Error+OriginalError.swift
[9/31] Compiling Retry NotRetryable.swift
[10/32] Compiling Retry RetryableRequest.swift
[11/32] Compiling Retry Retry.swift
[12/32] Compiling Retry RetryConfiguration.swift
[13/32] Compiling Retry Backoff.swift
[14/32] Compiling Retry BackoffAlgorithm.swift
[15/32] Compiling Retry RandomNumberGenerator.swift
[16/32] Compiling Retry StandardRandomNumberGenerator.swift
[17/32] Compiling Retry Logger+RetryMetadataKey.swift
[18/32] Compiling Retry RecoveryAction.swift
[19/32] Emitting module Retry
[20/32] Compiling Retry ConstantBackoff.swift
[21/32] Compiling Retry FullJitterExponentialBackoff.swift
[22/32] Compiling Retry Retryable.swift
[23/32] Compiling Retry RetryableRequest+SafeRetry.swift
[24/48] Emitting module ReuseRetryConfiguration
[25/48] Compiling ReuseRetryConfiguration ReuseRetryConfiguration.swift
[26/48] Emitting module ConfigureRetryBehavior
[27/48] Compiling ConfigureRetryBehavior ConfigureRetryBehavior.swift
[28/48] Compiling RetryableRequest RetryableRequest.swift
[29/48] Emitting module RetryableRequest
[30/48] Emitting module CustomBackoffAlgorithm
[31/48] Compiling CustomBackoffAlgorithm CustomBackoffAlgorithm.swift
[32/48] Compiling EnforceMinDelay EnforceMinDelay.swift
[33/48] Emitting module EnforceMinDelay
[34/48] Emitting module EnableOrDisableRetriesForSpecificCodePaths
[35/48] Compiling EnableOrDisableRetriesForSpecificCodePaths EnableOrDisableRetriesForSpecificCodePaths.swift
[35/50] Linking ConfigureRetryBehavior
[37/50] Emitting module EnableOrDisableRetriesForSpecificErrorCases
[38/50] Compiling EnableOrDisableRetriesForSpecificErrorCases EnableOrDisableRetriesForSpecificErrorCases.swift
[38/50] Linking RetryableRequest
[40/50] Compiling BasicUsage BasicUsage.swift
[40/50] Linking CustomBackoffAlgorithm
[41/50] Linking EnforceMinDelay
[42/50] Linking ReuseRetryConfiguration
[44/50] Emitting module BasicUsage
[44/50] Linking EnableOrDisableRetriesForSpecificCodePaths
[45/50] Linking EnableOrDisableRetriesForSpecificErrorCases
[46/50] Linking BasicUsage
[48/50] Compiling UseFakeClockType UseFakeClockType.swift
[49/50] Emitting module UseFakeClockType
[49/50] Linking UseFakeClockType
Build complete! (21.23s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.45s)
Computing version for https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-log.git (0.52s)
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
Computed https://github.com/apple/swift-docc-plugin.git at 1.3.0 (0.04s)
Fetched https://github.com/apple/swift-docc-symbolkit (0.81s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.09s)
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-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
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
Build complete.
Done.