Build Information
Failed to build GoogleUtilities, reference main (60da36
), with Swift 6.1 for Android on 30 May 2025 23:51:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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 60da361 [Release] Add changelog and bump podspec bump following #220 (#222)
Cloned https://github.com/google/GoogleUtilities.git
Revision (git rev-parse @):
60da361632d0de02786f709bdc0c4df340f7613e
SUCCESS checkout https://github.com/google/GoogleUtilities.git at main
========================================
Build
========================================
Selected platform: android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/paulb777/ocmock.git
[1/8713] Fetching ocmock
Fetched https://github.com/paulb777/ocmock.git from cache (1.06s)
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/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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeStateHelper.m
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzlingCache.m
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeDiff.m
[0/39] Compiling third-party-IsAppEncrypted IsAppEncrypted.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/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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzler+Unswizzle.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/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.
[2/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzlingCache.m
In file included from /host/spi-builder-workspace/third_party/IsAppEncrypted/IsAppEncrypted.m:43:
/host/spi-builder-workspace/third_party/IsAppEncrypted/Public/IsAppEncrypted.h:22:9: fatal error: 'objc/objc.h' file not found
22 | #import <objc/objc.h>
| ^~~~~~~~~~~~~
1 error generated.
[2/39] Compiling third-party-IsAppEncrypted IsAppEncrypted.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeClassSnapshot.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULSwizzler+Unswizzle.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeSnapshot.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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/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>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/39] Compiling GoogleUtilities-SwizzlerTestHelpers GULRuntimeStateHelper.m
BUILD FAILURE 6.1 android