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 MetaverseVulkanFramework, reference main (13c706), with Swift 6.0 for watchOS using Xcode 16.0 on 16 Sep 2024 11:03:32 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 MetaverseVulkanFramework -destination generic/platform=watchOS 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/wabiverse/MetaverseVulkanFramework.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wabiverse/MetaverseVulkanFramework
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 13c7061 Fix VkBundle resources path.
Cloned https://github.com/wabiverse/MetaverseVulkanFramework.git
Revision (git rev-parse @):
13c7061599c61a4959c558d8ec1836e5b32b640b
SUCCESS checkout https://github.com/wabiverse/MetaverseVulkanFramework.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/wabiverse/MetaverseVulkanFramework.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:
  MetaverseVulkanFramework: /Users/admin/builder/spi-builder-workspace
resolved source packages: MetaverseVulkanFramework
{
  "c_language_standard" : "gnu17",
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "MetaverseVulkanFramework",
  "name" : "MetaverseVulkanFramework",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MoltenVK",
      "targets" : [
        "VkBundle",
        "MoltenVK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VkBundleTests",
      "module_type" : "SwiftTarget",
      "name" : "VkBundleTests",
      "path" : "Tests/VkBundleTests",
      "sources" : [
        "VkBundleTests.swift"
      ],
      "target_dependencies" : [
        "VkBundle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VkBundle",
      "module_type" : "SwiftTarget",
      "name" : "VkBundle",
      "path" : "Sources/VkBundle",
      "product_memberships" : [
        "MoltenVK"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/VkBundle/Resources/vulkan",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "VkBundler.swift"
      ],
      "target_dependencies" : [
        "MoltenVK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MoltenVK",
      "module_type" : "BinaryTarget",
      "name" : "MoltenVK",
      "path" : "Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework",
      "product_memberships" : [
        "MoltenVK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MetaverseVulkanFramework"
    ]
  }
}
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 MetaverseVulkanFramework -destination generic/platform=watchOS 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 MetaverseVulkanFramework -destination generic/platform=watchOS "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:
  MetaverseVulkanFramework: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'MoltenVK' in project 'MetaverseVulkanFramework'
        ➜ Explicit dependency on target 'VkBundle' in project 'MetaverseVulkanFramework'
        ➜ Explicit dependency on target 'MetaverseVulkanFramework_VkBundle' in project 'MetaverseVulkanFramework'
    Target 'VkBundle' in project 'MetaverseVulkanFramework'
        ➜ Explicit dependency on target 'MetaverseVulkanFramework_VkBundle' in project 'MetaverseVulkanFramework'
    Target 'MetaverseVulkanFramework_VkBundle' in project 'MetaverseVulkanFramework' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/WatchOS.platform/Developer/SDKs/WatchOS11.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.0.0-Release.Candidate.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: eef18a4311392ee62266c3be97df7506
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/eef18a4311392ee62266c3be97df7506.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework'. (in target 'MoltenVK' from project 'MetaverseVulkanFramework')
/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework'. (in target 'MoltenVK' from project 'MetaverseVulkanFramework')
/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework'. (in target 'VkBundle' from project 'MetaverseVulkanFramework')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme MetaverseVulkanFramework
(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 MetaverseVulkanFramework -destination generic/platform=watchOS "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:
  MetaverseVulkanFramework: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'MoltenVK' in project 'MetaverseVulkanFramework'
        ➜ Explicit dependency on target 'VkBundle' in project 'MetaverseVulkanFramework'
        ➜ Explicit dependency on target 'MetaverseVulkanFramework_VkBundle' in project 'MetaverseVulkanFramework'
    Target 'VkBundle' in project 'MetaverseVulkanFramework'
        ➜ Explicit dependency on target 'MetaverseVulkanFramework_VkBundle' in project 'MetaverseVulkanFramework'
    Target 'MetaverseVulkanFramework_VkBundle' in project 'MetaverseVulkanFramework' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework'. (in target 'MoltenVK' from project 'MetaverseVulkanFramework')
/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework'. (in target 'MoltenVK' from project 'MetaverseVulkanFramework')
/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Frameworks/1.2.6-rc2/apple/MoltenVK.xcframework'. (in target 'VkBundle' from project 'MetaverseVulkanFramework')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme MetaverseVulkanFramework
(1 failure)
BUILD FAILURE 6.0 watchOS