The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LKDBHelper, reference 2.7.3 (f2b428), with Swift 6.0 for Linux on 22 Sep 2025 13:37:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Reference: 2.7.3
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/li6185377/LKDBHelper-SQLite-ORM
 * tag               2.7.3      -> FETCH_HEAD
HEAD is now at f2b4289 [fix] 修改 FMDB 依赖,保障能正确引用 SQLCipher
Cloned https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Revision (git rev-parse @):
f2b42894ccd076b83c6cf6d7787d5b55c2929d1c
SUCCESS checkout https://github.com/li6185377/LKDBHelper-SQLite-ORM.git at 2.7.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ccgus/fmdb.git
[1/5035] Fetching fmdb
Fetched https://github.com/ccgus/fmdb.git from cache (0.51s)
Computing version for https://github.com/ccgus/fmdb.git
Computed https://github.com/ccgus/fmdb.git at 2.7.12 (0.89s)
Creating working copy for https://github.com/ccgus/fmdb.git
Working copy of https://github.com/ccgus/fmdb.git resolved at 2.7.12
Building for debugging...
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDBUtils.m:9:
/host/spi-builder-workspace/LKDBHelper/Helper/LKDBUtils.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling LKDBHelper LKDBUtils.m
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDB+Mapping.m:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDB+Mapping.h:9:
/host/spi-builder-workspace/LKDBHelper/Helper/LKDBUtils.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling LKDBHelper LKDB+Mapping.m
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/NSObject+LKDBHelper.m:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/NSObject+LKDBHelper.h:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.h:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDB+Mapping.h:9:
/host/spi-builder-workspace/LKDBHelper/Helper/LKDBUtils.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/5] Compiling LKDBHelper NSObject+LKDBHelper.m
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.m:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.h:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDB+Mapping.h:9:
/host/spi-builder-workspace/LKDBHelper/Helper/LKDBUtils.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/5] Compiling LKDBHelper LKDBHelper.m
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/NSObject+LKModel.m:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDBHelper.h:9:
In file included from /host/spi-builder-workspace/LKDBHelper/Helper/LKDB+Mapping.h:9:
/host/spi-builder-workspace/LKDBHelper/Helper/LKDBUtils.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/5] Compiling LKDBHelper NSObject+LKModel.m
BUILD FAILURE 6.0 linux