The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoogleSignIn, reference 9.1.0 (913b40), with Swift 6.1 for macOS (SPM) on 8 Jan 2026 02:08:49 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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/GoogleSignIn-iOS.git
Reference: 9.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/google/GoogleSignIn-iOS
 * tag               9.1.0      -> FETCH_HEAD
HEAD is now at 913b400 Update CHANGELOG to prep for 9.1.0 release (#571)
Cloned https://github.com/google/GoogleSignIn-iOS.git
Revision (git rev-parse @):
913b4005ea26aebe1c97d54e35ad82a515924c71
SUCCESS checkout https://github.com/google/GoogleSignIn-iOS.git at 9.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/google/GoogleSignIn-iOS.git
https://github.com/google/GoogleSignIn-iOS.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "appauth-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/openid/AppAuth-iOS.git"
    },
    {
      "identity" : "app-check",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/app-check.git"
    },
    {
      "identity" : "gtmappauth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GTMAppAuth.git"
    },
    {
      "identity" : "gtm-session-fetcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/gtm-session-fetcher.git"
    },
    {
      "identity" : "ocmock",
      "requirement" : {
        "revision" : [
          "7291762d3551c5c7e31c49cce40a0e391a52e889"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/ocmock.git"
    },
    {
      "identity" : "googleutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleUtilities.git"
    }
  ],
  "manifest_display_name" : "GoogleSignIn",
  "name" : "GoogleSignIn",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleSignIn",
      "targets" : [
        "GoogleSignIn"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleSignInSwift",
      "targets" : [
        "GoogleSignInSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleSignInSwift_UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleSignInSwift-UnitTests",
      "path" : "GoogleSignInSwift/Tests/Unit",
      "sources" : [
        "GoogleSignInButtonExtensionsTests.swift",
        "GoogleSignInButtonStylingTests.swift"
      ],
      "target_dependencies" : [
        "GoogleSignInSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleSignInSwift",
      "module_type" : "SwiftTarget",
      "name" : "GoogleSignInSwift",
      "path" : "GoogleSignInSwift/Sources",
      "product_memberships" : [
        "GoogleSignInSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GoogleSignInButton.swift",
        "GoogleSignInButtonBundleExtensions.swift",
        "GoogleSignInButtonStrings.swift",
        "GoogleSignInButtonStyling.swift",
        "GoogleSignInButtonViewModel.swift"
      ],
      "target_dependencies" : [
        "GoogleSignIn"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleSignIn_UnitTests",
      "module_type" : "ClangTarget",
      "name" : "GoogleSignIn-UnitTests",
      "path" : "GoogleSignIn/Tests/Unit",
      "product_dependencies" : [
        "OCMock",
        "AppAuth",
        "AppCheckCore",
        "GTMAppAuth",
        "GTMSessionFetcherCore",
        "GULMethodSwizzler",
        "GULSwizzlerTestHelpers"
      ],
      "sources" : [
        "GIDAppCheckTest.m",
        "GIDAuthStateMigrationTest.m",
        "GIDClaimTest.m",
        "GIDClaimsInternalOptionsTest.m",
        "GIDConfiguration+Testing.m",
        "GIDConfigurationTest.m",
        "GIDEMMErrorHandlerTest.m",
        "GIDEMMSupportTest.m",
        "GIDFailingOIDAuthState.m",
        "GIDFakeFetcher.m",
        "GIDFakeFetcherService.m",
        "GIDFakeMainBundle.m",
        "GIDGoogleUser+Testing.m",
        "GIDGoogleUserTest.m",
        "GIDMDMPasscodeStateTests.m",
        "GIDProfileData+Testing.m",
        "GIDProfileDataTest.m",
        "GIDScopesTest.m",
        "GIDSignInButtonTest.m",
        "GIDSignInCallbackSchemesTest.m",
        "GIDSignInInternalOptionsTest.m",
        "GIDSignInPreferencesTest.m",
        "GIDSignInTest.m",
        "GIDTokenTest.m",
        "OIDAuthState+Testing.m",
        "OIDAuthorizationRequest+Testing.m",
        "OIDAuthorizationResponse+Testing.m",
        "OIDServiceConfiguration+Testing.m",
        "OIDTokenRequest+Testing.m",
        "OIDTokenResponse+Testing.m",
        "UIAlertAction+Testing.m"
      ],
      "target_dependencies" : [
        "GoogleSignIn"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleSignIn",
      "module_type" : "ClangTarget",
      "name" : "GoogleSignIn",
      "path" : "GoogleSignIn/Sources",
      "product_dependencies" : [
        "AppAuth",
        "AppAuthCore",
        "AppCheckCore",
        "GTMAppAuth",
        "GTMSessionFetcherCore"
      ],
      "product_memberships" : [
        "GoogleSignIn",
        "GoogleSignInSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/Roboto-Bold.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/google.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/[email protected]",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/[email protected]",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ar.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ca.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/cs.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/da.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/de.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/el.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/en.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/en_GB.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "en_gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/es.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/es_MX.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "es_mx"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/fi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/fr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/fr_CA.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fr_ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/he.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/hi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/hr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/hu.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/id.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/it.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ja.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ko.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ms.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/nb.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/nl.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pl.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt_BR.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt_PT.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ro.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ru.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/sk.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/sv.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/th.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/tr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/uk.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/vi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/zh_CN.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_cn"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/zh_TW.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_tw"
            }
          }
        }
      ],
      "sources" : [
        "GIDAppCheck/Implementations/Fake/GIDAppCheckProviderFake.m",
        "GIDAppCheck/Implementations/GIDAppCheck.m",
        "GIDAppCheck/UI/GIDActivityIndicatorViewController.m",
        "GIDAuthStateMigration/Fake/GIDFakeAuthStateMigration.m",
        "GIDAuthStateMigration/Implementation/GIDAuthStateMigration.m",
        "GIDAuthentication.m",
        "GIDCallbackQueue.m",
        "GIDClaim.m",
        "GIDClaimsInternalOptions.m",
        "GIDConfiguration.m",
        "GIDEMMErrorHandler.m",
        "GIDEMMSupport.m",
        "GIDGoogleUser.m",
        "GIDJSONSerializer/Fake/GIDFakeJSONSerializerImpl.m",
        "GIDJSONSerializer/Implementation/GIDJSONSerializerImpl.m",
        "GIDMDMPasscodeCache.m",
        "GIDMDMPasscodeState.m",
        "GIDProfileData.m",
        "GIDScopes.m",
        "GIDSignIn.m",
        "GIDSignInButton.m",
        "GIDSignInCallbackSchemes.m",
        "GIDSignInInternalOptions.m",
        "GIDSignInPreferences.m",
        "GIDSignInResult.m",
        "GIDSignInStrings.m",
        "GIDTimedLoader/GIDTimedLoader.m",
        "GIDToken.m",
        "NSBundle+GID3PAdditions.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:44:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 42 |   ],
 43 |   dependencies: [
 44 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 45 |       name: "AppAuth",
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:48:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
 47 |       from: "2.0.0"),
 48 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 49 |       name: "AppCheck",
 50 |       url: "https://github.com/google/app-check.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:52:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 50 |       url: "https://github.com/google/app-check.git",
 51 |       from: "11.0.0"),
 52 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 53 |       name: "GTMAppAuth",
 54 |       url: "https://github.com/google/GTMAppAuth.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:56:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 54 |       url: "https://github.com/google/GTMAppAuth.git",
 55 |       from: "5.0.0"),
 56 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 57 |       name: "GTMSessionFetcher",
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:60:6: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
 59 |       from: "3.3.0"),
 60 |     .package(
    |      `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:63:8: warning: 'revision' is deprecated
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
    |        `- warning: 'revision' is deprecated
 64 |     .package(
 65 |       name: "GoogleUtilities",
/Users/admin/builder/spi-builder-workspace/Package.swift:64:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
 64 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 65 |       name: "GoogleUtilities",
 66 |       url: "https://github.com/google/GoogleUtilities.git",
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
Building for debugging...
[0/112] Copying Info.plist
[0/112] Copying google.png
[2/112] Copying Roboto-Bold.ttf
[2/112] Copying PrivacyInfo.xcprivacy
[2/112] Write sources
[2/112] Copying [email protected]
[4/112] Copying PrivacyInfo.xcprivacy
[6/112] Copying GoogleSignIn.strings
[28/112] Copying [email protected]
[28/112] Copying GoogleSignIn.strings
[41/112] Copying Info.plist
[43/112] Copying GoogleSignIn.strings
[44/112] Copying PrivacyInfo.xcprivacy
[46/112] Copying GoogleSignIn.strings
[48/112] Copying PrivacyInfo.xcprivacy
[51/112] Write swift-version-2F0A5646E1D333AE.txt
[52/112] Compiling AppAuthCore OIDTokenUtilities.m
[53/112] Compiling AppAuthCore resource_bundle_accessor.m
[54/112] Compiling AppAuthCore OIDTokenResponse.m
[55/112] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
[56/112] Compiling AppAuthCore OIDTokenRequest.m
[57/112] Compiling AppAuthCore OIDServiceDiscovery.m
[58/112] Compiling AppAuthCore OIDServiceConfiguration.m
[59/112] Compiling AppAuthCore OIDURLQueryComponent.m
[60/112] Compiling AppAuthCore OIDScopes.m
[61/112] Compiling AppAuthCore OIDResponseTypes.m
[62/112] Compiling AppAuthCore OIDScopeUtilities.m
[63/112] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[64/112] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[65/112] Compiling AppAuthCore OIDRegistrationResponse.m
[66/112] Compiling AppAuthCore OIDRegistrationRequest.m
[67/112] Compiling AppAuthCore OIDIDToken.m
[68/112] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[69/112] Compiling AppAuthCore OIDGrantTypes.m
[70/112] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[71/112] Compiling AppAuthCore OIDFieldMapping.m
[72/112] Compiling AppAuthCore OIDURLSessionProvider.m
[73/112] Compiling AppAuthCore OIDErrorUtilities.m
[74/112] Compiling AppAuthCore OIDError.m
[75/112] Compiling AppAuthCore OIDEndSessionResponse.m
[76/112] Compiling AppAuthCore OIDClientMetadataParameters.m
[77/112] Compiling AppAuthCore OIDEndSessionRequest.m
[78/112] Compiling AppAuthCore OIDAuthorizationResponse.m
[79/112] Compiling AppAuthCore OIDAuthorizationRequest.m
[80/112] Compiling AppAuthCore OIDAuthState.m
[81/112] Compiling AppAuthCore OIDAuthorizationService.m
[83/121] Compiling GTMAppAuth KeychainHelper.swift
[84/121] Compiling GTMAppAuth resource_bundle_accessor.swift
[85/121] Compiling GTMAppAuth GTMOAuth2Compatibility.swift
[86/121] Compiling GTMAppAuth KeychainAttribute.swift
[87/121] Compiling GTMAppAuth AuthSessionStore.swift
[88/121] Compiling GTMAppAuth AuthSessionDelegate.swift
[89/121] Compiling GTMAppAuth AuthSession.swift
[90/121] Emitting module GTMAppAuth
[91/121] Compiling GTMAppAuth KeychainStore.swift
[91/121] Compiling GoogleSignIn GIDSignInStrings.m
[92/121] Compiling GIDTimedLoader.m
[93/121] Compiling GoogleSignIn GIDScopes.m
[94/121] Compiling GoogleSignIn GIDSignInPreferences.m
[95/121] Compiling GoogleSignIn GIDProfileData.m
[96/121] Compiling GoogleSignIn GIDMDMPasscodeState.m
[97/121] Compiling GoogleSignIn GIDSignInCallbackSchemes.m
[98/121] Compiling GoogleSignIn resource_bundle_accessor.m
[99/121] Compiling GoogleSignIn GIDMDMPasscodeCache.m
[100/121] Compiling GoogleSignIn GIDEMMSupport.m
[101/121] Compiling GoogleSignIn GIDEMMErrorHandler.m
[102/121] Compiling GoogleSignIn GIDToken.m
[103/121] Compiling GoogleSignIn GIDSignInButton.m
[104/121] Compiling GoogleSignIn GIDConfiguration.m
[105/121] Compiling GoogleSignIn GIDClaim.m
[106/121] Compiling GoogleSignIn GIDCallbackQueue.m
[107/121] Compiling GoogleSignIn GIDSignInResult.m
[108/121] Compiling GoogleSignIn GIDSignInInternalOptions.m
[109/121] Compiling GoogleSignIn NSBundle+GID3PAdditions.m
[110/121] Compiling GIDFakeAuthStateMigration.m
[111/121] Compiling GoogleSignIn GIDAuthentication.m
[112/121] Compiling GIDJSONSerializerImpl.m
[113/121] Compiling GIDActivityIndicatorViewController.m
[114/121] Compiling GoogleSignIn GIDGoogleUser.m
[115/121] Compiling GIDAppCheck.m
[116/121] Compiling GIDAppCheckProviderFake.m
[117/121] Compiling GoogleSignIn GIDSignIn.m
[118/121] Compiling GIDAuthStateMigration.m
[119/121] Compiling GoogleSignIn GIDClaimsInternalOptions.m
[120/121] Compiling GIDFakeJSONSerializerImpl.m
[122/128] Compiling GoogleSignInSwift GoogleSignInButtonViewModel.swift
[123/128] Compiling GoogleSignInSwift resource_bundle_accessor.swift
[124/128] Compiling GoogleSignInSwift GoogleSignInButton.swift
[125/128] Compiling GoogleSignInSwift GoogleSignInButtonStrings.swift
[126/128] Compiling GoogleSignInSwift GoogleSignInButtonBundleExtensions.swift
[127/128] Compiling GoogleSignInSwift GoogleSignInButtonStyling.swift
[128/128] Emitting module GoogleSignInSwift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h:31:1: warning: umbrella header for module 'GoogleSignIn' does not include header 'GIDAppCheckError.h'
29 | #import "GIDSignInButton.h"
30 | #endif
31 |
   | `- warning: umbrella header for module 'GoogleSignIn' does not include header 'GIDAppCheckError.h'
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h:31:1: warning: umbrella header for module 'GoogleSignIn' does not include header 'GIDSignInButton.h'
29 | #import "GIDSignInButton.h"
30 | #endif
31 |
   | `- warning: umbrella header for module 'GoogleSignIn' does not include header 'GIDSignInButton.h'
Build complete! (30.53s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:44:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 42 |   ],
 43 |   dependencies: [
 44 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 45 |       name: "AppAuth",
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:48:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
 47 |       from: "2.0.0"),
 48 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 49 |       name: "AppCheck",
 50 |       url: "https://github.com/google/app-check.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:52:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 50 |       url: "https://github.com/google/app-check.git",
 51 |       from: "11.0.0"),
 52 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 53 |       name: "GTMAppAuth",
 54 |       url: "https://github.com/google/GTMAppAuth.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:56:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 54 |       url: "https://github.com/google/GTMAppAuth.git",
 55 |       from: "5.0.0"),
 56 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 57 |       name: "GTMSessionFetcher",
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:60:6: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
 59 |       from: "3.3.0"),
 60 |     .package(
    |      `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:63:8: warning: 'revision' is deprecated
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
    |        `- warning: 'revision' is deprecated
 64 |     .package(
 65 |       name: "GoogleUtilities",
/Users/admin/builder/spi-builder-workspace/Package.swift:64:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
 64 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 65 |       name: "GoogleUtilities",
 66 |       url: "https://github.com/google/GoogleUtilities.git",
Fetching https://github.com/firebase/ocmock.git
[1/8280] Fetching ocmock
Fetched https://github.com/firebase/ocmock.git from cache (1.53s)
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/gtm-session-fetcher.git from cache
Fetching https://github.com/google/app-check.git from cache
Fetching https://github.com/google/GoogleUtilities.git from cache
[1/3884] Fetching gtmappauth
Fetched https://github.com/google/app-check.git from cache (0.74s)
[506/13223] Fetching gtmappauth, appauth-ios
Fetched https://github.com/google/GTMAppAuth.git from cache (1.07s)
[1028/9339] Fetching appauth-ios
Fetched https://github.com/google/GoogleUtilities.git from cache (1.31s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.31s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.43s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 5.0.0 (2.08s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 2.0.0 (0.57s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.47s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.68s)
Fetching https://github.com/google/promises.git from cache
Fetched https://github.com/google/promises.git from cache (0.47s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.09s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 3.5.0 (0.58s)
Creating working copy for https://github.com/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 5.0.0
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/google/app-check.git
Working copy of https://github.com/google/app-check.git resolved at 11.2.0
Creating working copy for https://github.com/firebase/ocmock.git
Working copy of https://github.com/firebase/ocmock.git resolved at 7291762d3551c5c7e31c49cce40a0e391a52e889
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 3.5.0
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 2.0.0
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "appauth-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/openid/AppAuth-iOS.git"
    },
    {
      "identity" : "app-check",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.0.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/app-check.git"
    },
    {
      "identity" : "gtmappauth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GTMAppAuth.git"
    },
    {
      "identity" : "gtm-session-fetcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/gtm-session-fetcher.git"
    },
    {
      "identity" : "ocmock",
      "requirement" : {
        "revision" : [
          "7291762d3551c5c7e31c49cce40a0e391a52e889"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/ocmock.git"
    },
    {
      "identity" : "googleutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleUtilities.git"
    }
  ],
  "manifest_display_name" : "GoogleSignIn",
  "name" : "GoogleSignIn",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleSignIn",
      "targets" : [
        "GoogleSignIn"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleSignInSwift",
      "targets" : [
        "GoogleSignInSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleSignInSwift_UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleSignInSwift-UnitTests",
      "path" : "GoogleSignInSwift/Tests/Unit",
      "sources" : [
        "GoogleSignInButtonExtensionsTests.swift",
        "GoogleSignInButtonStylingTests.swift"
      ],
      "target_dependencies" : [
        "GoogleSignInSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleSignInSwift",
      "module_type" : "SwiftTarget",
      "name" : "GoogleSignInSwift",
      "path" : "GoogleSignInSwift/Sources",
      "product_memberships" : [
        "GoogleSignInSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GoogleSignInButton.swift",
        "GoogleSignInButtonBundleExtensions.swift",
        "GoogleSignInButtonStrings.swift",
        "GoogleSignInButtonStyling.swift",
        "GoogleSignInButtonViewModel.swift"
      ],
      "target_dependencies" : [
        "GoogleSignIn"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleSignIn_UnitTests",
      "module_type" : "ClangTarget",
      "name" : "GoogleSignIn-UnitTests",
      "path" : "GoogleSignIn/Tests/Unit",
      "product_dependencies" : [
        "OCMock",
        "AppAuth",
        "AppCheckCore",
        "GTMAppAuth",
        "GTMSessionFetcherCore",
        "GULMethodSwizzler",
        "GULSwizzlerTestHelpers"
      ],
      "sources" : [
        "GIDAppCheckTest.m",
        "GIDAuthStateMigrationTest.m",
        "GIDClaimTest.m",
        "GIDClaimsInternalOptionsTest.m",
        "GIDConfiguration+Testing.m",
        "GIDConfigurationTest.m",
        "GIDEMMErrorHandlerTest.m",
        "GIDEMMSupportTest.m",
        "GIDFailingOIDAuthState.m",
        "GIDFakeFetcher.m",
        "GIDFakeFetcherService.m",
        "GIDFakeMainBundle.m",
        "GIDGoogleUser+Testing.m",
        "GIDGoogleUserTest.m",
        "GIDMDMPasscodeStateTests.m",
        "GIDProfileData+Testing.m",
        "GIDProfileDataTest.m",
        "GIDScopesTest.m",
        "GIDSignInButtonTest.m",
        "GIDSignInCallbackSchemesTest.m",
        "GIDSignInInternalOptionsTest.m",
        "GIDSignInPreferencesTest.m",
        "GIDSignInTest.m",
        "GIDTokenTest.m",
        "OIDAuthState+Testing.m",
        "OIDAuthorizationRequest+Testing.m",
        "OIDAuthorizationResponse+Testing.m",
        "OIDServiceConfiguration+Testing.m",
        "OIDTokenRequest+Testing.m",
        "OIDTokenResponse+Testing.m",
        "UIAlertAction+Testing.m"
      ],
      "target_dependencies" : [
        "GoogleSignIn"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleSignIn",
      "module_type" : "ClangTarget",
      "name" : "GoogleSignIn",
      "path" : "GoogleSignIn/Sources",
      "product_dependencies" : [
        "AppAuth",
        "AppAuthCore",
        "AppCheckCore",
        "GTMAppAuth",
        "GTMSessionFetcherCore"
      ],
      "product_memberships" : [
        "GoogleSignIn",
        "GoogleSignInSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/Roboto-Bold.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/google.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/[email protected]",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Resources/[email protected]",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ar.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ca.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/cs.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/da.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/de.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/el.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/en.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/en_GB.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "en_gb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/es.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/es_MX.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "es_mx"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/fi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/fr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/fr_CA.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fr_ca"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/he.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/hi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/hr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/hu.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/id.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/it.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ja.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ko.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ms.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/nb.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/nl.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pl.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt_BR.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_br"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt_PT.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_pt"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ro.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/ru.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/sk.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/sv.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/th.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/tr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/uk.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/vi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/zh_CN.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_cn"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GoogleSignIn/Sources/Strings/zh_TW.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_tw"
            }
          }
        }
      ],
      "sources" : [
        "GIDAppCheck/Implementations/Fake/GIDAppCheckProviderFake.m",
        "GIDAppCheck/Implementations/GIDAppCheck.m",
        "GIDAppCheck/UI/GIDActivityIndicatorViewController.m",
        "GIDAuthStateMigration/Fake/GIDFakeAuthStateMigration.m",
        "GIDAuthStateMigration/Implementation/GIDAuthStateMigration.m",
        "GIDAuthentication.m",
        "GIDCallbackQueue.m",
        "GIDClaim.m",
        "GIDClaimsInternalOptions.m",
        "GIDConfiguration.m",
        "GIDEMMErrorHandler.m",
        "GIDEMMSupport.m",
        "GIDGoogleUser.m",
        "GIDJSONSerializer/Fake/GIDFakeJSONSerializerImpl.m",
        "GIDJSONSerializer/Implementation/GIDJSONSerializerImpl.m",
        "GIDMDMPasscodeCache.m",
        "GIDMDMPasscodeState.m",
        "GIDProfileData.m",
        "GIDScopes.m",
        "GIDSignIn.m",
        "GIDSignInButton.m",
        "GIDSignInCallbackSchemes.m",
        "GIDSignInInternalOptions.m",
        "GIDSignInPreferences.m",
        "GIDSignInResult.m",
        "GIDSignInStrings.m",
        "GIDTimedLoader/GIDTimedLoader.m",
        "GIDToken.m",
        "NSBundle+GID3PAdditions.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:44:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 42 |   ],
 43 |   dependencies: [
 44 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 45 |       name: "AppAuth",
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:48:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
 47 |       from: "2.0.0"),
 48 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 49 |       name: "AppCheck",
 50 |       url: "https://github.com/google/app-check.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:52:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 50 |       url: "https://github.com/google/app-check.git",
 51 |       from: "11.0.0"),
 52 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 53 |       name: "GTMAppAuth",
 54 |       url: "https://github.com/google/GTMAppAuth.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:56:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 54 |       url: "https://github.com/google/GTMAppAuth.git",
 55 |       from: "5.0.0"),
 56 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 57 |       name: "GTMSessionFetcher",
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:60:6: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
 59 |       from: "3.3.0"),
 60 |     .package(
    |      `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
/Users/admin/builder/spi-builder-workspace/Package.swift:63:8: warning: 'revision' is deprecated
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
    |        `- warning: 'revision' is deprecated
 64 |     .package(
 65 |       name: "GoogleUtilities",
/Users/admin/builder/spi-builder-workspace/Package.swift:64:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
 64 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
 65 |       name: "GoogleUtilities",
 66 |       url: "https://github.com/google/GoogleUtilities.git",
Done.