The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-speech-recognizer, reference 1.0.0 (7a7947), with Swift 6.3 for Android on 20 Apr 2026 19:08:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/swift-speech-recognizer.git
Reference: 1.0.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/renaudjenny/swift-speech-recognizer
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7a7947a docs(README): add Modern Concurrency usage
Cloned https://github.com/renaudjenny/swift-speech-recognizer.git
Revision (git rev-parse @):
7a7947a6f9fb1edaa48ee0e8d1c523f5fd8e9bd8
SUCCESS checkout https://github.com/renaudjenny/swift-speech-recognizer.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/renaudjenny/swift-speech-recognizer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6769] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.51s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (1.05s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2606] Fetching combine-schedulers
[288/3562] Fetching combine-schedulers, swift-concurrency-extras
[3563/4879] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[3787/10602] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.45s)
[3533/7996] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.09s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.09s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.12s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (1.63s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.82s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version--4F562202D5529B1.txt
[10/29] Compiling SwiftSpeechRecognizer SwiftSpeechRecognizer.swift
/host/spi-builder-workspace/Sources/SwiftSpeechRecognizer/SwiftSpeechRecognizer.swift:5:8: error: no such module 'Speech'
  3 | #endif
  4 |
  5 | import Speech
    |        `- error: no such module 'Speech'
  6 |
  7 | public struct SwiftSpeechRecognizer {
[11/29] Compiling XCTestDynamicOverlay Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/30] Emitting module SwiftSpeechRecognizer
/host/spi-builder-workspace/Sources/SwiftSpeechRecognizer/SwiftSpeechRecognizer.swift:5:8: error: no such module 'Speech'
  3 | #endif
  4 |
  5 | import Speech
    |        `- error: no such module 'Speech'
  6 |
  7 | public struct SwiftSpeechRecognizer {
[13/30] Compiling SwiftSpeechRecognizer SpeechRecognitionStatus.swift
/host/spi-builder-workspace/Sources/SwiftSpeechRecognizer/SwiftSpeechRecognizer.swift:5:8: error: no such module 'Speech'
  3 | #endif
  4 |
  5 | import Speech
    |        `- error: no such module 'Speech'
  6 |
  7 | public struct SwiftSpeechRecognizer {
[14/30] Compiling SwiftSpeechRecognizer SpeechRecognitionEngineError.swift
/host/spi-builder-workspace/Sources/SwiftSpeechRecognizer/SwiftSpeechRecognizer.swift:5:8: error: no such module 'Speech'
  3 | #endif
  4 |
  5 | import Speech
    |        `- error: no such module 'Speech'
  6 |
  7 | public struct SwiftSpeechRecognizer {
[15/30] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[16/30] Emitting module XCTestDynamicOverlay
BUILD FAILURE 6.3 android