This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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-http-error-handling with Swift 6.0 for Linux.

Swift 6 data race errors: 1

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/swift-http-error-handling.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-http-error-handling
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee3026b Rename `_AdditionalSnippetDependencies` product/target to be more specific to avoid name collisions across packages.
Cloned https://github.com/fumoboy007/swift-http-error-handling.git
Revision (git rev-parse @):
ee3026b915f6a43391992e5b9027c2b928a57406
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/swift-http-error-handling.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/fumoboy007/swift-http-error-handling.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/fumoboy007/swift-retry.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/197] Fetching swift-retry
[198/611] Fetching swift-retry, swift-http-types
Fetched https://github.com/fumoboy007/swift-retry.git from cache (0.24s)
[2/3767] Fetching swift-http-types, swift-log
[952/6625] Fetching swift-http-types, swift-log, swift-docc-symbolkit
[6626/8083] Fetching swift-http-types, swift-log, swift-docc-symbolkit, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.39s)
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
[1770/1872] Fetching swift-http-types, swift-docc-plugin
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.45s)
Computing version for https://github.com/fumoboy007/swift-retry.git
Computed https://github.com/fumoboy007/swift-retry.git at 0.2.2 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (1.09s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.0.2 (0.44s)
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.47s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.51s)
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.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
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.0.2
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.3
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.2
/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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/47] Write sources
[16/47] Write swift-version-24593BA9C3E375BF.txt
[18/59] Compiling HTTPTypes HTTPRequest.swift
[19/59] Compiling HTTPTypes HTTPField.swift
[20/59] Emitting module HTTPTypes
[21/59] Compiling HTTPTypes HTTPResponse.swift
[22/59] Compiling HTTPTypes ISOLatin1String.swift
[23/59] Compiling Logging Logging.swift
[24/59] Compiling Logging LogHandler.swift
[25/59] Compiling HTTPTypes HTTPFieldName.swift
[26/59] Compiling HTTPTypes HTTPFields.swift
[27/60] Compiling Logging MetadataProvider.swift
[29/60] Emitting module Logging
[30/60] Compiling Logging Locks.swift
[31/61] Wrapping AST for Logging for debugging
[32/61] Wrapping AST for HTTPTypes for debugging
[34/81] Compiling Retry NotRetryable.swift
[35/81] Compiling Retry Retryable.swift
[36/81] Compiling Retry RetryableRequest+SafeRetry.swift
[37/82] Compiling Retry RetryConfiguration.swift
[38/82] Compiling Retry Error+OriginalError.swift
[39/82] Compiling Retry RetryableRequest.swift
[40/82] Emitting module Retry
[41/82] Compiling Retry Backoff.swift
[42/82] Compiling Retry BackoffAlgorithm.swift
[43/82] Compiling Retry RandomNumberGenerator.swift
[44/82] Compiling Retry StandardRandomNumberGenerator.swift
[45/82] Compiling Retry RecoveryAction.swift
[46/82] Compiling Retry Retry.swift
[47/82] Compiling Retry ConstantBackoff.swift
[48/82] Compiling Retry FullJitterExponentialBackoff.swift
[49/83] Wrapping AST for Retry for debugging
[51/92] Compiling HTTPErrorHandling HTTPResponse+Interpretation.swift
[52/93] Compiling HTTPErrorHandling HTTPRequestMethod+IsIdempotent.swift
[53/93] Compiling HTTPErrorHandling HTTPApplicationError.swift
/host/spi-builder-workspace/Sources/HTTPErrorHandling/Error/HTTPApplicationError.swift:33:15: warning: stored property 'responseBody' of 'Sendable'-conforming generic struct 'HTTPApplicationError' has non-sendable type 'ResponseBodyType'; this is an error in the Swift 6 language mode
24 |
25 | /// A concrete error type that contains details about an HTTP application failure.
26 | public struct HTTPApplicationError<ResponseBodyType>: Error {
   |                                    `- note: consider making generic parameter 'ResponseBodyType' conform to the 'Sendable' protocol
27 |    /// The response to the failed request.
28 |    public let response: HTTPResponse
   :
31 |    ///
32 |    /// - SeeAlso: ``HTTPApplicationErrorProtocol/anyResponseBody``
33 |    public let responseBody: ResponseBodyType
   |               `- warning: stored property 'responseBody' of 'Sendable'-conforming generic struct 'HTTPApplicationError' has non-sendable type 'ResponseBodyType'; this is an error in the Swift 6 language mode
34 |
35 |    /// Whether the failure is transient.
[54/93] Compiling HTTPErrorHandling HTTPApplicationErrorProtocol.swift
/host/spi-builder-workspace/Sources/HTTPErrorHandling/Error/HTTPApplicationError.swift:33:15: warning: stored property 'responseBody' of 'Sendable'-conforming generic struct 'HTTPApplicationError' has non-sendable type 'ResponseBodyType'; this is an error in the Swift 6 language mode
24 |
25 | /// A concrete error type that contains details about an HTTP application failure.
26 | public struct HTTPApplicationError<ResponseBodyType>: Error {
   |                                    `- note: consider making generic parameter 'ResponseBodyType' conform to the 'Sendable' protocol
27 |    /// The response to the failed request.
28 |    public let response: HTTPResponse
   :
31 |    ///
32 |    /// - SeeAlso: ``HTTPApplicationErrorProtocol/anyResponseBody``
33 |    public let responseBody: ResponseBodyType
   |               `- warning: stored property 'responseBody' of 'Sendable'-conforming generic struct 'HTTPApplicationError' has non-sendable type 'ResponseBodyType'; this is an error in the Swift 6 language mode
34 |
35 |    /// Whether the failure is transient.
[55/93] Emitting module HTTPErrorHandling
/host/spi-builder-workspace/Sources/HTTPErrorHandling/Error/HTTPApplicationError.swift:33:15: warning: stored property 'responseBody' of 'Sendable'-conforming generic struct 'HTTPApplicationError' has non-sendable type 'ResponseBodyType'; this is an error in the Swift 6 language mode
24 |
25 | /// A concrete error type that contains details about an HTTP application failure.
26 | public struct HTTPApplicationError<ResponseBodyType>: Error {
   |                                    `- note: consider making generic parameter 'ResponseBodyType' conform to the 'Sendable' protocol
27 |    /// The response to the failed request.
28 |    public let response: HTTPResponse
   :
31 |    ///
32 |    /// - SeeAlso: ``HTTPApplicationErrorProtocol/anyResponseBody``
33 |    public let responseBody: ResponseBodyType
   |               `- warning: stored property 'responseBody' of 'Sendable'-conforming generic struct 'HTTPApplicationError' has non-sendable type 'ResponseBodyType'; this is an error in the Swift 6 language mode
34 |
35 |    /// Whether the failure is transient.
/host/spi-builder-workspace/Sources/HTTPErrorHandling/Retry/HTTPRequest+RetryableRequest.swift:43:1: warning: extension declares a conformance of imported type 'HTTPRequest' to imported protocol 'RetryableRequest'; this will not behave correctly if the owners of 'HTTPTypes' introduce this conformance in the future
41 | ///
42 | /// - SeeAlso: [`Retry`](https://fumoboy007.github.io/swift-retry/documentation/retry/)
43 | extension HTTPRequest: RetryableRequest {
   | |- warning: extension declares a conformance of imported type 'HTTPRequest' to imported protocol 'RetryableRequest'; this will not behave correctly if the owners of 'HTTPTypes' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |    public var isIdempotent: Bool {
45 |       return method.isIdempotent
[56/93] Compiling HTTPErrorHandling HTTPRequest+RetryableRequest.swift
/host/spi-builder-workspace/Sources/HTTPErrorHandling/Retry/HTTPRequest+RetryableRequest.swift:43:1: warning: extension declares a conformance of imported type 'HTTPRequest' to imported protocol 'RetryableRequest'; this will not behave correctly if the owners of 'HTTPTypes' introduce this conformance in the future
41 | ///
42 | /// - SeeAlso: [`Retry`](https://fumoboy007.github.io/swift-retry/documentation/retry/)
43 | extension HTTPRequest: RetryableRequest {
   | |- warning: extension declares a conformance of imported type 'HTTPRequest' to imported protocol 'RetryableRequest'; this will not behave correctly if the owners of 'HTTPTypes' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |    public var isIdempotent: Bool {
45 |       return method.isIdempotent
[57/93] Compiling HTTPErrorHandling RecoveryAction+FromHTTPApplicationError.swift
[58/93] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[59/93] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[60/93] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[61/93] Emitting module HTTPTypesFoundation
[62/93] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[63/93] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[65/94] Compiling HTTPErrorHandling HTTPResponseStatus+Interpretation.swift
[66/94] Compiling HTTPErrorHandling Date+FromHTTPDateString.swift
[66/94] Wrapping AST for HTTPTypesFoundation for debugging
[68/94] Compiling HTTPErrorHandling HTTPResponse+RetryAfterValue.swift
[70/97] Compiling _AdditionalHTTPErrorHandlingSnippetDependencies DummyFile.swift
[71/97] Emitting module _AdditionalHTTPErrorHandlingSnippetDependencies
[72/98] Wrapping AST for HTTPErrorHandling for debugging
[74/114] Emitting module RetryHTTPRequestUsingURLSession
[75/114] Compiling RetryHTTPRequestUsingURLSession RetryHTTPRequestUsingURLSession.swift
[76/115] Compiling CustomHTTPResponseInterpretation CustomHTTPResponseInterpretation.swift
[77/115] Emitting module CustomHTTPResponseInterpretation
[78/115] Emitting module UseFakeClockType
[80/115] Emitting module DefaultHTTPResponseInterpretation
[81/115] Compiling DefaultHTTPResponseInterpretation DefaultHTTPResponseInterpretation.swift
[82/116] Compiling BasicRetry BasicRetry.swift
[83/116] Emitting module BasicRetry
[84/116] Emitting module ConfigureRetryBehavior
[85/116] Compiling ConfigureRetryBehavior ConfigureRetryBehavior.swift
[86/116] Emitting module HTTPApplicationErrorWithResponseBody
[87/116] Compiling HTTPApplicationErrorWithResponseBody HTTPApplicationErrorWithResponseBody.swift
[87/118] Wrapping AST for _AdditionalHTTPErrorHandlingSnippetDependencies for debugging
[90/118] Emitting module ReuseRetryConfiguration
[91/118] Compiling ReuseRetryConfiguration ReuseRetryConfiguration.swift
[93/121] Wrapping AST for RetryHTTPRequestUsingURLSession for debugging
[94/121] Write Objects.LinkFileList
[97/121] Wrapping AST for CustomHTTPResponseInterpretation for debugging
[98/121] Write Objects.LinkFileList
[100/121] Wrapping AST for DefaultHTTPResponseInterpretation for debugging
[102/121] Compiling UseFakeClockType UseFakeClockType.swift
[102/121] Write Objects.LinkFileList
[103/121] Wrapping AST for BasicRetry for debugging
[104/121] Write Objects.LinkFileList
[105/122] Wrapping AST for ConfigureRetryBehavior for debugging
[106/122] Write Objects.LinkFileList
[107/122] Wrapping AST for HTTPApplicationErrorWithResponseBody for debugging
[108/122] Write Objects.LinkFileList
[109/122] Wrapping AST for ReuseRetryConfiguration for debugging
[110/122] Write Objects.LinkFileList
[112/122] Linking RetryHTTPRequestUsingURLSession
[113/122] Wrapping AST for UseFakeClockType for debugging
[114/122] Write Objects.LinkFileList
[115/122] Linking CustomHTTPResponseInterpretation
[116/122] Linking DefaultHTTPResponseInterpretation
[117/122] Linking BasicRetry
[118/122] Linking HTTPApplicationErrorWithResponseBody
[119/122] Linking ConfigureRetryBehavior
[120/122] Linking ReuseRetryConfiguration
[121/122] Linking UseFakeClockType
Build complete! (31.35s)
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-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.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"
    },
    {
      "identity" : "swift-retry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fumoboy007/swift-retry.git"
    }
  ],
  "manifest_display_name" : "swift-http-error-handling",
  "name" : "swift-http-error-handling",
  "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" : "HTTPErrorHandling",
      "targets" : [
        "HTTPErrorHandling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_AdditionalHTTPErrorHandlingSnippetDependencies",
      "targets" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPApplicationErrorWithResponseBody",
      "targets" : [
        "HTTPApplicationErrorWithResponseBody"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "CustomHTTPResponseInterpretation",
      "targets" : [
        "CustomHTTPResponseInterpretation"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "DefaultHTTPResponseInterpretation",
      "targets" : [
        "DefaultHTTPResponseInterpretation"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "RetryHTTPRequestUsingURLSession",
      "targets" : [
        "RetryHTTPRequestUsingURLSession"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ConfigureRetryBehavior",
      "targets" : [
        "ConfigureRetryBehavior"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "UseFakeClockType",
      "targets" : [
        "UseFakeClockType"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ReuseRetryConfiguration",
      "targets" : [
        "ReuseRetryConfiguration"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "BasicRetry",
      "targets" : [
        "BasicRetry"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_AdditionalHTTPErrorHandlingSnippetDependencies",
      "module_type" : "SwiftTarget",
      "name" : "_AdditionalHTTPErrorHandlingSnippetDependencies",
      "path" : "Sources/_AdditionalHTTPErrorHandlingSnippetDependencies",
      "product_dependencies" : [
        "HTTPTypesFoundation",
        "Logging"
      ],
      "product_memberships" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPApplicationErrorWithResponseBody",
        "CustomHTTPResponseInterpretation",
        "DefaultHTTPResponseInterpretation",
        "RetryHTTPRequestUsingURLSession",
        "ConfigureRetryBehavior",
        "UseFakeClockType",
        "ReuseRetryConfiguration",
        "BasicRetry"
      ],
      "sources" : [
        "DummyFile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPErrorHandlingTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPErrorHandlingTests",
      "path" : "Tests/HTTPErrorHandlingTests",
      "product_dependencies" : [
        "HTTPTypes"
      ],
      "sources" : [
        "DateFromHTTPDateStringTests.swift",
        "Fakes/ClockFake.swift",
        "Fakes/ErrorFake.swift",
        "Fakes/HTTPRequest+Fakes.swift",
        "Fakes/HTTPResponse+Fakes.swift",
        "HTTPRequestRetryTests.swift",
        "HTTPResponseInterpretationTests.swift"
      ],
      "target_dependencies" : [
        "HTTPErrorHandling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPErrorHandling",
      "module_type" : "SwiftTarget",
      "name" : "HTTPErrorHandling",
      "path" : "Sources/HTTPErrorHandling",
      "product_dependencies" : [
        "DMRetry",
        "HTTPTypes"
      ],
      "product_memberships" : [
        "HTTPErrorHandling",
        "HTTPApplicationErrorWithResponseBody",
        "CustomHTTPResponseInterpretation",
        "DefaultHTTPResponseInterpretation",
        "RetryHTTPRequestUsingURLSession",
        "ConfigureRetryBehavior",
        "UseFakeClockType",
        "ReuseRetryConfiguration",
        "BasicRetry"
      ],
      "sources" : [
        "Error/HTTPApplicationError.swift",
        "Error/HTTPApplicationErrorProtocol.swift",
        "Interpretation/HTTPResponse+Interpretation.swift",
        "Interpretation/HTTPResponseStatus+Interpretation.swift",
        "Retry/Date+FromHTTPDateString.swift",
        "Retry/HTTPRequest+RetryableRequest.swift",
        "Retry/HTTPRequestMethod+IsIdempotent.swift",
        "Retry/HTTPResponse+RetryAfterValue.swift",
        "Retry/RecoveryAction+FromHTTPApplicationError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPApplicationErrorWithResponseBody",
      "module_type" : "SwiftTarget",
      "name" : "HTTPApplicationErrorWithResponseBody",
      "path" : "Snippets/Interpreting HTTP Responses",
      "product_memberships" : [
        "HTTPApplicationErrorWithResponseBody"
      ],
      "sources" : [
        "HTTPApplicationErrorWithResponseBody.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "CustomHTTPResponseInterpretation",
      "module_type" : "SwiftTarget",
      "name" : "CustomHTTPResponseInterpretation",
      "path" : "Snippets/Interpreting HTTP Responses",
      "product_memberships" : [
        "CustomHTTPResponseInterpretation"
      ],
      "sources" : [
        "CustomHTTPResponseInterpretation.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "DefaultHTTPResponseInterpretation",
      "module_type" : "SwiftTarget",
      "name" : "DefaultHTTPResponseInterpretation",
      "path" : "Snippets/Interpreting HTTP Responses",
      "product_memberships" : [
        "DefaultHTTPResponseInterpretation"
      ],
      "sources" : [
        "DefaultHTTPResponseInterpretation.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "RetryHTTPRequestUsingURLSession",
      "module_type" : "SwiftTarget",
      "name" : "RetryHTTPRequestUsingURLSession",
      "path" : "Snippets/Interoperability With Popular HTTP Libraries",
      "product_memberships" : [
        "RetryHTTPRequestUsingURLSession"
      ],
      "sources" : [
        "RetryHTTPRequestUsingURLSession.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ConfigureRetryBehavior",
      "module_type" : "SwiftTarget",
      "name" : "ConfigureRetryBehavior",
      "path" : "Snippets/Retrying HTTP Requests",
      "product_memberships" : [
        "ConfigureRetryBehavior"
      ],
      "sources" : [
        "ConfigureRetryBehavior.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "UseFakeClockType",
      "module_type" : "SwiftTarget",
      "name" : "UseFakeClockType",
      "path" : "Snippets/Retrying HTTP Requests",
      "product_memberships" : [
        "UseFakeClockType"
      ],
      "sources" : [
        "UseFakeClockType.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ReuseRetryConfiguration",
      "module_type" : "SwiftTarget",
      "name" : "ReuseRetryConfiguration",
      "path" : "Snippets/Retrying HTTP Requests",
      "product_memberships" : [
        "ReuseRetryConfiguration"
      ],
      "sources" : [
        "ReuseRetryConfiguration.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "BasicRetry",
      "module_type" : "SwiftTarget",
      "name" : "BasicRetry",
      "path" : "Snippets/Retrying HTTP Requests",
      "product_memberships" : [
        "BasicRetry"
      ],
      "sources" : [
        "BasicRetry.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.