Build Information
Failed to build PowerSync, reference 1.13.1 (c4f812), with Swift 6.1 for Android on 26 Mar 2026 22:20:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build 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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/powersync-ja/powersync-swift.git
https://github.com/powersync-ja/powersync-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "powersync-sqlite-core-swift",
"requirement" : {
"exact" : [
"0.4.12"
]
},
"type" : "sourceControl",
"url" : "https://github.com/powersync-ja/powersync-sqlite-core-swift.git"
},
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.9.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift.git"
},
{
"identity" : "csqlite",
"requirement" : {
"exact" : [
"3.51.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/powersync-ja/CSQLite.git"
}
],
"manifest_display_name" : "PowerSync",
"name" : "PowerSync",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "PowerSync",
"targets" : [
"PowerSync"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PowerSyncDynamic",
"targets" : [
"PowerSync"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "PowerSyncGRDB",
"targets" : [
"PowerSyncGRDB"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PowerSyncTests",
"module_type" : "SwiftTarget",
"name" : "PowerSyncTests",
"path" : "Tests/PowerSyncTests",
"sources" : [
"AttachmentTests.swift",
"ConnectTests.swift",
"CrudTests.swift",
"EncryptionTests.swift",
"Kotlin/KotlinPowerSyncDatabaseImplTests.swift",
"Kotlin/SqlCursorTests.swift",
"Kotlin/TestLogger.swift",
"Schema/ColumnTests.swift",
"Schema/IndexTests.swift",
"Schema/IndexedColumnTests.swift",
"Schema/SchemaTests.swift",
"Schema/TableTests.swift",
"test-utils/MockConnector.swift"
],
"target_dependencies" : [
"PowerSync"
],
"type" : "test"
},
{
"c99name" : "PowerSyncKotlin",
"module_type" : "BinaryTarget",
"name" : "PowerSyncKotlin",
"path" : "remote/archive/PowersyncKotlinRelease.zip",
"product_memberships" : [
"PowerSync",
"PowerSyncDynamic",
"PowerSyncGRDB"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "PowerSyncGRDBTests",
"module_type" : "SwiftTarget",
"name" : "PowerSyncGRDBTests",
"path" : "Tests/PowerSyncGRDBTests",
"sources" : [
"BasicTest.swift"
],
"target_dependencies" : [
"PowerSync",
"PowerSyncGRDB"
],
"type" : "test"
},
{
"c99name" : "PowerSyncGRDB",
"module_type" : "SwiftTarget",
"name" : "PowerSyncGRDB",
"path" : "Sources/PowerSyncGRDB",
"product_dependencies" : [
"GRDB"
],
"product_memberships" : [
"PowerSyncGRDB"
],
"sources" : [
"Config/Configuration+PowerSync.swift",
"Config/PowerSyncSchemaSource.swift",
"Connections/GRDBConnectionLease.swift",
"Connections/GRDBConnectionPool.swift",
"Errors.swift",
"GRDBPowerSyncDatabase.swift",
"SQLite/SQLite+Utils.swift",
"Updates/PowerSyncTransactionObserver.swift"
],
"target_dependencies" : [
"PowerSync"
],
"type" : "library"
},
{
"c99name" : "PowerSync",
"module_type" : "SwiftTarget",
"name" : "PowerSync",
"path" : "Sources/PowerSync",
"product_dependencies" : [
"PowerSyncSQLiteCore",
"CSQLite"
],
"product_memberships" : [
"PowerSync",
"PowerSyncDynamic",
"PowerSyncGRDB"
],
"sources" : [
"CurrentVersion.swift",
"Kotlin/AllLeaseCallback+Sendable.swift",
"Kotlin/DatabaseLogger.swift",
"Kotlin/KotlinAdapter.swift",
"Kotlin/KotlinNetworkLogger.swift",
"Kotlin/KotlinPowerSyncDatabaseImpl.swift",
"Kotlin/KotlinSQLiteConnectionPool.swift",
"Kotlin/KotlinSuspendFunction1+Sendable.swift",
"Kotlin/KotlinTypes.swift",
"Kotlin/LeaseCallback+Sendable.swift",
"Kotlin/PowerSyncBackendConnectorAdapter.swift",
"Kotlin/SafeCastError.swift",
"Kotlin/db/KotlinConnectionContext.swift",
"Kotlin/db/KotlinCrudBatch.swift",
"Kotlin/db/KotlinCrudEntry.swift",
"Kotlin/db/KotlinCrudTransaction.swift",
"Kotlin/db/KotlinCrudTransactions.swift",
"Kotlin/db/KotlinJsonParam.swift",
"Kotlin/db/KotlinSqlCursor.swift",
"Kotlin/db/PowerSyncDataTypeConvertible.swift",
"Kotlin/kotlinResolvePowerSyncLoadableExtensionPath.swift",
"Kotlin/kotlinWithSession.swift",
"Kotlin/sync/KotlinSyncStatus.swift",
"Kotlin/sync/KotlinSyncStatusData.swift",
"Kotlin/sync/KotlinSyncStreams.swift",
"Kotlin/sync/UserAgent.swift",
"Kotlin/wrapQueryCursor.swift",
"Logger.swift",
"PowerSyncCredentials.swift",
"PowerSyncDatabase.swift",
"Protocol/LoggerProtocol.swift",
"Protocol/PowerSyncBackendConnector.swift",
"Protocol/PowerSyncDatabaseProtocol.swift",
"Protocol/PowerSyncError.swift",
"Protocol/QueriesProtocol.swift",
"Protocol/SQLiteConnectionPool.swift",
"Protocol/Schema/Column.swift",
"Protocol/Schema/Index.swift",
"Protocol/Schema/IndexedColumn.swift",
"Protocol/Schema/RawTable.swift",
"Protocol/Schema/Schema.swift",
"Protocol/Schema/Table.swift",
"Protocol/Schema/TableOptions.swift",
"Protocol/SyncRequestLogger.swift",
"Protocol/db/ConnectionContext.swift",
"Protocol/db/CrudBatch.swift",
"Protocol/db/CrudEntry.swift",
"Protocol/db/CrudTransaction.swift",
"Protocol/db/JsonParam.swift",
"Protocol/db/SqlCursor.swift",
"Protocol/db/Transaction.swift",
"Protocol/sync/BucketPriority.swift",
"Protocol/sync/DownloadProgress.swift",
"Protocol/sync/PriorityStatusEntry.swift",
"Protocol/sync/SyncStatusData.swift",
"Protocol/sync/SyncStream.swift",
"Utils/withSession.swift",
"attachments/Attachment.swift",
"attachments/AttachmentContext.swift",
"attachments/AttachmentQueue.swift",
"attachments/AttachmentService.swift",
"attachments/AttachmentTable.swift",
"attachments/FileManagerLocalStorage.swift",
"attachments/LocalStorage.swift",
"attachments/RemoteStorage.swift",
"attachments/SyncErrorHandler.swift",
"attachments/SyncingService.swift",
"attachments/WatchedAttachmentItem.swift",
"resolvePowerSyncLoadableExtensionPath.swift"
],
"target_dependencies" : [
"PowerSyncKotlin"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/powersync-ja/CSQLite.git
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/powersync-ja/powersync-sqlite-core-swift.git
[1/85] Fetching csqlite
[59/193] Fetching csqlite, powersync-sqlite-core-swift
Fetched https://github.com/powersync-ja/powersync-sqlite-core-swift.git from cache (0.38s)
[63/85] Fetching csqlite
Fetched https://github.com/powersync-ja/CSQLite.git from cache (0.70s)
[1/113633] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (15.64s)
Computing version for https://github.com/powersync-ja/CSQLite.git
Computed https://github.com/powersync-ja/CSQLite.git at 3.51.2 (16.42s)
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.58s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (3.86s)
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
[5388807/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 (5.18s)
Downloaded https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip (9.95s)
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
[1/10] Copying PrivacyInfo.xcprivacy
[3/10] Copying Info.plist
[4/10] Write sources
[5/10] Write swift-version-24593BA9C3E375BF.txt
[6/158] Compiling CSQLite sqlite3_entry.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/220] Emitting module PowerSync
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[9/228] Compiling PowerSync KotlinSqlCursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync PowerSyncDataTypeConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync kotlinResolvePowerSyncLoadableExtensionPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync kotlinWithSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinSyncStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinSyncStatusData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinSyncStreams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync UserAgent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync wrapQueryCursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync LeaseCallback+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync PowerSyncBackendConnectorAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SafeCastError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinConnectionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinCrudBatch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinCrudEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinCrudTransaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinCrudTransactions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinJsonParam.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[27/228] Compiling PowerSync AttachmentTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync FileManagerLocalStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync LocalStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync RemoteStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SyncErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SyncingService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync WatchedAttachmentItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync resolvePowerSyncLoadableExtensionPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync CrudBatch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync CrudEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync CrudTransaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync JsonParam.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SqlCursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Transaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync BucketPriority.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync DownloadProgress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync PriorityStatusEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SyncStatusData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync withSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Attachment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync AttachmentContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync AttachmentQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync AttachmentService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync CurrentVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync AllLeaseCallback+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync DatabaseLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinNetworkLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinPowerSyncDatabaseImpl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinSQLiteConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinSuspendFunction1+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync KotlinTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Column.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync IndexedColumn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync RawTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Schema.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Table.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync TableOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync SyncRequestLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync ConnectionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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/228] Compiling PowerSync PowerSyncCredentials.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[71/228] Compiling PowerSync PowerSyncDatabase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[72/228] Compiling PowerSync LoggerProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[73/228] Compiling PowerSync PowerSyncBackendConnector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[74/228] Compiling PowerSync PowerSyncDatabaseProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[75/228] Compiling PowerSync PowerSyncError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[76/228] Compiling PowerSync QueriesProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[77/228] Compiling PowerSync SQLiteConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
2 |
3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:10:8: error: could not build C module 'GRDBSQLite'
8 | import SQLCipher
9 | #else // Default SPM trait must be the default. It impossible to detect from Xcode.
10 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
11 | #endif
12 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/PowerSync/attachments/README.md
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/214] 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
[3/214] 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
[4/214] 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
[5/214] 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
[6/214] 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
[7/214] 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
[8/214] 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
[9/214] 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
[10/214] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/214] 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
[12/214] 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
[13/214] 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
[14/214] 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
[15/214] 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
[16/214] 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
[17/214] 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
[18/214] 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
[19/214] 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
[20/214] 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
[21/222] Compiling GRDB TransactionObserver.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/222] Compiling GRDB WALSnapshot.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/222] Compiling GRDB WALSnapshotTransaction.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/222] Compiling GRDB Database+Dump.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/222] Compiling GRDB DatabaseReader+dump.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/222] Compiling GRDB DumpFormat.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
[27/222] Compiling GRDB DebugDumpFormat.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
[28/222] Compiling GRDB SQLOrdering.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/222] Compiling GRDB SQLRelation.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/222] 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
[31/222] 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
[32/222] 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
[33/222] Compiling GRDB NSData.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/222] Compiling GRDB NSNull.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/222] Compiling GRDB NSNumber.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/222] Compiling GRDB NSString.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/222] Compiling GRDB SQLiteDateParser.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/222] Compiling GRDB URL.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/222] Compiling GRDB SQLSelection.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/222] Compiling GRDB SQLSubquery.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/222] Compiling GRDB Table.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/222] Compiling GRDB SQLColumnGenerator.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/222] Compiling GRDB SQLGenerationContext.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/222] Compiling GRDB SQLIndexGenerator.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/222] Compiling GRDB SQLQueryGenerator.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/222] Compiling GRDB SQLTableAlterationGenerator.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/222] Compiling GRDB SQLTableGenerator.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/222] Compiling GRDB TableAlias.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/222] Compiling GRDB SQLInterpolation+QueryInterface.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/222] Compiling GRDB ColumnDefinition.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/222] Compiling GRDB Database+SchemaDefinition.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/222] Compiling GRDB ForeignKeyDefinition.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/222] Compiling GRDB IndexDefinition.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/222] Compiling GRDB TableAlteration.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/222] Compiling GRDB TableDefinition.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/222] Compiling GRDB UUID.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/222] Compiling GRDB DatabaseValueConvertible+Decodable.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/222] Compiling GRDB DatabaseValueConvertible+Encodable.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/222] Compiling GRDB DatabaseValueConvertible+RawRepresentable.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/222] Compiling GRDB JSONRequiredEncoder.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/222] Compiling GRDB Optional.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/222] Compiling GRDB StandardLibrary.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/222] Compiling GRDB TransactionClock.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/222] Compiling PowerSync AttachmentTable.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/222] 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
[66/222] 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
[67/222] 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
[68/222] 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
[69/222] 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
[70/222] 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
[71/222] 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
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
2 |
3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
BUILD FAILURE 6.1 android