The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SKLite, reference 1.0.0 (524b14), with Swift 6.1 for Android on 30 May 2025 10:12:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wuyu2015/SKLiteSwift.git
https://github.com/wuyu2015/SKLiteSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xctestdelayprinter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wuyu2015/XCTestDelayPrinter"
    }
  ],
  "manifest_display_name" : "SKLite",
  "name" : "SKLite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SKLite",
      "targets" : [
        "SKLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SKLiteWrapper",
      "module_type" : "ClangTarget",
      "name" : "SKLiteWrapper",
      "path" : "Sources/SKLiteWrapper",
      "product_memberships" : [
        "SKLite"
      ],
      "sources" : [
        "src/SKLiteWrapper.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SKLiteTests",
      "module_type" : "SwiftTarget",
      "name" : "SKLiteTests",
      "path" : "Tests/SKLiteTests",
      "product_dependencies" : [
        "XCTestDelayPrinter"
      ],
      "sources" : [
        "DbTests.swift",
        "EnumTests.swift",
        "SKLiteConnectionTests.swift",
        "SKLiteDbStatusTests.swift",
        "SKLiteDbTests.swift",
        "SKLiteErrorTests.swift",
        "SKLiteFuncTests.swift",
        "SKLiteLimitTests.swift",
        "SKLiteOpenTests.swift",
        "SKLiteStatement.swift",
        "SKLiteStmtTests.swift",
        "SKLiteVarTests.swift",
        "XCTestExtention.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SKLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SKLite",
      "module_type" : "SwiftTarget",
      "name" : "SKLite",
      "path" : "Sources/SKLite",
      "product_memberships" : [
        "SKLite"
      ],
      "sources" : [
        "Db.swift",
        "OptionSet/Deserialize.swift",
        "OptionSet/OpenFlag.swift",
        "OptionSet/PrepareFlag.swift",
        "OptionSet/SKLiteError.swift",
        "SKLite+Connection.swift",
        "SKLite+Statement.swift",
        "SKLite+bind.swift",
        "SKLite+file.swift",
        "SKLite+func.swift",
        "SKLite+open.swift",
        "SKLite+prepare.swift",
        "SKLite+var.swift",
        "SKLite.swift",
        "Stmt.swift",
        "enum/ColumnType.swift",
        "enum/CompileOption.swift",
        "enum/Config.swift",
        "enum/Conflict.swift",
        "enum/DbConfig.swift",
        "enum/DbStatus.swift",
        "enum/IndexConstraint.swift",
        "enum/Limit.swift",
        "enum/Status.swift",
        "enum/StmtStatus.swift",
        "enum/TextEncoding.swift",
        "enum/ThreadSafeLevel.swift"
      ],
      "target_dependencies" : [
        "SKLiteWrapper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/wuyu2015/XCTestDelayPrinter
[1/75] Fetching xctestdelayprinter
Fetched https://github.com/wuyu2015/XCTestDelayPrinter from cache (0.30s)
Computing version for https://github.com/wuyu2015/XCTestDelayPrinter
Computed https://github.com/wuyu2015/XCTestDelayPrinter at 1.0.2 (0.91s)
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
In file included from /host/spi-builder-workspace/Sources/SKLiteWrapper/src/SKLiteWrapper.c:1:
/host/spi-builder-workspace/Sources/SKLiteWrapper/include/SKLiteWrapper.h:4:10: fatal error: 'sqlite3.h' file not found
    4 | #include <sqlite3.h>
      |          ^~~~~~~~~~~
1 error generated.
[1/3] Compiling SKLiteWrapper.c
[1/3] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/SKLiteWrapper/src/SKLiteWrapper.c:1:
/host/spi-builder-workspace/Sources/SKLiteWrapper/include/SKLiteWrapper.h:4:10: fatal error: 'sqlite3.h' file not found
    4 | #include <sqlite3.h>
      |          ^~~~~~~~~~~
1 error generated.
[0/2] Compiling SKLiteWrapper.c
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android