The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GRDB, reference v7.4.1 (3a6a83), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 20:23:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[99/173] Compiling GRDB FetchableRecord+Decodable.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[100/173] Compiling GRDB FetchableRecord+TableRecord.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[101/173] Compiling GRDB FetchableRecord.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[102/173] Compiling GRDB MutablePersistableRecord+DAO.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[103/173] Compiling GRDB MutablePersistableRecord+Delete.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[104/173] Compiling GRDB MutablePersistableRecord+Insert.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[105/173] Compiling GRDB MutablePersistableRecord+Save.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+Association.swift:589:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
587 |                         // Filter the pivot on self
588 |                         try foreignKey
589 |                             .joinMapping(db, from: Self.databaseTableName)
    |                                                    `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
590 |                             .joinExpression(leftRows: [persistenceContainer.get()])
591 |                     }
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of 'self' with non-sendable type 'Self.Type' in a '@Sendable' closure [#SendableClosureCaptures]
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:6:62: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  4 |
  5 |     static var relationForAll: SQLRelation {
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
    |                                                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  7 |     }
  8 |
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/TableRecord+QueryInterfaceRequest.swift:5:44: warning: capture of non-sendable type 'Self.Type' in an isolated closure
  3 |     // MARK: Request Derivation
  4 |
  5 |     static var relationForAll: SQLRelation {
    |                                            `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
  6 |         .all(fromTable: databaseTableName, selection: { _ in databaseSelection.map(\.sqlSelection) })
  7 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/EncodableRecord.swift:243:28: warning: type 'Any' does not conform to the 'Sendable' protocol
241 |         // guarantee some stability in order to ease record comparison
242 |         encoder.outputFormatting = .sortedKeys
243 |         encoder.userInfo = databaseEncodingUserInfo
    |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
