The Swift Package Index logo.Swift Package Index

Build Information

Successful build of async-http-client with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Igor/async-http-client.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/The-Igor/async-http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0ee984f update
Cloned https://github.com/The-Igor/async-http-client.git
Revision (git rev-parse @):
0ee984f62303b26b8c78821497b8366079a6cb10
SUCCESS checkout https://github.com/The-Igor/async-http-client.git at main
Fetching https://github.com/The-Igor/retry-policy-service.git from cache
Fetched https://github.com/The-Igor/retry-policy-service.git (0.20s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.0 (0.69s)
Creating working copy for https://github.com/The-Igor/retry-policy-service.git
Working copy of https://github.com/The-Igor/retry-policy-service.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "async-http-client",
      "name": "async-http-client",
      "url": "https://github.com/The-Igor/async-http-client.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/async-http-client",
      "dependencies": [
        {
          "identity": "retry-policy-service",
          "name": "retry-policy-service",
          "url": "https://github.com/The-Igor/retry-policy-service.git",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/retry-policy-service",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/The-Igor/async-http-client.git from cache
Fetched https://github.com/The-Igor/async-http-client.git (0.17s)
Fetching https://github.com/The-Igor/retry-policy-service.git from cache
Fetched https://github.com/The-Igor/retry-policy-service.git (0.29s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/The-Igor/async-http-client.git
Working copy of https://github.com/The-Igor/async-http-client.git resolved at main
Creating working copy for https://github.com/The-Igor/retry-policy-service.git
Working copy of https://github.com/The-Igor/retry-policy-service.git resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'async-http-client' is not used by any target
Found 1 product dependencies
  - retry-policy-service
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling retry_policy_service DispatchTimeInterval.swift
[2/5] Compiling retry_policy_service RetryService.swift
[3/5] Compiling retry_policy_service Strategy.swift
[4/5] Emitting module retry_policy_service
[5/5] Compiling retry_policy_service RetryIterator.swift
[6/26] Compiling async_http_client JsonReader.swift
[7/26] Compiling async_http_client Validate.swift
[8/26] Compiling async_http_client IConfiguration.swift
[9/26] Compiling async_http_client IProxy.swift
[10/26] Compiling async_http_client IResponse.swift
[11/26] Compiling async_http_client IReader.swift
[12/26] Compiling async_http_client IWriter.swift
[13/26] Compiling async_http_client IValidate.swift
[14/26] Compiling async_http_client HttpMethod.swift
[15/26] Compiling async_http_client Errors.swift
[16/26] Compiling async_http_client ITaskDelegate.swift
[17/26] Compiling async_http_client RequestHelper.swift
[18/26] Compiling async_http_client SendHelper.swift
[19/26] Compiling async_http_client UrlHelper.swift
[20/26] Emitting module async_http_client
[21/28] Compiling async_http_client Proxy+.swift
[22/28] Compiling async_http_client Proxy.swift
[23/28] Compiling async_http_client Response.swift
[24/28] Compiling async_http_client Configuration.swift
[25/28] Compiling async_http_client Direct.swift
[26/28] Compiling async_http_client Http.swift
[27/28] Compiling async_http_client Status.swift
[28/28] Compiling async_http_client JsonWriter.swift
Build complete! (9.22s)
Build complete.
Done.