Build Information
Successful build of GoogleSignInKit, reference main (f1353d), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 15:57:52 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/Tibimac/GoogleSignInKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tibimac/GoogleSignInKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f1353d9 Update README
Cloned https://github.com/Tibimac/GoogleSignInKit.git
Revision (git rev-parse @):
f1353d95f8820ff7a216703a40d5cdf2bc2d4b50
SUCCESS checkout https://github.com/Tibimac/GoogleSignInKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Tibimac/GoogleSignInKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling GoogleSignInKit TokenRequest.swift
[4/9] Compiling GoogleSignInKit Error.swift
[5/9] Compiling GoogleSignInKit Scope.swift
[6/9] Compiling GoogleSignInKit PresentationContextProvider.swift
[7/9] Compiling GoogleSignInKit AuthenticationRequest.swift
[8/9] Emitting module GoogleSignInKit
[9/9] Compiling GoogleSignInKit GoogleSignInKit.swift
Build complete! (7.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GoogleSignInKit",
"name" : "GoogleSignInKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "GoogleSignInKit",
"targets" : [
"GoogleSignInKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleSignInKitTests",
"module_type" : "SwiftTarget",
"name" : "GoogleSignInKitTests",
"path" : "Tests/GoogleSignInKitTests",
"sources" : [
"GoogleSignInKitTests.swift"
],
"target_dependencies" : [
"GoogleSignInKit"
],
"type" : "test"
},
{
"c99name" : "GoogleSignInKit",
"module_type" : "SwiftTarget",
"name" : "GoogleSignInKit",
"path" : "Sources/GoogleSignInKit",
"product_memberships" : [
"GoogleSignInKit"
],
"sources" : [
"AuthenticationRequest.swift",
"Error.swift",
"GoogleSignInKit.swift",
"PresentationContextProvider.swift",
"Scope.swift",
"TokenRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.