Build Information
Failed to build swift-adwaita, reference main (0c4bcc), with Swift 6.2 for Wasm on 29 Apr 2026 19:13:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/makoni/swift-adwaita.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/makoni/swift-adwaita
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0c4bcc4 feat: read file lists from the clipboard
Cloned https://github.com/makoni/swift-adwaita.git
Revision (git rev-parse @):
0c4bcc4bd657949a8a5ca7d56df1a13028abe397
SUCCESS checkout https://github.com/makoni/swift-adwaita.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/makoni/swift-adwaita.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.5.0 (3.23s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3679] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.40s)
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/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.5.0
warning: you may be able to install libadwaita-1 using your system-packager:
apt-get install libadwaita-1-dev
warning: you may be able to install gtksourceview-5 using your system-packager:
apt-get install libgtksourceview-5-dev
warning: you may be able to install libadwaita-1 using your system-packager:
apt-get install libadwaita-1-dev
warning: you may be able to install gtksourceview-5 using your system-packager:
apt-get install libgtksourceview-5-dev
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/12] Write sources
[5/12] Copying Resources
[6/12] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/24] Emitting module GObjectSupport
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[9/24] Compiling GObjectSupport AppLauncher.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[10/24] Compiling GObjectSupport DeferredRelease.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[11/24] Compiling GObjectSupport GLibError.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[12/24] Compiling GObjectSupport GObject.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[13/25] Compiling GObjectSupport Value.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[14/25] Compiling GObjectSupport GVariant.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[15/25] Compiling GObjectSupport MainContext.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[16/25] Compiling GObjectSupport SignalName.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[17/25] Compiling GObjectSupport SignalExtras.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[18/25] Compiling GObjectSupport SignalTrampolines.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[19/25] Compiling GObjectSupport PropertyName.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
[20/25] Compiling GObjectSupport Signal.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CAdwaita/shim.h:3:10: error: 'adwaita.h' file not found
1 | #pragma once
2 |
3 | #include <adwaita.h>
| `- error: 'adwaita.h' file not found
4 | #include <gdk-pixbuf/gdk-pixbuf.h>
5 |
/host/spi-builder-workspace/Sources/GObjectSupport/AppLauncher.swift:1:8: error: could not build C module 'CAdwaita'
1 | import CAdwaita
| `- error: could not build C module 'CAdwaita'
2 |
3 | /// Synchronous GIO helpers for launching URIs with the system's default handler.
BUILD FAILURE 6.2 wasm