Build Information
Failed to build TermKit, reference main (89ff1e
), with Swift 6.1 for Wasm on 11 Sep 2025 17:32:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/TermKit.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/migueldeicaza/TermKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 89ff1e7 Move TermKit to a layer-based model, this simplifies the debugging of rendering of individual views, the ordering of what to implement when drawing and corner cases that required careful consideration of interaction between subviews, exposed regions and so on.
Cloned https://github.com/migueldeicaza/TermKit.git
Revision (git rev-parse @):
89ff1e7546d27856ea610f02b4fd806adf9ac06a
SUCCESS checkout https://github.com/migueldeicaza/TermKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/migueldeicaza/TermKit.git
https://github.com/migueldeicaza/TermKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "textbufferkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/TextBufferKit.git"
},
{
"identity" : "swiftterm",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/SwiftTerm.git"
},
{
"identity" : "swiftlintplugins",
"requirement" : {
"range" : [
{
"lower_bound" : "0.58.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
},
{
"identity" : "swift-markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-markdown"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "TermKit",
"name" : "TermKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TermKit",
"targets" : [
"TermKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TermKitTests",
"module_type" : "SwiftTarget",
"name" : "TermKitTests",
"path" : "Tests/TermKitTests",
"sources" : [
"TermKitTests.swift",
"TerminfoTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"TermKit"
],
"type" : "test"
},
{
"c99name" : "TermKit",
"module_type" : "SwiftTarget",
"name" : "TermKit",
"path" : "Sources/TermKit",
"product_dependencies" : [
"TextBufferKit",
"SwiftTerm",
"Markdown"
],
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
"Core/Application.swift",
"Core/AttributedString.swift",
"Core/Clipboard.swift",
"Core/Dim.swift",
"Core/Events.swift",
"Core/Layer.swift",
"Core/Painter.swift",
"Core/Point.swift",
"Core/Pos.swift",
"Core/Rect.swift",
"Core/Responder.swift",
"Core/Size.swift",
"Core/StandardToplevel.swift",
"Core/Toplevel.swift",
"Core/View.swift",
"Core/WcWidth.swift",
"Core/Window.swift",
"Dialogs/Dialog.swift",
"Dialogs/FileDialog.swift",
"Dialogs/InputBox.swift",
"Dialogs/MessageBox.swift",
"Drivers/ConsoleDriver.swift",
"Drivers/CursesDriver.swift",
"Drivers/TTYDriver.swift",
"Drivers/TerminalCapability.swift",
"Drivers/TerminfoParser.swift",
"Drivers/UnixDriver.swift",
"Drivers/WindowsDriver.swift",
"Drivers/XtermCapability.swift",
"Extensions/StringChar.swift",
"Views/Button.swift",
"Views/Checkbox.swift",
"Views/DataTable.swift",
"Views/Desktop.swift",
"Views/Frame.swift",
"Views/HexView.swift",
"Views/Label.swift",
"Views/ListView.swift",
"Views/MarkdownView.swift",
"Views/Menu.swift",
"Views/ProgressBar.swift",
"Views/RadioGroup.swift",
"Views/ScrollView.swift",
"Views/Spinner.swift",
"Views/SplitView.swift",
"Views/StatusBar.swift",
"Views/TabView.swift",
"Views/Terminal.swift",
"Views/TextField.swift",
"Views/TextView.swift"
],
"target_dependencies" : [
"Curses"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_dependencies" : [
"SwiftTerm"
],
"product_memberships" : [
"Example"
],
"sources" : [
"DemoAssorted.swift",
"DemoDataTable.swift",
"DemoDialogs.swift",
"DemoDrawing.swift",
"DemoHost.swift",
"DemoMarkdown.swift",
"DemoSplitView.swift",
"DemoStandardToplevel.swift",
"DemoStatusBar.swift",
"DemoTabBar.swift",
"DemoTerminal.swift",
"DemoWindows.swift",
"SpinnerDemo.swift",
"SpinnerTest.swift",
"main.swift"
],
"target_dependencies" : [
"TermKit"
],
"type" : "executable"
},
{
"c99name" : "Curses",
"module_type" : "SystemLibraryTarget",
"name" : "Curses",
"path" : "Sources/Curses",
"product_memberships" : [
"TermKit",
"Example"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/migueldeicaza/SwiftTerm.git
[1/240] Fetching textbufferkit
[241/473] Fetching textbufferkit, swiftlintplugins
[474/2567] Fetching textbufferkit, swiftlintplugins, swift-docc-plugin
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (0.32s)
[465/9197] Fetching swiftlintplugins, swift-docc-plugin, swift-markdown
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.34s)
[1468/8964] Fetching swift-docc-plugin, swift-markdown
[3688/16136] Fetching swift-docc-plugin, swift-markdown, swiftterm
Fetched https://github.com/apple/swift-markdown from cache (0.93s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (0.93s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.93s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
Computed https://github.com/migueldeicaza/SwiftTerm.git at 1.5.1 (1.51s)
Fetching https://github.com/apple/swift-argument-parser
[1/15914] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (2.96s)
Computing version for https://github.com/apple/swift-markdown
Computed https://github.com/apple/swift-markdown at 0.6.0 (0.70s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18196] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.81s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.61.0 (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3509] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.64s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.61.0
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/migueldeicaza/SwiftTerm.git
Working copy of https://github.com/migueldeicaza/SwiftTerm.git resolved at 1.5.1
Creating working copy for https://github.com/migueldeicaza/TextBufferKit.git
Working copy of https://github.com/migueldeicaza/TextBufferKit.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-markdown
Working copy of https://github.com/apple/swift-markdown resolved at 0.6.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
[1369/70760294] Downloading https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip (6.78s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftLintCommandPlugin
[4/4] Compiling plugin SwiftLintBuildToolPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/54] Compiling cmark-gfm cmark_ctype.c
[7/54] Compiling CAtomic CAtomic.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:10:1: error: invalid storage class specifier in function declarator
10 | static struct arena_chunk {
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:15:4: error: parameter named 'A' is missing
15 | } *A = NULL;
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:15:5: error: expected ';' at end of declaration
15 | } *A = NULL;
| ^
| ;
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:17:1: error: invalid storage class specifier in function declarator
17 | static struct arena_chunk *alloc_arena_chunk(size_t sz, struct arena_chunk *prev) {
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:17:28: error: parameter named 'alloc_arena_chunk' is missing
17 | static struct arena_chunk *alloc_arena_chunk(size_t sz, struct arena_chunk *prev) {
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:17:82: error: expected ';' at end of declaration
17 | static struct arena_chunk *alloc_arena_chunk(size_t sz, struct arena_chunk *prev) {
| ^
| ;
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:8:19: error: parameter 'arena' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
8 | CMARK_DEFINE_LOCK(arena)
| ^
9 |
10 | static struct arena_chunk {
11 | size_t sz, used;
12 | uint8_t push_point;
13 | void *ptr;
14 | struct arena_chunk *prev;
15 | } *A = NULL;
16 |
17 | static struct arena_chunk *alloc_arena_chunk(size_t sz, struct arena_chunk *prev) {
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:8:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
8 | CMARK_DEFINE_LOCK(arena)
| ^
| int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:18:65: error: invalid application of 'sizeof' to an incomplete type 'struct arena_chunk'
18 | struct arena_chunk *c = (struct arena_chunk *)calloc(1, sizeof(*c));
| ^~~~
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:18:10: note: forward declaration of 'struct arena_chunk'
18 | struct arena_chunk *c = (struct arena_chunk *)calloc(1, sizeof(*c));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:21:4: error: incomplete definition of type 'struct arena_chunk'
21 | c->sz = sz;
| ~^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:18:10: note: forward declaration of 'struct arena_chunk'
18 | struct arena_chunk *c = (struct arena_chunk *)calloc(1, sizeof(*c));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:21:11: error: use of undeclared identifier 'sz'
21 | c->sz = sz;
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:22:4: error: incomplete definition of type 'struct arena_chunk'
22 | c->ptr = calloc(1, sz);
| ~^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:18:10: note: forward declaration of 'struct arena_chunk'
18 | struct arena_chunk *c = (struct arena_chunk *)calloc(1, sizeof(*c));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:22:22: error: use of undeclared identifier 'sz'
22 | c->ptr = calloc(1, sz);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:23:9: error: incomplete definition of type 'struct arena_chunk'
23 | if (!c->ptr)
| ~^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:18:10: note: forward declaration of 'struct arena_chunk'
18 | struct arena_chunk *c = (struct arena_chunk *)calloc(1, sizeof(*c));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:25:4: error: incomplete definition of type 'struct arena_chunk'
25 | c->prev = prev;
| ~^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:18:10: note: forward declaration of 'struct arena_chunk'
18 | struct arena_chunk *c = (struct arena_chunk *)calloc(1, sizeof(*c));
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:25:13: error: use of undeclared identifier 'prev'; did you mean 'free'?
25 | c->prev = prev;
| ^~~~
| free
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/__functions_malloc.h:14:6: note: 'free' declared here
14 | void free(void *__ptr);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:26:10: error: incompatible pointer to integer conversion returning 'struct arena_chunk *' from a function with result type 'int' [-Wint-conversion]
26 | return c;
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:30:3: error: call to undeclared function 'CMARK_INITIALIZE_AND_LOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
30 | CMARK_INITIALIZE_AND_LOCK(arena);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/arena.c:30:29: error: use of undeclared identifier 'arena'
30 | CMARK_INITIALIZE_AND_LOCK(arena);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[8/54] Compiling cmark-gfm arena.c
[8/54] Compiling cmark-gfm footnotes.c
[8/54] Compiling cmark-gfm cmark.c
[8/54] Compiling cmark-gfm commonmark.c
[8/54] Compiling cmark-gfm-extensions tasklist.c
[8/54] Compiling cmark-gfm blocks.c
[8/54] Compiling cmark-gfm buffer.c
[8/54] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftLintCommandPlugin
[4/4] Compiling plugin SwiftLintBuildToolPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/53] Write sources
[11/52] Compiling cmark-gfm-extensions tagfilter.c
[12/52] Compiling cmark-gfm-extensions strikethrough.c
[13/52] Compiling cmark-gfm-extensions ext_scanners.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
22 | CMARK_DEFINE_ONCE(registered);
| ^
| int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
22 | CMARK_DEFINE_ONCE(registered);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
30 | CMARK_RUN_ONCE(registered, register_plugins);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
30 | CMARK_RUN_ONCE(registered, register_plugins);
| ^
4 errors generated.
[14/52] Compiling cmark-gfm-extensions core-extensions.c
[14/52] Compiling cmark-gfm syntax_extension.c
[14/52] Compiling cmark-gfm utf8.c
[14/52] Compiling cmark-gfm xml.c
[14/52] Compiling cmark-gfm-extensions autolink.c
[14/52] Compiling cmark-gfm-extensions table.c
[14/52] Compiling cmark-gfm-extensions tasklist.c
[14/52] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm