The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RealmDatabase, reference master (86733d), with Swift 6.3 for Linux on 17 Apr 2026 19:38:11 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.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/realm/realm-core.git
Reference: master
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/realm/realm-core
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 86733dc fix: add missing cstdlib header in cli_args.cpp (#8089)
Submodule path 'src/external/sha-1': checked out 'd9ae30f34095107ece9dceb224839f0dc2f9c1c7'
Submodule path 'src/external/sha-2': checked out '0e9aebf34101c6aa89355fd76ac9cd886735dee1'
Submodule path 'test/external/catch': checked out '8ac8190e494a381072c89f5e161b92a08d98b37b'
Submodule 'src/external/sha-1' (https://github.com/clibs/sha1.git) registered for path 'src/external/sha-1'
Submodule 'src/external/sha-2' (https://github.com/kalven/sha-2.git) registered for path 'src/external/sha-2'
Submodule 'test/external/catch' (https://github.com/catchorg/Catch2.git) registered for path 'test/external/catch'
Cloning into '/host/spi-builder-workspace/src/external/sha-1'...
Cloning into '/host/spi-builder-workspace/src/external/sha-2'...
Cloning into '/host/spi-builder-workspace/test/external/catch'...
Cloned https://github.com/realm/realm-core.git
Revision (git rev-parse @):
86733dc38af48ea871a4ab832efd85e0aeaaab15
SUCCESS checkout https://github.com/realm/realm-core.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/realm/realm-core.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.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
Building for debugging...
[0/425] Compiling Bid bid64_to_bid128.c
[1/425] Compiling Bid bid128_2_str_tables.c
[2/425] Compiling Bid bid128_compare.c
[3/425] Compiling Bid bid128_add.c
[4/425] Compiling Bid bid128_div.c
[5/425] Compiling mathlimits.cc
In file included from /host/spi-builder-workspace/test/external/catch/src/catch2/catch_approx.cpp:8:
In file included from /host/spi-builder-workspace/test/external/catch/src/catch2/catch_approx.hpp:11:
In file included from /host/spi-builder-workspace/test/external/catch/src/catch2/catch_tostring.hpp:17:
/host/spi-builder-workspace/test/external/catch/src/catch2/internal/catch_compiler_capabilities.hpp:28:10: fatal error: module 'Catch2Generated' is needed but has not been provided, and implicit use of module files is disabled
   28 | #include <catch2/catch_user_config.hpp>
      |          ^
1 error generated.
[6/425] Compiling catch_approx.cpp
[6/425] Compiling s2geometry s2polyline.cc
[6/425] Compiling s2geometry s2region.cc
[6/425] Compiling mathutil.cc
[6/425] Compiling obj.cpp
In file included from /host/spi-builder-workspace/test/external/catch/src/catch2/benchmark/detail/catch_stats.cpp:12:
/host/spi-builder-workspace/test/external/catch/src/catch2/internal/catch_compiler_capabilities.hpp:28:10: fatal error: module 'Catch2Generated' is needed but has not been provided, and implicit use of module files is disabled
   28 | #include <catch2/catch_user_config.hpp>
      |          ^
[6/425] Compiling catch_stats.cpp
[6/425] Compiling s2geometry s2r2rect.cc
[6/425] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.3 linux