Build Information
Failed to build GoogleSignIn, reference 9.1.0 (913b40), with Swift 6.3 for Wasm on 18 Apr 2026 03:11:30 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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: wasm
Swift version: 6.3
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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-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 (2.37s)
Fetching https://github.com/google/GoogleUtilities.git
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/GTMAppAuth.git
Fetching https://github.com/google/app-check.git
[1/2899] Fetching app-check
[2900/6796] Fetching app-check, gtmappauth
[3329/11975] Fetching app-check, gtmappauth, googleutilities
[7789/16808] Fetching app-check, gtmappauth, googleutilities, gtm-session-fetcher
[8542/26237] Fetching app-check, gtmappauth, googleutilities, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/app-check.git from cache (0.77s)
[18100/23338] Fetching gtmappauth, googleutilities, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/GTMAppAuth.git from cache (0.78s)
[14769/19441] Fetching googleutilities, gtm-session-fetcher, appauth-ios
Fetched https://github.com/google/GoogleUtilities.git from cache (1.19s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (1.20s)
Fetched https://github.com/openid/AppAuth-iOS.git from cache (1.20s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 5.0.0 (1.95s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 2.0.0 (0.61s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (2.13s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (4.16s)
Fetching https://github.com/google/promises.git
[1/2443] Fetching promises
Fetched https://github.com/google/promises.git from cache (0.51s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.63s)
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.52s)
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/firebase/ocmock.git
Working copy of https://github.com/firebase/ocmock.git resolved at 7291762d3551c5c7e31c49cce40a0e391a52e889
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/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.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/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
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 PrivacyInfo.xcprivacy
[1/112] Copying [email protected]
[1/112] Copying PrivacyInfo.xcprivacy
[1/112] Copying GoogleSignIn.strings
[19/112] Copying [email protected]
[19/112] Copying GoogleSignIn.strings
[27/112] Copying google.png
[28/112] Copying GoogleSignIn.strings
[32/112] Copying Info.plist
[32/112] Copying PrivacyInfo.xcprivacy
[32/112] Copying Roboto-Bold.ttf
[32/112] Copying PrivacyInfo.xcprivacy
[32/112] Copying Info.plist
[48/112] Write sources
[49/112] Copying GoogleSignIn.strings
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasip1/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
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasip1/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 GTMSessionUploadFetcher.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasip1/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] Compiling GTMSessionFetcherCore GTMSessionFetcherService.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/wasm32-unknown-wasip1/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 GTMSessionFetcherLogging.m
[51/112] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 wasm