Build Information
Successful build of GAppAuth, reference 1.6.5 (6124bc), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 23:01:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benlmyers/GAppAuth.git
Reference: 1.6.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/benlmyers/GAppAuth
* tag 1.6.5 -> FETCH_HEAD
HEAD is now at 6124bcd 💻 Bump macOS compatability
Cloned https://github.com/benlmyers/GAppAuth.git
Revision (git rev-parse @):
6124bcd8a5e4576a485aa70d92e50e32c587223d
SUCCESS checkout https://github.com/benlmyers/GAppAuth.git at 1.6.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/benlmyers/GAppAuth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Write sources
[2/19] Copying PrivacyInfo.xcprivacy
[3/19] Write swift-version-1EA4D86E10B52AF.txt
[4/19] Compiling OIDRedirectHTTPHandler.m
[5/19] Compiling OIDExternalUserAgentIOSCustomBrowser.m
[6/19] Compiling OIDExternalUserAgentIOS.m
[7/19] Compiling AppAuth resource_bundle_accessor.m
[8/19] Compiling OIDExternalUserAgentCatalyst.m
[9/19] Compiling OIDAuthorizationService+IOS.m
[10/19] Compiling GTMAppAuth GTMAppAuthFetcherAuthorization+Keychain.m
[11/19] Compiling GTMAppAuth GTMAppAuthFetcherAuthorization.m
[12/19] Compiling OIDAuthState+IOS.m
[13/19] Compiling GTMAppAuth GTMKeychain.m
[14/19] Compiling GTMAppAuth GTMOAuth2KeychainCompatibility.m
[15/19] Compiling OIDLoopbackHTTPServer.m
[16/19] Compiling OIDAuthState+Mac.m
[17/19] Compiling OIDAuthorizationService+Mac.m
[18/19] Compiling OIDExternalUserAgentMac.m
[20/23] Compiling GAppAuth_iOS GAppAuth.swift
[21/23] Emitting module GAppAuth_iOS
[22/23] Emitting module GAppAuth_macOS
[23/23] Compiling GAppAuth_macOS GAppAuth.swift
/Users/admin/builder/spi-builder-workspace/Sources/macOS/GAppAuth.swift:111:52: warning: 'authState(byPresenting:callback:)' is deprecated: For macOS 10.15 and above please use authStateByPresentingAuthorizationRequest:presentingWindow:callback: [#DeprecatedDeclaration]
109 |
110 | // Store auth flow to be resumed after app reentry, serialize response
111 | self.currentAuthorizationFlow = OIDAuthState.authState(byPresenting: request) {authState, error in
| `- warning: 'authState(byPresenting:callback:)' is deprecated: For macOS 10.15 and above please use authStateByPresentingAuthorizationRequest:presentingWindow:callback: [#DeprecatedDeclaration]
112 | var response = false
113 | if let authState = authState {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (14.45s)
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/GTMAppAuth.git
[1/3862] Fetching gtmappauth
[272/12960] Fetching gtmappauth, appauth-ios
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.22s)
Fetched https://github.com/google/GTMAppAuth.git from cache (1.22s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 1.3.1 (1.78s)
Fetching https://github.com/google/gtm-session-fetcher.git
[1/4507] Fetching gtm-session-fetcher
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.18s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (1.70s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 2.3.0 (0.51s)
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 1.7.6
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 2.3.0
Creating working copy for https://github.com/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 1.3.1
Build complete.
{
"dependencies" : [
{
"identity" : "gtmappauth",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/GTMAppAuth.git"
},
{
"identity" : "appauth-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/openid/AppAuth-iOS.git"
}
],
"manifest_display_name" : "GAppAuth",
"name" : "GAppAuth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "GAppAuth-iOS",
"targets" : [
"GAppAuth-iOS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GAppAuth-macOS",
"targets" : [
"GAppAuth-macOS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GAppAuth_macOS",
"module_type" : "SwiftTarget",
"name" : "GAppAuth-macOS",
"path" : "Sources/macOS",
"product_dependencies" : [
"GTMAppAuth",
"AppAuth"
],
"product_memberships" : [
"GAppAuth-macOS"
],
"sources" : [
"GAppAuth.swift"
],
"type" : "library"
},
{
"c99name" : "GAppAuth_iOS",
"module_type" : "SwiftTarget",
"name" : "GAppAuth-iOS",
"path" : "Sources/iOS",
"product_dependencies" : [
"GTMAppAuth",
"AppAuth"
],
"product_memberships" : [
"GAppAuth-iOS"
],
"sources" : [
"GAppAuth.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.