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 OAuthenticator, reference 0.7.0 (618971), with Swift 6.0 for macOS (SPM) on 25 Sep 2025 06:07:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/OAuthenticator.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/OAuthenticator
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at 618971d Update Xcode and swift versions
Cloned https://github.com/ChimeHQ/OAuthenticator.git
Revision (git rev-parse @):
618971d4d341650db664925fd0479032294064ad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/OAuthenticator.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChimeHQ/OAuthenticator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/20] Compiling OAuthenticator WellknownEndpoints.swift
[5/20] Compiling OAuthenticator URL+QueryParams.swift
[6/20] Compiling OAuthenticator URLSession+ResponseProvider.swift
[7/20] Compiling OAuthenticator Bluesky.swift
[8/20] Compiling OAuthenticator GitHub.swift
[9/20] Compiling OAuthenticator GoogleAPI.swift
[10/20] Compiling OAuthenticator Mastodon.swift
[11/20] Compiling OAuthenticator Models.swift
[12/20] Compiling OAuthenticator PKCE.swift
[13/20] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
[14/20] Compiling OAuthenticator Authenticator.swift
[15/20] Emitting module OAuthenticator
[16/20] Compiling OAuthenticator CredentialWindowProvider.swift
[17/20] Compiling OAuthenticator DPoPKey.swift
[18/20] Compiling OAuthenticator DPoPSigner.swift
[19/20] Compiling OAuthenticator Data+Base64URLEncode.swift
[20/20] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
[21/21] Compiling OAuthenticator resource_bundle_accessor.swift
Build complete! (9.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OAuthenticator",
  "name" : "OAuthenticator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OAuthenticator",
      "targets" : [
        "OAuthenticator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OAuthenticatorTests",
      "module_type" : "SwiftTarget",
      "name" : "OAuthenticatorTests",
      "path" : "Tests/OAuthenticatorTests",
      "sources" : [
        "AuthenticatorTests.swift",
        "DPoPSignerTests.swift",
        "GitHubTests.swift",
        "GoogleTests.swift",
        "MastodonTests.swift",
        "PKCETests.swift"
      ],
      "target_dependencies" : [
        "OAuthenticator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OAuthenticator",
      "module_type" : "SwiftTarget",
      "name" : "OAuthenticator",
      "path" : "Sources/OAuthenticator",
      "product_memberships" : [
        "OAuthenticator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OAuthenticator/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ASWebAuthenticationSession+Utility.swift",
        "Authenticator.swift",
        "CredentialWindowProvider.swift",
        "DPoPKey.swift",
        "DPoPSigner.swift",
        "Data+Base64URLEncode.swift",
        "Models.swift",
        "PKCE.swift",
        "Services/Bluesky.swift",
        "Services/GitHub.swift",
        "Services/GoogleAPI.swift",
        "Services/Mastodon.swift",
        "URL+QueryParams.swift",
        "URLSession+ResponseProvider.swift",
        "WebAuthenticationSession+Utility.swift",
        "WellknownEndpoints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.