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 async-http-client, reference v1.5.0 (936a6e), with Swift 5.9 for macOS (SPM) on 29 Nov 2024 12:52:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/async-http-client.git
Reference: v1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/async-http-client
 * tag               v1.5.0     -> FETCH_HEAD
HEAD is now at 936a6e9 update
Cloned https://github.com/swiftuiux/async-http-client.git
Revision (git rev-parse @):
936a6e953d3c3e05a14c3d852fea9955e57c9854
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/async-http-client.git at v1.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/swiftuiux/async-http-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling retry_policy_service Strategy.swift
[2/4] Compiling retry_policy_service DispatchTimeInterval.swift
[3/4] Compiling retry_policy_service RetryService.swift
[4/4] Emitting module retry_policy_service
[5/25] Compiling async_http_client IConfiguration.swift
[6/25] Compiling async_http_client IProxy.swift
[7/25] Compiling async_http_client IResponse.swift
[8/25] Compiling async_http_client Proxy+.swift
[9/25] Compiling async_http_client Proxy.swift
[10/25] Compiling async_http_client UrlHelper.swift
[11/25] Compiling async_http_client Configuration.swift
[12/25] Compiling async_http_client RequestHelper.swift
[13/25] Compiling async_http_client SendHelper.swift
[14/27] Compiling async_http_client Status.swift
[15/27] Compiling async_http_client JsonWriter.swift
[16/27] Emitting module async_http_client
[17/27] Compiling async_http_client JsonReader.swift
[18/27] Compiling async_http_client Validate.swift
[19/27] Compiling async_http_client Errors.swift
[20/27] Compiling async_http_client ITaskDelegate.swift
[21/27] Compiling async_http_client Direct.swift
[22/27] Compiling async_http_client Http.swift
[23/27] Compiling async_http_client Response.swift
[24/27] Compiling async_http_client HttpMethod.swift
[25/27] Compiling async_http_client IReader.swift
[26/27] Compiling async_http_client IWriter.swift
[27/27] Compiling async_http_client IValidate.swift
Build complete! (11.35s)
Fetching https://github.com/swiftuiux/retry-policy-service.git
[3/98] Fetching retry-policy-service
Fetched https://github.com/swiftuiux/retry-policy-service.git (1.18s)
Computing version for https://github.com/swiftuiux/retry-policy-service.git
Computed https://github.com/swiftuiux/retry-policy-service.git at 1.0.1 (0.44s)
Creating working copy for https://github.com/swiftuiux/retry-policy-service.git
Working copy of https://github.com/swiftuiux/retry-policy-service.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "retry-policy-service",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftuiux/retry-policy-service.git"
    }
  ],
  "manifest_display_name" : "async-http-client",
  "name" : "async-http-client",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "async-http-client",
      "targets" : [
        "async-http-client"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "async_http_clientTests",
      "module_type" : "SwiftTarget",
      "name" : "async-http-clientTests",
      "path" : "Tests/async-http-clientTests",
      "sources" : [
        "async_http_clientTests.swift",
        "helper/UrlHelper.swift"
      ],
      "target_dependencies" : [
        "async-http-client"
      ],
      "type" : "test"
    },
    {
      "c99name" : "async_http_client",
      "module_type" : "SwiftTarget",
      "name" : "async-http-client",
      "path" : "Sources/async-http-client",
      "product_dependencies" : [
        "retry-policy-service"
      ],
      "product_memberships" : [
        "async-http-client"
      ],
      "sources" : [
        "protocol/IConfiguration.swift",
        "protocol/IProxy.swift",
        "protocol/IResponse.swift",
        "protocol/code/IReader.swift",
        "protocol/code/IWriter.swift",
        "protocol/validate/IValidate.swift",
        "proxy/helper/RequestHelper.swift",
        "proxy/helper/SendHelper.swift",
        "proxy/helper/UrlHelper.swift",
        "proxy/http/Configuration.swift",
        "proxy/http/Direct.swift",
        "proxy/http/Http.swift",
        "proxy/http/Proxy+.swift",
        "proxy/http/Proxy.swift",
        "proxy/http/Response.swift",
        "proxy/http/enum/HttpMethod.swift",
        "proxy/http/error/Errors.swift",
        "proxy/http/protocol/ITaskDelegate.swift",
        "reader/JsonReader.swift",
        "validate/Validate.swift",
        "validate/type/Status.swift",
        "writer/JsonWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.