This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build ComposableRequest with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbertix/ComposableRequest.git
Reference: main
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/sbertix/ComposableRequest
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1510263 feat!: update to `7.0.0` (#51)
Cloned https://github.com/sbertix/ComposableRequest.git
Revision (git rev-parse @):
151026359f4a2c89dcd06f6880eb4a940dcbb7bc
SUCCESS checkout https://github.com/sbertix/ComposableRequest.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/sbertix/ComposableRequest.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4368] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess (0.46s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.34s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Building for debugging...
[1/8] Compiling Storages UserDefaultsStorage.swift
[2/8] Compiling Storages Storage.swift
[3/8] Compiling Storages Storable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
[5/8] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
[6/8] Compiling Storages TransientStorage.swift
[7/8] Compiling Storages AnyStorage.swift
[8/8] Emitting module Storages
[0/1] Planning build
Building for debugging...
[1/3] Emitting module Storages
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/54] Emitting module Requests
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Method.swift:59:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Query.swift:96:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Extensions/URLRequest.swift:10:11: error: cannot find type 'URLRequest' in scope
extension URLRequest {
          ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:43:11: error: cannot find type 'HTTPCookiePropertyKey' in scope
extension HTTPCookiePropertyKey: Codable {
          ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:14:40: error: cannot find type 'HTTPCookiePropertyKey' in scope
    override public init?(properties: [HTTPCookiePropertyKey: Any]) {
                                       ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:14:21: error: initializer does not override a designated initializer from its superclass
    override public init?(properties: [HTTPCookiePropertyKey: Any]) {
    ~~~~~~~~        ^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:20:40: error: 'HTTPCookie' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public convenience init?(_ cookie: HTTPCookie) {
                                       ^~~~~~~~~~
Foundation.HTTPCookie:2:18: note: 'HTTPCookie' has been explicitly marked unavailable here
public typealias HTTPCookie = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:20: error: only protocols can inherit from 'AnyObject'
public final class CodableHTTPCookie: HTTPCookie, Codable {
                   ^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:11:39: error: 'HTTPCookie' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public final class CodableHTTPCookie: HTTPCookie, Codable {
                                      ^~~~~~~~~~
Foundation.HTTPCookie:2:18: note: 'HTTPCookie' has been explicitly marked unavailable here
public typealias HTTPCookie = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Misc/DefaultResponse.swift:13:26: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public let response: URLResponse
                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[5/60] Compiling Requests Prefix.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[6/60] Compiling Requests Single.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[7/60] Compiling Requests Static.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[8/60] Compiling Requests Endpoint.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[9/60] Compiling Requests EndpointResolver.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[10/60] Compiling Requests LoopEndpoint.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[11/60] Compiling Requests SingleEndpoint.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Concrete/Single.swift:55:29: error: cannot find 'URLRequest' in scope
        guard let request = URLRequest(path: path, components: components) else { throw EndpointError.invalidRequest }
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:66:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: EndpointResolver {
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:35: error: no type for 'Self' can satisfy both 'Self == AnyObject' and 'Self : EndpointResolver'
public extension EndpointResolver where Self == URLSession {
                                  ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:59:49: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
public extension EndpointResolver where Self == URLSession {
                                                ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:62:10: error: type 'Self' has no member 'shared'
        .shared
        ~^~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:72:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
[12/60] Compiling Requests AnyEndpointResolver.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[13/60] Compiling Requests AnyLoopEndpoint.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[14/60] Compiling Requests AnySingleEndpoint.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[15/60] Compiling Requests CharacterSet.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[16/60] Compiling Requests Data.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[17/60] Compiling Requests Result.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[18/60] Compiling Requests String.swift
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:19:24: error: cannot find type 'URLRequest' in scope
    private let task: (URLRequest) async throws -> DefaultResponse
                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:21:30: error: cannot find type 'URLRequest' in scope
    private let publisher: ((URLRequest) -> Any)?
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:50:36: error: cannot find type 'URLRequest' in scope
    public func resolve(_ request: URLRequest) async throws -> DefaultResponse {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Protocols/EndpointResolver.swift:22:29: error: cannot find type 'URLRequest' in scope
    func resolve(_ request: URLRequest) async throws -> DefaultResponse
                            ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:35:21: error: unable to infer type of a closure parameter '$0' in the current context
        self.task = { try await session.resolve($0) }
                    ^
/host/spi-builder-workspace/Sources/Requests/Endpoints/Type ereasure/AnyEndpointResolver.swift:39:26: error: 'nil' requires a contextual type
        self.publisher = nil
                         ^
[19/60] Compiling Requests Cellular.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
[20/60] Compiling Requests Constrained.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
[21/60] Compiling Requests Expensive.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
[22/60] Compiling Requests Service.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
[23/60] Compiling Requests Timeout.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
[24/60] Compiling Requests Body.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
[25/60] Compiling Requests Headers.swift
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Cellular.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
    func update(_ request: inout URLRequest)
                                 ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Constrained.swift:36:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Expensive.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:23:23: error: cannot find type 'URLRequest' in scope
    public let value: URLRequest.NetworkServiceType
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:28:39: error: cannot find type 'URLRequest' in scope
    public init(_ networkServiceType: URLRequest.NetworkServiceType) {
                                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:15:15: error: type 'Service' does not conform to protocol 'Component'
public struct Service: Component {
              ^
/host/spi-builder-workspace/Sources/Requests/Components/Component.swift:17:20: note: protocol requires nested type 'Value'; do you want to add it?
    associatedtype Value
                   ^
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Service.swift:19:16: error: cannot infer contextual base in reference to member 'default'
        .init(.default)
              ~^~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Advanced/Timeout.swift:35:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Body.swift:80:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Components/Basics/Headers.swift:91:41: error: cannot find type 'URLRequest' in scope
    public func update(_ request: inout URLRequest) {
                                        ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/60] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
[27/60] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.