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 swift-speech-recognizer with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/swift-speech-recognizer.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 35e56f6 docs(README): add Swift Package Index badges
Cloned https://github.com/renaudjenny/swift-speech-recognizer.git
Revision (git rev-parse @):
35e56f64ac07499678ed87e88ec25ebc528f65b0
SUCCESS checkout https://github.com/renaudjenny/swift-speech-recognizer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/renaudjenny/swift-speech-recognizer.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2244] Fetching combine-schedulers
[562/3519] Fetching combine-schedulers, swift-clocks
[3520/5875] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
[5876/9894] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.46s)
[6976/7538] Fetching combine-schedulers, swift-clocks, swift-dependencies
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.54s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.54s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.54s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.2.0 (0.58s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.4 (0.57s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.2.0 (0.56s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.1 (0.55s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.8.4
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.9.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.2.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/20] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/20] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[11/21] Compiling XCTestDynamicOverlay Deprecations.swift
[12/21] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[13/21] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[14/21] Compiling XCTestDynamicOverlay Unimplemented.swift
[15/21] Compiling XCTestDynamicOverlay XCTFail.swift
[16/21] Emitting module XCTestDynamicOverlay
[17/21] Compiling XCTestDynamicOverlay DefaultInitializable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/22] 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 {
[19/22] 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 {
[20/22] 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 {
[21/22] 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 {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.