Build Information
Failed to build swift-ass-renderer, reference main (28919f), with Swift 6.2 for Linux on 22 Jun 2025 18:14:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-ass-renderer.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/mihai8804858/swift-ass-renderer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28919f6 Fix package manifest for Swift < 6.0
Updating files: 98% (428/434)
Updating files: 99% (430/434)
Updating files: 100% (434/434)
Updating files: 100% (434/434), done.
Cloned https://github.com/mihai8804858/swift-ass-renderer.git
Revision (git rev-parse @):
28919f6b5ddd896d327b0283f8d97624902236e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mihai8804858/swift-ass-renderer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/mihai8804858/swift-ass-renderer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/mihai8804858/swift-snapshot-testing
[1/3413] Fetching swift-snapshot-testing
Fetched https://github.com/mihai8804858/swift-snapshot-testing from cache (1.45s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/mihai8804858/swift-libass
[1/2410] Fetching combine-schedulers
[2411/73335] Fetching combine-schedulers, swift-syntax
[15178/74237] Fetching combine-schedulers, swift-syntax, swift-libass
Fetched https://github.com/mihai8804858/swift-libass from cache (4.80s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (10.14s)
Fetched https://github.com/swiftlang/swift-syntax from cache (10.28s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (11.13s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.72s)
[1/861] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.61s)
Computing version for https://github.com/mihai8804858/swift-libass
Computed https://github.com/mihai8804858/swift-libass at 1.4.0 (4.16s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.89s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.77s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (5.55s)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/mihai8804858/swift-libass
Working copy of https://github.com/mihai8804858/swift-libass resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/mihai8804858/swift-snapshot-testing
Working copy of https://github.com/mihai8804858/swift-snapshot-testing resolved at main (4ee19ec)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Building for debugging...
[0/9] Write sources
[2/9] Copying PrivacyInfo.xcprivacy
[2/9] Write sources
[2/9] Copying PrivacyInfo.xcprivacy
[2/9] Write sources
[7/9] Write swift-version-24593BA9C3E375BF.txt
[9/42] Emitting module IssueReporting
[10/44] Compiling IssueReporting WithExpectedIssue.swift
[11/44] Compiling IssueReporting WithIssueContext.swift
[12/44] Compiling IssueReporting TestContext.swift
[13/44] Compiling IssueReporting Unimplemented.swift
[14/44] Compiling SwiftLibass SwiftLibass.swift
/host/spi-builder-workspace/.build/checkouts/swift-libass/Sources/SwiftLibass.swift:1:19: error: no such module 'libass'
1 | @_exported import libass
| `- error: no such module 'libass'
2 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/44] Emitting module SwiftLibass
/host/spi-builder-workspace/.build/checkouts/swift-libass/Sources/SwiftLibass.swift:1:19: error: no such module 'libass'
1 | @_exported import libass
| `- error: no such module 'libass'
2 |
[16/44] Compiling SwiftLibass resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-libass/Sources/SwiftLibass.swift:1:19: error: no such module 'libass'
1 | @_exported import libass
| `- error: no such module 'libass'
2 |
[17/44] Compiling IssueReporting BreakpointReporter.swift
[18/44] Compiling IssueReporting FatalErrorReporter.swift
[19/44] Compiling IssueReporting RuntimeWarningReporter.swift
[20/44] Compiling IssueReporting ReportIssue.swift
[21/44] Compiling IssueReporting FailureObserver.swift
[22/44] Compiling IssueReporting LockIsolated.swift
[23/44] Compiling IssueReporting Rethrows.swift
[24/44] Compiling ConcurrencyExtras MainSerialExecutor.swift
[25/44] Compiling IssueReporting ErrorReporting.swift
[26/44] Compiling IssueReporting AppHostWarning.swift
[27/44] Compiling IssueReporting SwiftTesting.swift
[28/44] Compiling IssueReporting UncheckedSendable.swift
[29/44] Compiling IssueReporting Warn.swift
[30/44] Compiling IssueReporting Deprecations.swift
[32/44] Emitting module ConcurrencyExtras
[35/44] Compiling ConcurrencyExtras Result.swift
BUILD FAILURE 6.2 linux