Build Information
Failed to build TensorFlowLiteSwift, reference 2.17.0 (73c997
), with Swift 6.2 (beta) for Android on 21 Jun 2025 21:24:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/kewlbear/TensorflowLiteSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/kewlbear/TensorFlowLiteC.git
[1/4308] Fetching tensorflowlitec
Fetched https://github.com/kewlbear/TensorFlowLiteC.git from cache (0.41s)
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/TensorFlowLiteCCoreML.xcframework.zip
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/TensorFlowLiteCMetal.xcframework.zip
[1369/17633785] Downloading https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCCoreML.xcframework.zip
[17781/46348654] Downloading 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
[57579/86833637] Downloading 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, https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCCoreML.xcframework.zip (2.19s)
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteCMetal.xcframework.zip (2.91s)
Downloaded https://github.com/kewlbear/TensorFlowLiteC/releases/download/0.0.20250619/TensorFlowLiteC.xcframework.zip (4.36s)
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/TensorFlowLite/tensorflow/lite/swift/PrivacyInfo.xcprivacy
/host/spi-builder-workspace/Sources/TensorFlowLite/README.md
/host/spi-builder-workspace/Sources/TensorFlowLite/LICENSE
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/5] Emitting module Link
[5/5] Compiling Link TensorFlowLiteC.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/15] Emitting module TensorFlowLite
/host/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 Delegate.swift
/host/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 Interpreter.swift
/host/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/16] Compiling TensorFlowLite Tensor.swift
/host/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/16] Compiling TensorFlowLite SignatureRunner.swift
/host/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/16] Compiling TensorFlowLite SignatureRunnerError.swift
/host/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/16] Compiling TensorFlowLite InterpreterError.swift
/host/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/16] Compiling TensorFlowLite Model.swift
/host/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/16] Compiling TensorFlowLite QuantizationParameters.swift
/host/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.
[16/16] Compiling TensorFlowLite TensorFlowLite.swift
/host/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.
BUILD FAILURE 6.2 android