Build Information
Failed to build GoogleMapsUtils, reference main (e3eec9), with Swift 6.2 for macOS (SPM) on 21 Jan 2026 22:21:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/googlemaps/google-maps-ios-utils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/googlemaps/google-maps-ios-utils
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e3eec96 chore(main): release 7.1.0 (#569)
Cloned https://github.com/googlemaps/google-maps-ios-utils.git
Revision (git rev-parse @):
e3eec96b96ab2aa69c60e154d70edf523b495f82
SUCCESS checkout https://github.com/googlemaps/google-maps-ios-utils.git at main
Fetching https://github.com/erikdoe/ocmock.git
[1/10912] Fetching ocmock
Fetched https://github.com/erikdoe/ocmock.git from cache (1.64s)
Fetching https://github.com/googlemaps/ios-maps-sdk
[1/1023] Fetching ios-maps-sdk
Fetched https://github.com/googlemaps/ios-maps-sdk from cache (1.18s)
Computing version for https://github.com/googlemaps/ios-maps-sdk
Computed https://github.com/googlemaps/ios-maps-sdk at 10.0.0 (1.85s)
Creating working copy for https://github.com/googlemaps/ios-maps-sdk
Working copy of https://github.com/googlemaps/ios-maps-sdk resolved at 10.0.0
Creating working copy for https://github.com/erikdoe/ocmock.git
Working copy of https://github.com/erikdoe/ocmock.git resolved at fe1661a3efed11831a6452f4b1a0c5e6ddc08c3d
Downloading binary artifact https://dl.google.com/geosdk/swiftpm/10.0.0/GoogleMaps_3p.xcframework.zip
[1377/1377] Downloading https://dl.google.com/geosdk/swiftpm/10.0.0/GoogleMaps_3p.xcframework.zip
Downloaded https://dl.google.com/geosdk/swiftpm/10.0.0/GoogleMaps_3p.xcframework.zip (2.74s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "google-maps-ios-utils",
"name": "GoogleMapsUtils",
"url": "https://github.com/googlemaps/google-maps-ios-utils.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/google-maps-ios-utils",
"dependencies": [
{
"identity": "ios-maps-sdk",
"name": "GoogleMaps",
"url": "https://github.com/googlemaps/ios-maps-sdk",
"version": "10.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-maps-sdk",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/googlemaps/google-maps-ios-utils.git
[1/7546] Fetching google-maps-ios-utils
Fetched https://github.com/googlemaps/google-maps-ios-utils.git from cache (4.18s)
Fetching https://github.com/googlemaps/ios-maps-sdk from cache
Fetched https://github.com/googlemaps/ios-maps-sdk from cache (0.48s)
Computing version for https://github.com/googlemaps/ios-maps-sdk
Computed https://github.com/googlemaps/ios-maps-sdk at 10.7.0 (1.13s)
Creating working copy for https://github.com/googlemaps/google-maps-ios-utils.git
Working copy of https://github.com/googlemaps/google-maps-ios-utils.git resolved at main (e3eec96)
Creating working copy for https://github.com/googlemaps/ios-maps-sdk
Working copy of https://github.com/googlemaps/ios-maps-sdk resolved at 10.7.0
Downloading binary artifact https://dl.google.com/geosdk/swiftpm/10.7.0/GoogleMaps_3p.xcframework.zip
[13079/13079] Downloading https://dl.google.com/geosdk/swiftpm/10.7.0/GoogleMaps_3p.xcframework.zip
Downloaded https://dl.google.com/geosdk/swiftpm/10.7.0/GoogleMaps_3p.xcframework.zip (1.84s)
warning: '.resolve-product-dependencies': dependency 'google-maps-ios-utils' is not used by any target
Found 1 product dependencies
- GoogleMaps
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/googlemaps/google-maps-ios-utils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/Sources/GoogleMapsUtilsObjC/include/GMUGradient.m:20:
/Users/admin/builder/spi-builder-workspace/Sources/GoogleMapsUtilsObjC/include/GMUGradient.h:16:9: fatal error: 'UIKit/UIKit.h' file not found
16 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/35] Compiling GMUGradient.m
[0/35] Compiling GMUFeature.m
[0/35] Compiling GMUGeometryRenderer.m
[0/35] Compiling GMUGeometryCollection.m
[0/35] Compiling GMUClusterManager.m
[0/35] Compiling GMUDefaultClusterIconGenerator.m
[0/35] Compiling GMUGeoJSONParser.m
/Users/admin/builder/spi-builder-workspace/Sources/GoogleMapsUtilsObjC/include/GMUDefaultClusterRenderer.m:20:9: fatal error: 'GoogleMaps/GoogleMaps.h' file not found
20 | #import <GoogleMaps/GoogleMaps.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/35] Compiling GMUDefaultClusterRenderer.m
[0/35] Compiling GMUPolygon.m
[0/35] Compiling GMUGridBasedClusterAlgorithm.m
BUILD FAILURE 6.2 macosSpm