The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GoogleSignIn, reference 9.1.0 (913b40), with Swift 6.0 for Linux on 8 Jan 2026 02:12:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.0-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.0
Building package at path:  $PWD
https://github.com/google/GoogleSignIn-iOS.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
63e5bc7682b8: Pulling fs layer
0bd8840ce302: Pulling fs layer
29613b8c7d46: Pulling fs layer
e2b40b828612: Pulling fs layer
9f8581e2d9d6: Pulling fs layer
e3ba0e05febb: Pulling fs layer
0bd8840ce302: Waiting
9f391dd5513f: Pulling fs layer
695fdd98d1c4: Pulling fs layer
29613b8c7d46: Waiting
e2b40b828612: Waiting
9f8581e2d9d6: Waiting
9f391dd5513f: Waiting
695fdd98d1c4: Waiting
63e5bc7682b8: Waiting
e3ba0e05febb: Waiting
63e5bc7682b8: Verifying Checksum
63e5bc7682b8: Download complete
63e5bc7682b8: Pull complete
0bd8840ce302: Verifying Checksum
0bd8840ce302: Download complete
e2b40b828612: Verifying Checksum
e2b40b828612: Download complete
9f8581e2d9d6: Verifying Checksum
9f8581e2d9d6: Download complete
e3ba0e05febb: Verifying Checksum
e3ba0e05febb: Download complete
9f391dd5513f: Verifying Checksum
9f391dd5513f: Download complete
695fdd98d1c4: Verifying Checksum
695fdd98d1c4: Download complete
29613b8c7d46: Verifying Checksum
29613b8c7d46: Download complete
0bd8840ce302: Pull complete
29613b8c7d46: Pull complete
e2b40b828612: Pull complete
9f8581e2d9d6: Pull complete
e3ba0e05febb: Pull complete
9f391dd5513f: Pull complete
695fdd98d1c4: Pull complete
Digest: sha256:d60f78d1b94eb114d4ebb72af8c32e902a28db13a75577d0341a88c358a803b4
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.0-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 (1.00s)
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/app-check.git
[1/2451] Fetching app-check
[859/6335] Fetching app-check, gtmappauth
[6259/11427] Fetching app-check, gtmappauth, googleutilities
[6744/16144] Fetching app-check, gtmappauth, googleutilities, gtm-session-fetcher
[11857/25483] Fetching app-check, gtmappauth, googleutilities, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/app-check.git from cache (0.36s)
[9457/23032] Fetching gtmappauth, googleutilities, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/GTMAppAuth.git from cache (0.40s)
[8284/19148] Fetching googleutilities, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/GoogleUtilities.git from cache (0.80s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.81s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (0.87s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 5.0.0 (0.76s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 2.0.0 (0.86s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (0.78s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.80s)
Fetching https://github.com/google/promises.git
[1/2442] Fetching promises
Fetched https://github.com/google/promises.git from cache (0.82s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (3.75s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 3.5.0 (3.30s)
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/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/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/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/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 5.0.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 google.png
[0/112] Copying [email protected]
[0/112] Copying PrivacyInfo.xcprivacy
[0/112] Write sources
[0/112] Copying GoogleSignIn.strings
[0/112] Copying Roboto-Bold.ttf
[0/112] Copying GoogleSignIn.strings
[17/112] Copying PrivacyInfo.xcprivacy
[24/112] Copying Info.plist
[30/112] Copying GoogleSignIn.strings
[41/112] Copying Info.plist
[41/112] Copying GoogleSignIn.strings
[44/112] Copying PrivacyInfo.xcprivacy
[46/112] Copying GoogleSignIn.strings
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:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #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:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #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:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[51/112] Compiling GTMSessionFetcherCore GTMSessionFetcherLogging.m
[51/112] 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:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[51/112] Compiling GTMSessionFetcherCore GTMSessionUploadFetcher.m
[51/112] Compiling GTMSessionFetcherCore GTMSessionFetcherService.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:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[51/112] Compiling AppAuthCore resource_bundle_accessor.m
[51/112] 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:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[51/112] Compiling GTMSessionFetcherCore GTMSessionFetcher.m
[51/112] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux