The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build GoogleUtilities, reference main (d8b685), with Swift 6.1 for Wasm on 30 Sep 2025 16:24:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/google/GoogleUtilities.git
Reference: main
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/GoogleUtilities
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d8b685c Bump rexml from 3.3.9 to 3.4.2 in the bundler group across 1 directory (#224)
Cloned https://github.com/google/GoogleUtilities.git
Revision (git rev-parse @):
d8b685c0a258c64298d92a73a3a393126406b23e
SUCCESS checkout https://github.com/google/GoogleUtilities.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/google/GoogleUtilities.git
https://github.com/google/GoogleUtilities.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "c_language_standard" : "c99",
  "cxx_language_standard" : "gnu++14",
  "dependencies" : [
    {
      "identity" : "ocmock",
      "requirement" : {
        "revision" : [
          "173955e93e6ee6999a10729ab67e4b4efdd1db6d"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/paulb777/ocmock.git"
    }
  ],
  "manifest_display_name" : "GoogleUtilities",
  "name" : "GoogleUtilities",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "GULAppDelegateSwizzler",
      "targets" : [
        "GoogleUtilities-AppDelegateSwizzler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULEnvironment",
      "targets" : [
        "GoogleUtilities-Environment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULLogger",
      "targets" : [
        "GoogleUtilities-Logger"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULMethodSwizzler",
      "targets" : [
        "GoogleUtilities-MethodSwizzler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULNetwork",
      "targets" : [
        "GoogleUtilities-Network"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULNSData",
      "targets" : [
        "GoogleUtilities-NSData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULReachability",
      "targets" : [
        "GoogleUtilities-Reachability"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULSwizzlerTestHelpers",
      "targets" : [
        "GoogleUtilities-SwizzlerTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GULUserDefaults",
      "targets" : [
        "GoogleUtilities-UserDefaults"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "third_party_IsAppEncrypted",
      "module_type" : "ClangTarget",
      "name" : "third-party-IsAppEncrypted",
      "path" : "third_party/IsAppEncrypted",
      "product_memberships" : [
        "GULAppDelegateSwizzler",
        "GULEnvironment",
        "GULLogger",
        "GULMethodSwizzler",
        "GULNetwork",
        "GULReachability",
        "GULSwizzlerTestHelpers",
        "GULUserDefaults"
      ],
      "sources" : [
        "IsAppEncrypted.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "swift_test",
      "module_type" : "SwiftTarget",
      "name" : "swift-test",
      "path" : "SwiftPMTests/swift-test",
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "GoogleUtilities-AppDelegateSwizzler",
        "GoogleUtilities-Environment",
        "GoogleUtilities-Logger",
        "GoogleUtilities-MethodSwizzler",
        "GoogleUtilities-Network",
        "GoogleUtilities-NSData",
        "GoogleUtilities-Reachability",
        "GoogleUtilities-UserDefaults"
      ],
      "type" : "test"
    },
    {
      "c99name" : "objc_import_test",
      "module_type" : "ClangTarget",
      "name" : "objc-import-test",
      "path" : "SwiftPMTests/objc-import-test",
      "sources" : [
        "objc-header.m",
        "objc-module.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-AppDelegateSwizzler",
        "GoogleUtilities-Environment",
        "GoogleUtilities-Logger",
        "GoogleUtilities-MethodSwizzler",
        "GoogleUtilities-Network",
        "GoogleUtilities-NSData",
        "GoogleUtilities-Reachability",
        "GoogleUtilities-UserDefaults"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UtilitiesUnit",
      "module_type" : "ClangTarget",
      "name" : "UtilitiesUnit",
      "path" : "GoogleUtilities/Tests/Unit",
      "product_dependencies" : [
        "OCMock"
      ],
      "sources" : [
        "Environment/GULAppEnvironmentUtilTest.m",
        "Environment/GULKeychainStorageTests.m",
        "Logger/GULLoggerTest.m",
        "Network/GULMutableDictionaryTest.m",
        "Reachability/GULReachabilityCheckerTest.m",
        "Shared/URLSession/FIRURLSessionOCMockStub.m",
        "Swizzler/GULAppDelegateSwizzlerTest.m",
        "Swizzler/GULRuntimeClassDiffTests.m",
        "Swizzler/GULRuntimeClassSnapshotTests.m",
        "Swizzler/GULRuntimeDiffTests.m",
        "Swizzler/GULRuntimeSnapshotTests.m",
        "Swizzler/GULRuntimeStateHelperTests.m",
        "Swizzler/GULSceneDelegateSwizzlerTest.m",
        "Swizzler/GULSwizzlerInheritedMethodsSwizzlingTest.m",
        "Swizzler/GULSwizzlerTest.m",
        "Swizzler/GULSwizzlingCacheTest.m",
        "UserDefaults/GULUserDefaultsTests.m",
        "Utils/GULTestKeychain.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-AppDelegateSwizzler",
        "GoogleUtilities-Environment",
        "GoogleUtilities-Logger",
        "GoogleUtilities-MethodSwizzler",
        "GoogleUtilities-Network",
        "GoogleUtilities-NSData",
        "GoogleUtilities-Reachability",
        "GoogleUtilities-UserDefaults",
        "GoogleUtilities-SwizzlerTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleUtilities_UserDefaults",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-UserDefaults",
      "path" : "GoogleUtilities/UserDefaults",
      "product_memberships" : [
        "GULUserDefaults"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/UserDefaults/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULUserDefaults.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_SwizzlerTestHelpers",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-SwizzlerTestHelpers",
      "path" : "GoogleUtilities/SwizzlerTestHelpers",
      "product_memberships" : [
        "GULSwizzlerTestHelpers"
      ],
      "sources" : [
        "GULRuntimeClassDiff.m",
        "GULRuntimeClassSnapshot.m",
        "GULRuntimeDiff.m",
        "GULRuntimeSnapshot.m",
        "GULRuntimeStateHelper.m",
        "GULSwizzler+Unswizzle.m",
        "GULSwizzlingCache.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-MethodSwizzler"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_Reachability",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-Reachability",
      "path" : "GoogleUtilities/Reachability",
      "product_memberships" : [
        "GULAppDelegateSwizzler",
        "GULNetwork",
        "GULReachability"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/Reachability/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULReachabilityChecker.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_Network",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-Network",
      "path" : "GoogleUtilities/Network",
      "product_memberships" : [
        "GULAppDelegateSwizzler",
        "GULNetwork"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/Network/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULMutableDictionary.m",
        "GULNetwork.m",
        "GULNetworkConstants.m",
        "GULNetworkURLSession.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-Logger",
        "GoogleUtilities-NSData",
        "GoogleUtilities-Reachability"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_NSData",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-NSData",
      "path" : "GoogleUtilities/NSData+zlib",
      "product_memberships" : [
        "GULAppDelegateSwizzler",
        "GULNetwork",
        "GULNSData"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/NSData+zlib/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULNSData+zlib.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_MethodSwizzler",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-MethodSwizzler",
      "path" : "GoogleUtilities/MethodSwizzler",
      "product_memberships" : [
        "GULMethodSwizzler",
        "GULSwizzlerTestHelpers"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/MethodSwizzler/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULSwizzler.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_Logger",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-Logger",
      "path" : "GoogleUtilities/Logger",
      "product_memberships" : [
        "GULAppDelegateSwizzler",
        "GULLogger",
        "GULMethodSwizzler",
        "GULNetwork",
        "GULReachability",
        "GULSwizzlerTestHelpers",
        "GULUserDefaults"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/Logger/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULLogger.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-Environment"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_Environment",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-Environment",
      "path" : "GoogleUtilities/Environment",
      "product_memberships" : [
        "GULAppDelegateSwizzler",
        "GULEnvironment",
        "GULLogger",
        "GULMethodSwizzler",
        "GULNetwork",
        "GULReachability",
        "GULSwizzlerTestHelpers",
        "GULUserDefaults"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/Environment/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULAppEnvironmentUtil.m",
        "NetworkInfo/GULNetworkInfo.m",
        "SecureStorage/GULKeychainStorage.m",
        "SecureStorage/GULKeychainUtils.m"
      ],
      "target_dependencies" : [
        "third-party-IsAppEncrypted"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleUtilities_AppDelegateSwizzler",
      "module_type" : "ClangTarget",
      "name" : "GoogleUtilities-AppDelegateSwizzler",
      "path" : "GoogleUtilities/AppDelegateSwizzler",
      "product_memberships" : [
        "GULAppDelegateSwizzler"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/GoogleUtilities/AppDelegateSwizzler/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GULAppDelegateSwizzler.m",
        "GULSceneDelegateSwizzler.m"
      ],
      "target_dependencies" : [
        "GoogleUtilities-Environment",
        "GoogleUtilities-Logger",
        "GoogleUtilities-Network"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': ignoring target 'objc-import-test' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'UtilitiesUnit' 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-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/paulb777/ocmock.git
[1/8713] Fetching ocmock
Fetched https://github.com/paulb777/ocmock.git from cache (0.78s)
Creating working copy for https://github.com/paulb777/ocmock.git
Working copy of https://github.com/paulb777/ocmock.git resolved at 173955e93e6ee6999a10729ab67e4b4efdd1db6d
warning: 'spi-builder-workspace': ignoring target 'objc-import-test' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'UtilitiesUnit' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeDiff.m
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzlingCache.m
[0/39] Compiling third-party-IsAppEncrypted IsAppEncrypted.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULSwizzler+Unswizzle.m:15:
/host/spi-builder-workspace/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzler+Unswizzle.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassDiff.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassDiff.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeClassDiff.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeClassSnapshot.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeSnapshot.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeSnapshot.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeSnapshot.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeStateHelper.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': ignoring target 'objc-import-test' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'UtilitiesUnit' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
[0/39] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULSwizzlingCache.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzlingCache.m
[5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeClassDiff.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULSwizzler+Unswizzle.m:15:
/host/spi-builder-workspace/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzler+Unswizzle.m
[5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeSnapshot.m
[5/39] Compiling third-party-IsAppEncrypted IsAppEncrypted.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeDiff.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeDiff.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeStateHelper.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeStateHelper.m
In file included from /host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.m:15:
/host/spi-builder-workspace/GoogleUtilities/SwizzlerTestHelpers/GULRuntimeClassSnapshot.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | [5/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeClassSnapshot.m
BUILD FAILURE 6.1 wasm