The Swift Package Index logo.Swift Package Index

Build Information

Failed to build QtBridge, reference dev (90c8b8), with Swift 6.2 for Linux on 29 Apr 2026 22:21:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-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.2
Building package at path:  $PWD
https://github.com/qt/qtbridge-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://git.qt.io/qtbridge/qtforswift.git
[1/5157] Fetching qtforswift
Fetched https://git.qt.io/qtbridge/qtforswift.git from cache (7.94s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
[1/2287] Fetching swift-docc-plugin
[2288/77327] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.53s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.59s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (8.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (0.45s)
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.66s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.23s)
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://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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.43s)
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/41] Compiling QtGui _spmQtGui.cpp
[3/41] Compiling QtQml _spmQtQml.cpp
[4/41] Compiling QtGui _spmQtGui.cpp
[5/41] Compiling QtCore _spmQtCore.cpp
[6/41] Write swift-version-24593BA9C3E375BF.txt
[7/41] Compiling QtQml _spmQtQml.cpp
[8/41] Write sources
[9/41] Compiling QtCore _spmQtCore.cpp
[10/41] Copying plugins
[11/41] Copying qml
[13/41] Copying plugins
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>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[14/44] Compiling QtBridgeCpp metaparamslist.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>
      |          ^~~~~~~~~~~~~~~~~~~
[21/44] Compiling QtBridgeCpp qtestappcpp.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>
      |          ^~~~~~~~~~~~~~~~~~
[33/44] Compiling QtBridgeCpp qobjectproxyimpl.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>
      |          ^~~~~~~~~~~~~~~~~~
[33/44] Compiling QtBridgeCpp qobjectproxy.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>
      |          ^~~~~~~~~~~~~~~~~~
[33/44] Compiling QtBridgeCpp swiftmetaobjectbuilder.cpp
[33/44] 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>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[33/44] Compiling QtBridgeCpp callbackbase.cpp
BUILD FAILURE 6.2 linux