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 main (cc39bf), with Swift 5.10 for macOS (SPM) on 7 May 2025 06:07:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cc39bff Update README.md (#10)
Cloned https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
Revision (git rev-parse @):
cc39bffd216966b1955d4da4171dd6adaf4ece88
SUCCESS checkout https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ibm-security-verify/webauthn-relying-party-kit-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Compiling RelyingPartyKit User.swift
[4/9] Compiling RelyingPartyKit String+Extension.swift
[5/9] Compiling RelyingPartyKit Token.swift
[6/9] Compiling RelyingPartyKit Data+Extension.swift
[7/9] Compiling RelyingPartyKit Authenticator.swift
[8/9] Compiling RelyingPartyKit Client.swift
[9/9] Emitting module RelyingPartyKit
Build complete! (6.54s)
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.