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 TensorFlowLiteC, reference 2.17.0 (fda49a), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 27 Nov 2024 05:06:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TensorFlowLiteC -destination platform=macOS,arch=arm64 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/kewlbear/TensorflowLiteC.git
Reference: 2.17.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/TensorflowLiteC
 * tag               2.17.0     -> FETCH_HEAD
HEAD is now at fda49a2 add 0.0.20240728
Cloned https://github.com/kewlbear/TensorflowLiteC.git
Revision (git rev-parse @):
fda49a28b407bff0ddf036a9bdb9828132bdc7f0
SUCCESS checkout https://github.com/kewlbear/TensorflowLiteC.git at 2.17.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kewlbear/TensorflowLiteC.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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  TensorFlowLiteC: /Users/admin/builder/spi-builder-workspace
resolved source packages: TensorFlowLiteC
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TensorFlowLiteC",
  "name" : "TensorFlowLiteC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TensorFlowLiteC",
      "targets" : [
        "TensorFlowLiteC",
        "TensorFlowLiteCCoreML",
        "TensorFlowLiteCMetal",
        "Link"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TensorFlowLiteCMetal",
      "module_type" : "BinaryTarget",
      "name" : "TensorFlowLiteCMetal",
      "path" : "remote/archive/TensorFlowLiteCMetal.xcframework.zip",
      "product_memberships" : [
        "TensorFlowLiteC"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "TensorFlowLiteCCoreML",
      "module_type" : "BinaryTarget",
      "name" : "TensorFlowLiteCCoreML",
      "path" : "remote/archive/TensorFlowLiteCCoreML.xcframework.zip",
      "product_memberships" : [
        "TensorFlowLiteC"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "TensorFlowLiteC",
      "module_type" : "BinaryTarget",
      "name" : "TensorFlowLiteC",
      "path" : "remote/archive/TensorFlowLiteC.xcframework.zip",
      "product_memberships" : [
        "TensorFlowLiteC"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Link",
      "module_type" : "SwiftTarget",
      "name" : "Link",
      "path" : "Sources/Link",
      "product_memberships" : [
        "TensorFlowLiteC"
      ],
      "sources" : [
        "TensorFlowLiteC.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TensorFlowLiteC"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TensorFlowLiteC -destination platform=macOS,arch=arm64 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 TensorFlowLiteC -destination platform=macOS,arch=arm64 "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:
  TensorFlowLiteC: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'TensorFlowLiteC' in project 'TensorFlowLiteC'
        ➜ Explicit dependency on target 'Link' in project 'TensorFlowLiteC'
    Target 'Link' in project 'TensorFlowLiteC' (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/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 619f3926bdae7b751d09f7cc0f963470
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/619f3926bdae7b751d09f7cc0f963470.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/TensorFlowLiteC/TensorFlowLiteC.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/TensorFlowLiteC/TensorFlowLiteC.xcframework'. (in target 'TensorFlowLiteC' from project 'TensorFlowLiteC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/TensorFlowLiteCCoreML/TensorFlowLiteCCoreML.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/TensorFlowLiteCCoreML/TensorFlowLiteCCoreML.xcframework'. (in target 'TensorFlowLiteC' from project 'TensorFlowLiteC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/TensorFlowLiteCMetal/TensorFlowLiteCMetal.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/TensorFlowLiteCMetal/TensorFlowLiteCMetal.xcframework'. (in target 'TensorFlowLiteC' from project 'TensorFlowLiteC')
--- 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 TensorFlowLiteC
(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 TensorFlowLiteC -destination platform=macOS,arch=arm64 "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:
  TensorFlowLiteC: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'TensorFlowLiteC' in project 'TensorFlowLiteC'
        ➜ Explicit dependency on target 'Link' in project 'TensorFlowLiteC'
    Target 'Link' in project 'TensorFlowLiteC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/TensorFlowLiteC/TensorFlowLiteC.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/TensorFlowLiteC/TensorFlowLiteC.xcframework'. (in target 'TensorFlowLiteC' from project 'TensorFlowLiteC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/TensorFlowLiteCCoreML/TensorFlowLiteCCoreML.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/TensorFlowLiteCCoreML/TensorFlowLiteCCoreML.xcframework'. (in target 'TensorFlowLiteC' from project 'TensorFlowLiteC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/TensorFlowLiteCMetal/TensorFlowLiteCMetal.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/TensorFlowLiteCMetal/TensorFlowLiteCMetal.xcframework'. (in target 'TensorFlowLiteC' from project 'TensorFlowLiteC')
--- 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 TensorFlowLiteC
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild