Build Information
Failed to build SwiftSubtitles, reference main (9f1503
), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 08:35:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/SwiftSubtitles.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/dagronf/SwiftSubtitles
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9f1503b Add basic support for parsing TTML files
Cloned https://github.com/dagronf/SwiftSubtitles.git
Revision (git rev-parse @):
9f1503bda1d095880da0f14a0e07215631929f27
SUCCESS checkout https://github.com/dagronf/SwiftSubtitles.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dagronf/SwiftSubtitles.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/dagronf/TinyCSV
Fetching https://github.com/dagronf/DSFRegex
[1/240] Fetching dsfregex
[241/517] Fetching dsfregex, tinycsv
Fetched https://github.com/dagronf/DSFRegex from cache (0.35s)
Fetched https://github.com/dagronf/TinyCSV from cache (0.41s)
Computing version for https://github.com/dagronf/DSFRegex
Computed https://github.com/dagronf/DSFRegex at 4.0.0 (1.12s)
Computing version for https://github.com/dagronf/TinyCSV
Computed https://github.com/dagronf/TinyCSV at 1.0.1 (0.59s)
Creating working copy for https://github.com/dagronf/TinyCSV
Working copy of https://github.com/dagronf/TinyCSV resolved at 1.0.1
Creating working copy for https://github.com/dagronf/DSFRegex
Working copy of https://github.com/dagronf/DSFRegex resolved at 4.0.0
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling DSFRegex resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | /// A regex class wrapper for Swift
[9/21] Compiling TinyCSV TinyCSV+EventDrivenDecoder.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[10/22] Compiling DSFRegex String+regex.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | /// A regex class wrapper for Swift
[11/22] Compiling TinyCSV resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/22] Emitting module DSFRegex
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | /// A regex class wrapper for Swift
[13/22] Compiling DSFRegex String+CursorExtensions.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | /// A regex class wrapper for Swift
[14/22] Compiling DSFRegex DSFRegex.swift
/host/spi-builder-workspace/.build/checkouts/DSFRegex/Sources/DSFRegex/DSFRegex.swift:20:8: error: no such module 'Foundation'
18 | //
19 |
20 | import Foundation
| `- error: no such module 'Foundation'
21 |
22 | /// A regex class wrapper for Swift
[15/22] Compiling TinyCSV TinyCSV+Parsing.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[16/22] Compiling TinyCSV TinyCSVData.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[17/22] Compiling TinyCSV TinyCSV+Decoder.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/22] Emitting module TinyCSV
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[19/22] Compiling TinyCSV TinyCSV.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[20/22] Compiling TinyCSV TinyCSV+Encode.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[21/22] Compiling TinyCSV TinyCSV+Decode.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
[22/22] Compiling TinyCSV TinyCSV+Delimiter.swift
/host/spi-builder-workspace/.build/checkouts/TinyCSV/Sources/TinyCSV/TinyCSV+Decode.swift:24:8: error: no such module 'Foundation'
22 | // CSV decoding routines
23 |
24 | import Foundation
| `- error: no such module 'Foundation'
25 |
26 | public extension TinyCSV.Coder {
BUILD FAILURE 6.2 wasm