The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PowerSync, reference 1.13.1 (c4f812), with Swift 6.2 for Linux on 26 Mar 2026 22:20:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/powersync-ja/powersync-swift.git
Reference: 1.13.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/powersync-ja/powersync-swift
 * tag               1.13.1     -> FETCH_HEAD
HEAD is now at c4f8126 fix: Potential CancellationError swallowing (#123)
Cloned https://github.com/powersync-ja/powersync-swift.git
Revision (git rev-parse @):
c4f81265040610c22361cc34695ffd3bc2ec6474
SUCCESS checkout https://github.com/powersync-ja/powersync-swift.git at 1.13.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/powersync-ja/powersync-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:b1b7512e70c869f4e6dfc045c9cfbcecd5568d004e044b9c2b5f35ddaecd218b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/powersync-ja/CSQLite.git
Fetching https://github.com/powersync-ja/powersync-sqlite-core-swift.git
[1/108] Fetching powersync-sqlite-core-swift
[109/193] Fetching powersync-sqlite-core-swift, csqlite
Fetched https://github.com/powersync-ja/powersync-sqlite-core-swift.git from cache (0.43s)
[59/85] Fetching csqlite
[86/113718] Fetching csqlite, grdb.swift
Fetched https://github.com/powersync-ja/CSQLite.git from cache (1.05s)
[11364/113633] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (27.35s)
Computing version for https://github.com/powersync-ja/CSQLite.git
Computed https://github.com/powersync-ja/CSQLite.git at 3.51.2 (28.20s)
Computing version for https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Computed https://github.com/powersync-ja/powersync-sqlite-core-swift.git at 0.4.12 (3.89s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (4.22s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.10.0
Creating working copy for https://github.com/powersync-ja/CSQLite.git
Working copy of https://github.com/powersync-ja/CSQLite.git resolved at 3.51.2
Creating working copy for https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Working copy of https://github.com/powersync-ja/powersync-sqlite-core-swift.git resolved at 0.4.12
Downloading binary artifact https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip
Downloading binary artifact https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
[1397/65499107] Downloading https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip
[16344/96367018] Downloading https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip, https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
Downloaded https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip (6.10s)
Downloaded https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip (10.97s)
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/PowerSync/attachments/README.md
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Copying Info.plist
[0/10] Write sources
[5/10] Compiling CSQLite sqlite3_entry.c
[6/10] Write swift-version-24593BA9C3E375BF.txt
[8/220] Emitting module GRDB
[9/241] Compiling GRDB Configuration.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[10/241] Compiling GRDB Cursor.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[11/241] Compiling GRDB Database+SQLCipher.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[12/241] Compiling GRDB Database+Schema.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[13/241] Compiling GRDB Database+Statements.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[14/241] Compiling GRDB Database.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[15/241] Compiling GRDB DatabaseBackupProgress.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[16/241] Compiling GRDB DatabaseCollation.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[17/241] Compiling GRDB DatabaseError.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[18/249] Compiling GRDB RowDecodingError.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[19/249] Compiling GRDB SQL.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[20/249] Compiling GRDB SQLInterpolation.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[21/249] Compiling GRDB SQLRequest.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[22/249] Compiling GRDB SchedulingWatchdog.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[23/249] Compiling GRDB SerializedDatabase.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[24/249] Compiling GRDB Statement.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[25/249] Compiling GRDB StatementAuthorizer.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[26/249] Compiling GRDB StatementColumnConvertible.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/249] Emitting module PowerSync
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[28/249] Compiling GRDB DatabaseFunction.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[29/249] Compiling GRDB DatabasePool.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[30/249] Compiling GRDB DatabasePublishers.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[31/249] Compiling GRDB DatabaseQueue.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[32/249] Compiling GRDB DatabaseReader.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[33/249] Compiling GRDB DatabaseRegion.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[34/249] Compiling GRDB DatabaseRegionObservation.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[35/249] Compiling GRDB DatabaseSchemaCache.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[36/249] Compiling GRDB DatabaseSchemaSource.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[37/249] Compiling GRDB DatabaseSnapshot.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[38/249] Compiling GRDB DatabaseSnapshotPool.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[39/249] Compiling GRDB DatabaseValue.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[40/249] Compiling GRDB DatabaseValueConvertible.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[41/249] Compiling GRDB DatabaseWriter.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[42/249] Compiling GRDB DispatchQueueActor.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[43/249] Compiling GRDB FetchRequest.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[44/249] Compiling GRDB Row.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[45/249] Compiling GRDB RowAdapter.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[46/249] Compiling GRDB CGFloat.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[47/249] Compiling GRDB Data.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[48/249] Compiling GRDB DatabaseDateComponents.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[49/249] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[50/249] Compiling GRDB Date.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[51/249] Compiling GRDB Decimal.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[52/249] Compiling GRDB JSONDumpFormat.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[53/249] Compiling GRDB LineDumpFormat.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[54/249] Compiling GRDB ListDumpFormat.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[55/249] Compiling GRDB QuoteDumpFormat.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[56/249] Compiling GRDB FTS3.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[57/249] Compiling GRDB FTS3Pattern.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[58/249] Compiling GRDB FTS3TokenizerDescriptor.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[59/249] Compiling GRDB FTS4.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[60/249] Compiling GRDB FTS5.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[61/249] Compiling GRDB FTS5CustomTokenizer.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[62/249] Compiling GRDB FTS5Pattern.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[63/249] Compiling GRDB FTS5Tokenizer.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[64/249] Compiling GRDB FTS5TokenizerDescriptor.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[65/249] Compiling GRDB FTS5WrapperTokenizer.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[66/249] Compiling GRDB Fixits.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[67/249] Compiling GRDB JSONColumn.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[68/249] Compiling GRDB SQLJSONExpressible.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[69/249] Compiling GRDB SQLJSONFunctions.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[70/249] Compiling GRDB DatabaseMigrator.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[90/249] Compiling PowerSync AttachmentTable.swift
[91/249] Compiling PowerSync FileManagerLocalStorage.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[94/249] Compiling PowerSync LocalStorage.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[95/249] Compiling PowerSync RemoteStorage.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[96/249] Compiling PowerSync SyncErrorHandler.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[97/249] Compiling PowerSync SyncingService.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[98/249] Compiling PowerSync WatchedAttachmentItem.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[99/249] Compiling PowerSync resolvePowerSyncLoadableExtensionPath.swift
/host/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift:1:8: error: no such module 'PowerSyncKotlin'
 1 | import PowerSyncKotlin
   |        `- error: no such module 'PowerSyncKotlin'
 2 |
 3 | // Since AllLeaseCallback is a protocol from PowerSyncKotlin, we need to use a wrapper class
[106/249] Compiling GRDB UUID.swift
[107/249] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[108/249] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[109/249] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
[110/249] Compiling GRDB JSONRequiredEncoder.swift
[111/249] Compiling GRDB Optional.swift
[112/249] Compiling GRDB StandardLibrary.swift
[113/249] Compiling GRDB TransactionClock.swift
[114/249] Compiling GRDB TransactionObserver.swift
[115/249] Compiling GRDB WALSnapshot.swift
[116/249] Compiling GRDB WALSnapshotTransaction.swift
[117/249] Compiling GRDB Database+Dump.swift
[118/249] Compiling GRDB DatabaseReader+dump.swift
[119/249] Compiling GRDB DumpFormat.swift
[120/249] Compiling GRDB DebugDumpFormat.swift
BUILD FAILURE 6.2 linux