The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-http-error-handling, reference main (ee3026), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:35:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/swift-http-error-handling.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: $PWD/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/swift-http-error-handling.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fumoboy007/swift-http-error-handling.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[16/33] Write swift-version-1EA4D86E10B52AF.txt
[18/47] Compiling Logging MetadataProvider.swift
[19/47] Compiling HTTPTypes NIOLock.swift
[20/47] Compiling HTTPTypes HTTPRequest.swift
[21/47] Compiling HTTPTypes ISOLatin1String.swift
[22/47] Compiling HTTPTypes HTTPParsedFields.swift
[23/47] Compiling HTTPTypes HTTPResponse.swift
[24/47] Compiling HTTPTypes HTTPFieldName.swift
[25/47] Compiling HTTPTypes HTTPField.swift
[26/47] Emitting module HTTPTypes
[27/47] Compiling HTTPTypes HTTPFields.swift
[28/47] Compiling Logging Locks.swift
[29/47] Emitting module Logging
[30/47] Compiling Logging LogHandler.swift
[31/47] Compiling Logging Logging.swift
[32/68] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[33/68] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[34/68] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[35/68] Emitting module HTTPTypesFoundation
[36/68] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[37/68] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[38/70] Emitting module _AdditionalHTTPErrorHandlingSnippetDependencies
[39/70] Compiling _AdditionalHTTPErrorHandlingSnippetDependencies DummyFile.swift
[40/70] Emitting module Retry
[41/70] Compiling Retry ConstantBackoff.swift
[42/70] Compiling Retry FullJitterExponentialBackoff.swift
[43/71] Compiling Retry NotRetryable.swift
[44/71] Compiling Retry Error+OriginalError.swift
[45/71] Compiling Retry Retry.swift
[46/71] Compiling Retry RetryConfiguration.swift
[47/71] Compiling Retry RandomNumberGenerator.swift
[48/71] Compiling Retry StandardRandomNumberGenerator.swift
[49/71] Compiling Retry Logger+RetryMetadataKey.swift
[50/71] Compiling Retry RecoveryAction.swift
[51/71] Compiling Retry Backoff.swift
[52/71] Compiling Retry BackoffAlgorithm.swift
[53/71] Compiling Retry Retryable.swift
[54/71] Compiling Retry RetryableRequest+SafeRetry.swift
[55/71] Compiling Retry RetryableRequest.swift
[56/81] Compiling HTTPErrorHandling HTTPResponseStatus+Interpretation.swift
[57/81] Compiling HTTPErrorHandling HTTPApplicationError.swift
[58/81] Emitting module HTTPErrorHandling
/Users/admin/builder/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
[59/81] Compiling HTTPErrorHandling HTTPRequest+RetryableRequest.swift
/Users/admin/builder/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
[60/81] Compiling HTTPErrorHandling RecoveryAction+FromHTTPApplicationError.swift
[61/81] Compiling HTTPErrorHandling HTTPResponse+Interpretation.swift
[62/81] Compiling HTTPErrorHandling HTTPRequestMethod+IsIdempotent.swift
[63/81] Compiling HTTPErrorHandling Date+FromHTTPDateString.swift
[64/81] Compiling HTTPErrorHandling HTTPResponse+RetryAfterValue.swift
[65/81] Compiling HTTPErrorHandling HTTPApplicationErrorProtocol.swift
[66/97] Compiling ReuseRetryConfiguration ReuseRetryConfiguration.swift
[67/97] Compiling DefaultHTTPResponseInterpretation DefaultHTTPResponseInterpretation.swift
[68/97] Emitting module DefaultHTTPResponseInterpretation
[69/97] Emitting module ReuseRetryConfiguration
[70/97] Emitting module CustomHTTPResponseInterpretation
[71/97] Compiling CustomHTTPResponseInterpretation CustomHTTPResponseInterpretation.swift
[71/97] Write Objects.LinkFileList
[75/97] Emitting module ConfigureRetryBehavior
[76/97] Compiling ConfigureRetryBehavior ConfigureRetryBehavior.swift
[77/97] Emitting module BasicRetry
[78/97] Compiling BasicRetry BasicRetry.swift
[78/97] Write Objects.LinkFileList
[81/97] Compiling HTTPApplicationErrorWithResponseBody HTTPApplicationErrorWithResponseBody.swift
[82/97] Emitting module HTTPApplicationErrorWithResponseBody
[83/97] Emitting module RetryHTTPRequestUsingURLSession
[84/97] Compiling RetryHTTPRequestUsingURLSession RetryHTTPRequestUsingURLSession.swift
[84/97] Write Objects.LinkFileList
[86/97] Linking ReuseRetryConfiguration
[87/97] Linking CustomHTTPResponseInterpretation
[88/97] Linking DefaultHTTPResponseInterpretation
[89/97] Linking ConfigureRetryBehavior
[90/97] Linking HTTPApplicationErrorWithResponseBody
[91/97] Linking BasicRetry
[92/97] Linking RetryHTTPRequestUsingURLSession
[94/97] Emitting module UseFakeClockType
[95/97] Compiling UseFakeClockType UseFakeClockType.swift
[95/97] Write Objects.LinkFileList
ld: warning: building for macOS-13.0, but linking with dylib '@rpath/libXCTestSwiftSupport.dylib' which was built for newer version 14.0
[96/97] Linking UseFakeClockType
Build complete! (32.62s)
Fetching https://github.com/fumoboy007/swift-retry.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-http-types.git
[1/229] Fetching swift-retry
[8/1133] Fetching swift-retry, swift-http-types
[357/3215] Fetching swift-retry, swift-http-types, swift-docc-plugin
Fetched https://github.com/fumoboy007/swift-retry.git from cache (0.68s)
[190/2986] Fetching swift-http-types, swift-docc-plugin
[230/6822] Fetching swift-http-types, swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.26s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.26s)
Computing version for https://github.com/fumoboy007/swift-retry.git
Computed https://github.com/fumoboy007/swift-retry.git at 0.2.4 (1.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.4 (2.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.75s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.38s)
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.4.0
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.4
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.3
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
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
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" : "/Users/admin/builder/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" : "RetryHTTPRequestUsingURLSession",
      "targets" : [
        "RetryHTTPRequestUsingURLSession"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "CustomHTTPResponseInterpretation",
      "targets" : [
        "CustomHTTPResponseInterpretation"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "HTTPApplicationErrorWithResponseBody",
      "targets" : [
        "HTTPApplicationErrorWithResponseBody"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "DefaultHTTPResponseInterpretation",
      "targets" : [
        "DefaultHTTPResponseInterpretation"
      ],
      "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",
        "RetryHTTPRequestUsingURLSession",
        "CustomHTTPResponseInterpretation",
        "HTTPApplicationErrorWithResponseBody",
        "DefaultHTTPResponseInterpretation",
        "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",
        "RetryHTTPRequestUsingURLSession",
        "CustomHTTPResponseInterpretation",
        "HTTPApplicationErrorWithResponseBody",
        "DefaultHTTPResponseInterpretation",
        "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" : "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" : "CustomHTTPResponseInterpretation",
      "module_type" : "SwiftTarget",
      "name" : "CustomHTTPResponseInterpretation",
      "path" : "Snippets/Interpreting HTTP Responses",
      "product_memberships" : [
        "CustomHTTPResponseInterpretation"
      ],
      "sources" : [
        "CustomHTTPResponseInterpretation.swift"
      ],
      "target_dependencies" : [
        "_AdditionalHTTPErrorHandlingSnippetDependencies",
        "HTTPErrorHandling"
      ],
      "type" : "snippet"
    },
    {
      "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" : "DefaultHTTPResponseInterpretation",
      "module_type" : "SwiftTarget",
      "name" : "DefaultHTTPResponseInterpretation",
      "path" : "Snippets/Interpreting HTTP Responses",
      "product_memberships" : [
        "DefaultHTTPResponseInterpretation"
      ],
      "sources" : [
        "DefaultHTTPResponseInterpretation.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.