The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SKLite, reference 1.0.0 (524b14), with Swift 6.2 for Linux on 23 Jun 2025 03:56:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/wuyu2015/SKLiteSwift.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/wuyu2015/SKLiteSwift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 524b148 Initial commit
Cloned https://github.com/wuyu2015/SKLiteSwift.git
Revision (git rev-parse @):
524b14879ae1911d9b181fcbd186b4bf21ea13b8
SUCCESS checkout https://github.com/wuyu2015/SKLiteSwift.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wuyu2015/SKLiteSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.41s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (1.89s)
Creating working copy for https://github.com/wuyu2015/XCTestDelayPrinter
Working copy of https://github.com/wuyu2015/XCTestDelayPrinter resolved at 1.0.2
Building for debugging...
[0/3] Write sources
[1/3] Compiling SKLiteWrapper.c
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/28] Emitting module SKLite
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[5/31] Compiling SKLite IndexConstraint.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[6/31] Compiling SKLite Limit.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[7/31] Compiling SKLite Status.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[8/31] Compiling SKLite StmtStatus.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[9/31] Compiling SKLite TextEncoding.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[10/31] Compiling SKLite ThreadSafeLevel.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[11/31] Compiling SKLite SKLite+var.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[12/31] Compiling SKLite SKLite.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[13/31] Compiling SKLite Stmt.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[14/31] Compiling SKLite ColumnType.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[15/31] Compiling SKLite CompileOption.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[16/31] Compiling SKLite Config.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[17/31] Compiling SKLite Conflict.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[18/31] Compiling SKLite DbConfig.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[19/31] Compiling SKLite DbStatus.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[20/31] Compiling SKLite SKLiteError.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[21/31] Compiling SKLite SKLite+Connection.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[22/31] Compiling SKLite SKLite+Statement.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[23/31] Compiling SKLite SKLite+bind.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[24/31] Compiling SKLite Db.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[25/31] Compiling SKLite Deserialize.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[26/31] Compiling SKLite OpenFlag.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[27/31] Compiling SKLite PrepareFlag.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[28/31] Compiling SKLite SKLite+file.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[29/31] Compiling SKLite SKLite+func.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[30/31] Compiling SKLite SKLite+open.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
[31/31] Compiling SKLite SKLite+prepare.swift
/host/spi-builder-workspace/Sources/SKLite/Db.swift:2:8: error: no such module 'SQLite3'
  1 | import Foundation
  2 | import SQLite3
    |        `- error: no such module 'SQLite3'
  3 |
  4 | extension SKLite {
BUILD FAILURE 6.2 linux