Build Information
Successful build of OAuthKit, reference 2.0.1 (bc341b), with Swift 6.2 for macOS (SPM) on 7 Dec 2025 22:36:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codefiesta/OAuthKit.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codefiesta/OAuthKit
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at bc341b3 Immediate Async Tasks (#137)
Cloned https://github.com/codefiesta/OAuthKit.git
Revision (git rev-parse @):
bc341b3ff7a27a2f94a6d9775fd776c95a85fa45
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codefiesta/OAuthKit.git at 2.0.1
========================================
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": "oauthkit",
"name": "OAuthKit",
"url": "https://github.com/codefiesta/OAuthKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OAuthKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/codefiesta/OAuthKit.git
[1/2234] Fetching oauthkit
Fetched https://github.com/codefiesta/OAuthKit.git from cache (1.13s)
Creating working copy for https://github.com/codefiesta/OAuthKit.git
Working copy of https://github.com/codefiesta/OAuthKit.git resolved at 2.0.1 (bc341b3)
warning: '.resolve-product-dependencies': dependency 'oauthkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/codefiesta/OAuthKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/26] Emitting module OAuthKit
[4/28] Compiling OAuthKit Collection+Extensions.swift
[5/28] Compiling OAuthKit Data+Extensions.swift
[6/28] Compiling OAuthKit Date+Extensions.swift
[7/28] Compiling OAuthKit URLResponse+Extensions.swift
[8/28] Compiling OAuthKit UUID+Extensions.swift
[9/28] Compiling OAuthKit Keychain.swift
[10/28] Compiling OAuthKit OAuth+PKCE.swift
[11/28] Compiling OAuthKit OAuth+Provider.swift
[12/28] Compiling OAuthKit OAuth+Token.swift
[13/28] Compiling OAuthKit OAuth.swift
[14/28] Compiling OAuthKit OAuth+GrantType.swift
[15/28] Compiling OAuthKit OAuth+Option.swift
[16/28] Compiling OAuthKit OAuth+Request.swift
[17/28] Compiling OAuthKit OAuth+State.swift
[18/28] Compiling OAuthKit Task+Extensions.swift
[19/28] Compiling OAuthKit URL+Extensions.swift
[20/28] Compiling OAuthKit URLRequest+Extensions.swift
[21/28] Compiling OAuthKit NetworkMonitor.swift
[22/28] Compiling OAuthKit OAuth+Authorization.swift
[23/28] Compiling OAuthKit OAuth+DeviceCode.swift
[24/28] Compiling OAuthKit Digest+Extensions.swift
[25/28] Compiling OAuthKit EnvironmentValues+Extensions.swift
[26/28] Compiling OAuthKit String+Extensions.swift
[27/28] Compiling OAuthKit OAWebView.swift
[28/28] Compiling OAuthKit OAWebViewCoordinator.swift
Build complete! (9.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OAuthKit",
"name" : "OAuthKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "OAuthKit",
"targets" : [
"OAuthKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OAuthKitTests",
"module_type" : "SwiftTarget",
"name" : "OAuthKitTests",
"path" : "Tests/OAuthKitTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/OAuthKitTests/Resources/oauth.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CodableTests.swift",
"KeychainTests.swift",
"OAWebViewTests.swift",
"OAuth+Monitor.swift",
"OAuthTestLAContext.swift",
"OAuthTestURLProtocol.swift",
"OAuthTestWKNavigationAction.swift",
"OAuthTests.swift",
"Tags+Extensions.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"OAuthKit"
],
"type" : "test"
},
{
"c99name" : "OAuthKit",
"module_type" : "SwiftTarget",
"name" : "OAuthKit",
"path" : "Sources/OAuthKit",
"product_memberships" : [
"OAuthKit"
],
"sources" : [
"Extensions/Collection+Extensions.swift",
"Extensions/Data+Extensions.swift",
"Extensions/Date+Extensions.swift",
"Extensions/Digest+Extensions.swift",
"Extensions/EnvironmentValues+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/Task+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Extensions/URLRequest+Extensions.swift",
"Extensions/URLResponse+Extensions.swift",
"Extensions/UUID+Extensions.swift",
"Keychain/Keychain.swift",
"Network/NetworkMonitor.swift",
"OAuth+Authorization.swift",
"OAuth+DeviceCode.swift",
"OAuth+GrantType.swift",
"OAuth+Option.swift",
"OAuth+PKCE.swift",
"OAuth+Provider.swift",
"OAuth+Request.swift",
"OAuth+State.swift",
"OAuth+Token.swift",
"OAuth.swift",
"Views/OAWebView.swift",
"Views/OAWebViewCoordinator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/codefiesta/oauthkit/2.0.1
Repository: codefiesta/OAuthKit
Swift version used: 6.2
Target: OAuthKit
Extracting symbol information for 'OAuthKit'...
Finished extracting symbol information for 'OAuthKit'. (4.18s)
Building documentation for 'OAuthKit'...
Finished building documentation for 'OAuthKit' (0.67s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/codefiesta/oauthkit/2.0.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3592] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.99s)
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.4.5
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Emitting module Snippets
[18/57] Compiling Snippets SnippetParser.swift
[19/57] Compiling Snippets Snippet.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit DeclarationFragments.swift
[26/57] Compiling SymbolKit Fragment.swift
[27/57] Compiling SymbolKit FragmentKind.swift
[28/57] Compiling SymbolKit FunctionParameter.swift
[29/57] Compiling SymbolKit FunctionSignature.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit GenericConstraint.swift
[40/57] Compiling SymbolKit GenericParameter.swift
[41/57] Compiling SymbolKit Generics.swift
[42/57] Compiling SymbolKit Namespace.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.45s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'OAuthKit' complete! (0.21s)
2014
16 /Users/admin/builder/spi-builder-workspace/.docs/codefiesta/oauthkit/2.0.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/codefiesta/oauthkit/2.0.1
File count: 2014
Doc size: 16.0MB
Preparing doc bundle ...
Uploading prod-codefiesta-oauthkit-2.0.1-991ea631.zip to s3://spi-docs-inbox/prod-codefiesta-oauthkit-2.0.1-991ea631.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.