The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GoogleSignIn, reference 9.1.0 (913b40), with Swift 6.2 for Linux on 8 Jan 2026 02:10:37 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.2-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.2
Building package at path:  $PWD
https://github.com/google/GoogleSignIn-iOS.git
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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
828c1365039a: Pulling fs layer
253e69351b70: Pulling fs layer
46083a23d362: Pulling fs layer
18070bf5de03: Pulling fs layer
1d7beed95bdd: Pulling fs layer
a95ed60bf75a: Pulling fs layer
136bc6548137: Pulling fs layer
4efbdbb87e3e: Pulling fs layer
18070bf5de03: Waiting
1d7beed95bdd: Waiting
a95ed60bf75a: Waiting
136bc6548137: Waiting
4efbdbb87e3e: Waiting
828c1365039a: Download complete
18070bf5de03: Verifying Checksum
18070bf5de03: Download complete
828c1365039a: Pull complete
1d7beed95bdd: Verifying Checksum
1d7beed95bdd: Download complete
a95ed60bf75a: Verifying Checksum
a95ed60bf75a: Download complete
253e69351b70: Download complete
136bc6548137: Verifying Checksum
136bc6548137: Download complete
4efbdbb87e3e: Verifying Checksum
4efbdbb87e3e: Download complete
46083a23d362: Verifying Checksum
46083a23d362: Download complete
253e69351b70: Pull complete
46083a23d362: Pull complete
18070bf5de03: Pull complete
1d7beed95bdd: Pull complete
a95ed60bf75a: Pull complete
136bc6548137: Pull complete
4efbdbb87e3e: Pull complete
Digest: sha256:028db8def7a0a170322a168cc6b6bf6fa53e165049035becb7303fffc498bb80
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.2-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 [#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>
Fetching https://github.com/firebase/ocmock.git
[1/8280] Fetching ocmock
Fetched https://github.com/firebase/ocmock.git from cache (1.00s)
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/google/app-check.git
Fetching https://github.com/openid/AppAuth-iOS.git
[1/2451] Fetching app-check
[810/6335] Fetching app-check, gtmappauth
[4084/11427] Fetching app-check, gtmappauth, googleutilities
[8909/20766] Fetching app-check, gtmappauth, googleutilities, appauth-ios
[9063/25483] Fetching app-check, gtmappauth, googleutilities, appauth-ios, gtm-session-fetcher
Fetched https://github.com/google/app-check.git from cache (0.54s)
[11417/23032] Fetching gtmappauth, googleutilities, appauth-ios, gtm-session-fetcher
Fetched https://github.com/google/GTMAppAuth.git from cache (0.78s)
[17091/19148] Fetching googleutilities, appauth-ios, gtm-session-fetcher
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.44s)
Fetched https://github.com/google/GoogleUtilities.git from cache (1.45s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.45s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 5.0.0 (1.91s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 2.0.0 (0.44s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (1.93s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (1.47s)
Fetching https://github.com/google/promises.git
[1/2442] Fetching promises
Fetched https://github.com/google/promises.git from cache (0.32s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (0.94s)
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.74s)
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/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/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/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/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 3.5.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] Write sources
[0/112] Copying [email protected]
[0/112] Copying [email protected]
[0/112] Copying google.png
[0/112] Copying GoogleSignIn.strings
[0/112] Copying Roboto-Bold.ttf
[0/112] Copying PrivacyInfo.xcprivacy
[8/112] Copying GoogleSignIn.strings
[10/112] Copying Info.plist
[10/112] Copying PrivacyInfo.xcprivacy
[10/112] Copying GoogleSignIn.strings
[10/112] Copying Info.plist
[10/112] Copying GoogleSignIn.strings
[10/112] Copying PrivacyInfo.xcprivacy
[10/112] Copying GoogleSignIn.strings
[10/112] Copying PrivacyInfo.xcprivacy
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.
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.
[51/112] Compiling GTMSessionFetcherCore GTMSessionFetcherService.m
[51/112] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.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.
[51/112] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.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.
[51/112] Compiling GTMSessionFetcherCore resource_bundle_accessor.m
[51/112] Compiling AppAuthCore OIDURLSessionProvider.m
[51/112] 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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[51/112] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[51/112] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 linux