The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PowerSync, reference 1.13.1 (c4f812), with Swift 6.1 for macOS (SPM) on 26 Mar 2026 22:15:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/11] Write sources
[3/11] Copying PrivacyInfo.xcprivacy
[3/11] Copying Info.plist
[5/11] Copying powersync-sqlite-core.framework
[6/11] Copying PowerSyncKotlin.framework
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[8/164] Compiling CSQLite sqlite3_entry.c
[10/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
[11/228] 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
[12/228] 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
[13/228] 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
[14/228] 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
[15/228] 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
[16/228] 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
[17/228] 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
[18/228] 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
[19/228] 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
[20/228] 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
[21/228] 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
[22/228] 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
[23/228] 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
[24/228] 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
[25/228] 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
[26/228] 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
[27/228] 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
[28/244] 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
[29/244] 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
[30/244] Compiling GRDB DatabaseSnapshotPool.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
[31/244] Compiling GRDB DatabaseValue.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
[32/244] 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
[33/244] 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
[34/244] 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
[35/244] 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
[36/244] 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
[37/244] 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
[38/244] 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
[39/244] 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
[40/244] 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
[41/244] 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
[42/244] 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
[43/244] 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
[44/244] 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
[45/244] Compiling PowerSync SyncRequestLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/244] Compiling PowerSync ConnectionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/244] Compiling PowerSync CrudBatch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/244] Compiling PowerSync CrudEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/244] Compiling PowerSync CrudTransaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/244] Compiling PowerSync JsonParam.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/244] Compiling PowerSync withSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/244] Compiling PowerSync Attachment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/244] Compiling PowerSync AttachmentContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/244] Compiling PowerSync AttachmentQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/244] Compiling PowerSync AttachmentService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/244] 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
[57/244] 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
[58/244] 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
[59/244] 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
[60/244] 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
[61/244] 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
[62/244] 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
[63/244] 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
[64/244] 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
[65/244] 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
[66/244] 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
[67/244] 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
[68/244] 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
[69/244] 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
[70/244] 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
[71/244] 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
[72/244] 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
[73/244] 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
[74/244] 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
[75/244] 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
[76/244] 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
[77/244] 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
[78/244] 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
[79/244] 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
[80/244] 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
[81/244] 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
[82/244] 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
[83/244] 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
[84/244] 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
[85/244] 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
[86/244] 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
[87/244] 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
[88/244] 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
[89/244] 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
[90/244] 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
[91/244] 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
[92/244] 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
[93/244] 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
[94/244] 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
[95/244] 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
[96/244] 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
[97/244] 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
[98/244] 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
[99/244] Compiling GRDB SQLOrdering.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/244] Compiling GRDB SQLRelation.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/244] Compiling GRDB SQLSelection.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/244] Compiling GRDB SQLSubquery.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/244] Compiling GRDB Table.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/244] Compiling GRDB SQLColumnGenerator.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/244] 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
[106/244] 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
[107/244] 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
[108/244] 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
[109/244] 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
[110/244] 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
[111/244] 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
[112/244] 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
[113/244] Compiling PowerSync LeaseCallback+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/244] Compiling PowerSync PowerSyncBackendConnectorAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/244] Compiling PowerSync SafeCastError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/244] Compiling PowerSync KotlinConnectionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/244] Compiling PowerSync KotlinCrudBatch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/244] Compiling PowerSync SqlCursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/244] Compiling PowerSync Transaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/244] Compiling PowerSync BucketPriority.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/244] Compiling PowerSync DownloadProgress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/244] Compiling PowerSync PriorityStatusEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/244] Compiling PowerSync SyncStatusData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/244] Compiling PowerSync SyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/244] Compiling PowerSync SQLiteConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/244] Compiling PowerSync Column.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/244] Compiling PowerSync Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/244] Compiling PowerSync IndexedColumn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/244] Compiling PowerSync RawTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/244] Compiling PowerSync CurrentVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/244] Compiling PowerSync AllLeaseCallback+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/244] Compiling PowerSync DatabaseLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/244] Compiling PowerSync KotlinAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/244] Compiling PowerSync KotlinNetworkLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/244] Compiling PowerSync KotlinPowerSyncDatabaseImpl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/244] Compiling PowerSync KotlinSQLiteConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/244] Compiling PowerSync KotlinCrudEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/244] Compiling PowerSync KotlinCrudTransaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/244] Compiling PowerSync KotlinCrudTransactions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/244] Compiling PowerSync KotlinJsonParam.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/244] Compiling PowerSync KotlinSqlCursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/244] Compiling PowerSync PowerSyncDataTypeConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/244] Compiling PowerSync kotlinResolvePowerSyncLoadableExtensionPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/244] Compiling PowerSync KotlinSuspendFunction1+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/244] Compiling PowerSync KotlinTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/244] Compiling PowerSync Schema.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/244] Compiling PowerSync Table.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/244] Compiling PowerSync kotlinWithSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/244] Compiling PowerSync KotlinSyncStatus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/244] Compiling PowerSync KotlinSyncStatusData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/244] Compiling PowerSync KotlinSyncStreams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/244] Compiling PowerSync UserAgent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/244] Compiling PowerSync wrapQueryCursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/244] Compiling PowerSync Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/244] Compiling PowerSync PowerSyncCredentials.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/244] Compiling PowerSync PowerSyncDatabase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/244] Compiling PowerSync LoggerProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/244] Compiling PowerSync PowerSyncBackendConnector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/244] Compiling PowerSync PowerSyncDatabaseProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/244] Compiling PowerSync PowerSyncError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/244] Compiling PowerSync QueriesProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/244] Compiling PowerSync TableOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/244] 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
[164/244] 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
[165/244] 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
[166/244] 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
[167/244] 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
[168/244] 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
[169/244] 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
[170/244] 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
[171/244] 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
[172/244] 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
[173/244] 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
[174/244] 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
[175/244] 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
[176/244] 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
[177/244] 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
[178/244] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[200/250] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[243/250] 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
[244/250] 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
[245/250] 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
[246/250] 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
[247/250] 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
[248/250] 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
[248/250] Write Objects.LinkFileList
[250/259] Compiling PowerSyncGRDB SQLite+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
[251/259] Compiling PowerSyncGRDB PowerSyncTransactionObserver.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
[252/259] Compiling PowerSyncGRDB Errors.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
[253/259] Compiling PowerSyncGRDB GRDBPowerSyncDatabase.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
[254/259] Compiling PowerSyncGRDB GRDBConnectionLease.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
[255/259] Compiling PowerSyncGRDB PowerSyncSchemaSource.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
[256/259] Emitting module PowerSyncGRDB
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/259] Compiling PowerSyncGRDB Configuration+PowerSync.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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:7610:9: error: 'sqlite3_module::xIntegrity' from module 'CSQLite' is not present in definition of 'struct sqlite3_module' in module 'SQLite3'
 7608 |   /* The methods above are in versions 1 through 3 of the sqlite_module object.
 7609 |   ** Those below are for version 4 and greater. */
 7610 |   int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema,
      |         `- error: 'sqlite3_module::xIntegrity' from module 'CSQLite' is not present in definition of 'struct sqlite3_module' in module 'SQLite3'
 7611 |                     const char *zTabName, int mFlags, char **pzErr);
 7612 | };
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:7133:8: note: definition has no member 'xIntegrity'
 7131 | ** any database connection.
 7132 | */
 7133 | struct sqlite3_module {
      |        `- note: definition has no member 'xIntegrity'
 7134 |   int iVersion;
 7135 |   int (*xCreate)(sqlite3*, void *pAux,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13607:9: error: 'Fts5ExtensionApi::xTokenize_v2' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13605 |   /* Below this point are iVersion>=4 only */
13606 |   int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn);
13607 |   int (*xTokenize_v2)(Fts5Context*,
      |         `- error: 'Fts5ExtensionApi::xTokenize_v2' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13608 |     const char *pText, int nText,      /* Text to tokenize */
13609 |     const char *pLocale, int nLocale,  /* Locale to pass to tokenizer */
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xTokenize_v2'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xTokenize_v2'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13606:9: error: 'Fts5ExtensionApi::xColumnLocale' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13604 |
13605 |   /* Below this point are iVersion>=4 only */
13606 |   int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn);
      |         `- error: 'Fts5ExtensionApi::xColumnLocale' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13607 |   int (*xTokenize_v2)(Fts5Context*,
13608 |     const char *pText, int nText,      /* Text to tokenize */
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xColumnLocale'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xColumnLocale'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13603:9: error: 'Fts5ExtensionApi::xInstToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13601 |       const char **ppToken, int *pnToken
13602 |   );
13603 |   int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
      |         `- error: 'Fts5ExtensionApi::xInstToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13604 |
13605 |   /* Below this point are iVersion>=4 only */
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xInstToken'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xInstToken'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13599:9: error: 'Fts5ExtensionApi::xQueryToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13597 |
13598 |   /* Below this point are iVersion>=3 only */
13599 |   int (*xQueryToken)(Fts5Context*,
      |         `- error: 'Fts5ExtensionApi::xQueryToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13600 |       int iPhrase, int iToken,
13601 |       const char **ppToken, int *pnToken
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xQueryToken'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xQueryToken'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13949:9: error: 'fts5_api::xFindTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13947 |
13948 |   /* Find an existing tokenizer */
13949 |   int (*xFindTokenizer_v2)(
      |         `- error: 'fts5_api::xFindTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13950 |     fts5_api *pApi,
13951 |     const char *zName,
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:11034:8: note: definition has no member 'xFindTokenizer_v2'
11032 | */
11033 | typedef struct fts5_api fts5_api;
11034 | struct fts5_api {
      |        `- note: definition has no member 'xFindTokenizer_v2'
11035 |   int iVersion;                   /* Currently always set to 2 */
11036 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13940:9: error: 'fts5_api::xCreateTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13938 |
13939 |   /* Create a new tokenizer */
13940 |   int (*xCreateTokenizer_v2)(
      |         `- error: 'fts5_api::xCreateTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13941 |     fts5_api *pApi,
13942 |     const char *zName,
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:11034:8: note: definition has no member 'xCreateTokenizer_v2'
11032 | */
11033 | typedef struct fts5_api fts5_api;
11034 | struct fts5_api {
      |        `- note: definition has no member 'xCreateTokenizer_v2'
11035 |   int iVersion;                   /* Currently always set to 2 */
11036 |
[258/259] Compiling PowerSyncGRDB GRDBConnectionPool.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
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:7610:9: error: 'sqlite3_module::xIntegrity' from module 'CSQLite' is not present in definition of 'struct sqlite3_module' in module 'SQLite3'
 7608 |   /* The methods above are in versions 1 through 3 of the sqlite_module object.
 7609 |   ** Those below are for version 4 and greater. */
 7610 |   int (*xIntegrity)(sqlite3_vtab *pVTab, const char *zSchema,
      |         `- error: 'sqlite3_module::xIntegrity' from module 'CSQLite' is not present in definition of 'struct sqlite3_module' in module 'SQLite3'
 7611 |                     const char *zTabName, int mFlags, char **pzErr);
 7612 | };
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:7133:8: note: definition has no member 'xIntegrity'
 7131 | ** any database connection.
 7132 | */
 7133 | struct sqlite3_module {
      |        `- note: definition has no member 'xIntegrity'
 7134 |   int iVersion;
 7135 |   int (*xCreate)(sqlite3*, void *pAux,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13607:9: error: 'Fts5ExtensionApi::xTokenize_v2' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13605 |   /* Below this point are iVersion>=4 only */
13606 |   int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn);
13607 |   int (*xTokenize_v2)(Fts5Context*,
      |         `- error: 'Fts5ExtensionApi::xTokenize_v2' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13608 |     const char *pText, int nText,      /* Text to tokenize */
13609 |     const char *pLocale, int nLocale,  /* Locale to pass to tokenizer */
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xTokenize_v2'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xTokenize_v2'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13606:9: error: 'Fts5ExtensionApi::xColumnLocale' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13604 |
13605 |   /* Below this point are iVersion>=4 only */
13606 |   int (*xColumnLocale)(Fts5Context*, int iCol, const char **pz, int *pn);
      |         `- error: 'Fts5ExtensionApi::xColumnLocale' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13607 |   int (*xTokenize_v2)(Fts5Context*,
13608 |     const char *pText, int nText,      /* Text to tokenize */
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xColumnLocale'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xColumnLocale'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13603:9: error: 'Fts5ExtensionApi::xInstToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13601 |       const char **ppToken, int *pnToken
13602 |   );
13603 |   int (*xInstToken)(Fts5Context*, int iIdx, int iToken, const char**, int*);
      |         `- error: 'Fts5ExtensionApi::xInstToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13604 |
13605 |   /* Below this point are iVersion>=4 only */
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xInstToken'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xInstToken'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13599:9: error: 'Fts5ExtensionApi::xQueryToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13597 |
13598 |   /* Below this point are iVersion>=3 only */
13599 |   int (*xQueryToken)(Fts5Context*,
      |         `- error: 'Fts5ExtensionApi::xQueryToken' from module 'CSQLite' is not present in definition of 'struct Fts5ExtensionApi' in module 'SQLite3'
13600 |       int iPhrase, int iToken,
13601 |       const char **ppToken, int *pnToken
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:10762:8: note: definition has no member 'xQueryToken'
10760 | **   See xPhraseFirstColumn above.
10761 | */
10762 | struct Fts5ExtensionApi {
      |        `- note: definition has no member 'xQueryToken'
10763 |   int iVersion;                   /* Currently always set to 2 */
10764 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13949:9: error: 'fts5_api::xFindTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13947 |
13948 |   /* Find an existing tokenizer */
13949 |   int (*xFindTokenizer_v2)(
      |         `- error: 'fts5_api::xFindTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13950 |     fts5_api *pApi,
13951 |     const char *zName,
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:11034:8: note: definition has no member 'xFindTokenizer_v2'
11032 | */
11033 | typedef struct fts5_api fts5_api;
11034 | struct fts5_api {
      |        `- note: definition has no member 'xFindTokenizer_v2'
11035 |   int iVersion;                   /* Currently always set to 2 */
11036 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CSQLite/Sources/CSQLite/include/../_sqlite/sqlite3.h:13940:9: error: 'fts5_api::xCreateTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13938 |
13939 |   /* Create a new tokenizer */
13940 |   int (*xCreateTokenizer_v2)(
      |         `- error: 'fts5_api::xCreateTokenizer_v2' from module 'CSQLite' is not present in definition of 'struct fts5_api' in module 'SQLite3'
13941 |     fts5_api *pApi,
13942 |     const char *zName,
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/sqlite3.h:11034:8: note: definition has no member 'xCreateTokenizer_v2'
11032 | */
11033 | typedef struct fts5_api fts5_api;
11034 | struct fts5_api {
      |        `- note: definition has no member 'xCreateTokenizer_v2'
11035 |   int iVersion;                   /* Currently always set to 2 */
11036 |
[258/259] Linking libPowerSyncDynamic.dylib
Fetching https://github.com/groue/GRDB.swift.git
Fetching https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Fetching https://github.com/powersync-ja/CSQLite.git
[1/108] Fetching powersync-sqlite-core-swift
[82/193] Fetching powersync-sqlite-core-swift, csqlite
Fetched https://github.com/powersync-ja/powersync-sqlite-core-swift.git from cache (1.20s)
[73/113718] Fetching csqlite, grdb.swift
Fetched https://github.com/powersync-ja/CSQLite.git from cache (33.62s)
Fetched https://github.com/groue/GRDB.swift.git from cache (33.62s)
Computing version for https://github.com/powersync-ja/CSQLite.git
Computed https://github.com/powersync-ja/CSQLite.git at 3.51.2 (34.39s)
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.30s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.10.0 (2.60s)
Creating working copy for https://github.com/powersync-ja/CSQLite.git
Working copy of https://github.com/powersync-ja/CSQLite.git resolved at 3.51.2
Creating working copy for https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Working copy of https://github.com/powersync-ja/powersync-sqlite-core-swift.git resolved at 0.4.12
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
Downloading binary artifact https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
Downloading binary artifact https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip
[16375/30867911] Downloading https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.4.12/powersync-sqlite-core.xcframework.zip
[6769909/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 (2.09s)
Downloaded https://github.com/powersync-ja/powersync-kotlin/releases/download/v1.11.2/PowersyncKotlinRelease.zip (3.86s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/README.md
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/220] Emitting module PowerSync
[3/226] Compiling GRDB Configuration.swift
[4/226] Compiling GRDB Cursor.swift
[5/226] Compiling GRDB Database+SQLCipher.swift
[6/226] Compiling GRDB Database+Schema.swift
[7/226] Compiling GRDB Database+Statements.swift
[8/226] Compiling GRDB Database.swift
[9/226] Compiling GRDB DatabaseBackupProgress.swift
[10/226] Compiling GRDB DatabaseCollation.swift
[11/226] Compiling GRDB DatabaseError.swift
[12/226] Compiling GRDB DatabaseFunction.swift
[13/226] Compiling GRDB DatabasePool.swift
[14/226] Compiling GRDB DatabasePublishers.swift
[15/226] Compiling GRDB DatabaseQueue.swift
[16/226] Compiling GRDB DatabaseReader.swift
[17/226] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[18/226] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[19/226] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
[20/226] Compiling GRDB JSONRequiredEncoder.swift
[21/226] Compiling GRDB Optional.swift
[22/226] Compiling GRDB StandardLibrary.swift
[23/226] Compiling GRDB TransactionClock.swift
[24/226] Compiling GRDB TransactionObserver.swift
[25/226] Compiling GRDB WALSnapshot.swift
[26/226] Compiling GRDB WALSnapshotTransaction.swift
[27/226] Compiling GRDB Database+Dump.swift
[28/226] Compiling GRDB DatabaseReader+dump.swift
[29/226] Compiling GRDB DumpFormat.swift
[30/226] Compiling GRDB DebugDumpFormat.swift
[31/226] Compiling PowerSync LocalStorage.swift
[32/226] Compiling PowerSync RemoteStorage.swift
[33/226] Compiling PowerSync SyncErrorHandler.swift
[34/226] Compiling PowerSync SyncingService.swift
[35/226] Compiling PowerSync WatchedAttachmentItem.swift
[36/226] Compiling PowerSync resolvePowerSyncLoadableExtensionPath.swift
[37/226] Compiling GRDB DatabaseRegion.swift
[38/226] Compiling GRDB DatabaseRegionObservation.swift
[39/226] Compiling GRDB DatabaseSchemaCache.swift
[40/226] Compiling GRDB DatabaseSchemaSource.swift
[41/226] Compiling GRDB DatabaseSnapshot.swift
[42/226] Compiling GRDB DatabaseSnapshotPool.swift
[43/226] Compiling GRDB DatabaseValue.swift
[44/226] Compiling GRDB DatabaseValueConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[45/226] Compiling GRDB DatabaseWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[46/226] Compiling GRDB DispatchQueueActor.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[47/226] Compiling GRDB FetchRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[48/226] Compiling GRDB Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[49/226] Compiling GRDB RowAdapter.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[50/226] Compiling GRDB RowDecodingError.swift
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
 86 |             // Custom stream description, we have to convert parameters to a Kotlin map.
 87 |             let parameters = stream.parameters?.mapValues { $0.toValue() }
 88 |             rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
    |                                                                                          |- warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
    |                                                                                          `- note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
 89 |         }
 90 |
[51/226] Compiling GRDB SQL.swift
[52/226] Compiling GRDB SQLInterpolation.swift
[53/226] Compiling GRDB SQLRequest.swift
[54/226] Compiling GRDB SchedulingWatchdog.swift
[55/226] Compiling GRDB SerializedDatabase.swift
[56/226] Compiling GRDB Statement.swift
[57/226] Compiling GRDB StatementAuthorizer.swift
[58/226] Compiling GRDB NSData.swift
[59/226] Compiling GRDB NSNull.swift
[60/226] Compiling GRDB NSNumber.swift
[61/226] Compiling GRDB NSString.swift
[62/226] Compiling GRDB SQLiteDateParser.swift
[63/226] Compiling GRDB URL.swift
[64/226] Compiling GRDB UUID.swift
[65/226] Compiling GRDB StatementColumnConvertible.swift
[66/226] Compiling GRDB CGFloat.swift
[67/226] Compiling GRDB Data.swift
[68/226] Compiling GRDB DatabaseDateComponents.swift
[69/226] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[70/226] Compiling GRDB Date.swift
[71/226] Compiling GRDB Decimal.swift
[72/225] Compiling GRDB MutablePersistableRecord+Update.swift
[73/225] Compiling GRDB MutablePersistableRecord+Upsert.swift
[74/225] Compiling GRDB MutablePersistableRecord.swift
[75/225] Compiling GRDB PersistableRecord+Insert.swift
[76/225] Compiling GRDB PersistableRecord+Save.swift
[77/225] Compiling GRDB PersistableRecord+Upsert.swift
[78/225] Compiling GRDB PersistableRecord.swift
[79/225] Compiling GRDB Record.swift
[80/225] Compiling GRDB TableRecord.swift
[81/225] Compiling GRDB CaseInsensitiveIdentifier.swift
[82/225] Compiling GRDB Inflections+English.swift
[83/225] Compiling GRDB Inflections.swift
[84/225] Compiling GRDB Mutex.swift
[85/225] Compiling GRDB OnDemandFuture.swift
[86/225] Compiling GRDB OrderedDictionary.swift
[87/225] Compiling GRDB Pool.swift
[121/241] Linking libPowerSyncDynamic.dylib
[124/241] Compiling GRDB FTS3TokenizerDescriptor.swift
[125/241] Compiling GRDB FTS4.swift
[126/241] Compiling GRDB FTS5.swift
[127/241] Compiling GRDB FTS5CustomTokenizer.swift
[128/241] Compiling GRDB FTS5Pattern.swift
[129/241] Compiling GRDB FTS5Tokenizer.swift
[130/241] Compiling GRDB FTS5TokenizerDescriptor.swift
[131/241] Compiling GRDB FTS5WrapperTokenizer.swift
[132/241] Compiling GRDB Fixits.swift
[133/241] Compiling GRDB JSONColumn.swift
[134/241] Compiling GRDB SQLJSONExpressible.swift
[135/241] Compiling GRDB SQLJSONFunctions.swift
[136/241] Compiling GRDB DatabaseMigrator.swift
[137/241] Compiling GRDB Migration.swift
[138/241] Compiling GRDB FTS3+QueryInterface.swift
[139/241] Compiling GRDB FTS5+QueryInterface.swift
[140/241] Compiling GRDB Database+SchemaDefinition.swift
[141/241] Compiling GRDB ForeignKeyDefinition.swift
[142/241] Compiling GRDB IndexDefinition.swift
[143/241] Compiling GRDB TableAlteration.swift
[144/241] Compiling GRDB TableDefinition.swift
[145/241] Compiling GRDB VirtualTableModule.swift
[146/241] Compiling GRDB TableRecord+Association.swift
[147/241] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[148/241] Compiling GRDB EncodableRecord+Encodable.swift
[149/241] Compiling GRDB EncodableRecord.swift
[150/241] Compiling GRDB FetchableRecord+Decodable.swift
[151/241] Compiling GRDB FetchableRecord+TableRecord.swift
[152/241] Compiling GRDB FetchableRecord.swift
[153/241] Compiling GRDB MutablePersistableRecord+DAO.swift
[154/241] Compiling GRDB MutablePersistableRecord+Delete.swift
[155/241] Compiling GRDB MutablePersistableRecord+Insert.swift
[156/241] Compiling GRDB MutablePersistableRecord+Save.swift
[174/241] Compiling GRDB ForeignKey.swift
[175/241] Compiling GRDB Association.swift
[176/241] Compiling GRDB AssociationAggregate.swift
[177/241] Compiling GRDB BelongsToAssociation.swift
[178/241] Compiling GRDB HasManyAssociation.swift
[179/241] Compiling GRDB HasManyThroughAssociation.swift
[180/241] Compiling GRDB HasOneAssociation.swift
[181/241] Compiling GRDB HasOneThroughAssociation.swift
[182/241] Compiling GRDB JoinAssociation.swift
[183/241] Compiling GRDB CommonTableExpression.swift
[184/241] Compiling GRDB QueryInterfaceRequest.swift
[185/241] Compiling GRDB RequestProtocols.swift
[186/241] Compiling GRDB Column.swift
[187/241] Compiling GRDB DatabasePromise.swift
[188/241] Compiling GRDB SQLAssociation.swift
[189/241] Compiling GRDB SQLCollection.swift
[190/241] Compiling GRDB SQLExpression.swift
[191/241] Compiling GRDB SQLForeignKeyRequest.swift
[192/241] Compiling GRDB SQLFunctions.swift
[193/241] Compiling GRDB SQLOperators.swift
[194/241] Compiling GRDB SQLOrdering.swift
[195/241] Compiling GRDB SQLRelation.swift
[196/241] Compiling GRDB SQLSelection.swift
[197/241] Compiling GRDB SQLSubquery.swift
[198/241] Compiling GRDB Table.swift
[199/241] Compiling GRDB SQLColumnGenerator.swift
[200/241] Compiling GRDB SQLGenerationContext.swift
[201/241] Compiling GRDB SQLIndexGenerator.swift
[202/241] Compiling GRDB SQLQueryGenerator.swift
[203/241] Compiling GRDB SQLTableAlterationGenerator.swift
[204/241] Compiling GRDB SQLTableGenerator.swift
[205/241] Compiling GRDB TableAlias.swift
[206/241] Compiling GRDB SQLInterpolation+QueryInterface.swift
[207/241] Compiling GRDB ColumnDefinition.swift
[208/241] Compiling GRDB ReadWriteLock.swift
[209/241] Compiling GRDB ReceiveValuesOn.swift
[210/241] Compiling GRDB Refinable.swift
[211/241] Compiling GRDB Utils.swift
[212/241] Compiling GRDB DatabaseCancellable.swift
[213/241] Compiling GRDB ValueConcurrentObserver.swift
[214/241] Compiling GRDB ValueWriteOnlyObserver.swift
[215/241] Compiling GRDB Fetch.swift
[216/241] Compiling GRDB Map.swift
[217/241] Compiling GRDB RemoveDuplicates.swift
[218/241] Compiling GRDB Trace.swift
[219/241] Compiling GRDB ValueReducer.swift
[220/241] Compiling GRDB SharedValueObservation.swift
[221/241] Compiling GRDB ValueObservation.swift
[222/241] Compiling GRDB ValueObservationScheduler.swift
[223/241] Compiling GRDB resource_bundle_accessor.swift
[241/241] Emitting module GRDB
[242/250] Compiling PowerSyncGRDB GRDBPowerSyncDatabase.swift
[243/250] Compiling PowerSyncGRDB Errors.swift
[244/250] Compiling PowerSyncGRDB GRDBConnectionLease.swift
[245/250] Compiling PowerSyncGRDB PowerSyncSchemaSource.swift
[246/250] Compiling PowerSyncGRDB SQLite+Utils.swift
[247/250] Emitting module PowerSyncGRDB
[248/250] Compiling PowerSyncGRDB Configuration+PowerSync.swift
[249/250] Compiling PowerSyncGRDB PowerSyncTransactionObserver.swift
[250/250] Compiling PowerSyncGRDB GRDBConnectionPool.swift
Build complete! (5.17s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/README.md
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
Done.