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 GooglePlaces, reference main (ec1d33), with Swift 6.2 for watchOS using Xcode 26.0 on 3 Dec 2025 16:10:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GooglePlaces-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/googlemaps/ios-places-sdk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/googlemaps/ios-places-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/googlemaps/ios-places-sdk.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  GooglePlaces: /Users/admin/builder/spi-builder-workspace
resolved source packages: GooglePlaces
2025-12-03 11:09:54.675 xcodebuild[525:3069] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GooglePlaces",
      "GooglePlaces-Package",
      "GooglePlacesSwift"
    ]
  }
}
2025-12-03 11:09:59.249 xcodebuild[632:3732] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GooglePlaces-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme GooglePlaces-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  GooglePlaces: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'GooglePlacesSwift' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlaces_GooglePlacesSwiftTarget' in project 'GooglePlaces' (no dependencies)
    Target 'GooglePlaces' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlacesTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlaces_GooglePlacesTarget' in project 'GooglePlaces' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
Build description signature: b848a2d5fe5f464189eb595202855b92
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b848a2d5fe5f464189eb595202855b92.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlacesTarget' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework'. (in target 'GooglePlacesSwiftTarget' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlacesSwiftTarget' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlaces' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework'. (in target 'GooglePlacesSwift' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlacesSwift' from project 'GooglePlaces')
2025-12-03 11:10:00.610 xcodebuild[634:3761] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GooglePlaces-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  GooglePlaces: /Users/admin/builder/spi-builder-workspace
resolved source packages: GooglePlaces
2025-12-03 11:10:02.357 xcodebuild[657:3875] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GooglePlaces",
      "GooglePlaces-Package",
      "GooglePlacesSwift"
    ]
  }
}
2025-12-03 11:10:03.374 xcodebuild[665:3933] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GooglePlaces-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme GooglePlaces-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  GooglePlaces: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'GooglePlacesSwift' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesSwiftTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlaces_GooglePlacesSwiftTarget' in project 'GooglePlaces' (no dependencies)
    Target 'GooglePlaces' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlacesTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlacesTarget' in project 'GooglePlaces'
        ➜ Explicit dependency on target 'GooglePlaces_GooglePlacesTarget' in project 'GooglePlaces'
    Target 'GooglePlaces_GooglePlacesTarget' in project 'GooglePlaces' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlacesSwiftTarget' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework'. (in target 'GooglePlacesSwiftTarget' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlacesTarget' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlacesSwift' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlacesSwift/GooglePlacesSwift.xcframework'. (in target 'GooglePlacesSwift' from project 'GooglePlaces')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework'. (in target 'GooglePlaces' from project 'GooglePlaces')
2025-12-03 11:10:04.171 xcodebuild[667:3962] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GooglePlaces-Package
(1 failure)
BUILD FAILURE 6.2 watchOS