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.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $workDir
https://github.com/sbertix/ComposableRequest.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4368] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess (0.53s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.38s)
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...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/8] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
[2/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
       ^
error: fatalError
[3/8] Compiling Storages TransientStorage.swift
[4/8] Emitting module Storages
[0/1] Planning build
Building for debugging...
[1/8] Compiling Storages Storable.swift
[2/8] Compiling Storages Storage.swift
[3/8] Emitting module Storages
[4/8] Compiling Storages AnyStorage.swift
[5/8] Compiling Storages TransientStorage.swift
[6/8] Compiling Storages UserDefaultsStorage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/59] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
[10/59] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
       ^
error: fatalError
[11/59] 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) {
                                        ^~~~~~~~~~
[12/59] 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) {
                                        ^~~~~~~~~~
[13/59] 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) {
                                        ^~~~~~~~~~
[14/59] 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) {
                                        ^~~~~~~~~~
[15/59] 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) {
                                        ^~~~~~~~~~
[16/59] 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) {
                                        ^~~~~~~~~~
[17/59] 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) {
                                        ^~~~~~~~~~
/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) {
                                        ^~~~~~~~~~
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.