The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTTPClient 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/marinofelipe/http_client.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/http_client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97ef6e0 Merge pull request #5 from marinofelipe/patch/0.0.4
Cloned https://github.com/marinofelipe/http_client.git
Revision (git rev-parse @):
97ef6e0576a4924fa7d89c87a812f9e1a42bc1f0
SUCCESS checkout https://github.com/marinofelipe/http_client.git at main
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (0.02s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "http_client",
      "name": "HTTPClient",
      "url": "https://github.com/marinofelipe/http_client.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/http_client",
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.5.3",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/marinofelipe/http_client.git from cache
Fetched https://github.com/marinofelipe/http_client.git (0.15s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.25s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.02s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Creating working copy for https://github.com/marinofelipe/http_client.git
Working copy of https://github.com/marinofelipe/http_client.git resolved at main
warning: '.resolve-product-dependencies': dependency 'http_client' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
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/12] Compiling Logging LogHandler.swift
[2/12] Compiling Logging Logging.swift
[3/12] Compiling Logging Locks.swift
[4/12] Emitting module Logging
[5/12] Compiling HTTPClientCore HTTPRequestMethod.swift
[6/12] Compiling HTTPClientCore HTTPRequestError.swift
[7/12] Compiling HTTPClientCore Data+HTTPClient.swift
[8/12] Compiling HTTPClientCore HTTPRequestScheme.swift
[9/12] Compiling HTTPClientCore Set+HTTPClient.swift
[10/12] Emitting module HTTPClientCore
[11/12] Compiling HTTPClientCore Result+HTTPClient.swift
[12/12] Compiling HTTPClientCore HTTPRequestBuilder.swift
[13/24] Emitting module CombineHTTPClient
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:8:23: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public enum Value<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:7:28: note: 'S' previously declared here
public struct HTTPResponse<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:8:49: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public enum Value<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:7:54: note: 'F' previously declared here
public struct HTTPResponse<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                                                     ^
[14/24] Compiling HTTPClient HTTPClientMiddleware.swift
[15/24] Compiling HTTPClient HTTPTask.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {}
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:6:10: note: expected sendability to match requirement here
    func dataTask(with request: URLRequest,
         ^
[16/24] Compiling HTTPClient URLSessionProtocol.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {}
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:6:10: note: expected sendability to match requirement here
    func dataTask(with request: URLRequest,
         ^
[17/24] Compiling HTTPClient HTTPDecoder.swift
[18/24] Compiling HTTPClient Optional+Data.swift
[19/24] Compiling HTTPClient HTTPResponse.swift
[20/24] Compiling HTTPClient HTTPClient.swift
[21/24] Emitting module HTTPClient
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'
extension URLSession: URLSessionProtocol {}
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:6:10: note: expected sendability to match requirement here
    func dataTask(with request: URLRequest,
         ^
[22/24] Compiling HTTPClient HTTPResponseHandler.swift
[23/25] Compiling CombineHTTPClient CombineHTTPClient.swift
[24/25] Compiling CombineHTTPClient HTTPResponse.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:8:23: warning: generic parameter 'S' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public enum Value<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:7:28: note: 'S' previously declared here
public struct HTTPResponse<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:8:49: warning: generic parameter 'F' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public enum Value<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CombineHTTPClient/HTTPResponse.swift:7:54: note: 'F' previously declared here
public struct HTTPResponse<S: Decodable & Equatable, F: Decodable & Equatable>: Equatable {
                                                     ^
[25/25] Compiling HTTPClient LoggerMiddleware.swift
[26/32] Emitting module HTTPClientTestSupport
[27/32] Compiling HTTPClientTestSupport FakeHTTPResponse.swift
[28/32] Compiling HTTPClientTestSupport FakeResponseBody.swift
[29/32] Compiling HTTPClientTestSupport FakeError.swift
[30/32] Compiling HTTPClientTestSupport MockURLProtocol.swift
[31/32] Compiling HTTPClientTestSupport HTTPClientMock.swift
[32/32] Compiling HTTPClientTestSupport HTTPTaskFake.swift
Build complete! (8.49s)
Build complete.
Done.