The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Rauthy, reference main (44e1c8), with Swift 6.2 for macOS (SPM) on 14 May 2026 13:19:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nenerealm/rauthy-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nenerealm/rauthy-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nenerealm/rauthy-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Copying Info.plist
[3/7] Copying Localizable.strings
[6/7] Write swift-version--3CB7CFEC50E0D141.txt
[8/13] Compiling Logging MetadataProvider.swift
[9/13] Compiling Logging LogEvent.swift
[10/13] Compiling Logging LogHandler.swift
[11/13] Emitting module Logging
[12/13] Compiling Logging Locks.swift
[13/13] Compiling Logging Logging.swift
[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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/55] Compiling Rauthy RauthyError.swift
[16/55] Compiling Rauthy SessionStorage.swift
[17/55] Compiling Rauthy SignOutScope.swift
[18/55] Compiling Rauthy SigningAlgorithm.swift
[19/59] Compiling Rauthy Account.swift
[20/59] Compiling Rauthy AuthorizationURLBuilder.swift
[21/59] Compiling Rauthy Base64URL.swift
[22/59] Compiling Rauthy Browser.swift
[23/59] Compiling Rauthy Claim.swift
[24/59] Compiling Rauthy ClaimRule.swift
[25/59] Compiling Rauthy Device.swift
[26/59] Compiling Rauthy EndSessionURLBuilder.swift
[27/59] Compiling Rauthy IDToken.swift
[28/59] Compiling Rauthy IDTokenClaims.swift
[29/59] Compiling Rauthy JWTValidationFailure.swift
[30/59] Compiling Rauthy Localization.swift
[31/59] Compiling Rauthy MultipartFormData.swift
[32/59] Compiling Rauthy OAuthError.swift
[33/59] Compiling Rauthy OIDCDiscovery.swift
[34/59] Compiling Rauthy Rauthy.swift
[35/59] Compiling Rauthy RauthyClient+Account.swift
[36/59] Compiling Rauthy RauthyClient.swift
[37/59] Compiling Rauthy RauthyConfig.swift
[38/59] Compiling Rauthy JSONValue.swift
[39/59] Compiling Rauthy JWK.swift
[40/59] Compiling Rauthy JWTClaimsValidator.swift
[41/59] Compiling Rauthy JWTDecoder.swift
[42/59] Compiling Rauthy JWTSignatureValidator.swift
[43/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[44/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[45/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[46/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[47/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[48/59] Compiling Rauthy TokenRevocation.swift
[49/59] Compiling Rauthy User.swift
[50/59] Compiling Rauthy WebAuthBridge.swift
[51/59] Compiling Rauthy resource_bundle_accessor.swift
[52/59] Compiling Rauthy ClaimGate.swift
[53/59] Compiling Rauthy ErrorAlert.swift
[54/59] Compiling Rauthy RauthyAuthGate.swift
[55/59] Compiling Rauthy RauthyAuthState.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.70s)
Fetching https://github.com/apple/swift-log.git
[1/6867] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.77s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.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.