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, reference main (df9d7b), with Swift 6.0 for Linux on 5 Nov 2024 04:06:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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: $PWD/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/swift-retry.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/fumoboy007/swift-retry.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-log.git
[1/2038] Fetching swift-docc-plugin
[226/5698] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.81s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
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.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/43] Write sources
[13/43] Write swift-version-24593BA9C3E375BF.txt
[15/48] Compiling Logging LogHandler.swift
[16/48] Compiling Logging MetadataProvider.swift
[17/48] Emitting module Logging
[18/48] Compiling Logging Locks.swift
[19/48] Compiling Logging Logging.swift
[20/49] Wrapping AST for Logging for debugging
[22/64] Compiling Retry RandomNumberGenerator.swift
[23/64] Compiling Retry StandardRandomNumberGenerator.swift
[24/65] Compiling Retry Logger+RetryMetadataKey.swift
[25/65] Compiling Retry RecoveryAction.swift
[26/65] Compiling Retry Backoff.swift
[27/65] Compiling Retry BackoffAlgorithm.swift
[28/65] Compiling Retry Error+OriginalError.swift
[29/65] Compiling Retry NotRetryable.swift
[30/65] Compiling Retry Retryable.swift
[31/65] Compiling Retry RetryableRequest+SafeRetry.swift
[32/65] Compiling Retry RetryableRequest.swift
[33/65] Emitting module Retry
[34/65] Compiling Retry ConstantBackoff.swift
[35/65] Compiling Retry FullJitterExponentialBackoff.swift
[36/65] Compiling Retry Retry.swift
[37/65] Compiling Retry RetryConfiguration.swift
[38/70] Wrapping AST for Retry for debugging
[40/82] Compiling RetryableRequest RetryableRequest.swift
[41/82] Emitting module RetryableRequest
[42/83] Emitting module EnableOrDisableRetriesForSpecificCodePaths
[43/83] Compiling EnableOrDisableRetriesForSpecificCodePaths EnableOrDisableRetriesForSpecificCodePaths.swift
[44/84] Compiling EnableOrDisableRetriesForSpecificErrorCases EnableOrDisableRetriesForSpecificErrorCases.swift
[45/84] Emitting module EnableOrDisableRetriesForSpecificErrorCases
[47/85] Emitting module ReuseRetryConfiguration
[48/85] Compiling ReuseRetryConfiguration ReuseRetryConfiguration.swift
[49/86] Compiling ConfigureRetryBehavior ConfigureRetryBehavior.swift
[51/86] Emitting module ConfigureRetryBehavior
[52/87] Compiling EnforceMinDelay EnforceMinDelay.swift
[53/87] Emitting module EnforceMinDelay
[55/88] Wrapping AST for RetryableRequest for debugging
[57/88] Emitting module CustomBackoffAlgorithm
[58/88] Compiling CustomBackoffAlgorithm CustomBackoffAlgorithm.swift
[58/88] Write Objects.LinkFileList
[61/91] Wrapping AST for EnableOrDisableRetriesForSpecificErrorCases for debugging
[62/91] Wrapping AST for ReuseRetryConfiguration for debugging
[63/91] Write Objects.LinkFileList
[64/91] Wrapping AST for EnableOrDisableRetriesForSpecificCodePaths for debugging
[64/91] Write Objects.LinkFileList
[68/91] Wrapping AST for ConfigureRetryBehavior for debugging
[70/91] Compiling BasicUsage BasicUsage.swift
[71/91] Emitting module BasicUsage
[71/91] Wrapping AST for EnforceMinDelay for debugging
[72/91] Write Objects.LinkFileList
[74/92] Wrapping AST for CustomBackoffAlgorithm for debugging
[76/92] Write Objects.LinkFileList
[77/92] Linking RetryableRequest
[78/92] Linking ReuseRetryConfiguration
[79/92] Linking EnableOrDisableRetriesForSpecificErrorCases
[80/92] Wrapping AST for BasicUsage for debugging
[81/92] Write Objects.LinkFileList
[82/92] Linking EnableOrDisableRetriesForSpecificCodePaths
[83/92] Linking EnforceMinDelay
[84/92] Linking ConfigureRetryBehavior
[85/92] Linking CustomBackoffAlgorithm
[86/92] Linking BasicUsage
[88/92] Emitting module UseFakeClockType
[89/92] Compiling UseFakeClockType UseFakeClockType.swift
[90/93] Wrapping AST for UseFakeClockType for debugging
[91/93] Write Objects.LinkFileList
[92/93] Linking UseFakeClockType
Build complete! (31.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-retry",
  "name" : "swift-retry",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DMRetry",
      "targets" : [
        "Retry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicUsage",
      "targets" : [
        "BasicUsage"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ConfigureRetryBehavior",
      "targets" : [
        "ConfigureRetryBehavior"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "EnableOrDisableRetriesForSpecificErrorCases",
      "targets" : [
        "EnableOrDisableRetriesForSpecificErrorCases"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ReuseRetryConfiguration",
      "targets" : [
        "ReuseRetryConfiguration"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "EnableOrDisableRetriesForSpecificCodePaths",
      "targets" : [
        "EnableOrDisableRetriesForSpecificCodePaths"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "RetryableRequest",
      "targets" : [
        "RetryableRequest"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "CustomBackoffAlgorithm",
      "targets" : [
        "CustomBackoffAlgorithm"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "UseFakeClockType",
      "targets" : [
        "UseFakeClockType"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "EnforceMinDelay",
      "targets" : [
        "EnforceMinDelay"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RetryTests",
      "module_type" : "SwiftTarget",
      "name" : "RetryTests",
      "path" : "Tests/RetryTests",
      "sources" : [
        "ConstantBackoffTests.swift",
        "Fakes/BackoffAlgorithmFake.swift",
        "Fakes/ClockFake.swift",
        "Fakes/ErrorFake.swift",
        "Fakes/RandomNumberGeneratorFake.swift",
        "FullJitterExponentialBackoffTests.swift",
        "RetryTests.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Retry",
      "module_type" : "SwiftTarget",
      "name" : "Retry",
      "path" : "Sources/Retry",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "DMRetry",
        "BasicUsage",
        "ConfigureRetryBehavior",
        "EnableOrDisableRetriesForSpecificErrorCases",
        "ReuseRetryConfiguration",
        "EnableOrDisableRetriesForSpecificCodePaths",
        "RetryableRequest",
        "CustomBackoffAlgorithm",
        "UseFakeClockType",
        "EnforceMinDelay"
      ],
      "sources" : [
        "Backoff/Algorithms/ConstantBackoff.swift",
        "Backoff/Algorithms/FullJitterExponentialBackoff.swift",
        "Backoff/Algorithms/Random Number Generator/RandomNumberGenerator.swift",
        "Backoff/Algorithms/Random Number Generator/StandardRandomNumberGenerator.swift",
        "Backoff/Backoff.swift",
        "Backoff/BackoffAlgorithm.swift",
        "Logger+RetryMetadataKey.swift",
        "RecoveryAction.swift",
        "Retry.swift",
        "RetryConfiguration.swift",
        "Retryable/Error+OriginalError.swift",
        "Retryable/NotRetryable.swift",
        "Retryable/Retryable.swift",
        "RetryableRequest/RetryableRequest+SafeRetry.swift",
        "RetryableRequest/RetryableRequest.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicUsage",
      "module_type" : "SwiftTarget",
      "name" : "BasicUsage",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "BasicUsage"
      ],
      "sources" : [
        "BasicUsage.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ConfigureRetryBehavior",
      "module_type" : "SwiftTarget",
      "name" : "ConfigureRetryBehavior",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "ConfigureRetryBehavior"
      ],
      "sources" : [
        "ConfigureRetryBehavior.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EnableOrDisableRetriesForSpecificErrorCases",
      "module_type" : "SwiftTarget",
      "name" : "EnableOrDisableRetriesForSpecificErrorCases",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "EnableOrDisableRetriesForSpecificErrorCases"
      ],
      "sources" : [
        "EnableOrDisableRetriesForSpecificErrorCases.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ReuseRetryConfiguration",
      "module_type" : "SwiftTarget",
      "name" : "ReuseRetryConfiguration",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "ReuseRetryConfiguration"
      ],
      "sources" : [
        "ReuseRetryConfiguration.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EnableOrDisableRetriesForSpecificCodePaths",
      "module_type" : "SwiftTarget",
      "name" : "EnableOrDisableRetriesForSpecificCodePaths",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "EnableOrDisableRetriesForSpecificCodePaths"
      ],
      "sources" : [
        "EnableOrDisableRetriesForSpecificCodePaths.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "RetryableRequest",
      "module_type" : "SwiftTarget",
      "name" : "RetryableRequest",
      "path" : "Snippets/Advanced Use Cases",
      "product_memberships" : [
        "RetryableRequest"
      ],
      "sources" : [
        "RetryableRequest.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "CustomBackoffAlgorithm",
      "module_type" : "SwiftTarget",
      "name" : "CustomBackoffAlgorithm",
      "path" : "Snippets/Advanced Use Cases",
      "product_memberships" : [
        "CustomBackoffAlgorithm"
      ],
      "sources" : [
        "CustomBackoffAlgorithm.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "UseFakeClockType",
      "module_type" : "SwiftTarget",
      "name" : "UseFakeClockType",
      "path" : "Snippets/Advanced Use Cases",
      "product_memberships" : [
        "UseFakeClockType"
      ],
      "sources" : [
        "UseFakeClockType.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "EnforceMinDelay",
      "module_type" : "SwiftTarget",
      "name" : "EnforceMinDelay",
      "path" : "Snippets/Advanced Use Cases",
      "product_memberships" : [
        "EnforceMinDelay"
      ],
      "sources" : [
        "EnforceMinDelay.swift"
      ],
      "target_dependencies" : [
        "Retry"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.