The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PowerSync, reference main (dc4c0c), with Swift 6.3 for visionOS using Xcode 26.4 on 29 Apr 2026 12:52:26 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PowerSync-Package -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/powersync-ja/powersync-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/powersync-ja/powersync-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dc4c0c3 Drive sync client from Swift (#128)
Cloned https://github.com/powersync-ja/powersync-swift.git
Revision (git rev-parse @):
dc4c0c396d1a5fcf47cd1507e715191bb920ad40
SUCCESS checkout https://github.com/powersync-ja/powersync-swift.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/powersync-ja/powersync-swift.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/powersync-ja/CSQLite.git
Fetching from https://github.com/powersync-ja/powersync-sqlite-core-swift.git
Fetching from https://github.com/groue/GRDB.swift.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘powersync-sqlite-core-swift’
Checking out 0.4.13 of package ‘powersync-sqlite-core-swift’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.1.3 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘CSQLite’
Checking out 3.51.2 of package ‘CSQLite’
Creating working copy of package ‘GRDB.swift’
Checking out 7.10.0 of package ‘GRDB.swift’
Resolve Package Graph
Resolved source packages:
  CSQLite: https://github.com/powersync-ja/CSQLite.git @ 3.51.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  GRDB: https://github.com/groue/GRDB.swift.git @ 7.10.0
  PowerSync: /Users/admin/builder/spi-builder-workspace
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  PowerSyncSQLiteCore: https://github.com/powersync-ja/powersync-sqlite-core-swift.git @ 0.4.13
resolved source packages: CSQLite, swift-collections, GRDB, PowerSync, swift-async-algorithms, PowerSyncSQLiteCore
2026-04-29 08:52:05.030 xcodebuild[534:3102] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "powersync-sqlite-core-swift",
      "requirement" : {
        "exact" : [
          "0.4.13"
        ]
      },
      "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"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.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",
        "JsonParamTests.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",
        "SyncTests.swift",
        "test-utils/MockConnector.swift",
        "test-utils/MockHttpClient.swift",
        "test-utils/SyncProtocol.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",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "PowerSync",
        "PowerSyncDynamic",
        "PowerSyncGRDB"
      ],
      "sources" : [
        "CurrentVersion.swift",
        "Implementation/SyncStreams.swift",
        "Implementation/sync/CachingCredentialsConnector.swift",
        "Implementation/sync/CoreSyncStatus.swift",
        "Implementation/sync/HttpClient.swift",
        "Implementation/sync/Instruction.swift",
        "Implementation/sync/PowerSyncControlArguments.swift",
        "Implementation/sync/Status.swift",
        "Implementation/sync/StreamingSyncClient.swift",
        "Implementation/sync/SyncCoordinator.swift",
        "Implementation/sync/UserAgent.swift",
        "Kotlin/AllLeaseCallback+Sendable.swift",
        "Kotlin/DatabaseLogger.swift",
        "Kotlin/KotlinAdapter.swift",
        "Kotlin/KotlinPowerSyncDatabaseImpl.swift",
        "Kotlin/KotlinSQLiteConnectionPool.swift",
        "Kotlin/KotlinSuspendFunction1+Sendable.swift",
        "Kotlin/KotlinTypes.swift",
        "Kotlin/LeaseCallback+Sendable.swift",
        "Kotlin/SafeCastError.swift",
        "Kotlin/db/KotlinConnectionContext.swift",
        "Kotlin/db/KotlinSqlCursor.swift",
        "Kotlin/db/PowerSyncDataTypeConvertible.swift",
        "Kotlin/kotlinResolvePowerSyncLoadableExtensionPath.swift",
        "Kotlin/kotlinWithSession.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/AsyncMutex.swift",
        "Utils/BroadcastStream.swift",
        "Utils/Mutex.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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PowerSync",
      "PowerSync-Package",
      "PowerSyncDynamic",
      "PowerSyncGRDB"
    ]
  }
}
2026-04-29 08:52:12.889 xcodebuild[936:5336] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PowerSync",
      "PowerSync-Package",
      "PowerSyncDynamic",
      "PowerSyncGRDB"
    ]
  }
}
2026-04-29 08:52:14.326 xcodebuild[961:5496] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PowerSync-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PowerSync-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CSQLite: https://github.com/powersync-ja/CSQLite.git @ 3.51.2
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  PowerSync: /Users/admin/builder/spi-builder-workspace
  PowerSyncSQLiteCore: https://github.com/powersync-ja/powersync-sqlite-core-swift.git @ 0.4.13
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  GRDB: https://github.com/groue/GRDB.swift.git @ 7.10.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
    Target 'PowerSyncGRDB' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncGRDB' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'GRDB' in project 'GRDB'
    Target 'PowerSyncGRDB' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'GRDB' in project 'GRDB'
    Target 'GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDB_GRDB' in project 'GRDB'
    Target 'GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDB_GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDBSQLite' in project 'GRDB'
    Target 'GRDBSQLite' in project 'GRDB' (no dependencies)
    Target 'GRDB_GRDB' in project 'GRDB' (no dependencies)
    Target 'PowerSyncDynamic' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
    Target 'CSQLite' in project 'CSQLite' (no dependencies)
    Target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: fd343cef483ac7be485a281de4636e0a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fd343cef483ac7be485a281de4636e0a.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncSQLiteCore' from project 'PowerSyncSQLiteCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSyncDynamic' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncDynamic' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncDynamic' from project 'PowerSync')
