Build Information
Successful build of Rauthy, reference v1.0.1 (44e1c8), with Swift 6.0 for macOS (SPM) on 14 May 2026 09:24:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nenerealm/rauthy-swift.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nenerealm/rauthy-swift
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 44e1c8c sample: expand NotesApp to exercise every SDK API
Cloned https://github.com/nenerealm/rauthy-swift.git
Revision (git rev-parse @):
44e1c8c49e884cfaea0390a3b39e9df4a29b2d08
SUCCESS checkout https://github.com/nenerealm/rauthy-swift.git at v1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/nenerealm/rauthy-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying Info.plist
[0/7] Write sources
[3/7] Copying Localizable.strings
[6/7] Write swift-version-5BDAB9E9C0126B9D.txt
[8/13] Compiling Logging LogEvent.swift
[9/13] Compiling Logging LogHandler.swift
[10/13] Compiling Logging Locks.swift
[11/13] Compiling Logging MetadataProvider.swift
[12/13] Compiling Logging Logging.swift
[13/13] Emitting module Logging
[14/55] Emitting module Rauthy
/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/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
30 | /// WILL be visible in Console.app — wrap it in `[REDACTED]` yourself or
31 | /// use a custom handler.
32 | public struct RauthyOSLogHandler: 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
33 | private let label: String
34 | private let logger: os.Logger
/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,
[15/59] Compiling Rauthy Account.swift
[16/59] Compiling Rauthy AuthorizationURLBuilder.swift
[17/59] Compiling Rauthy Base64URL.swift
[18/59] Compiling Rauthy Browser.swift
[19/59] Compiling Rauthy Claim.swift
[20/59] Compiling Rauthy JSONValue.swift
[21/59] Compiling Rauthy JWK.swift
[22/59] Compiling Rauthy JWTClaimsValidator.swift
[23/59] Compiling Rauthy JWTDecoder.swift
[24/59] Compiling Rauthy JWTSignatureValidator.swift
[25/59] Compiling Rauthy TokenRevocation.swift
[26/59] Compiling Rauthy User.swift
[27/59] Compiling Rauthy WebAuthBridge.swift
[28/59] Compiling Rauthy resource_bundle_accessor.swift
[29/59] Compiling Rauthy Rauthy.swift
[30/59] Compiling Rauthy RauthyClient+Account.swift
[31/59] Compiling Rauthy RauthyClient.swift
[32/59] Compiling Rauthy RauthyConfig.swift
[33/59] Compiling Rauthy OSLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/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
30 | /// WILL be visible in Console.app — wrap it in `[REDACTED]` yourself or
31 | /// use a custom handler.
32 | public struct RauthyOSLogHandler: 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
33 | private let label: String
34 | private let logger: os.Logger
/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,
[34/59] Compiling Rauthy PKCE.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/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
30 | /// WILL be visible in Console.app — wrap it in `[REDACTED]` yourself or
31 | /// use a custom handler.
32 | public struct RauthyOSLogHandler: 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
33 | private let label: String
34 | private let logger: os.Logger
/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,
[35/59] Compiling Rauthy Passkey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/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
30 | /// WILL be visible in Console.app — wrap it in `[REDACTED]` yourself or
31 | /// use a custom handler.
32 | public struct RauthyOSLogHandler: 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
33 | private let label: String
34 | private let logger: os.Logger
/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,
[36/59] Compiling Rauthy PasskeyAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/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
30 | /// WILL be visible in Console.app — wrap it in `[REDACTED]` yourself or
31 | /// use a custom handler.
32 | public struct RauthyOSLogHandler: 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
33 | private let label: String
34 | private let logger: os.Logger
/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,
[37/59] Compiling Rauthy RSAPublicKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/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
30 | /// WILL be visible in Console.app — wrap it in `[REDACTED]` yourself or
31 | /// use a custom handler.
32 | public struct RauthyOSLogHandler: 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
33 | private let label: String
34 | private let logger: os.Logger
/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,
[38/59] Compiling Rauthy ClaimGate.swift
[39/59] Compiling Rauthy ErrorAlert.swift
[40/59] Compiling Rauthy RauthyAuthGate.swift
[41/59] Compiling Rauthy RauthyAuthState.swift
[42/59] Compiling Rauthy ClaimRule.swift
[43/59] Compiling Rauthy Device.swift
[44/59] Compiling Rauthy EndSessionURLBuilder.swift
[45/59] Compiling Rauthy IDToken.swift
[46/59] Compiling Rauthy IDTokenClaims.swift
[47/59] Compiling Rauthy JWTValidationFailure.swift
[48/59] Compiling Rauthy Localization.swift
[49/59] Compiling Rauthy MultipartFormData.swift
[50/59] Compiling Rauthy OAuthError.swift
[51/59] Compiling Rauthy OIDCDiscovery.swift
[52/59] Compiling Rauthy RauthyError.swift
[53/59] Compiling Rauthy SessionStorage.swift
[54/59] Compiling Rauthy SignOutScope.swift
[55/59] Compiling Rauthy SigningAlgorithm.swift
[56/59] Compiling Rauthy RauthyPresentationContext.swift
[57/59] Compiling Rauthy RauthyUserPropertyWrapper.swift
[58/59] Compiling Rauthy Token.swift
[59/59] Compiling Rauthy TokenExchange.swift
Build complete! (12.61s)
Fetching https://github.com/apple/swift-log.git
[1/6867] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.43s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Build complete.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "Rauthy",
"name" : "Rauthy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Rauthy",
"targets" : [
"Rauthy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "RauthyTests",
"module_type" : "SwiftTarget",
"name" : "RauthyTests",
"path" : "Tests/RauthyTests",
"sources" : [
"RauthyTests.swift"
],
"target_dependencies" : [
"Rauthy"
],
"type" : "test"
},
{
"c99name" : "Rauthy",
"module_type" : "SwiftTarget",
"name" : "Rauthy",
"path" : "Sources/Rauthy",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Rauthy"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/Resources/ja.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ja"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Rauthy/Resources/zh-Hans.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh-hans"
}
}
}
],
"sources" : [
"Account.swift",
"AuthorizationURLBuilder.swift",
"Base64URL.swift",
"Browser.swift",
"Claim.swift",
"ClaimRule.swift",
"Device.swift",
"EndSessionURLBuilder.swift",
"IDToken.swift",
"IDTokenClaims.swift",
"JSONValue.swift",
"JWK.swift",
"JWTClaimsValidator.swift",
"JWTDecoder.swift",
"JWTSignatureValidator.swift",
"JWTValidationFailure.swift",
"Localization.swift",
"MultipartFormData.swift",
"OAuthError.swift",
"OIDCDiscovery.swift",
"OSLogHandler.swift",
"PKCE.swift",
"Passkey.swift",
"PasskeyAPI.swift",
"RSAPublicKey.swift",
"Rauthy.swift",
"RauthyClient+Account.swift",
"RauthyClient.swift",
"RauthyConfig.swift",
"RauthyError.swift",
"SessionStorage.swift",
"SignOutScope.swift",
"SigningAlgorithm.swift",
"SwiftUI/ClaimGate.swift",
"SwiftUI/ErrorAlert.swift",
"SwiftUI/RauthyAuthGate.swift",
"SwiftUI/RauthyAuthState.swift",
"SwiftUI/RauthyPresentationContext.swift",
"SwiftUI/RauthyUserPropertyWrapper.swift",
"Token.swift",
"TokenExchange.swift",
"TokenRevocation.swift",
"User.swift",
"WebAuthBridge.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.