Build Information
Successful build of Networking, reference 2.1.0 (8ce705), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 07:39:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RonasIT/swift-networking.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RonasIT/swift-networking
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 8ce7054 Merge branch 'feature/20-update-for-xcode12'
Cloned https://github.com/RonasIT/swift-networking.git
Revision (git rev-parse @):
8ce70544fa7ee2c90f62b839c4f3ea5144b5cc7f
SUCCESS checkout https://github.com/RonasIT/swift-networking.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RonasIT/swift-networking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/44] Emitting module Alamofire
[6/48] Compiling Alamofire DispatchQueue+Alamofire.swift
[7/48] Compiling Alamofire OperationQueue+Alamofire.swift
[8/48] Compiling Alamofire Result+Alamofire.swift
[9/48] Compiling Alamofire StringEncoding+Alamofire.swift
[10/48] Compiling Alamofire RequestCompression.swift
[11/48] Compiling Alamofire RequestInterceptor.swift
[12/48] Compiling Alamofire ResponseSerialization.swift
[13/48] Compiling Alamofire RetryPolicy.swift
[14/48] Compiling Alamofire HTTPHeaders.swift
[15/48] Compiling Alamofire HTTPMethod.swift
[16/48] Compiling Alamofire Notifications.swift
[17/48] Compiling Alamofire ParameterEncoder.swift
[18/48] Compiling Alamofire ParameterEncoding.swift
[19/48] Compiling Alamofire CachedResponseHandler.swift
[20/48] Compiling Alamofire Combine.swift
[21/48] Compiling Alamofire Concurrency.swift
[22/48] Compiling Alamofire EventMonitor.swift
[23/48] Compiling Alamofire Alamofire.swift
[24/48] Compiling Alamofire AFError.swift
[25/48] Compiling Alamofire DataRequest.swift
[26/48] Compiling Alamofire DataStreamRequest.swift
[27/48] Compiling Alamofire DownloadRequest.swift
[28/48] Compiling Alamofire Protected.swift
[29/48] Compiling Alamofire Request.swift
[30/48] Compiling Alamofire RequestTaskMap.swift
[31/48] Compiling Alamofire Response.swift
[32/48] Compiling Alamofire Session.swift
[33/48] Compiling Alamofire SessionDelegate.swift
[34/48] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[35/48] Compiling Alamofire UploadRequest.swift
[36/48] Compiling Alamofire WebSocketRequest.swift
[37/48] Compiling Alamofire URLRequest+Alamofire.swift
[38/48] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[39/48] Compiling Alamofire AlamofireExtended.swift
[40/48] Compiling Alamofire AuthenticationInterceptor.swift
[41/48] Compiling Alamofire MultipartFormData.swift
[42/48] Compiling Alamofire MultipartUpload.swift
[43/48] Compiling Alamofire NetworkReachabilityManager.swift
[44/48] Compiling Alamofire RedirectHandler.swift
[45/48] Compiling Alamofire ServerTrustEvaluation.swift
[46/48] Compiling Alamofire URLEncodedFormEncoder.swift
[47/48] Compiling Alamofire Validation.swift
[48/48] Compiling Alamofire resource_bundle_accessor.swift
[49/85] Compiling Networking DecodableResponseSerializer.swift
[50/85] Compiling Networking JSONResponseSerializer.swift
[51/85] Compiling Networking ResponseSerializer.swift
[52/85] Compiling Networking StringResponseSerializer.swift
[53/89] Compiling Networking GeneralErrorHandler.swift
[54/89] Compiling Networking UnauthorizedErrorHandler.swift
[55/89] Compiling Networking AnyError.swift
[56/89] Compiling Networking ErrorPayload.swift
[57/89] Emitting module Networking
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Description.swift:8:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import Foundation
7 |
8 | extension DecodingError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/HTTPHeaders+Equatable.swift:8:24: warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
6 | import Alamofire
7 |
8 | extension HTTPHeaders: Equatable {
| `- warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
9 |
10 | public static func == (lhs: HTTPHeaders, rhs: HTTPHeaders) -> Bool {
| `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
11 | return lhs.dictionary == rhs.dictionary
12 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/HTTPHeaders.swift:28:15: note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
26 |
27 | /// An order-preserving and case-insensitive representation of HTTP headers.
28 | public struct HTTPHeaders: Equatable, Hashable, Sendable {
| `- note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
29 | private var headers: [HTTPHeader] = []
30 |
[58/89] Compiling Networking RequestAdapter.swift
[59/89] Compiling Networking TokenRequestAdapter.swift
[60/89] Compiling Networking Request.swift
[61/89] Compiling Networking RequestProtocols.swift
[62/89] Compiling Networking ImageBodyPart.swift
[63/89] Compiling Networking UploadEndpoint.swift
[64/89] Compiling Networking ErrorHandler.swift
[65/89] Compiling Networking ErrorHandlingResult.swift
[66/89] Compiling Networking UploadRequest.swift
[67/89] Compiling Networking Response.swift
[68/89] Compiling Networking ResponseType.swift
[69/89] Compiling Networking AnyResponseSerializer.swift
[70/89] Compiling Networking MultipartFormData+Append.swift
[71/89] Compiling Networking Response+Empty.swift
[72/89] Compiling Networking ResponseSerializer+TypeErasing.swift
[73/89] Compiling Networking URL+Math.swift
[74/89] Compiling Networking AuthorizationType.swift
[75/89] Compiling Networking StatusCode.swift
[76/89] Compiling Networking Endpoint.swift
[77/89] Compiling Networking FailableEndpoint.swift
[78/89] Compiling Networking GeneralRequestError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Description.swift:8:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import Foundation
7 |
8 | extension DecodingError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/HTTPHeaders+Equatable.swift:8:24: warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
6 | import Alamofire
7 |
8 | extension HTTPHeaders: Equatable {
| `- warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
9 |
10 | public static func == (lhs: HTTPHeaders, rhs: HTTPHeaders) -> Bool {
| `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
11 | return lhs.dictionary == rhs.dictionary
12 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/HTTPHeaders.swift:28:15: note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
26 |
27 | /// An order-preserving and case-insensitive representation of HTTP headers.
28 | public struct HTTPHeaders: Equatable, Hashable, Sendable {
| `- note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
29 | private var headers: [HTTPHeader] = []
30 |
[79/89] Compiling Networking DecodingError+Description.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Description.swift:8:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import Foundation
7 |
8 | extension DecodingError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/HTTPHeaders+Equatable.swift:8:24: warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
6 | import Alamofire
7 |
8 | extension HTTPHeaders: Equatable {
| `- warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
9 |
10 | public static func == (lhs: HTTPHeaders, rhs: HTTPHeaders) -> Bool {
| `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
11 | return lhs.dictionary == rhs.dictionary
12 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/HTTPHeaders.swift:28:15: note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
26 |
27 | /// An order-preserving and case-insensitive representation of HTTP headers.
28 | public struct HTTPHeaders: Equatable, Hashable, Sendable {
| `- note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
29 | private var headers: [HTTPHeader] = []
30 |
[80/89] Compiling Networking HTTPHeaders+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Description.swift:8:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import Foundation
7 |
8 | extension DecodingError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/HTTPHeaders+Equatable.swift:8:24: warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
6 | import Alamofire
7 |
8 | extension HTTPHeaders: Equatable {
| `- warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
9 |
10 | public static func == (lhs: HTTPHeaders, rhs: HTTPHeaders) -> Bool {
| `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
11 | return lhs.dictionary == rhs.dictionary
12 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/HTTPHeaders.swift:28:15: note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
26 |
27 | /// An order-preserving and case-insensitive representation of HTTP headers.
28 | public struct HTTPHeaders: Equatable, Hashable, Sendable {
| `- note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
29 | private var headers: [HTTPHeader] = []
30 |
[81/89] Compiling Networking JSONDecoder+Decode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/DecodingError+Description.swift:8:1: warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | import Foundation
7 |
8 | extension DecodingError: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'DecodingError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
9 |
10 | public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/HTTPHeaders+Equatable.swift:8:24: warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
6 | import Alamofire
7 |
8 | extension HTTPHeaders: Equatable {
| `- warning: conformance of 'HTTPHeaders' to protocol 'Equatable' was already stated in the type's module 'Alamofire'
9 |
10 | public static func == (lhs: HTTPHeaders, rhs: HTTPHeaders) -> Bool {
| `- note: operator function '==' will not be used to satisfy the conformance to 'Equatable'
11 | return lhs.dictionary == rhs.dictionary
12 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Source/Core/HTTPHeaders.swift:28:15: note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
26 |
27 | /// An order-preserving and case-insensitive representation of HTTP headers.
28 | public struct HTTPHeaders: Equatable, Hashable, Sendable {
| `- note: 'HTTPHeaders' declares conformance to protocol 'Equatable' here
29 | private var headers: [HTTPHeader] = []
30 |
[82/89] Compiling Networking URLResponse+TextEncoding.swift
[83/89] Compiling Networking RequestHeaders.swift
[84/89] Compiling Networking ReachabilityService.swift
[85/89] Compiling Networking ReachabilityServiceProtocol.swift
[86/89] Compiling Networking AccessTokenSupervisor.swift
[87/89] Compiling Networking ErrorHandlingService.swift
[88/89] Compiling Networking NetworkService.swift
[89/89] Compiling Networking RequestAdaptingService.swift
Build complete! (10.25s)
Fetching https://github.com/Alamofire/Alamofire
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire from cache (2.71s)
Computing version for https://github.com/Alamofire/Alamofire
Computed https://github.com/Alamofire/Alamofire at 5.10.2 (3.18s)
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 5.10.2
Build complete.
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire"
}
],
"manifest_display_name" : "Networking",
"name" : "Networking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Networking",
"targets" : [
"Networking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Networking",
"module_type" : "SwiftTarget",
"name" : "Networking",
"path" : "Sources",
"product_dependencies" : [
"Alamofire"
],
"product_memberships" : [
"Networking"
],
"sources" : [
"Common/AuthorizationType.swift",
"Common/StatusCode.swift",
"Endpoints/Endpoint.swift",
"Endpoints/FailableEndpoint.swift",
"Endpoints/ImageBodyPart.swift",
"Endpoints/UploadEndpoint.swift",
"ErrorHandlers/ErrorHandler.swift",
"ErrorHandlers/ErrorHandlingResult.swift",
"ErrorHandlers/GeneralErrorHandler.swift",
"ErrorHandlers/UnauthorizedErrorHandler.swift",
"Errors/AnyError.swift",
"Errors/ErrorPayload.swift",
"Errors/GeneralRequestError.swift",
"Extensions/DecodingError+Description.swift",
"Extensions/HTTPHeaders+Equatable.swift",
"Extensions/JSONDecoder+Decode.swift",
"Extensions/MultipartFormData+Append.swift",
"Extensions/Response+Empty.swift",
"Extensions/ResponseSerializer+TypeErasing.swift",
"Extensions/URL+Math.swift",
"Extensions/URLResponse+TextEncoding.swift",
"Headers/RequestHeaders.swift",
"Reachability/ReachabilityService.swift",
"Reachability/ReachabilityServiceProtocol.swift",
"RequestAdapters/RequestAdapter.swift",
"RequestAdapters/TokenRequestAdapter.swift",
"Requests/Request.swift",
"Requests/RequestProtocols.swift",
"Requests/UploadRequest.swift",
"Responses/Response.swift",
"Responses/ResponseType.swift",
"Serializers/AnyResponseSerializer.swift",
"Serializers/DecodableResponseSerializer.swift",
"Serializers/JSONResponseSerializer.swift",
"Serializers/ResponseSerializer.swift",
"Serializers/StringResponseSerializer.swift",
"Services/AccessTokenSupervisor.swift",
"Services/ErrorHandlingService.swift",
"Services/NetworkService.swift",
"Services/RequestAdaptingService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.