2026-04-29 08:52:17.560 xcodebuild[979:5575] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme PowerSync-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  CSQLite: https://github.com/powersync-ja/CSQLite.git @ 3.51.2
  PowerSync: /Users/admin/builder/spi-builder-workspace
  GRDB: https://github.com/groue/GRDB.swift.git @ 7.10.0
  PowerSyncSQLiteCore: https://github.com/powersync-ja/powersync-sqlite-core-swift.git @ 0.4.13
resolved source packages: swift-async-algorithms, swift-collections, CSQLite, PowerSync, GRDB, PowerSyncSQLiteCore
2026-04-29 08:52:20.483 xcodebuild[1068:5993] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "powersync-sqlite-core-swift",
      "requirement" : {
        "exact" : [
          "0.4.13"
        ]
      },
      "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"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.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",
        "JsonParamTests.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",
        "SyncTests.swift",
        "test-utils/MockConnector.swift",
        "test-utils/MockHttpClient.swift",
        "test-utils/SyncProtocol.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",
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "PowerSync",
        "PowerSyncDynamic",
        "PowerSyncGRDB"
      ],
      "sources" : [
        "CurrentVersion.swift",
        "Implementation/SyncStreams.swift",
        "Implementation/sync/CachingCredentialsConnector.swift",
        "Implementation/sync/CoreSyncStatus.swift",
        "Implementation/sync/HttpClient.swift",
        "Implementation/sync/Instruction.swift",
        "Implementation/sync/PowerSyncControlArguments.swift",
        "Implementation/sync/Status.swift",
        "Implementation/sync/StreamingSyncClient.swift",
        "Implementation/sync/SyncCoordinator.swift",
        "Implementation/sync/UserAgent.swift",
        "Kotlin/AllLeaseCallback+Sendable.swift",
        "Kotlin/DatabaseLogger.swift",
        "Kotlin/KotlinAdapter.swift",
        "Kotlin/KotlinPowerSyncDatabaseImpl.swift",
        "Kotlin/KotlinSQLiteConnectionPool.swift",
        "Kotlin/KotlinSuspendFunction1+Sendable.swift",
        "Kotlin/KotlinTypes.swift",
        "Kotlin/LeaseCallback+Sendable.swift",
        "Kotlin/SafeCastError.swift",
        "Kotlin/db/KotlinConnectionContext.swift",
        "Kotlin/db/KotlinSqlCursor.swift",
        "Kotlin/db/PowerSyncDataTypeConvertible.swift",
        "Kotlin/kotlinResolvePowerSyncLoadableExtensionPath.swift",
        "Kotlin/kotlinWithSession.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/AsyncMutex.swift",
        "Utils/BroadcastStream.swift",
        "Utils/Mutex.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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PowerSync",
      "PowerSync-Package",
      "PowerSyncDynamic",
      "PowerSyncGRDB"
    ]
  }
}
2026-04-29 08:52:22.164 xcodebuild[1094:6109] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PowerSync",
      "PowerSync-Package",
      "PowerSyncDynamic",
      "PowerSyncGRDB"
    ]
  }
}
2026-04-29 08:52:23.614 xcodebuild[1113:6196] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PowerSync-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PowerSync-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  CSQLite: https://github.com/powersync-ja/CSQLite.git @ 3.51.2
  PowerSync: /Users/admin/builder/spi-builder-workspace
  GRDB: https://github.com/groue/GRDB.swift.git @ 7.10.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  PowerSyncSQLiteCore: https://github.com/powersync-ja/powersync-sqlite-core-swift.git @ 0.4.13
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
    Target 'PowerSyncGRDB' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncGRDB' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'GRDB' in project 'GRDB'
    Target 'PowerSyncGRDB' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'GRDB' in project 'GRDB'
    Target 'GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDB_GRDB' in project 'GRDB'
    Target 'GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDB_GRDB' in project 'GRDB'
        ➜ Explicit dependency on target 'GRDBSQLite' in project 'GRDB'
    Target 'GRDBSQLite' in project 'GRDB' (no dependencies)
    Target 'GRDB_GRDB' in project 'GRDB' (no dependencies)
    Target 'PowerSyncDynamic' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'PowerSync' in project 'PowerSync'
        ➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'AsyncAlgorithms' in project 'swift-async-algorithms'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'CSQLite' in project 'CSQLite'
        ➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
    Target 'CSQLite' in project 'CSQLite' (no dependencies)
    Target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: fd343cef483ac7be485a281de4636e0a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fd343cef483ac7be485a281de4636e0a.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSyncDynamic' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncDynamic' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncDynamic' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncGRDB' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/PowerSyncKotlin/PowerSyncKotlin.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSync' from project 'PowerSync')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/powersync-sqlite-core-swift/PowerSyncSQLiteCore/powersync-sqlite-core.xcframework'. (in target 'PowerSyncSQLiteCore' from project 'PowerSyncSQLiteCore')
2026-04-29 08:52:25.083 xcodebuild[1131:6278] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme PowerSync-Package
(1 failure)
BUILD FAILURE 6.3 visionOS