The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTTPClient with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/http_client.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/marinofelipe/http_client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--423B1241ED78D482.txt
[7/18] Compiling Logging Locks.swift
[8/18] Compiling Logging LogHandler.swift
[9/18] Emitting module Logging
[10/18] Compiling Logging Logging.swift
[11/18] Compiling HTTPClientCore HTTPRequestScheme.swift
[12/18] Compiling HTTPClientCore HTTPRequestMethod.swift
[13/18] Compiling HTTPClientCore HTTPRequestBuilder.swift
[14/18] Emitting module HTTPClientCore
[15/18] Compiling HTTPClientCore Set+HTTPClient.swift
[16/18] Compiling HTTPClientCore Data+HTTPClient.swift
[17/18] Compiling HTTPClientCore Result+HTTPClient.swift
[18/18] Compiling HTTPClientCore HTTPRequestError.swift
[19/30] Compiling HTTPClient HTTPClientMiddleware.swift
[20/31] Compiling HTTPClient HTTPResponse.swift
[21/31] Compiling HTTPClient HTTPClient.swift
[22/31] Compiling HTTPClient Optional+Data.swift
[23/31] Compiling CombineHTTPClient CombineHTTPClient.swift
[24/31] Emitting module CombineHTTPClient
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/31] Compiling CombineHTTPClient HTTPResponse.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 {
                                                     ^
[26/31] Compiling HTTPClient HTTPDecoder.swift
[27/31] Compiling HTTPClient HTTPTask.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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,
         ^
[28/31] Compiling HTTPClient URLSessionProtocol.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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,
         ^
[29/31] Compiling HTTPClient HTTPResponseHandler.swift
[30/31] Emitting module HTTPClient
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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,
         ^
[31/31] Compiling HTTPClient LoggerMiddleware.swift
[32/38] Compiling HTTPClientTestSupport HTTPClientMock.swift
[33/38] Compiling HTTPClientTestSupport HTTPTaskFake.swift
[34/38] Compiling HTTPClientTestSupport FakeHTTPResponse.swift
[35/38] Compiling HTTPClientTestSupport FakeResponseBody.swift
[36/38] Emitting module HTTPClientTestSupport
[37/38] Compiling HTTPClientTestSupport FakeError.swift
[38/38] Compiling HTTPClientTestSupport MockURLProtocol.swift
Build complete! (5.80s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.25s)
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
Build complete.
Done.