The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoogleAuthentication, reference v1.1.0 (e7497f), with Swift 6.1 for macOS (SPM) on 22 Dec 2025 18:13:05 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: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/GoogleAuthentication
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at e7497fc Add iOS platform
Cloned https://github.com/Nef10/GoogleAuthentication.git
Revision (git rev-parse @):
e7497fce4430185989ef3a4b59d99dfca133b85b
SUCCESS checkout https://github.com/Nef10/GoogleAuthentication.git at v1.1.0
========================================
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"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "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] Compiling OAuthSwift SafariURLHandler.swift
[7/38] Compiling OAuthSwift Int+OAuthSwift.swift
[8/38] Compiling OAuthSwift NSError+OAuthSwift.swift
[9/38] Emitting module KeychainAccess
[10/38] Compiling KeychainAccess Keychain.swift
[11/38] Compiling OAuthSwift OAuthLogProtocol.swift
[12/38] Compiling OAuthSwift OAuthSwift.swift
[13/38] Compiling OAuthSwift OAuthSwiftClient.swift
[14/38] Compiling OAuthSwift NotificationCenter+OAuthSwift.swift
[15/38] Compiling OAuthSwift OAuth1Swift.swift
[16/38] Compiling OAuthSwift OAuth2Swift.swift
[17/38] Compiling OAuthSwift URL+OAuthSwift.swift
[18/38] Compiling OAuthSwift URLConvertible.swift
[19/38] Compiling OAuthSwift Utils.swift
[20/38] Compiling OAuthSwift OAuthSwiftCredential.swift
[21/38] Compiling OAuthSwift OAuthSwiftError.swift
[22/38] Compiling OAuthSwift OAuthSwiftHTTPRequest.swift
[23/38] Compiling OAuthSwift SHA1.swift
[24/38] Compiling OAuthSwift String+OAuthSwift.swift
[25/38] Compiling OAuthSwift UIApplication+OAuthSwift.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 ASWebAuthenticationURLHandler.swift
[31/38] Compiling OAuthSwift ExtensionContextURLHandler.swift
[32/38] Compiling OAuthSwift OAuthSwiftOpenURLExternally.swift
[33/38] Compiling OAuthSwift OAuthSwiftMultipartData.swift
[34/38] Compiling OAuthSwift OAuthSwiftResponse.swift
[35/38] Compiling OAuthSwift OAuthSwiftURLHandlerType.swift
[36/38] Compiling OAuthSwift OAuthSwiftURLHandlerProxy.swift
[37/38] Compiling OAuthSwift OAuthWebViewController.swift
[38/38] Compiling OAuthSwift SFAuthenticationURLHandler.swift
[39/41] Emitting module GoogleAuthentication
[40/41] Compiling GoogleAuthentication Authentication.swift
[41/41] Compiling GoogleAuthentication ASWebAuthenticationURLHandler.swift
Build complete! (25.22s)
Fetching https://github.com/OAuthSwift/OAuthSwift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4387] Fetching keychainaccess
[177/9535] Fetching keychainaccess, oauthswift
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (1.38s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.39s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (2.37s)
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
[104/3032] Fetching erik, kanna
[670/9082] Fetching erik, kanna, swifter
Fetched https://github.com/phimage/Erik.git from cache (0.88s)
[2819/8440] Fetching kanna, swifter
Fetched https://github.com/tid-kijyun/Kanna.git from cache (0.98s)
[1634/6050] Fetching swifter
Fetched https://github.com/httpswift/swifter.git from cache (1.54s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (2.46s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.01s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.90s)
Fetching https://github.com/nvzqz/FileKit.git
Fetching https://github.com/Thomvis/BrightFutures.git
[1/4067] Fetching brightfutures
[2/7190] Fetching brightfutures, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (1.33s)
[3742/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.62s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.53s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (1.01s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (1.00s)
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/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
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/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/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.1.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"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "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.