Build Information
Failed to build TensorFlowLiteSwift, reference 2.17.0 (73c997
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 21:27:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/TensorflowLiteSwift.git
Reference: 2.17.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/TensorflowLiteSwift
* tag 2.17.0 -> FETCH_HEAD
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 2.17.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kewlbear/TensorflowLiteSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling Link TensorFlowLiteC.swift
[5/5] Emitting module Link
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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.
[7/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.
[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.
[9/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.
[10/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.
[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 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.
[13/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.
[14/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.
[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/4308] Fetching tensorflowlitec
Fetched https://github.com/kewlbear/TensorFlowLiteC.git from cache (1.06s)
Creating working copy for https://github.com/kewlbear/TensorFlowLiteC.git
Working copy of https://github.com/kewlbear/TensorFlowLiteC.git resolved at master (d4cb1f2)
Downloading binary artifact https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCCoreML.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCMetal.xcframework.zip
[16375/40484983] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip
[8692060/58118768] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCCoreML.xcframework.zip
[25814547/86833637] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCCoreML.xcframework.zip, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCMetal.xcframework.zip
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCCoreML.xcframework.zip (1.50s)
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCMetal.xcframework.zip (1.83s)
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip (2.23s)
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/README.md
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/LICENSE
/Users/admin/builder/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/PrivacyInfo.xcprivacy
BUILD FAILURE 6.2 macosSpm