Build Information
Failed to build GooglePlaces, reference 10.6.0 (ec1d33), with Swift 6.1 for macOS (SPM) on 3 Dec 2025 16:20:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/ios-places-sdk.git
Reference: 10.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/googlemaps/ios-places-sdk
* tag 10.6.0 -> FETCH_HEAD
HEAD is now at ec1d334 feat: Create release candidate for version 10.6.0
Cloned https://github.com/googlemaps/ios-places-sdk.git
Revision (git rev-parse @):
ec1d33428f29ac7f9369f858cff0feeec0260723
SUCCESS checkout https://github.com/googlemaps/ios-places-sdk.git at 10.6.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/googlemaps/ios-places-sdk.git
https://github.com/googlemaps/ios-places-sdk.git
{
"dependencies" : [
],
"manifest_display_name" : "GooglePlaces",
"name" : "GooglePlaces",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "GooglePlaces",
"targets" : [
"GooglePlacesTarget"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GooglePlacesSwift",
"targets" : [
"GooglePlacesSwiftTarget"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GooglePlacesTarget",
"module_type" : "ClangTarget",
"name" : "GooglePlacesTarget",
"path" : "Places",
"product_memberships" : [
"GooglePlaces",
"GooglePlacesSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Places/Resources/GooglePlacesResources/GooglePlaces.bundle",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GMSEmpty.m"
],
"target_dependencies" : [
"GooglePlaces"
],
"type" : "library"
},
{
"c99name" : "GooglePlacesSwiftTarget",
"module_type" : "SwiftTarget",
"name" : "GooglePlacesSwiftTarget",
"path" : "PlacesSwift",
"product_memberships" : [
"GooglePlacesSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/PlacesSwift/Resources/GooglePlacesSwiftResources/GooglePlacesSwift.bundle",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Empty.swift"
],
"target_dependencies" : [
"GooglePlacesSwift",
"GooglePlacesTarget"
],
"type" : "library"
},
{
"c99name" : "GooglePlacesSwift",
"module_type" : "BinaryTarget",
"name" : "GooglePlacesSwift",
"path" : "remote/archive/google_places_swift.xcframework.zip",
"product_memberships" : [
"GooglePlacesSwift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "GooglePlaces",
"module_type" : "BinaryTarget",
"name" : "GooglePlaces",
"path" : "remote/archive/GooglePlaces_3p.xcframework.zip",
"product_memberships" : [
"GooglePlaces",
"GooglePlacesSwift"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/6] Write sources
[1/6] Copying GooglePlacesSwift.bundle
[2/6] Copying GooglePlaces.bundle
[3/6] Write swift-version-2F0A5646E1D333AE.txt
/Users/admin/builder/spi-builder-workspace/Places/GMSEmpty.m:17:9: fatal error: module 'GooglePlaces' not found
17 | @import GooglePlaces;
| ~~~~~~~^~~~~~~~~~~~
1 error generated.
[4/6] Compiling GooglePlacesTarget GMSEmpty.m
[4/6] Compiling GooglePlacesTarget resource_bundle_accessor.m
Downloading binary artifact https://dl.google.com/geosdk/swiftpm/10.6.0/GooglePlaces_3p.xcframework.zip
Downloading binary artifact https://dl.google.com/geosdk/swiftpm/10.6.0/google_places_swift.xcframework.zip
[3994/3994] Downloading https://dl.google.com/geosdk/swiftpm/10.6.0/google_places_swift.xcframework.zip
[2523543/2523543] Downloading https://dl.google.com/geosdk/swiftpm/10.6.0/google_places_swift.xcframework.zip, https://dl.google.com/geosdk/swiftpm/10.6.0/GooglePlaces_3p.xcframework.zip
Downloaded https://dl.google.com/geosdk/swiftpm/10.6.0/GooglePlaces_3p.xcframework.zip (0.96s)
Downloaded https://dl.google.com/geosdk/swiftpm/10.6.0/google_places_swift.xcframework.zip (1.01s)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
/Users/admin/builder/spi-builder-workspace/Places/GMSEmpty.m:17:9: fatal error: module 'GooglePlaces' not found
17 | @import GooglePlaces;
| ~~~~~~~^~~~~~~~~~~~
1 error generated.
[0/3] Compiling GooglePlacesTarget GMSEmpty.m
[0/3] Compiling GooglePlacesTarget resource_bundle_accessor.m
[0/3] Write swift-version-2F0A5646E1D333AE.txt
BUILD FAILURE 6.1 macosSpm