The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SectionReactor, reference 1.0.0 (2aa5a7), with Swift 6.2 (beta) for Linux on 17 Jun 2025 14:04:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/SectionReactor.git
Reference: 1.0.0
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/devxoul/SectionReactor
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 2aa5a7a Bump version to 1.0.0
Cloned https://github.com/devxoul/SectionReactor.git
Revision (git rev-parse @):
2aa5a7a0b71859caaf543cfe3c3a4ff4d1681d58
SUCCESS checkout https://github.com/devxoul/SectionReactor.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/devxoul/SectionReactor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/RxSwiftCommunity/RxDataSources.git
Fetching https://github.com/devxoul/RxExpect.git
Fetching https://github.com/ReactorKit/ReactorKit.git
[1/4937] Fetching rxdatasources
[2026/5678] Fetching rxdatasources, rxexpect
[3063/8268] Fetching rxdatasources, rxexpect, reactorkit
Fetched https://github.com/devxoul/RxExpect.git from cache (0.36s)
Fetched https://github.com/ReactorKit/ReactorKit.git from cache (0.41s)
[4691/4937] Fetching rxdatasources
Fetched https://github.com/RxSwiftCommunity/RxDataSources.git from cache (2.55s)
Computing version for https://github.com/devxoul/RxExpect.git
Computed https://github.com/devxoul/RxExpect.git at 2.0.0 (3.95s)
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52686] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.59s)
Computing version for https://github.com/RxSwiftCommunity/RxDataSources.git
Computed https://github.com/RxSwiftCommunity/RxDataSources.git at 4.0.1 (6.44s)
Computing version for https://github.com/ReactorKit/ReactorKit.git
Computed https://github.com/ReactorKit/ReactorKit.git at 2.1.1 (0.41s)
Fetching https://github.com/ReactorKit/WeakMapTable.git
[1/71] Fetching weakmaptable
Fetched https://github.com/ReactorKit/WeakMapTable.git from cache (0.26s)
Computing version for https://github.com/ReactorKit/WeakMapTable.git
Computed https://github.com/ReactorKit/WeakMapTable.git at 1.2.1 (0.68s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (3.19s)
Creating working copy for https://github.com/RxSwiftCommunity/RxDataSources.git
Working copy of https://github.com/RxSwiftCommunity/RxDataSources.git resolved at 4.0.1
Creating working copy for https://github.com/ReactorKit/WeakMapTable.git
Working copy of https://github.com/ReactorKit/WeakMapTable.git resolved at 1.2.1
Creating working copy for https://github.com/devxoul/RxExpect.git
Working copy of https://github.com/devxoul/RxExpect.git resolved at 2.0.0
Creating working copy for https://github.com/ReactorKit/ReactorKit.git
Working copy of https://github.com/ReactorKit/ReactorKit.git resolved at 2.1.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/10] Write sources
/host/spi-builder-workspace/.build/checkouts/ReactorKit/Sources/ReactorKitRuntime/ReactorKitRuntime.m:1:9: fatal error: 'objc/runtime.h' file not found
    1 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 error generated.
[8/10] Compiling ReactorKitRuntime ReactorKitRuntime.m
[8/10] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.2 linux