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-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/http_client.git
Reference: 0.0.4
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/http_client
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at a3f8f39 Implement @pietrocaselani suggestion
Cloned https://github.com/marinofelipe/http_client.git into spi-builder-workspace
a3f8f39aae1809cde01e765efc32d9872d87cc49
SUCCESS checkout https://github.com/marinofelipe/http_client.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (0.04s)
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
Building for debugging...
[1/12] Emitting module Logging
[2/12] Compiling Logging Locks.swift
[3/12] Compiling Logging LogHandler.swift
[4/12] Compiling Logging Logging.swift
[5/12] Compiling HTTPClientCore HTTPRequestMethod.swift
[6/12] Compiling HTTPClientCore HTTPRequestScheme.swift
[7/12] Compiling HTTPClientCore Set+HTTPClient.swift
[8/12] Emitting module HTTPClientCore
[9/12] Compiling HTTPClientCore HTTPRequestError.swift
[10/12] Compiling HTTPClientCore Result+HTTPClient.swift
[11/12] Compiling HTTPClientCore Data+HTTPClient.swift
[12/12] Compiling HTTPClientCore HTTPRequestBuilder.swift
[13/24] Compiling HTTPClient Optional+Data.swift
[14/24] Compiling HTTPClient HTTPTask.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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,
         ^
[15/24] Compiling HTTPClient URLSessionProtocol.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/25] Compiling HTTPClient HTTPClientMiddleware.swift
[17/25] Compiling HTTPClient HTTPDecoder.swift
[18/25] Compiling HTTPClient HTTPResponse.swift
[19/25] Compiling HTTPClient HTTPClient.swift
[20/25] Compiling HTTPClient HTTPResponseHandler.swift
[21/25] Emitting module HTTPClient
/Users/builder/builds/TDmZkXJm/0/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/0/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/25] Emitting module CombineHTTPClient
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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 {
                                                     ^
[23/25] Compiling CombineHTTPClient CombineHTTPClient.swift
[24/25] Compiling CombineHTTPClient HTTPResponse.swift
/Users/builder/builds/TDmZkXJm/0/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/0/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/0/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/0/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 HTTPClientMock.swift
[28/32] Compiling HTTPClientTestSupport HTTPTaskFake.swift
[29/32] Compiling HTTPClientTestSupport MockURLProtocol.swift
[30/32] Compiling HTTPClientTestSupport FakeError.swift
[31/32] Compiling HTTPClientTestSupport FakeResponseBody.swift
[32/32] Compiling HTTPClientTestSupport FakeHTTPResponse.swift
Build complete! (7.01s)
Build complete.
Done.