Build Information
Successful build of SwiftRestRequests, reference main (ef15cc), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 14:23:11 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/tkausch/SwiftRestRequests.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tkausch/SwiftRestRequests
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ef15cca Make deserializer Sendable compliant
Cloned https://github.com/tkausch/SwiftRestRequests.git
Revision (git rev-parse @):
ef15ccaf47fc933767ac42dc271ded867a63e366
SUCCESS checkout https://github.com/tkausch/SwiftRestRequests.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log
[1/2277] Fetching swift-docc-plugin
[229/8907] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log from cache (1.12s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (4.24s)
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.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.99s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.67s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/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
========================================
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": "swiftrestrequests",
"name": "SwiftRestRequests",
"url": "https://github.com/tkausch/SwiftRestRequests.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftRestRequests",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/tkausch/SwiftRestRequests.git
[1/949] Fetching swiftrestrequests
Fetched https://github.com/tkausch/SwiftRestRequests.git from cache (0.86s)
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log from cache (0.55s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.62s)
Creating working copy for https://github.com/tkausch/SwiftRestRequests.git
Working copy of https://github.com/tkausch/SwiftRestRequests.git resolved at main (ef15cca)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
warning: '.resolve-product-dependencies': dependency 'swiftrestrequests' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tkausch/SwiftRestRequests.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/11] Compiling Logging MetadataProvider.swift
[7/11] Compiling Logging LogEvent.swift
[8/11] Compiling Logging Locks.swift
[9/11] Compiling Logging LogHandler.swift
[10/11] Emitting module Logging
[11/11] Compiling Logging Logging.swift
[12/26] Compiling SwiftRestRequests PublicKeyServerPinning.swift
[13/26] Compiling SwiftRestRequests TrustValidation.swift
[14/27] Compiling SwiftRestRequests AuthorizerInterceptor.swift
[15/27] Compiling SwiftRestRequests Logger+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:32:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
30 |
31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
32 | public struct OSLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
33 | public var logLevel: Logger.Level = .info
34 | public let label: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[16/27] Compiling SwiftRestRequests OSLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:32:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
30 |
31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
32 | public struct OSLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
33 | public var logLevel: Logger.Level = .info
34 | public let label: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/27] Compiling SwiftRestRequests LogNetworkInterceptor.swift
[18/27] Compiling SwiftRestRequests URLSession+Linux.swift
[19/27] Compiling SwiftRestRequests HTTPStatusCode.swift
[20/27] Compiling SwiftRestRequests HTTPUtil.swift
[21/27] Compiling SwiftRestRequests RestError.swift
[22/27] Compiling SwiftRestRequests RestOptions.swift
[23/27] Compiling SwiftRestRequests Deserializer.swift
[24/27] Compiling SwiftRestRequests RestApiCaller.swift
[25/27] Emitting module SwiftRestRequests
/Users/admin/builder/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:32:15: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
30 |
31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
32 | public struct OSLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
33 | public var logLevel: Logger.Level = .info
34 | public let label: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/27] Compiling SwiftRestRequests CertificateCAPinning.swift
[27/27] Compiling SwiftRestRequests URLRequestAuthorizer.swift
Build complete! (12.48s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftRestRequests",
"name" : "SwiftRestRequests",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftRestRequests",
"targets" : [
"SwiftRestRequests"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftRestRequestsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftRestRequestsTests",
"path" : "Tests/SwiftRestRequestsTests",
"sources" : [
"AbstractRestApiCallerTests.swift",
"RestApiCallerSecurityTests.swift",
"RestApiCallerTests.swift"
],
"target_dependencies" : [
"SwiftRestRequests"
],
"type" : "test"
},
{
"c99name" : "SwiftRestRequests",
"module_type" : "SwiftTarget",
"name" : "SwiftRestRequests",
"path" : "Sources/SwiftRestRequests",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"SwiftRestRequests"
],
"sources" : [
"Deserializer.swift",
"RestApiCaller.swift",
"RestError.swift",
"RestOptions.swift",
"http/HTTPStatusCode.swift",
"http/HTTPUtil.swift",
"interceptors/LogNetworkInterceptor.swift",
"linux/URLSession+Linux.swift",
"logging/Logger+Extension.swift",
"logging/OSLogHandler.swift",
"security/AuthorizerInterceptor.swift",
"security/CertificateCAPinning.swift",
"security/PublicKeyServerPinning.swift",
"security/TrustValidation.swift",
"security/URLRequestAuthorizer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.