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 NMapsMap, reference 3.17.0 (f312d2), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 23:47:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NMapsMap -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaemyeong/NMapsMap.git
Reference: 3.17.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaemyeong/NMapsMap
 * tag               3.17.0     -> FETCH_HEAD
HEAD is now at f312d23 feat: Support for NMapsMap 3.17.0
Cloned https://github.com/jaemyeong/NMapsMap.git
Revision (git rev-parse @):
f312d23488d4a15a3a9cc27e66dc5afa3afc0145
SUCCESS checkout https://github.com/jaemyeong/NMapsMap.git at 3.17.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jaemyeong/NMapsMap.git
https://github.com/jaemyeong/NMapsMap.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NMapsMap",
  "name" : "NMapsMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NMapsMap",
      "targets" : [
        "NMapsMap",
        "NMapsGeometry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMapsMap",
      "module_type" : "BinaryTarget",
      "name" : "NMapsMap",
      "path" : "remote/archive/NMapsMap.xcframework.zip",
      "product_memberships" : [
        "NMapsMap"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "NMapsGeometry",
      "module_type" : "BinaryTarget",
      "name" : "NMapsGeometry",
      "path" : "remote/archive/NMapsGeometry.xcframework.zip",
      "product_memberships" : [
        "NMapsMap"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.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:
  NMapsMap: /Users/admin/builder/spi-builder-workspace
resolved source packages: NMapsMap
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NMapsMap",
  "name" : "NMapsMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NMapsMap",
      "targets" : [
        "NMapsMap",
        "NMapsGeometry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMapsMap",
      "module_type" : "BinaryTarget",
      "name" : "NMapsMap",
      "path" : "remote/archive/NMapsMap.xcframework.zip",
      "product_memberships" : [
        "NMapsMap"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "NMapsGeometry",
      "module_type" : "BinaryTarget",
      "name" : "NMapsGeometry",
      "path" : "remote/archive/NMapsGeometry.xcframework.zip",
      "product_memberships" : [
        "NMapsMap"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NMapsMap"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NMapsMap -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.3.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 NMapsMap -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 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:
  NMapsMap: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'NMapsMap' in project 'NMapsMap' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: 1615a0bac37e687447b00d9f2072ff39
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1615a0bac37e687447b00d9f2072ff39.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/NMapsMap/NMapsMap.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/NMapsMap/NMapsMap.xcframework'. (in target 'NMapsMap' from project 'NMapsMap')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/NMapsGeometry/NMapsGeometry.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/NMapsGeometry/NMapsGeometry.xcframework'. (in target 'NMapsMap' from project 'NMapsMap')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme NMapsMap
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  NMapsMap: /Users/admin/builder/spi-builder-workspace
resolved source packages: NMapsMap
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NMapsMap",
  "name" : "NMapsMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NMapsMap",
      "targets" : [
        "NMapsMap",
        "NMapsGeometry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMapsMap",
      "module_type" : "BinaryTarget",
      "name" : "NMapsMap",
      "path" : "remote/archive/NMapsMap.xcframework.zip",
      "product_memberships" : [
        "NMapsMap"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "NMapsGeometry",
      "module_type" : "BinaryTarget",
      "name" : "NMapsGeometry",
      "path" : "remote/archive/NMapsGeometry.xcframework.zip",
      "product_memberships" : [
        "NMapsMap"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NMapsMap"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NMapsMap -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.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 NMapsMap -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  NMapsMap: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'NMapsMap' in project 'NMapsMap' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: 08a4da7d5cd5929b0139e2192832d45b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/08a4da7d5cd5929b0139e2192832d45b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/NMapsMap/NMapsMap.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/NMapsMap/NMapsMap.xcframework'. (in target 'NMapsMap' from project 'NMapsMap')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/NMapsGeometry/NMapsGeometry.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/NMapsGeometry/NMapsGeometry.xcframework'. (in target 'NMapsMap' from project 'NMapsMap')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme NMapsMap
(1 failure)
BUILD FAILURE 6.1 visionOS