Build Information
Failed to build HTTPClient, reference 0.0.5 (3daf31
), with Swift 5.9 for Linux on 14 Sep 2024 18:32:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/http_client.git
Reference: 0.0.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/marinofelipe/http_client
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at 3daf31f More conditional imports for Linux
Cloned https://github.com/marinofelipe/http_client.git
Revision (git rev-parse @):
3daf31f1c0cc62156feee3b79699133394fe6bd1
SUCCESS checkout https://github.com/marinofelipe/http_client.git at 0.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/marinofelipe/http_client.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-log.git
[1/3586] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (0.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.2.0 (1.07s)
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] Compiling HTTPClientCore Result+HTTPClient.swift
[2/12] Compiling HTTPClientCore Set+HTTPClient.swift
[3/12] Compiling HTTPClientCore HTTPRequestScheme.swift
[4/12] Compiling HTTPClientCore HTTPRequestMethod.swift
[5/12] Emitting module HTTPClientCore
/host/spi-builder-workspace/Sources/HTTPClientCore/HTTPRequestError.swift:8:10: warning: associated value 'invalidResponse' of 'Sendable'-conforming enum 'HTTPResponseError' has non-sendable type 'URLResponse'
case invalidResponse(_ urlResponse: URLResponse)
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/HTTPClientCore/HTTPRequestError.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[6/12] Compiling HTTPClientCore Data+HTTPClient.swift
[7/12] Compiling HTTPClientCore HTTPRequestError.swift
/host/spi-builder-workspace/Sources/HTTPClientCore/HTTPRequestError.swift:8:10: warning: associated value 'invalidResponse' of 'Sendable'-conforming enum 'HTTPResponseError' has non-sendable type 'URLResponse'
case invalidResponse(_ urlResponse: URLResponse)
^
FoundationNetworking.URLResponse:1:12: note: class 'URLResponse' does not conform to the 'Sendable' protocol
open class URLResponse : NSObject, NSSecureCoding, NSCopying {
^
/host/spi-builder-workspace/Sources/HTTPClientCore/HTTPRequestError.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
[8/12] Compiling HTTPClientCore HTTPRequestBuilder.swift
[11/14] Compiling Logging LogHandler.swift
[12/14] Compiling Logging Locks.swift
[13/14] Compiling Logging Logging.swift
[14/14] Emitting module Logging
[17/28] Compiling HTTPClient HTTPClient.swift
/host/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:68:16: error: return expression of type 'URLSessionDataTask' does not conform to 'HTTPTask'
return task
^~~~
as! HTTPTask
[18/29] Compiling HTTPClient HTTPClientMiddleware.swift
[19/29] Compiling HTTPClient HTTPDecoder.swift
[20/29] Compiling HTTPClient HTTPTask.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
extension URLSessionTask: HTTPTask {}
^ ~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
import class Foundation.URLSessionTask
~~~~~ ^
typealias
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
public typealias URLSessionTask = AnyObject
^
[21/29] Compiling HTTPClient URLSessionProtocol.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
extension URLSessionTask: HTTPTask {}
^ ~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
import class Foundation.URLSessionTask
~~~~~ ^
typealias
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
public typealias URLSessionTask = AnyObject
^
[22/29] Compiling CombineHTTPClient HTTPResponse.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
import Combine
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/29] Compiling HTTPClient HTTPResponse.swift
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:1:14: error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
import class Foundation.URLResponse
~~~~~ ^
typealias
Foundation.URLResponse:2:18: note: 'URLResponse' declared here
public typealias URLResponse = AnyObject
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:29: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public let urlResponse: URLResponse?
^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:5:15: error: type 'HTTPResponse' does not conform to protocol 'Equatable'
public struct HTTPResponse: Equatable {
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:16: note: stored property type 'URLResponse?' (aka 'Optional<AnyObject>') does not conform to protocol 'Equatable', preventing synthesized conformance of 'HTTPResponse' to 'Equatable'
public let urlResponse: URLResponse?
^
Swift.==:1:24: note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool
^
[24/29] Compiling CombineHTTPClient CombineHTTPClient.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
import Combine
^
[25/29] Emitting module CombineHTTPClient
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
import Combine
^
[26/29] Compiling HTTPClient Optional+Data.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/29] Emitting module HTTPClient
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
extension URLSessionTask: HTTPTask {}
^ ~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
import class Foundation.URLSessionTask
~~~~~ ^
typealias
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
public typealias URLSessionTask = AnyObject
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:1:14: error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
import class Foundation.URLResponse
~~~~~ ^
typealias
Foundation.URLResponse:2:18: note: 'URLResponse' declared here
public typealias URLResponse = AnyObject
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:29: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public let urlResponse: URLResponse?
^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:5:15: error: type 'HTTPResponse' does not conform to protocol 'Equatable'
public struct HTTPResponse: Equatable {
^
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:16: note: stored property type 'URLResponse?' (aka 'Optional<AnyObject>') does not conform to protocol 'Equatable', preventing synthesized conformance of 'HTTPResponse' to 'Equatable'
public let urlResponse: URLResponse?
^
Swift.==:1:24: note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint:2:24: note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Swift.Equatable:2:17: note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool
^
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state
public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
^
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
^
[28/29] Compiling HTTPClient HTTPResponseHandler.swift
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state
public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
^
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
^
error: fatalError
BUILD FAILURE 5.9 linux