Build Information
Failed to build Gtk, reference main (133d37), with Swift 6.1 for Wasm on 9 Mar 2026 23:46:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/swiftgtk.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/rhx/swiftgtk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 133d37d Stabilise CI on development
Cloned https://github.com/rhx/swiftgtk.git
Revision (git rev-parse @):
133d37d714fa01fa134ccc85049af547eab663f5
SUCCESS checkout https://github.com/rhx/swiftgtk.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rhx/swiftgtk.git
https://github.com/rhx/swiftgtk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "gir2swift",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/gir2swift.git"
},
{
"identity" : "swiftatk",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/SwiftAtk.git"
},
{
"identity" : "swiftgdk",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/SwiftGdk.git"
},
{
"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" : "Gtk",
"name" : "Gtk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Gtk",
"targets" : [
"Gtk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GtkTests",
"module_type" : "SwiftTarget",
"name" : "GtkTests",
"path" : "Tests/GtkTests",
"sources" : [
"GtkTests.swift"
],
"target_dependencies" : [
"Gtk"
],
"type" : "test"
},
{
"c99name" : "GtkCHelpers",
"module_type" : "ClangTarget",
"name" : "GtkCHelpers",
"path" : "Sources/GtkCHelpers",
"product_memberships" : [
"Gtk"
],
"sources" : [
"gtk_dialog.c"
],
"target_dependencies" : [
"CGtk"
],
"type" : "library"
},
{
"c99name" : "Gtk",
"module_type" : "SwiftTarget",
"name" : "Gtk",
"path" : "Sources/Gtk",
"product_dependencies" : [
"gir2swift",
"Gdk",
"Atk",
"gir2swift-plugin"
],
"product_memberships" : [
"Gtk"
],
"sources" : [
"ActionGroup.swift",
"App.swift",
"Box.swift",
"CSSProvider.swift",
"Container.swift",
"Dialog.swift",
"DragContext.swift",
"FileChooser.swift",
"FileChooserNative.swift",
"GtkTypeAliases.swift",
"Label.swift",
"ListStore.swift",
"MessageDialog.swift",
"Radio.swift",
"Screen.swift",
"SwiftGtk.swift",
"TargetEntry.swift",
"Text.swift",
"TreeStore.swift",
"Widget.swift",
"Window.swift"
],
"target_dependencies" : [
"GtkCHelpers"
],
"type" : "library"
},
{
"c99name" : "CGtk",
"module_type" : "SystemLibraryTarget",
"name" : "CGtk",
"path" : "Sources/CGtk",
"product_memberships" : [
"Gtk"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/rhx/gir2swift.git
[1/5583] Fetching gir2swift
Fetched https://github.com/rhx/gir2swift.git from cache (0.72s)
Fetching https://github.com/rhx/SwiftAtk.git
[1/3969] Fetching swiftatk
Fetched https://github.com/rhx/SwiftAtk.git from cache (1.60s)
Fetching https://github.com/rhx/SwiftGdk.git
[1/6124] Fetching swiftgdk
Fetched https://github.com/rhx/SwiftGdk.git from cache (12.07s)
Fetching https://github.com/rhx/SwiftLibXML.git
[1/316] Fetching swiftlibxml
Fetched https://github.com/rhx/SwiftLibXML.git from cache (0.37s)
Fetching https://github.com/rhx/SwiftGObject.git
[1/26136] Fetching swiftgobject
Fetched https://github.com/rhx/SwiftGObject.git from cache (4.96s)
Fetching https://github.com/rhx/SwiftGdkPixbuf.git
[1/1669] Fetching swiftgdkpixbuf
Fetched https://github.com/rhx/SwiftGdkPixbuf.git from cache (0.62s)
Fetching https://github.com/rhx/SwiftPangoCairo.git
[1/1000] Fetching swiftpangocairo
Fetched https://github.com/rhx/SwiftPangoCairo.git from cache (0.46s)
Fetching https://github.com/rhx/SwiftGLib.git
[1/21843] Fetching swiftglib
Fetched https://github.com/rhx/SwiftGLib.git from cache (9.85s)
Fetching https://github.com/rhx/SwiftGIO.git
[1/59779] Fetching swiftgio
Fetched https://github.com/rhx/SwiftGIO.git from cache (29.86s)
Fetching https://github.com/rhx/SwiftGModule.git
[1/15504] Fetching swiftgmodule
Fetched https://github.com/rhx/SwiftGModule.git from cache (1.79s)
Fetching https://github.com/rhx/SwiftCairo.git
[1/1803] Fetching swiftcairo
Fetched https://github.com/rhx/SwiftCairo.git from cache (0.49s)
Fetching https://github.com/rhx/SwiftPango.git
[1/4075] Fetching swiftpango
Fetched https://github.com/rhx/SwiftPango.git from cache (2.06s)
Fetching https://github.com/rhx/SwiftHarfBuzz.git
[1/172] Fetching swiftharfbuzz
Fetched https://github.com/rhx/SwiftHarfBuzz.git from cache (0.37s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[240/19353] Fetching swift-docc-plugin, swift-argument-parser
[3699/30858] Fetching swift-docc-plugin, swift-argument-parser, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (5.12s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.17s)
Fetched https://github.com/jpsim/Yams.git from cache (5.22s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (6.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3668] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.70s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.42s)
Creating working copy for https://github.com/rhx/gir2swift.git
Working copy of https://github.com/rhx/gir2swift.git resolved at main (3a5f1ed)
Creating working copy for https://github.com/rhx/SwiftAtk.git
Working copy of https://github.com/rhx/SwiftAtk.git resolved at main (acaaa7f)
Creating working copy for https://github.com/rhx/SwiftGIO.git
Working copy of https://github.com/rhx/SwiftGIO.git resolved at main (9a2ee26)
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.6
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
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/rhx/SwiftGObject.git
Working copy of https://github.com/rhx/SwiftGObject.git resolved at main (a959fc9)
Creating working copy for https://github.com/rhx/SwiftGdk.git
Working copy of https://github.com/rhx/SwiftGdk.git resolved at main (6ce71a6)
Creating working copy for https://github.com/rhx/SwiftGdkPixbuf.git
Working copy of https://github.com/rhx/SwiftGdkPixbuf.git resolved at main (a0fee7d)
Creating working copy for https://github.com/rhx/SwiftHarfBuzz.git
Working copy of https://github.com/rhx/SwiftHarfBuzz.git resolved at main (788b7a6)
Creating working copy for https://github.com/rhx/SwiftPangoCairo.git
Working copy of https://github.com/rhx/SwiftPangoCairo.git resolved at main (0318374)
Creating working copy for https://github.com/rhx/SwiftGModule.git
Working copy of https://github.com/rhx/SwiftGModule.git resolved at main (eecf947)
Creating working copy for https://github.com/rhx/SwiftPango.git
Working copy of https://github.com/rhx/SwiftPango.git resolved at main (1670dc5)
Creating working copy for https://github.com/rhx/SwiftGLib.git
Working copy of https://github.com/rhx/SwiftGLib.git resolved at main (10e8466)
Creating working copy for https://github.com/rhx/SwiftLibXML.git
Working copy of https://github.com/rhx/SwiftLibXML.git resolved at main (19deabb)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/rhx/SwiftCairo.git
Working copy of https://github.com/rhx/SwiftCairo.git resolved at main (87cd2aa)
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install harfbuzz-gobject using your system-packager:
apt-get install libharfbuzz-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gio-unix-2.0 using your system-packager:
apt-get install libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo2-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pangocairo using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-pixbuf-2.0 using your system-packager:
apt-get install libgdk-pixbuf2.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install atk using your system-packager:
apt-get install libatk1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
[0/21] Write sources
[6/21] Compiling writer.c
[7/21] Compiling reader.c
[8/21] Compiling parser.c
[9/21] Compiling api.c
[10/21] Compiling emitter.c
[11/21] Write swift-version-24593BA9C3E375BF.txt
[12/21] Compiling scanner.c
[14/45] Emitting module ArgumentParserToolInfo
[15/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/46] Emitting module Yams
[18/47] Compiling Yams Mark.swift
[19/47] Compiling Yams Node.Mapping.swift
[19/47] Wrapping AST for ArgumentParserToolInfo for debugging
[21/93] Compiling Yams YamlError.swift
[22/93] Compiling SwiftLibXML XMLPath.swift
[23/93] Compiling SwiftLibXML XMLNameSpace.swift
[24/93] Compiling SwiftLibXML XMLDocument.swift
[25/93] Compiling SwiftLibXML XMLElement.swift
[26/93] Compiling SwiftLibXML EmptySequence.swift
[27/93] Compiling SwiftLibXML XMLAttribute.swift
[28/93] Emitting module SwiftLibXML
[29/94] Compiling ArgumentParser ArgumentDiscussion.swift
[30/94] Compiling ArgumentParser ArgumentHelp.swift
[32/94] Compiling ArgumentParser Foundation.swift
[33/94] Compiling ArgumentParser Mutex.swift
[34/94] Compiling ArgumentParser Platform.swift
[35/94] Compiling ArgumentParser SequenceExtensions.swift
[36/94] Compiling ArgumentParser StringExtensions.swift
[37/94] Compiling ArgumentParser SwiftExtensions.swift
[38/100] Emitting module ArgumentParser
[39/100] Compiling ArgumentParser CommandConfiguration.swift
[40/100] Compiling ArgumentParser CommandGroup.swift
[40/100] Wrapping AST for SwiftLibXML for debugging
[42/100] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/100] Compiling ArgumentParser Argument.swift
[44/100] Compiling ArgumentParser ParsableArguments.swift
[45/100] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/100] Compiling ArgumentParser CompletionsGenerator.swift
[47/100] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/100] Compiling ArgumentParser ParentCommand.swift
[49/100] Compiling ArgumentParser AsyncParsableCommand.swift
[50/101] Wrapping AST for Yams for debugging
[52/101] Compiling ArgumentParser InputOrigin.swift
[53/101] Compiling ArgumentParser Name.swift
[54/101] Compiling ArgumentParser Parsed.swift
[55/101] Compiling ArgumentParser ParsedValues.swift
[56/101] Compiling ArgumentParser ParserError.swift
[57/101] Compiling ArgumentParser SplitArguments.swift
[58/101] Compiling ArgumentParser Tree.swift
[59/101] Compiling ArgumentParser CodingKeyValidator.swift
[60/101] Compiling ArgumentParser NonsenseFlagsValidator.swift
[61/101] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/101] Compiling ArgumentParser PositionalArgumentsValidator.swift
[63/101] Compiling ArgumentParser UniqueNamesValidator.swift
[64/101] Compiling ArgumentParser DumpHelpGenerator.swift
[65/101] Compiling ArgumentParser HelpCommand.swift
[66/101] Compiling ArgumentParser HelpGenerator.swift
[67/101] Compiling ArgumentParser MessageInfo.swift
[68/101] Compiling ArgumentParser UsageGenerator.swift
[69/101] Compiling ArgumentParser CollectionExtensions.swift
[70/101] Compiling ArgumentParser ArgumentVisibility.swift
[71/101] Compiling ArgumentParser CompletionKind.swift
[72/101] Compiling ArgumentParser Errors.swift
[73/101] Compiling ArgumentParser Flag.swift
[74/101] Compiling ArgumentParser NameSpecification.swift
[75/101] Compiling ArgumentParser Option.swift
[76/101] Compiling ArgumentParser OptionGroup.swift
[81/101] Compiling ArgumentParser EnumerableFlag.swift
[82/101] Compiling ArgumentParser ExpressibleByArgument.swift
[91/101] Compiling ArgumentParser ParsableCommand.swift
[92/101] Compiling ArgumentParser ArgumentDecoder.swift
[93/101] Compiling ArgumentParser ArgumentDefinition.swift
[94/101] Compiling ArgumentParser ArgumentSet.swift
[95/101] Compiling ArgumentParser CommandParser.swift
[96/101] Compiling ArgumentParser InputKey.swift
[97/102] Wrapping AST for ArgumentParser for debugging
[99/143] Compiling libgir2swift Character+Utilities.swift
[100/143] Compiling libgir2swift Collection+Utilities.swift
[101/143] Compiling libgir2swift Streams.swift
[102/143] Compiling libgir2swift String+Substring.swift
[103/143] Compiling libgir2swift String+Utilities.swift
[104/148] Compiling libgir2swift GirRecord.swift
[105/148] Compiling libgir2swift GirSignal.swift
[106/148] Compiling libgir2swift GirThing.swift
[107/148] Compiling libgir2swift GirUnion.swift
[108/148] Compiling libgir2swift girtype+xml.swift
[109/148] Compiling libgir2swift GirEnumeration.swift
[110/148] Compiling libgir2swift GirField.swift
[111/148] Compiling libgir2swift GirFunction.swift
[112/148] Compiling libgir2swift GirInterface.swift
[113/148] Compiling libgir2swift GirMethod.swift
[114/148] Compiling libgir2swift GirProperty.swift
[115/148] Emitting module libgir2swift
[116/148] Compiling libgir2swift Gir2Swift.swift
[117/148] Compiling libgir2swift GirType.swift
[118/148] Compiling libgir2swift TypeConversion.swift
[119/148] Compiling libgir2swift TypeReference.swift
[120/148] Compiling libgir2swift GirAlias.swift
[121/148] Compiling libgir2swift GirArgument.swift
[122/148] Compiling libgir2swift System.swift
[123/148] Compiling libgir2swift XML+Utilities.swift
[124/148] Compiling libgir2swift generation.swift
[125/148] Compiling libgir2swift planning.swift
[126/148] Compiling libgir2swift postprocessing.swift
[127/148] Compiling libgir2swift gtk2swiftdoc.swift
[128/148] Compiling libgir2swift ConversionContext.swift
[129/148] Compiling libgir2swift Gir+Enums.swift
[130/148] Compiling libgir2swift Gir+KnowTypeSets.swift
[131/148] Compiling libgir2swift Gir+KnownTypes.swift
[132/148] Compiling libgir2swift Gir.swift
[133/148] Compiling libgir2swift GirBitfield.swift
[134/148] Compiling libgir2swift GirCType.swift
[135/148] Compiling libgir2swift GirCallback.swift
[136/148] Compiling libgir2swift GirClass.swift
[137/148] Compiling libgir2swift GirConstant.swift
[138/148] Compiling libgir2swift GirDatatype.swift
[139/148] Compiling libgir2swift CodeBuilder.swift
[140/148] Compiling libgir2swift c2swift.swift
[141/148] Compiling libgir2swift emit-class.swift
[142/148] Compiling libgir2swift emit-signals.swift
[143/148] Compiling libgir2swift gir+swift.swift
[144/148] Compiling libgir2swift girtypes+swift.swift
[145/149] Wrapping AST for libgir2swift for debugging
[147/151] Emitting module gir2swift
[148/151] Compiling gir2swift main.swift
[149/152] Wrapping AST for gir2swift for debugging
[150/152] Write Objects.LinkFileList
[151/152] Linking gir2swift-tool
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install harfbuzz-gobject using your system-packager:
apt-get install libharfbuzz-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gio-unix-2.0 using your system-packager:
apt-get install libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo2-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pangocairo using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-pixbuf-2.0 using your system-packager:
apt-get install libgdk-pixbuf2.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install atk using your system-packager:
apt-get install libatk1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin gir2swift-plugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/73] Write sources
In file included from /host/spi-builder-workspace/Sources/GtkCHelpers/gtk_dialog.c:1:
/host/spi-builder-workspace/Sources/GtkCHelpers/include/gtk_dialog.h:1:10: fatal error: 'termios.h' file not found
1 | #include <termios.h>
| ^~~~~~~~~~~
1 error generated.
[10/73] Compiling GtkCHelpers gtk_dialog.c
[10/73] Compiling parser.c
[10/73] Compiling scanner.c
[10/73] Compiling writer.c
[10/73] Compiling reader.c
[10/73] Compiling api.c
[10/73] Compiling emitter.c
[10/73] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install harfbuzz-gobject using your system-packager:
apt-get install libharfbuzz-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gio-unix-2.0 using your system-packager:
apt-get install libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo2-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pangocairo using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-pixbuf-2.0 using your system-packager:
apt-get install libgdk-pixbuf2.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install atk using your system-packager:
apt-get install libatk1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
[0/10] Write swift-version-24593BA9C3E375BF.txt
[0/10] Compiling writer.c
[3/34] Compiling SwiftLibXML XMLPath.swift
[4/34] Emitting module SwiftLibXML
[5/34] Compiling SwiftLibXML XMLDocument.swift
[6/34] Compiling SwiftLibXML XMLNameSpace.swift
[7/34] Emitting module ArgumentParserToolInfo
[8/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/35] Compiling SwiftLibXML XMLAttribute.swift
[10/35] Compiling SwiftLibXML EmptySequence.swift
[11/35] Compiling SwiftLibXML XMLElement.swift
[12/36] Compiling Yams String+Yams.swift
[13/36] Compiling Yams Tag.swift
[14/37] Compiling Yams Representer.swift
[15/37] Compiling Yams Resolver.swift
[18/35] Compiling Yams Node.swift
[19/35] Compiling Yams Parser.swift
[20/35] Compiling Yams Mark.swift
[21/35] Compiling Yams Node.Mapping.swift
[22/35] Compiling Yams Node.Scalar.swift
[23/35] Compiling Yams Node.Sequence.swift
[24/35] Compiling Yams YamlError.swift
[25/81] Compiling ArgumentParser HelpGenerator.swift
[26/81] Compiling ArgumentParser MessageInfo.swift
[27/81] Emitting module Yams
[28/81] Compiling ArgumentParser OptionGroup.swift
[29/81] Compiling ArgumentParser Foundation.swift
[30/82] Wrapping AST for Yams for debugging
[32/82] Emitting module ArgumentParser
[33/88] Compiling ArgumentParser ParentCommand.swift
[34/88] Compiling ArgumentParser AsyncParsableCommand.swift
[35/88] Compiling ArgumentParser CommandConfiguration.swift
[36/88] Compiling ArgumentParser CommandGroup.swift
[37/88] Compiling ArgumentParser EnumerableFlag.swift
[38/88] Compiling ArgumentParser ExpressibleByArgument.swift
[39/88] Compiling ArgumentParser ParsableArguments.swift
[40/88] Compiling ArgumentParser InputOrigin.swift
[41/88] Compiling ArgumentParser Name.swift
[42/88] Compiling ArgumentParser Parsed.swift
[43/88] Compiling ArgumentParser ParsedValues.swift
[44/88] Compiling ArgumentParser ParserError.swift
[45/88] Compiling ArgumentParser SplitArguments.swift
[46/88] Compiling ArgumentParser Tree.swift
[47/88] Compiling ArgumentParser CodingKeyValidator.swift
[48/88] Compiling ArgumentParser NonsenseFlagsValidator.swift
[49/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/88] Compiling ArgumentParser PositionalArgumentsValidator.swift
[51/88] Compiling ArgumentParser UniqueNamesValidator.swift
[52/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[53/88] Compiling ArgumentParser CompletionsGenerator.swift
[54/88] Compiling ArgumentParser FishCompletionsGenerator.swift
[55/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
[56/88] Compiling ArgumentParser Argument.swift
[57/88] Compiling ArgumentParser ArgumentDiscussion.swift
[58/88] Compiling ArgumentParser ArgumentHelp.swift
[60/88] Compiling ArgumentParser Mutex.swift
[61/88] Compiling ArgumentParser Platform.swift
[62/88] Compiling ArgumentParser SequenceExtensions.swift
[63/88] Compiling ArgumentParser StringExtensions.swift
[64/88] Compiling ArgumentParser SwiftExtensions.swift
[65/88] Compiling ArgumentParser DumpHelpGenerator.swift
[66/88] Compiling ArgumentParser HelpCommand.swift
[69/88] Compiling ArgumentParser UsageGenerator.swift
[70/88] Compiling ArgumentParser CollectionExtensions.swift
[71/88] Compiling ArgumentParser ArgumentVisibility.swift
[72/88] Compiling ArgumentParser CompletionKind.swift
[73/88] Compiling ArgumentParser Errors.swift
[74/88] Compiling ArgumentParser Flag.swift
[75/88] Compiling ArgumentParser NameSpecification.swift
[76/88] Compiling ArgumentParser Option.swift
[78/88] Compiling ArgumentParser ParsableCommand.swift
[79/88] Compiling ArgumentParser ArgumentDecoder.swift
[80/88] Compiling ArgumentParser ArgumentDefinition.swift
[81/88] Compiling ArgumentParser ArgumentSet.swift
[82/88] Compiling ArgumentParser CommandParser.swift
[83/88] Compiling ArgumentParser InputKey.swift
[85/129] Compiling libgir2swift Character+Utilities.swift
[86/129] Compiling libgir2swift Collection+Utilities.swift
[87/129] Compiling libgir2swift Streams.swift
[88/129] Compiling libgir2swift String+Substring.swift
[89/129] Compiling libgir2swift String+Utilities.swift
[90/129] Compiling libgir2swift GirRecord.swift
[91/129] Compiling libgir2swift GirSignal.swift
[92/129] Compiling libgir2swift GirThing.swift
[93/129] Compiling libgir2swift GirUnion.swift
[94/129] Compiling libgir2swift girtype+xml.swift
[95/134] Compiling libgir2swift GirBitfield.swift
[96/134] Compiling libgir2swift GirCType.swift
[97/134] Compiling libgir2swift GirCallback.swift
[98/134] Compiling libgir2swift GirClass.swift
[99/134] Compiling libgir2swift GirConstant.swift
[100/134] Compiling libgir2swift GirDatatype.swift
[101/134] Compiling libgir2swift Gir2Swift.swift
[102/134] Compiling libgir2swift GirType.swift
[103/134] Compiling libgir2swift TypeConversion.swift
[104/134] Compiling libgir2swift TypeReference.swift
[105/134] Compiling libgir2swift GirAlias.swift
[106/134] Compiling libgir2swift GirArgument.swift
[107/134] Compiling libgir2swift GirEnumeration.swift
[108/134] Compiling libgir2swift GirField.swift
[109/134] Compiling libgir2swift GirFunction.swift
[110/134] Compiling libgir2swift GirInterface.swift
[111/134] Compiling libgir2swift GirMethod.swift
[112/134] Compiling libgir2swift GirProperty.swift
[113/134] Emitting module libgir2swift
[114/134] Compiling libgir2swift System.swift
[115/134] Compiling libgir2swift XML+Utilities.swift
[116/134] Compiling libgir2swift generation.swift
[117/134] Compiling libgir2swift planning.swift
[118/134] Compiling libgir2swift postprocessing.swift
[119/134] Compiling libgir2swift gtk2swiftdoc.swift
[120/134] Compiling libgir2swift ConversionContext.swift
[121/134] Compiling libgir2swift Gir+Enums.swift
[122/134] Compiling libgir2swift Gir+KnowTypeSets.swift
[123/134] Compiling libgir2swift Gir+KnownTypes.swift
[124/134] Compiling libgir2swift Gir.swift
[125/134] Compiling libgir2swift CodeBuilder.swift
[126/134] Compiling libgir2swift c2swift.swift
[127/134] Compiling libgir2swift emit-class.swift
[128/134] Compiling libgir2swift emit-signals.swift
[129/134] Compiling libgir2swift gir+swift.swift
[130/134] Compiling libgir2swift girtypes+swift.swift
[131/135] Wrapping AST for libgir2swift for debugging
[133/137] Emitting module gir2swift
[134/137] Compiling gir2swift main.swift
[135/137] Write Objects.LinkFileList
[136/137] Linking gir2swift-tool
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install harfbuzz-gobject using your system-packager:
apt-get install libharfbuzz-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gio-unix-2.0 using your system-packager:
apt-get install libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pango using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install cairo using your system-packager:
apt-get install libcairo2-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install pangocairo using your system-packager:
apt-get install libpango1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-pixbuf-2.0 using your system-packager:
apt-get install libgdk-pixbuf2.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk-3-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install atk using your system-packager:
apt-get install libatk1.0-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin gir2swift-plugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/68] Write sources
[12/68] Compiling writer.c
[13/68] Compiling reader.c
In file included from /host/spi-builder-workspace/Sources/GtkCHelpers/gtk_dialog.c:1:
/host/spi-builder-workspace/Sources/GtkCHelpers/include/gtk_dialog.h:1:10: fatal error: 'termios.h' file not found
1 | #include <termios.h>
| ^~~~~~~~~~~
1 error generated.
[14/68] Compiling GtkCHelpers gtk_dialog.c
[14/68] Compiling emitter.c
[14/68] Compiling scanner.c
[14/68] Compiling parser.c
[14/68] Compiling writer.c
[14/68] Compiling api.c
[14/68] Compiling scanner.c
[14/68] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm