Build Information
Successful build of StubNetworkKit, reference 0.5.0 (7d8f8d
), with Swift 5.10 for Linux on 16 Oct 2024 14:45:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/417-72KI/StubNetworkKit.git
Reference: 0.5.0
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/417-72KI/StubNetworkKit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 7d8f8d3 Bump version to 0.5.0
Cloned https://github.com/417-72KI/StubNetworkKit.git
Revision (git rev-parse @):
7d8f8d33d23f54ad7fc2d3f8cee5c44e27a92dbc
SUCCESS checkout https://github.com/417-72KI/StubNetworkKit.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/417-72KI/StubNetworkKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de52ea9a9b71f638f9ab112bc11e200b74fab18027de8589a3de4f14b5e22683
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/417-72KI/MultipartFormDataParser.git
[1/1866] Fetching multipartformdataparser
Fetched https://github.com/417-72KI/MultipartFormDataParser.git from cache (0.24s)
Computing version for https://github.com/417-72KI/MultipartFormDataParser.git
Computed https://github.com/417-72KI/MultipartFormDataParser.git at 2.3.1 (0.50s)
Creating working copy for https://github.com/417-72KI/MultipartFormDataParser.git
Working copy of https://github.com/417-72KI/MultipartFormDataParser.git resolved at 2.3.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling MultipartFormDataParser MultipartFormData.swift
[5/9] Compiling MultipartFormDataParser MultipartFormData+Sequence.swift
[6/9] Compiling MultipartFormDataParser MultipartFormDataParser.swift
[7/9] Compiling MultipartFormDataParser Data+Util.swift
[8/9] Emitting module MultipartFormDataParser
[9/9] Compiling MultipartFormDataParser Error.swift
[11/32] Emitting module StubNetworkKit
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:87:10: warning: associated value 'isForm(_:file:line:)' of 'Sendable'-conforming enum '_Body' has non-sendable type 'URLQueryItem'
case isForm([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:40:10: warning: associated value 'matches(_:options:file:line:)' of 'Sendable'-conforming enum '_Path' has non-sendable type 'NSRegularExpression.Options'
case matches(String, options: NSRegularExpression.Options = [], file: StaticString = #file, line: UInt = #line)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:46:10: warning: associated value 'containsItems(_:file:line:)' of 'Sendable'-conforming enum '_QueryParams' has non-sendable type 'URLQueryItem'
case containsItems([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:7:10: warning: associated value 'unexpectedRequest' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URLRequest'
case unexpectedRequest(URLRequest)
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:8:10: warning: associated value 'responseInitializingFailed' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URL'
case responseInitializingFailed(URL, Int, [String: String]?)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[12/35] Compiling StubNetworkKit StubCondition.swift
[13/35] Compiling StubNetworkKit StubMatcher+Operators.swift
[14/35] Compiling StubNetworkKit StubMatcher.swift
[15/35] Compiling StubNetworkKit StubResponse+Fixtures.swift
[16/35] Compiling StubNetworkKit StubResponse+Path.swift
[17/35] Compiling StubNetworkKit StubResponse.swift
[18/35] Compiling StubNetworkKit Header.swift
[19/35] Compiling StubNetworkKit Host.swift
[20/35] Compiling StubNetworkKit Method.swift
[21/35] Compiling StubNetworkKit QueryParams.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:46:10: warning: associated value 'containsItems(_:file:line:)' of 'Sendable'-conforming enum '_QueryParams' has non-sendable type 'URLQueryItem'
case containsItems([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:62:24: warning: capture of 'items' with non-sendable type '[URLQueryItem]' in a `@Sendable` closure
return items.allSatisfy {
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
[22/35] Compiling StubNetworkKit Scheme.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:46:10: warning: associated value 'containsItems(_:file:line:)' of 'Sendable'-conforming enum '_QueryParams' has non-sendable type 'URLQueryItem'
case containsItems([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:62:24: warning: capture of 'items' with non-sendable type '[URLQueryItem]' in a `@Sendable` closure
return items.allSatisfy {
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
[23/35] Compiling StubNetworkKit StubCondition+ResultBuilder.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:46:10: warning: associated value 'containsItems(_:file:line:)' of 'Sendable'-conforming enum '_QueryParams' has non-sendable type 'URLQueryItem'
case containsItems([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/QueryParams.swift:62:24: warning: capture of 'items' with non-sendable type '[URLQueryItem]' in a `@Sendable` closure
return items.allSatisfy {
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
[24/35] Compiling StubNetworkKit ANDStubCondition.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:87:10: warning: associated value 'isForm(_:file:line:)' of 'Sendable'-conforming enum '_Body' has non-sendable type 'URLQueryItem'
case isForm([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:119:13: warning: type 'URLQueryItem' does not conform to the 'Sendable' protocol
stubMatcher({ $0.formBody?.sorted(by: \.name) }, queryItems.sorted(by: \.name), file: file, line: line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
[25/35] Compiling StubNetworkKit AnyStubCondition.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:87:10: warning: associated value 'isForm(_:file:line:)' of 'Sendable'-conforming enum '_Body' has non-sendable type 'URLQueryItem'
case isForm([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:119:13: warning: type 'URLQueryItem' does not conform to the 'Sendable' protocol
stubMatcher({ $0.formBody?.sorted(by: \.name) }, queryItems.sorted(by: \.name), file: file, line: line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
[26/35] Compiling StubNetworkKit Body.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:87:10: warning: associated value 'isForm(_:file:line:)' of 'Sendable'-conforming enum '_Body' has non-sendable type 'URLQueryItem'
case isForm([URLQueryItem], file: StaticString = #file, line: UInt = #line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Body.swift:119:13: warning: type 'URLQueryItem' does not conform to the 'Sendable' protocol
stubMatcher({ $0.formBody?.sorted(by: \.name) }, queryItems.sorted(by: \.name), file: file, line: line)
^
Foundation.URLQueryItem:1:15: note: struct 'URLQueryItem' does not conform to the 'Sendable' protocol
public struct URLQueryItem : ReferenceConvertible, Hashable, Equatable {
^
[27/35] Compiling StubNetworkKit Stub.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:7:10: warning: associated value 'unexpectedRequest' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URLRequest'
case unexpectedRequest(URLRequest)
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:8:10: warning: associated value 'responseInitializingFailed' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URL'
case responseInitializingFailed(URL, Int, [String: String]?)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[28/35] Compiling StubNetworkKit StubError.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:7:10: warning: associated value 'unexpectedRequest' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URLRequest'
case unexpectedRequest(URLRequest)
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:8:10: warning: associated value 'responseInitializingFailed' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URL'
case responseInitializingFailed(URL, Int, [String: String]?)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[29/35] Compiling StubNetworkKit StubNetworking.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:7:10: warning: associated value 'unexpectedRequest' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URLRequest'
case unexpectedRequest(URLRequest)
^
FoundationNetworking.URLRequest:1:15: note: struct 'URLRequest' does not conform to the 'Sendable' protocol
public struct URLRequest : ReferenceConvertible, Equatable, Hashable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:3:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'FoundationNetworking'
import FoundationNetworking
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:8:10: warning: associated value 'responseInitializingFailed' of 'Sendable'-conforming enum 'StubError' has non-sendable type 'URL'
case responseInitializingFailed(URL, Int, [String: String]?)
^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubError.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[30/35] Compiling StubNetworkKit ORStubCondition.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:40:10: warning: associated value 'matches(_:options:file:line:)' of 'Sendable'-conforming enum '_Path' has non-sendable type 'NSRegularExpression.Options'
case matches(String, options: NSRegularExpression.Options = [], file: StaticString = #file, line: UInt = #line)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:54:81: warning: capture of 'options' with non-sendable type 'NSRegularExpression.Options' in a `@Sendable` closure
let regex = try! NSRegularExpression(pattern: pattern, options: options)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
[31/35] Compiling StubNetworkKit Path.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:40:10: warning: associated value 'matches(_:options:file:line:)' of 'Sendable'-conforming enum '_Path' has non-sendable type 'NSRegularExpression.Options'
case matches(String, options: NSRegularExpression.Options = [], file: StaticString = #file, line: UInt = #line)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:54:81: warning: capture of 'options' with non-sendable type 'NSRegularExpression.Options' in a `@Sendable` closure
let regex = try! NSRegularExpression(pattern: pattern, options: options)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
[32/35] Compiling StubNetworkKit PathExtension.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:40:10: warning: associated value 'matches(_:options:file:line:)' of 'Sendable'-conforming enum '_Path' has non-sendable type 'NSRegularExpression.Options'
case matches(String, options: NSRegularExpression.Options = [], file: StaticString = #file, line: UInt = #line)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/StubNetworkKit/Condition/Path.swift:54:81: warning: capture of 'options' with non-sendable type 'NSRegularExpression.Options' in a `@Sendable` closure
let regex = try! NSRegularExpression(pattern: pattern, options: options)
^
Foundation.NSRegularExpression:2:19: note: struct 'Options' does not conform to the 'Sendable' protocol
public struct Options : OptionSet {
^
[33/35] Compiling StubNetworkKit StubURLProtocol.swift
[34/35] Compiling StubNetworkKit Sequence.swift
[35/35] Compiling StubNetworkKit JSON.swift
Build complete! (8.74s)
Build complete.
Done.