Build Information
Successful build of OAuthenticator, reference main (a5352f), with Swift 6.2 for macOS (SPM) on 30 Apr 2026 01:41:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/OAuthenticator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/OAuthenticator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a5352fd Feature: Pass generic additional parameters back through Login (#55)
Cloned https://github.com/ChimeHQ/OAuthenticator.git
Revision (git rev-parse @):
a5352fd835772422ad116a4129607859afb8bb45
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/OAuthenticator.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/OAuthenticator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/23] Compiling OAuthenticator DPoPKey.swift
[5/23] Compiling OAuthenticator DPoPSigner.swift
[6/23] Compiling OAuthenticator URLSession+ResponseProvider.swift
[7/23] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
[8/23] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
[9/23] Compiling OAuthenticator Authenticator.swift
[10/23] Compiling OAuthenticator CredentialWindowProvider.swift
[11/23] Emitting module OAuthenticator
[12/23] Compiling OAuthenticator Data+Base64URLEncode.swift
[13/23] Compiling OAuthenticator Models.swift
[14/23] Compiling OAuthenticator OAuthTypes.swift
[15/23] Compiling OAuthenticator PKCE.swift
[16/23] Compiling OAuthenticator GoogleAPI.swift
[17/23] Compiling OAuthenticator Mastodon.swift
[18/23] Compiling OAuthenticator URL+Origin.swift
[19/23] Compiling OAuthenticator URL+QueryParams.swift
[20/23] Compiling OAuthenticator URL+TargetURI.swift
[21/23] Compiling OAuthenticator URLHelpers.swift
[22/23] Compiling OAuthenticator Bluesky.swift
[23/23] Compiling OAuthenticator GitHub.swift
[24/25] Compiling OAuthenticator WellknownEndpoints.swift
[25/25] Compiling OAuthenticator resource_bundle_accessor.swift
Build complete! (10.05s)
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",
"BlueskyTests.swift",
"DPoPSignerTests.swift",
"GitHubTests.swift",
"GoogleTests.swift",
"MastodonTests.swift",
"PKCETests.swift",
"Stream+Helpers.swift",
"WellKnownTests.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",
"OAuthTypes.swift",
"PKCE.swift",
"Services/Bluesky.swift",
"Services/GitHub.swift",
"Services/GoogleAPI.swift",
"Services/Mastodon.swift",
"URL+Origin.swift",
"URL+QueryParams.swift",
"URL+TargetURI.swift",
"URLHelpers.swift",
"URLSession+ResponseProvider.swift",
"WebAuthenticationSession+Utility.swift",
"WellknownEndpoints.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.