The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SQLite.swift, reference 0.15.4 (392dd6), with Swift 6.1 for Android on 13 Jun 2025 22:14:05 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/stephencelis/SQLite.swift.git
Reference: 0.15.4
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/stephencelis/SQLite.swift
 * tag               0.15.4     -> FETCH_HEAD
HEAD is now at 392dd60 Merge pull request #1320 from stephencelis/prepare-release
Cloned https://github.com/stephencelis/SQLite.swift.git
Revision (git rev-parse @):
392dd6058624d9f6c5b4c769d165ddd8c7293394
SUCCESS checkout https://github.com/stephencelis/SQLite.swift.git at 0.15.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/stephencelis/SQLite.swift.git
https://github.com/stephencelis/SQLite.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-toolchain-sqlite",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-toolchain-sqlite"
    }
  ],
  "manifest_display_name" : "SQLite.swift",
  "name" : "SQLite.swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLite",
      "targets" : [
        "SQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLiteTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteTests",
      "path" : "Tests/SQLiteTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SQLiteTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/BlobTests.swift",
        "Core/Connection+AttachTests.swift",
        "Core/Connection+PragmaTests.swift",
        "Core/ConnectionTests.swift",
        "Core/CoreFunctionsTests.swift",
        "Core/ResultTests.swift",
        "Core/StatementTests.swift",
        "Core/ValueTests.swift",
        "Extensions/CipherTests.swift",
        "Extensions/FTS4Tests.swift",
        "Extensions/FTS5Tests.swift",
        "Extensions/FTSIntegrationTests.swift",
        "Extensions/RTreeTests.swift",
        "Fixtures.swift",
        "FoundationTests.swift",
        "Schema/Connection+SchemaTests.swift",
        "Schema/SchemaChangerTests.swift",
        "Schema/SchemaDefinitionsTests.swift",
        "Schema/SchemaReaderTests.swift",
        "Schema/SchemaTests.swift",
        "TestHelpers.swift",
        "Typed/AggregateFunctionsTests.swift",
        "Typed/CustomAggregationTests.swift",
        "Typed/CustomFunctionsTests.swift",
        "Typed/DateAndTimeFunctionTests.swift",
        "Typed/ExpressionTests.swift",
        "Typed/OperatorsTests.swift",
        "Typed/QueryIntegrationTests.swift",
        "Typed/QueryTests.swift",
        "Typed/RowTests.swift",
        "Typed/SelectTests.swift",
        "Typed/SetterTests.swift",
        "Typed/WindowFunctionsTests.swift"
      ],
      "target_dependencies" : [
        "SQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLite",
      "module_type" : "SwiftTarget",
      "name" : "SQLite",
      "path" : "Sources/SQLite",
      "product_dependencies" : [
        "SwiftToolchainCSQLite"
      ],
      "product_memberships" : [
        "SQLite"
      ],
      "sources" : [
        "Core/Backup.swift",
        "Core/Blob.swift",
        "Core/Connection+Aggregation.swift",
        "Core/Connection+Attach.swift",
        "Core/Connection+Pragmas.swift",
        "Core/Connection.swift",
        "Core/Errors.swift",
        "Core/Result.swift",
        "Core/SQLiteFeature.swift",
        "Core/SQLiteVersion.swift",
        "Core/Statement.swift",
        "Core/URIQueryParameter.swift",
        "Core/Value.swift",
        "Extensions/Cipher.swift",
        "Extensions/FTS4.swift",
        "Extensions/FTS5.swift",
        "Extensions/RTree.swift",
        "Foundation.swift",
        "Helpers.swift",
        "Schema/Connection+Schema.swift",
        "Schema/SchemaChanger.swift",
        "Schema/SchemaDefinitions.swift",
        "Schema/SchemaReader.swift",
        "Typed/AggregateFunctions.swift",
        "Typed/Coding.swift",
        "Typed/Collation.swift",
        "Typed/CoreFunctions.swift",
        "Typed/CustomFunctions.swift",
        "Typed/DateAndTimeFunctions.swift",
        "Typed/Expression.swift",
        "Typed/Operators.swift",
        "Typed/Query+with.swift",
        "Typed/Query.swift",
        "Typed/Schema.swift",
        "Typed/Setter.swift",
        "Typed/WindowFunctions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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:53019eca44ba8cce4deef66552e72c09c078a8a7314109c78012ab10170a991e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (2.12s)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/35] Emitting module SQLite
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[4/39] Compiling SQLite Coding.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[5/39] Compiling SQLite Collation.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[6/39] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[7/39] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[8/39] Compiling SQLite Statement.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[9/39] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[10/39] Compiling SQLite Value.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[11/39] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[12/39] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[13/39] Compiling SQLite Connection.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[14/39] Compiling SQLite Errors.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[15/39] Compiling SQLite Result.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[16/39] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[17/39] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[18/39] Compiling SQLite Backup.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[19/39] Compiling SQLite Blob.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[20/39] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[21/39] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[22/39] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[23/39] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[24/39] Compiling SQLite RTree.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[25/39] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[26/39] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[27/39] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[28/39] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[29/39] Compiling SQLite Expression.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[30/39] Compiling SQLite Operators.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[31/39] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[32/39] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[33/39] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[34/39] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[35/39] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[36/39] Compiling SQLite Query.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[37/39] Compiling SQLite Schema.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[38/39] Compiling SQLite Setter.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[39/39] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
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:53019eca44ba8cce4deef66552e72c09c078a8a7314109c78012ab10170a991e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling SQLite Backup.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[3/34] Compiling SQLite Blob.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[4/34] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[5/34] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[6/34] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[7/38] Compiling SQLite Connection.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[8/38] Compiling SQLite Errors.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[9/38] Compiling SQLite Result.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[10/38] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[11/38] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/38] Emitting module SQLite
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[13/38] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[14/38] Compiling SQLite SchemaDefinitions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[15/38] Compiling SQLite SchemaReader.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[16/38] Compiling SQLite AggregateFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[17/38] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[18/38] Compiling SQLite RTree.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[19/38] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[20/38] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[21/38] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[22/38] Compiling SQLite Statement.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[23/38] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[24/38] Compiling SQLite Value.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[25/38] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[26/38] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[27/38] Compiling SQLite Coding.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[28/38] Compiling SQLite Collation.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[29/38] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[30/38] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[31/38] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[32/38] Compiling SQLite Expression.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[33/38] Compiling SQLite Operators.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[34/38] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[35/38] Compiling SQLite Query.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[36/38] Compiling SQLite Schema.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[37/38] Compiling SQLite Setter.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[38/38] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
BUILD FAILURE 6.1 android