244 |         return encoder
245 |     }
/Users/admin/builder/spi-builder-workspace/GRDB/Record/FetchableRecord.swift:263:28: warning: type 'Any' does not conform to the 'Sendable' protocol
 261 |         decoder.dateDecodingStrategy = .millisecondsSince1970
 262 |         decoder.nonConformingFloatDecodingStrategy = .throw
 263 |         decoder.userInfo = databaseDecodingUserInfo
     |                            `- warning: type 'Any' does not conform to the 'Sendable' protocol
 264 |         return decoder
 265 |     }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[106/173] Compiling GRDB AssociationAggregate.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[107/173] Compiling GRDB BelongsToAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[108/173] Compiling GRDB HasManyAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[109/173] Compiling GRDB HasManyThroughAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[110/173] Compiling GRDB HasOneAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[111/173] Compiling GRDB HasOneThroughAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[112/173] Compiling GRDB JoinAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[113/173] Compiling GRDB CommonTableExpression.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[114/173] Compiling GRDB QueryInterfaceRequest.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[115/173] Compiling GRDB RequestProtocols.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[116/173] Compiling GRDB Column.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[117/173] Compiling GRDB DatabasePromise.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[118/173] Compiling GRDB SQLAssociation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[119/173] Compiling GRDB SQLCollection.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[120/173] Compiling GRDB SQLExpression.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[121/173] Compiling GRDB SQLForeignKeyRequest.swift
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:317:48: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 315 |     {
 316 |         selectWhenConnected { db in
 317 |             let primaryKey = try db.primaryKey(self.databaseTableName)
     |                                                `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 318 |             GRDBPrecondition(
 319 |                 primaryKey.columns.count == 1,
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/QueryInterfaceRequest.swift:313:17: warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 311 |     ///     .fetchSet(db)
 312 |     /// ```
 313 |     public func selectID() -> QueryInterfaceRequest<RowDecoder.ID>
     |                 `- warning: capture of non-sendable type 'RowDecoder.Type' in an isolated closure
 314 |     where RowDecoder: Identifiable
 315 |     {
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:462:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 460 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 461 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 462 |                     let strategy = recordType.databaseDataEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 463 |                     let expressions = try datas.map { try strategy.encode($0).sqlExpression }
 464 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:475:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 473 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 474 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 475 |                     let strategy = recordType.databaseDateEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 476 |                     let expressions = dates.map { strategy.encode($0).sqlExpression }
 477 |                     return expressions
/Users/admin/builder/spi-builder-workspace/GRDB/QueryInterface/Request/RequestProtocols.swift:488:36: warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 486 |                 return filterWhenConnected(keys: { [databaseTableName] db in
 487 |                     let column = try db.filteringPrimaryKeyColumn(databaseTableName)
 488 |                     let strategy = recordType.databaseUUIDEncodingStrategy(for: column)
     |                                    `- warning: capture of 'recordType' with non-sendable type 'any EncodableRecord.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 489 |                     let expressions = uuids.map { strategy.encode($0).sqlExpression }
 490 |                     return expressions
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[122/173] Compiling GRDB MutablePersistableRecord+Update.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[123/173] Compiling GRDB MutablePersistableRecord+Upsert.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[124/173] Compiling GRDB MutablePersistableRecord.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[125/173] Compiling GRDB PersistableRecord+Insert.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[126/173] Compiling GRDB PersistableRecord+Save.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[127/173] Compiling GRDB PersistableRecord+Upsert.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[128/173] Compiling GRDB PersistableRecord.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[129/173] Compiling GRDB Record.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[130/173] Compiling GRDB TableRecord.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[131/173] Compiling GRDB CaseInsensitiveIdentifier.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[132/173] Compiling GRDB Inflections+English.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[133/173] Compiling GRDB Inflections.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[134/173] Compiling GRDB Mutex.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[135/173] Compiling GRDB OnDemandFuture.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[136/173] Compiling GRDB OrderedDictionary.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[137/173] Compiling GRDB Pool.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:69:25: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 67 |                     switch result {
 68 |                     case let .success(value):
 69 |                         self.receive(value)
    |                         `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 70 |                     case let .failure(error):
 71 |                         self.receive(completion: .failure(error))
/Users/admin/builder/spi-builder-workspace/GRDB/Utils/OnDemandFuture.swift:58:10: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 56 |     }
 57 |
 58 |     func request(_ demand: Subscribers.Demand) {
    |          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
 59 |         lock.synchronized {
 60 |             switch state {
[138/173] Compiling GRDB DatabaseSnapshotPool.swift
[139/173] Compiling GRDB DatabaseValue.swift
[140/173] Compiling GRDB DatabaseValueConvertible.swift
[141/173] Compiling GRDB DatabaseWriter.swift
[142/173] Compiling GRDB FetchRequest.swift
[143/173] Compiling GRDB Row.swift
[144/173] Compiling GRDB RowAdapter.swift
[145/173] Compiling GRDB RowDecodingError.swift
[146/173] Compiling GRDB SQL.swift
[147/173] Compiling GRDB SQLInterpolation.swift
[148/173] Compiling GRDB SQLRequest.swift
[149/173] Compiling GRDB SchedulingWatchdog.swift
[150/173] Compiling GRDB SerializedDatabase.swift
[151/173] Compiling GRDB Statement.swift
[152/173] Compiling GRDB StatementAuthorizer.swift
[153/173] Compiling GRDB StatementColumnConvertible.swift
[154/173] Compiling GRDB CGFloat.swift
[155/173] Compiling GRDB Configuration.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[156/173] Compiling GRDB Cursor.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[157/173] Compiling GRDB Database+Schema.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[158/173] Compiling GRDB Database+Statements.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[159/173] Compiling GRDB Database.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[160/173] Compiling GRDB DatabaseBackupProgress.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[161/173] Compiling GRDB DatabaseCollation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[162/173] Compiling GRDB DatabaseError.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[163/173] Compiling GRDB DatabaseFunction.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[164/173] Compiling GRDB DatabasePool.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[165/173] Compiling GRDB DatabasePublishers.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[166/173] Compiling GRDB DatabaseQueue.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[167/173] Compiling GRDB DatabaseReader.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[168/173] Compiling GRDB DatabaseRegion.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[169/173] Compiling GRDB DatabaseRegionObservation.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[170/173] Compiling GRDB DatabaseSchemaCache.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[171/173] Compiling GRDB DatabaseSnapshot.swift
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseFunction.swift:157:34: warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
155 |         self.id = ID(name: name, nArg: argumentCount.map(CInt.init) ?? -1)
156 |         self.isPure = pure
157 |         self.kind = .aggregate { Aggregate() }
    |                                  `- warning: capture of non-sendable type 'Aggregate.Type' in an isolated closure
158 |     }
159 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:577:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
575 |     /// initial value.
576 |     func _addReadOnly<Reducer: ValueReducer>(
577 |         observation: ValueObservation<Reducer>,
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:579:9: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
577 |         observation: ValueObservation<Reducer>,
578 |         scheduling scheduler: some ValueObservationScheduler,
579 |         onChange: @escaping @Sendable (Reducer.Value) -> Void
    |         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
580 |     ) -> AnyDatabaseCancellable {
581 |         if scheduler.immediateInitialValue() {
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseReader.swift:609:25: warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
607 |                         try onChange(result.get())
608 |                     } catch {
609 |                         observation.events.didFail?(error)
    |                         `- warning: capture of non-sendable type 'Reducer.Type' in an isolated closure
610 |                     }
611 |                 }
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:55: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                                       `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:274:42: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
272 |                     cancellable = info.observation.start(
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
    |                                          `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
275 |                         onChange: { [weak self] in self?.receive($0) })
276 |
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:56: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                                        `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
/Users/admin/builder/spi-builder-workspace/GRDB/Core/DatabaseRegionObservation.swift:275:43: warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
273 |                         in: info.writer,
274 |                         onError: { [weak self] in self?.receive(failure: $0) },
275 |                         onChange: { [weak self] in self?.receive($0) })
    |                                           `- warning: capture of non-sendable type 'Downstream.Type' in an isolated closure
276 |
277 |                 case var .observing(info):
[171/173] Write Objects.LinkFileList
[172/173] Linking libGRDB-dynamic.dylib
Build complete! (21.22s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "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" : "GRDB",
  "name" : "GRDB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "GRDBSQLite",
      "targets" : [
        "GRDBSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRDB",
      "targets" : [
        "GRDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRDB-dynamic",
      "targets" : [
        "GRDB"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GRDBTests",
      "module_type" : "SwiftTarget",
      "name" : "GRDBTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRDBTests/Betty.jpeg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRDBTests/InflectionsTests.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/GRDBTests/Issue1383.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CombineExpectations/PublisherExpectation.swift",
        "CombineExpectations/PublisherExpectations/AvailableElements.swift",
        "CombineExpectations/PublisherExpectations/Finished.swift",
        "CombineExpectations/PublisherExpectations/Inverted.swift",
        "CombineExpectations/PublisherExpectations/Map.swift",
        "CombineExpectations/PublisherExpectations/Next.swift",
        "CombineExpectations/PublisherExpectations/NextOne.swift",
        "CombineExpectations/PublisherExpectations/Prefix.swift",
        "CombineExpectations/PublisherExpectations/Recording.swift",
        "CombineExpectations/Recorder.swift",
        "CombineExpectations/RecordingError.swift",
        "GRDBCombineTests/DatabaseReaderReadPublisherTests.swift",
        "GRDBCombineTests/DatabaseRegionObservationPublisherTests.swift",
        "GRDBCombineTests/DatabaseWriterWritePublisherTests.swift",
        "GRDBCombineTests/Support.swift",
        "GRDBCombineTests/ValueObservationPublisherTests.swift",
        "GRDBTests/AnyCursorTests.swift",
        "GRDBTests/AssociationAggregateTests.swift",
        "GRDBTests/AssociationBelongsToDecodableRecordTests.swift",
        "GRDBTests/AssociationBelongsToFetchableRecordTests.swift",
        "GRDBTests/AssociationBelongsToRowScopeTests.swift",
        "GRDBTests/AssociationBelongsToSQLDerivationTests.swift",
        "GRDBTests/AssociationBelongsToSQLTests.swift",
        "GRDBTests/AssociationChainRowScopesTests.swift",
        "GRDBTests/AssociationChainSQLTests.swift",
        "GRDBTests/AssociationHasManyOrderingTests.swift",
        "GRDBTests/AssociationHasManyRowScopeTests.swift",
        "GRDBTests/AssociationHasManySQLTests.swift",
        "GRDBTests/AssociationHasManyThroughOrderingTests.swift",
        "GRDBTests/AssociationHasManyThroughRowScopeTests.swift",
        "GRDBTests/AssociationHasManyThroughSQLTests.swift",
        "GRDBTests/AssociationHasOneSQLDerivationTests.swift",
        "GRDBTests/AssociationHasOneSQLTests.swift",
        "GRDBTests/AssociationHasOneThroughDecodableRecordTests.swift",
        "GRDBTests/AssociationHasOneThroughFetchableRecordTests.swift",
        "GRDBTests/AssociationHasOneThroughRowScopeTests.swift",
        "GRDBTests/AssociationHasOneThroughSQLDerivationTests.swift",
        "GRDBTests/AssociationHasOneThroughSQLTests.swift",
        "GRDBTests/AssociationParallelDecodableRecordTests.swift",
        "GRDBTests/AssociationParallelRowScopesTests.swift",
        "GRDBTests/AssociationParallelSQLTests.swift",
        "GRDBTests/AssociationPrefetchingCodableRecordTests.swift",
        "GRDBTests/AssociationPrefetchingFetchableRecordTests.swift",
        "GRDBTests/AssociationPrefetchingObservationTests.swift",
        "GRDBTests/AssociationPrefetchingRelationTests.swift",
        "GRDBTests/AssociationPrefetchingRowTests.swift",
        "GRDBTests/AssociationPrefetchingSQLTests.swift",
        "GRDBTests/AssociationRowScopeSearchTests.swift",
        "GRDBTests/AssociationTableAliasTestsSQLTests.swift",
        "GRDBTests/AsyncSemaphore.swift",
        "GRDBTests/BackupTestCase.swift",
        "GRDBTests/CGFloatTests.swift",
        "GRDBTests/CaseInsensitiveIdentifierTests.swift",
        "GRDBTests/ColumnExpressionTests.swift",
        "GRDBTests/ColumnInfoTests.swift",
        "GRDBTests/CommonTableExpressionTests.swift",
        "GRDBTests/CompilationProtocolTests.swift",
        "GRDBTests/CompilationSubClassTests.swift",
        "GRDBTests/CursorTests.swift",
        "GRDBTests/DataMemoryTests.swift",
        "GRDBTests/DatabaseAbortedTransactionTests.swift",
        "GRDBTests/DatabaseAfterNextTransactionCommitTests.swift",
        "GRDBTests/DatabaseAggregateTests.swift",
        "GRDBTests/DatabaseCollationTests.swift",
        "GRDBTests/DatabaseColumnEncodingStrategyTests.swift",
        "GRDBTests/DatabaseConfigurationTests.swift",
        "GRDBTests/DatabaseCursorTests.swift",
        "GRDBTests/DatabaseDataDecodingStrategyTests.swift",
        "GRDBTests/DatabaseDataEncodingStrategyTests.swift",
        "GRDBTests/DatabaseDateDecodingStrategyTests.swift",
        "GRDBTests/DatabaseDateEncodingStrategyTests.swift",
        "GRDBTests/DatabaseDumpTests.swift",
        "GRDBTests/DatabaseErrorTests.swift",
        "GRDBTests/DatabaseFunctionTests.swift",
        "GRDBTests/DatabaseLogErrorTests.swift",
        "GRDBTests/DatabaseMigratorTests.swift",
        "GRDBTests/DatabasePoolBackupTests.swift",
        "GRDBTests/DatabasePoolCollationTests.swift",
        "GRDBTests/DatabasePoolConcurrencyTests.swift",
        "GRDBTests/DatabasePoolFunctionTests.swift",
        "GRDBTests/DatabasePoolReadOnlyTests.swift",
        "GRDBTests/DatabasePoolReleaseMemoryTests.swift",
        "GRDBTests/DatabasePoolSchemaCacheTests.swift",
        "GRDBTests/DatabasePoolTests.swift",
        "GRDBTests/DatabaseQueueBackupTests.swift",
        "GRDBTests/DatabaseQueueConcurrencyTests.swift",
        "GRDBTests/DatabaseQueueInMemoryCopyTests.swift",
        "GRDBTests/DatabaseQueueInMemoryTests.swift",
        "GRDBTests/DatabaseQueueReadOnlyTests.swift",
        "GRDBTests/DatabaseQueueReleaseMemoryTests.swift",
        "GRDBTests/DatabaseQueueSchemaCacheTests.swift",
        "GRDBTests/DatabaseQueueTemporaryCopyTests.swift",
        "GRDBTests/DatabaseQueueTests.swift",
        "GRDBTests/DatabaseReaderDumpTests.swift",
        "GRDBTests/DatabaseReaderTests.swift",
        "GRDBTests/DatabaseRegionObservationTests.swift",
        "GRDBTests/DatabaseRegionTests.swift",
        "GRDBTests/DatabaseSavepointTests.swift",
        "GRDBTests/DatabaseSnapshotPoolTests.swift",
        "GRDBTests/DatabaseSnapshotTests.swift",
        "GRDBTests/DatabaseSuspensionTests.swift",
        "GRDBTests/DatabaseTests.swift",
        "GRDBTests/DatabaseTimestampTests.swift",
        "GRDBTests/DatabaseTraceTests.swift",
        "GRDBTests/DatabaseUUIDEncodingStrategyTests.swift",
        "GRDBTests/DatabaseValueConversionErrorTests.swift",
        "GRDBTests/DatabaseValueConversionTests.swift",
        "GRDBTests/DatabaseValueConvertibleDecodableTests.swift",
        "GRDBTests/DatabaseValueConvertibleEncodableTests.swift",
        "GRDBTests/DatabaseValueConvertibleEscapingTests.swift",
        "GRDBTests/DatabaseValueConvertibleFetchTests.swift",
        "GRDBTests/DatabaseValueConvertibleSubclassTests.swift",
        "GRDBTests/DatabaseValueTests.swift",
        "GRDBTests/DatabaseWriterTests.swift",
        "GRDBTests/DerivableRequestTests.swift",
        "GRDBTests/DropFirstCursorTests.swift",
        "GRDBTests/DropWhileCursorTests.swift",
        "GRDBTests/EncryptionTests.swift",
        "GRDBTests/EnumeratedCursorTests.swift",
        "GRDBTests/FTS3PatternTests.swift",
        "GRDBTests/FTS3RecordTests.swift",
        "GRDBTests/FTS3TableBuilderTests.swift",
        "GRDBTests/FTS3TokenizerTests.swift",
        "GRDBTests/FTS4RecordTests.swift",
        "GRDBTests/FTS4TableBuilderTests.swift",
        "GRDBTests/FTS5CustomTokenizerTests.swift",
        "GRDBTests/FTS5PatternTests.swift",
        "GRDBTests/FTS5RecordTests.swift",
        "GRDBTests/FTS5TableBuilderTests.swift",
        "GRDBTests/FTS5TokenizerTests.swift",
        "GRDBTests/FTS5WrapperTokenizerTests.swift",
        "GRDBTests/FailureTestCase.swift",
        "GRDBTests/FetchRequestTests.swift",
        "GRDBTests/FetchableRecord+QueryInterfaceRequestTests.swift",
        "GRDBTests/FetchableRecordDecodableTests.swift",
        "GRDBTests/FetchableRecordTests.swift",
        "GRDBTests/FilterCursorTests.swift",
        "GRDBTests/FlattenCursorTests.swift",
        "GRDBTests/ForeignKeyDefinitionTests.swift",
        "GRDBTests/ForeignKeyInfoTests.swift",
        "GRDBTests/FoundationDataTests.swift",
        "GRDBTests/FoundationDateComponentsTests.swift",
        "GRDBTests/FoundationDateTests.swift",
        "GRDBTests/FoundationDecimalTests.swift",
        "GRDBTests/FoundationNSDataTests.swift",
        "GRDBTests/FoundationNSDateTests.swift",
        "GRDBTests/FoundationNSDecimalNumberTests.swift",
        "GRDBTests/FoundationNSNullTests.swift",
        "GRDBTests/FoundationNSNumberTests.swift",
        "GRDBTests/FoundationNSStringTests.swift",
        "GRDBTests/FoundationNSURLTests.swift",
        "GRDBTests/FoundationNSUUIDTests.swift",
        "GRDBTests/FoundationURLTests.swift",
        "GRDBTests/FoundationUUIDTests.swift",
        "GRDBTests/GRDBTestCase.swift",
        "GRDBTests/IndexInfoTests.swift",
        "GRDBTests/InflectionsTests.swift",
        "GRDBTests/JSONColumnTests.swift",
        "GRDBTests/JSONExpressionsTests.swift",
        "GRDBTests/JoinSupportTests.swift",
        "GRDBTests/MapCursorTests.swift",
        "GRDBTests/MutablePersistableRecordChangesTests.swift",
        "GRDBTests/MutablePersistableRecordEncodableTests.swift",
        "GRDBTests/MutablePersistableRecordPersistenceConflictPolicyTests.swift",
        "GRDBTests/MutablePersistableRecordTests.swift",
        "GRDBTests/Mutex.swift",
        "GRDBTests/NumericOverflowTests.swift",
        "GRDBTests/OrderedDictionaryTests.swift",
        "GRDBTests/PersistableRecordTests.swift",
        "GRDBTests/PoolTests.swift",
        "GRDBTests/PrefixCursorTests.swift",
        "GRDBTests/PrefixWhileCursorTests.swift",
        "GRDBTests/PrimaryKeyInfoTests.swift",
        "GRDBTests/QueryInterfaceExpressionsTests.swift",
        "GRDBTests/QueryInterfaceExtensibilityTests.swift",
        "GRDBTests/QueryInterfacePromiseTests.swift",
        "GRDBTests/QueryInterfaceRequestTests.swift",
        "GRDBTests/RawRepresentable+DatabaseValueConvertibleTests.swift",
        "GRDBTests/Record+QueryInterfaceRequestTests.swift",
        "GRDBTests/RecordEditedTests.swift",
        "GRDBTests/RecordInitializersTests.swift",
        "GRDBTests/RecordMinimalNonOptionalPrimaryKeySingleTests.swift",
        "GRDBTests/RecordMinimalPrimaryKeyRowIDTests.swift",
        "GRDBTests/RecordMinimalPrimaryKeySingleTests.swift",
        "GRDBTests/RecordPersistenceConflictPolicy.swift",
        "GRDBTests/RecordPrimaryKeyHiddenRowIDTests.swift",
        "GRDBTests/RecordPrimaryKeyMultipleTests.swift",
        "GRDBTests/RecordPrimaryKeyNoneTests.swift",
        "GRDBTests/RecordPrimaryKeyRowIDTests.swift",
        "GRDBTests/RecordPrimaryKeySingleTests.swift",
        "GRDBTests/RecordPrimaryKeySingleWithReplaceConflictResolutionTests.swift",
        "GRDBTests/RecordSubClassTests.swift",
        "GRDBTests/RecordUniqueIndexTests.swift",
        "GRDBTests/RecordWithColumnNameManglingTests.swift",
        "GRDBTests/ResultCodeTests.swift",
        "GRDBTests/Row+FoundationTests.swift",
        "GRDBTests/RowAdapterTests.swift",
        "GRDBTests/RowCopiedFromStatementTests.swift",
        "GRDBTests/RowFetchTests.swift",
        "GRDBTests/RowFromDictionaryLiteralTests.swift",
        "GRDBTests/RowFromDictionaryTests.swift",
        "GRDBTests/RowFromStatementTests.swift",
        "GRDBTests/RowTestCase.swift",
        "GRDBTests/SQLExpressionIsConstantTests.swift",
        "GRDBTests/SQLExpressionLiteralTests.swift",
        "GRDBTests/SQLIdentifyingColumnsTests.swift",
        "GRDBTests/SQLLiteralTests.swift",
        "GRDBTests/SQLRequestTests.swift",
        "GRDBTests/SchedulingWatchdogTests.swift",
        "GRDBTests/SelectStatementTests.swift",
        "GRDBTests/SharedValueObservationTests.swift",
        "GRDBTests/SingletonRecordTest.swift",
        "GRDBTests/SingletonUserDefaultsTest.swift",
        "GRDBTests/StatementArguments+FoundationTests.swift",
        "GRDBTests/StatementArgumentsTests.swift",
        "GRDBTests/StatementColumnConvertibleFetchTests.swift",
        "GRDBTests/TableDefinitionTests.swift",
        "GRDBTests/TableRecord+QueryInterfaceRequestTests.swift",
        "GRDBTests/TableRecordDeleteTests.swift",
        "GRDBTests/TableRecordTests.swift",
        "GRDBTests/TableRecordUpdateTests.swift",
        "GRDBTests/TableTests.swift",
        "GRDBTests/TransactionDateTests.swift",
        "GRDBTests/TransactionObserverSavepointsTests.swift",
        "GRDBTests/TransactionObserverTests.swift",
        "GRDBTests/TruncateOptimizationTests.swift",
        "GRDBTests/UpdateStatementTests.swift",
        "GRDBTests/UtilsTests.swift",
        "GRDBTests/ValueObservationCountTests.swift",
        "GRDBTests/ValueObservationDatabaseValueConvertibleTests.swift",
        "GRDBTests/ValueObservationFetchTests.swift",
        "GRDBTests/ValueObservationMapTests.swift",
        "GRDBTests/ValueObservationPrintTests.swift",
        "GRDBTests/ValueObservationQueryInterfaceRequestTests.swift",
        "GRDBTests/ValueObservationReadonlyTests.swift",
        "GRDBTests/ValueObservationRecordTests.swift",
        "GRDBTests/ValueObservationRecorder.swift",
        "GRDBTests/ValueObservationRecorderTests.swift",
        "GRDBTests/ValueObservationRegionRecordingTests.swift",
        "GRDBTests/ValueObservationRowTests.swift",
        "GRDBTests/ValueObservationTests.swift",
        "GRDBTests/VirtualTableModuleTests.swift"
      ],
      "target_dependencies" : [
        "GRDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRDBSQLite",
      "module_type" : "SystemLibraryTarget",
      "name" : "GRDBSQLite",
      "path" : "Sources/GRDBSQLite",
      "product_memberships" : [
        "GRDBSQLite",
        "GRDB",
        "GRDB-dynamic"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "GRDB",
      "module_type" : "SwiftTarget",
      "name" : "GRDB",
      "path" : "GRDB",
      "product_memberships" : [
        "GRDB",
        "GRDB-dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/GRDB/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Configuration.swift",
        "Core/Cursor.swift",
        "Core/Database+Schema.swift",
        "Core/Database+Statements.swift",
        "Core/Database.swift",
        "Core/DatabaseBackupProgress.swift",
        "Core/DatabaseCollation.swift",
        "Core/DatabaseError.swift",
        "Core/DatabaseFunction.swift",
        "Core/DatabasePool.swift",
        "Core/DatabasePublishers.swift",
        "Core/DatabaseQueue.swift",
        "Core/DatabaseReader.swift",
        "Core/DatabaseRegion.swift",
        "Core/DatabaseRegionObservation.swift",
        "Core/DatabaseSchemaCache.swift",
        "Core/DatabaseSnapshot.swift",
        "Core/DatabaseSnapshotPool.swift",
        "Core/DatabaseValue.swift",
        "Core/DatabaseValueConvertible.swift",
        "Core/DatabaseWriter.swift",
        "Core/FetchRequest.swift",
        "Core/Row.swift",
        "Core/RowAdapter.swift",
        "Core/RowDecodingError.swift",
        "Core/SQL.swift",
        "Core/SQLInterpolation.swift",
        "Core/SQLRequest.swift",
        "Core/SchedulingWatchdog.swift",
        "Core/SerializedDatabase.swift",
        "Core/Statement.swift",
        "Core/StatementAuthorizer.swift",
        "Core/StatementColumnConvertible.swift",
        "Core/Support/CoreGraphics/CGFloat.swift",
        "Core/Support/Foundation/Data.swift",
        "Core/Support/Foundation/DatabaseDateComponents.swift",
        "Core/Support/Foundation/DatabaseValueConvertible+ReferenceConvertible.swift",
        "Core/Support/Foundation/Date.swift",
        "Core/Support/Foundation/Decimal.swift",
        "Core/Support/Foundation/NSData.swift",
        "Core/Support/Foundation/NSNull.swift",
        "Core/Support/Foundation/NSNumber.swift",
        "Core/Support/Foundation/NSString.swift",
        "Core/Support/Foundation/SQLiteDateParser.swift",
        "Core/Support/Foundation/URL.swift",
        "Core/Support/Foundation/UUID.swift",
        "Core/Support/StandardLibrary/DatabaseValueConvertible+Decodable.swift",
        "Core/Support/StandardLibrary/DatabaseValueConvertible+Encodable.swift",
        "Core/Support/StandardLibrary/DatabaseValueConvertible+RawRepresentable.swift",
        "Core/Support/StandardLibrary/JSONRequiredEncoder.swift",
        "Core/Support/StandardLibrary/Optional.swift",
        "Core/Support/StandardLibrary/StandardLibrary.swift",
        "Core/TransactionClock.swift",
        "Core/TransactionObserver.swift",
        "Core/WALSnapshot.swift",
        "Core/WALSnapshotTransaction.swift",
        "Dump/Database+Dump.swift",
        "Dump/DatabaseReader+dump.swift",
        "Dump/DumpFormat.swift",
        "Dump/DumpFormats/DebugDumpFormat.swift",
        "Dump/DumpFormats/JSONDumpFormat.swift",
        "Dump/DumpFormats/LineDumpFormat.swift",
        "Dump/DumpFormats/ListDumpFormat.swift",
        "Dump/DumpFormats/QuoteDumpFormat.swift",
        "FTS/FTS3.swift",
        "FTS/FTS3Pattern.swift",
        "FTS/FTS3TokenizerDescriptor.swift",
        "FTS/FTS4.swift",
        "FTS/FTS5.swift",
        "FTS/FTS5CustomTokenizer.swift",
        "FTS/FTS5Pattern.swift",
        "FTS/FTS5Tokenizer.swift",
        "FTS/FTS5TokenizerDescriptor.swift",
        "FTS/FTS5WrapperTokenizer.swift",
        "Fixits.swift",
        "JSON/JSONColumn.swift",
        "JSON/SQLJSONExpressible.swift",
        "JSON/SQLJSONFunctions.swift",
        "Migration/DatabaseMigrator.swift",
        "Migration/Migration.swift",
        "QueryInterface/FTS3+QueryInterface.swift",
        "QueryInterface/FTS5+QueryInterface.swift",
        "QueryInterface/ForeignKey.swift",
        "QueryInterface/Request/Association/Association.swift",
        "QueryInterface/Request/Association/AssociationAggregate.swift",
        "QueryInterface/Request/Association/BelongsToAssociation.swift",
        "QueryInterface/Request/Association/HasManyAssociation.swift",
        "QueryInterface/Request/Association/HasManyThroughAssociation.swift",
        "QueryInterface/Request/Association/HasOneAssociation.swift",
        "QueryInterface/Request/Association/HasOneThroughAssociation.swift",
        "QueryInterface/Request/Association/JoinAssociation.swift",
        "QueryInterface/Request/CommonTableExpression.swift",
        "QueryInterface/Request/QueryInterfaceRequest.swift",
        "QueryInterface/Request/RequestProtocols.swift",
        "QueryInterface/SQL/Column.swift",
        "QueryInterface/SQL/DatabasePromise.swift",
        "QueryInterface/SQL/SQLAssociation.swift",
        "QueryInterface/SQL/SQLCollection.swift",
        "QueryInterface/SQL/SQLExpression.swift",
        "QueryInterface/SQL/SQLForeignKeyRequest.swift",
        "QueryInterface/SQL/SQLFunctions.swift",
        "QueryInterface/SQL/SQLOperators.swift",
        "QueryInterface/SQL/SQLOrdering.swift",
        "QueryInterface/SQL/SQLRelation.swift",
        "QueryInterface/SQL/SQLSelection.swift",
        "QueryInterface/SQL/SQLSubquery.swift",
        "QueryInterface/SQL/Table.swift",
        "QueryInterface/SQLGeneration/SQLColumnGenerator.swift",
        "QueryInterface/SQLGeneration/SQLGenerationContext.swift",
        "QueryInterface/SQLGeneration/SQLIndexGenerator.swift",
        "QueryInterface/SQLGeneration/SQLQueryGenerator.swift",
        "QueryInterface/SQLGeneration/SQLTableAlterationGenerator.swift",
        "QueryInterface/SQLGeneration/SQLTableGenerator.swift",
        "QueryInterface/SQLInterpolation+QueryInterface.swift",
        "QueryInterface/Schema/ColumnDefinition.swift",
        "QueryInterface/Schema/Database+SchemaDefinition.swift",
        "QueryInterface/Schema/ForeignKeyDefinition.swift",
        "QueryInterface/Schema/IndexDefinition.swift",
        "QueryInterface/Schema/TableAlteration.swift",
        "QueryInterface/Schema/TableDefinition.swift",
        "QueryInterface/Schema/VirtualTableModule.swift",
        "QueryInterface/TableRecord+Association.swift",
        "QueryInterface/TableRecord+QueryInterfaceRequest.swift",
        "Record/EncodableRecord+Encodable.swift",
        "Record/EncodableRecord.swift",
        "Record/FetchableRecord+Decodable.swift",
        "Record/FetchableRecord+TableRecord.swift",
        "Record/FetchableRecord.swift",
        "Record/MutablePersistableRecord+DAO.swift",
        "Record/MutablePersistableRecord+Delete.swift",
        "Record/MutablePersistableRecord+Insert.swift",
        "Record/MutablePersistableRecord+Save.swift",
        "Record/MutablePersistableRecord+Update.swift",
        "Record/MutablePersistableRecord+Upsert.swift",
        "Record/MutablePersistableRecord.swift",
        "Record/PersistableRecord+Insert.swift",
        "Record/PersistableRecord+Save.swift",
        "Record/PersistableRecord+Upsert.swift",
        "Record/PersistableRecord.swift",
        "Record/Record.swift",
        "Record/TableRecord.swift",
        "Utils/CaseInsensitiveIdentifier.swift",
        "Utils/Inflections+English.swift",
        "Utils/Inflections.swift",
        "Utils/Mutex.swift",
        "Utils/OnDemandFuture.swift",
        "Utils/OrderedDictionary.swift",
        "Utils/Pool.swift",
        "Utils/ReadWriteLock.swift",
        "Utils/ReceiveValuesOn.swift",
        "Utils/Refinable.swift",
        "Utils/Utils.swift",
        "ValueObservation/DatabaseCancellable.swift",
        "ValueObservation/Observers/ValueConcurrentObserver.swift",
        "ValueObservation/Observers/ValueWriteOnlyObserver.swift",
        "ValueObservation/Reducers/Fetch.swift",
        "ValueObservation/Reducers/Map.swift",
        "ValueObservation/Reducers/RemoveDuplicates.swift",
        "ValueObservation/Reducers/Trace.swift",
        "ValueObservation/Reducers/ValueReducer.swift",
        "ValueObservation/SharedValueObservation.swift",
        "ValueObservation/ValueObservation.swift",
        "ValueObservation/ValueObservationScheduler.swift"
      ],
      "target_dependencies" : [
        "GRDBSQLite"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.