The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GoogleAuthentication, reference main (6b4813), with Swift 6.1 for macOS (SPM) on 13 Dec 2025 18:06:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/GoogleAuthentication.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/GoogleAuthentication
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b48138 Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/GoogleAuthentication.git
Revision (git rev-parse @):
6b48138ce0422ab3c3c7b961d3ecf0187b0d3ca8
SUCCESS checkout https://github.com/Nef10/GoogleAuthentication.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nef10/GoogleAuthentication.git
https://github.com/Nef10/GoogleAuthentication.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/35] Emitting module OAuthSwift
[6/38] Emitting module KeychainAccess
[7/38] Compiling KeychainAccess Keychain.swift
[8/38] Compiling OAuthSwift OAuthLogProtocol.swift
[9/38] Compiling OAuthSwift OAuthSwift.swift
[10/38] Compiling OAuthSwift OAuthSwiftClient.swift
[11/38] Compiling OAuthSwift NotificationCenter+OAuthSwift.swift
[12/38] Compiling OAuthSwift OAuth1Swift.swift
[13/38] Compiling OAuthSwift OAuth2Swift.swift
[14/38] Compiling OAuthSwift URL+OAuthSwift.swift
[15/38] Compiling OAuthSwift URLConvertible.swift
[16/38] Compiling OAuthSwift Utils.swift
[17/38] Compiling OAuthSwift ASWebAuthenticationURLHandler.swift
[18/38] Compiling OAuthSwift ExtensionContextURLHandler.swift
[19/38] Compiling OAuthSwift OAuthSwiftOpenURLExternally.swift
[20/38] Compiling OAuthSwift SafariURLHandler.swift
[21/38] Compiling OAuthSwift Int+OAuthSwift.swift
[22/38] Compiling OAuthSwift NSError+OAuthSwift.swift
[23/38] Compiling OAuthSwift OAuthSwiftCredential.swift
[24/38] Compiling OAuthSwift OAuthSwiftError.swift
[25/38] Compiling OAuthSwift OAuthSwiftHTTPRequest.swift
[26/38] Compiling OAuthSwift Collection+OAuthSwift.swift
[27/38] Compiling OAuthSwift Data+OAuthSwift.swift
[28/38] Compiling OAuthSwift Dictionary+OAuthSwift.swift
[29/38] Compiling OAuthSwift HMAC.swift
[30/38] Compiling OAuthSwift OAuthSwiftMultipartData.swift
[31/38] Compiling OAuthSwift OAuthSwiftResponse.swift
[32/38] Compiling OAuthSwift OAuthSwiftURLHandlerType.swift
[33/38] Compiling OAuthSwift SHA1.swift
[34/38] Compiling OAuthSwift String+OAuthSwift.swift
[35/38] Compiling OAuthSwift UIApplication+OAuthSwift.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] Compiling GoogleAuthentication Authentication.swift
[41/41] Emitting module GoogleAuthentication
Build complete! (35.93s)
Fetching https://github.com/OAuthSwift/OAuthSwift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/5148] Fetching oauthswift
[3708/9534] Fetching oauthswift, keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (2.98s)
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (2.98s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (3.58s)
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/phimage/Erik.git
[1/642] Fetching erik
[168/3032] Fetching erik, kanna
[2699/9082] Fetching erik, kanna, swifter
Fetched https://github.com/tid-kijyun/Kanna.git from cache (1.28s)
[1005/6692] Fetching erik, swifter
Fetched https://github.com/phimage/Erik.git from cache (13.75s)
Fetched https://github.com/httpswift/swifter.git from cache (13.75s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (14.31s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.53s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.51s)
Fetching https://github.com/Thomvis/BrightFutures.git
Fetching https://github.com/nvzqz/FileKit.git
[1/4067] Fetching brightfutures
[1954/7190] Fetching brightfutures, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (1.95s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.95s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.50s)
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.52s)
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/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.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
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/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
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.