The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RelyingPartyKit, reference main (977260), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 12:32:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/IBM-Verify/verify-webauthn-rp-sdk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 977260c Rename project (#13)
Cloned https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git
Revision (git rev-parse @):
977260c53d328db297df486f98340c1b37d94613
SUCCESS checkout https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git at main
========================================
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": "verify-webauthn-rp-sdk-ios",
      "name": "RelyingPartyKit",
      "url": "https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/verify-webauthn-rp-sdk-ios",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git
[1/219] Fetching verify-webauthn-rp-sdk-ios
Fetched https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git from cache (0.77s)
Creating working copy for https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git
Working copy of https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git resolved at main (977260c)
warning: '.resolve-product-dependencies': dependency 'verify-webauthn-rp-sdk-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/IBM-Verify/verify-webauthn-rp-sdk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling RelyingPartyKit Token.swift
/Users/admin/builder/spi-builder-workspace/Sources/RelyingPartyKit/Models/Token.swift:26:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
24 |     /// print(cookies[keyPath: \Cookies.auth_session])
25 |     /// ```
26 |     subscript(dynamicMember keyPath: String) -> String? {
   |     `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
27 |         return items[keyPath]
28 |     }
[4/9] Compiling RelyingPartyKit User.swift
[5/9] Emitting module RelyingPartyKit
/Users/admin/builder/spi-builder-workspace/Sources/RelyingPartyKit/Extensions/String+Extension.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | import Foundation
 6 |
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/RelyingPartyKit/Models/Token.swift:26:5: warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
24 |     /// print(cookies[keyPath: \Cookies.auth_session])
25 |     /// ```
26 |     subscript(dynamicMember keyPath: String) -> String? {
   |     `- warning: '@dynamicMemberLookup' requires 'subscript(dynamicMember:)' to be as accessible as its enclosing type; this will be an error in a future Swift language mode
27 |         return items[keyPath]
28 |     }
[6/9] Compiling RelyingPartyKit Authenticator.swift
[7/9] Compiling RelyingPartyKit Client.swift
[8/9] Compiling RelyingPartyKit Data+Extension.swift
[9/9] Compiling RelyingPartyKit String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/RelyingPartyKit/Extensions/String+Extension.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | import Foundation
 6 |
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         return self
Build complete! (4.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RelyingPartyKit",
  "name" : "RelyingPartyKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RelyingPartyKit",
      "targets" : [
        "RelyingPartyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RelyingPartyKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RelyingPartyKitTests",
      "path" : "Tests/RelyingPartyKitTests",
      "sources" : [
        "RelyingPartyKitTests.swift"
      ],
      "target_dependencies" : [
        "RelyingPartyKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RelyingPartyKit",
      "module_type" : "SwiftTarget",
      "name" : "RelyingPartyKit",
      "path" : "Sources/RelyingPartyKit",
      "product_memberships" : [
        "RelyingPartyKit"
      ],
      "sources" : [
        "Client.swift",
        "Extensions/Data+Extension.swift",
        "Extensions/String+Extension.swift",
        "Models/Authenticator.swift",
        "Models/Token.swift",
        "Models/User.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.