The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build GoogleMaps, reference 9.1.1 (3786e5), with Swift 6.0 for macOS (Xcode) using Xcode 16.0 on 17 Sep 2024 03:06:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleMaps -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/googlemaps/ios-maps-sdk.git
Reference: 9.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/googlemaps/ios-maps-sdk
 * tag               9.1.1      -> FETCH_HEAD
HEAD is now at 3786e50 No public description
Cloned https://github.com/googlemaps/ios-maps-sdk.git
Revision (git rev-parse @):
3786e5028d868482ef88140117d33efd60828300
SUCCESS checkout https://github.com/googlemaps/ios-maps-sdk.git at 9.1.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/googlemaps/ios-maps-sdk.git
Command line invocation:
    /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  GoogleMaps: /Users/admin/builder/spi-builder-workspace
resolved source packages: GoogleMaps
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoogleMaps",
  "name" : "GoogleMaps",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.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",
        "GoogleMapsBaseTarget",
        "GoogleMapsCoreTarget"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleMapsCoreTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleMapsCoreTarget",
      "path" : "Core",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "sources" : [
        "GMSEmpty.m"
      ],
      "target_dependencies" : [
        "GoogleMapsCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleMapsCore",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMapsCore",
      "path" : "remote/archive/GoogleMapsCore_3p.xcframework.zip",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleMapsBaseTarget",
      "module_type" : "ClangTarget",
      "name" : "GoogleMapsBaseTarget",
      "path" : "Base",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "sources" : [
        "GMSEmpty.m"
      ],
      "target_dependencies" : [
        "GoogleMapsBase"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GoogleMapsBase",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMapsBase",
      "path" : "remote/archive/GoogleMapsBase_3p.xcframework.zip",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleMaps",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMaps",
      "path" : "remote/archive/GoogleMaps_3p.xcframework.zip",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GoogleMaps"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleMaps -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-16.0.0-Release.Candidate.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 GoogleMaps -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
  GoogleMaps: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'GoogleMaps' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMaps_GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsBaseTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsCoreTarget' in project 'GoogleMaps'
    Target 'GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMaps_GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsBaseTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsCoreTarget' in project 'GoogleMaps'
    Target 'GoogleMapsCoreTarget' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsBaseTarget' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMaps_GoogleMapsTarget' in project 'GoogleMaps' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk -x c -c /dev/null
Build description signature: 5d3869ce812eee3a90982a12ce7cf438
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5d3869ce812eee3a90982a12ce7cf438.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework'. (in target 'GoogleMapsTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMapsTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMapsTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMapsBaseTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework'. (in target 'GoogleMaps' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMaps' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMaps' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMapsCoreTarget' from project 'GoogleMaps')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GoogleMaps
(1 failure)
Command line invocation:
    /Applications/Xcode-16.0.0-Release.Candidate.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 GoogleMaps -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
  GoogleMaps: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'GoogleMaps' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMaps_GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsBaseTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsCoreTarget' in project 'GoogleMaps'
    Target 'GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMaps_GoogleMapsTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsBaseTarget' in project 'GoogleMaps'
        ➜ Explicit dependency on target 'GoogleMapsCoreTarget' in project 'GoogleMaps'
    Target 'GoogleMapsCoreTarget' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsBaseTarget' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMaps_GoogleMapsTarget' in project 'GoogleMaps' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework'. (in target 'GoogleMapsTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMapsTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMapsTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMapsCoreTarget' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework'. (in target 'GoogleMaps' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMaps' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMaps' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMapsBaseTarget' from project 'GoogleMaps')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GoogleMaps
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild