The Swift Package Index logo.Swift Package Index

Build Information

Failed to build QtBridge, reference dev (90c8b8), with Swift 6.3 for Linux on 29 Apr 2026 22:15:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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:         linux
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-4606859-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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 (12.32s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
[1/75040] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (14.62s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (17.68s)
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.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.97s)
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
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://git.qt.io/qtbridge/qtforswift.git
Working copy of https://git.qt.io/qtbridge/qtforswift.git resolved at master (768025b)
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...
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.
[2/70] Compiling QtBridgeCpp qobjectproxyimpl.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>
      |          ^~~~~~~~~~~~~~~~~~~
[2/70] Compiling QtBridgeCpp qtestappcpp.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/qobjectproxy.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/qobjectproxy.h:6:10: fatal error: 'QtCore/qobject.h' file not found
    6 | #include <QtCore/qobject.h>
      |          ^~~~~~~~~~~~~~~~~~
[2/70] Compiling QtBridgeCpp qobjectproxy.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/qappcpp.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/qappcpp.h:6:10: fatal error: 'QtCore/qobject.h' file not found
    6 | #include <QtCore/qobject.h>
      |          ^~~~~~~~~~~~~~~~~~
[2/70] Compiling QtBridgeCpp qappcpp.cpp
[2/70] Compiling QtBridgeCpp swiftqmlelementbuilder.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>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2/70] Compiling QtBridgeCpp callbackbase.cpp
In file included from /host/spi-builder-workspace/Sources/QtBridgeCpp/metaparamslist.cpp:4:
/host/spi-builder-workspace/Sources/QtBridgeCpp/include/metaparamslist.h:6:10: fatal error: 'QtCore/qmetaobject.h' file not found
    6 | #include <QtCore/qmetaobject.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
[2/70] Compiling QtBridgeCpp metaparamslist.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>
      |          ^~~~~~~~~~~~~~~~~~
[2/70] Compiling QtBridgeCpp swiftmetaobjectbuilder.cpp
BUILD FAILURE 6.3 linux