Build Information
Failed to build swift-tts, reference 2.1.2 (01ed54
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 02:32:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/swift-tts.git
Reference: 2.1.2
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
* tag 2.1.2 -> FETCH_HEAD
HEAD is now at 01ed546 build(macOS): re-add macOS in the package but error if it's built for it
Cloned https://github.com/renaudjenny/swift-tts.git
Revision (git rev-parse @):
01ed546e43f75e45eee49ed91f5a449d86e48fa3
SUCCESS checkout https://github.com/renaudjenny/swift-tts.git at 2.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/renaudjenny/swift-tts.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.76s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (1.36s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[2170/3271] Fetching combine-schedulers, swift-concurrency-extras
[3272/4563] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.36s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.36s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.37s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (3.28s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.51s)
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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.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.9.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
Building for debugging...
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/29] Emitting module XCTestDynamicOverlay
[11/30] Emitting module ConcurrencyExtras
[12/31] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/31] Emitting module SwiftTTS
/host/spi-builder-workspace/Sources/SwiftTTS/SwiftTTS.swift:5:8: error: no such module 'AVFoundation'
3 | #endif
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 |
7 | public struct SwiftTTS {
[14/31] Compiling SwiftTTS SwiftTTS.swift
/host/spi-builder-workspace/Sources/SwiftTTS/SwiftTTS.swift:5:8: error: no such module 'AVFoundation'
3 | #endif
4 |
5 | import AVFoundation
| `- error: no such module 'AVFoundation'
6 |
7 | public struct SwiftTTS {
[15/31] Compiling ConcurrencyExtras UncheckedSendable.swift
[16/31] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
BUILD FAILURE 6.2 linux