Build Information
Successful build of SwiftyNetworking, reference main (5ef4d5), with Swift 6.2 for macOS (SPM) on 16 Oct 2025 20:57:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/piotrekjeremicz/SwiftyNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/piotrekjeremicz/SwiftyNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5ef4d5b Merge pull request #13 from piotrekjeremicz/develop
Cloned https://github.com/piotrekjeremicz/SwiftyNetworking.git
Revision (git rev-parse @):
5ef4d5b06f42d88fcb4d7187ed617a68a82f279f
SUCCESS checkout https://github.com/piotrekjeremicz/SwiftyNetworking.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/72536] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.37s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (6.40s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.16s)
========================================
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",
"dependencies": [
{
"identity": "swiftynetworking",
"name": "SwiftyNetworking",
"url": "https://github.com/piotrekjeremicz/SwiftyNetworking.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyNetworking",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax.git",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/piotrekjeremicz/SwiftyNetworking.git
[1/1957] Fetching swiftynetworking
Fetched https://github.com/piotrekjeremicz/SwiftyNetworking.git from cache (1.02s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.93s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (0.99s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/piotrekjeremicz/SwiftyNetworking.git
Working copy of https://github.com/piotrekjeremicz/SwiftyNetworking.git resolved at main (5ef4d5b)
warning: '.resolve-product-dependencies': dependency 'swiftynetworking' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/piotrekjeremicz/SwiftyNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[1/11] Copying PrivacyInfo.xcprivacy
[1/11] Write sources
[1/11] Write NetworkingExample-entitlement.plist
[2/11] Write sources
[5/11] Write swift-version-49B95AFC49DCD68C.txt
[7/13] Compiling NetworkingMacros NetworkingMacros.swift
[8/13] Emitting module NetworkingMacros
[8/13] Write Objects.LinkFileList
[9/13] Linking NetworkingMacros-tool
[11/79] Compiling Networking ResponseBodyKey.swift
[12/79] Compiling Networking ResponseErrorKey.swift
[13/79] Compiling Networking ResponseInterceptorKey.swift
[14/79] Compiling Networking ServiceKey.swift
[15/79] Compiling Networking DecodingError+Extension.swift
[16/79] Compiling Networking Never+Request.swift
[17/79] Compiling Networking URLRequest+Extension.swift
[18/79] Compiling Networking URLResponse+Extension.swift
[19/86] Compiling Networking QueryItemsModifier.swift
[20/86] Compiling Networking ResponseBodyModifier.swift
[21/86] Compiling Networking ResponseErrorModifier.swift
[22/86] Compiling Networking ServiceModifier.swift
[23/86] Compiling Networking EmptyRequest.swift
[24/86] Compiling Networking DeleterRequest.swift
[25/86] Compiling Networking GetRequest.swift
[26/86] Compiling Networking AfterResponseModifier.swift
[27/86] Compiling Networking BeforeRequestModifier.swift
[28/86] Compiling Networking BodyModifier.swift
[29/86] Compiling Networking ConfigurationModifier.swift
[30/86] Compiling Networking HeadersModifier.swift
[31/86] Compiling Networking MethodModifier.swift
[32/86] Compiling Networking PathModifier.swift
[33/86] Compiling Networking PatchRequest.swift
[34/86] Compiling Networking PostRequest.swift
[35/86] Compiling Networking PutRequest.swift
[36/86] Compiling Networking ModifiedRequest.swift
[37/86] Compiling Networking OverrideRequest.swift
[38/86] Compiling Networking Request.swift
[39/86] Compiling Networking RequestError.swift
[40/86] Compiling Networking Registry.swift
[41/86] Compiling Networking Accept.swift
[42/86] Compiling Networking ApiKey.swift
[43/86] Compiling Networking Authorization.swift
[44/86] Compiling Networking CacheControl.swift
[45/86] Compiling Networking ContentType.swift
[46/86] Compiling Networking Key.swift
[47/86] Compiling Networking URLSessionProvider.swift
[48/86] Compiling Networking Session.swift
[49/86] Compiling Networking SessionProvider.swift
[50/86] Compiling Networking AnyCodable.swift
[51/86] Compiling Networking AnyDecodable.swift
[52/86] Compiling Networking AnyEncodable.swift
[53/86] Compiling Networking Method.swift
[54/86] Emitting module Networking
[55/86] Compiling Networking RequestModifier.swift
[56/86] Compiling Networking Response.swift
[57/86] Compiling Networking ResponseBuilder.swift
[58/86] Compiling Networking ResponseError.swift
[59/86] Compiling Networking AuthorizationProvider.swift
[60/86] Compiling Networking AuthorizeModifier.swift
[61/86] Compiling Networking StoreCredentialsModifier.swift
[62/86] Compiling Networking AuthorizationKey.swift
[63/86] Compiling Networking AuthorizationStore.swift
[64/86] Compiling Networking KeychainAuthorizationStore.swift
[65/86] Compiling Networking RequestInterceptor.swift
[66/86] Compiling Networking ResponseInterceptor.swift
[67/86] Compiling Networking Service.swift
[68/86] Compiling Networking Session+Extension.swift
[69/86] Compiling Networking ConfigurationKey.swift
[70/86] Compiling Networking ConfigurationValues.swift
[71/86] Compiling Networking BodyKey.swift
[72/86] Compiling Networking HeadersKey.swift
[73/86] Compiling Networking MethodKey.swift
[74/86] Compiling Networking PathKey.swift
[75/86] Compiling Networking QueryItemsKey.swift
[76/86] Compiling Networking RequestInterceptorsKey.swift
[77/86] Compiling Networking KeyValueBuilder.swift
[78/86] Compiling Networking KeyValueGroup.swift
[79/86] Compiling Networking KeyValuePair.swift
[80/86] Compiling Networking ValueBasicType.swift
[81/86] Compiling Networking TopLevelDecoder.swift
[82/86] Compiling Networking TopLevelEncoder.swift
[83/86] Compiling Networking resource_bundle_accessor.swift
[84/96] Compiling NetworkingExample main.swift
[85/96] Compiling NetworkingExample DummyJsonService.swift
[86/96] Compiling NetworkingExample DummyAuthorizationProvider.swift
[87/96] Compiling NetworkingExample AuthorizationFlow.swift
[88/96] Compiling NetworkingExample AddToDoRequest.swift
[89/96] Compiling NetworkingExample User.swift
[90/96] Compiling NetworkingExample ToDo.swift
[91/96] Compiling NetworkingExample AuthorizedUser.swift
[92/96] Compiling NetworkingExample GetToDosRequest.swift
[93/96] Emitting module NetworkingExample
[93/96] Write Objects.LinkFileList
[94/96] Linking NetworkingExample
[95/96] Applying NetworkingExample
Build complete! (7.47s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "SwiftyNetworking",
"name" : "SwiftyNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Networking",
"targets" : [
"Networking"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NetworkingExample",
"targets" : [
"NetworkingExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "NetworkingMacros",
"targets" : [
"NetworkingMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "NetworkingTests",
"module_type" : "SwiftTarget",
"name" : "NetworkingTests",
"path" : "Tests/NetworkingTests",
"sources" : [
"SwiftyNetworkingTests.swift"
],
"target_dependencies" : [
"Networking"
],
"type" : "test"
},
{
"c99name" : "NetworkingMacros",
"module_type" : "SwiftTarget",
"name" : "NetworkingMacros",
"path" : "Sources/NetworkingMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Networking",
"NetworkingExample",
"NetworkingMacros"
],
"sources" : [
"NetworkingMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "NetworkingExample",
"module_type" : "SwiftTarget",
"name" : "NetworkingExample",
"path" : "Examples/NetworkingExample",
"product_memberships" : [
"NetworkingExample"
],
"sources" : [
"Model/AuthorizedUser.swift",
"Model/ToDo.swift",
"Model/User.swift",
"Sample/AddToDoRequest.swift",
"Sample/AuthorizationFlow.swift",
"Sample/GetToDosRequest.swift",
"Service/DummyAuthorizationProvider.swift",
"Service/DummyJsonService.swift",
"main.swift"
],
"target_dependencies" : [
"Networking"
],
"type" : "executable"
},
{
"c99name" : "Networking",
"module_type" : "SwiftTarget",
"name" : "Networking",
"path" : "Sources/Networking",
"product_memberships" : [
"Networking",
"NetworkingExample"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Networking/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Configuration/ConfigurationKey.swift",
"Configuration/ConfigurationValues.swift",
"Configuration/Keys/BodyKey.swift",
"Configuration/Keys/HeadersKey.swift",
"Configuration/Keys/MethodKey.swift",
"Configuration/Keys/PathKey.swift",
"Configuration/Keys/QueryItemsKey.swift",
"Configuration/Keys/RequestInterceptorsKey.swift",
"Configuration/Keys/ResponseBodyKey.swift",
"Configuration/Keys/ResponseErrorKey.swift",
"Configuration/Keys/ResponseInterceptorKey.swift",
"Configuration/Keys/ServiceKey.swift",
"Extension/DecodingError+Extension.swift",
"Extension/Never+Request.swift",
"Extension/URLRequest+Extension.swift",
"Extension/URLResponse+Extension.swift",
"Modifier/AfterResponseModifier.swift",
"Modifier/BeforeRequestModifier.swift",
"Modifier/BodyModifier.swift",
"Modifier/ConfigurationModifier.swift",
"Modifier/HeadersModifier.swift",
"Modifier/MethodModifier.swift",
"Modifier/PathModifier.swift",
"Modifier/QueryItemsModifier.swift",
"Modifier/ResponseBodyModifier.swift",
"Modifier/ResponseErrorModifier.swift",
"Modifier/ServiceModifier.swift",
"Request/EmptyRequest.swift",
"Request/Methods/DeleterRequest.swift",
"Request/Methods/GetRequest.swift",
"Request/Methods/PatchRequest.swift",
"Request/Methods/PostRequest.swift",
"Request/Methods/PutRequest.swift",
"Request/ModifiedRequest.swift",
"Request/OverrideRequest.swift",
"Request/Request.swift",
"Request/RequestError.swift",
"Request/RequestModifier.swift",
"Response/Response.swift",
"Response/ResponseBuilder.swift",
"Response/ResponseError.swift",
"Service/Authorization/AuthorizationProvider.swift",
"Service/Authorization/Modifiers/AuthorizeModifier.swift",
"Service/Authorization/Modifiers/StoreCredentialsModifier.swift",
"Service/Authorization/Store/AuthorizationKey.swift",
"Service/Authorization/Store/AuthorizationStore.swift",
"Service/Authorization/Store/KeychainAuthorizationStore.swift",
"Service/Interceptor/RequestInterceptor.swift",
"Service/Interceptor/ResponseInterceptor.swift",
"Service/Service.swift",
"Session/Implementation/Foundation/Session+Extension.swift",
"Session/Implementation/Foundation/URLSessionProvider.swift",
"Session/Session.swift",
"Session/SessionProvider.swift",
"Types/AnyCodable/AnyCodable.swift",
"Types/AnyCodable/AnyDecodable.swift",
"Types/AnyCodable/AnyEncodable.swift",
"Types/Method.swift",
"Types/Registry.swift",
"Types/Structures/Headers/Accept.swift",
"Types/Structures/Headers/ApiKey.swift",
"Types/Structures/Headers/Authorization.swift",
"Types/Structures/Headers/CacheControl.swift",
"Types/Structures/Headers/ContentType.swift",
"Types/Structures/Key.swift",
"Types/Structures/KeyValueBuilder.swift",
"Types/Structures/KeyValueGroup.swift",
"Types/Structures/KeyValuePair.swift",
"Types/Structures/ValueBasicType.swift",
"Types/TopLevelDecoder.swift",
"Types/TopLevelEncoder.swift"
],
"target_dependencies" : [
"NetworkingMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.