The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dflat, reference unstable (73925e), with Swift 6.1 for Linux on 11 Sep 2025 22:03:14 UTC.

Swift 6 data race errors: 12

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_SQLiteDflatOSShim",
      "module_type" : "ClangTarget",
      "name" : "_SQLiteDflatOSShim",
      "path" : "src/sqlite",
      "product_memberships" : [
        "SQLiteDflat"
      ],
      "sources" : [
        "os.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "src/tests",
      "sources" : [
        "AsyncTests.swift",
        "ConcurrencyTests.swift",
        "DictionaryTests.swift",
        "ExprTests.swift",
        "FetchTests.swift",
        "ObjectRepositoryTests.swift",
        "SQLiteWorkspaceCRUDTests.swift",
        "SchemaUpgradeTests.swift",
        "SerialTests.swift",
        "SubscribeTests.swift",
        "monster_data_model_generated.swift",
        "monster_generated.swift",
        "monster_mutating_generated.swift",
        "monster_query_generated.swift",
        "monster_v2_data_model_generated.swift",
        "monster_v2_generated.swift",
        "monster_v2_mutating_generated.swift",
        "monster_v2_query_generated.swift",
        "monster_v3_data_model_generated.swift",
        "monster_v3_generated.swift",
        "monster_v3_mutating_generated.swift",
        "monster_v3_query_generated.swift",
        "namespace.swift",
        "orb_weapon_data_model_generated.swift",
        "orb_weapon_generated.swift",
        "orb_weapon_mutating_generated.swift"
      ],
      "target_dependencies" : [
        "SQLiteDflat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteDflat",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteDflat",
      "path" : "src/sqlite",
      "product_dependencies" : [
        "SQLite3"
      ],
      "product_memberships" : [
        "SQLiteDflat"
      ],
      "sources" : [
        "OSShim.swift",
        "SQLiteAtom.swift",
        "SQLiteConnection.swift",
        "SQLiteConnectionPool.swift",
        "SQLiteExpr.swift",
        "SQLiteFetchedResult.swift",
        "SQLiteObjectRepository.swift",
        "SQLitePersistenceToolbox.swift",
        "SQLitePublisher.swift",
        "SQLiteQueryBuilder.swift",
        "SQLiteResultPublisher.swift",
        "SQLiteTableSpace.swift",
        "SQLiteTableState.swift",
        "SQLiteTransactionContext.swift",
        "SQLiteValue.swift",
        "SQLiteWorkspace.swift",
        "SQLiteWorkspaceDictionary.swift",
        "SQLiteWorkspaceState.swift",
        "dict/dict_data_model_generated.swift",
        "dict/dict_generated.swift",
        "dict/dict_mutating_generated.swift",
        "dict/dict_query_generated.swift"
      ],
      "target_dependencies" : [
        "Dflat",
        "_SQLiteDflatOSShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dflat",
      "module_type" : "SwiftTarget",
      "name" : "Dflat",
      "path" : "src",
      "product_dependencies" : [
        "FlatBuffers",
        "Atomics"
      ],
      "product_memberships" : [
        "Dflat",
        "SQLiteDflat"
      ],
      "sources" : [
        "Atom.swift",
        "ChangeRequest.swift",
        "Expr.swift",
        "FetchedResult.swift",
        "FlatBuffersCodable.swift",
        "Publisher.swift",
        "QueryBuilder.swift",
        "SQLiteExpr.swift",
        "TransactionContext.swift",
        "Workspace.swift",
        "exprs/Addition.swift",
        "exprs/And.swift",
        "exprs/EqualTo.swift",
        "exprs/Field.swift",
        "exprs/In.swift",
        "exprs/IsNotNull.swift",
        "exprs/IsNull.swift",
        "exprs/LessThan.swift",
        "exprs/LessThanOrEqualTo.swift",
        "exprs/Mod.swift",
        "exprs/Not.swift",
        "exprs/NotEqualTo.swift",
        "exprs/NotIn.swift",
        "exprs/Or.swift",
        "exprs/Subtraction.swift",
        "exprs/Value.swift",
        "exprs/sqlite/SQLiteAddition.swift",
        "exprs/sqlite/SQLiteAnd.swift",
        "exprs/sqlite/SQLiteEqualTo.swift",
        "exprs/sqlite/SQLiteField.swift",
        "exprs/sqlite/SQLiteIn.swift",
        "exprs/sqlite/SQLiteIsNotNull.swift",
        "exprs/sqlite/SQLiteIsNull.swift",
        "exprs/sqlite/SQLiteLessThan.swift",
        "exprs/sqlite/SQLiteLessThanOrEqualTo.swift",
        "exprs/sqlite/SQLiteMod.swift",
        "exprs/sqlite/SQLiteNot.swift",
        "exprs/sqlite/SQLiteNotEqualTo.swift",
        "exprs/sqlite/SQLiteNotIn.swift",
        "exprs/sqlite/SQLiteOr.swift",
        "exprs/sqlite/SQLiteSubtraction.swift",
        "exprs/sqlite/SQLiteValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/google/flatbuffers.git
[1/88916] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (8.40s)
Fetching https://github.com/liuliu/swift-sqlite3-support.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-docc-plugin
[1/119] Fetching swift-sqlite3-support
[67/1933] Fetching swift-sqlite3-support, swift-atomics
[594/4027] Fetching swift-sqlite3-support, swift-atomics, swift-docc-plugin
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
[111/119] Fetching swift-sqlite3-support
Fetched https://github.com/liuliu/swift-sqlite3-support.git from cache (1.19s)
Computing version for https://github.com/liuliu/swift-sqlite3-support.git
Computed https://github.com/liuliu/swift-sqlite3-support.git at 3.47.1 (1.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3509] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.13s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/liuliu/swift-sqlite3-support.git
Working copy of https://github.com/liuliu/swift-sqlite3-support.git resolved at 3.47.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at c92e78a9f841a6110ec27180d68d1f7f2afda21d
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/20] Write sources
[6/20] Compiling _SQLiteDflatOSShim os.c
[7/20] Compiling _AtomicsShims.c
[8/20] Write swift-version-24593BA9C3E375BF.txt
[10/57] Compiling FlatBuffers Struct.swift
[11/57] Compiling FlatBuffers Table.swift
[12/59] Compiling FlatBuffers FlatBufferBuilder.swift
[13/59] Compiling FlatBuffers FlatBufferObject.swift
[14/59] Compiling FlatBuffers Root.swift
[15/59] Compiling FlatBuffers String+extension.swift
[16/59] Compiling FlatBuffers FlatBuffersUtils.swift
[17/59] Compiling FlatBuffers TableVerifier.swift
[18/59] Compiling FlatBuffers FlatbuffersErrors.swift
[19/59] Compiling FlatBuffers Int+extension.swift
[20/59] Compiling FlatBuffers Message.swift
[21/59] Compiling FlatBuffers Mutable.swift
[22/59] Compiling FlatBuffers NativeObject.swift
[23/59] Compiling FlatBuffers Offset.swift
[24/59] Emitting module Atomics
[25/59] Compiling FlatBuffers ByteBuffer.swift
[26/59] Compiling FlatBuffers Constants.swift
[27/59] Compiling FlatBuffers Enum.swift
[28/59] Compiling Atomics IntegerOperations.swift
[29/59] Compiling Atomics Unmanaged extensions.swift
[30/60] Wrapping AST for Atomics for debugging
[33/62] Compiling SQLite3 sqlite3.c
[34/62] Write Objects.LinkFileList
[36/62] Compiling FlatBuffers Verifiable.swift
[37/62] Compiling FlatBuffers Verifier.swift
[37/62] Archiving libSQLite3.a
[55/62] Emitting module FlatBuffers
[56/63] Wrapping AST for FlatBuffers for debugging
[58/101] Compiling Dflat SQLiteAnd.swift
[59/101] Compiling Dflat SQLiteEqualTo.swift
[60/101] Compiling Dflat SQLiteField.swift
[61/101] Compiling Dflat SQLiteIn.swift
[62/101] Compiling Dflat SQLiteIsNotNull.swift
[63/101] Compiling Dflat LessThan.swift
[64/101] Compiling Dflat LessThanOrEqualTo.swift
[65/101] Compiling Dflat Mod.swift
[66/101] Compiling Dflat Not.swift
[67/101] Compiling Dflat NotEqualTo.swift
[68/101] Compiling Dflat SQLiteIsNull.swift
[69/101] Compiling Dflat SQLiteLessThan.swift
[70/101] Compiling Dflat SQLiteLessThanOrEqualTo.swift
[71/101] Compiling Dflat SQLiteMod.swift
[72/101] Compiling Dflat SQLiteNot.swift
[73/101] Compiling Dflat NotIn.swift
/host/spi-builder-workspace/src/exprs/Value.swift:5:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | public protocol DflatFriendlyValue: Comparable, Hashable {}
 4 |
 5 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |   @inlinable
 7 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[74/101] Compiling Dflat Or.swift
/host/spi-builder-workspace/src/exprs/Value.swift:5:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | public protocol DflatFriendlyValue: Comparable, Hashable {}
 4 |
 5 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |   @inlinable
 7 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[75/101] Compiling Dflat Subtraction.swift
/host/spi-builder-workspace/src/exprs/Value.swift:5:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | public protocol DflatFriendlyValue: Comparable, Hashable {}
 4 |
 5 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |   @inlinable
 7 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[76/101] Compiling Dflat Value.swift
/host/spi-builder-workspace/src/exprs/Value.swift:5:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | public protocol DflatFriendlyValue: Comparable, Hashable {}
 4 |
 5 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |   @inlinable
 7 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[77/101] Compiling Dflat SQLiteAddition.swift
/host/spi-builder-workspace/src/exprs/Value.swift:5:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | public protocol DflatFriendlyValue: Comparable, Hashable {}
 4 |
 5 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |   @inlinable
 7 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[78/106] Compiling Dflat EqualTo.swift
[79/106] Compiling Dflat Field.swift
[80/106] Compiling Dflat In.swift
[81/106] Compiling Dflat IsNotNull.swift
[82/106] Compiling Dflat IsNull.swift
[83/106] Compiling Dflat QueryBuilder.swift
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
[84/106] Compiling Dflat SQLiteExpr.swift
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
[85/106] Compiling Dflat TransactionContext.swift
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
[86/106] Compiling Dflat Workspace.swift
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
[87/106] Compiling Dflat Addition.swift
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
[88/106] Compiling Dflat And.swift
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
[89/106] Compiling Dflat Atom.swift
[90/106] Compiling Dflat ChangeRequest.swift
[91/106] Compiling Dflat Expr.swift
[92/106] Compiling Dflat FetchedResult.swift
[93/106] Compiling Dflat FlatBuffersCodable.swift
[94/106] Compiling Dflat Publisher.swift
[95/106] Compiling Dflat SQLiteNotEqualTo.swift
[96/106] Compiling Dflat SQLiteNotIn.swift
[97/106] Compiling Dflat SQLiteOr.swift
[98/106] Compiling Dflat SQLiteSubtraction.swift
[99/106] Compiling Dflat SQLiteValue.swift
[100/106] Emitting module Dflat
/host/spi-builder-workspace/src/Workspace.swift:211:21: warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
209 |     self.rawValue = rawValue
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
    |                     |- warning: static property 'truncate' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'truncate' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
213 | }
/host/spi-builder-workspace/src/Workspace.swift:212:21: warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
204 | }
205 |
206 | public struct WorkspaceShutdownFlag: OptionSet {
    |               `- note: consider making struct 'WorkspaceShutdownFlag' conform to the 'Sendable' protocol
207 |   public let rawValue: Int
208 |   public init(rawValue: Int) {
    :
210 |   }
211 |   public static let truncate = WorkspaceShutdownFlag(rawValue: 1 << 0)
212 |   public static let vacuum = WorkspaceShutdownFlag(rawValue: 2 << 0)
    |                     |- warning: static property 'vacuum' is not concurrency-safe because non-'Sendable' type 'WorkspaceShutdownFlag' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'vacuum' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
213 | }
214 |
/host/spi-builder-workspace/src/exprs/Value.swift:5:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 3 | public protocol DflatFriendlyValue: Comparable, Hashable {}
 4 |
 5 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |   @inlinable
 7 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[101/107] Wrapping AST for Dflat for debugging
[102/107] Write Objects.LinkFileList
[103/107] Archiving libDflat.a
[105/128] Compiling SQLiteDflat dict_data_model_generated.swift
[106/128] Compiling SQLiteDflat dict_generated.swift
[107/130] Emitting module SQLiteDflat
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:6:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | // MARK - Implement binding for SQLite.
 5 |
 6 | extension Bool: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
 8 |     sqlite3_bind_int(query, parameterId, self ? 1 : 0)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:11:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |   }
10 | }
11 | extension Int8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
13 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:16:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |   }
15 | }
16 | extension UInt8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
18 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |   }
20 | }
21 | extension Int16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
23 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:26:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 |   }
25 | }
26 | extension UInt16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
28 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 |   }
30 | }
31 | extension Int32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
33 |     sqlite3_bind_int(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:36:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
34 |   }
35 | }
36 | extension UInt32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
37 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
38 |     sqlite3_bind_int(query, parameterId, Int32(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:41:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 |   }
40 | }
41 | extension Int64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
42 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
43 |     sqlite3_bind_int64(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:46:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
44 |   }
45 | }
46 | extension UInt64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
48 |     sqlite3_bind_int64(query, parameterId, Int64(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:51:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
49 |   }
50 | }
51 | extension Float: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
52 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
53 |     sqlite3_bind_double(query, parameterId, Double(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:56:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 |   }
55 | }
56 | extension Double: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
58 |     sqlite3_bind_double(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:61:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 |   }
60 | }
61 | extension String: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
62 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
63 |     // This is not ideal, but there isn't a good way to guarentee life-cycle of the String from Swift.
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:13:21: warning: static property 'key' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |     return or0.key
 12 |   }
 13 |   public static let key: FieldExpr<String, DictItem> = FieldExpr(
    |                     `- warning: static property 'key' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |     name: "__pk0", primaryKey: true, hasIndex: false, tableReader: _tr__f4, objectReader: _or__f4)
 15 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  1 | import Dflat
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  2 | import FlatBuffers
  3 |
    :
 11 |     return or0.key
 12 |   }
 13 |   public static let key: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- note: add '@MainActor' to make static property 'key' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     name: "__pk0", primaryKey: true, hasIndex: false, tableReader: _tr__f4, objectReader: _or__f4)
 15 |
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:23:21: warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     return or0.namespace
 22 |   }
 23 |   public static let namespace: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'namespace' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     name: "__pk1", primaryKey: true, hasIndex: false, tableReader: _tr__f6, objectReader: _or__f6)
 25 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:35:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |     return s
 34 |   }
 35 |   public static let version: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |     name: "f8", primaryKey: false, hasIndex: false, tableReader: _tr__f8, objectReader: _or__f8)
 37 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:45:21: warning: static property 'valueType' is not concurrency-safe because non-'Sendable' type 'FieldExpr<ValueType, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 43 |     return or0.valueType
 44 |   }
 45 |   public static let valueType: FieldExpr<ValueType, DictItem> = FieldExpr(
    |                     |- warning: static property 'valueType' is not concurrency-safe because non-'Sendable' type 'FieldExpr<ValueType, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'valueType' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 46 |     name: "f10", primaryKey: false, hasIndex: false, tableReader: _tr__f10, objectReader: _or__f10)
 47 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:55:21: warning: static property 'boolValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Bool, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |     return or0.boolValue
 54 |   }
 55 |   public static let boolValue: FieldExpr<Bool, DictItem> = FieldExpr(
    |                     |- warning: static property 'boolValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Bool, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'boolValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 |     name: "f12", primaryKey: false, hasIndex: false, tableReader: _tr__f12, objectReader: _or__f12)
 57 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:65:21: warning: static property 'longValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Int64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 63 |     return or0.longValue
 64 |   }
 65 |   public static let longValue: FieldExpr<Int64, DictItem> = FieldExpr(
    |                     |- warning: static property 'longValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Int64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'longValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |     name: "f14", primaryKey: false, hasIndex: false, tableReader: _tr__f14, objectReader: _or__f14)
 67 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:75:21: warning: static property 'unsignedLongValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<UInt64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     return or0.unsignedLongValue
 74 |   }
 75 |   public static let unsignedLongValue: FieldExpr<UInt64, DictItem> = FieldExpr(
    |                     |- warning: static property 'unsignedLongValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<UInt64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'unsignedLongValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |     name: "f16", primaryKey: false, hasIndex: false, tableReader: _tr__f16, objectReader: _or__f16)
 77 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:85:21: warning: static property 'floatValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Float32, DictItem>' (aka 'FieldExpr<Float, DictItem>') may have shared mutable state; this is an error in the Swift 6 language mode
 83 |     return or0.floatValue
 84 |   }
 85 |   public static let floatValue: FieldExpr<Float32, DictItem> = FieldExpr(
    |                     |- warning: static property 'floatValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Float32, DictItem>' (aka 'FieldExpr<Float, DictItem>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'floatValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 |     name: "f18", primaryKey: false, hasIndex: false, tableReader: _tr__f18, objectReader: _or__f18)
 87 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:95:21: warning: static property 'doubleValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Double, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 93 |     return or0.doubleValue
 94 |   }
 95 |   public static let doubleValue: FieldExpr<Double, DictItem> = FieldExpr(
    |                     |- warning: static property 'doubleValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Double, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'doubleValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |     name: "f20", primaryKey: false, hasIndex: false, tableReader: _tr__f20, objectReader: _or__f20)
 97 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:107:21: warning: static property 'stringValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
105 |     return s
106 |   }
107 |   public static let stringValue: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'stringValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'stringValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |     name: "f22", primaryKey: false, hasIndex: false, tableReader: _tr__f22, objectReader: _or__f22)
109 | }
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
[108/130] Compiling SQLiteDflat SQLiteConnectionPool.swift
[109/130] Compiling SQLiteDflat SQLiteExpr.swift
[110/130] Compiling SQLiteDflat SQLiteFetchedResult.swift
[111/130] Compiling SQLiteDflat dict_mutating_generated.swift
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:13:21: warning: static property 'key' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |     return or0.key
 12 |   }
 13 |   public static let key: FieldExpr<String, DictItem> = FieldExpr(
    |                     `- warning: static property 'key' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |     name: "__pk0", primaryKey: true, hasIndex: false, tableReader: _tr__f4, objectReader: _or__f4)
 15 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  1 | import Dflat
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  2 | import FlatBuffers
  3 |
    :
 11 |     return or0.key
 12 |   }
 13 |   public static let key: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- note: add '@MainActor' to make static property 'key' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     name: "__pk0", primaryKey: true, hasIndex: false, tableReader: _tr__f4, objectReader: _or__f4)
 15 |
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:23:21: warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     return or0.namespace
 22 |   }
 23 |   public static let namespace: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'namespace' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     name: "__pk1", primaryKey: true, hasIndex: false, tableReader: _tr__f6, objectReader: _or__f6)
 25 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:35:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |     return s
 34 |   }
 35 |   public static let version: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |     name: "f8", primaryKey: false, hasIndex: false, tableReader: _tr__f8, objectReader: _or__f8)
 37 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:45:21: warning: static property 'valueType' is not concurrency-safe because non-'Sendable' type 'FieldExpr<ValueType, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 43 |     return or0.valueType
 44 |   }
 45 |   public static let valueType: FieldExpr<ValueType, DictItem> = FieldExpr(
    |                     |- warning: static property 'valueType' is not concurrency-safe because non-'Sendable' type 'FieldExpr<ValueType, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'valueType' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 46 |     name: "f10", primaryKey: false, hasIndex: false, tableReader: _tr__f10, objectReader: _or__f10)
 47 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:55:21: warning: static property 'boolValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Bool, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |     return or0.boolValue
 54 |   }
 55 |   public static let boolValue: FieldExpr<Bool, DictItem> = FieldExpr(
    |                     |- warning: static property 'boolValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Bool, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'boolValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 |     name: "f12", primaryKey: false, hasIndex: false, tableReader: _tr__f12, objectReader: _or__f12)
 57 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:65:21: warning: static property 'longValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Int64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 63 |     return or0.longValue
 64 |   }
 65 |   public static let longValue: FieldExpr<Int64, DictItem> = FieldExpr(
    |                     |- warning: static property 'longValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Int64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'longValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |     name: "f14", primaryKey: false, hasIndex: false, tableReader: _tr__f14, objectReader: _or__f14)
 67 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:75:21: warning: static property 'unsignedLongValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<UInt64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     return or0.unsignedLongValue
 74 |   }
 75 |   public static let unsignedLongValue: FieldExpr<UInt64, DictItem> = FieldExpr(
    |                     |- warning: static property 'unsignedLongValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<UInt64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'unsignedLongValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |     name: "f16", primaryKey: false, hasIndex: false, tableReader: _tr__f16, objectReader: _or__f16)
 77 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:85:21: warning: static property 'floatValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Float32, DictItem>' (aka 'FieldExpr<Float, DictItem>') may have shared mutable state; this is an error in the Swift 6 language mode
 83 |     return or0.floatValue
 84 |   }
 85 |   public static let floatValue: FieldExpr<Float32, DictItem> = FieldExpr(
    |                     |- warning: static property 'floatValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Float32, DictItem>' (aka 'FieldExpr<Float, DictItem>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'floatValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 |     name: "f18", primaryKey: false, hasIndex: false, tableReader: _tr__f18, objectReader: _or__f18)
 87 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:95:21: warning: static property 'doubleValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Double, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 93 |     return or0.doubleValue
 94 |   }
 95 |   public static let doubleValue: FieldExpr<Double, DictItem> = FieldExpr(
    |                     |- warning: static property 'doubleValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Double, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'doubleValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |     name: "f20", primaryKey: false, hasIndex: false, tableReader: _tr__f20, objectReader: _or__f20)
 97 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:107:21: warning: static property 'stringValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
105 |     return s
106 |   }
107 |   public static let stringValue: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'stringValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'stringValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |     name: "f22", primaryKey: false, hasIndex: false, tableReader: _tr__f22, objectReader: _or__f22)
109 | }
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
[112/130] Compiling SQLiteDflat dict_query_generated.swift
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:13:21: warning: static property 'key' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 11 |     return or0.key
 12 |   }
 13 |   public static let key: FieldExpr<String, DictItem> = FieldExpr(
    |                     `- warning: static property 'key' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 14 |     name: "__pk0", primaryKey: true, hasIndex: false, tableReader: _tr__f4, objectReader: _or__f4)
 15 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  1 | import Dflat
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  2 | import FlatBuffers
  3 |
    :
 11 |     return or0.key
 12 |   }
 13 |   public static let key: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- note: add '@MainActor' to make static property 'key' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 14 |     name: "__pk0", primaryKey: true, hasIndex: false, tableReader: _tr__f4, objectReader: _or__f4)
 15 |
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:23:21: warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 21 |     return or0.namespace
 22 |   }
 23 |   public static let namespace: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'namespace' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |     name: "__pk1", primaryKey: true, hasIndex: false, tableReader: _tr__f6, objectReader: _or__f6)
 25 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:35:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 33 |     return s
 34 |   }
 35 |   public static let version: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |     name: "f8", primaryKey: false, hasIndex: false, tableReader: _tr__f8, objectReader: _or__f8)
 37 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:45:21: warning: static property 'valueType' is not concurrency-safe because non-'Sendable' type 'FieldExpr<ValueType, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 43 |     return or0.valueType
 44 |   }
 45 |   public static let valueType: FieldExpr<ValueType, DictItem> = FieldExpr(
    |                     |- warning: static property 'valueType' is not concurrency-safe because non-'Sendable' type 'FieldExpr<ValueType, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'valueType' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 46 |     name: "f10", primaryKey: false, hasIndex: false, tableReader: _tr__f10, objectReader: _or__f10)
 47 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:55:21: warning: static property 'boolValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Bool, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |     return or0.boolValue
 54 |   }
 55 |   public static let boolValue: FieldExpr<Bool, DictItem> = FieldExpr(
    |                     |- warning: static property 'boolValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Bool, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'boolValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 |     name: "f12", primaryKey: false, hasIndex: false, tableReader: _tr__f12, objectReader: _or__f12)
 57 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:65:21: warning: static property 'longValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Int64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 63 |     return or0.longValue
 64 |   }
 65 |   public static let longValue: FieldExpr<Int64, DictItem> = FieldExpr(
    |                     |- warning: static property 'longValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Int64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'longValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |     name: "f14", primaryKey: false, hasIndex: false, tableReader: _tr__f14, objectReader: _or__f14)
 67 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:75:21: warning: static property 'unsignedLongValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<UInt64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     return or0.unsignedLongValue
 74 |   }
 75 |   public static let unsignedLongValue: FieldExpr<UInt64, DictItem> = FieldExpr(
    |                     |- warning: static property 'unsignedLongValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<UInt64, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'unsignedLongValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |     name: "f16", primaryKey: false, hasIndex: false, tableReader: _tr__f16, objectReader: _or__f16)
 77 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:85:21: warning: static property 'floatValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Float32, DictItem>' (aka 'FieldExpr<Float, DictItem>') may have shared mutable state; this is an error in the Swift 6 language mode
 83 |     return or0.floatValue
 84 |   }
 85 |   public static let floatValue: FieldExpr<Float32, DictItem> = FieldExpr(
    |                     |- warning: static property 'floatValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Float32, DictItem>' (aka 'FieldExpr<Float, DictItem>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'floatValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 |     name: "f18", primaryKey: false, hasIndex: false, tableReader: _tr__f18, objectReader: _or__f18)
 87 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:95:21: warning: static property 'doubleValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Double, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
 93 |     return or0.doubleValue
 94 |   }
 95 |   public static let doubleValue: FieldExpr<Double, DictItem> = FieldExpr(
    |                     |- warning: static property 'doubleValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<Double, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'doubleValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |     name: "f20", primaryKey: false, hasIndex: false, tableReader: _tr__f20, objectReader: _or__f20)
 97 |
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
/host/spi-builder-workspace/src/sqlite/dict/dict_query_generated.swift:107:21: warning: static property 'stringValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
105 |     return s
106 |   }
107 |   public static let stringValue: FieldExpr<String, DictItem> = FieldExpr(
    |                     |- warning: static property 'stringValue' is not concurrency-safe because non-'Sendable' type 'FieldExpr<String, DictItem>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: add '@MainActor' to make static property 'stringValue' part of global actor 'MainActor'
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |     name: "f22", primaryKey: false, hasIndex: false, tableReader: _tr__f22, objectReader: _or__f22)
109 | }
/host/spi-builder-workspace/src/exprs/Field.swift:102:20: note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
100 | }
101 |
102 | public final class FieldExpr<T, Element>: Expr where T: DflatFriendlyValue, Element: Atom {
    |                    `- note: generic class 'FieldExpr' does not conform to the 'Sendable' protocol
103 |   public typealias ResultType = T
104 |   public typealias Element = Element
[113/130] Compiling SQLiteDflat SQLiteQueryBuilder.swift
[114/130] Compiling SQLiteDflat SQLiteResultPublisher.swift
[115/130] Compiling SQLiteDflat SQLiteTableSpace.swift
[116/130] Compiling SQLiteDflat SQLiteTableState.swift
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:6:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | // MARK - Implement binding for SQLite.
 5 |
 6 | extension Bool: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
 8 |     sqlite3_bind_int(query, parameterId, self ? 1 : 0)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:11:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |   }
10 | }
11 | extension Int8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
13 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:16:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |   }
15 | }
16 | extension UInt8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
18 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |   }
20 | }
21 | extension Int16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
23 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:26:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 |   }
25 | }
26 | extension UInt16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
28 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 |   }
30 | }
31 | extension Int32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
33 |     sqlite3_bind_int(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:36:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
34 |   }
35 | }
36 | extension UInt32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
37 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
38 |     sqlite3_bind_int(query, parameterId, Int32(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:41:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 |   }
40 | }
41 | extension Int64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
42 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
43 |     sqlite3_bind_int64(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:46:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
44 |   }
45 | }
46 | extension UInt64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
48 |     sqlite3_bind_int64(query, parameterId, Int64(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:51:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
49 |   }
50 | }
51 | extension Float: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
52 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
53 |     sqlite3_bind_double(query, parameterId, Double(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:56:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 |   }
55 | }
56 | extension Double: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
58 |     sqlite3_bind_double(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:61:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 |   }
60 | }
61 | extension String: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
62 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
63 |     // This is not ideal, but there isn't a good way to guarentee life-cycle of the String from Swift.
[117/130] Compiling SQLiteDflat SQLiteTransactionContext.swift
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:6:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | // MARK - Implement binding for SQLite.
 5 |
 6 | extension Bool: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
 8 |     sqlite3_bind_int(query, parameterId, self ? 1 : 0)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:11:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |   }
10 | }
11 | extension Int8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
13 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:16:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |   }
15 | }
16 | extension UInt8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
18 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |   }
20 | }
21 | extension Int16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
23 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:26:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 |   }
25 | }
26 | extension UInt16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
28 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 |   }
30 | }
31 | extension Int32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
33 |     sqlite3_bind_int(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:36:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
34 |   }
35 | }
36 | extension UInt32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
37 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
38 |     sqlite3_bind_int(query, parameterId, Int32(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:41:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 |   }
40 | }
41 | extension Int64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
42 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
43 |     sqlite3_bind_int64(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:46:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
44 |   }
45 | }
46 | extension UInt64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
48 |     sqlite3_bind_int64(query, parameterId, Int64(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:51:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
49 |   }
50 | }
51 | extension Float: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
52 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
53 |     sqlite3_bind_double(query, parameterId, Double(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:56:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 |   }
55 | }
56 | extension Double: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
58 |     sqlite3_bind_double(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:61:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 |   }
60 | }
61 | extension String: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
62 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
63 |     // This is not ideal, but there isn't a good way to guarentee life-cycle of the String from Swift.
[118/130] Compiling SQLiteDflat SQLiteValue.swift
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:6:1: warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | // MARK - Implement binding for SQLite.
 5 |
 6 | extension Bool: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
 8 |     sqlite3_bind_int(query, parameterId, self ? 1 : 0)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:11:1: warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 |   }
10 | }
11 | extension Int8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
13 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:16:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 |   }
15 | }
16 | extension UInt8: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
18 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:21:1: warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
19 |   }
20 | }
21 | extension Int16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
22 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
23 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:26:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 |   }
25 | }
26 | extension UInt16: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
28 |     sqlite3_bind_int(query, parameterId, Int32(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 |   }
30 | }
31 | extension Int32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
33 |     sqlite3_bind_int(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:36:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
34 |   }
35 | }
36 | extension UInt32: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
37 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
38 |     sqlite3_bind_int(query, parameterId, Int32(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:41:1: warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
39 |   }
40 | }
41 | extension Int64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
42 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
43 |     sqlite3_bind_int64(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:46:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
44 |   }
45 | }
46 | extension UInt64: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
47 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
48 |     sqlite3_bind_int64(query, parameterId, Int64(bitPattern: self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:51:1: warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
49 |   }
50 | }
51 | extension Float: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
52 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
53 |     sqlite3_bind_double(query, parameterId, Double(self))
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:56:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 |   }
55 | }
56 | extension Double: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
58 |     sqlite3_bind_double(query, parameterId, self)
/host/spi-builder-workspace/src/sqlite/SQLiteValue.swift:61:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
59 |   }
60 | }
61 | extension String: SQLiteValue {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'SQLiteValue', 'SQLiteBinding'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
62 |   public func bindSQLite(_ query: OpaquePointer, parameterId: Int32) {
63 |     // This is not ideal, but there isn't a good way to guarentee life-cycle of the String from Swift.
[119/130] Compiling SQLiteDflat SQLiteObjectRepository.swift
[120/130] Compiling SQLiteDflat SQLitePersistenceToolbox.swift
[121/130] Compiling SQLiteDflat SQLitePublisher.swift
[122/130] Compiling SQLiteDflat OSShim.swift
[123/130] Compiling SQLiteDflat SQLiteAtom.swift
[124/130] Compiling SQLiteDflat SQLiteConnection.swift
[125/130] Compiling SQLiteDflat SQLiteWorkspace.swift
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:138:11: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
136 |         group.enter()
137 |         tableSpace.queue.async {
138 |           tableSpace.lock()
    |           `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
139 |           tableSpace.shutdown()
140 |           tableSpace.unlock()
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:506:9: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
504 |       // We don't need to prioritize this.
505 |       tableSpace.queue.async {
506 |         tableSpace.lock()
    |         `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
507 |         defer { tableSpace.unlock() }
508 |         // The publisher is manipulated after acquiring the lock.
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:507:17: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
505 |       tableSpace.queue.async {
506 |         tableSpace.lock()
507 |         defer { tableSpace.unlock() }
    |                 `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
508 |         // The publisher is manipulated after acquiring the lock.
509 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:517:9: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
515 |       // We don't need to prioritize this.
516 |       tableSpace.queue.async {
517 |         tableSpace.lock()
    |         `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
518 |         defer { tableSpace.unlock() }
519 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:518:17: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
516 |       tableSpace.queue.async {
517 |         tableSpace.lock()
518 |         defer { tableSpace.unlock() }
    |                 `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
519 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
520 |         resultPublisher.cancel(object: rowid, identifier: identifier)
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:568:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
566 |         }
567 |         continuation.onTermination = { @Sendable _ in
568 |           cancellable.cancel()
    |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
569 |         }
570 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  1 | import Atomics
  2 | import Dflat
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  3 | import Dispatch
  4 | import FlatBuffers
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:583:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
581 |         }
582 |         continuation.onTermination = { @Sendable _ in
583 |           cancellable.cancel()
    |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
584 |         }
585 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:781:24: warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 | import _SQLiteDflatOSShim
  8 |
  9 | public final class SQLiteWorkspace: Workspace {
    |                    `- note: class 'SQLiteWorkspace' does not conform to the 'Sendable' protocol
 10 |
 11 |   public enum FileProtectionLevel: Int32 {
    :
779 |     // We don't need to bump the priority for this.
780 |     tableSpace.queue.async { [weak self] in
781 |       guard let self = self else { return }
    |                        `- warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
782 |       guard let connection = tableSpace.connect({ self.newConnection() }) else { return }
783 |       let SQLiteElement = Element.self as! SQLiteAtom.Type
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:782:30: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
780 |     tableSpace.queue.async { [weak self] in
781 |       guard let self = self else { return }
782 |       guard let connection = tableSpace.connect({ self.newConnection() }) else { return }
    |                              `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
783 |       let SQLiteElement = Element.self as! SQLiteAtom.Type
784 |       let toolbox = SQLitePersistenceToolbox(connection: connection)
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:794:48: warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
768 |   }
769 |
770 |   func beginRebuildIndex<Element: Atom, S: Sequence>(_ ofType: Element.Type, fields: S)
    |                                         `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
771 |   where S.Element == String {
772 |     guard
    :
792 |         tableSpace.state.tableCreated.insert(objectType)
793 |       }
794 |       let indexSurvey = connection.indexSurvey(fields, table: table)
    |                                                `- warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
795 |       // Obtain a exclusive lock, see discussions in SQLiteTransactionContext for why.
796 |       let begin = connection.prepareStaticStatement("BEGIN IMMEDIATE")
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:788:15: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
786 |       // It is OK to create connection, etc. before acquiring the lock as long as we don't do mutation.
787 |       tableSpace.lock()
788 |       defer { tableSpace.unlock() }
    |               `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
789 |       // Make sure the table exists before we query.
790 |       if !tableSpace.state.tableCreated.contains(objectType) {
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:823:11: warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 | import _SQLiteDflatOSShim
  8 |
  9 | public final class SQLiteWorkspace: Workspace {
    |                    `- note: class 'SQLiteWorkspace' does not conform to the 'Sendable' protocol
 10 |
 11 |   public enum FileProtectionLevel: Int32 {
    :
821 |         tableSpace.queue.asyncAfter(deadline: .now() + Self.RebuildIndexDelayOnDiskFull) {
822 |           [weak self] in
823 |           self?.beginRebuildIndex(Element.self, fields: fields)
    |           `- warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
824 |         }
825 |         return
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:823:57: warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
768 |   }
769 |
770 |   func beginRebuildIndex<Element: Atom, S: Sequence>(_ ofType: Element.Type, fields: S)
    |                                         `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
771 |   where S.Element == String {
772 |     guard
    :
821 |         tableSpace.queue.asyncAfter(deadline: .now() + Self.RebuildIndexDelayOnDiskFull) {
822 |           [weak self] in
823 |           self?.beginRebuildIndex(Element.self, fields: fields)
    |                                                         `- warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
824 |         }
825 |         return
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
  19 |       self.namespace = namespace
  20 |       locks = UnsafeMutablePointer.allocate(capacity: Self.size)
  21 |       locks.assign(repeating: os_unfair_lock(), count: Self.size)
     |             |- warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
     |             `- note: use 'update(repeating:count:)' instead
  22 |       dictionaries = Array(repeating: [String: Any](), count: Self.size)
  23 |       subscriptions = Array(
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1155:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1153 |         }
1154 |         continuation.onTermination = { @Sendable _ in
1155 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1156 |         }
1157 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
   1 | import Atomics
   2 | import Dflat
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
   3 | import Dispatch
   4 | import FlatBuffers
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1176:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1174 |         }
1175 |         continuation.onTermination = { @Sendable _ in
1176 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1177 |         }
1178 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1196:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1194 |         }
1195 |         continuation.onTermination = { @Sendable _ in
1196 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1197 |         }
1198 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1216:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1214 |         }
1215 |         continuation.onTermination = { @Sendable _ in
1216 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1217 |         }
1218 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1236:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1234 |         }
1235 |         continuation.onTermination = { @Sendable _ in
1236 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1237 |         }
1238 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1257:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1255 |         }
1256 |         continuation.onTermination = { @Sendable _ in
1257 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1258 |         }
1259 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1278:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1276 |         }
1277 |         continuation.onTermination = { @Sendable _ in
1278 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1279 |         }
1280 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1299:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1297 |         }
1298 |         continuation.onTermination = { @Sendable _ in
1299 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1300 |         }
1301 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:564:26: warning: sending 'object' risks causing data races; this is an error in the Swift 6 language mode
562 |             continuation.finish()
563 |           case .updated(let object):
564 |             continuation.yield(object)
    |                          |- warning: sending 'object' risks causing data races; this is an error in the Swift 6 language mode
    |                          `- note: task-isolated 'object' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
565 |           }
566 |         }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:580:24: warning: sending 'fetchedResult' risks causing data races; this is an error in the Swift 6 language mode
578 |       AsyncStream(bufferingPolicy: bufferingPolicy) { continuation in
579 |         let cancellable = self.subscribe(fetchedResult: fetchedResult) { fetchedResult in
580 |           continuation.yield(fetchedResult)
    |                        |- warning: sending 'fetchedResult' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'fetchedResult' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
581 |         }
582 |         continuation.onTermination = { @Sendable _ in
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1149:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
1147 |             continuation.yield(nil)
1148 |           case .initial(let value):
1149 |             continuation.yield(value)
     |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1150 |           case .updated(let value):
1151 |             continuation.yield(value)
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1151:26: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
1149 |             continuation.yield(value)
1150 |           case .updated(let value):
1151 |             continuation.yield(value)
     |                          |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
1152 |           }
1153 |         }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1170:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
1168 |             continuation.yield(nil)
1169 |           case .initial(let value):
1170 |             continuation.yield(value)
     |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1171 |           case .updated(let value):
1172 |             continuation.yield(value)
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1172:26: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
1170 |             continuation.yield(value)
1171 |           case .updated(let value):
1172 |             continuation.yield(value)
     |                          |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
1173 |           }
1174 |         }
[126/130] Compiling SQLiteDflat SQLiteWorkspaceDictionary.swift
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:138:11: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
136 |         group.enter()
137 |         tableSpace.queue.async {
138 |           tableSpace.lock()
    |           `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
139 |           tableSpace.shutdown()
140 |           tableSpace.unlock()
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:506:9: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
504 |       // We don't need to prioritize this.
505 |       tableSpace.queue.async {
506 |         tableSpace.lock()
    |         `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
507 |         defer { tableSpace.unlock() }
508 |         // The publisher is manipulated after acquiring the lock.
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:507:17: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
505 |       tableSpace.queue.async {
506 |         tableSpace.lock()
507 |         defer { tableSpace.unlock() }
    |                 `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
508 |         // The publisher is manipulated after acquiring the lock.
509 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:517:9: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
515 |       // We don't need to prioritize this.
516 |       tableSpace.queue.async {
517 |         tableSpace.lock()
    |         `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
518 |         defer { tableSpace.unlock() }
519 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:518:17: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
516 |       tableSpace.queue.async {
517 |         tableSpace.lock()
518 |         defer { tableSpace.unlock() }
    |                 `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
519 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
520 |         resultPublisher.cancel(object: rowid, identifier: identifier)
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:568:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
566 |         }
567 |         continuation.onTermination = { @Sendable _ in
568 |           cancellable.cancel()
    |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
569 |         }
570 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  1 | import Atomics
  2 | import Dflat
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  3 | import Dispatch
  4 | import FlatBuffers
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:583:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
581 |         }
582 |         continuation.onTermination = { @Sendable _ in
583 |           cancellable.cancel()
    |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
584 |         }
585 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:781:24: warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 | import _SQLiteDflatOSShim
  8 |
  9 | public final class SQLiteWorkspace: Workspace {
    |                    `- note: class 'SQLiteWorkspace' does not conform to the 'Sendable' protocol
 10 |
 11 |   public enum FileProtectionLevel: Int32 {
    :
779 |     // We don't need to bump the priority for this.
780 |     tableSpace.queue.async { [weak self] in
781 |       guard let self = self else { return }
    |                        `- warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
782 |       guard let connection = tableSpace.connect({ self.newConnection() }) else { return }
783 |       let SQLiteElement = Element.self as! SQLiteAtom.Type
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:782:30: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
780 |     tableSpace.queue.async { [weak self] in
781 |       guard let self = self else { return }
782 |       guard let connection = tableSpace.connect({ self.newConnection() }) else { return }
    |                              `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
783 |       let SQLiteElement = Element.self as! SQLiteAtom.Type
784 |       let toolbox = SQLitePersistenceToolbox(connection: connection)
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:794:48: warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
768 |   }
769 |
770 |   func beginRebuildIndex<Element: Atom, S: Sequence>(_ ofType: Element.Type, fields: S)
    |                                         `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
771 |   where S.Element == String {
772 |     guard
    :
792 |         tableSpace.state.tableCreated.insert(objectType)
793 |       }
794 |       let indexSurvey = connection.indexSurvey(fields, table: table)
    |                                                `- warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
795 |       // Obtain a exclusive lock, see discussions in SQLiteTransactionContext for why.
796 |       let begin = connection.prepareStaticStatement("BEGIN IMMEDIATE")
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:788:15: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
786 |       // It is OK to create connection, etc. before acquiring the lock as long as we don't do mutation.
787 |       tableSpace.lock()
788 |       defer { tableSpace.unlock() }
    |               `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
789 |       // Make sure the table exists before we query.
790 |       if !tableSpace.state.tableCreated.contains(objectType) {
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:823:11: warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 | import _SQLiteDflatOSShim
  8 |
  9 | public final class SQLiteWorkspace: Workspace {
    |                    `- note: class 'SQLiteWorkspace' does not conform to the 'Sendable' protocol
 10 |
 11 |   public enum FileProtectionLevel: Int32 {
    :
821 |         tableSpace.queue.asyncAfter(deadline: .now() + Self.RebuildIndexDelayOnDiskFull) {
822 |           [weak self] in
823 |           self?.beginRebuildIndex(Element.self, fields: fields)
    |           `- warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
824 |         }
825 |         return
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:823:57: warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
768 |   }
769 |
770 |   func beginRebuildIndex<Element: Atom, S: Sequence>(_ ofType: Element.Type, fields: S)
    |                                         `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
771 |   where S.Element == String {
772 |     guard
    :
821 |         tableSpace.queue.asyncAfter(deadline: .now() + Self.RebuildIndexDelayOnDiskFull) {
822 |           [weak self] in
823 |           self?.beginRebuildIndex(Element.self, fields: fields)
    |                                                         `- warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
824 |         }
825 |         return
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
  19 |       self.namespace = namespace
  20 |       locks = UnsafeMutablePointer.allocate(capacity: Self.size)
  21 |       locks.assign(repeating: os_unfair_lock(), count: Self.size)
     |             |- warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
     |             `- note: use 'update(repeating:count:)' instead
  22 |       dictionaries = Array(repeating: [String: Any](), count: Self.size)
  23 |       subscriptions = Array(
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1155:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1153 |         }
1154 |         continuation.onTermination = { @Sendable _ in
1155 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1156 |         }
1157 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
   1 | import Atomics
   2 | import Dflat
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
   3 | import Dispatch
   4 | import FlatBuffers
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1176:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1174 |         }
1175 |         continuation.onTermination = { @Sendable _ in
1176 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1177 |         }
1178 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1196:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1194 |         }
1195 |         continuation.onTermination = { @Sendable _ in
1196 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1197 |         }
1198 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1216:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1214 |         }
1215 |         continuation.onTermination = { @Sendable _ in
1216 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1217 |         }
1218 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1236:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1234 |         }
1235 |         continuation.onTermination = { @Sendable _ in
1236 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1237 |         }
1238 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1257:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1255 |         }
1256 |         continuation.onTermination = { @Sendable _ in
1257 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1258 |         }
1259 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1278:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1276 |         }
1277 |         continuation.onTermination = { @Sendable _ in
1278 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1279 |         }
1280 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1299:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1297 |         }
1298 |         continuation.onTermination = { @Sendable _ in
1299 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1300 |         }
1301 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:564:26: warning: sending 'object' risks causing data races; this is an error in the Swift 6 language mode
562 |             continuation.finish()
563 |           case .updated(let object):
564 |             continuation.yield(object)
    |                          |- warning: sending 'object' risks causing data races; this is an error in the Swift 6 language mode
    |                          `- note: task-isolated 'object' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
565 |           }
566 |         }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:580:24: warning: sending 'fetchedResult' risks causing data races; this is an error in the Swift 6 language mode
578 |       AsyncStream(bufferingPolicy: bufferingPolicy) { continuation in
579 |         let cancellable = self.subscribe(fetchedResult: fetchedResult) { fetchedResult in
580 |           continuation.yield(fetchedResult)
    |                        |- warning: sending 'fetchedResult' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'fetchedResult' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
581 |         }
582 |         continuation.onTermination = { @Sendable _ in
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1149:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
1147 |             continuation.yield(nil)
1148 |           case .initial(let value):
1149 |             continuation.yield(value)
     |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1150 |           case .updated(let value):
1151 |             continuation.yield(value)
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1151:26: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
1149 |             continuation.yield(value)
1150 |           case .updated(let value):
1151 |             continuation.yield(value)
     |                          |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
1152 |           }
1153 |         }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1170:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
1168 |             continuation.yield(nil)
1169 |           case .initial(let value):
1170 |             continuation.yield(value)
     |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1171 |           case .updated(let value):
1172 |             continuation.yield(value)
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1172:26: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
1170 |             continuation.yield(value)
1171 |           case .updated(let value):
1172 |             continuation.yield(value)
     |                          |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
1173 |           }
1174 |         }
[127/130] Compiling SQLiteDflat SQLiteWorkspaceState.swift
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:138:11: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
136 |         group.enter()
137 |         tableSpace.queue.async {
138 |           tableSpace.lock()
    |           `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
139 |           tableSpace.shutdown()
140 |           tableSpace.unlock()
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:506:9: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
504 |       // We don't need to prioritize this.
505 |       tableSpace.queue.async {
506 |         tableSpace.lock()
    |         `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
507 |         defer { tableSpace.unlock() }
508 |         // The publisher is manipulated after acquiring the lock.
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:507:17: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
505 |       tableSpace.queue.async {
506 |         tableSpace.lock()
507 |         defer { tableSpace.unlock() }
    |                 `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
508 |         // The publisher is manipulated after acquiring the lock.
509 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:517:9: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
515 |       // We don't need to prioritize this.
516 |       tableSpace.queue.async {
517 |         tableSpace.lock()
    |         `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
518 |         defer { tableSpace.unlock() }
519 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:518:17: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
516 |       tableSpace.queue.async {
517 |         tableSpace.lock()
518 |         defer { tableSpace.unlock() }
    |                 `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
519 |         guard let resultPublisher = tableSpace.resultPublisher else { return }
520 |         resultPublisher.cancel(object: rowid, identifier: identifier)
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:568:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
566 |         }
567 |         continuation.onTermination = { @Sendable _ in
568 |           cancellable.cancel()
    |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
569 |         }
570 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  1 | import Atomics
  2 | import Dflat
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
  3 | import Dispatch
  4 | import FlatBuffers
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:583:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
581 |         }
582 |         continuation.onTermination = { @Sendable _ in
583 |           cancellable.cancel()
    |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
584 |         }
585 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:781:24: warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 | import _SQLiteDflatOSShim
  8 |
  9 | public final class SQLiteWorkspace: Workspace {
    |                    `- note: class 'SQLiteWorkspace' does not conform to the 'Sendable' protocol
 10 |
 11 |   public enum FileProtectionLevel: Int32 {
    :
779 |     // We don't need to bump the priority for this.
780 |     tableSpace.queue.async { [weak self] in
781 |       guard let self = self else { return }
    |                        `- warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
782 |       guard let connection = tableSpace.connect({ self.newConnection() }) else { return }
783 |       let SQLiteElement = Element.self as! SQLiteAtom.Type
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:782:30: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
780 |     tableSpace.queue.async { [weak self] in
781 |       guard let self = self else { return }
782 |       guard let connection = tableSpace.connect({ self.newConnection() }) else { return }
    |                              `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in a '@Sendable' closure; this is an error in the Swift 6 language mode
783 |       let SQLiteElement = Element.self as! SQLiteAtom.Type
784 |       let toolbox = SQLitePersistenceToolbox(connection: connection)
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:794:48: warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
768 |   }
769 |
770 |   func beginRebuildIndex<Element: Atom, S: Sequence>(_ ofType: Element.Type, fields: S)
    |                                         `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
771 |   where S.Element == String {
772 |     guard
    :
792 |         tableSpace.state.tableCreated.insert(objectType)
793 |       }
794 |       let indexSurvey = connection.indexSurvey(fields, table: table)
    |                                                `- warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
795 |       // Obtain a exclusive lock, see discussions in SQLiteTransactionContext for why.
796 |       let begin = connection.prepareStaticStatement("BEGIN IMMEDIATE")
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:788:15: warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
786 |       // It is OK to create connection, etc. before acquiring the lock as long as we don't do mutation.
787 |       tableSpace.lock()
788 |       defer { tableSpace.unlock() }
    |               `- warning: capture of 'tableSpace' with non-sendable type 'any SQLiteTableSpace' in an isolated local function; this is an error in the Swift 6 language mode
789 |       // Make sure the table exists before we query.
790 |       if !tableSpace.state.tableCreated.contains(objectType) {
/host/spi-builder-workspace/src/sqlite/SQLiteTableSpace.swift:3:10: note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 1 | import Dispatch
 2 |
 3 | protocol SQLiteTableSpace: AnyObject {
   |          `- note: protocol 'SQLiteTableSpace' does not conform to the 'Sendable' protocol
 4 |   var queue: DispatchQueue { get }
 5 |   var state: SQLiteTableState { get }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:823:11: warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  7 | import _SQLiteDflatOSShim
  8 |
  9 | public final class SQLiteWorkspace: Workspace {
    |                    `- note: class 'SQLiteWorkspace' does not conform to the 'Sendable' protocol
 10 |
 11 |   public enum FileProtectionLevel: Int32 {
    :
821 |         tableSpace.queue.asyncAfter(deadline: .now() + Self.RebuildIndexDelayOnDiskFull) {
822 |           [weak self] in
823 |           self?.beginRebuildIndex(Element.self, fields: fields)
    |           `- warning: capture of 'self' with non-sendable type 'SQLiteWorkspace?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
824 |         }
825 |         return
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:823:57: warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
768 |   }
769 |
770 |   func beginRebuildIndex<Element: Atom, S: Sequence>(_ ofType: Element.Type, fields: S)
    |                                         `- note: consider making generic parameter 'S' conform to the 'Sendable' protocol
771 |   where S.Element == String {
772 |     guard
    :
821 |         tableSpace.queue.asyncAfter(deadline: .now() + Self.RebuildIndexDelayOnDiskFull) {
822 |           [weak self] in
823 |           self?.beginRebuildIndex(Element.self, fields: fields)
    |                                                         `- warning: capture of 'fields' with non-sendable type 'S' in a '@Sendable' closure; this is an error in the Swift 6 language mode
824 |         }
825 |         return
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
  19 |       self.namespace = namespace
  20 |       locks = UnsafeMutablePointer.allocate(capacity: Self.size)
  21 |       locks.assign(repeating: os_unfair_lock(), count: Self.size)
     |             |- warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
     |             `- note: use 'update(repeating:count:)' instead
  22 |       dictionaries = Array(repeating: [String: Any](), count: Self.size)
  23 |       subscriptions = Array(
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1155:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1153 |         }
1154 |         continuation.onTermination = { @Sendable _ in
1155 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1156 |         }
1157 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
   1 | import Atomics
   2 | import Dflat
     | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dflat'
   3 | import Dispatch
   4 | import FlatBuffers
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1176:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1174 |         }
1175 |         continuation.onTermination = { @Sendable _ in
1176 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1177 |         }
1178 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1196:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1194 |         }
1195 |         continuation.onTermination = { @Sendable _ in
1196 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1197 |         }
1198 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1216:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1214 |         }
1215 |         continuation.onTermination = { @Sendable _ in
1216 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1217 |         }
1218 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1236:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1234 |         }
1235 |         continuation.onTermination = { @Sendable _ in
1236 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1237 |         }
1238 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1257:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1255 |         }
1256 |         continuation.onTermination = { @Sendable _ in
1257 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1258 |         }
1259 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1278:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1276 |         }
1277 |         continuation.onTermination = { @Sendable _ in
1278 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1279 |         }
1280 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1299:11: warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1297 |         }
1298 |         continuation.onTermination = { @Sendable _ in
1299 |           cancellable.cancel()
     |           `- warning: capture of 'cancellable' with non-sendable type 'any WorkspaceSubscription' in a '@Sendable' closure; this is an error in the Swift 6 language mode
1300 |         }
1301 |       }
/host/spi-builder-workspace/src/Workspace.swift:14:17: note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 12 | }
 13 |
 14 | public protocol WorkspaceSubscription {
    |                 `- note: protocol 'WorkspaceSubscription' does not conform to the 'Sendable' protocol
 15 |   /**
 16 |    * Cancel an existing subscription. It is guaranteed that no callback will happen
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:564:26: warning: sending 'object' risks causing data races; this is an error in the Swift 6 language mode
562 |             continuation.finish()
563 |           case .updated(let object):
564 |             continuation.yield(object)
    |                          |- warning: sending 'object' risks causing data races; this is an error in the Swift 6 language mode
    |                          `- note: task-isolated 'object' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
565 |           }
566 |         }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspace.swift:580:24: warning: sending 'fetchedResult' risks causing data races; this is an error in the Swift 6 language mode
578 |       AsyncStream(bufferingPolicy: bufferingPolicy) { continuation in
579 |         let cancellable = self.subscribe(fetchedResult: fetchedResult) { fetchedResult in
580 |           continuation.yield(fetchedResult)
    |                        |- warning: sending 'fetchedResult' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'fetchedResult' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
581 |         }
582 |         continuation.onTermination = { @Sendable _ in
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1149:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
1147 |             continuation.yield(nil)
1148 |           case .initial(let value):
1149 |             continuation.yield(value)
     |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1150 |           case .updated(let value):
1151 |             continuation.yield(value)
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1151:26: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
1149 |             continuation.yield(value)
1150 |           case .updated(let value):
1151 |             continuation.yield(value)
     |                          |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
1152 |           }
1153 |         }
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1170:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
1168 |             continuation.yield(nil)
1169 |           case .initial(let value):
1170 |             continuation.yield(value)
     |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1171 |           case .updated(let value):
1172 |             continuation.yield(value)
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:1172:26: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
1170 |             continuation.yield(value)
1171 |           case .updated(let value):
1172 |             continuation.yield(value)
     |                          |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
     |                          `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
1173 |           }
1174 |         }
[128/131] Wrapping AST for SQLiteDflat for debugging
[129/131] Write Objects.LinkFileList
[130/131] Archiving libSQLiteDflat.a
Build complete! (58.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "flatbuffers",
      "requirement" : {
        "revision" : [
          "c92e78a9f841a6110ec27180d68d1f7f2afda21d"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/flatbuffers.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-sqlite3-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.47.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/liuliu/swift-sqlite3-support.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Dflat",
  "name" : "Dflat",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Dflat",
      "targets" : [
        "Dflat"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SQLiteDflat",
      "targets" : [
        "SQLiteDflat"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_SQLiteDflatOSShim",
      "module_type" : "ClangTarget",
      "name" : "_SQLiteDflatOSShim",
      "path" : "src/sqlite",
      "product_memberships" : [
        "SQLiteDflat"
      ],
      "sources" : [
        "os.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "src/tests",
      "sources" : [
        "AsyncTests.swift",
        "ConcurrencyTests.swift",
        "DictionaryTests.swift",
        "ExprTests.swift",
        "FetchTests.swift",
        "ObjectRepositoryTests.swift",
        "SQLiteWorkspaceCRUDTests.swift",
        "SchemaUpgradeTests.swift",
        "SerialTests.swift",
        "SubscribeTests.swift",
        "monster_data_model_generated.swift",
        "monster_generated.swift",
        "monster_mutating_generated.swift",
        "monster_query_generated.swift",
        "monster_v2_data_model_generated.swift",
        "monster_v2_generated.swift",
        "monster_v2_mutating_generated.swift",
        "monster_v2_query_generated.swift",
        "monster_v3_data_model_generated.swift",
        "monster_v3_generated.swift",
        "monster_v3_mutating_generated.swift",
        "monster_v3_query_generated.swift",
        "namespace.swift",
        "orb_weapon_data_model_generated.swift",
        "orb_weapon_generated.swift",
        "orb_weapon_mutating_generated.swift"
      ],
      "target_dependencies" : [
        "SQLiteDflat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteDflat",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteDflat",
      "path" : "src/sqlite",
      "product_dependencies" : [
        "SQLite3"
      ],
      "product_memberships" : [
        "SQLiteDflat"
      ],
      "sources" : [
        "OSShim.swift",
        "SQLiteAtom.swift",
        "SQLiteConnection.swift",
        "SQLiteConnectionPool.swift",
        "SQLiteExpr.swift",
        "SQLiteFetchedResult.swift",
        "SQLiteObjectRepository.swift",
        "SQLitePersistenceToolbox.swift",
        "SQLitePublisher.swift",
        "SQLiteQueryBuilder.swift",
        "SQLiteResultPublisher.swift",
        "SQLiteTableSpace.swift",
        "SQLiteTableState.swift",
        "SQLiteTransactionContext.swift",
        "SQLiteValue.swift",
        "SQLiteWorkspace.swift",
        "SQLiteWorkspaceDictionary.swift",
        "SQLiteWorkspaceState.swift",
        "dict/dict_data_model_generated.swift",
        "dict/dict_generated.swift",
        "dict/dict_mutating_generated.swift",
        "dict/dict_query_generated.swift"
      ],
      "target_dependencies" : [
        "Dflat",
        "_SQLiteDflatOSShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dflat",
      "module_type" : "SwiftTarget",
      "name" : "Dflat",
      "path" : "src",
      "product_dependencies" : [
        "FlatBuffers",
        "Atomics"
      ],
      "product_memberships" : [
        "Dflat",
        "SQLiteDflat"
      ],
      "sources" : [
        "Atom.swift",
        "ChangeRequest.swift",
        "Expr.swift",
        "FetchedResult.swift",
        "FlatBuffersCodable.swift",
        "Publisher.swift",
        "QueryBuilder.swift",
        "SQLiteExpr.swift",
        "TransactionContext.swift",
        "Workspace.swift",
        "exprs/Addition.swift",
        "exprs/And.swift",
        "exprs/EqualTo.swift",
        "exprs/Field.swift",
        "exprs/In.swift",
        "exprs/IsNotNull.swift",
        "exprs/IsNull.swift",
        "exprs/LessThan.swift",
        "exprs/LessThanOrEqualTo.swift",
        "exprs/Mod.swift",
        "exprs/Not.swift",
        "exprs/NotEqualTo.swift",
        "exprs/NotIn.swift",
        "exprs/Or.swift",
        "exprs/Subtraction.swift",
        "exprs/Value.swift",
        "exprs/sqlite/SQLiteAddition.swift",
        "exprs/sqlite/SQLiteAnd.swift",
        "exprs/sqlite/SQLiteEqualTo.swift",
        "exprs/sqlite/SQLiteField.swift",
        "exprs/sqlite/SQLiteIn.swift",
        "exprs/sqlite/SQLiteIsNotNull.swift",
        "exprs/sqlite/SQLiteIsNull.swift",
        "exprs/sqlite/SQLiteLessThan.swift",
        "exprs/sqlite/SQLiteLessThanOrEqualTo.swift",
        "exprs/sqlite/SQLiteMod.swift",
        "exprs/sqlite/SQLiteNot.swift",
        "exprs/sqlite/SQLiteNotEqualTo.swift",
        "exprs/sqlite/SQLiteNotIn.swift",
        "exprs/sqlite/SQLiteOr.swift",
        "exprs/sqlite/SQLiteSubtraction.swift",
        "exprs/sqlite/SQLiteValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.