Build Information
Successful build of OAuthenticator, reference main (a5352f), with Swift 6.3 for macOS (SPM) on 30 Apr 2026 01:42:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.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
========================================
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": "oauthenticator",
"name": "OAuthenticator",
"url": "https://github.com/ChimeHQ/OAuthenticator.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OAuthenticator",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/OAuthenticator.git
[1/1241] Fetching oauthenticator
Fetched https://github.com/ChimeHQ/OAuthenticator.git from cache (1.06s)
Creating working copy for https://github.com/ChimeHQ/OAuthenticator.git
Working copy of https://github.com/ChimeHQ/OAuthenticator.git resolved at main (a5352fd)
warning: '.resolve-product-dependencies': dependency 'oauthenticator' 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/ChimeHQ/OAuthenticator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/23] Compiling OAuthenticator URL+Origin.swift
[5/23] Compiling OAuthenticator URL+QueryParams.swift
[6/23] Compiling OAuthenticator Bluesky.swift
[7/23] Compiling OAuthenticator GitHub.swift
[8/23] Compiling OAuthenticator Data+Base64URLEncode.swift
[9/23] Compiling OAuthenticator Models.swift
[10/23] Emitting module OAuthenticator
[11/23] Compiling OAuthenticator DPoPKey.swift
[12/23] Compiling OAuthenticator DPoPSigner.swift
[13/23] Compiling OAuthenticator OAuthTypes.swift
[14/23] Compiling OAuthenticator PKCE.swift
[15/23] Compiling OAuthenticator URLSession+ResponseProvider.swift
[16/23] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
[17/23] Compiling OAuthenticator URL+TargetURI.swift
[18/23] Compiling OAuthenticator URLHelpers.swift
[19/23] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
[20/23] Compiling OAuthenticator Authenticator.swift
[21/23] Compiling OAuthenticator CredentialWindowProvider.swift
[22/23] Compiling OAuthenticator GoogleAPI.swift
[23/23] Compiling OAuthenticator Mastodon.swift
[24/25] Compiling OAuthenticator WellknownEndpoints.swift
[25/25] Compiling OAuthenticator resource_bundle_accessor.swift
Build complete! (10.74s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/chimehq/oauthenticator/main
Repository: ChimeHQ/OAuthenticator
Swift version used: 6.3
Target: OAuthenticator
Extracting symbol information for 'OAuthenticator'...
Finished extracting symbol information for 'OAuthenticator'. (44.79s)
Building documentation for 'OAuthenticator'...
Finished building documentation for 'OAuthenticator' (0.78s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/chimehq/oauthenticator/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3679] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.00s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Compiling SymbolKit Mixin+Equals.swift
[7/54] Compiling SymbolKit Mixin+Hash.swift
[8/54] Compiling SymbolKit Mixin.swift
[9/54] Compiling SymbolKit LineList.swift
[10/54] Compiling SymbolKit Position.swift
[11/58] Emitting module Snippets
[12/58] Compiling Snippets SnippetParser.swift
[13/58] Compiling Snippets SnippetLanguage.swift
[14/58] Compiling Snippets Snippet.swift
[15/58] Compiling SymbolKit SemanticVersion.swift
[16/58] Compiling SymbolKit AccessControl.swift
[17/58] Compiling SymbolKit Availability.swift
[18/58] Compiling SymbolKit AvailabilityItem.swift
[19/58] Compiling SymbolKit Domain.swift
[20/58] Emitting module SymbolKit
[21/58] Compiling SymbolKit Relationship.swift
[22/58] Compiling SymbolKit RelationshipKind.swift
[23/58] Compiling SymbolKit SourceOrigin.swift
[24/58] Compiling SymbolKit GenericConstraints.swift
[25/58] Compiling SymbolKit Swift.swift
[26/58] Compiling SymbolKit DeclarationFragments.swift
[27/58] Compiling SymbolKit Fragment.swift
[28/58] Compiling SymbolKit FragmentKind.swift
[29/58] Compiling SymbolKit FunctionParameter.swift
[30/58] Compiling SymbolKit FunctionSignature.swift
[31/58] Compiling SymbolKit GenericConstraint.swift
[32/58] Compiling SymbolKit GenericParameter.swift
[33/58] Compiling SymbolKit Generics.swift
[34/58] Compiling SymbolKit Namespace.swift
[35/58] Compiling SymbolKit SourceRange.swift
[36/58] Compiling SymbolKit Metadata.swift
[37/58] Compiling SymbolKit Module.swift
[38/58] Compiling SymbolKit OperatingSystem.swift
[39/58] Compiling SymbolKit Platform.swift
[40/58] Compiling SymbolKit Symbol.swift
[41/58] Compiling SymbolKit SymbolKind.swift
[42/58] Compiling SymbolKit SymbolGraph.swift
[43/58] Compiling SymbolKit GraphCollector.swift
[44/58] Compiling SymbolKit Identifier.swift
[45/58] Compiling SymbolKit KindIdentifier.swift
[46/58] Compiling SymbolKit Location.swift
[47/58] Compiling SymbolKit Mutability.swift
[48/58] Compiling SymbolKit Names.swift
[49/58] Compiling SymbolKit SPI.swift
[50/58] Compiling SymbolKit Snippet.swift
[51/58] Compiling SymbolKit Extension.swift
[52/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/58] Compiling SymbolKit UnifiedSymbol.swift
[54/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/62] Compiling snippet_extract URL+Status.swift
[57/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Emitting module snippet_extract
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.74s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'OAuthenticator' complete! (0.30s)
746
5 /Users/admin/builder/spi-builder-workspace/.docs/chimehq/oauthenticator/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/oauthenticator/main
File count: 746
Doc size: 5.0MB
Preparing doc bundle ...
Uploading prod-chimehq-oauthenticator-main-cd63c254.zip to s3://spi-docs-inbox/prod-chimehq-oauthenticator-main-cd63c254.zip
Copying... [12%]
Copying... [24%]
Copying... [35%]
Copying... [41%]
Copying... [53%]
Copying... [65%]
Copying... [71%]
Copying... [82%]
Copying... [94%]
Copying... [100%]
Done.