Build Information
Successful build of swift-retry with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/fumoboy007/swift-retry.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-log.git
[1/3362] Fetching swift-log
[2187/6227] Fetching swift-log, swift-docc-symbolkit
[2470/7710] Fetching swift-log, swift-docc-symbolkit, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit (0.44s)
Fetched https://github.com/apple/swift-log.git (0.44s)
Fetched https://github.com/apple/swift-docc-plugin (0.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (1.10s)
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.39s)
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
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/27] Compiling Logging MetadataProvider.swift
[4/27] Compiling Logging LogHandler.swift
[5/27] Compiling Logging Locks.swift
[6/27] Emitting module Logging
[7/27] Compiling Logging Logging.swift
[9/29] Wrapping AST for Logging for debugging
[11/44] Compiling Retry Error+OriginalError.swift
[12/44] Compiling Retry NotRetryable.swift
[13/44] Compiling Retry Retryable.swift
[14/44] Compiling Retry RetryableRequest+SafeRetry.swift
[15/45] Compiling Retry Backoff.swift
[16/45] Compiling Retry BackoffAlgorithm.swift
[17/45] Compiling Retry RandomNumberGenerator.swift
[18/45] Compiling Retry StandardRandomNumberGenerator.swift
[19/45] Compiling Retry Logger+RetryMetadataKey.swift
[20/45] Compiling Retry RecoveryAction.swift
[21/45] Compiling Retry RetryableRequest.swift
[22/45] Emitting module Retry
[23/45] Compiling Retry ConstantBackoff.swift
[24/45] Compiling Retry FullJitterExponentialBackoff.swift
[25/45] Compiling Retry Retry.swift
[26/45] Compiling Retry RetryConfiguration.swift
[28/47] Wrapping AST for Retry for debugging
[30/62] Compiling EnableOrDisableRetriesForSpecificCodePaths EnableOrDisableRetriesForSpecificCodePaths.swift
[31/62] Emitting module EnableOrDisableRetriesForSpecificCodePaths
[32/63] Emitting module CustomBackoffAlgorithm
[33/63] Compiling CustomBackoffAlgorithm CustomBackoffAlgorithm.swift
[34/65] Compiling EnableOrDisableRetriesForSpecificErrorCases EnableOrDisableRetriesForSpecificErrorCases.swift
[35/65] Emitting module EnableOrDisableRetriesForSpecificErrorCases
[36/66] Emitting module EnforceMinDelay
[37/66] Compiling EnforceMinDelay EnforceMinDelay.swift
[38/67] Compiling ReuseRetryConfiguration ReuseRetryConfiguration.swift
[39/67] Emitting module ReuseRetryConfiguration
[42/70] Emitting module RetryableRequest
[43/70] Compiling RetryableRequest RetryableRequest.swift
[47/73] Compiling ConfigureRetryBehavior ConfigureRetryBehavior.swift
[48/73] Emitting module ConfigureRetryBehavior
[56/77] Wrapping AST for EnableOrDisableRetriesForSpecificCodePaths for debugging
[57/77] Wrapping AST for EnableOrDisableRetriesForSpecificErrorCases for debugging
[59/79] Wrapping AST for CustomBackoffAlgorithm for debugging
[60/79] Wrapping AST for EnforceMinDelay for debugging
[61/79] Wrapping AST for ReuseRetryConfiguration for debugging
[62/79] Wrapping AST for RetryableRequest for debugging
[63/79] Wrapping AST for ConfigureRetryBehavior for debugging
[65/79] Emitting module BasicUsage
[66/79] Compiling BasicUsage BasicUsage.swift
[67/81] Linking EnableOrDisableRetriesForSpecificCodePaths
[68/81] Linking EnableOrDisableRetriesForSpecificErrorCases
[70/81] Linking CustomBackoffAlgorithm
[71/81] Linking EnforceMinDelay
[72/81] Linking ReuseRetryConfiguration
[73/81] Wrapping AST for BasicUsage for debugging
[74/81] Linking RetryableRequest
[75/81] Linking ConfigureRetryBehavior
[76/81] Linking BasicUsage
[78/81] Emitting module UseFakeClockType
[79/81] Compiling UseFakeClockType UseFakeClockType.swift
[81/83] Wrapping AST for UseFakeClockType for debugging
[82/83] Linking UseFakeClockType
Build complete! (22.02s)
Build complete.
Done.