Build Information
Successful build of RealHTTP, reference main (8f1ea5), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 15:30:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/immobiliare/RealHTTP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/immobiliare/RealHTTP
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8f1ea50 Test with maxim-lobanov/setup-xcode@v1 CI
Cloned https://github.com/immobiliare/RealHTTP.git
Revision (git rev-parse @):
8f1ea50a8456eaf08af25113b9c5986a998bc7f2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/RealHTTP.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "realhttp",
"name": "RealHTTP",
"url": "https://github.com/immobiliare/RealHTTP.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RealHTTP",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/immobiliare/RealHTTP.git
[1/4509] Fetching realhttp
Fetched https://github.com/immobiliare/RealHTTP.git from cache (1.07s)
Creating working copy for https://github.com/immobiliare/RealHTTP.git
Working copy of https://github.com/immobiliare/RealHTTP.git resolved at main (8f1ea50)
warning: '.resolve-product-dependencies': dependency 'realhttp' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/immobiliare/RealHTTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/74] Emitting module RealHTTP
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[4/81] Compiling RealHTTP HTTPStubDataConvertible.swift
[5/81] Compiling RealHTTP HTTPStubber.swift
[6/81] Compiling RealHTTP HTTPStubberErrors.swift
[7/81] Compiling RealHTTP HTTPStubHookProtocol.swift
[8/81] Compiling RealHTTP HTTPStubURLProtocol.swift
[9/81] Compiling RealHTTP URLHook.swift
[10/81] Compiling RealHTTP URLSessionHook.swift
[11/81] Compiling RealHTTP HTTPDefaultValidator.swift
[12/81] Compiling RealHTTP HTTPValidator.swift
[13/81] Compiling RealHTTP HTTPSecurity.swift
[14/81] Compiling RealHTTP HTTPSecurityService.swift
[15/81] Compiling RealHTTP CertificatesSecurity.swift
[16/81] Compiling RealHTTP SSLCertificate.swift
[17/81] Compiling RealHTTP CredentialSecurity.swift
[18/81] Compiling RealHTTP SelfSignedCertsSecurity.swift
[19/81] Compiling RealHTTP HTTPClient.swift
[20/81] Compiling RealHTTP HTTPClientDelegate.swift
[21/81] Compiling RealHTTP HTTPRequest+Combine.swift
[22/81] Compiling RealHTTP HTTPRequest.swift
[23/81] Compiling RealHTTP HTTPResponse.swift
[24/81] Compiling RealHTTP HTTPBody.swift
[25/81] Compiling RealHTTP HTTPSerializableBody.swift
[26/81] Compiling RealHTTP HTTPBody+JSON.swift
[27/81] Compiling RealHTTP MIMEType.swift
[28/81] Compiling RealHTTP HTTPMetrics.swift
[29/81] Compiling RealHTTP HTTPMetrics+Console.swift
[30/81] Compiling RealHTTP HTTPMetricsRender.swift
[31/81] Compiling RealHTTP URITemplate.swift
[32/81] Compiling RealHTTP cURLHelper.swift
[33/81] Compiling RealHTTP RealHTTP.swift
[34/81] Compiling RealHTTP HTTPStubIgnoreRule.swift
[35/81] Compiling RealHTTP HTTPProgress.swift
[36/81] Compiling RealHTTP HTTPRequestPriority.swift
[37/81] Compiling RealHTTP HTTPScheme.swift
[38/81] Compiling RealHTTP HTTPStatusCode.swift
[39/81] Compiling RealHTTP HTTPVersion.swift
[40/81] Compiling RealHTTP HTTPHeaderElement+Name.swift
[41/81] Compiling RealHTTP HTTPHeaders+Element.swift
[42/81] Compiling RealHTTP HTTPHeaders.swift
[43/81] Compiling RealHTTP JSONEncodable.swift
[44/81] Compiling RealHTTP JSONSerializable.swift
[45/81] Compiling RealHTTP HTTPBody+FormValues.swift
[46/81] Compiling RealHTTP HTTPBody+Multipart.swift
[47/81] Compiling RealHTTP MultipartForm+Boundary.swift
[48/81] Compiling RealHTTP MultipartForm+Item.swift
[49/81] Compiling RealHTTP MultipartForm.swift
[50/81] Compiling RealHTTP HTTPBody+Stream.swift
[51/81] Compiling RealHTTP HTTPStubBodyMatcher.swift
[52/81] Compiling RealHTTP HTTPStubCustomMatcher.swift
[53/81] Compiling RealHTTP HTTPStubJSONMatcher.swift
[54/81] Compiling RealHTTP HTTPStubRegExMatcher.swift
[55/81] Compiling RealHTTP HTTPStubURITemplateMatcher.swift
[56/81] Compiling RealHTTP HTTPStubURLMatcher.swift
[57/81] Compiling RealHTTP HTTPStubMatcher.swift
[58/81] Compiling RealHTTP HTTPDynamicStubResponse.swift
[59/81] Compiling RealHTTP Foundation+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[60/81] Compiling RealHTTP HTTPFormattable.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[61/81] Compiling RealHTTP ThreadSafeDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[62/81] Compiling RealHTTP URLRequest+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[63/81] Compiling RealHTTP HTTPCacheControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[64/81] Compiling RealHTTP HTTPContentType.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[65/81] Compiling RealHTTP HTTPError.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[66/81] Compiling RealHTTP HTTPMethod.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
236 | // MARK: - URL
237 |
238 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
239 |
240 | public init(stringLiteral value: StaticString) {
[67/81] Compiling RealHTTP StreamContent.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[68/81] Compiling RealHTTP HTTPBody+QueryString.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[69/81] Compiling RealHTTP URLParametersData.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[70/81] Compiling RealHTTP HTTPDataLoader+Response.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[71/81] Compiling RealHTTP HTTPDataLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[72/81] Compiling RealHTTP HTTPResponseTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[73/81] Compiling RealHTTP HTTPAltRequestValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[74/81] Compiling RealHTTP HTTPAltTaskValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
155 | DispatchQueue.main.async { [weak self] in
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
| `- warning: capture of 'request' with non-Sendable type 'HTTPRequest' in a '@Sendable' closure [#SendableClosureCaptures]
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
19 | import Foundation
20 |
21 | public class HTTPRequest: CustomStringConvertible {
| `- note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
22 | public typealias RequestTask = Task<HTTPResponse, Error>
23 | public typealias RequestModifier = ((inout URLRequest) throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
156 | guard let client = self?.client else { return }
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
| `- warning: capture of 'strategy' with non-Sendable type 'HTTPRetryStrategy' in a '@Sendable' closure [#SendableClosureCaptures]
159 | afterResponse: response)
160 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
60 | /// - the amount of time before retry the original request once you got the response for the alt request.
61 | /// - an optional async callback to execute once you got the response of the alt request before retry the original request.
62 | public enum HTTPRetryStrategy {
| `- note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
63 | public typealias AltRequestCatcher = ((_ request: HTTPRequest, _ response: HTTPResponse) async throws -> Void)
64 | public typealias RetryTask = ((_ originalRequest: HTTPRequest) async throws -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
157 | client.delegate?.client(client, request: (request, task),
158 | willRetryWithStrategy: strategy,
159 | afterResponse: response)
| `- warning: capture of 'response' with non-Sendable type 'HTTPResponse' in a '@Sendable' closure [#SendableClosureCaptures]
160 | }
161 | }
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
23 | /// This is the raw response received from server. It includes all the
24 | /// data collected from the request including metrics and errors.
25 | open class HTTPResponse: CustomStringConvertible {
| `- note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
26 |
27 | // MARK: - Public Properties
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[75/81] Compiling RealHTTP HTTPStubRequest+Matchers.swift
[76/81] Compiling RealHTTP HTTPStubRequest+Stub.swift
[77/81] Compiling RealHTTP HTTPStubRequest.swift
[78/81] Compiling RealHTTP HTTPEchoResponse.swift
[79/81] Compiling RealHTTP HTTPStubResponse.swift
[80/81] Compiling RealHTTP Foundation+Stubber.swift
[81/81] Compiling RealHTTP HTTPStub+Extension.swift
Build complete! (5.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RealHTTP",
"name" : "RealHTTP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "RealHTTP",
"targets" : [
"RealHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RealHTTPTests",
"module_type" : "SwiftTarget",
"name" : "RealHTTPTests",
"path" : "Tests/RealHTTPTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/RealHTTPTests/Resources/mac_icon.jpg",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/RealHTTPTests/Resources/test_rawdata.png",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Headers+Tests.swift",
"MovieDBTest.swift",
"Requests+Tests.swift"
],
"target_dependencies" : [
"RealHTTP"
],
"type" : "test"
},
{
"c99name" : "RealHTTP",
"module_type" : "SwiftTarget",
"name" : "RealHTTP",
"path" : "Sources/RealHTTP",
"product_memberships" : [
"RealHTTP"
],
"sources" : [
"Client/HTTPClient/HTTPClient.swift",
"Client/HTTPClient/HTTPClientDelegate.swift",
"Client/HTTPRequest/HTTPRequest+Combine.swift",
"Client/HTTPRequest/HTTPRequest.swift",
"Client/HTTPResponse/HTTPResponse.swift",
"Client/Internal/HTTPBody/HTTPBody.swift",
"Client/Internal/HTTPBody/HTTPSerializableBody.swift",
"Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift",
"Client/Internal/HTTPBody/JSON/JSONEncodable.swift",
"Client/Internal/HTTPBody/JSON/JSONSerializable.swift",
"Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift",
"Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift",
"Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift",
"Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift",
"Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift",
"Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift",
"Client/Internal/HTTPBody/Stream/StreamContent.swift",
"Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift",
"Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift",
"Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift",
"Client/Internal/HTTPDataLoader/HTTPDataLoader.swift",
"Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift",
"Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift",
"Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift",
"Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift",
"Client/Internal/HTTPResponseValidator/HTTPValidator.swift",
"Client/Internal/HTTPSecurity/HTTPSecurity.swift",
"Client/Internal/HTTPSecurity/HTTPSecurityService.swift",
"Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift",
"Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift",
"Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift",
"Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift",
"Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift",
"Client/Internal/Other Structures/Foundation+Extensions/HTTPFormattable.swift",
"Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift",
"Client/Internal/Other Structures/Foundation+Extensions/URLRequest+Extension.swift",
"Client/Internal/Other Structures/HTTPCacheControl.swift",
"Client/Internal/Other Structures/HTTPContentType.swift",
"Client/Internal/Other Structures/HTTPError.swift",
"Client/Internal/Other Structures/HTTPMethod.swift",
"Client/Internal/Other Structures/HTTPProgress.swift",
"Client/Internal/Other Structures/HTTPRequestPriority.swift",
"Client/Internal/Other Structures/HTTPScheme.swift",
"Client/Internal/Other Structures/HTTPStatusCode.swift",
"Client/Internal/Other Structures/HTTPVersion.swift",
"Client/Internal/Other Structures/Headers/HTTPHeaderElement+Name.swift",
"Client/Internal/Other Structures/Headers/HTTPHeaders+Element.swift",
"Client/Internal/Other Structures/Headers/HTTPHeaders.swift",
"Client/Internal/Other Structures/MIMEType.swift",
"Client/Internal/Other Structures/Metrics/HTTPMetrics.swift",
"Client/Internal/Other Structures/Metrics/Renders/HTTPMetrics+Console.swift",
"Client/Internal/Other Structures/Metrics/Renders/HTTPMetricsRender.swift",
"Client/Internal/Other Structures/URITemplate.swift",
"Client/Internal/Other Structures/cURLHelper.swift",
"RealHTTP.swift",
"Stubber/DataTypes/HTTPStubIgnoreRule.swift",
"Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubBodyMatcher.swift",
"Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubCustomMatcher.swift",
"Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubJSONMatcher.swift",
"Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubRegExMatcher.swift",
"Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURITemplateMatcher.swift",
"Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURLMatcher.swift",
"Stubber/DataTypes/Stub Matchers/HTTPStubMatcher.swift",
"Stubber/DataTypes/Stub Request/HTTPDynamicStubResponse.swift",
"Stubber/DataTypes/Stub Request/HTTPStubRequest+Matchers.swift",
"Stubber/DataTypes/Stub Request/HTTPStubRequest+Stub.swift",
"Stubber/DataTypes/Stub Request/HTTPStubRequest.swift",
"Stubber/DataTypes/Stub Response/HTTPEchoResponse.swift",
"Stubber/DataTypes/Stub Response/HTTPStubResponse.swift",
"Stubber/DataTypes/Support/Foundation+Stubber.swift",
"Stubber/DataTypes/Support/HTTPStub+Extension.swift",
"Stubber/DataTypes/Support/HTTPStubDataConvertible.swift",
"Stubber/HTTPStubber.swift",
"Stubber/HTTPStubberErrors.swift",
"Stubber/Hooks/HTTPStubHookProtocol.swift",
"Stubber/Hooks/HTTPStubURLProtocol.swift",
"Stubber/Hooks/URLHook.swift",
"Stubber/Hooks/URLSessionHook.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/immobiliare/realhttp/main
Repository: immobiliare/RealHTTP
Swift version used: 6.3
Target: RealHTTP
Extracting symbol information for 'RealHTTP'...
Finished extracting symbol information for 'RealHTTP'. (27.82s)
Building documentation for 'RealHTTP'...
warning: External name 'boundary' used to document parameter
--> Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift:63:25-63:33
61 | /// Initialize a new multipart form.
62 | ///
63 + /// - Parameter boundary: boundary identifier, if `nil` it will generated automatically
| ╰─suggestion: Replace 'boundary' with 'id'
64 | public init(boundary id: String? = nil) {
65 | self.boundary = .init(id)
warning: Parameter 'destination' not found in initializer declaration
--> Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift:40:15-40:62
38 | ///
39 | /// - Parameters:
40 + /// - destination: destination of the url produced.
| ╰─suggestion: Remove 'destination' parameter documentation
41 | /// - parameters: parameters to encode.
42 | /// - boolEncoding: Specify how boolean values are encoded into the request.
warning: Parameter 'directory' is missing documentation
--> Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:67:126-67:126
65 | /// Use certs from main app bundle.
66 | ///
67 + /// - Parameter usePublicKeys: is to specific if the publicKeys or certificates should be used for SSL pinning validation
| ╰─suggestion: Document 'directory' parameter
68 | public convenience init(bundledIn directory: String = ".", usePublicKeys: Bool = false) {
69 | let fileURLs = Bundle.main.paths(forResourcesOfType: "cer", inDirectory: directory).map({
warning: Parameter 'key' not found in initializer declaration
--> Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift:43:9-43:48
41 | /// Initializer for public keys.
42 | ///
43 + /// - Parameter key: public key to be used.
| ╰─suggestion: Remove 'key' parameter documentation
44 | public init(publicKey: SecKey) {
45 | self.publicKey = publicKey
warning: Parameter 'publicKey' is missing documentation
--> Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift:43:48-43:48
41 | /// Initializer for public keys.
42 | ///
43 + /// - Parameter key: public key to be used.
| ╰─suggestion: Document 'publicKey' parameter
44 | public init(publicKey: SecKey) {
45 | self.publicKey = publicKey
warning: Parameter 'urlResponse' not found in type method declaration
--> Sources/RealHTTP/Client/Internal/Other Structures/HTTPStatusCode.swift:227:21-227:32
225 | /// If no valid code can be extracted the `.none` is set.
226 | ///
227 + /// - Parameter urlResponse: url response instance
| ╰─suggestion: Replace 'urlResponse' with 'URLResponse'
228 | public static func fromResponse(_ URLResponse: URLResponse?) -> HTTPStatusCode {
229 | guard let statusCode = (URLResponse as? HTTPURLResponse)?.statusCode else {
warning: Parameter 'URLResponse' is missing documentation
--> Sources/RealHTTP/Client/Internal/Other Structures/HTTPStatusCode.swift:227:55-227:55
225 | /// If no valid code can be extracted the `.none` is set.
226 | ///
227 + /// - Parameter urlResponse: url response instance
| ╰─suggestion: Document 'URLResponse' parameter
228 | public static func fromResponse(_ URLResponse: URLResponse?) -> HTTPStatusCode {
229 | guard let statusCode = (URLResponse as? HTTPURLResponse)?.statusCode else {
warning: Parameter 'headersDictionary' not found in initializer declaration
--> Sources/RealHTTP/Client/Internal/Other Structures/Headers/HTTPHeaders.swift:79:21-79:38
77 | /// NOTE: It's case insentive so duplicate names are collapsed into the last name
78 | /// and value encountered.
79 + /// - Parameter headersDictionary: headers dictionary.
| ╰─suggestion: Replace 'headersDictionary' with 'rawDictionary'
80 | public init(rawDictionary: [String: String]?) {
81 | rawDictionary?.forEach {
warning: Parameter 'rawDictionary' is missing documentation
--> Sources/RealHTTP/Client/Internal/Other Structures/Headers/HTTPHeaders.swift:79:59-79:59
77 | /// NOTE: It's case insentive so duplicate names are collapsed into the last name
78 | /// and value encountered.
79 + /// - Parameter headersDictionary: headers dictionary.
| ╰─suggestion: Document 'rawDictionary' parameter
80 | public init(rawDictionary: [String: String]?) {
81 | rawDictionary?.forEach {
warning: Parameter 'name' not found in instance subscript declaration
--> Sources/RealHTTP/Client/Internal/Other Structures/Headers/HTTPHeaders.swift:259:9-259:50
257 | /// NOTE: It's case insentive.
258 | ///
259 + /// - Parameter name: The name of the header.
| ╰─suggestion: Remove 'name' parameter documentation
260 | public subscript(_ name: String) -> String? {
261 | get {
warning: Parameter 'key' is missing documentation
--> Sources/RealHTTP/Client/Internal/Other Structures/Headers/HTTPHeaders.swift:259:50-259:50
257 | /// NOTE: It's case insentive.
258 | ///
259 + /// - Parameter name: The name of the header.
| ╰─suggestion: Document 'key' parameter
260 | public subscript(_ name: String) -> String? {
261 | get {
warning: Parameter 'URL' not found in instance method declaration
--> Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift:56:11-56:29
54 | ///
55 | /// - Parameters:
56 + /// - URL: URL target.
| ╰─suggestion: Remove 'URL' parameter documentation
57 | /// - options: comparison options for URL matcher.
58 | /// - Returns: Self
warning: Parameter 'url' is missing documentation
--> Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift:57:57-57:57
55 | /// - Parameters:
56 | /// - URL: URL target.
57 + /// - options: comparison options for URL matcher.
| ╰─suggestion: Document 'url' parameter
58 | /// - Returns: Self
59 | public func match(url: URL, options: HTTPStubURLMatcher.Options = .default) -> Self {
warning: External name 'URL' used to document parameter
--> Sources/RealHTTP/Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURLMatcher.swift:37:13-37:16
35 | ///
36 | /// - Parameters:
37 + /// - URL: URL to match. If not valid initialization fails.
| ╰─suggestion: Replace 'URL' with 'url'
38 | /// - ignoreQuery: `true` to params should be ignored by the matcher.
39 | public init?(URL url: URL, options: Options) {
warning: Parameter 'ignoreQuery' not found in initializer declaration
--> Sources/RealHTTP/Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURLMatcher.swift:38:11-38:76
36 | /// - Parameters:
37 | /// - URL: URL to match. If not valid initialization fails.
38 + /// - ignoreQuery: `true` to params should be ignored by the matcher.
| ╰─suggestion: Remove 'ignoreQuery' parameter documentation
39 | public init?(URL url: URL, options: Options) {
40 | self.URL = url
warning: Parameter 'options' is missing documentation
--> Sources/RealHTTP/Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURLMatcher.swift:38:76-38:76
36 | /// - Parameters:
37 | /// - URL: URL to match. If not valid initialization fails.
38 + /// - ignoreQuery: `true` to params should be ignored by the matcher.
| ╰─suggestion: Document 'options' parameter
39 | public init?(URL url: URL, options: Options) {
40 | self.URL = url
Finished building documentation for 'RealHTTP' (0.89s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/immobiliare/realhttp/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.80s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit GenericConstraint.swift
[17/57] Compiling SymbolKit GenericParameter.swift
[18/57] Compiling SymbolKit Generics.swift
[19/57] Compiling SymbolKit Namespace.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling Snippets Snippet.swift
[26/57] Emitting module Snippets
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.48s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'RealHTTP' complete! (0.24s)
2294
14 /Users/admin/builder/spi-builder-workspace/.docs/immobiliare/realhttp/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/immobiliare/realhttp/main
File count: 2294
Doc size: 14.0MB
Preparing doc bundle ...
Uploading prod-immobiliare-realhttp-main-b2743fed.zip to s3://spi-docs-inbox/prod-immobiliare-realhttp-main-b2743fed.zip
Copying... [11%]
Copying... [22%]
Copying... [30%]
Copying... [41%]
Copying... [52%]
Copying... [61%]
Copying... [72%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.