The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RelyingPartyKit, reference v1.0.3 (49875d), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 22:05:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
Reference: v1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios
 * tag               v1.0.3     -> FETCH_HEAD
HEAD is now at 49875d0 Develop (#9)
Cloned https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
Revision (git rev-parse @):
49875d0591eaff991df8b52d7f3ae89a3c5c2c36
SUCCESS checkout https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git at v1.0.3
========================================
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": "webauthn-relying-party-kit-ios",
      "name": "RelyingPartyKit",
      "url": "https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/webauthn-relying-party-kit-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
[1/193] Fetching webauthn-relying-party-kit-ios
Fetched https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git from cache (0.62s)
Creating working copy for https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
Working copy of https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git resolved at v1.0.3 (49875d0)
warning: '.resolve-product-dependencies': dependency 'webauthn-relying-party-kit-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling RelyingPartyKit User.swift
[4/9] Compiling RelyingPartyKit Token.swift
[5/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
[6/9] Compiling RelyingPartyKit Data+Extension.swift
[7/9] Compiling RelyingPartyKit Authenticator.swift
[8/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
[9/9] Compiling RelyingPartyKit Client.swift
Build complete! (4.60s)
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.