The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftTerm, reference 1.2.5 (e2b431), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 01:52:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/migueldeicaza/SwiftTerm.git
Reference: 1.2.5
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/migueldeicaza/SwiftTerm
 * tag               1.2.5      -> FETCH_HEAD
HEAD is now at e2b431d Bump
Cloned https://github.com/migueldeicaza/SwiftTerm.git
Revision (git rev-parse @):
e2b431dbf73f775fb4807a33e4572ffd3dc6933a
SUCCESS checkout https://github.com/migueldeicaza/SwiftTerm.git at 1.2.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/migueldeicaza/SwiftTerm.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/43] Compiling SwiftTerm BufferLine.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[5/43] Compiling SwiftTerm BufferSet.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[6/43] Compiling SwiftTerm CharData.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[7/43] Compiling SwiftTerm CharSets.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[8/43] Compiling SwiftTerm CircularList.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[9/47] Compiling SwiftTerm AppleTerminalView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[10/47] Compiling SwiftTerm CaretView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[11/47] Compiling SwiftTerm Extensions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[12/47] Compiling SwiftTerm TerminalViewDelegate.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[13/47] Compiling SwiftTerm Buffer.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[14/47] Compiling SwiftTerm Colors.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[15/47] Compiling SwiftTerm EscapeSequenceParser.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[16/47] Compiling SwiftTerm EscapeSequences.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[17/47] Compiling SwiftTerm ExternsionsTerminal.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[18/47] Compiling SwiftTerm File.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[19/47] Compiling SwiftTerm MacDebugView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[20/47] Compiling SwiftTerm MacExtensions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[21/47] Compiling SwiftTerm MacLocalTerminalView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[22/47] Compiling SwiftTerm MacTerminalView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[23/47] Compiling SwiftTerm Position.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[24/47] Compiling SwiftTerm HeadlessTerminal.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[25/47] Compiling SwiftTerm Line.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[26/47] Compiling SwiftTerm LocalProcess.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[27/47] Compiling SwiftTerm MacAccessibilityService.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[28/47] Compiling SwiftTerm MacCaretView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[29/47] Compiling SwiftTerm iOSExtensions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[30/47] Compiling SwiftTerm iOSKeyboardView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[31/47] Compiling SwiftTerm iOSTerminalView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[32/47] Compiling SwiftTerm iOSTextInput.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/47] Emitting module SwiftTerm
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[34/47] Compiling SwiftTerm TerminalOptions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[35/47] Compiling SwiftTerm Utilities.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[36/47] Compiling SwiftTerm iOSAccessoryView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[37/47] Compiling SwiftTerm iOSCaretView.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[38/47] Compiling SwiftTerm iOSDoubleButton.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[39/47] Compiling SwiftTerm Pty.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[40/47] Compiling SwiftTerm SearchService.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[41/47] Compiling SwiftTerm SelectionService.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[42/47] Compiling SwiftTerm SixelDcsHandler.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
[43/47] Compiling SwiftTerm Terminal.swift
/host/spi-builder-workspace/Sources/SwiftTerm/Apple/CaretView.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 | import CoreText
10 |
BUILD FAILURE 6.2 wasm