Build Information
Successful build of GoogleAuthentication, reference v1.0.3 (15de3c
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:16:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/GoogleAuthentication.git
Reference: v1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/GoogleAuthentication
* tag v1.0.3 -> FETCH_HEAD
HEAD is now at 15de3cc Bump version number
Cloned https://github.com/Nef10/GoogleAuthentication.git
Revision (git rev-parse @):
15de3ccfb5773c21c6d4cf382549603b7d7929d1
SUCCESS checkout https://github.com/Nef10/GoogleAuthentication.git at v1.0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nef10/GoogleAuthentication.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/35] Compiling KeychainAccess Keychain.swift
[6/35] Emitting module KeychainAccess
[7/35] Emitting module OAuthSwift
[8/38] Compiling OAuthSwift SHA1.swift
[9/38] Compiling OAuthSwift String+OAuthSwift.swift
[10/38] Compiling OAuthSwift UIApplication+OAuthSwift.swift
[11/38] Compiling OAuthSwift URL+OAuthSwift.swift
[12/38] Compiling OAuthSwift URLConvertible.swift
[13/38] Compiling OAuthSwift Utils.swift
[14/38] Compiling OAuthSwift Collection+OAuthSwift.swift
[15/38] Compiling OAuthSwift Data+OAuthSwift.swift
[16/38] Compiling OAuthSwift Dictionary+OAuthSwift.swift
[17/38] Compiling OAuthSwift HMAC.swift
[18/38] Compiling OAuthSwift OAuthLogProtocol.swift
[19/38] Compiling OAuthSwift OAuthSwift.swift
[20/38] Compiling OAuthSwift OAuthSwiftClient.swift
[21/38] Compiling OAuthSwift OAuthSwiftCredential.swift
[22/38] Compiling OAuthSwift OAuthSwiftError.swift
[23/38] Compiling OAuthSwift OAuthSwiftHTTPRequest.swift
[24/38] Compiling OAuthSwift SafariURLHandler.swift
[25/38] Compiling OAuthSwift Int+OAuthSwift.swift
[26/38] Compiling OAuthSwift NSError+OAuthSwift.swift
[27/38] Compiling OAuthSwift OAuthSwiftMultipartData.swift
[28/38] Compiling OAuthSwift OAuthSwiftResponse.swift
[29/38] Compiling OAuthSwift OAuthSwiftURLHandlerType.swift
[30/38] Compiling OAuthSwift ASWebAuthenticationURLHandler.swift
[31/38] Compiling OAuthSwift ExtensionContextURLHandler.swift
[32/38] Compiling OAuthSwift OAuthSwiftOpenURLExternally.swift
[33/38] Compiling OAuthSwift NotificationCenter+OAuthSwift.swift
[34/38] Compiling OAuthSwift OAuth1Swift.swift
[35/38] Compiling OAuthSwift OAuth2Swift.swift
[36/38] Compiling OAuthSwift OAuthSwiftURLHandlerProxy.swift
[37/38] Compiling OAuthSwift OAuthWebViewController.swift
[38/38] Compiling OAuthSwift SFAuthenticationURLHandler.swift
[39/41] Compiling GoogleAuthentication ASWebAuthenticationURLHandler.swift
[40/41] Emitting module GoogleAuthentication
[41/41] Compiling GoogleAuthentication Authentication.swift
/Users/admin/builder/spi-builder-workspace/Sources/GoogleAuthentication/Authentication.swift:112:59: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
110 | if let credentialData = keychain[data: Self.keychainKey] {
111 | do {
112 | if let credential = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(credentialData) as? OAuthSwiftCredential {
| `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
113 | oAuth.client.credential.oauthToken = credential.oauthToken
114 | oAuth.client.credential.oauthRefreshToken = credential.oauthRefreshToken
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (21.55s)
Fetching https://github.com/OAuthSwift/OAuthSwift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/5134] Fetching oauthswift
[310/9520] Fetching oauthswift, keychainaccess
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (1.37s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.37s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (1.91s)
Fetching https://github.com/phimage/Erik.git
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/httpswift/swifter.git
[1/642] Fetching erik
[188/2999] Fetching erik, kanna
[212/9049] Fetching erik, kanna, swifter
Fetched https://github.com/phimage/Erik.git from cache (1.32s)
Fetched https://github.com/tid-kijyun/Kanna.git from cache (1.32s)
Fetched https://github.com/httpswift/swifter.git from cache (1.32s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (1.87s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.49s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.50s)
Fetching https://github.com/Thomvis/BrightFutures.git
Fetching https://github.com/nvzqz/FileKit.git
[1/4067] Fetching brightfutures
[408/7190] Fetching brightfutures, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (1.46s)
[3730/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.68s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.23s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.51s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.50s)
Creating working copy for https://github.com/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.1.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.0
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.0
Creating working copy for https://github.com/OAuthSwift/OAuthSwift.git
Working copy of https://github.com/OAuthSwift/OAuthSwift.git resolved at 2.2.0
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Build complete.
{
"dependencies" : [
{
"identity" : "oauthswift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OAuthSwift/OAuthSwift.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
}
],
"manifest_display_name" : "GoogleAuthentication",
"name" : "GoogleAuthentication",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "GoogleAuthentication",
"targets" : [
"GoogleAuthentication"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleAuthenticationTests",
"module_type" : "SwiftTarget",
"name" : "GoogleAuthenticationTests",
"path" : "Tests/GoogleAuthenticationTests",
"sources" : [
"GoogleAuthenticationTests.swift"
],
"target_dependencies" : [
"GoogleAuthentication"
],
"type" : "test"
},
{
"c99name" : "GoogleAuthentication",
"module_type" : "SwiftTarget",
"name" : "GoogleAuthentication",
"path" : "Sources/GoogleAuthentication",
"product_dependencies" : [
"OAuthSwift",
"KeychainAccess"
],
"product_memberships" : [
"GoogleAuthentication"
],
"sources" : [
"ASWebAuthenticationURLHandler.swift",
"Authentication.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.