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 TensorFlowLiteSwift, reference 2.14.0 (4a5e8b), with Swift 6.0 for macOS (SPM) on 13 Oct 2024 08:08:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tareksabry1337/TensorFlowLiteSwift.git
Reference: 2.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tareksabry1337/TensorFlowLiteSwift
 * tag               2.14.0     -> FETCH_HEAD
HEAD is now at 4a5e8b9 Update Package.swift
Cloned https://github.com/tareksabry1337/TensorFlowLiteSwift.git
Revision (git rev-parse @):
4a5e8b93351148c70cda70c8271ccd29bdb793e2
SUCCESS checkout https://github.com/tareksabry1337/TensorFlowLiteSwift.git at 2.14.0
[16375/17244954] Downloading https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723973.zip
[65500/46856209] Downloading https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723973.zip, https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723986.zip
Downloading binary artifact https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723973.zip
Downloading binary artifact https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723986.zip
Downloaded https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723973.zip (1.90s)
Downloaded https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723986.zip (2.47s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "tensorflowliteswift",
      "name": "TensorFlowLiteSwift",
      "url": "https://github.com/tareksabry1337/TensorFlowLiteSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TensorFlowLiteSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tareksabry1337/TensorFlowLiteSwift.git
[1/94] Fetching tensorflowliteswift
Fetched https://github.com/tareksabry1337/TensorFlowLiteSwift.git from cache (0.68s)
Creating working copy for https://github.com/tareksabry1337/TensorFlowLiteSwift.git
Working copy of https://github.com/tareksabry1337/TensorFlowLiteSwift.git resolved at 2.14.0 (4a5e8b9)
Fetching binary artifact https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723986.zip from cache
Fetching binary artifact https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723973.zip from cache
Fetched https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723973.zip from cache (0.91s)
Fetched https://api.github.com/repos/tareksabry1337/TensorFlowLiteC/releases/assets/166723986.zip from cache (1.11s)
warning: '.resolve-product-dependencies': dependency 'tensorflowliteswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tareksabry1337/TensorFlowLiteSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4A847ED0836F2485.txt
[3/13] Compiling TensorFlowLiteSwift TensorFlowLite.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[4/14] Compiling TensorFlowLiteSwift TensorFlowLiteSwift.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/14] Emitting module TensorFlowLiteSwift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[6/14] Compiling TensorFlowLiteSwift CoreMLDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[7/14] Compiling TensorFlowLiteSwift Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[8/14] Compiling TensorFlowLiteSwift InterpreterError.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[9/14] Compiling TensorFlowLiteSwift SignatureRunner.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[10/14] Compiling TensorFlowLiteSwift QuantizationParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[11/14] Compiling TensorFlowLiteSwift Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[12/14] Compiling TensorFlowLiteSwift SignatureRunnerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[13/14] Compiling TensorFlowLiteSwift Interpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
[14/14] Compiling TensorFlowLiteSwift Tensor.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLiteSwift/CoreMLDelegate.swift:15:8: error: no such module 'TensorFlowLiteCCoreML'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteCCoreML
   |        `- error: no such module 'TensorFlowLiteCCoreML'
16 |
17 | /// A delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations.
BUILD FAILURE 6.0 macosSpm