The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GoogleSignIn, reference 9.1.0 (913b40), with Swift 6.1 for Linux on 8 Jan 2026 02:15:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/google/GoogleSignIn-iOS.git
https://github.com/google/GoogleSignIn-iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/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" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Resources/Roboto-Bold.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Resources/google.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Resources/[email protected]",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Resources/[email protected]",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ar.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ca.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/cs.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/da.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/de.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/el.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/en.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/en_GB.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "en_gb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/es.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/es_MX.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "es_mx"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/fi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/fr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/fr_CA.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "fr_ca"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/he.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/hi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/hr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/hu.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/id.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/it.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ja.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ko.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ms.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/nb.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "nb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/nl.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/pl.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt_BR.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_br"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/pt_PT.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "pt_pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ro.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/ru.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/sk.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/sv.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/th.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/tr.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/uk.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/vi.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/GoogleSignIn/Sources/Strings/zh_CN.lproj/GoogleSignIn.strings",
          "rule" : {
            "process" : {
              "localization" : "zh_cn"
            }
          }
        },
        {
          "path" : "/host/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': /host/spi-builder-workspace/Package.swift:44:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
 42 |   ],
 43 |   dependencies: [
 44 |     .package(
    |      `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
 45 |       name: "AppAuth",
 46 |       url: "https://github.com/openid/AppAuth-iOS.git",
/host/spi-builder-workspace/Package.swift:48:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 49 |       name: "AppCheck",
 50 |       url: "https://github.com/google/app-check.git",
/host/spi-builder-workspace/Package.swift:52:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 53 |       name: "GTMAppAuth",
 54 |       url: "https://github.com/google/GTMAppAuth.git",
/host/spi-builder-workspace/Package.swift:56:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 57 |       name: "GTMSessionFetcher",
 58 |       url: "https://github.com/google/gtm-session-fetcher.git",
/host/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') [#DeprecatedDeclaration]
 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') [#DeprecatedDeclaration]
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
/host/spi-builder-workspace/Package.swift:63:8: warning: 'revision' is deprecated [#DeprecatedDeclaration]
 61 |       name: "OCMock",
 62 |       url: "https://github.com/firebase/ocmock.git",
 63 |       .revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
    |        `- warning: 'revision' is deprecated [#DeprecatedDeclaration]
 64 |     .package(
 65 |       name: "GoogleUtilities",
/host/spi-builder-workspace/Package.swift:64:6: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 65 |       name: "GoogleUtilities",
 66 |       url: "https://github.com/google/GoogleUtilities.git",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: 'spi-builder-workspace': ignoring target 'GoogleSignIn-UnitTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
7d27203a0e6c: Pulling fs layer
edac9016d38a: Pulling fs layer
2d98cf377531: Pulling fs layer
5286e0469da3: Pulling fs layer
7d27203a0e6c: Waiting
5286e0469da3: Waiting
edac9016d38a: Waiting
2d98cf377531: Waiting
2574e4b2ede5: Waiting
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
edac9016d38a: Verifying Checksum
edac9016d38a: Download complete
2d98cf377531: Download complete
7d27203a0e6c: Verifying Checksum
7d27203a0e6c: Download complete
5286e0469da3: Verifying Checksum
5286e0469da3: Download complete
955ae20f829c: Verifying Checksum
955ae20f829c: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
7d27203a0e6c: Pull complete
edac9016d38a: Pull complete
2d98cf377531: Pull complete
5286e0469da3: Pull complete
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/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",
/host/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",
/host/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",
/host/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",
/host/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",
/host/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",
/host/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 (0.91s)
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/openid/AppAuth-iOS.git
[1/3884] Fetching gtmappauth
[817/6335] Fetching gtmappauth, app-check
[4029/11052] Fetching gtmappauth, app-check, gtm-session-fetcher
[4143/16144] Fetching gtmappauth, app-check, gtm-session-fetcher, googleutilities
[12427/25483] Fetching gtmappauth, app-check, gtm-session-fetcher, googleutilities, appauth-ios
Fetched https://github.com/google/app-check.git from cache (0.46s)
[15841/23032] Fetching gtmappauth, gtm-session-fetcher, googleutilities, appauth-ios
Fetched https://github.com/google/GTMAppAuth.git from cache (0.73s)
Fetched https://github.com/google/GoogleUtilities.git from cache (0.84s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.85s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (0.85s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 5.0.0 (1.56s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 2.0.0 (0.70s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.67s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.72s)
Fetching https://github.com/google/promises.git
[1/2442] Fetching promises
Fetched https://github.com/google/promises.git from cache (0.34s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.17s)
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.60s)
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
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/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 5.0.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/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
warning: 'spi-builder-workspace': ignoring target 'GoogleSignIn-UnitTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/112] Copying GoogleSignIn.strings
[0/112] Copying [email protected]
[0/112] Copying google.png
[0/112] Copying PrivacyInfo.xcprivacy
[0/112] Copying [email protected]
[0/112] Copying Roboto-Bold.ttf
[0/112] Copying Info.plist
[0/112] Copying PrivacyInfo.xcprivacy
[0/112] Copying GoogleSignIn.strings
[19/112] Write sources
[19/112] Copying Info.plist
[19/112] Copying PrivacyInfo.xcprivacy
[19/112] Copying GoogleSignIn.strings
[23/112] Copying PrivacyInfo.xcprivacy
[24/112] Write sources
[39/112] Copying PrivacyInfo.xcprivacy
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AppAuthCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[51/112] Compiling AppAuthCore OIDURLSessionProvider.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AppAuthCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[51/112] Compiling AppAuthCore resource_bundle_accessor.m
[51/112] Compiling AppAuthCore OIDServiceDiscovery.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AppAuthCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[51/112] Compiling AppAuthCore OIDTokenUtilities.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AppAuthCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[51/112] Compiling AppAuthCore OIDTokenRequest.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AppAuthCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[51/112] Compiling AppAuthCore OIDURLQueryComponent.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/AppAuthCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[51/112] Compiling AppAuthCore OIDTokenResponse.m
[51/112] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/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",
/host/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",
/host/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",
/host/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",
/host/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",
/host/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",
/host/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",
warning: 'spi-builder-workspace': ignoring target 'GoogleSignIn-UnitTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/GTMSessionFetcherCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/61] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/GTMSessionFetcherCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/61] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[0/61] Compiling AppAuthCore OIDURLSessionProvider.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/GTMSessionFetcherCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/61] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[0/61] Compiling AppAuthCore resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/GTMSessionFetcherCore.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/61] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[0/61] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[0/61] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux