Build Information
Failed to build ComposableRequest with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
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.10
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.10-latest swift build 2>&1
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4368] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.62s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.47s)
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...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Emitting module Storages
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/13] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
^
[8/13] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
^
[9/13] Compiling Storages Storable.swift
[10/13] Compiling Storages TransientStorage.swift
[11/13] Compiling Storages UserDefaultsStorage.swift
[12/13] Compiling Storages AnyStorage.swift
[13/13] Compiling Storages Storage.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/52] 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 {
^~~~~~~~~~
[3/52] 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 {
^~~~~~~~~~
[4/52] 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 {
^~~~~~~~~~
[5/52] 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 {
^~~~~~~~~~
[6/52] 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 {
^~~~~~~~~~
[7/52] 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 {
^~~~~~~~~~
[8/52] 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 {
^~~~~~~~~~
[9/58] 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'; add nested type 'Value' for conformance
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) {
^~~~~~~~~~
[10/58] 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'; add nested type 'Value' for conformance
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) {
^~~~~~~~~~
[11/58] 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'; add nested type 'Value' for conformance
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/58] 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'; add nested type 'Value' for conformance
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/58] 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'; add nested type 'Value' for conformance
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/58] 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'; add nested type 'Value' for conformance
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/58] 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'; add nested type 'Value' for conformance
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/58] Compiling Requests Lock.swift
[17/58] Compiling Requests Offset.swift
[18/58] Compiling Requests Providers.swift
[19/58] Compiling Requests LockProvider.swift
[20/58] Compiling Requests OffsetProvider.swift
[21/58] Compiling Requests Provider.swift
[22/58] Compiling Requests FlatMap.swift
[23/58] Compiling Requests ForEach.swift
[24/58] Compiling Requests Future.swift
[25/58] Compiling Requests HandleEvents.swift
[26/58] Compiling Requests Last.swift
[27/58] Compiling Requests Loop.swift
[28/58] Compiling Requests Map.swift
[29/58] Compiling Requests Method.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[30/58] Compiling Requests Query.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[31/58] Compiling Requests Component.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[32/58] Compiling Requests Catch.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[33/58] Compiling Requests Collect.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[34/58] Compiling Requests Endpoints.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[35/58] Compiling Requests First.swift
/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/Component.swift:58:34: error: cannot find type 'URLRequest' in scope
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) {
^~~~~~~~~~
[36/58] Compiling Requests EndpointBuilder.swift
[37/58] Compiling Requests Components.swift
[38/58] Compiling Requests Path.swift
[39/58] Compiling Requests Response.swift
[40/58] Compiling Requests TupleItem.swift
[41/58] Compiling Requests AnyCodable.swift
[42/58] Compiling Requests AnyDecodable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/58] 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'; add nested type 'Value' for conformance
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
^
[44/58] Compiling Requests URLRequest.swift
/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/CodableHTTPCookie.swift:15:9: error: 'super' members cannot be referenced in a root class
super.init(properties: properties)
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:21:39: error: value of type 'HTTPCookie' (aka 'AnyObject') has no member 'properties'
guard let properties = cookie.properties else { return nil }
~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:22:18: error: extraneous argument label 'properties:' in call
self.init(properties: properties)
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:53: error: cannot find 'HTTPCookiePropertyKey' in scope
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:45: error: no exact matches in call to instance method 'decode'
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^
Swift.SingleValueDecodingContainer:4:10: note: candidate expects value of type 'Bool.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Bool.Type) throws -> Bool
^
Swift.SingleValueDecodingContainer:5:10: note: candidate expects value of type 'String.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: String.Type) throws -> String
^
Swift.SingleValueDecodingContainer:6:10: note: candidate expects value of type 'Double.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Double.Type) throws -> Double
^
Swift.SingleValueDecodingContainer:7:10: note: candidate expects value of type 'Float.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Float.Type) throws -> Float
^
Swift.SingleValueDecodingContainer:8:10: note: candidate expects value of type 'Int.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int.Type) throws -> Int
^
Swift.SingleValueDecodingContainer:9:10: note: candidate expects value of type 'Int8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int8.Type) throws -> Int8
^
Swift.SingleValueDecodingContainer:10:10: note: candidate expects value of type 'Int16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int16.Type) throws -> Int16
^
Swift.SingleValueDecodingContainer:11:10: note: candidate expects value of type 'Int32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int32.Type) throws -> Int32
^
Swift.SingleValueDecodingContainer:12:10: note: candidate expects value of type 'Int64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int64.Type) throws -> Int64
^
Swift.SingleValueDecodingContainer:13:10: note: candidate expects value of type 'UInt.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt.Type) throws -> UInt
^
Swift.SingleValueDecodingContainer:14:10: note: candidate expects value of type 'UInt8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt8.Type) throws -> UInt8
^
Swift.SingleValueDecodingContainer:15:10: note: candidate expects value of type 'UInt16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt16.Type) throws -> UInt16
^
Swift.SingleValueDecodingContainer:16:10: note: candidate expects value of type 'UInt32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt32.Type) throws -> UInt32
^
Swift.SingleValueDecodingContainer:17:10: note: candidate expects value of type 'UInt64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt64.Type) throws -> UInt64
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:18: error: extraneous argument label 'properties:' in call
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:30: error: cannot find 'properties' in scope
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: error: no exact matches in call to instance method 'encode'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Bool) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(String) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Double) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Float) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/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
^
[45/58] Compiling Requests CodableHTTPCookie.swift
/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/CodableHTTPCookie.swift:15:9: error: 'super' members cannot be referenced in a root class
super.init(properties: properties)
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:21:39: error: value of type 'HTTPCookie' (aka 'AnyObject') has no member 'properties'
guard let properties = cookie.properties else { return nil }
~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:22:18: error: extraneous argument label 'properties:' in call
self.init(properties: properties)
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:53: error: cannot find 'HTTPCookiePropertyKey' in scope
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:45: error: no exact matches in call to instance method 'decode'
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^
Swift.SingleValueDecodingContainer:4:10: note: candidate expects value of type 'Bool.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Bool.Type) throws -> Bool
^
Swift.SingleValueDecodingContainer:5:10: note: candidate expects value of type 'String.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: String.Type) throws -> String
^
Swift.SingleValueDecodingContainer:6:10: note: candidate expects value of type 'Double.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Double.Type) throws -> Double
^
Swift.SingleValueDecodingContainer:7:10: note: candidate expects value of type 'Float.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Float.Type) throws -> Float
^
Swift.SingleValueDecodingContainer:8:10: note: candidate expects value of type 'Int.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int.Type) throws -> Int
^
Swift.SingleValueDecodingContainer:9:10: note: candidate expects value of type 'Int8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int8.Type) throws -> Int8
^
Swift.SingleValueDecodingContainer:10:10: note: candidate expects value of type 'Int16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int16.Type) throws -> Int16
^
Swift.SingleValueDecodingContainer:11:10: note: candidate expects value of type 'Int32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int32.Type) throws -> Int32
^
Swift.SingleValueDecodingContainer:12:10: note: candidate expects value of type 'Int64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int64.Type) throws -> Int64
^
Swift.SingleValueDecodingContainer:13:10: note: candidate expects value of type 'UInt.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt.Type) throws -> UInt
^
Swift.SingleValueDecodingContainer:14:10: note: candidate expects value of type 'UInt8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt8.Type) throws -> UInt8
^
Swift.SingleValueDecodingContainer:15:10: note: candidate expects value of type 'UInt16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt16.Type) throws -> UInt16
^
Swift.SingleValueDecodingContainer:16:10: note: candidate expects value of type 'UInt32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt32.Type) throws -> UInt32
^
Swift.SingleValueDecodingContainer:17:10: note: candidate expects value of type 'UInt64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt64.Type) throws -> UInt64
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:18: error: extraneous argument label 'properties:' in call
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:30: error: cannot find 'properties' in scope
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: error: no exact matches in call to instance method 'encode'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Bool) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(String) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Double) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Float) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/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
^
[46/58] Compiling Requests DefaultResponse.swift
/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/CodableHTTPCookie.swift:15:9: error: 'super' members cannot be referenced in a root class
super.init(properties: properties)
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:21:39: error: value of type 'HTTPCookie' (aka 'AnyObject') has no member 'properties'
guard let properties = cookie.properties else { return nil }
~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:22:18: error: extraneous argument label 'properties:' in call
self.init(properties: properties)
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:53: error: cannot find 'HTTPCookiePropertyKey' in scope
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:45: error: no exact matches in call to instance method 'decode'
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^
Swift.SingleValueDecodingContainer:4:10: note: candidate expects value of type 'Bool.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Bool.Type) throws -> Bool
^
Swift.SingleValueDecodingContainer:5:10: note: candidate expects value of type 'String.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: String.Type) throws -> String
^
Swift.SingleValueDecodingContainer:6:10: note: candidate expects value of type 'Double.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Double.Type) throws -> Double
^
Swift.SingleValueDecodingContainer:7:10: note: candidate expects value of type 'Float.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Float.Type) throws -> Float
^
Swift.SingleValueDecodingContainer:8:10: note: candidate expects value of type 'Int.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int.Type) throws -> Int
^
Swift.SingleValueDecodingContainer:9:10: note: candidate expects value of type 'Int8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int8.Type) throws -> Int8
^
Swift.SingleValueDecodingContainer:10:10: note: candidate expects value of type 'Int16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int16.Type) throws -> Int16
^
Swift.SingleValueDecodingContainer:11:10: note: candidate expects value of type 'Int32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int32.Type) throws -> Int32
^
Swift.SingleValueDecodingContainer:12:10: note: candidate expects value of type 'Int64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int64.Type) throws -> Int64
^
Swift.SingleValueDecodingContainer:13:10: note: candidate expects value of type 'UInt.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt.Type) throws -> UInt
^
Swift.SingleValueDecodingContainer:14:10: note: candidate expects value of type 'UInt8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt8.Type) throws -> UInt8
^
Swift.SingleValueDecodingContainer:15:10: note: candidate expects value of type 'UInt16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt16.Type) throws -> UInt16
^
Swift.SingleValueDecodingContainer:16:10: note: candidate expects value of type 'UInt32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt32.Type) throws -> UInt32
^
Swift.SingleValueDecodingContainer:17:10: note: candidate expects value of type 'UInt64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt64.Type) throws -> UInt64
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:18: error: extraneous argument label 'properties:' in call
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:30: error: cannot find 'properties' in scope
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: error: no exact matches in call to instance method 'encode'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Bool) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(String) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Double) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Float) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/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
^
[47/58] Compiling Requests EndpointError.swift
/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/CodableHTTPCookie.swift:15:9: error: 'super' members cannot be referenced in a root class
super.init(properties: properties)
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:21:39: error: value of type 'HTTPCookie' (aka 'AnyObject') has no member 'properties'
guard let properties = cookie.properties else { return nil }
~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:22:18: error: extraneous argument label 'properties:' in call
self.init(properties: properties)
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:53: error: cannot find 'HTTPCookiePropertyKey' in scope
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:45: error: no exact matches in call to instance method 'decode'
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^
Swift.SingleValueDecodingContainer:4:10: note: candidate expects value of type 'Bool.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Bool.Type) throws -> Bool
^
Swift.SingleValueDecodingContainer:5:10: note: candidate expects value of type 'String.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: String.Type) throws -> String
^
Swift.SingleValueDecodingContainer:6:10: note: candidate expects value of type 'Double.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Double.Type) throws -> Double
^
Swift.SingleValueDecodingContainer:7:10: note: candidate expects value of type 'Float.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Float.Type) throws -> Float
^
Swift.SingleValueDecodingContainer:8:10: note: candidate expects value of type 'Int.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int.Type) throws -> Int
^
Swift.SingleValueDecodingContainer:9:10: note: candidate expects value of type 'Int8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int8.Type) throws -> Int8
^
Swift.SingleValueDecodingContainer:10:10: note: candidate expects value of type 'Int16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int16.Type) throws -> Int16
^
Swift.SingleValueDecodingContainer:11:10: note: candidate expects value of type 'Int32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int32.Type) throws -> Int32
^
Swift.SingleValueDecodingContainer:12:10: note: candidate expects value of type 'Int64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int64.Type) throws -> Int64
^
Swift.SingleValueDecodingContainer:13:10: note: candidate expects value of type 'UInt.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt.Type) throws -> UInt
^
Swift.SingleValueDecodingContainer:14:10: note: candidate expects value of type 'UInt8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt8.Type) throws -> UInt8
^
Swift.SingleValueDecodingContainer:15:10: note: candidate expects value of type 'UInt16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt16.Type) throws -> UInt16
^
Swift.SingleValueDecodingContainer:16:10: note: candidate expects value of type 'UInt32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt32.Type) throws -> UInt32
^
Swift.SingleValueDecodingContainer:17:10: note: candidate expects value of type 'UInt64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt64.Type) throws -> UInt64
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:18: error: extraneous argument label 'properties:' in call
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:30: error: cannot find 'properties' in scope
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: error: no exact matches in call to instance method 'encode'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Bool) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(String) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Double) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Float) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/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
^
[48/58] Compiling Requests NextAction.swift
/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/CodableHTTPCookie.swift:15:9: error: 'super' members cannot be referenced in a root class
super.init(properties: properties)
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:21:39: error: value of type 'HTTPCookie' (aka 'AnyObject') has no member 'properties'
guard let properties = cookie.properties else { return nil }
~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:22:18: error: extraneous argument label 'properties:' in call
self.init(properties: properties)
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:53: error: cannot find 'HTTPCookiePropertyKey' in scope
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:45: error: no exact matches in call to instance method 'decode'
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^
Swift.SingleValueDecodingContainer:4:10: note: candidate expects value of type 'Bool.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Bool.Type) throws -> Bool
^
Swift.SingleValueDecodingContainer:5:10: note: candidate expects value of type 'String.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: String.Type) throws -> String
^
Swift.SingleValueDecodingContainer:6:10: note: candidate expects value of type 'Double.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Double.Type) throws -> Double
^
Swift.SingleValueDecodingContainer:7:10: note: candidate expects value of type 'Float.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Float.Type) throws -> Float
^
Swift.SingleValueDecodingContainer:8:10: note: candidate expects value of type 'Int.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int.Type) throws -> Int
^
Swift.SingleValueDecodingContainer:9:10: note: candidate expects value of type 'Int8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int8.Type) throws -> Int8
^
Swift.SingleValueDecodingContainer:10:10: note: candidate expects value of type 'Int16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int16.Type) throws -> Int16
^
Swift.SingleValueDecodingContainer:11:10: note: candidate expects value of type 'Int32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int32.Type) throws -> Int32
^
Swift.SingleValueDecodingContainer:12:10: note: candidate expects value of type 'Int64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int64.Type) throws -> Int64
^
Swift.SingleValueDecodingContainer:13:10: note: candidate expects value of type 'UInt.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt.Type) throws -> UInt
^
Swift.SingleValueDecodingContainer:14:10: note: candidate expects value of type 'UInt8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt8.Type) throws -> UInt8
^
Swift.SingleValueDecodingContainer:15:10: note: candidate expects value of type 'UInt16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt16.Type) throws -> UInt16
^
Swift.SingleValueDecodingContainer:16:10: note: candidate expects value of type 'UInt32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt32.Type) throws -> UInt32
^
Swift.SingleValueDecodingContainer:17:10: note: candidate expects value of type 'UInt64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt64.Type) throws -> UInt64
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:18: error: extraneous argument label 'properties:' in call
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:30: error: cannot find 'properties' in scope
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: error: no exact matches in call to instance method 'encode'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Bool) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(String) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Double) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Float) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/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
^
[49/58] Compiling Requests NextInput.swift
/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/CodableHTTPCookie.swift:15:9: error: 'super' members cannot be referenced in a root class
super.init(properties: properties)
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:21:39: error: value of type 'HTTPCookie' (aka 'AnyObject') has no member 'properties'
guard let properties = cookie.properties else { return nil }
~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:22:18: error: extraneous argument label 'properties:' in call
self.init(properties: properties)
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:53: error: cannot find 'HTTPCookiePropertyKey' in scope
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:45: error: no exact matches in call to instance method 'decode'
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^
Swift.SingleValueDecodingContainer:4:10: note: candidate expects value of type 'Bool.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Bool.Type) throws -> Bool
^
Swift.SingleValueDecodingContainer:5:10: note: candidate expects value of type 'String.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: String.Type) throws -> String
^
Swift.SingleValueDecodingContainer:6:10: note: candidate expects value of type 'Double.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Double.Type) throws -> Double
^
Swift.SingleValueDecodingContainer:7:10: note: candidate expects value of type 'Float.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Float.Type) throws -> Float
^
Swift.SingleValueDecodingContainer:8:10: note: candidate expects value of type 'Int.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int.Type) throws -> Int
^
Swift.SingleValueDecodingContainer:9:10: note: candidate expects value of type 'Int8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int8.Type) throws -> Int8
^
Swift.SingleValueDecodingContainer:10:10: note: candidate expects value of type 'Int16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int16.Type) throws -> Int16
^
Swift.SingleValueDecodingContainer:11:10: note: candidate expects value of type 'Int32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int32.Type) throws -> Int32
^
Swift.SingleValueDecodingContainer:12:10: note: candidate expects value of type 'Int64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: Int64.Type) throws -> Int64
^
Swift.SingleValueDecodingContainer:13:10: note: candidate expects value of type 'UInt.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt.Type) throws -> UInt
^
Swift.SingleValueDecodingContainer:14:10: note: candidate expects value of type 'UInt8.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt8.Type) throws -> UInt8
^
Swift.SingleValueDecodingContainer:15:10: note: candidate expects value of type 'UInt16.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt16.Type) throws -> UInt16
^
Swift.SingleValueDecodingContainer:16:10: note: candidate expects value of type 'UInt32.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt32.Type) throws -> UInt32
^
Swift.SingleValueDecodingContainer:17:10: note: candidate expects value of type 'UInt64.Type' for parameter #1 (got '[AnyHashable : String.Type]')
func decode(_ type: UInt64.Type) throws -> UInt64
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:30:18: error: extraneous argument label 'properties:' in call
self.init(properties: try container.decode([HTTPCookiePropertyKey: String].self))!
^~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:30: error: cannot find 'properties' in scope
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^~~~~~~~~~
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: error: no exact matches in call to instance method 'encode'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Bool) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(String) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Double) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Float) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(Int64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt8) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt16) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt32) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/host/spi-builder-workspace/Sources/Requests/Misc/CodableHTTPCookie.swift:38:23: note: found candidate with type '(UInt64) throws -> ()'
try container.encode(properties?.compactMapValues { $0 as? String } ?? [:])
^
/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
^
[50/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
[51/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
[52/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
[53/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
[54/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
[55/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
[56/58] 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: cannot infer type of closure parameter '$0' without a type annotation
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
^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/58] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
^
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
import Security
^
BUILD FAILURE 5.10 linux