Build Information
Failed to build NyaruDB2, reference v0.1.0-alpha1 (deb780
), with Swift 5.10 for Linux on 26 Apr 2025 11:35:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/galileostudio/nyarudb2.git
Reference: v0.1.0-alpha1
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/galileostudio/nyarudb2
* tag v0.1.0-alpha1 -> FETCH_HEAD
HEAD is now at deb7809 Merge branch 'develop'
Cloned https://github.com/galileostudio/nyarudb2.git
Revision (git rev-parse @):
deb78093d59917248754fef39602d4209f8f50d4
SUCCESS checkout https://github.com/galileostudio/nyarudb2.git at v0.1.0-alpha1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/galileostudio/nyarudb2.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-24593BA9C3E375BF.txt
[5/25] Compiling NyaruDB2 StorageEngine.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[6/26] Compiling NyaruDB2 ShardManager.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[7/26] Compiling NyaruDB2 StatsEngine.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[8/26] Compiling NyaruDB2 CompressionMethod.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[9/26] Compiling NyaruDB2 Shard.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[10/26] Compiling NyaruDB2 DynamicDecoder.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[11/26] Compiling NyaruDB2 FileProtection.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/26] Emitting module NyaruDB2
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[13/26] Compiling NyaruDB2 BTreeIndex.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[14/26] Compiling NyaruDB2 IndexManager.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[15/26] Compiling NyaruDB2 CollectionCatalog.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[16/26] Compiling NyaruDB2 DocumentCollection.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[17/26] Compiling NyaruDB2 QueryEngine.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[18/26] Compiling NyaruDB2 QueryPlanner.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
[19/26] Compiling NyaruDB2 NyaruDB2.swift
/host/spi-builder-workspace/Sources/NyaruDB2/Core/IndexManager/BTreeIndex.swift:1:8: error: no such module 'Compression'
import Compression
^
error: fatalError
BUILD FAILURE 5.10 linux