The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LKDBHelper, reference 2.7.3 (f2b428), with Swift 6.3 for Linux on 21 Apr 2026 00:23:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/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.3
Building package at path:  $PWD
https://github.com/li6185377/LKDBHelper-SQLite-ORM.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/ccgus/fmdb.git
[1/5069] 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 (1.14s)
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/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/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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/5] Compiling LKDBHelper LKDB+Mapping.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
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
BUILD FAILURE 6.3 linux