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.10 for macOS (SPM) on 29 Nov 2024 12:51:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path:  $PWD
https://github.com/swiftuiux/async-http-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/7] Compiling retry_policy_service DispatchTimeInterval.swift
[5/7] Compiling retry_policy_service Strategy.swift
[6/7] Emitting module retry_policy_service
[7/7] Compiling retry_policy_service RetryService.swift
[8/28] Emitting module async_http_client
[9/30] Compiling async_http_client Status.swift
[10/30] Compiling async_http_client JsonWriter.swift
[11/30] Compiling async_http_client JsonReader.swift
[12/30] Compiling async_http_client Validate.swift
[13/30] Compiling async_http_client RequestHelper.swift
[14/30] Compiling async_http_client SendHelper.swift
[15/30] Compiling async_http_client Direct.swift
[16/30] Compiling async_http_client Http.swift
[17/30] Compiling async_http_client IConfiguration.swift
[18/30] Compiling async_http_client IProxy.swift
[19/30] Compiling async_http_client IResponse.swift
[20/30] Compiling async_http_client Proxy+.swift
[21/30] Compiling async_http_client Proxy.swift
[22/30] Compiling async_http_client UrlHelper.swift
[23/30] Compiling async_http_client Configuration.swift
[24/30] Compiling async_http_client Response.swift
[25/30] Compiling async_http_client HttpMethod.swift
[26/30] Compiling async_http_client IReader.swift
[27/30] Compiling async_http_client IWriter.swift
[28/30] Compiling async_http_client IValidate.swift
[29/30] Compiling async_http_client Errors.swift
[30/30] Compiling async_http_client ITaskDelegate.swift
Build complete! (9.73s)
Fetching https://github.com/swiftuiux/retry-policy-service.git
[1/98] Fetching retry-policy-service
Fetched https://github.com/swiftuiux/retry-policy-service.git from cache (1.11s)
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.47s)
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.