The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoogleSignIn, reference v0.0.5 (503063), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 17:19:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/GoogleSignIn-Swift.git
Reference: v0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/GoogleSignIn-Swift
 * tag               v0.0.5     -> FETCH_HEAD
HEAD is now at 503063c Merge pull request #1 from allexks/master
Cloned https://github.com/darrarski/GoogleSignIn-Swift.git
Revision (git rev-parse @):
503063ce6471ffee1d066486dc1b82a1dccde2a0
SUCCESS checkout https://github.com/darrarski/GoogleSignIn-Swift.git at v0.0.5
========================================
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": "googlesignin-swift",
      "name": "GoogleSignIn",
      "url": "https://github.com/darrarski/GoogleSignIn-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GoogleSignIn-Swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/darrarski/GoogleSignIn-Swift.git
[1/57] Fetching googlesignin-swift
Fetched https://github.com/darrarski/GoogleSignIn-Swift.git from cache (0.63s)
Creating working copy for https://github.com/darrarski/GoogleSignIn-Swift.git
Working copy of https://github.com/darrarski/GoogleSignIn-Swift.git resolved at v0.0.5 (503063c)
warning: '.resolve-product-dependencies': dependency 'googlesignin-swift' 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/darrarski/GoogleSignIn-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling GoogleSignIn URLSessionProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSignIn/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 2 |
 3 | public protocol URLSessionProtocol {
 4 |     func dataTask(
   |          `- note: expected sendability to match requirement here
 5 |         with request: URLRequest,
 6 |         completionHandler: @escaping (Data?, URLResponse?, Swift.Error?) -> Void
   :
 8 | }
 9 |
10 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
11 |
[4/8] Compiling GoogleSignIn Config.swift
[5/8] Emitting module GoogleSignIn
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSignIn/URLSessionProtocol.swift:10:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 2 |
 3 | public protocol URLSessionProtocol {
 4 |     func dataTask(
   |          `- note: expected sendability to match requirement here
 5 |         with request: URLRequest,
 6 |         completionHandler: @escaping (Data?, URLResponse?, Swift.Error?) -> Void
   :
 8 | }
 9 |
10 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
11 |
[6/8] Compiling GoogleSignIn Controller.swift
[7/8] Compiling GoogleSignIn Error.swift
[8/8] Compiling GoogleSignIn TokenResponse.swift
Build complete! (3.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoogleSignIn",
  "name" : "GoogleSignIn",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GoogleSignIn",
      "targets" : [
        "GoogleSignIn"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleSignInTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleSignInTests",
      "path" : "Tests/GoogleSignInTests",
      "sources" : [
        "ControllerTests.swift",
        "URLSessionDataTaskSpy.swift",
        "URLSessionSpy.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "GoogleSignIn"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleSignIn",
      "module_type" : "SwiftTarget",
      "name" : "GoogleSignIn",
      "path" : "Sources/GoogleSignIn",
      "product_memberships" : [
        "GoogleSignIn"
      ],
      "sources" : [
        "Config.swift",
        "Controller.swift",
        "Error.swift",
        "TokenResponse.swift",
        "URLSessionProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.