This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 (beta) for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/TensorflowLiteSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/TensorflowLiteSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 73c997b add 0.0.20240419
Cloned https://github.com/kewlbear/TensorflowLiteSwift.git
Revision (git rev-parse @):
73c997b5ee87ffba411048b51e886582358b33a3
SUCCESS checkout https://github.com/kewlbear/TensorflowLiteSwift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/kewlbear/TensorflowLiteSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Compiling Link TensorFlowLiteC.swift
[5/5] Emitting module Link
[6/15] Compiling TensorFlowLite TensorFlowLite.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[7/15] Compiling TensorFlowLite Tensor.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[8/15] Compiling TensorFlowLite SignatureRunnerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/15] Emitting module TensorFlowLite
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[10/15] Compiling TensorFlowLite Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[11/15] Compiling TensorFlowLite QuantizationParameters.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[12/15] Compiling TensorFlowLite Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[13/15] Compiling TensorFlowLite Interpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[14/15] Compiling TensorFlowLite InterpreterError.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
[15/15] Compiling TensorFlowLite SignatureRunner.swift
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/Sources/Delegate.swift:15:8: error: no such module 'TensorFlowLiteC'
13 | // limitations under the License.
14 |
15 | import TensorFlowLiteC
   |        `- error: no such module 'TensorFlowLiteC'
16 |
17 | /// A delegate that the `Interpreter` uses to perform TensorFlow Lite model computations.
Fetching https://github.com/kewlbear/TensorFlowLiteC.git
[1/3270] Fetching tensorflowlitec
Fetched https://github.com/kewlbear/TensorFlowLiteC.git from cache (1.13s)
Creating working copy for https://github.com/kewlbear/TensorFlowLiteC.git
Working copy of https://github.com/kewlbear/TensorFlowLiteC.git resolved at master (1080313)
[8948/33826918] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteC.xcframework.zip
[352976/51426558] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteC.xcframework.zip, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCCoreML.xcframework.zip
[2821196/79642740] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteC.xcframework.zip, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCCoreML.xcframework.zip, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCMetal.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCCoreML.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCMetal.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteC.xcframework.zip
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCCoreML.xcframework.zip (1.87s)
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteCMetal.xcframework.zip (2.21s)
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20240528/TensorFlowLiteC.xcframework.zip (2.43s)
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/PrivacyInfo.xcprivacy
    /Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/LICENSE
    /Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/README.md
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.