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 GoogleMaps, reference main (71e09f), with Swift 6.1 for macOS (SPM) on 19 Nov 2025 21:45:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/googlemaps/ios-maps-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/googlemaps/ios-maps-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 71e09fe feat: Create release candidate for version 10.6.0
Cloned https://github.com/googlemaps/ios-maps-sdk.git
Revision (git rev-parse @):
71e09fe4c751d59d7b1e524e998f786b429b1b14
SUCCESS checkout https://github.com/googlemaps/ios-maps-sdk.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/googlemaps/ios-maps-sdk.git
https://github.com/googlemaps/ios-maps-sdk.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoogleMaps",
  "name" : "GoogleMaps",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleMaps",
      "targets" : [
        "GoogleMapsTarget"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleMapsTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleMapsTarget",
      "path" : "Maps",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Maps/Resources/GoogleMapsResources/GoogleMaps.bundle",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GMSEmpty.m"
      ],
      "target_dependencies" : [
        "GoogleMaps"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleMaps",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMaps",
      "path" : "remote/archive/GoogleMaps_3p.xcframework.zip",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "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/3] Copying GoogleMaps.bundle
/Users/admin/builder/spi-builder-workspace/Maps/GMSEmpty.m:17:9: fatal error: module 'GoogleMaps' not found
   17 | @import GoogleMaps;
      |  ~~~~~~~^~~~~~~~~~
1 error generated.
[1/3] Compiling GoogleMapsTarget GMSEmpty.m
[1/3] Compiling GoogleMapsTarget resource_bundle_accessor.m
Downloading binary artifact https://dl.google.com/geosdk/swiftpm/10.6.0/GoogleMaps_3p.xcframework.zip
[1383/1383] Downloading https://dl.google.com/geosdk/swiftpm/10.6.0/GoogleMaps_3p.xcframework.zip
Downloaded https://dl.google.com/geosdk/swiftpm/10.6.0/GoogleMaps_3p.xcframework.zip (1.84s)
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/Maps/GMSEmpty.m:17:9: fatal error: module 'GoogleMaps' not found
   17 | @import GoogleMaps;
      |  ~~~~~~~^~~~~~~~~~
1 error generated.
[0/2] Compiling GoogleMapsTarget GMSEmpty.m
[0/2] Compiling GoogleMapsTarget resource_bundle_accessor.m
BUILD FAILURE 6.1 macosSpm