Build Information
Failed to build QtBridge, reference dev (90c8b8), with Swift 6.3 for Wasm on 29 Apr 2026 22:20:33 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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/qt/qtbridge-swift.git
Reference: dev
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/qt/qtbridge-swift
* branch dev -> FETCH_HEAD
* [new branch] dev -> origin/dev
HEAD is now at 90c8b80 Add qmlChildren property to QmlInstantiable protocol
Cloned https://github.com/qt/qtbridge-swift.git
Revision (git rev-parse @):
90c8b80e420f5743c397f10df73e35a75d9d1125
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/qt/qtbridge-swift.git at dev
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/qt/qtbridge-swift.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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://git.qt.io/qtbridge/qtforswift.git
[1/5157] Fetching qtforswift
Fetched https://git.qt.io/qtbridge/qtforswift.git from cache (253.71s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
[1/75040] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.12s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (7.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (0.51s)
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.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.02s)
Creating working copy for https://git.qt.io/qtbridge/qtforswift.git
Working copy of https://git.qt.io/qtbridge/qtforswift.git resolved at master (768025b)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'qtforswift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/qtforswift/README.md
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/70] Write sources
[8/70] Compiling _SwiftSyntaxCShims dummy.c
[9/70] Write sources
[17/70] Compiling QtQml _spmQtQml.cpp
[18/70] Compiling QtGui _spmQtGui.cpp
[19/70] Compiling QtCore _spmQtCore.cpp
[20/70] Write sources
[21/70] Copying plugins
[22/70] Copying qml
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/abstractlistmodel.cpp:4:
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/include/abstractlistmodel.h:6:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/callbackbase.h:6:10: fatal error: 'QtCore/qabstractitemmodel.h' file not found
6 | #include <QtCore/qabstractitemmodel.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[23/70] Compiling QtBridgeCpp abstractlistmodel.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/qtestappcpp.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/qtestappcpp.h:6:10: fatal error: 'QtCore/qvariant.h' file not found
6 | #include <QtCore/qvariant.h>
| ^~~~~~~~~~~~~~~~~~~
[23/70] Compiling QtBridgeCpp qtestappcpp.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/abstractitemmodel.cpp:4:
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/include/abstractitemmodel.h:6:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/callbackbase.h:6:10: fatal error: 'QtCore/qabstractitemmodel.h' file not found
6 | #include <QtCore/qabstractitemmodel.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[23/70] Compiling QtBridgeCpp abstractitemmodel.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/qobjectproxyimpl.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/qobjectproxyimpl.h:6:10: fatal error: 'QtCore/qobject.h' file not found
6 | #include <QtCore/qobject.h>
| ^~~~~~~~~~~~~~~~~~
1 error generated.
[23/70] Compiling QtBridgeCpp swiftqmlelementbuilder.cpp
[23/70] Compiling QtBridgeCpp qobjectproxyimpl.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/swiftmetaobjectbuilder.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/swiftmetaobjectbuilder.h:6:10: fatal error: 'QtCore/qobject.h' file not found
6 | #include <QtCore/qobject.h>
| ^~~~~~~~~~~~~~~~~~
[23/70] Compiling QtBridgeCpp swiftmetaobjectbuilder.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/callbackbase.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/callbackbase.h:6:10: fatal error: 'QtCore/qabstractitemmodel.h' file not found
6 | #include <QtCore/qabstractitemmodel.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[23/70] Compiling QtBridgeCpp callbackbase.cpp
[23/70] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 wasm