Build Information
Failed to build Gtk, reference 4.16.0 (3cd5ce
), with Swift 6.1 for Wasm on 30 May 2025 13:04:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhx/swiftgtk.git
Reference: 4.16.0
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
* tag 4.16.0 -> FETCH_HEAD
HEAD is now at 3cd5ce0 Update for glib-2.82 and gtk-4.16
Cloned https://github.com/rhx/swiftgtk.git
Revision (git rev-parse @):
3cd5ce0c3a7c04375d8a52ba0d34d6da29b07164
SUCCESS checkout https://github.com/rhx/swiftgtk.git at 4.16.0
========================================
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" : "swiftgraphene",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/SwiftGraphene.git"
},
{
"identity" : "swiftatk",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/SwiftAtk.git"
},
{
"identity" : "swiftgsk",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/SwiftGsk.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",
"gtk_im_modules.c"
],
"target_dependencies" : [
"CGtk"
],
"type" : "library"
},
{
"c99name" : "Gtk",
"module_type" : "SwiftTarget",
"name" : "Gtk",
"path" : "Sources/Gtk",
"product_dependencies" : [
"gir2swift",
"Graphene",
"Atk",
"Gsk",
"gir2swift-plugin"
],
"product_memberships" : [
"Gtk"
],
"sources" : [
"App.swift",
"Box.swift",
"CSSProvider.swift",
"CheckButton.swift",
"Dialog.swift",
"DrawingArea.swift",
"FileChooser.swift",
"FileChooserNative.swift",
"GtkTypeAliases.swift",
"Label.swift",
"ListStore.swift",
"MessageDialog.swift",
"SwiftGtk.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-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/5539] Fetching gir2swift
Fetched https://github.com/rhx/gir2swift.git from cache (0.81s)
Fetching https://github.com/rhx/SwiftGraphene.git
[1/80] Fetching swiftgraphene
Fetched https://github.com/rhx/SwiftGraphene.git from cache (0.39s)
Fetching https://github.com/rhx/SwiftAtk.git
[1/3941] Fetching swiftatk
Fetched https://github.com/rhx/SwiftAtk.git from cache (2.03s)
Fetching https://github.com/rhx/SwiftGsk.git
[1/96] Fetching swiftgsk
Fetched https://github.com/rhx/SwiftGsk.git from cache (0.32s)
Fetching https://github.com/rhx/SwiftLibXML.git
[1/306] Fetching swiftlibxml
Fetched https://github.com/rhx/SwiftLibXML.git from cache (0.42s)
Fetching https://github.com/rhx/SwiftGObject.git
[1/11714] Fetching swiftgobject
Fetched https://github.com/rhx/SwiftGObject.git from cache (3.71s)
Fetching https://github.com/rhx/SwiftGdk.git
[1/6082] Fetching swiftgdk
Fetched https://github.com/rhx/SwiftGdk.git from cache (6.30s)
Fetching https://github.com/rhx/SwiftGLib.git
[1/21683] Fetching swiftglib
Fetched https://github.com/rhx/SwiftGLib.git from cache (7.20s)
Fetching https://github.com/rhx/SwiftGdkPixbuf.git
[1/1641] Fetching swiftgdkpixbuf
Fetched https://github.com/rhx/SwiftGdkPixbuf.git from cache (0.80s)
Fetching https://github.com/rhx/SwiftPangoCairo.git
[1/1000] Fetching swiftpangocairo
Fetched https://github.com/rhx/SwiftPangoCairo.git from cache (0.53s)
Fetching https://github.com/rhx/SwiftGIO.git
[1/54365] Fetching swiftgio
Fetched https://github.com/rhx/SwiftGIO.git from cache (18.47s)
Fetching https://github.com/rhx/SwiftGModule.git
[1/1085] Fetching swiftgmodule
Fetched https://github.com/rhx/SwiftGModule.git from cache (0.29s)
Fetching https://github.com/rhx/SwiftCairo.git
[1/1778] Fetching swiftcairo
Fetched https://github.com/rhx/SwiftCairo.git from cache (0.59s)
Fetching https://github.com/rhx/SwiftPango.git
[1/4050] Fetching swiftpango
Fetched https://github.com/rhx/SwiftPango.git from cache (2.05s)
Fetching https://github.com/rhx/SwiftHarfBuzz.git
[1/144] Fetching swiftharfbuzz
Fetched https://github.com/rhx/SwiftHarfBuzz.git from cache (0.43s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/12706] Fetching swift-docc-plugin, yams
[2038/28092] Fetching swift-docc-plugin, yams, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.91s)
[5292/26043] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.98s)
[8100/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.88s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (3.98s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.12s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.43s)
Creating working copy for https://github.com/rhx/SwiftGsk.git
Working copy of https://github.com/rhx/SwiftGsk.git resolved at main (65a1763)
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/SwiftLibXML.git
Working copy of https://github.com/rhx/SwiftLibXML.git resolved at main (1b9b259)
Creating working copy for https://github.com/rhx/SwiftHarfBuzz.git
Working copy of https://github.com/rhx/SwiftHarfBuzz.git resolved at main (eeaa2f0)
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/SwiftAtk.git
Working copy of https://github.com/rhx/SwiftAtk.git resolved at main (62a98a3)
Creating working copy for https://github.com/rhx/SwiftPango.git
Working copy of https://github.com/rhx/SwiftPango.git resolved at main (f3c2728)
Creating working copy for https://github.com/rhx/gir2swift.git
Working copy of https://github.com/rhx/gir2swift.git resolved at main (d004249)
Creating working copy for https://github.com/rhx/SwiftGdk.git
Working copy of https://github.com/rhx/SwiftGdk.git resolved at gtk4 (c9d9576)
Creating working copy for https://github.com/rhx/SwiftGIO.git
Working copy of https://github.com/rhx/SwiftGIO.git resolved at main (e127a94)
Creating working copy for https://github.com/rhx/SwiftGdkPixbuf.git
Working copy of https://github.com/rhx/SwiftGdkPixbuf.git resolved at main (b382992)
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/SwiftGraphene.git
Working copy of https://github.com/rhx/SwiftGraphene.git resolved at main (ba21763)
Creating working copy for https://github.com/rhx/SwiftGModule.git
Working copy of https://github.com/rhx/SwiftGModule.git resolved at main (69e7237)
Creating working copy for https://github.com/rhx/SwiftGObject.git
Working copy of https://github.com/rhx/SwiftGObject.git resolved at main (3732e69)
Creating working copy for https://github.com/rhx/SwiftCairo.git
Working copy of https://github.com/rhx/SwiftCairo.git resolved at main (deee984)
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.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/rhx/SwiftGLib.git
Working copy of https://github.com/rhx/SwiftGLib.git resolved at main (2a3ceac)
warning: you may be able to install gtk4-unix-print using your system-packager:
apt-get install libgtk-4-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 graphene-gobject-1.0 using your system-packager:
apt-get install libgraphene-1.0-dev gir1.2-graphene-1.0 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
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 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 gtk4 using your system-packager:
apt-get install libgtk-4-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gtk4 using your system-packager:
apt-get install libgtk-4-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
[0/21] Write sources
[6/21] Compiling reader.c
[7/21] Compiling writer.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 SwiftLibXML
[15/45] Emitting module ArgumentParserToolInfo
[16/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/59] Wrapping AST for ArgumentParserToolInfo for debugging
[19/84] Compiling SwiftLibXML EmptySequence.swift
[20/84] Compiling SwiftLibXML XMLPath.swift
[21/84] Compiling SwiftLibXML XMLNameSpace.swift
[22/84] Compiling SwiftLibXML XMLElement.swift
[23/84] Compiling SwiftLibXML XMLAttribute.swift
[24/84] Compiling SwiftLibXML XMLDocument.swift
[26/85] Compiling ArgumentParser NameSpecification.swift
[27/85] Compiling ArgumentParser Option.swift
[28/85] Compiling ArgumentParser Errors.swift
[29/85] Compiling ArgumentParser Flag.swift
[29/86] Wrapping AST for SwiftLibXML for debugging
[31/86] Compiling ArgumentParser ArgumentVisibility.swift
[32/86] Compiling ArgumentParser CompletionKind.swift
[33/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/86] Compiling ArgumentParser OptionGroup.swift
[36/86] Compiling ArgumentParser AsyncParsableCommand.swift
[37/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/86] Compiling ArgumentParser CompletionsGenerator.swift
[39/86] Emitting module Yams
[40/86] Compiling ArgumentParser Argument.swift
[41/86] Compiling ArgumentParser ArgumentHelp.swift
[42/86] Compiling Yams YamlError.swift
[44/87] Emitting module ArgumentParser
[44/92] Wrapping AST for Yams for debugging
[58/92] Compiling ArgumentParser CollectionExtensions.swift
[59/92] Compiling ArgumentParser Platform.swift
[60/92] Compiling ArgumentParser SequenceExtensions.swift
[61/92] Compiling ArgumentParser StringExtensions.swift
[62/92] Compiling ArgumentParser Tree.swift
[63/92] Compiling ArgumentParser Name.swift
[64/92] Compiling ArgumentParser Parsed.swift
[65/92] Compiling ArgumentParser ParsedValues.swift
[66/92] Compiling ArgumentParser ParserError.swift
[67/92] Compiling ArgumentParser SplitArguments.swift
[68/92] Compiling ArgumentParser ExpressibleByArgument.swift
[69/92] Compiling ArgumentParser ParsableArguments.swift
[70/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/92] Compiling ArgumentParser ParsableCommand.swift
[72/92] Compiling ArgumentParser ArgumentDecoder.swift
[73/92] Compiling ArgumentParser DumpHelpGenerator.swift
[74/92] Compiling ArgumentParser HelpCommand.swift
[75/92] Compiling ArgumentParser HelpGenerator.swift
[76/92] Compiling ArgumentParser MessageInfo.swift
[77/92] Compiling ArgumentParser UsageGenerator.swift
[80/92] Compiling ArgumentParser CommandConfiguration.swift
[81/92] Compiling ArgumentParser CommandGroup.swift
[82/92] Compiling ArgumentParser EnumerableFlag.swift
[83/92] Compiling ArgumentParser ArgumentDefinition.swift
[84/92] Compiling ArgumentParser ArgumentSet.swift
[85/92] Compiling ArgumentParser CommandParser.swift
[86/92] Compiling ArgumentParser InputKey.swift
[87/92] Compiling ArgumentParser InputOrigin.swift
[88/93] Wrapping AST for ArgumentParser for debugging
[90/134] Compiling libgir2swift GirBitfield.swift
[91/134] Compiling libgir2swift GirCType.swift
[92/134] Compiling libgir2swift GirCallback.swift
[93/134] Compiling libgir2swift GirClass.swift
[94/134] Compiling libgir2swift GirConstant.swift
[95/134] Compiling libgir2swift GirDatatype.swift
[96/139] Compiling libgir2swift Character+Utilities.swift
[97/139] Compiling libgir2swift Collection+Utilities.swift
[98/139] Compiling libgir2swift Streams.swift
[99/139] Compiling libgir2swift String+Substring.swift
[100/139] Compiling libgir2swift String+Utilities.swift
[101/139] Emitting module libgir2swift
[102/139] Compiling libgir2swift GirEnumeration.swift
[103/139] Compiling libgir2swift GirField.swift
[104/139] Compiling libgir2swift GirFunction.swift
[105/139] Compiling libgir2swift GirInterface.swift
[106/139] Compiling libgir2swift GirMethod.swift
[107/139] Compiling libgir2swift GirProperty.swift
[108/139] Compiling libgir2swift GirRecord.swift
[109/139] Compiling libgir2swift GirSignal.swift
[110/139] Compiling libgir2swift GirThing.swift
[111/139] Compiling libgir2swift GirUnion.swift
[112/139] Compiling libgir2swift girtype+xml.swift
[113/139] Compiling libgir2swift Gir2Swift.swift
[114/139] Compiling libgir2swift GirType.swift
[115/139] Compiling libgir2swift TypeConversion.swift
[116/139] Compiling libgir2swift TypeReference.swift
[117/139] Compiling libgir2swift GirAlias.swift
[118/139] Compiling libgir2swift GirArgument.swift
[119/139] Compiling libgir2swift gtk2swiftdoc.swift
[120/139] Compiling libgir2swift ConversionContext.swift
[121/139] Compiling libgir2swift Gir+Enums.swift
[122/139] Compiling libgir2swift Gir+KnowTypeSets.swift
[123/139] Compiling libgir2swift Gir+KnownTypes.swift
[124/139] Compiling libgir2swift Gir.swift
[125/139] Compiling libgir2swift System.swift
[126/139] Compiling libgir2swift XML+Utilities.swift
[127/139] Compiling libgir2swift generation.swift
[128/139] Compiling libgir2swift planning.swift
[129/139] Compiling libgir2swift postprocessing.swift
[130/139] Compiling libgir2swift CodeBuilder.swift
[131/139] Compiling libgir2swift c2swift.swift
[132/139] Compiling libgir2swift emit-class.swift
[133/139] Compiling libgir2swift emit-signals.swift
[134/139] Compiling libgir2swift gir+swift.swift
[135/139] Compiling libgir2swift girtypes+swift.swift
[136/140] Wrapping AST for libgir2swift for debugging
[138/142] Emitting module gir2swift
[139/142] Compiling gir2swift main.swift
[140/143] Wrapping AST for gir2swift for debugging
[141/143] Write Objects.LinkFileList
[142/143] Linking gir2swift-tool
warning: you may be able to install gtk4-unix-print using your system-packager:
apt-get install libgtk-4-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 graphene-gobject-1.0 using your system-packager:
apt-get install libgraphene-1.0-dev gir1.2-graphene-1.0 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
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 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 gtk4 using your system-packager:
apt-get install libgtk-4-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gtk4 using your system-packager:
apt-get install libgtk-4-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
Building for debugging...
[4/77] 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.
[12/77] Compiling GtkCHelpers gtk_dialog.c
[12/77] Compiling parser.c
[12/77] Compiling scanner.c
[12/77] Compiling writer.c
[12/77] Compiling api.c
[12/77] Compiling reader.c
/host/spi-builder-workspace/Sources/GtkCHelpers/gtk_im_modules.c:7:10: fatal error: 'gtk/gtk.h' file not found
7 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
1 error generated.
[12/77] Compiling GtkCHelpers gtk_im_modules.c
[12/77] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: you may be able to install gtk4-unix-print using your system-packager:
apt-get install libgtk-4-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 graphene-gobject-1.0 using your system-packager:
apt-get install libgraphene-1.0-dev gir1.2-graphene-1.0 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
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 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 gtk4 using your system-packager:
apt-get install libgtk-4-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gtk4 using your system-packager:
apt-get install libgtk-4-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/33] Emitting module SwiftLibXML
[3/33] Compiling SwiftLibXML XMLNameSpace.swift
[4/33] Compiling SwiftLibXML XMLElement.swift
[5/33] Compiling SwiftLibXML XMLPath.swift
[6/33] Compiling SwiftLibXML XMLDocument.swift
[7/33] Compiling SwiftLibXML XMLAttribute.swift
[8/33] Compiling SwiftLibXML EmptySequence.swift
[9/34] Emitting module ArgumentParserToolInfo
[10/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/35] Compiling Yams String+Yams.swift
[12/35] Compiling Yams Tag.swift
[14/35] Compiling Yams Representer.swift
[15/35] Compiling Yams Resolver.swift
[17/34] Compiling Yams Mark.swift
[18/34] Compiling Yams Node.Mapping.swift
[19/34] Compiling Yams Node.swift
[20/34] Compiling Yams Parser.swift
[21/34] Compiling Yams Node.Scalar.swift
[22/34] Compiling Yams Node.Sequence.swift
[23/34] Emitting module Yams
[24/35] Compiling Yams YamlError.swift
[25/72] Compiling ArgumentParser NameSpecification.swift
[26/72] Compiling ArgumentParser Option.swift
[27/72] Compiling ArgumentParser ArgumentVisibility.swift
[28/72] Compiling ArgumentParser CompletionKind.swift
[30/73] Emitting module ArgumentParser
[30/78] Wrapping AST for Yams for debugging
[34/78] Compiling ArgumentParser Errors.swift
[35/78] Compiling ArgumentParser Flag.swift
[38/78] Compiling ArgumentParser CollectionExtensions.swift
[39/78] Compiling ArgumentParser Platform.swift
[40/78] Compiling ArgumentParser SequenceExtensions.swift
[41/78] Compiling ArgumentParser StringExtensions.swift
[42/78] Compiling ArgumentParser Tree.swift
[43/78] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/78] Compiling ArgumentParser CompletionsGenerator.swift
[45/78] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/78] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/78] Compiling ArgumentParser Argument.swift
[48/78] Compiling ArgumentParser ArgumentHelp.swift
[49/78] Compiling ArgumentParser Name.swift
[50/78] Compiling ArgumentParser Parsed.swift
[51/78] Compiling ArgumentParser ParsedValues.swift
[52/78] Compiling ArgumentParser ParserError.swift
[53/78] Compiling ArgumentParser SplitArguments.swift
[54/78] Compiling ArgumentParser ArgumentDefinition.swift
[55/78] Compiling ArgumentParser ArgumentSet.swift
[56/78] Compiling ArgumentParser CommandParser.swift
[57/78] Compiling ArgumentParser InputKey.swift
[58/78] Compiling ArgumentParser InputOrigin.swift
[59/78] Compiling ArgumentParser OptionGroup.swift
[60/78] Compiling ArgumentParser AsyncParsableCommand.swift
[61/78] Compiling ArgumentParser CommandConfiguration.swift
[62/78] Compiling ArgumentParser CommandGroup.swift
[63/78] Compiling ArgumentParser EnumerableFlag.swift
[64/78] Compiling ArgumentParser ExpressibleByArgument.swift
[65/78] Compiling ArgumentParser ParsableArguments.swift
[66/78] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/78] Compiling ArgumentParser ParsableCommand.swift
[68/78] Compiling ArgumentParser ArgumentDecoder.swift
[69/78] Compiling ArgumentParser DumpHelpGenerator.swift
[70/78] Compiling ArgumentParser HelpCommand.swift
[71/78] Compiling ArgumentParser HelpGenerator.swift
[72/78] Compiling ArgumentParser MessageInfo.swift
[73/78] Compiling ArgumentParser UsageGenerator.swift
[75/119] Compiling libgir2swift GirRecord.swift
[76/119] Compiling libgir2swift GirSignal.swift
[77/119] Compiling libgir2swift GirThing.swift
[78/119] Compiling libgir2swift GirUnion.swift
[79/119] Compiling libgir2swift girtype+xml.swift
[80/124] Compiling libgir2swift GirEnumeration.swift
[81/124] Compiling libgir2swift GirField.swift
[82/124] Compiling libgir2swift GirFunction.swift
[83/124] Compiling libgir2swift GirInterface.swift
[84/124] Compiling libgir2swift GirMethod.swift
[85/124] Compiling libgir2swift GirProperty.swift
[86/124] Compiling libgir2swift Character+Utilities.swift
[87/124] Compiling libgir2swift Collection+Utilities.swift
[88/124] Compiling libgir2swift Streams.swift
[89/124] Compiling libgir2swift String+Substring.swift
[90/124] Compiling libgir2swift String+Utilities.swift
[91/124] Compiling libgir2swift gtk2swiftdoc.swift
[92/124] Compiling libgir2swift ConversionContext.swift
[93/124] Compiling libgir2swift Gir+Enums.swift
[94/124] Compiling libgir2swift Gir+KnowTypeSets.swift
[95/124] Compiling libgir2swift Gir+KnownTypes.swift
[96/124] Compiling libgir2swift Gir.swift
[97/124] Compiling libgir2swift Gir2Swift.swift
[98/124] Compiling libgir2swift GirType.swift
[99/124] Compiling libgir2swift TypeConversion.swift
[100/124] Compiling libgir2swift TypeReference.swift
[101/124] Compiling libgir2swift GirAlias.swift
[102/124] Compiling libgir2swift GirArgument.swift
[103/124] Compiling libgir2swift GirBitfield.swift
[104/124] Compiling libgir2swift GirCType.swift
[105/124] Compiling libgir2swift GirCallback.swift
[106/124] Compiling libgir2swift GirClass.swift
[107/124] Compiling libgir2swift GirConstant.swift
[108/124] Compiling libgir2swift GirDatatype.swift
[109/124] Compiling libgir2swift System.swift
[110/124] Compiling libgir2swift XML+Utilities.swift
[111/124] Compiling libgir2swift generation.swift
[112/124] Compiling libgir2swift planning.swift
[113/124] Compiling libgir2swift postprocessing.swift
[114/124] Emitting module libgir2swift
[115/124] Compiling libgir2swift CodeBuilder.swift
[116/124] Compiling libgir2swift c2swift.swift
[117/124] Compiling libgir2swift emit-class.swift
[118/124] Compiling libgir2swift emit-signals.swift
[119/124] Compiling libgir2swift gir+swift.swift
[120/124] Compiling libgir2swift girtypes+swift.swift
[121/125] Wrapping AST for libgir2swift for debugging
[123/127] Compiling gir2swift main.swift
[124/127] Emitting module gir2swift
[125/127] Write Objects.LinkFileList
[126/127] Linking gir2swift-tool
warning: you may be able to install gtk4-unix-print using your system-packager:
apt-get install libgtk-4-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 graphene-gobject-1.0 using your system-packager:
apt-get install libgraphene-1.0-dev gir1.2-graphene-1.0 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
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 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 gtk4 using your system-packager:
apt-get install libgtk-4-dev libglib2.0-dev glib-networking gobject-introspection libgirepository1.0-dev
warning: you may be able to install gtk4 using your system-packager:
apt-get install libgtk-4-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
Building for debugging...
[4/69] Write sources
[8/69] Compiling reader.c
/host/spi-builder-workspace/Sources/GtkCHelpers/gtk_im_modules.c:7:10: fatal error: 'gtk/gtk.h' file not found
7 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
1 error generated.
[9/69] Compiling GtkCHelpers gtk_im_modules.c
[9/69] Compiling parser.c
[9/69] Compiling api.c
[9/69] Compiling scanner.c
[9/69] Compiling GtkCHelpers gtk_dialog.c
[9/69] Compiling emitter.c
[9/69] Compiling writer.c
[9/69] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm