This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SQLiteExpress with Swift 6.0 for visionOS using Xcode 16.0.

Swift 6 data race errors: 15

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SQLiteExpress -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-sqliteexpress.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-sqliteexpress
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e420f6e Prepared release 1.0.3.
Cloned https://github.com/objecthub/swift-sqliteexpress.git
Revision (git rev-parse @):
e420f6eef3b90d44d92f39b1f899a8aa662f57a7
SUCCESS checkout https://github.com/objecthub/swift-sqliteexpress.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/objecthub/swift-sqliteexpress.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SQLiteExpress",
  "name" : "SQLiteExpress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLiteExpress",
      "targets" : [
        "SQLiteExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SQLiteExpressTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteExpressTests",
      "path" : "Tests/SQLiteExpressTests",
      "sources" : [
        "SQLiteExpressTests.swift"
      ],
      "target_dependencies" : [
        "SQLiteExpress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteExpress",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteExpress",
      "path" : "Sources/SQLiteExpress",
      "product_memberships" : [
        "SQLiteExpress"
      ],
      "sources" : [
        "SQLiteDatabase.swift",
        "SQLiteError.swift",
        "SQLiteStatement.swift",
        "SQLiteType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SQLiteExpress",
    "schemes" : [
      "SQLiteExpress",
      "SQLiteExpress iOS"
    ],
    "targets" : [
      "SQLiteExpress",
      "SQLiteExpress iOS",
      "SQLiteExpressTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SQLiteExpress"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SQLiteExpress -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.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 SQLiteExpress -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  SQLiteExpress: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SQLiteExpress' in project 'SQLiteExpress'
        ➜ Explicit dependency on target 'SQLiteExpress' in project 'SQLiteExpress'
    Target 'SQLiteExpress' in project 'SQLiteExpress' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: bc700f78b7276dc7e92169297d769f6a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bc700f78b7276dc7e92169297d769f6a.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SQLiteExpress' from project 'SQLiteExpress')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/SQLiteExpress.modulemap (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/SQLiteExpress.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SQLiteExpress.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/SQLiteExpress.modulemap (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/SQLiteExpress.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.LinkFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-OutputFileMap.json
SwiftDriver SQLiteExpress normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SQLiteExpress -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SQLiteExpress (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
    |                       |- warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'readOnly' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
 32 |     public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    |                       |- warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'readWrite' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 32 |     public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
 33 |     public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
 32 |     public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
    |                       |- warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'create' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |     public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
 34 |     public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: warning: static property 'noMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
 32 |     public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
 33 |     public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
    |                       |- warning: static property 'noMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'noMutex' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 34 |     public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
 35 |     public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: warning: static property 'fullMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
 32 |     public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
 33 |     public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
 34 |     public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
    |                       |- warning: static property 'fullMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'fullMutex' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 35 |     public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
 36 |     public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: warning: static property 'sharedCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 33 |     public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
 34 |     public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
 35 |     public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
    |                       |- warning: static property 'sharedCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'sharedCache' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |     public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
 37 |     public static let protectionComplete = OpenOptions(rawValue:
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: warning: static property 'privateCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 34 |     public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
 35 |     public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
 36 |     public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
    |                       |- warning: static property 'privateCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'privateCache' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 37 |     public static let protectionComplete = OpenOptions(rawValue:
 38 |                                              SQLITE_OPEN_FILEPROTECTION_COMPLETE)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: warning: static property 'protectionComplete' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 35 |     public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
 36 |     public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
 37 |     public static let protectionComplete = OpenOptions(rawValue:
    |                       |- warning: static property 'protectionComplete' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'protectionComplete' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |                                              SQLITE_OPEN_FILEPROTECTION_COMPLETE)
 39 |     public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: warning: static property 'protectionCompleteUnlessOpen' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 37 |     public static let protectionComplete = OpenOptions(rawValue:
 38 |                                              SQLITE_OPEN_FILEPROTECTION_COMPLETE)
 39 |     public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
    |                       |- warning: static property 'protectionCompleteUnlessOpen' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'protectionCompleteUnlessOpen' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |                                                      SQLITE_OPEN_FILEPROTECTION_COMPLETEUNLESSOPEN)
 41 |     public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: warning: static property 'protectionCompleteUntilFirstUserAuth' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 39 |     public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
 40 |                                                      SQLITE_OPEN_FILEPROTECTION_COMPLETEUNLESSOPEN)
 41 |     public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
    |                       |- warning: static property 'protectionCompleteUntilFirstUserAuth' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'protectionCompleteUntilFirstUserAuth' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |                                    SQLITE_OPEN_FILEPROTECTION_COMPLETEUNTILFIRSTUSERAUTHENTICATION)
 43 |     public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: warning: static property 'protectionNone' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 41 |     public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
 42 |                                    SQLITE_OPEN_FILEPROTECTION_COMPLETEUNTILFIRSTUSERAUTHENTICATION)
 43 |     public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
    |                       |- warning: static property 'protectionNone' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'protectionNone' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 44 |     public static let `default`:  OpenOptions = [.readWrite, .create]
 45 |     public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 42 |                                    SQLITE_OPEN_FILEPROTECTION_COMPLETEUNTILFIRSTUSERAUTHENTICATION)
 43 |     public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
 44 |     public static let `default`:  OpenOptions = [.readWrite, .create]
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 45 |     public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
 46 |                                           .sharedCache, .privateCache]
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 27 | public class  SQLiteDatabase {
 28 |
 29 |   public struct OpenOptions: OptionSet {
    |                 `- note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
 30 |     public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
 31 |     public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
    :
 43 |     public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
 44 |     public static let `default`:  OpenOptions = [.readWrite, .create]
 45 |     public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
    |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 46 |                                           .sharedCache, .privateCache]
 47 |
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:30:14: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'SQLiteError' has non-sendable type 'SQLiteResultCode'; this is an error in the Swift 6 language mode
 28 |
 29 |   /// The corresponding error code
 30 |   public let errorCode: SQLiteResultCode
    |              `- warning: stored property 'errorCode' of 'Sendable'-conforming struct 'SQLiteError' has non-sendable type 'SQLiteResultCode'; this is an error in the Swift 6 language mode
 31 |
 32 |   /// An optional string describing error details, e.g. the context of the error
    :
 79 | /// `SQLiteResultCode` enumerates all result codes that can be returned by the SQLite3 API.
 80 | /// Both primary as well as extended result/error codes from SQLite3 are supported.
 81 | public enum SQLiteResultCode: Hashable {
    |             `- note: consider making enum 'SQLiteResultCode' conform to the 'Sendable' protocol
 82 |   case ok
 83 |   case error
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: warning: static property 'dateFormatter' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |   /// Formatter for reading and writing dates.
 38 |   private static var dateFormatter: DateFormatter = {
    |                      |- warning: static property 'dateFormatter' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 |       let formatter = DateFormatter()
 40 |       formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSX"
SwiftCompile normal arm64 Compiling\ SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteDatabase.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: warning: static property 'readOnly' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: note: annotate 'readOnly' with '@MainActor' if property should only be accessed from the main actor
    public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let readOnly = OpenOptions(rawValue: SQLITE_OPEN_READONLY)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: warning: static property 'readWrite' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: note: annotate 'readWrite' with '@MainActor' if property should only be accessed from the main actor
    public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let readWrite = OpenOptions(rawValue: SQLITE_OPEN_READWRITE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: warning: static property 'create' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: note: annotate 'create' with '@MainActor' if property should only be accessed from the main actor
    public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let create = OpenOptions(rawValue: SQLITE_OPEN_CREATE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: warning: static property 'noMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: note: annotate 'noMutex' with '@MainActor' if property should only be accessed from the main actor
    public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let noMutex = OpenOptions(rawValue: SQLITE_OPEN_NOMUTEX)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: warning: static property 'fullMutex' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: note: annotate 'fullMutex' with '@MainActor' if property should only be accessed from the main actor
    public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fullMutex = OpenOptions(rawValue: SQLITE_OPEN_FULLMUTEX)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: warning: static property 'sharedCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: note: annotate 'sharedCache' with '@MainActor' if property should only be accessed from the main actor
    public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sharedCache = OpenOptions(rawValue: SQLITE_OPEN_SHAREDCACHE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: warning: static property 'privateCache' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: note: annotate 'privateCache' with '@MainActor' if property should only be accessed from the main actor
    public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let privateCache = OpenOptions(rawValue: SQLITE_OPEN_PRIVATECACHE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: warning: static property 'protectionComplete' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let protectionComplete = OpenOptions(rawValue:
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: note: annotate 'protectionComplete' with '@MainActor' if property should only be accessed from the main actor
    public static let protectionComplete = OpenOptions(rawValue:
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let protectionComplete = OpenOptions(rawValue:
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: warning: static property 'protectionCompleteUnlessOpen' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: note: annotate 'protectionCompleteUnlessOpen' with '@MainActor' if property should only be accessed from the main actor
    public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let protectionCompleteUnlessOpen = OpenOptions(rawValue:
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: warning: static property 'protectionCompleteUntilFirstUserAuth' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: note: annotate 'protectionCompleteUntilFirstUserAuth' with '@MainActor' if property should only be accessed from the main actor
    public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let protectionCompleteUntilFirstUserAuth = OpenOptions(rawValue:
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: warning: static property 'protectionNone' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: note: annotate 'protectionNone' with '@MainActor' if property should only be accessed from the main actor
    public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let protectionNone = OpenOptions(rawValue: SQLITE_OPEN_FILEPROTECTION_NONE)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default`:  OpenOptions = [.readWrite, .create]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
    public static let `default`:  OpenOptions = [.readWrite, .create]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`:  OpenOptions = [.readWrite, .create]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'SQLiteDatabase.OpenOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:29:17: note: consider making struct 'OpenOptions' conform to the 'Sendable' protocol
  public struct OpenOptions: OptionSet {
                ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
    public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: OpenOptions = [.readOnly, .readWrite, .create, .noMutex, .fullMutex,
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteStatement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: warning: static property 'dateFormatter' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
  private static var dateFormatter: DateFormatter = {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: convert 'dateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
  private static var dateFormatter: DateFormatter = {
                 ~~~ ^
                 let
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
  private static var dateFormatter: DateFormatter = {
                     ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift:38:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  private static var dateFormatter: DateFormatter = {
                     ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteError.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:30:14: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'SQLiteError' has non-sendable type 'SQLiteResultCode'; this is an error in the Swift 6 language mode
  public let errorCode: SQLiteResultCode
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift:81:13: note: consider making enum 'SQLiteResultCode' conform to the 'Sendable' protocol
public enum SQLiteResultCode: Hashable {
            ^
                                      , Sendable
SwiftCompile normal arm64 Compiling\ SQLiteType.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteError.swift /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteStatement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SQLiteExpress/SQLiteType.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SQLiteExpress -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.o -index-unit-output-path /SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteType.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for SQLiteExpress (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriver\ Compilation\ Requirements SQLiteExpress normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SQLiteExpress -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SQLiteExpress-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SQLiteExpress-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule (in target 'SQLiteExpress' from project 'SQLiteExpress')
    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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.abi.json (in target 'SQLiteExpress' from project 'SQLiteExpress')
    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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftdoc (in target 'SQLiteExpress' from project 'SQLiteExpress')
    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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftsourceinfo (in target 'SQLiteExpress' from project 'SQLiteExpress')
    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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteError.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteStatement.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteType.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriverJobDiscovery normal arm64 Compiling SQLiteDatabase.swift (in target 'SQLiteExpress' from project 'SQLiteExpress')
SwiftDriver\ Compilation SQLiteExpress normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SQLiteExpress -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.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/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.o normal (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SQLiteExpress.build/Debug-xros/SQLiteExpress.build/Objects-normal/arm64/SQLiteExpress_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.o (in target 'SQLiteExpress' from project 'SQLiteExpress')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SQLiteExpress.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SQLiteExpress' from project 'SQLiteExpress')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SQLiteExpress",
  "name" : "SQLiteExpress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLiteExpress",
      "targets" : [
        "SQLiteExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SQLiteExpressTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteExpressTests",
      "path" : "Tests/SQLiteExpressTests",
      "sources" : [
        "SQLiteExpressTests.swift"
      ],
      "target_dependencies" : [
        "SQLiteExpress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteExpress",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteExpress",
      "path" : "Sources/SQLiteExpress",
      "product_memberships" : [
        "SQLiteExpress"
      ],
      "sources" : [
        "SQLiteDatabase.swift",
        "SQLiteError.swift",
        "SQLiteStatement.swift",
        "SQLiteType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.