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 HTTPClient, reference 0.6.0 (abee15), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:46:39 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/uhooi/swift-http-client.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uhooi/swift-http-client
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at abee158 Merge pull request #25 from uhooi/hotfix/fix_deploy_cocoapods
Cloned https://github.com/uhooi/swift-http-client.git
Revision (git rev-parse @):
abee158d4edcc63583eb574ec64b43ebada1b070
SUCCESS checkout https://github.com/uhooi/swift-http-client.git at 0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/uhooi/swift-http-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling HTTPClient URLSession+Async.swift
[4/10] Compiling HTTPClient HTTPMethod.swift
[5/10] Compiling HTTPClient RequestError.swift
[6/10] Emitting module HTTPClient
[7/10] Compiling HTTPClient HTTPHeaderField.swift
[8/10] Compiling HTTPClient ContentType.swift
[9/10] Compiling HTTPClient Request.swift
[10/10] Compiling HTTPClient HTTPClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:124:17: warning: capture of non-sendable type 'T.ResponseBody.Type' in an isolated closure
122 |         URLSession.shared.dataTask(with: request) { data, response, error in
123 |             if let error = error {
124 |                 completion(.failure(error))
    |                 `- warning: capture of non-sendable type 'T.ResponseBody.Type' in an isolated closure
125 |                 return
126 |             }
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:121:81: warning: capture of non-sendable type 'T.Type' in an isolated closure
119 |     }
120 |
121 |     private func request<T: Request>(_ requestContents: T, request: URLRequest, completion: @escaping (Result<T.ResponseBody, Error>) -> Void) {
    |                                                                                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
122 |         URLSession.shared.dataTask(with: request) { data, response, error in
123 |             if let error = error {
Build complete! (3.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTTPClient",
  "name" : "HTTPClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "HTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_memberships" : [
        "HTTPClient"
      ],
      "sources" : [
        "Enums/ContentType.swift",
        "Enums/HTTPHeaderField.swift",
        "Enums/HTTPMethod.swift",
        "Enums/RequestError.swift",
        "Extensions/Foundation/URLSession+Async.swift",
        "HTTPClient.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.