Build Information
Failed to build swift-tts with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/swift-tts.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-tts
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9e74c8f docs(README): add badges
Cloned https://github.com/renaudjenny/swift-tts.git
Revision (git rev-parse @):
9e74c8faf2fbd5f9caf31c25cf07d6f7cd3d1e29
SUCCESS checkout https://github.com/renaudjenny/swift-tts.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/renaudjenny/swift-tts.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
[1/2244] Fetching combine-schedulers
[2267/4524] Fetching combine-schedulers, xctest-dynamic-overlay
[3363/5762] Fetching combine-schedulers, xctest-dynamic-overlay, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.52s)
[1/3694] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.73s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.75s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.80s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.2.0 (0.73s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.4 (0.72s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.2.0 (0.54s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.1 (0.69s)
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/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/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 XCTCurrentTestCase.swift
[10/21] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/21] Emitting module SwiftTTSCombine
/host/spi-builder-workspace/Sources/SwiftTTSCombine/SwiftTTSCombine.swift:6:8: error: no such module 'Combine'
import Combine
^
[12/21] Compiling SwiftTTSCombine SwiftTTSCombine.swift
/host/spi-builder-workspace/Sources/SwiftTTSCombine/SwiftTTSCombine.swift:6:8: error: no such module 'Combine'
import Combine
^
error: fatalError
/host/spi-builder-workspace/Sources/SwiftTTS/SwiftTTS.swift:5:8: error: no such module 'AVFoundation'
import AVFoundation
^
[13/21] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/11] Emitting module SwiftTTSCombine
/host/spi-builder-workspace/Sources/SwiftTTSCombine/SwiftTTSCombine.swift:6:8: error: no such module 'Combine'
import Combine
^
[3/11] Compiling SwiftTTSCombine SwiftTTSCombine.swift
/host/spi-builder-workspace/Sources/SwiftTTSCombine/SwiftTTSCombine.swift:6:8: error: no such module 'Combine'
import Combine
^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/11] Emitting module SwiftTTS
/host/spi-builder-workspace/Sources/SwiftTTS/SwiftTTS.swift:5:8: error: no such module 'AVFoundation'
import AVFoundation
^
/host/spi-builder-workspace/Sources/SwiftTTS/SwiftTTS.swift:5:8: error: no such module 'AVFoundation'
import AVFoundation
^
BUILD FAILURE 5.10 linux