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 Gtk, reference main (76d95e), with Swift 6.1 for Wasm on 30 May 2025 13:06:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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 76d95e6 Use main branch on dependencies.
Cloned https://github.com/rhx/swiftgtk.git
Revision (git rev-parse @):
76d95e631ced7853db86aa623556dfd57db11fc3
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-4609320-0":/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.42s)
Fetching https://github.com/rhx/SwiftAtk.git
[1/3941] Fetching swiftatk
Fetched https://github.com/rhx/SwiftAtk.git from cache (1.36s)
Fetching https://github.com/rhx/SwiftGdk.git
[1/6082] Fetching swiftgdk
Fetched https://github.com/rhx/SwiftGdk.git from cache (4.18s)
Fetching https://github.com/rhx/SwiftLibXML.git
[1/306] Fetching swiftlibxml
Fetched https://github.com/rhx/SwiftLibXML.git from cache (0.27s)
Fetching https://github.com/rhx/SwiftGObject.git
[1/11714] Fetching swiftgobject
Fetched https://github.com/rhx/SwiftGObject.git from cache (2.37s)
Fetching https://github.com/rhx/SwiftGdkPixbuf.git
[1/1641] Fetching swiftgdkpixbuf
Fetched https://github.com/rhx/SwiftGdkPixbuf.git from cache (0.39s)
Fetching https://github.com/rhx/SwiftPangoCairo.git
[1/1000] Fetching swiftpangocairo
Fetched https://github.com/rhx/SwiftPangoCairo.git from cache (0.34s)
Fetching https://github.com/rhx/SwiftGLib.git
[1/21683] Fetching swiftglib
Fetched https://github.com/rhx/SwiftGLib.git from cache (9.34s)
Fetching https://github.com/rhx/SwiftGIO.git
[1/54365] Fetching swiftgio
Fetched https://github.com/rhx/SwiftGIO.git from cache (22.67s)
Fetching https://github.com/rhx/SwiftGModule.git
[1/1085] Fetching swiftgmodule
Fetched https://github.com/rhx/SwiftGModule.git from cache (0.30s)
Fetching https://github.com/rhx/SwiftCairo.git
[1/1778] Fetching swiftcairo
Fetched https://github.com/rhx/SwiftCairo.git from cache (0.42s)
Fetching https://github.com/rhx/SwiftPango.git
[1/4050] Fetching swiftpango
Fetched https://github.com/rhx/SwiftPango.git from cache (1.31s)
Fetching https://github.com/rhx/SwiftHarfBuzz.git
[1/144] Fetching swiftharfbuzz
Fetched https://github.com/rhx/SwiftHarfBuzz.git from cache (0.20s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2049] Fetching swift-docc-plugin
[2050/17435] Fetching swift-docc-plugin, swift-argument-parser
[3589/28092] Fetching swift-docc-plugin, swift-argument-parser, yams
Fetched https://github.com/apple/swift-argument-parser from cache (0.91s)
[9190/12706] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (1.38s)
Fetched https://github.com/jpsim/Yams.git from cache (1.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (1.99s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.96s)
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.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.59s)
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)
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/rhx/SwiftGdkPixbuf.git
Working copy of https://github.com/rhx/SwiftGdkPixbuf.git resolved at main (b382992)
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/SwiftGObject.git
Working copy of https://github.com/rhx/SwiftGObject.git resolved at main (3732e69)
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/SwiftHarfBuzz.git
Working copy of https://github.com/rhx/SwiftHarfBuzz.git resolved at main (eeaa2f0)
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/gir2swift.git
Working copy of https://github.com/rhx/gir2swift.git resolved at main (d004249)
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/SwiftPango.git
Working copy of https://github.com/rhx/SwiftPango.git resolved at main (f3c2728)
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/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/SwiftGdk.git
Working copy of https://github.com/rhx/SwiftGdk.git resolved at main (3df89d4)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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 reader.c
[7/21] Compiling parser.c
[8/21] Compiling api.c
[9/21] Compiling emitter.c
[10/21] Compiling scanner.c
[11/21] Compiling writer.c
[12/21] Write swift-version-24593BA9C3E375BF.txt
[14/45] Emitting module SwiftLibXML
[15/45] Emitting module ArgumentParserToolInfo
[16/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/46] Compiling Yams Node.Scalar.swift
[18/46] Compiling Yams Node.Sequence.swift
[20/47] Compiling Yams Mark.swift
[21/47] Compiling Yams Node.Mapping.swift
[21/47] Wrapping AST for ArgumentParserToolInfo for debugging
[23/47] Compiling Yams YamlError.swift
[24/85] Compiling SwiftLibXML EmptySequence.swift
[25/85] Compiling SwiftLibXML XMLAttribute.swift
[26/85] Compiling SwiftLibXML XMLPath.swift
[27/85] Compiling SwiftLibXML XMLNameSpace.swift
[28/85] Compiling SwiftLibXML XMLElement.swift
[29/85] Compiling SwiftLibXML XMLDocument.swift
[31/86] Compiling ArgumentParser NameSpecification.swift
[32/86] Compiling ArgumentParser Option.swift
[33/86] Compiling ArgumentParser Argument.swift
[34/86] Compiling ArgumentParser ArgumentHelp.swift
[35/86] Emitting module ArgumentParser
[36/86] Emitting module Yams
[37/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/86] Compiling ArgumentParser CompletionsGenerator.swift
[38/91] Wrapping AST for SwiftLibXML for debugging
[40/91] Compiling ArgumentParser Name.swift
[41/91] Compiling ArgumentParser Parsed.swift
[42/91] Compiling ArgumentParser ParsedValues.swift
[43/91] Compiling ArgumentParser ParserError.swift
[44/91] Compiling ArgumentParser SplitArguments.swift
[45/91] Compiling ArgumentParser Errors.swift
[46/91] Compiling ArgumentParser Flag.swift
[47/91] Compiling ArgumentParser ExpressibleByArgument.swift
[48/91] Compiling ArgumentParser ParsableArguments.swift
[49/92] Wrapping AST for Yams for debugging
[51/92] Compiling ArgumentParser ArgumentVisibility.swift
[52/92] Compiling ArgumentParser CompletionKind.swift
[59/92] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/92] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
[66/92] Compiling ArgumentParser ParsableCommand.swift
[67/92] Compiling ArgumentParser ArgumentDecoder.swift
[68/92] Compiling ArgumentParser CollectionExtensions.swift
[69/92] Compiling ArgumentParser Platform.swift
[70/92] Compiling ArgumentParser SequenceExtensions.swift
[71/92] Compiling ArgumentParser StringExtensions.swift
[72/92] Compiling ArgumentParser Tree.swift
[73/92] Compiling ArgumentParser OptionGroup.swift
[74/92] Compiling ArgumentParser AsyncParsableCommand.swift
[75/92] Compiling ArgumentParser CommandConfiguration.swift
[76/92] Compiling ArgumentParser CommandGroup.swift
[77/92] Compiling ArgumentParser EnumerableFlag.swift
[78/92] Compiling ArgumentParser DumpHelpGenerator.swift
[79/92] Compiling ArgumentParser HelpCommand.swift
[80/92] Compiling ArgumentParser HelpGenerator.swift
[81/92] Compiling ArgumentParser MessageInfo.swift
[82/92] Compiling ArgumentParser UsageGenerator.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 GirEnumeration.swift
[91/134] Compiling libgir2swift GirField.swift
[92/134] Compiling libgir2swift GirFunction.swift
[93/134] Compiling libgir2swift GirInterface.swift
[94/134] Compiling libgir2swift GirMethod.swift
[95/134] Compiling libgir2swift GirProperty.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 gtk2swiftdoc.swift
[103/139] Compiling libgir2swift ConversionContext.swift
[104/139] Compiling libgir2swift Gir+Enums.swift
[105/139] Compiling libgir2swift Gir+KnowTypeSets.swift
[106/139] Compiling libgir2swift Gir+KnownTypes.swift
[107/139] Compiling libgir2swift Gir.swift
[108/139] Compiling libgir2swift Gir2Swift.swift
[109/139] Compiling libgir2swift GirType.swift
[110/139] Compiling libgir2swift TypeConversion.swift
[111/139] Compiling libgir2swift TypeReference.swift
[112/139] Compiling libgir2swift GirAlias.swift
[113/139] Compiling libgir2swift GirArgument.swift
[114/139] Compiling libgir2swift GirRecord.swift
[115/139] Compiling libgir2swift GirSignal.swift
[116/139] Compiling libgir2swift GirThing.swift
[117/139] Compiling libgir2swift GirUnion.swift
[118/139] Compiling libgir2swift girtype+xml.swift
[119/139] Compiling libgir2swift GirBitfield.swift
[120/139] Compiling libgir2swift GirCType.swift
[121/139] Compiling libgir2swift GirCallback.swift
[122/139] Compiling libgir2swift GirClass.swift
[123/139] Compiling libgir2swift GirConstant.swift
[124/139] Compiling libgir2swift GirDatatype.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 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
Building for debugging...
[4/72] Write sources
[10/72] Compiling writer.c
[11/72] Write sources
[15/72] Compiling api.c
[16/72] Compiling writer.c
[17/72] 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.
[19/72] Write swift-version-24593BA9C3E375BF.txt
[20/72] Compiling GtkCHelpers gtk_dialog.c
[20/72] Compiling parser.c
[20/72] Compiling api.c
[20/72] Compiling emitter.c
[20/72] Compiling scanner.c
[20/72] Compiling parser.c
[20/72] Compiling scanner.c
[20/72] Compiling emitter.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 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/12] Compiling writer.c
[1/12] Compiling api.c
[2/12] Compiling reader.c
[2/12] Write swift-version-24593BA9C3E375BF.txt
[5/36] Compiling SwiftLibXML EmptySequence.swift
[6/36] Emitting module SwiftLibXML
[7/36] Compiling SwiftLibXML XMLElement.swift
[8/36] Compiling SwiftLibXML XMLDocument.swift
[9/36] Compiling SwiftLibXML XMLAttribute.swift
[10/36] Compiling SwiftLibXML XMLNameSpace.swift
[11/36] Compiling SwiftLibXML XMLPath.swift
[12/37] Compiling Yams String+Yams.swift
[13/37] Compiling Yams Tag.swift
[14/38] Compiling Yams Node.Scalar.swift
[15/38] Compiling Yams Node.Sequence.swift
[17/37] Compiling Yams Node.swift
[18/37] Compiling Yams Parser.swift
[19/37] Compiling Yams YamlError.swift
[20/37] Emitting module Yams
[21/37] Emitting module ArgumentParserToolInfo
[22/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/37] Compiling Yams Mark.swift
[24/37] Compiling Yams Node.Mapping.swift
[25/38] Compiling Yams Representer.swift
[26/38] Compiling Yams Resolver.swift
[28/38] Compiling Yams Emitter.swift
[29/38] Compiling Yams Encoder.swift
[30/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/75] Compiling ArgumentParser CompletionsGenerator.swift
[32/76] Wrapping AST for Yams for debugging
[34/76] Emitting module ArgumentParser
[37/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/81] Compiling ArgumentParser Argument.swift
[40/81] Compiling ArgumentParser ArgumentHelp.swift
[41/81] Compiling ArgumentParser CollectionExtensions.swift
[42/81] Compiling ArgumentParser Platform.swift
[43/81] Compiling ArgumentParser SequenceExtensions.swift
[44/81] Compiling ArgumentParser StringExtensions.swift
[45/81] Compiling ArgumentParser Tree.swift
[46/81] Compiling ArgumentParser OptionGroup.swift
[47/81] Compiling ArgumentParser AsyncParsableCommand.swift
[48/81] Compiling ArgumentParser CommandConfiguration.swift
[49/81] Compiling ArgumentParser CommandGroup.swift
[50/81] Compiling ArgumentParser EnumerableFlag.swift
[51/81] Compiling ArgumentParser Name.swift
[52/81] Compiling ArgumentParser Parsed.swift
[53/81] Compiling ArgumentParser ParsedValues.swift
[54/81] Compiling ArgumentParser ParserError.swift
[55/81] Compiling ArgumentParser SplitArguments.swift
[56/81] Compiling ArgumentParser ArgumentVisibility.swift
[57/81] Compiling ArgumentParser CompletionKind.swift
[58/81] Compiling ArgumentParser Errors.swift
[59/81] Compiling ArgumentParser Flag.swift
[60/81] Compiling ArgumentParser NameSpecification.swift
[61/81] Compiling ArgumentParser Option.swift
[62/81] Compiling ArgumentParser DumpHelpGenerator.swift
[63/81] Compiling ArgumentParser HelpCommand.swift
[64/81] Compiling ArgumentParser HelpGenerator.swift
[65/81] Compiling ArgumentParser MessageInfo.swift
[66/81] Compiling ArgumentParser UsageGenerator.swift
[67/81] Compiling ArgumentParser ExpressibleByArgument.swift
[68/81] Compiling ArgumentParser ParsableArguments.swift
[69/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/81] Compiling ArgumentParser ParsableCommand.swift
[71/81] Compiling ArgumentParser ArgumentDecoder.swift
[72/81] Compiling ArgumentParser ArgumentDefinition.swift
[73/81] Compiling ArgumentParser ArgumentSet.swift
[74/81] Compiling ArgumentParser CommandParser.swift
[75/81] Compiling ArgumentParser InputKey.swift
[76/81] Compiling ArgumentParser InputOrigin.swift
[78/122] Compiling libgir2swift GirEnumeration.swift
[79/122] Compiling libgir2swift GirField.swift
[80/122] Compiling libgir2swift GirFunction.swift
[81/122] Compiling libgir2swift GirInterface.swift
[82/122] Compiling libgir2swift GirMethod.swift
[83/122] Compiling libgir2swift GirProperty.swift
[84/127] Compiling libgir2swift Character+Utilities.swift
[85/127] Compiling libgir2swift Collection+Utilities.swift
[86/127] Compiling libgir2swift Streams.swift
[87/127] Compiling libgir2swift String+Substring.swift
[88/127] Compiling libgir2swift String+Utilities.swift
[89/127] Compiling libgir2swift GirRecord.swift
[90/127] Compiling libgir2swift GirSignal.swift
[91/127] Compiling libgir2swift GirThing.swift
[92/127] Compiling libgir2swift GirUnion.swift
[93/127] Compiling libgir2swift girtype+xml.swift
[94/127] Compiling libgir2swift GirBitfield.swift
[95/127] Compiling libgir2swift GirCType.swift
[96/127] Compiling libgir2swift GirCallback.swift
[97/127] Compiling libgir2swift GirClass.swift
[98/127] Compiling libgir2swift GirConstant.swift
[99/127] Compiling libgir2swift GirDatatype.swift
[100/127] Compiling libgir2swift Gir2Swift.swift
[101/127] Compiling libgir2swift GirType.swift
[102/127] Compiling libgir2swift TypeConversion.swift
[103/127] Compiling libgir2swift TypeReference.swift
[104/127] Compiling libgir2swift GirAlias.swift
[105/127] Compiling libgir2swift GirArgument.swift
[106/127] Compiling libgir2swift gtk2swiftdoc.swift
[107/127] Compiling libgir2swift ConversionContext.swift
[108/127] Compiling libgir2swift Gir+Enums.swift
[109/127] Compiling libgir2swift Gir+KnowTypeSets.swift
[110/127] Compiling libgir2swift Gir+KnownTypes.swift
[111/127] Compiling libgir2swift Gir.swift
[112/127] Emitting module libgir2swift
[113/127] Compiling libgir2swift System.swift
[114/127] Compiling libgir2swift XML+Utilities.swift
[115/127] Compiling libgir2swift generation.swift
[116/127] Compiling libgir2swift planning.swift
[117/127] Compiling libgir2swift postprocessing.swift
[118/127] Compiling libgir2swift CodeBuilder.swift
[119/127] Compiling libgir2swift c2swift.swift
[120/127] Compiling libgir2swift emit-class.swift
[121/127] Compiling libgir2swift emit-signals.swift
[122/127] Compiling libgir2swift gir+swift.swift
[123/127] Compiling libgir2swift girtypes+swift.swift
[124/128] Wrapping AST for libgir2swift for debugging
[126/130] Emitting module gir2swift
[127/130] Compiling gir2swift main.swift
[128/130] Write Objects.LinkFileList
[129/130] 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
Building for debugging...
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.
[4/60] Compiling GtkCHelpers gtk_dialog.c
[4/60] Compiling scanner.c
[4/60] Compiling emitter.c
[4/60] Compiling writer.c
[4/60] Compiling parser.c
[4/60] Compiling emitter.c
BUILD FAILURE 6.1 wasm