Build Information
Successful build of async-http-client, reference main (014cac
), with Swift 5.10 for macOS (SPM) on 30 Nov 2024 18:43:51 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/async-http-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 014cac2 Update LICENSE
Cloned https://github.com/swiftuiux/async-http-client.git
Revision (git rev-parse @):
014cac2c84b1c4a0e73f08d1dc469a2300beaeb1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/async-http-client.git at main
========================================
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 IReader.swift
[12/30] Compiling async_http_client IWriter.swift
[13/30] Compiling async_http_client IValidate.swift
[14/30] Compiling async_http_client RequestHelper.swift
[15/30] Compiling async_http_client SendHelper.swift
[16/30] Compiling async_http_client IConfiguration.swift
[17/30] Compiling async_http_client IProxy.swift
[18/30] Compiling async_http_client IResponse.swift
[19/30] Compiling async_http_client Response.swift
[20/30] Compiling async_http_client HttpMethod.swift
[21/30] Compiling async_http_client Proxy+.swift
[22/30] Compiling async_http_client Proxy.swift
[23/30] Compiling async_http_client Direct.swift
[24/30] Compiling async_http_client Http.swift
[25/30] Compiling async_http_client UrlHelper.swift
[26/30] Compiling async_http_client Configuration.swift
[27/30] Compiling async_http_client Errors.swift
[28/30] Compiling async_http_client ITaskDelegate.swift
[29/30] Compiling async_http_client JsonReader.swift
[30/30] Compiling async_http_client Validate.swift
Build complete! (10.23s)
Fetching https://github.com/swiftuiux/retry-policy-service.git
[1/101] Fetching retry-policy-service
Fetched https://github.com/swiftuiux/retry-policy-service.git from cache (1.08s)
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.51s)
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.