Build Information
Successful build of WebClient, reference v1.1.0 (e1781c), with Swift 6.2 for macOS (SPM) on 16 Jan 2026 14:27:01 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/Kosikowski/WebClient.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kosikowski/WebClient
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at e1781cb Rate Limiter + Cert Pinning (#1)
Cloned https://github.com/Kosikowski/WebClient.git
Revision (git rev-parse @):
e1781cb5d314eeaaed5bebb209d55e34f759ed80
SUCCESS checkout https://github.com/Kosikowski/WebClient.git at v1.1.0
========================================
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": "webclient",
"name": "WebClient",
"url": "https://github.com/Kosikowski/WebClient.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebClient",
"dependencies": [
]
}
]
}
Fetching https://github.com/Kosikowski/WebClient.git
[1/87] Fetching webclient
Fetched https://github.com/Kosikowski/WebClient.git from cache (0.74s)
Creating working copy for https://github.com/Kosikowski/WebClient.git
Working copy of https://github.com/Kosikowski/WebClient.git resolved at v1.1.0 (e1781cb)
warning: '.resolve-product-dependencies': dependency 'webclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Kosikowski/WebClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/29] Emitting module WebClient
[4/31] Compiling WebClient PathComponent.swift
[5/31] Compiling WebClient WebClient.swift
[6/31] Compiling WebClient WebClientConfiguration.swift
[7/31] Compiling WebClient WebClientError.swift
[8/31] Compiling WebClient Exports.swift
[9/31] Compiling WebClient EndpointInvoking.swift
[10/31] Compiling WebClient HTTPMethod.swift
[11/31] Compiling WebClient Interceptors.swift
[12/31] Compiling WebClient Decoding.swift
[13/31] Compiling WebClient Encoding.swift
[14/31] Compiling WebClient Endpoint.swift
[15/31] Compiling WebClient CacheInterceptor.swift
[16/31] Compiling WebClient ResponseCache.swift
[17/31] Compiling WebClient RetryPolicy.swift
[18/31] Compiling WebClient PinningSessionDelegate.swift
[19/31] Compiling WebClient MockWebClient.swift
[20/31] Compiling WebClient MultipartEndpoint.swift
[21/31] Compiling WebClient MultipartFormData.swift
[22/31] Compiling WebClient WebClient+Multipart.swift
[23/31] Compiling WebClient RequestProviding.swift
[24/31] Compiling WebClient ResponseHandling.swift
[25/31] Compiling WebClient StreamingEndpoint.swift
[26/31] Compiling WebClient DownloadEndpoint.swift
[27/31] Compiling WebClient DownloadProgress.swift
[28/31] Compiling WebClient WebClient+Download.swift
[29/31] Compiling WebClient RateLimitInterceptor.swift
[30/31] Compiling WebClient RateLimiter.swift
[31/31] Compiling WebClient CertificatePinning.swift
Build complete! (5.33s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WebClient",
"name" : "WebClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "WebClient",
"targets" : [
"WebClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebClientTests",
"module_type" : "SwiftTarget",
"name" : "WebClientTests",
"path" : "Tests/WebClientTests",
"sources" : [
"WebClientTests.swift"
],
"target_dependencies" : [
"WebClient"
],
"type" : "test"
},
{
"c99name" : "WebClient",
"module_type" : "SwiftTarget",
"name" : "WebClient",
"path" : "Sources/WebClient",
"product_memberships" : [
"WebClient"
],
"sources" : [
"Caching/CacheInterceptor.swift",
"Caching/ResponseCache.swift",
"Configuration/RetryPolicy.swift",
"Configuration/WebClientConfiguration.swift",
"Errors/WebClientError.swift",
"Exports.swift",
"Multipart/MultipartEndpoint.swift",
"Multipart/MultipartFormData.swift",
"Multipart/WebClient+Multipart.swift",
"Progress/DownloadEndpoint.swift",
"Progress/DownloadProgress.swift",
"Progress/WebClient+Download.swift",
"Protocols/Decoding.swift",
"Protocols/Encoding.swift",
"Protocols/Endpoint.swift",
"Protocols/EndpointInvoking.swift",
"Protocols/HTTPMethod.swift",
"Protocols/Interceptors.swift",
"Protocols/RequestProviding.swift",
"Protocols/ResponseHandling.swift",
"Protocols/StreamingEndpoint.swift",
"RateLimiting/RateLimitInterceptor.swift",
"RateLimiting/RateLimiter.swift",
"Security/CertificatePinning.swift",
"Security/PinningSessionDelegate.swift",
"Testing/MockWebClient.swift",
"Types/PathComponent.swift",
"WebClient.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.