The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of StubNetworkKit, reference 0.5.0 (7d8f8d), with Swift 5.9 for Linux on 16 Oct 2024 14:45:51 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.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.9
Building package at path:  $PWD
https://github.com/417-72KI/StubNetworkKit.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:9f9025114c0603ac6ea1951d396f9bc1cd3a7c1b5aa8548b3ea2615c8c5705ce
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/417-72KI/MultipartFormDataParser.git
[1/1866] Fetching multipartformdataparser
Fetched https://github.com/417-72KI/MultipartFormDataParser.git (0.27s)
Computing version for https://github.com/417-72KI/MultipartFormDataParser.git
Computed https://github.com/417-72KI/MultipartFormDataParser.git at 2.3.1 (0.65s)
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...
[1/6] Compiling MultipartFormDataParser MultipartFormData.swift
[2/6] Compiling MultipartFormDataParser MultipartFormDataParser.swift
[3/6] Emitting module MultipartFormDataParser
[4/6] Compiling MultipartFormDataParser Data+Util.swift
[5/6] Compiling MultipartFormDataParser MultipartFormData+Sequence.swift
[6/6] Compiling MultipartFormDataParser Error.swift
[9/30] 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
[10/33] 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 {
                  ^
[11/33] 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 {
                  ^
[12/33] 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 {
                  ^
[13/33] Compiling StubNetworkKit StubResponse+Fixtures.swift
[14/33] Compiling StubNetworkKit StubResponse+Path.swift
[15/33] Compiling StubNetworkKit StubResponse.swift
[16/33] 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 {
              ^
[17/33] 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 {
              ^
[18/33] 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 {
              ^
[19/33] Compiling StubNetworkKit StubCondition.swift
[20/33] Compiling StubNetworkKit StubMatcher+Operators.swift
[21/33] Compiling StubNetworkKit StubMatcher.swift
[22/33] 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 {
              ^
[23/33] 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 {
              ^
[24/33] 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 {
              ^
[25/33] Compiling StubNetworkKit Header.swift
[26/33] Compiling StubNetworkKit Host.swift
[27/33] Compiling StubNetworkKit Method.swift
[28/33] 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
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:15:33: warning: reference to static property '_option' is not concurrency-safe because it involves shared mutable state
    static var option: Option { _option }
                                ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:10:24: note: static property declared here
    private static var _option = defaultOption
                       ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:23:9: warning: reference to static property '_option' is not concurrency-safe because it involves shared mutable state
        _option = .init(
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:10:24: note: static property declared here
    private static var _option = defaultOption
                       ^
[29/33] 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
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:15:33: warning: reference to static property '_option' is not concurrency-safe because it involves shared mutable state
    static var option: Option { _option }
                                ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:10:24: note: static property declared here
    private static var _option = defaultOption
                       ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:23:9: warning: reference to static property '_option' is not concurrency-safe because it involves shared mutable state
        _option = .init(
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:10:24: note: static property declared here
    private static var _option = defaultOption
                       ^
[30/33] 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
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:15:33: warning: reference to static property '_option' is not concurrency-safe because it involves shared mutable state
    static var option: Option { _option }
                                ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:10:24: note: static property declared here
    private static var _option = defaultOption
                       ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:23:9: warning: reference to static property '_option' is not concurrency-safe because it involves shared mutable state
        _option = .init(
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubNetworking.swift:10:24: note: static property declared here
    private static var _option = defaultOption
                       ^
[31/33] Compiling StubNetworkKit StubURLProtocol.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:61:9: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        stubs.append(stub)
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:65:9: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        stubs = []
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:71:14: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        Self.stubs
             ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
[32/33] Compiling StubNetworkKit Sequence.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:61:9: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        stubs.append(stub)
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:65:9: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        stubs = []
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:71:14: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        Self.stubs
             ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
[33/33] Compiling StubNetworkKit JSON.swift
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:61:9: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        stubs.append(stub)
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:65:9: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        stubs = []
        ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:71:14: warning: reference to static property 'stubs' is not concurrency-safe because it involves shared mutable state
        Self.stubs
             ^
/host/spi-builder-workspace/Sources/StubNetworkKit/StubURLProtocol.swift:11:29: note: static property declared here
    private(set) static var stubs: [Stub] = []
                            ^
Build complete! (8.54s)
Build complete.
Done.