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 Occurrence, reference 0.9.1 (763798), with Swift 6.2 (beta) for Android on 24 Jun 2025 16:08:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Occurrence.git
Reference: 0.9.1
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/richardpiazza/Occurrence
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at 763798a Sendable Conformances (#25)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
763798a66ef9bd4940929a870fc724ca60c3ecdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at 0.9.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/richardpiazza/Occurrence.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/745] Fetching statement
[746/10596] Fetching statement, sqlite.swift
[747/14432] Fetching statement, sqlite.swift, swift-log
Fetched https://github.com/richardpiazza/Statement.git from cache (0.84s)
[117/13687] Fetching sqlite.swift, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.26s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.52s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (1.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.31s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.92s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/136] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.75s)
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
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
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/69] Compiling Logging MetadataProvider.swift
[8/69] Compiling SQLite DateAndTimeFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite Expression.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite Operators.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite Query+with.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite Connection.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite Errors.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite Result.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite SQLiteFeature.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/69] Compiling SQLite SQLiteVersion.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Statement.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite URIQueryParameter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Value.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Cipher.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite FTS4.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite FTS5.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite RTree.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Foundation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Helpers.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Connection+Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Coding.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Collation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite CoreFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite CustomFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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/73] Compiling SQLite Backup.swift
[33/73] Compiling SQLite Blob.swift
[34/76] Compiling SQLite SchemaDefinitions.swift
[35/76] Compiling SQLite SchemaReader.swift
[36/76] Compiling SQLite AggregateFunctions.swift
[37/76] Compiling Logging LogHandler.swift
[38/76] Compiling Logging Locks.swift
[39/76] Emitting module Logging
[40/76] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/77] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[44/77] Compiling SQLite Connection+Aggregation.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[45/77] Compiling SQLite Connection+Attach.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[46/77] Compiling SQLite Connection+Pragmas.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[47/77] Emitting module Statement
[52/77] Compiling SQLite SchemaChanger.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[71/77] Compiling Statement Keyword.swift
[72/77] Compiling Statement LogicalPredicate.swift
[73/77] Compiling Statement Segment.swift
[75/96] Emitting module StatementSQLite
[76/98] Compiling StatementSQLite JoinContext.swift
[77/98] Compiling StatementSQLite LimitContext.swift
[78/98] Compiling StatementSQLite Segment+SQLite.swift
[79/98] Compiling StatementSQLite SelectContext.swift
[80/98] Compiling StatementSQLite SetContext.swift
[81/98] Compiling StatementSQLite UpdateContext.swift
[82/98] Compiling SQLite Query.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[83/98] Compiling SQLite Schema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[84/98] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[85/98] Compiling SQLite WindowFunctions.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/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 |
[86/98] Compiling StatementSQLite FromContext.swift
[87/98] Compiling StatementSQLite HavingContext.swift
[88/98] Compiling StatementSQLite InsertContext.swift
BUILD FAILURE 6.2 android