Build Information
Successful build of PowerSync, reference 1.13.1 (c4f812), with Swift 6.1 for iOS using Xcode 16.3 on 26 Mar 2026 22:16:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PowerSync-Package -destination generic/platform=iOSBuild Log
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"PowerSync",
"PowerSync-Package",
"PowerSyncDynamic",
"PowerSyncGRDB"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PowerSync-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.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=iOS
Resolve Package Graph
Resolved source packages:
GRDB: https://github.com/groue/GRDB.swift.git @ 7.10.0
CSQLite: https://github.com/powersync-ja/CSQLite.git @ 3.51.2
PowerSync: /Users/admin/builder/spi-builder-workspace
PowerSyncSQLiteCore: https://github.com/powersync-ja/powersync-sqlite-core-swift.git @ 0.4.12
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 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 '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 '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'
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'
Target 'PowerSync' in project 'PowerSync'
➜ Explicit dependency on target 'PowerSyncSQLiteCore' in project 'PowerSyncSQLiteCore'
➜ Explicit dependency on target 'CSQLite' in project 'CSQLite'
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 59c4d16f2554011c14ad438b2498316f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/59c4d16f2554011c14ad438b2498316f.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB_GRDB.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB_GRDB.build/empty-GRDB_GRDB.plist (in target 'GRDB_GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB_GRDB.build/empty-GRDB_GRDB.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB_GRDB.bundle/Info.plist
SwiftDriver PowerSync normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PowerSync -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver GRDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GRDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_SNAPSHOT -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/GRDBSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.swiftmodule -user-module-version 7.10.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name grdb_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/sqlite3_entry.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/sqlite3_entry.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CSQLite' from project 'CSQLite')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/sqlite3_entry.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/sqlite3_entry.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/sqlite3_entry.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/sqlite3_entry.o -index-unit-output-path /CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/sqlite3_entry.o
SwiftCompile normal arm64 Compiling\ KotlinSuspendFunction1+Sendable.swift,\ KotlinTypes.swift,\ LeaseCallback+Sendable.swift,\ PowerSyncBackendConnectorAdapter.swift,\ SafeCastError.swift,\ KotlinConnectionContext.swift,\ KotlinCrudBatch.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinSuspendFunction1+Sendable.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/LeaseCallback+Sendable.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/PowerSyncBackendConnectorAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/SafeCastError.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinConnectionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudBatch.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinSuspendFunction1+Sendable.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinTypes.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/LeaseCallback+Sendable.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/PowerSyncBackendConnectorAdapter.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/SafeCastError.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinConnectionContext.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudBatch.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PowerSyncCredentials.swift,\ PowerSyncDatabase.swift,\ LoggerProtocol.swift,\ PowerSyncBackendConnector.swift,\ PowerSyncDatabaseProtocol.swift,\ PowerSyncError.swift,\ QueriesProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/PowerSyncCredentials.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/PowerSyncDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/LoggerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/PowerSyncBackendConnector.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/PowerSyncDatabaseProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/PowerSyncError.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/QueriesProtocol.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/PowerSyncCredentials.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/PowerSyncDatabase.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/LoggerProtocol.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/PowerSyncBackendConnector.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/PowerSyncDatabaseProtocol.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/PowerSyncError.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/QueriesProtocol.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PowerSync (in target 'PowerSync' from project 'PowerSync')
EmitSwiftModule normal arm64 (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SqlCursor.swift,\ Transaction.swift,\ BucketPriority.swift,\ DownloadProgress.swift,\ PriorityStatusEntry.swift,\ SyncStatusData.swift,\ SyncStream.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/SqlCursor.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/Transaction.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/BucketPriority.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/DownloadProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/PriorityStatusEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/SyncStatusData.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/SyncStream.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/SqlCursor.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/Transaction.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/BucketPriority.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/DownloadProgress.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/PriorityStatusEntry.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/SyncStatusData.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/sync/SyncStream.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LocalStorage.swift,\ RemoteStorage.swift,\ SyncErrorHandler.swift,\ SyncingService.swift,\ WatchedAttachmentItem.swift,\ resolvePowerSyncLoadableExtensionPath.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/LocalStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/RemoteStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/SyncErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/SyncingService.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/WatchedAttachmentItem.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/resolvePowerSyncLoadableExtensionPath.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/LocalStorage.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/RemoteStorage.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/SyncErrorHandler.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/SyncingService.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/WatchedAttachmentItem.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/resolvePowerSyncLoadableExtensionPath.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ withSession.swift,\ Attachment.swift,\ AttachmentContext.swift,\ AttachmentQueue.swift,\ AttachmentService.swift,\ AttachmentTable.swift,\ FileManagerLocalStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Utils/withSession.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/Attachment.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentContext.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentService.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentTable.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/FileManagerLocalStorage.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Utils/withSession.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/Attachment.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentContext.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentQueue.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentService.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/AttachmentTable.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/attachments/FileManagerLocalStorage.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ kotlinWithSession.swift,\ KotlinSyncStatus.swift,\ KotlinSyncStatusData.swift,\ KotlinSyncStreams.swift,\ UserAgent.swift,\ wrapQueryCursor.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/kotlinWithSession.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStreams.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/UserAgent.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/wrapQueryCursor.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Logger.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/kotlinWithSession.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatus.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: warning: expression implicitly coerced from '[String : Any?]' to '[String : Any]'
rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStatusData.swift:88:90: note: explicitly cast to '[String : Any]' with 'as [String : Any]' to silence this warning
rawStatus = syncStatusForStream(status: base, name: stream.name, parameters: parameters)
^~~~~~~~~~
as [String : Any]
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/KotlinSyncStreams.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/sync/UserAgent.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/wrapQueryCursor.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Logger.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TableOptions.swift,\ SyncRequestLogger.swift,\ ConnectionContext.swift,\ CrudBatch.swift,\ CrudEntry.swift,\ CrudTransaction.swift,\ JsonParam.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/TableOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/SyncRequestLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/ConnectionContext.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/CrudBatch.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/CrudEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/CrudTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/JsonParam.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/TableOptions.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/SyncRequestLogger.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/ConnectionContext.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/CrudBatch.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/CrudEntry.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/CrudTransaction.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/db/JsonParam.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SQLiteConnectionPool.swift,\ Column.swift,\ Index.swift,\ IndexedColumn.swift,\ RawTable.swift,\ Schema.swift,\ Table.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/SQLiteConnectionPool.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Column.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Index.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/IndexedColumn.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/RawTable.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Schema.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Table.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/SQLiteConnectionPool.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Column.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Index.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/IndexedColumn.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/RawTable.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Schema.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Protocol/Schema/Table.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ GRDB (in target 'GRDB' from project 'GRDB')
EmitSwiftModule normal arm64 (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SqlCursor.swift, Transaction.swift, BucketPriority.swift, DownloadProgress.swift, PriorityStatusEntry.swift, SyncStatusData.swift, SyncStream.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ CurrentVersion.swift,\ AllLeaseCallback+Sendable.swift,\ DatabaseLogger.swift,\ KotlinAdapter.swift,\ KotlinNetworkLogger.swift,\ KotlinPowerSyncDatabaseImpl.swift,\ KotlinSQLiteConnectionPool.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/CurrentVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/DatabaseLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinNetworkLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinPowerSyncDatabaseImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinSQLiteConnectionPool.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/CurrentVersion.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/AllLeaseCallback+Sendable.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/DatabaseLogger.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinAdapter.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinNetworkLogger.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinPowerSyncDatabaseImpl.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/KotlinSQLiteConnectionPool.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling KotlinSuspendFunction1+Sendable.swift, KotlinTypes.swift, LeaseCallback+Sendable.swift, PowerSyncBackendConnectorAdapter.swift, SafeCastError.swift, KotlinConnectionContext.swift, KotlinCrudBatch.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ KotlinCrudEntry.swift,\ KotlinCrudTransaction.swift,\ KotlinCrudTransactions.swift,\ KotlinJsonParam.swift,\ KotlinSqlCursor.swift,\ PowerSyncDataTypeConvertible.swift,\ kotlinResolvePowerSyncLoadableExtensionPath.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudTransaction.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudTransactions.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinJsonParam.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinSqlCursor.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/PowerSyncDataTypeConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/kotlinResolvePowerSyncLoadableExtensionPath.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudEntry.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudTransaction.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinCrudTransactions.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinJsonParam.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/KotlinSqlCursor.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/db/PowerSyncDataTypeConvertible.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSync/Kotlin/kotlinResolvePowerSyncLoadableExtensionPath.swift (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling PowerSyncCredentials.swift, PowerSyncDatabase.swift, LoggerProtocol.swift, PowerSyncBackendConnector.swift, PowerSyncDatabaseProtocol.swift, PowerSyncError.swift, QueriesProtocol.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ SQLExpression.swift,\ SQLForeignKeyRequest.swift,\ SQLFunctions.swift,\ SQLOperators.swift,\ SQLOrdering.swift,\ SQLRelation.swift,\ SQLSelection.swift,\ SQLSubquery.swift,\ Table.swift,\ SQLColumnGenerator.swift,\ SQLGenerationContext.swift,\ SQLIndexGenerator.swift,\ SQLQueryGenerator.swift,\ SQLTableAlterationGenerator.swift,\ SQLTableGenerator.swift,\ TableAlias.swift,\ SQLInterpolation+QueryInterface.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLForeignKeyRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLOrdering.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLRelation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLSelection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLSubquery.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/Table.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLColumnGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLGenerationContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLIndexGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLQueryGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLTableAlterationGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLTableGenerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/TableAlias.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLInterpolation+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLExpression.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLForeignKeyRequest.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLFunctions.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLOperators.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLOrdering.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLRelation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLSelection.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLSubquery.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/Table.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLColumnGenerator.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLGenerationContext.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLIndexGenerator.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLQueryGenerator.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLTableAlterationGenerator.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/SQLTableGenerator.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLGeneration/TableAlias.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQLInterpolation+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TableOptions.swift, SyncRequestLogger.swift, ConnectionContext.swift, CrudBatch.swift, CrudEntry.swift, CrudTransaction.swift, JsonParam.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ Pool.swift,\ ReadWriteLock.swift,\ ReceiveValuesOn.swift,\ Refinable.swift,\ Utils.swift,\ DatabaseCancellable.swift,\ ValueConcurrentObserver.swift,\ ValueWriteOnlyObserver.swift,\ Fetch.swift,\ Map.swift,\ RemoveDuplicates.swift,\ Trace.swift,\ ValueReducer.swift,\ SharedValueObservation.swift,\ ValueObservation.swift,\ ValueObservationScheduler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Pool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/ReadWriteLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/ReceiveValuesOn.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Refinable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/DatabaseCancellable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Observers/ValueConcurrentObserver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Observers/ValueWriteOnlyObserver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/Fetch.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/Map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/RemoveDuplicates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/Trace.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/ValueReducer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/SharedValueObservation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/ValueObservation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/ValueObservationScheduler.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Pool.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/ReadWriteLock.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/ReceiveValuesOn.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Refinable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Utils.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/DatabaseCancellable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Observers/ValueConcurrentObserver.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Observers/ValueWriteOnlyObserver.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/Fetch.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/Map.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/RemoveDuplicates.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/Trace.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/Reducers/ValueReducer.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/SharedValueObservation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/ValueObservation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/ValueObservation/ValueObservationScheduler.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LocalStorage.swift, RemoteStorage.swift, SyncErrorHandler.swift, SyncingService.swift, WatchedAttachmentItem.swift, resolvePowerSyncLoadableExtensionPath.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ DatabaseSchemaCache.swift,\ DatabaseSchemaSource.swift,\ DatabaseSnapshot.swift,\ DatabaseSnapshotPool.swift,\ DatabaseValue.swift,\ DatabaseValueConvertible.swift,\ DatabaseWriter.swift,\ DispatchQueueActor.swift,\ FetchRequest.swift,\ Row.swift,\ RowAdapter.swift,\ RowDecodingError.swift,\ SQL.swift,\ SQLInterpolation.swift,\ SQLRequest.swift,\ SchedulingWatchdog.swift,\ SerializedDatabase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSchemaCache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSchemaSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSnapshotPool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseValueConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseWriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/FetchRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Row.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/RowAdapter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/RowDecodingError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SQL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SQLInterpolation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SQLRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SchedulingWatchdog.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SerializedDatabase.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSchemaCache.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSchemaSource.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSnapshot.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseSnapshotPool.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseValue.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseValueConvertible.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseWriter.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/FetchRequest.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Row.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/RowAdapter.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/RowDecodingError.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SQL.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SQLInterpolation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SQLRequest.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SchedulingWatchdog.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/SerializedDatabase.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteConnectionPool.swift, Column.swift, Index.swift, IndexedColumn.swift, RawTable.swift, Schema.swift, Table.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ FTS3.swift,\ FTS3Pattern.swift,\ FTS3TokenizerDescriptor.swift,\ FTS4.swift,\ FTS5.swift,\ FTS5CustomTokenizer.swift,\ FTS5Pattern.swift,\ FTS5Tokenizer.swift,\ FTS5TokenizerDescriptor.swift,\ FTS5WrapperTokenizer.swift,\ Fixits.swift,\ JSONColumn.swift,\ SQLJSONExpressible.swift,\ SQLJSONFunctions.swift,\ DatabaseMigrator.swift,\ Migration.swift,\ FTS3+QueryInterface.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS3.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS3Pattern.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS3TokenizerDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5CustomTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5Pattern.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5Tokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5TokenizerDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5WrapperTokenizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Fixits.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/JSON/JSONColumn.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/JSON/SQLJSONExpressible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/JSON/SQLJSONFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Migration/DatabaseMigrator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Migration/Migration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/FTS3+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS3.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS3Pattern.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS3TokenizerDescriptor.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS4.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5CustomTokenizer.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5Pattern.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5Tokenizer.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5TokenizerDescriptor.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/FTS/FTS5WrapperTokenizer.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Fixits.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/JSON/JSONColumn.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/JSON/SQLJSONExpressible.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/JSON/SQLJSONFunctions.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Migration/DatabaseMigrator.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Migration/Migration.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/FTS3+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for PowerSync (in target 'PowerSync' from project 'PowerSync')
SwiftDriver\ Compilation\ Requirements PowerSync normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PowerSync -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling kotlinWithSession.swift, KotlinSyncStatus.swift, KotlinSyncStatusData.swift, KotlinSyncStreams.swift, UserAgent.swift, wrapQueryCursor.swift, Logger.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ MutablePersistableRecord+Save.swift,\ MutablePersistableRecord+Update.swift,\ MutablePersistableRecord+Upsert.swift,\ MutablePersistableRecord.swift,\ PersistableRecord+Insert.swift,\ PersistableRecord+Save.swift,\ PersistableRecord+Upsert.swift,\ PersistableRecord.swift,\ Record.swift,\ TableRecord.swift,\ CaseInsensitiveIdentifier.swift,\ Inflections+English.swift,\ Inflections.swift,\ Mutex.swift,\ OnDemandFuture.swift,\ OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Save.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Update.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Upsert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord+Insert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord+Save.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord+Upsert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/Record.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/TableRecord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/CaseInsensitiveIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Inflections+English.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Mutex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/OnDemandFuture.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/OrderedDictionary.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Save.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Update.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Upsert.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord+Insert.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord+Save.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord+Upsert.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/PersistableRecord.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/Record.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/TableRecord.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/CaseInsensitiveIdentifier.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Inflections+English.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/Mutex.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/OnDemandFuture.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Utils/OrderedDictionary.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.abi.json (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling withSession.swift, Attachment.swift, AttachmentContext.swift, AttachmentQueue.swift, AttachmentService.swift, AttachmentTable.swift, FileManagerLocalStorage.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ Statement.swift,\ StatementAuthorizer.swift,\ StatementColumnConvertible.swift,\ CGFloat.swift,\ Data.swift,\ DatabaseDateComponents.swift,\ DatabaseValueConvertible+ReferenceConvertible.swift,\ Date.swift,\ Decimal.swift,\ NSData.swift,\ NSNull.swift,\ NSNumber.swift,\ NSString.swift,\ SQLiteDateParser.swift,\ URL.swift,\ UUID.swift,\ DatabaseValueConvertible+Decodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Statement.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/StatementAuthorizer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/StatementColumnConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/CoreGraphics/CGFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/DatabaseValueConvertible+ReferenceConvertible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/Date.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/Decimal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSData.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSNull.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSNumber.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/SQLiteDateParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/URL.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/UUID.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/DatabaseValueConvertible+Decodable.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Statement.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/StatementAuthorizer.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/StatementColumnConvertible.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/CoreGraphics/CGFloat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/Data.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/DatabaseValueConvertible+ReferenceConvertible.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/Date.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/Decimal.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSData.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSNull.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSNumber.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/NSString.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/SQLiteDateParser.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/URL.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/Foundation/UUID.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/DatabaseValueConvertible+Decodable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DatabaseValueConvertible+Encodable.swift,\ DatabaseValueConvertible+RawRepresentable.swift,\ JSONRequiredEncoder.swift,\ Optional.swift,\ StandardLibrary.swift,\ TransactionClock.swift,\ TransactionObserver.swift,\ WALSnapshot.swift,\ WALSnapshotTransaction.swift,\ Database+Dump.swift,\ DatabaseReader+dump.swift,\ DumpFormat.swift,\ DebugDumpFormat.swift,\ JSONDumpFormat.swift,\ LineDumpFormat.swift,\ ListDumpFormat.swift,\ QuoteDumpFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/DatabaseValueConvertible+Encodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/DatabaseValueConvertible+RawRepresentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/JSONRequiredEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/Optional.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/StandardLibrary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/TransactionClock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/TransactionObserver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/WALSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/WALSnapshotTransaction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/Database+Dump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DatabaseReader+dump.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/DebugDumpFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/LineDumpFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/ListDumpFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/QuoteDumpFormat.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/DatabaseValueConvertible+Encodable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/DatabaseValueConvertible+RawRepresentable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/JSONRequiredEncoder.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/Optional.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Support/StandardLibrary/StandardLibrary.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/TransactionClock.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/TransactionObserver.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/WALSnapshot.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/WALSnapshotTransaction.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/Database+Dump.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DatabaseReader+dump.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/DebugDumpFormat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/LineDumpFormat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/ListDumpFormat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/QuoteDumpFormat.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling KotlinCrudEntry.swift, KotlinCrudTransaction.swift, KotlinCrudTransactions.swift, KotlinJsonParam.swift, KotlinSqlCursor.swift, PowerSyncDataTypeConvertible.swift, kotlinResolvePowerSyncLoadableExtensionPath.swift (in target 'PowerSync' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ FTS5+QueryInterface.swift,\ ForeignKey.swift,\ Association.swift,\ AssociationAggregate.swift,\ BelongsToAssociation.swift,\ HasManyAssociation.swift,\ HasManyThroughAssociation.swift,\ HasOneAssociation.swift,\ HasOneThroughAssociation.swift,\ JoinAssociation.swift,\ CommonTableExpression.swift,\ QueryInterfaceRequest.swift,\ RequestProtocols.swift,\ Column.swift,\ DatabasePromise.swift,\ SQLAssociation.swift,\ SQLCollection.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/FTS5+QueryInterface.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/ForeignKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/Association.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/AssociationAggregate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/BelongsToAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasManyAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasManyThroughAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasOneAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasOneThroughAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/JoinAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/CommonTableExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/RequestProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/Column.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/DatabasePromise.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLAssociation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLCollection.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/FTS5+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/ForeignKey.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/Association.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/AssociationAggregate.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/BelongsToAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasManyAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasManyThroughAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasOneAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/HasOneThroughAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/Association/JoinAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/CommonTableExpression.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Request/RequestProtocols.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/Column.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/DatabasePromise.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLAssociation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/SQL/SQLCollection.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CurrentVersion.swift, AllLeaseCallback+Sendable.swift, DatabaseLogger.swift, KotlinAdapter.swift, KotlinNetworkLogger.swift, KotlinPowerSyncDatabaseImpl.swift, KotlinSQLiteConnectionPool.swift (in target 'PowerSync' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Compiling Pool.swift, ReadWriteLock.swift, ReceiveValuesOn.swift, Refinable.swift, Utils.swift, DatabaseCancellable.swift, ValueConcurrentObserver.swift, ValueWriteOnlyObserver.swift, Fetch.swift, Map.swift, RemoveDuplicates.swift, Trace.swift, ValueReducer.swift, SharedValueObservation.swift, ValueObservation.swift, ValueObservationScheduler.swift (in target 'GRDB' from project 'GRDB')
SwiftDriver\ Compilation PowerSync normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PowerSync -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Configuration.swift,\ Cursor.swift,\ Database+SQLCipher.swift,\ Database+Schema.swift,\ Database+Statements.swift,\ Database.swift,\ DatabaseBackupProgress.swift,\ DatabaseCollation.swift,\ DatabaseError.swift,\ DatabaseFunction.swift,\ DatabasePool.swift,\ DatabasePublishers.swift,\ DatabaseQueue.swift,\ DatabaseReader.swift,\ DatabaseRegion.swift,\ DatabaseRegionObservation.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Configuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Cursor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database+SQLCipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database+Schema.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database+Statements.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseBackupProgress.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseCollation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseFunction.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabasePool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabasePublishers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseRegion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseRegionObservation.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources/resource_bundle_accessor.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Configuration.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Cursor.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database+SQLCipher.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database+Schema.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database+Statements.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/Database.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseBackupProgress.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseCollation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseError.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseFunction.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabasePool.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabasePublishers.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseQueue.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseReader.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseRegion.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Core/DatabaseRegionObservation.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ColumnDefinition.swift,\ Database+SchemaDefinition.swift,\ ForeignKeyDefinition.swift,\ IndexDefinition.swift,\ TableAlteration.swift,\ TableDefinition.swift,\ VirtualTableModule.swift,\ TableRecord+Association.swift,\ TableRecord+QueryInterfaceRequest.swift,\ EncodableRecord+Encodable.swift,\ EncodableRecord.swift,\ FetchableRecord+Decodable.swift,\ FetchableRecord+TableRecord.swift,\ FetchableRecord.swift,\ MutablePersistableRecord+DAO.swift,\ MutablePersistableRecord+Delete.swift,\ MutablePersistableRecord+Insert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/ColumnDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/Database+SchemaDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/ForeignKeyDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/IndexDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/TableAlteration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/TableDefinition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/VirtualTableModule.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/TableRecord+Association.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/EncodableRecord+Encodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/EncodableRecord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/FetchableRecord+Decodable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/FetchableRecord+TableRecord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/FetchableRecord.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+DAO.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Delete.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Insert.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/ColumnDefinition.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/Database+SchemaDefinition.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/ForeignKeyDefinition.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/IndexDefinition.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/TableAlteration.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/TableDefinition.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/Schema/VirtualTableModule.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/TableRecord+Association.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/EncodableRecord+Encodable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/EncodableRecord.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/FetchableRecord+Decodable.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/FetchableRecord+TableRecord.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/FetchableRecord.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+DAO.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Delete.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/GRDB/Record/MutablePersistableRecord+Insert.swift (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling MutablePersistableRecord+Save.swift, MutablePersistableRecord+Update.swift, MutablePersistableRecord+Upsert.swift, MutablePersistableRecord.swift, PersistableRecord+Insert.swift, PersistableRecord+Save.swift, PersistableRecord+Upsert.swift, PersistableRecord.swift, Record.swift, TableRecord.swift, CaseInsensitiveIdentifier.swift, Inflections+English.swift, Inflections.swift, Mutex.swift, OnDemandFuture.swift, OrderedDictionary.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Compiling FTS3.swift, FTS3Pattern.swift, FTS3TokenizerDescriptor.swift, FTS4.swift, FTS5.swift, FTS5CustomTokenizer.swift, FTS5Pattern.swift, FTS5Tokenizer.swift, FTS5TokenizerDescriptor.swift, FTS5WrapperTokenizer.swift, Fixits.swift, JSONColumn.swift, SQLJSONExpressible.swift, SQLJSONFunctions.swift, DatabaseMigrator.swift, Migration.swift, FTS3+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Compiling DatabaseValueConvertible+Encodable.swift, DatabaseValueConvertible+RawRepresentable.swift, JSONRequiredEncoder.swift, Optional.swift, StandardLibrary.swift, TransactionClock.swift, TransactionObserver.swift, WALSnapshot.swift, WALSnapshotTransaction.swift, Database+Dump.swift, DatabaseReader+dump.swift, DumpFormat.swift, DebugDumpFormat.swift, JSONDumpFormat.swift, LineDumpFormat.swift, ListDumpFormat.swift, QuoteDumpFormat.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Compiling Statement.swift, StatementAuthorizer.swift, StatementColumnConvertible.swift, CGFloat.swift, Data.swift, DatabaseDateComponents.swift, DatabaseValueConvertible+ReferenceConvertible.swift, Date.swift, Decimal.swift, NSData.swift, NSNull.swift, NSNumber.swift, NSString.swift, SQLiteDateParser.swift, URL.swift, UUID.swift, DatabaseValueConvertible+Decodable.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Compiling DatabaseSchemaCache.swift, DatabaseSchemaSource.swift, DatabaseSnapshot.swift, DatabaseSnapshotPool.swift, DatabaseValue.swift, DatabaseValueConvertible.swift, DatabaseWriter.swift, DispatchQueueActor.swift, FetchRequest.swift, Row.swift, RowAdapter.swift, RowDecodingError.swift, SQL.swift, SQLInterpolation.swift, SQLRequest.swift, SchedulingWatchdog.swift, SerializedDatabase.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Emitting module for GRDB (in target 'GRDB' from project 'GRDB')
SwiftDriver\ Compilation\ Requirements GRDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GRDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_SNAPSHOT -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/GRDBSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.swiftmodule -user-module-version 7.10.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name grdb_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.abi.json (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.swiftmodule/arm64-apple-ios.abi.json
SwiftDriver PowerSyncGRDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PowerSyncGRDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/GRDBSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Errors.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Errors.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PowerSyncGRDB (in target 'PowerSyncGRDB' from project 'PowerSync')
EmitSwiftModule normal arm64 (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SQLite+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/SQLite/SQLite+Utils.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/SQLite/SQLite+Utils.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GRDBConnectionPool.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Connections/GRDBConnectionPool.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Connections/GRDBConnectionPool.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PowerSyncSchemaSource.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Config/PowerSyncSchemaSource.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Config/PowerSyncSchemaSource.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Configuration+PowerSync.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Config/Configuration+PowerSync.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Config/Configuration+PowerSync.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling FTS5+QueryInterface.swift, ForeignKey.swift, Association.swift, AssociationAggregate.swift, BelongsToAssociation.swift, HasManyAssociation.swift, HasManyThroughAssociation.swift, HasOneAssociation.swift, HasOneThroughAssociation.swift, JoinAssociation.swift, CommonTableExpression.swift, QueryInterfaceRequest.swift, RequestProtocols.swift, Column.swift, DatabasePromise.swift, SQLAssociation.swift, SQLCollection.swift (in target 'GRDB' from project 'GRDB')
SwiftCompile normal arm64 Compiling\ GRDBPowerSyncDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/GRDBPowerSyncDatabase.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/GRDBPowerSyncDatabase.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PowerSyncTransactionObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Updates/PowerSyncTransactionObserver.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Updates/PowerSyncTransactionObserver.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SQLite+Utils.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 Compiling\ GRDBConnectionLease.swift /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Connections/GRDBConnectionLease.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PowerSyncGRDB/Connections/GRDBConnectionLease.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Emitting module for PowerSyncGRDB (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Compiling PowerSyncSchemaSource.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriver\ Compilation\ Requirements PowerSyncGRDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PowerSyncGRDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/GRDBSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PowerSyncGRDB-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-Swift.h (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PowerSyncGRDB-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftmodule (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftdoc (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.abi.json (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftsourceinfo (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling GRDBConnectionPool.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Compiling GRDBPowerSyncDatabase.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Compiling PowerSyncTransactionObserver.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Compiling GRDBConnectionLease.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriverJobDiscovery normal arm64 Compiling Configuration+PowerSync.swift (in target 'PowerSyncGRDB' from project 'PowerSync')
SwiftDriver\ Compilation PowerSyncGRDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PowerSyncGRDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/GRDBSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite/Sources/CSQLite/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SQLExpression.swift, SQLForeignKeyRequest.swift, SQLFunctions.swift, SQLOperators.swift, SQLOrdering.swift, SQLRelation.swift, SQLSelection.swift, SQLSubquery.swift, Table.swift, SQLColumnGenerator.swift, SQLGenerationContext.swift, SQLIndexGenerator.swift, SQLQueryGenerator.swift, SQLTableAlterationGenerator.swift, SQLTableGenerator.swift, TableAlias.swift, SQLInterpolation+QueryInterface.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Compiling ColumnDefinition.swift, Database+SchemaDefinition.swift, ForeignKeyDefinition.swift, IndexDefinition.swift, TableAlteration.swift, TableDefinition.swift, VirtualTableModule.swift, TableRecord+Association.swift, TableRecord+QueryInterfaceRequest.swift, EncodableRecord+Encodable.swift, EncodableRecord.swift, FetchableRecord+Decodable.swift, FetchableRecord+TableRecord.swift, FetchableRecord.swift, MutablePersistableRecord+DAO.swift, MutablePersistableRecord+Delete.swift, MutablePersistableRecord+Insert.swift (in target 'GRDB' from project 'GRDB')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Configuration.swift, Cursor.swift, Database+SQLCipher.swift, Database+Schema.swift, Database+Statements.swift, Database.swift, DatabaseBackupProgress.swift, DatabaseCollation.swift, DatabaseError.swift, DatabaseFunction.swift, DatabasePool.swift, DatabasePublishers.swift, DatabaseQueue.swift, DatabaseReader.swift, DatabaseRegion.swift, DatabaseRegionObservation.swift (in target 'GRDB' from project 'GRDB')
SwiftDriver\ Compilation GRDB normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GRDB -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_SNAPSHOT -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/GRDBSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.swiftmodule -user-module-version 7.10.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name grdb_swift -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.o normal (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.o
ExtractAppIntentsMetadata (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GRDB --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier grdb.swift.GRDB --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/GRDB.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/GRDB.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GRDB.build/Debug-iphoneos/GRDB.build/Objects-normal/arm64/GRDB.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 15:16:17.619 appintentsmetadataprocessor[1139:6484] Starting appintentsmetadataprocessor export
2026-03-26 15:16:17.660 appintentsmetadataprocessor[1139:6484] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.o (in target 'GRDB' from project 'GRDB')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GRDB.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CSQLite.o normal (in target 'CSQLite' from project 'CSQLite')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/CSQLite.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/CSQLite_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSQLite.build/Debug-iphoneos/CSQLite.build/Objects-normal/arm64/CSQLite_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CSQLite.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CSQLite.o (in target 'CSQLite' from project 'CSQLite')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CSQLite
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CSQLite.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.o normal (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.o
ExtractAppIntentsMetadata (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PowerSync --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.PowerSync --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/PowerSync.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/PowerSync.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 15:16:26.569 appintentsmetadataprocessor[1179:6814] Starting appintentsmetadataprocessor export
2026-03-26 15:16:26.601 appintentsmetadataprocessor[1179:6814] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.o (in target 'PowerSync' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSync.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.o normal (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncDynamic\ product.build/empty-PowerSyncDynamic.plist (in target 'PowerSyncDynamic' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncDynamic\ product.build/empty-PowerSyncDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework/PowerSyncDynamic normal (in target 'PowerSyncDynamic' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncDynamic\ product.build/Objects-normal/arm64/PowerSyncDynamic.LinkFileList -install_name @rpath/PowerSyncDynamic.framework/PowerSyncDynamic -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncDynamic\ product.build/Objects-normal/arm64/PowerSyncDynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncDynamic\ product.build/Objects-normal/arm64/PowerSyncDynamic_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -lm -framework PowerSyncKotlin -framework powersync-sqlite-core -framework powersync-sqlite-core -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework/PowerSyncDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSync.build/Objects-normal/arm64/PowerSync.swiftmodule
ExtractAppIntentsMetadata (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PowerSyncGRDB --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.PowerSyncGRDB --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/PowerSyncGRDB.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/PowerSyncGRDB.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PowerSync.build/Debug-iphoneos/PowerSyncGRDB.build/Objects-normal/arm64/PowerSyncGRDB.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-26 15:16:26.657 appintentsmetadataprocessor[1184:6854] Starting appintentsmetadataprocessor export
2026-03-26 15:16:26.691 appintentsmetadataprocessor[1184:6854] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.o (in target 'PowerSyncGRDB' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PowerSyncGRDB.o
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/PowerSyncDynamic.framework/PowerSyncDynamic.tbd (in target 'PowerSyncDynamic' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework/PowerSyncDynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/PowerSyncDynamic.framework/PowerSyncDynamic.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework (in target 'PowerSyncDynamic' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework (in target 'PowerSyncDynamic' from project 'PowerSync')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks/PowerSyncDynamic.framework
** BUILD SUCCEEDED **
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.