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 main (7223c0), with Swift 6.0 for visionOS using Xcode 16.2 on 29 Nov 2024 03:02:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleMaps-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YAtechnologies/GoogleMaps-SP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YAtechnologies/GoogleMaps-SP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7223c00 Update README.md
Cloned https://github.com/YAtechnologies/GoogleMaps-SP.git
Revision (git rev-parse @):
7223c00b9d7d9520f83ea8b857fd134db7235558
SUCCESS checkout https://github.com/YAtechnologies/GoogleMaps-SP.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/YAtechnologies/GoogleMaps-SP.git
Command line invocation:
    /Applications/Xcode-16.1.0.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
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoogleMaps",
  "name" : "GoogleMaps",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GoogleMapsBase",
      "targets" : [
        "GoogleMapsBase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleMapsCore",
      "targets" : [
        "GoogleMapsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleMaps",
      "targets" : [
        "GoogleMaps",
        "GoogleMapsBase",
        "GoogleMapsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleMapsM4B",
      "targets" : [
        "GoogleMapsM4B"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GooglePlaces",
      "targets" : [
        "GooglePlaces",
        "GoogleMapsBase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GooglePlaces",
      "module_type" : "BinaryTarget",
      "name" : "GooglePlaces",
      "path" : "remote/archive/GooglePlaces.xcframework.zip",
      "product_memberships" : [
        "GooglePlaces"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleMapsM4B",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMapsM4B",
      "path" : "remote/archive/GoogleMapsM4B.xcframework.zip",
      "product_memberships" : [
        "GoogleMapsM4B"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleMapsCore",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMapsCore",
      "path" : "remote/archive/GoogleMapsCore.xcframework.zip",
      "product_memberships" : [
        "GoogleMapsCore",
        "GoogleMaps"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleMapsBase",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMapsBase",
      "path" : "remote/archive/GoogleMapsBase.xcframework.zip",
      "product_memberships" : [
        "GoogleMapsBase",
        "GoogleMaps",
        "GooglePlaces"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "GoogleMaps",
      "module_type" : "BinaryTarget",
      "name" : "GoogleMaps",
      "path" : "remote/archive/GoogleMaps.xcframework.zip",
      "product_memberships" : [
        "GoogleMaps"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release",
      "Simulator Release"
    ],
    "name" : "GoogleMaps",
    "schemes" : [
      "GoogleMaps",
      "GoogleMapsBase",
      "GoogleMapsCore",
      "GoogleMapsM4B",
      "GooglePlaces"
    ],
    "targets" : [
      "GoogleMaps",
      "GoogleMapsBase",
      "GoogleMapsCore",
      "GoogleMapsM4B",
      "GooglePlaces"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GoogleMaps",
      "GoogleMaps-Package",
      "GoogleMapsBase",
      "GoogleMapsCore",
      "GoogleMapsM4B",
      "GooglePlaces"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleMaps-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.1.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 GoogleMaps-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 'GooglePlaces' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsM4B' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsCore' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsBase' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMaps' in project 'GoogleMaps' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -x c -c /dev/null
Build description signature: ab8167ae267258bc55c498bc26d09f20
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ab8167ae267258bc55c498bc26d09f20.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMapsBase' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework:1:1: error: While building for visionOS, 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 visionOS, 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 visionOS, 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 visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMapsCore' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for visionOS, 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 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GooglePlaces' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsM4B/GoogleMapsM4B.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsM4B/GoogleMapsM4B.xcframework'. (in target 'GoogleMapsM4B' from project 'GoogleMaps')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GoogleMaps-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.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 GoogleMaps-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 'GooglePlaces' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsM4B' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsCore' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMapsBase' in project 'GoogleMaps' (no dependencies)
    Target 'GoogleMaps' in project 'GoogleMaps' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GooglePlaces' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GooglePlaces/GooglePlaces.xcframework:1:1: error: While building for visionOS, 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 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsBase/GoogleMapsBase.xcframework'. (in target 'GoogleMapsBase' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMaps/GoogleMaps.xcframework:1:1: error: While building for visionOS, 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 visionOS, 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 visionOS, 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 visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsCore/GoogleMapsCore.xcframework'. (in target 'GoogleMapsCore' from project 'GoogleMaps')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsM4B/GoogleMapsM4B.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/GoogleMapsM4B/GoogleMapsM4B.xcframework'. (in target 'GoogleMapsM4B' from project 'GoogleMaps')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GoogleMaps-Package
(1 failure)
BUILD FAILURE 6.0 visionOS