The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-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.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-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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/108] Fetching powersync-sqlite-core-swift
[90/193] Fetching powersync-sqlite-core-swift, csqlite
[175/113826] Fetching powersync-sqlite-core-swift, csqlite, grdb.swift
Fetched https://github.com/powersync-ja/powersync-sqlite-core-swift.git from cache (19.05s)
Fetched https://github.com/powersync-ja/CSQLite.git from cache (19.06s)
Fetched https://github.com/groue/GRDB.swift.git from cache (19.53s)
Computing version for https://github.com/powersync-ja/CSQLite.git
Computed https://github.com/powersync-ja/CSQLite.git at 3.51.2 (20.48s)
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.25s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (2.87s)
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/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/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/30867911] Downloading https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
[81911/96367018] Downloading https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip, https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip
Downloaded https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip (5.72s)
Downloaded https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip (10.61s)
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
[2/10] Copying PrivacyInfo.xcprivacy
[2/10] Copying Info.plist
[2/10] Write sources
[5/10] Write swift-version-24593BA9C3E375BF.txt
[6/10] 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] Emitting module GRDB
<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
[10/249] 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
[11/249] 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
[12/249] 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
[13/249] 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
[14/249] 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
[15/249] 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
[16/249] 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
[17/249] 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
[18/249] Compiling GRDB JoinAssociation.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/249] Compiling GRDB CommonTableExpression.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/249] Compiling GRDB QueryInterfaceRequest.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/249] Compiling GRDB RequestProtocols.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/249] Compiling GRDB 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
[23/249] Compiling GRDB DatabasePromise.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/249] Compiling GRDB SQLAssociation.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/249] Compiling GRDB SQLCollection.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/249] Compiling GRDB SQLExpression.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/249] Compiling GRDB FTS5+QueryInterface.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/249] Compiling GRDB ForeignKey.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/249] Compiling GRDB Association.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/249] Compiling GRDB AssociationAggregate.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/249] Compiling GRDB BelongsToAssociation.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/249] Compiling GRDB HasManyAssociation.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/249] Compiling GRDB HasManyThroughAssociation.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/249] Compiling GRDB HasOneAssociation.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/249] Compiling GRDB HasOneThroughAssociation.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/249] Compiling GRDB CGFloat.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/249] Compiling GRDB Data.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/249] Compiling GRDB DatabaseDateComponents.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/249] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.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/249] Compiling GRDB Date.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/249] Compiling GRDB Decimal.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/249] Compiling GRDB Configuration.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/249] Compiling GRDB Cursor.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/249] Compiling GRDB Database+SQLCipher.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/249] Compiling GRDB Database+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
[46/249] Compiling GRDB Database+Statements.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/249] Compiling GRDB Database.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/249] Compiling GRDB DatabaseBackupProgress.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/249] Compiling GRDB DatabaseCollation.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/249] Compiling GRDB DatabaseError.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/249] Compiling GRDB DatabaseFunction.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/249] Compiling GRDB DatabasePool.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
<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
<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
<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
<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
<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
[59/249] Compiling GRDB SQLGenerationContext.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
[60/249] Compiling GRDB SQLIndexGenerator.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
[61/249] Compiling GRDB SQLQueryGenerator.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
[62/249] Compiling GRDB SQLTableAlterationGenerator.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
[63/249] Compiling GRDB SQLTableGenerator.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
[64/249] Compiling GRDB TableAlias.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
[65/249] Compiling GRDB SQLInterpolation+QueryInterface.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
[66/249] Compiling GRDB ColumnDefinition.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
[67/249] Compiling GRDB Database+SchemaDefinition.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
[68/249] Compiling GRDB ForeignKeyDefinition.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
[69/249] Compiling GRDB IndexDefinition.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
[70/249] Compiling GRDB TableAlteration.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
[71/249] Compiling GRDB TableDefinition.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
[72/249] Compiling GRDB VirtualTableModule.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
[73/249] Compiling GRDB TableRecord+Association.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
[74/249] Compiling GRDB SQLForeignKeyRequest.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/249] Compiling GRDB SQLFunctions.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/249] Compiling GRDB SQLOperators.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/249] Compiling GRDB DatabaseValueConvertible.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
[78/249] Compiling GRDB DatabaseWriter.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
[79/249] Compiling GRDB DispatchQueueActor.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
[80/249] Compiling GRDB FetchRequest.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
[81/249] Compiling GRDB Row.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
[82/249] Compiling GRDB RowAdapter.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
[83/249] Compiling GRDB RowDecodingError.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
[84/249] Compiling GRDB SQL.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
[85/249] Compiling GRDB SQLInterpolation.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
[86/249] Compiling GRDB SQLRequest.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
[87/249] Compiling GRDB SchedulingWatchdog.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
[88/249] Compiling GRDB SerializedDatabase.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
[89/249] Compiling GRDB Statement.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
[90/249] Compiling GRDB StatementAuthorizer.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
[91/249] Compiling GRDB StatementColumnConvertible.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
[92/249] Compiling GRDB Inflections.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
[93/249] Compiling GRDB Mutex.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
[94/249] Compiling GRDB OnDemandFuture.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
[95/249] Compiling GRDB OrderedDictionary.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
[96/249] Compiling GRDB Pool.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
[97/249] Compiling GRDB ReadWriteLock.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
[98/249] Compiling GRDB ReceiveValuesOn.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
[99/249] Compiling GRDB Refinable.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
[100/249] Compiling GRDB Utils.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
[101/249] Compiling GRDB DatabaseCancellable.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
[102/249] Compiling GRDB ValueConcurrentObserver.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
[103/249] Compiling GRDB ValueWriteOnlyObserver.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
[104/249] Compiling GRDB Fetch.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
[105/249] Compiling GRDB Map.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
[106/249] Compiling GRDB RemoveDuplicates.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
[107/249] Compiling GRDB Trace.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
[108/249] Compiling GRDB ValueReducer.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
[109/249] Compiling GRDB SharedValueObservation.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
[110/249] Compiling GRDB ValueObservation.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
[111/249] Compiling GRDB ValueObservationScheduler.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
[112/249] Compiling GRDB resource_bundle_accessor.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
[113/249] Compiling GRDB DatabasePublishers.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
[114/249] Compiling GRDB DatabaseQueue.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
[115/249] Compiling GRDB DatabaseReader.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
[116/249] Compiling GRDB DatabaseRegion.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
[117/249] Compiling GRDB DatabaseRegionObservation.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
[118/249] Compiling GRDB DatabaseSchemaCache.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
[119/249] Compiling GRDB DatabaseSchemaSource.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
[120/249] Compiling GRDB DatabaseSnapshot.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
[121/249] Compiling GRDB JSONDumpFormat.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
[122/249] Compiling GRDB LineDumpFormat.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
[123/249] Compiling GRDB ListDumpFormat.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
[124/249] Compiling GRDB QuoteDumpFormat.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
[125/249] Compiling GRDB FTS3.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
[126/249] Compiling GRDB FTS3Pattern.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
[127/249] Compiling GRDB FTS3TokenizerDescriptor.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
[128/249] Compiling GRDB FTS4.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
[129/249] Compiling GRDB FTS5.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
[130/249] Compiling GRDB FTS5CustomTokenizer.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
[131/249] Compiling GRDB FTS5Pattern.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
[132/249] Compiling GRDB FTS5Tokenizer.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
[133/249] Compiling GRDB FTS5TokenizerDescriptor.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
[134/249] Compiling GRDB FTS5WrapperTokenizer.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
[135/249] Compiling GRDB Fixits.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
[136/249] Compiling GRDB JSONColumn.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
[137/249] Compiling GRDB SQLJSONExpressible.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
[138/249] Compiling GRDB SQLJSONFunctions.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
[139/249] Compiling GRDB DatabaseMigrator.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
[140/249] Compiling GRDB Migration.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
[141/249] Compiling GRDB FTS3+QueryInterface.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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[163/249] Compiling GRDB NSData.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
[164/249] Compiling GRDB NSNull.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
[165/249] Compiling GRDB NSNumber.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
[166/249] Compiling GRDB NSString.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
[167/249] Compiling GRDB SQLiteDateParser.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
[168/249] Compiling GRDB URL.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
[169/249] Compiling GRDB UUID.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
[170/249] Compiling GRDB DatabaseValueConvertible+Decodable.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
[171/249] Compiling GRDB DatabaseValueConvertible+Encodable.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
[172/249] Compiling GRDB DatabaseValueConvertible+RawRepresentable.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
[173/249] Compiling GRDB JSONRequiredEncoder.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
[174/249] Compiling GRDB Optional.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
[175/249] Compiling GRDB StandardLibrary.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
[176/249] Compiling GRDB TransactionClock.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
[177/249] Compiling GRDB TransactionObserver.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
[178/249] Compiling GRDB WALSnapshot.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
[179/249] Compiling GRDB WALSnapshotTransaction.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
[180/249] Compiling GRDB Database+Dump.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
[181/249] Compiling GRDB DatabaseReader+dump.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
[182/249] Compiling GRDB DumpFormat.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
[183/249] Compiling GRDB DebugDumpFormat.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
[184/249] Compiling GRDB TableRecord+QueryInterfaceRequest.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
[185/249] Compiling GRDB EncodableRecord+Encodable.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
[186/249] Compiling GRDB EncodableRecord.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
[187/249] Compiling GRDB FetchableRecord+Decodable.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
[188/249] Compiling GRDB FetchableRecord+TableRecord.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
[189/249] Compiling GRDB FetchableRecord.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
[190/249] Compiling GRDB MutablePersistableRecord+DAO.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
[191/249] Compiling GRDB MutablePersistableRecord+Delete.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
[192/249] Compiling GRDB MutablePersistableRecord+Insert.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
[193/249] Compiling GRDB MutablePersistableRecord+Save.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
[194/249] Compiling GRDB MutablePersistableRecord+Update.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
[195/249] Compiling GRDB MutablePersistableRecord+Upsert.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
[196/249] Compiling GRDB MutablePersistableRecord.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
[197/249] Compiling GRDB PersistableRecord+Insert.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
[198/249] Compiling GRDB PersistableRecord+Save.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
[199/249] Compiling GRDB PersistableRecord+Upsert.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
[200/249] Compiling GRDB PersistableRecord.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
[201/249] Compiling GRDB Record.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
[202/249] Compiling GRDB TableRecord.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
[203/249] Compiling GRDB CaseInsensitiveIdentifier.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
[204/249] Compiling GRDB Inflections+English.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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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/66] Compiling PowerSync Logger.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/66] Compiling PowerSync PowerSyncCredentials.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/66] Compiling PowerSync PowerSyncDatabase.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/66] Compiling PowerSync LoggerProtocol.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/66] Compiling PowerSync PowerSyncBackendConnector.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/66] Compiling PowerSync PowerSyncDatabaseProtocol.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/66] Compiling PowerSync PowerSyncError.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/66] Compiling PowerSync QueriesProtocol.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/66] Compiling PowerSync SQLiteConnectionPool.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/74] Compiling PowerSync LeaseCallback+Sendable.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/74] Compiling PowerSync PowerSyncBackendConnectorAdapter.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/74] Compiling PowerSync SafeCastError.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/74] Compiling PowerSync KotlinConnectionContext.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/74] Compiling PowerSync KotlinCrudBatch.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/74] Compiling PowerSync KotlinCrudEntry.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/74] Compiling PowerSync KotlinCrudTransaction.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/74] Compiling PowerSync KotlinCrudTransactions.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/74] Compiling PowerSync KotlinJsonParam.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/74] Compiling PowerSync KotlinSqlCursor.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/74] Compiling PowerSync PowerSyncDataTypeConvertible.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/74] Compiling PowerSync kotlinResolvePowerSyncLoadableExtensionPath.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/74] Compiling PowerSync kotlinWithSession.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/74] Compiling PowerSync KotlinSyncStatus.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/74] Compiling PowerSync KotlinSyncStatusData.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/74] Compiling PowerSync KotlinSyncStreams.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/74] Compiling PowerSync UserAgent.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/74] Compiling PowerSync wrapQueryCursor.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)
[29/75] 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
[30/99] 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
[31/99] 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
[32/99] 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
[33/99] 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
[34/99] 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
[35/99] 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
[36/99] 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
[37/99] 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
[38/99] 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
[39/222] 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
[40/222] 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
[41/222] 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
[42/222] 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
[43/222] 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
[44/222] 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
[45/222] 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
[46/222] 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
[47/222] 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
[48/222] 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
[49/222] 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
[50/222] 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
[51/222] 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
[52/222] 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
[53/222] 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
[54/222] 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
[55/222] 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
[56/222] 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
[57/222] 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
[58/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
[59/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
[60/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
[61/222] 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
[62/222] 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
[63/222] 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
[64/222] 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
[65/222] 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
[66/222] 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
[67/222] 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
[68/222] 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
[69/222] 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
[70/222] 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
[71/222] 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
BUILD FAILURE 6.1 linux