The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ParseSwift, reference main (3d4bb1), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:04:01 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

1032 |                 callbackQueue.async {
1033 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1034 |                 }
1035 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1099:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
1099 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1100 |             }
1101 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1114:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1112 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1113 |             callbackQueue.async {
1114 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1115 |             }
1116 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1139:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1137 |                                         message: error.localizedDescription)
1138 |             callbackQueue.async {
1139 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1140 |             }
1141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1224:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
1224 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1225 |             }
1226 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1239:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1237 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1238 |             callbackQueue.async {
1239 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1240 |             }
1241 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1264:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1262 |                                             message: error.localizedDescription)
1263 |                 callbackQueue.async {
1264 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1265 |                 }
1266 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1277:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1275 |                                             message: error.localizedDescription)
1276 |                 callbackQueue.async {
1277 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1278 |                 }
1279 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1323:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
1323 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1324 |             }
1325 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1339:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1337 |                                         message: error.localizedDescription)
1338 |             callbackQueue.async {
1339 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1340 |             }
1341 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1406:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
1406 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1407 |             }
1408 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1423:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1421 |                                             message: error.localizedDescription)
1422 |                 callbackQueue.async {
1423 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1424 |                 }
1425 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1437:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1435 |                                             message: error.localizedDescription)
1436 |                 callbackQueue.async {
1437 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1438 |                 }
1439 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
[183/185] Compiling ParseSwift QueryConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:27:49: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 25 |         try await withCheckedThrowingContinuation { continuation in
 26 |             self.fetch(options: options,
 27 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 28 |         }
 29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:45:50: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 43 |         try await withCheckedThrowingContinuation { continuation in
 44 |             self.create(options: options,
 45 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 46 |         }
 47 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:63:50: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 61 |         try await withCheckedThrowingContinuation { continuation in
 62 |             self.update(options: options,
 63 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 64 |         }
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:82:50: warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 80 |         let result = try await withCheckedThrowingContinuation { continuation in
 81 |             self.purge(options: options,
 82 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 83 |         }
 84 |         if case let .failure(error) = result {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:105:50: warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
103 |         let result = try await withCheckedThrowingContinuation { continuation in
104 |             self.delete(options: options,
105 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
106 |         }
107 |         if case let .failure(error) = result {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Pointer+async.swift:29:49: warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
27 |             self.fetch(includeKeys: includeKeys,
28 |                        options: options,
29 |                        completion: continuation.resume)
   |                                                 |- warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
30 |         }
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:25:48: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 23 |         try await withCheckedThrowingContinuation { continuation in
 24 |             self.find(options: options,
 25 |                       completion: continuation.resume)
    |                                                |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 26 |         }
 27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:48:55: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 46 |             self.findExplain(usingMongoDB: usingMongoDB,
 47 |                              options: options,
 48 |                              completion: continuation.resume)
    |                                                       |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                       `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 49 |         }
 50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:66:51: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 64 |             self.findAll(batchLimit: batchLimit,
 65 |                          options: options,
 66 |                          completion: continuation.resume)
    |                                                   |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                   `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 67 |         }
 68 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:79:49: warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 77 |         try await withCheckedThrowingContinuation { continuation in
 78 |             self.first(options: options,
 79 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 80 |         }
 81 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:102:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
100 |             self.firstExplain(usingMongoDB: usingMongoDB,
101 |                               options: options,
102 |                               completion: continuation.resume)
    |                                                        |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                        `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
103 |         }
104 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:115:49: warning: converting a value of type '(__shared sending Result<Int, ParseError>) -> ()' to type '(Result<Int, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
113 |         try await withCheckedThrowingContinuation { continuation in
114 |             self.count(options: options,
115 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<Int, ParseError>) -> ()' to type '(Result<Int, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
116 |         }
117 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:138:56: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
136 |             self.countExplain(usingMongoDB: usingMongoDB,
137 |                               options: options,
138 |                               completion: continuation.resume)
    |                                                        |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                        `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
139 |         }
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:152:53: warning: converting a value of type '(__shared sending Result<([T], Int), ParseError>) -> ()' to type '(Result<([T], Int), ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
150 |         try await withCheckedThrowingContinuation { continuation in
151 |             self.withCount(options: options,
152 |                            completion: continuation.resume)
    |                                                     |- warning: converting a value of type '(__shared sending Result<([T], Int), ParseError>) -> ()' to type '(Result<([T], Int), ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                     `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
153 |         }
154 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:175:60: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
173 |             self.withCountExplain(usingMongoDB: usingMongoDB,
174 |                                   options: options,
175 |                                   completion: continuation.resume)
    |                                                            |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                            `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
176 |         }
177 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:194:53: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
192 |             self.aggregate(pipeline,
193 |                            options: options,
194 |                            completion: continuation.resume)
    |                                                     |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                     `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
195 |         }
196 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:223:60: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
221 |                                   usingMongoDB: usingMongoDB,
222 |                                   options: options,
223 |                                   completion: continuation.resume)
    |                                                            |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                            `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
224 |         }
225 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:242:52: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
240 |             self.distinct(key,
241 |                           options: options,
242 |                           completion: continuation.resume)
    |                                                    |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                    `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
243 |         }
244 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:271:59: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
269 |                                  usingMongoDB: usingMongoDB,
270 |                                  options: options,
271 |                                  completion: continuation.resume)
    |                                                           |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
272 |         }
273 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  13 |   The `Query` class defines a query that is used to query for `ParseObject`s.
  14 | */
  15 | public struct Query<T>: ParseTypeable where T: ParseObject {
     |                     `- note: 'T' previously declared here
  16 |     // interpolate as GET
  17 |     private let method: String = "GET"
     :
  46 |     }
  47 |
  48 |     struct AggregateBody<T>: Codable where T: ParseObject {
     |                          `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  49 |         let pipeline: [[String: AnyCodable]]?
  50 |         let hint: AnyCodable?
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  13 |   The `Query` class defines a query that is used to query for `ParseObject`s.
  14 | */
  15 | public struct Query<T>: ParseTypeable where T: ParseObject {
     |                     `- note: 'T' previously declared here
  16 |     // interpolate as GET
  17 |     private let method: String = "GET"
     :
  77 |     }
  78 |
  79 |     struct DistinctBody<T>: Codable where T: ParseObject {
     |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  80 |         let hint: AnyCodable?
  81 |         let explain: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:544:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
 544 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 545 |             }
 546 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:541:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
 539 |     public func find(options: API.Options = [],
 540 |                      callbackQueue: DispatchQueue = .main,
 541 |                      completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:557:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 555 |                                         message: error.localizedDescription)
 556 |             callbackQueue.async {
 557 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 558 |             }
 559 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:541:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
 539 |     public func find(options: API.Options = [],
 540 |                      callbackQueue: DispatchQueue = .main,
 541 |                      completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:583:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
 583 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 584 |             }
 585 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:597:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 595 |                                             message: error.localizedDescription)
 596 |                 callbackQueue.async {
 597 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 598 |                 }
 599 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:610:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 608 |                                             message: error.localizedDescription)
 609 |                 callbackQueue.async {
 610 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 611 |                 }
 612 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:635:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
 635 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 636 |             }
 637 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:676:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 674 |                     let parseError = error as? ParseError ?? defaultError
 675 |                     callbackQueue.async {
 676 |                         completion(.failure(parseError))
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 677 |                     }
 678 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:683:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 681 |
 682 |             callbackQueue.async {
 683 |                 completion(.success(results))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 684 |             }
 685 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:751:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 749 |                                    message: "Object not found on the server.")
 750 |             callbackQueue.async {
 751 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 752 |             }
 753 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:746:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 744 |     public func first(options: API.Options = [],
 745 |                       callbackQueue: DispatchQueue = .main,
 746 |                       completion: @escaping (Result<ResultType, ParseError>) -> Void) {
     |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 747 |         if limit == 0 {
 748 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:764:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 762 |                                         message: error.localizedDescription)
 763 |             callbackQueue.async {
 764 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 765 |             }
 766 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:746:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 744 |     public func first(options: API.Options = [],
 745 |                       callbackQueue: DispatchQueue = .main,
 746 |                       completion: @escaping (Result<ResultType, ParseError>) -> Void) {
     |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 747 |         if limit == 0 {
 748 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:794:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 792 |                                    message: "Object not found on the server.")
 793 |             callbackQueue.async {
 794 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 795 |             }
 796 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:808:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 806 |                                             message: error.localizedDescription)
 807 |                 callbackQueue.async {
 808 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 809 |                 }
 810 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:821:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 819 |                                             message: error.localizedDescription)
 820 |                 callbackQueue.async {
 821 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 822 |                 }
 823 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:920:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
 920 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 921 |             }
 922 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:934:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 932 |                                             message: error.localizedDescription)
 933 |                 callbackQueue.async {
 934 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 935 |                 }
 936 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:947:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 945 |                                             message: error.localizedDescription)
 946 |                 callbackQueue.async {
 947 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 948 |                 }
 949 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:967:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
 967 |                 completion(.success(([], 0)))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 968 |             }
 969 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:964:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
 962 |     public func withCount(options: API.Options = [],
 963 |                           callbackQueue: DispatchQueue = .main,
 964 |                           completion: @escaping (Result<([ResultType], Int), ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:980:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 978 |                                         message: error.localizedDescription)
 979 |             callbackQueue.async {
 980 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 981 |             }
 982 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:964:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
 962 |     public func withCount(options: API.Options = [],
 963 |                           callbackQueue: DispatchQueue = .main,
 964 |                           completion: @escaping (Result<([ResultType], Int), ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1006:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
1006 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1007 |             }
1008 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1020:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1018 |                                             message: error.localizedDescription)
1019 |                 callbackQueue.async {
1020 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1021 |                 }
1022 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1033:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1031 |                                             message: error.localizedDescription)
1032 |                 callbackQueue.async {
1033 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1034 |                 }
1035 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1099:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
1099 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1100 |             }
1101 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1114:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1112 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1113 |             callbackQueue.async {
1114 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1115 |             }
1116 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1139:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1137 |                                         message: error.localizedDescription)
1138 |             callbackQueue.async {
1139 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1140 |             }
1141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1224:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
1224 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1225 |             }
1226 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1239:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1237 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1238 |             callbackQueue.async {
1239 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1240 |             }
1241 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1264:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1262 |                                             message: error.localizedDescription)
1263 |                 callbackQueue.async {
1264 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1265 |                 }
1266 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1277:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1275 |                                             message: error.localizedDescription)
1276 |                 callbackQueue.async {
1277 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1278 |                 }
1279 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1323:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
1323 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1324 |             }
1325 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1339:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1337 |                                         message: error.localizedDescription)
1338 |             callbackQueue.async {
1339 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1340 |             }
1341 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1406:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
1406 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1407 |             }
1408 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1423:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1421 |                                             message: error.localizedDescription)
1422 |                 callbackQueue.async {
1423 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1424 |                 }
1425 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1437:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1435 |                                             message: error.localizedDescription)
1436 |                 callbackQueue.async {
1437 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1438 |                 }
1439 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
[184/185] Compiling ParseSwift QueryViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:27:49: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 25 |         try await withCheckedThrowingContinuation { continuation in
 26 |             self.fetch(options: options,
 27 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 28 |         }
 29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:45:50: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 43 |         try await withCheckedThrowingContinuation { continuation in
 44 |             self.create(options: options,
 45 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 46 |         }
 47 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:63:50: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 61 |         try await withCheckedThrowingContinuation { continuation in
 62 |             self.update(options: options,
 63 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 64 |         }
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:82:50: warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 80 |         let result = try await withCheckedThrowingContinuation { continuation in
 81 |             self.purge(options: options,
 82 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 83 |         }
 84 |         if case let .failure(error) = result {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:105:50: warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
103 |         let result = try await withCheckedThrowingContinuation { continuation in
104 |             self.delete(options: options,
105 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
106 |         }
107 |         if case let .failure(error) = result {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Pointer+async.swift:29:49: warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
27 |             self.fetch(includeKeys: includeKeys,
28 |                        options: options,
29 |                        completion: continuation.resume)
   |                                                 |- warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
30 |         }
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:25:48: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 23 |         try await withCheckedThrowingContinuation { continuation in
 24 |             self.find(options: options,
 25 |                       completion: continuation.resume)
    |                                                |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 26 |         }
 27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:48:55: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 46 |             self.findExplain(usingMongoDB: usingMongoDB,
 47 |                              options: options,
 48 |                              completion: continuation.resume)
    |                                                       |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                       `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 49 |         }
 50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:66:51: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 64 |             self.findAll(batchLimit: batchLimit,
 65 |                          options: options,
 66 |                          completion: continuation.resume)
    |                                                   |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                   `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 67 |         }
 68 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:79:49: warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 77 |         try await withCheckedThrowingContinuation { continuation in
 78 |             self.first(options: options,
 79 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 80 |         }
 81 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:102:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
100 |             self.firstExplain(usingMongoDB: usingMongoDB,
101 |                               options: options,
102 |                               completion: continuation.resume)
    |                                                        |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                        `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
103 |         }
104 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:115:49: warning: converting a value of type '(__shared sending Result<Int, ParseError>) -> ()' to type '(Result<Int, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
113 |         try await withCheckedThrowingContinuation { continuation in
114 |             self.count(options: options,
115 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<Int, ParseError>) -> ()' to type '(Result<Int, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
116 |         }
117 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:138:56: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
136 |             self.countExplain(usingMongoDB: usingMongoDB,
137 |                               options: options,
138 |                               completion: continuation.resume)
    |                                                        |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                        `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
139 |         }
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:152:53: warning: converting a value of type '(__shared sending Result<([T], Int), ParseError>) -> ()' to type '(Result<([T], Int), ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
150 |         try await withCheckedThrowingContinuation { continuation in
151 |             self.withCount(options: options,
152 |                            completion: continuation.resume)
    |                                                     |- warning: converting a value of type '(__shared sending Result<([T], Int), ParseError>) -> ()' to type '(Result<([T], Int), ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                     `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
153 |         }
154 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:175:60: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
173 |             self.withCountExplain(usingMongoDB: usingMongoDB,
174 |                                   options: options,
175 |                                   completion: continuation.resume)
    |                                                            |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                            `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
176 |         }
177 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:194:53: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
192 |             self.aggregate(pipeline,
193 |                            options: options,
194 |                            completion: continuation.resume)
    |                                                     |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                     `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
195 |         }
196 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:223:60: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
221 |                                   usingMongoDB: usingMongoDB,
222 |                                   options: options,
223 |                                   completion: continuation.resume)
    |                                                            |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                            `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
224 |         }
225 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:242:52: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
240 |             self.distinct(key,
241 |                           options: options,
242 |                           completion: continuation.resume)
    |                                                    |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                    `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
243 |         }
244 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:271:59: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
269 |                                  usingMongoDB: usingMongoDB,
270 |                                  options: options,
271 |                                  completion: continuation.resume)
    |                                                           |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
272 |         }
273 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  13 |   The `Query` class defines a query that is used to query for `ParseObject`s.
  14 | */
  15 | public struct Query<T>: ParseTypeable where T: ParseObject {
     |                     `- note: 'T' previously declared here
  16 |     // interpolate as GET
  17 |     private let method: String = "GET"
     :
  46 |     }
  47 |
  48 |     struct AggregateBody<T>: Codable where T: ParseObject {
     |                          `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  49 |         let pipeline: [[String: AnyCodable]]?
  50 |         let hint: AnyCodable?
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  13 |   The `Query` class defines a query that is used to query for `ParseObject`s.
  14 | */
  15 | public struct Query<T>: ParseTypeable where T: ParseObject {
     |                     `- note: 'T' previously declared here
  16 |     // interpolate as GET
  17 |     private let method: String = "GET"
     :
  77 |     }
  78 |
  79 |     struct DistinctBody<T>: Codable where T: ParseObject {
     |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  80 |         let hint: AnyCodable?
  81 |         let explain: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:544:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
 544 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 545 |             }
 546 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:541:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
 539 |     public func find(options: API.Options = [],
 540 |                      callbackQueue: DispatchQueue = .main,
 541 |                      completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:557:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 555 |                                         message: error.localizedDescription)
 556 |             callbackQueue.async {
 557 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 558 |             }
 559 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:541:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
 539 |     public func find(options: API.Options = [],
 540 |                      callbackQueue: DispatchQueue = .main,
 541 |                      completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:583:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
 583 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 584 |             }
 585 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:597:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 595 |                                             message: error.localizedDescription)
 596 |                 callbackQueue.async {
 597 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 598 |                 }
 599 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:610:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 608 |                                             message: error.localizedDescription)
 609 |                 callbackQueue.async {
 610 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 611 |                 }
 612 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:635:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
 635 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 636 |             }
 637 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:676:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 674 |                     let parseError = error as? ParseError ?? defaultError
 675 |                     callbackQueue.async {
 676 |                         completion(.failure(parseError))
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 677 |                     }
 678 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:683:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 681 |
 682 |             callbackQueue.async {
 683 |                 completion(.success(results))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 684 |             }
 685 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:751:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 749 |                                    message: "Object not found on the server.")
 750 |             callbackQueue.async {
 751 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 752 |             }
 753 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:746:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 744 |     public func first(options: API.Options = [],
 745 |                       callbackQueue: DispatchQueue = .main,
 746 |                       completion: @escaping (Result<ResultType, ParseError>) -> Void) {
     |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 747 |         if limit == 0 {
 748 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:764:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 762 |                                         message: error.localizedDescription)
 763 |             callbackQueue.async {
 764 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 765 |             }
 766 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:746:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 744 |     public func first(options: API.Options = [],
 745 |                       callbackQueue: DispatchQueue = .main,
 746 |                       completion: @escaping (Result<ResultType, ParseError>) -> Void) {
     |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 747 |         if limit == 0 {
 748 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:794:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 792 |                                    message: "Object not found on the server.")
 793 |             callbackQueue.async {
 794 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 795 |             }
 796 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:808:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 806 |                                             message: error.localizedDescription)
 807 |                 callbackQueue.async {
 808 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 809 |                 }
 810 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:821:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 819 |                                             message: error.localizedDescription)
 820 |                 callbackQueue.async {
 821 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 822 |                 }
 823 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:920:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
 920 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 921 |             }
 922 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:934:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 932 |                                             message: error.localizedDescription)
 933 |                 callbackQueue.async {
 934 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 935 |                 }
 936 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:947:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 945 |                                             message: error.localizedDescription)
 946 |                 callbackQueue.async {
 947 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 948 |                 }
 949 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:967:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
 967 |                 completion(.success(([], 0)))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 968 |             }
 969 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:964:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
 962 |     public func withCount(options: API.Options = [],
 963 |                           callbackQueue: DispatchQueue = .main,
 964 |                           completion: @escaping (Result<([ResultType], Int), ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:980:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 978 |                                         message: error.localizedDescription)
 979 |             callbackQueue.async {
 980 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 981 |             }
 982 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:964:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
 962 |     public func withCount(options: API.Options = [],
 963 |                           callbackQueue: DispatchQueue = .main,
 964 |                           completion: @escaping (Result<([ResultType], Int), ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1006:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
1006 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1007 |             }
1008 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1020:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1018 |                                             message: error.localizedDescription)
1019 |                 callbackQueue.async {
1020 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1021 |                 }
1022 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1033:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1031 |                                             message: error.localizedDescription)
1032 |                 callbackQueue.async {
1033 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1034 |                 }
1035 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1099:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
1099 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1100 |             }
1101 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1114:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1112 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1113 |             callbackQueue.async {
1114 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1115 |             }
1116 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1139:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1137 |                                         message: error.localizedDescription)
1138 |             callbackQueue.async {
1139 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1140 |             }
1141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1224:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
1224 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1225 |             }
1226 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1239:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1237 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1238 |             callbackQueue.async {
1239 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1240 |             }
1241 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1264:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1262 |                                             message: error.localizedDescription)
1263 |                 callbackQueue.async {
1264 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1265 |                 }
1266 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1277:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1275 |                                             message: error.localizedDescription)
1276 |                 callbackQueue.async {
1277 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1278 |                 }
1279 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1323:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
1323 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1324 |             }
1325 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1339:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1337 |                                         message: error.localizedDescription)
1338 |             callbackQueue.async {
1339 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1340 |             }
1341 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1406:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
1406 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1407 |             }
1408 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1423:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1421 |                                             message: error.localizedDescription)
1422 |                 callbackQueue.async {
1423 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1424 |                 }
1425 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1437:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1435 |                                             message: error.localizedDescription)
1436 |                 callbackQueue.async {
1437 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1438 |                 }
1439 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
[185/185] Compiling ParseSwift QueryWhere.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:27:49: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 25 |         try await withCheckedThrowingContinuation { continuation in
 26 |             self.fetch(options: options,
 27 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 28 |         }
 29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:45:50: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 43 |         try await withCheckedThrowingContinuation { continuation in
 44 |             self.create(options: options,
 45 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 46 |         }
 47 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:63:50: warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 61 |         try await withCheckedThrowingContinuation { continuation in
 62 |             self.update(options: options,
 63 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(__shared sending Result<ParseSchema<SchemaObject>, ParseError>) -> ()' to type '(Result<ParseSchema<SchemaObject>, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 64 |         }
 65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:82:50: warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 80 |         let result = try await withCheckedThrowingContinuation { continuation in
 81 |             self.purge(options: options,
 82 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 83 |         }
 84 |         if case let .failure(error) = result {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/ParseSchema+async.swift:105:50: warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
103 |         let result = try await withCheckedThrowingContinuation { continuation in
104 |             self.delete(options: options,
105 |                         completion: continuation.resume)
    |                                                  |- warning: converting a value of type '(sending Result<Void, ParseError>) -> ()' to type '(Result<Void, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
106 |         }
107 |         if case let .failure(error) = result {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Pointer+async.swift:29:49: warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
27 |             self.fetch(includeKeys: includeKeys,
28 |                        options: options,
29 |                        completion: continuation.resume)
   |                                                 |- warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
30 |         }
31 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:25:48: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 23 |         try await withCheckedThrowingContinuation { continuation in
 24 |             self.find(options: options,
 25 |                       completion: continuation.resume)
    |                                                |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 26 |         }
 27 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:48:55: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 46 |             self.findExplain(usingMongoDB: usingMongoDB,
 47 |                              options: options,
 48 |                              completion: continuation.resume)
    |                                                       |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                       `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 49 |         }
 50 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:66:51: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 64 |             self.findAll(batchLimit: batchLimit,
 65 |                          options: options,
 66 |                          completion: continuation.resume)
    |                                                   |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                   `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 67 |         }
 68 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:79:49: warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 77 |         try await withCheckedThrowingContinuation { continuation in
 78 |             self.first(options: options,
 79 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<T, ParseError>) -> ()' to type '(Result<T, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
 80 |         }
 81 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:102:56: warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
100 |             self.firstExplain(usingMongoDB: usingMongoDB,
101 |                               options: options,
102 |                               completion: continuation.resume)
    |                                                        |- warning: converting a value of type '(__shared sending Result<U, ParseError>) -> ()' to type '(Result<U, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                        `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
103 |         }
104 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:115:49: warning: converting a value of type '(__shared sending Result<Int, ParseError>) -> ()' to type '(Result<Int, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
113 |         try await withCheckedThrowingContinuation { continuation in
114 |             self.count(options: options,
115 |                        completion: continuation.resume)
    |                                                 |- warning: converting a value of type '(__shared sending Result<Int, ParseError>) -> ()' to type '(Result<Int, ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                 `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
116 |         }
117 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:138:56: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
136 |             self.countExplain(usingMongoDB: usingMongoDB,
137 |                               options: options,
138 |                               completion: continuation.resume)
    |                                                        |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                        `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
139 |         }
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:152:53: warning: converting a value of type '(__shared sending Result<([T], Int), ParseError>) -> ()' to type '(Result<([T], Int), ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
150 |         try await withCheckedThrowingContinuation { continuation in
151 |             self.withCount(options: options,
152 |                            completion: continuation.resume)
    |                                                     |- warning: converting a value of type '(__shared sending Result<([T], Int), ParseError>) -> ()' to type '(Result<([T], Int), ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                     `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
153 |         }
154 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:175:60: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
173 |             self.withCountExplain(usingMongoDB: usingMongoDB,
174 |                                   options: options,
175 |                                   completion: continuation.resume)
    |                                                            |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                            `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
176 |         }
177 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:194:53: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
192 |             self.aggregate(pipeline,
193 |                            options: options,
194 |                            completion: continuation.resume)
    |                                                     |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                     `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
195 |         }
196 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:223:60: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
221 |                                   usingMongoDB: usingMongoDB,
222 |                                   options: options,
223 |                                   completion: continuation.resume)
    |                                                            |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                            `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
224 |         }
225 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:242:52: warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
240 |             self.distinct(key,
241 |                           options: options,
242 |                           completion: continuation.resume)
    |                                                    |- warning: converting a value of type '(__shared sending Result<[T], ParseError>) -> ()' to type '(Result<[T], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                    `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
243 |         }
244 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query+async.swift:271:59: warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
269 |                                  usingMongoDB: usingMongoDB,
270 |                                  options: options,
271 |                                  completion: continuation.resume)
    |                                                           |- warning: converting a value of type '(__shared sending Result<[U], ParseError>) -> ()' to type '(Result<[U], ParseError>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
272 |         }
273 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:48:26: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  13 |   The `Query` class defines a query that is used to query for `ParseObject`s.
  14 | */
  15 | public struct Query<T>: ParseTypeable where T: ParseObject {
     |                     `- note: 'T' previously declared here
  16 |     // interpolate as GET
  17 |     private let method: String = "GET"
     :
  46 |     }
  47 |
  48 |     struct AggregateBody<T>: Codable where T: ParseObject {
     |                          `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  49 |         let pipeline: [[String: AnyCodable]]?
  50 |         let hint: AnyCodable?
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:79:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  13 |   The `Query` class defines a query that is used to query for `ParseObject`s.
  14 | */
  15 | public struct Query<T>: ParseTypeable where T: ParseObject {
     |                     `- note: 'T' previously declared here
  16 |     // interpolate as GET
  17 |     private let method: String = "GET"
     :
  77 |     }
  78 |
  79 |     struct DistinctBody<T>: Codable where T: ParseObject {
     |                         `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  80 |         let hint: AnyCodable?
  81 |         let explain: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:544:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
 544 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 545 |             }
 546 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:541:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
 539 |     public func find(options: API.Options = [],
 540 |                      callbackQueue: DispatchQueue = .main,
 541 |                      completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:557:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 555 |                                         message: error.localizedDescription)
 556 |             callbackQueue.async {
 557 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 558 |             }
 559 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:541:22: warning: capture of non-sendable type 'T.Type' in an isolated closure
 539 |     public func find(options: API.Options = [],
 540 |                      callbackQueue: DispatchQueue = .main,
 541 |                      completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                      `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 542 |         if limit == 0 {
 543 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:583:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
 583 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 584 |             }
 585 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:597:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 595 |                                             message: error.localizedDescription)
 596 |                 callbackQueue.async {
 597 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 598 |                 }
 599 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:610:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 608 |                                             message: error.localizedDescription)
 609 |                 callbackQueue.async {
 610 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 611 |                 }
 612 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:580:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
 578 |                                           options: API.Options = [],
 579 |                                           callbackQueue: DispatchQueue = .main,
 580 |                                           completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                           `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 581 |         if limit == 0 {
 582 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:635:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
 635 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 636 |             }
 637 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:676:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 674 |                     let parseError = error as? ParseError ?? defaultError
 675 |                     callbackQueue.async {
 676 |                         completion(.failure(parseError))
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 677 |                     }
 678 |                     return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:683:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 681 |
 682 |             callbackQueue.async {
 683 |                 completion(.success(results))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 684 |             }
 685 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:632:25: warning: capture of non-sendable type 'T.Type' in an isolated closure
 630 |                         options: API.Options = [],
 631 |                         callbackQueue: DispatchQueue = .main,
 632 |                         completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                         `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 633 |         if self.limit == 0 {
 634 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:751:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 749 |                                    message: "Object not found on the server.")
 750 |             callbackQueue.async {
 751 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 752 |             }
 753 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:746:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 744 |     public func first(options: API.Options = [],
 745 |                       callbackQueue: DispatchQueue = .main,
 746 |                       completion: @escaping (Result<ResultType, ParseError>) -> Void) {
     |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 747 |         if limit == 0 {
 748 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:764:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 762 |                                         message: error.localizedDescription)
 763 |             callbackQueue.async {
 764 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 765 |             }
 766 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:746:23: warning: capture of non-sendable type 'T.Type' in an isolated closure
 744 |     public func first(options: API.Options = [],
 745 |                       callbackQueue: DispatchQueue = .main,
 746 |                       completion: @escaping (Result<ResultType, ParseError>) -> Void) {
     |                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 747 |         if limit == 0 {
 748 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:794:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 792 |                                    message: "Object not found on the server.")
 793 |             callbackQueue.async {
 794 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 795 |             }
 796 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:808:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 806 |                                             message: error.localizedDescription)
 807 |                 callbackQueue.async {
 808 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 809 |                 }
 810 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:821:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 819 |                                             message: error.localizedDescription)
 820 |                 callbackQueue.async {
 821 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 822 |                 }
 823 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:789:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 787 |                                            options: API.Options = [],
 788 |                                            callbackQueue: DispatchQueue = .main,
 789 |                                            completion: @escaping (Result<U, ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 790 |         if limit == 0 {
 791 |             let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:920:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
 920 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 921 |             }
 922 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:934:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 932 |                                             message: error.localizedDescription)
 933 |                 callbackQueue.async {
 934 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 935 |                 }
 936 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:947:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
 945 |                                             message: error.localizedDescription)
 946 |                 callbackQueue.async {
 947 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 948 |                 }
 949 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:917:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
 915 |                                            options: API.Options = [],
 916 |                                            callbackQueue: DispatchQueue = .main,
 917 |                                            completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                            `- warning: capture of non-sendable type 'U.Type' in an isolated closure
 918 |         if limit == 0 {
 919 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:967:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
 967 |                 completion(.success(([], 0)))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 968 |             }
 969 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:964:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
 962 |     public func withCount(options: API.Options = [],
 963 |                           callbackQueue: DispatchQueue = .main,
 964 |                           completion: @escaping (Result<([ResultType], Int), ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:980:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
 978 |                                         message: error.localizedDescription)
 979 |             callbackQueue.async {
 980 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 981 |             }
 982 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:964:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
 962 |     public func withCount(options: API.Options = [],
 963 |                           callbackQueue: DispatchQueue = .main,
 964 |                           completion: @escaping (Result<([ResultType], Int), ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 965 |         if limit == 0 {
 966 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1006:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
1006 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1007 |             }
1008 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1020:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1018 |                                             message: error.localizedDescription)
1019 |                 callbackQueue.async {
1020 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1021 |                 }
1022 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1033:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1031 |                                             message: error.localizedDescription)
1032 |                 callbackQueue.async {
1033 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1034 |                 }
1035 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1003:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1001 |                                                options: API.Options = [],
1002 |                                                callbackQueue: DispatchQueue = .main,
1003 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1004 |         if limit == 0 {
1005 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1099:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
1099 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1100 |             }
1101 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1114:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1112 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1113 |             callbackQueue.async {
1114 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1115 |             }
1116 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1139:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1137 |                                         message: error.localizedDescription)
1138 |             callbackQueue.async {
1139 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1140 |             }
1141 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1096:27: warning: capture of non-sendable type 'T.Type' in an isolated closure
1094 |                           options: API.Options = [],
1095 |                           callbackQueue: DispatchQueue = .main,
1096 |                           completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                           `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1097 |         if limit == 0 {
1098 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1224:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
1224 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1225 |             }
1226 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1239:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1237 |             let error = ParseError(code: .unknownError, message: "Cannot decode where to String.")
1238 |             callbackQueue.async {
1239 |                 completion(.failure(error))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1240 |             }
1241 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1264:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1262 |                                             message: error.localizedDescription)
1263 |                 callbackQueue.async {
1264 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1265 |                 }
1266 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1277:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1275 |                                             message: error.localizedDescription)
1276 |                 callbackQueue.async {
1277 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1278 |                 }
1279 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1221:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
1219 |                                                options: API.Options = [],
1220 |                                                callbackQueue: DispatchQueue = .main,
1221 |                                                completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                                `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1222 |         if limit == 0 {
1223 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1323:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
1323 |                 completion(.success([ResultType]()))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1324 |             }
1325 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1339:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
1337 |                                         message: error.localizedDescription)
1338 |             callbackQueue.async {
1339 |                 completion(.failure(parseError))
     |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1340 |             }
1341 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1320:26: warning: capture of non-sendable type 'T.Type' in an isolated closure
1318 |                          options: API.Options = [],
1319 |                          callbackQueue: DispatchQueue = .main,
1320 |                          completion: @escaping (Result<[ResultType], ParseError>) -> Void) {
     |                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
1321 |         if limit == 0 {
1322 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1406:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
1406 |                 completion(.success([U]()))
     |                 `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1407 |             }
1408 |             return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1423:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1421 |                                             message: error.localizedDescription)
1422 |                 callbackQueue.async {
1423 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1424 |                 }
1425 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1437:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
1435 |                                             message: error.localizedDescription)
1436 |                 callbackQueue.async {
1437 |                     completion(.failure(parseError))
     |                     `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1438 |                 }
1439 |             }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1403:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
1401 |                                               options: API.Options = [],
1402 |                                               callbackQueue: DispatchQueue = .main,
1403 |                                               completion: @escaping (Result<[U], ParseError>) -> Void) {
     |                                               `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1404 |         if limit == 0 {
1405 |             callbackQueue.async {
Build complete! (6.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ParseSwift",
  "name" : "ParseSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ParseSwift",
      "targets" : [
        "ParseSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParseSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "ParseSwiftTests",
      "path" : "Tests/ParseSwiftTests",
      "sources" : [
        "APICommandTests.swift",
        "AnyCodableTests/AnyCodableTests.swift",
        "AnyCodableTests/AnyDecodableTests.swift",
        "AnyCodableTests/AnyEncodableTests.swift",
        "BatchUtilsTests.swift",
        "ExtensionsTests.swift",
        "IOS13Tests.swift",
        "InitializeSDKTests.swift",
        "KeychainStoreTests.swift",
        "MigrateObjCSDKCombineTests.swift",
        "MigrateObjCSDKTests.swift",
        "NetworkMocking/MockURLProtocol.swift",
        "NetworkMocking/MockURLResponse.swift",
        "ParseACLTests.swift",
        "ParseAnalyticsAsyncTests.swift",
        "ParseAnalyticsCombineTests.swift",
        "ParseAnalyticsTests.swift",
        "ParseAnonymousAsyncTests.swift",
        "ParseAnonymousCombineTests.swift",
        "ParseAnonymousTests.swift",
        "ParseAppleAsyncTests.swift",
        "ParseAppleCombineTests.swift",
        "ParseAppleTests.swift",
        "ParseAuthenticationAsyncTests.swift",
        "ParseAuthenticationCombineTests.swift",
        "ParseAuthenticationTests.swift",
        "ParseBytesTests.swift",
        "ParseCLPTests.swift",
        "ParseCloudViewModelTests.swift",
        "ParseCloudableAsyncTests.swift",
        "ParseCloudableCombineTests.swift",
        "ParseCloudableTests.swift",
        "ParseConfigAsyncTests.swift",
        "ParseConfigCombineTests.swift",
        "ParseConfigTests.swift",
        "ParseEncoderTests/ParseEncoderExtraTests.swift",
        "ParseEncoderTests/TestParseEncoder.swift",
        "ParseErrorTests.swift",
        "ParseFacebookAsyncTests.swift",
        "ParseFacebookCombineTests.swift",
        "ParseFacebookTests.swift",
        "ParseFileAsyncTests.swift",
        "ParseFileCombineTests.swift",
        "ParseFileManagerTests.swift",
        "ParseFileTests.swift",
        "ParseFileTransferableTests.swift",
        "ParseGeoPointTests.swift",
        "ParseGitHubCombineTests.swift",
        "ParseGitHubTests.swift",
        "ParseGoogleCombineTests.swift",
        "ParseGoogleTests.swift",
        "ParseHealthAsyncTests.swift",
        "ParseHealthCombineTests.swift",
        "ParseHealthTests.swift",
        "ParseHookFunctionCombineTests.swift",
        "ParseHookFunctionRequestCombineTests.swift",
        "ParseHookFunctionRequestTests.swift",
        "ParseHookFunctionTests.swift",
        "ParseHookResponseTests.swift",
        "ParseHookTriggerCombineTests.swift",
        "ParseHookTriggerRequestCombineTests.swift",
        "ParseHookTriggerRequestTests.swift",
        "ParseHookTriggerTests.swift",
        "ParseInstagramAsyncTests.swift",
        "ParseInstagramCombineTests.swift",
        "ParseInstagramTests.swift",
        "ParseInstallationAsyncTests.swift",
        "ParseInstallationCombineTests.swift",
        "ParseInstallationTests.swift",
        "ParseKeychainAccessGroupTests.swift",
        "ParseLDAPAsyncTests.swift",
        "ParseLDAPCombineTests.swift",
        "ParseLDAPTests.swift",
        "ParseLinkedInCombineTests.swift",
        "ParseLinkedInTests.swift",
        "ParseLiveQueryAsyncTests.swift",
        "ParseLiveQueryCombineTests.swift",
        "ParseLiveQueryTests.swift",
        "ParseObjectAsyncTests.swift",
        "ParseObjectBatchTests.swift",
        "ParseObjectCombineTests.swift",
        "ParseObjectCustomObjectIdTests.swift",
        "ParseObjectTests.swift",
        "ParseOperationAsyncTests.swift",
        "ParseOperationCombineTests.swift",
        "ParseOperationTests.swift",
        "ParsePointerAsyncTests.swift",
        "ParsePointerCombineTests.swift",
        "ParsePointerTests.swift",
        "ParsePolygonTests.swift",
        "ParsePushAsyncTests.swift",
        "ParsePushCombineTests.swift",
        "ParsePushPayloadAnyTests.swift",
        "ParsePushPayloadAppleTests.swift",
        "ParsePushPayloadFirebaseTests.swift",
        "ParsePushTests.swift",
        "ParseQueryAsyncTests.swift",
        "ParseQueryCacheTests.swift",
        "ParseQueryCombineTests.swift",
        "ParseQueryTests.swift",
        "ParseQueryViewModelTests.swift",
        "ParseRelationTests.swift",
        "ParseRoleTests.swift",
        "ParseSchemaAsyncTests.swift",
        "ParseSchemaCombineTests.swift",
        "ParseSchemaTests.swift",
        "ParseSessionTests.swift",
        "ParseSpotifyAsyncTests.swift",
        "ParseSpotifyCombineTests.swift",
        "ParseSpotifyTests.swift",
        "ParseTwitterAsyncTests.swift",
        "ParseTwitterCombineTests.swift",
        "ParseTwitterTests.swift",
        "ParseUserAsyncTests.swift",
        "ParseUserCombineTests.swift",
        "ParseUserTests.swift",
        "ParseVersionTests.swift"
      ],
      "target_dependencies" : [
        "ParseSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParseSwift",
      "module_type" : "SwiftTarget",
      "name" : "ParseSwift",
      "path" : "Sources/ParseSwift",
      "product_memberships" : [
        "ParseSwift"
      ],
      "sources" : [
        "API/API+BatchCommand.swift",
        "API/API+Command+async.swift",
        "API/API+Command.swift",
        "API/API+NonParseBodyCommand+async.swift",
        "API/API+NonParseBodyCommand.swift",
        "API/API.swift",
        "API/BatchUtils.swift",
        "API/ParseURLSessionDelegate.swift",
        "API/Responses.swift",
        "Authentication/3rd Party/ParseApple/ParseApple+async.swift",
        "Authentication/3rd Party/ParseApple/ParseApple+combine.swift",
        "Authentication/3rd Party/ParseApple/ParseApple.swift",
        "Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift",
        "Authentication/3rd Party/ParseFacebook/ParseFacebook+combine.swift",
        "Authentication/3rd Party/ParseFacebook/ParseFacebook.swift",
        "Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift",
        "Authentication/3rd Party/ParseGithub/ParseGitHub+combine.swift",
        "Authentication/3rd Party/ParseGithub/ParseGitHub.swift",
        "Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift",
        "Authentication/3rd Party/ParseGoogle/ParseGoogle+combine.swift",
        "Authentication/3rd Party/ParseGoogle/ParseGoogle.swift",
        "Authentication/3rd Party/ParseInstagram/ParseInstagram+async.swift",
        "Authentication/3rd Party/ParseInstagram/ParseInstagram+combine.swift",
        "Authentication/3rd Party/ParseInstagram/ParseInstagram.swift",
        "Authentication/3rd Party/ParseLDAP/ParseLDAP+async.swift",
        "Authentication/3rd Party/ParseLDAP/ParseLDAP+combine.swift",
        "Authentication/3rd Party/ParseLDAP/ParseLDAP.swift",
        "Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+async.swift",
        "Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+combine.swift",
        "Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn.swift",
        "Authentication/3rd Party/ParseSpotify/ParseSpotify+async.swift",
        "Authentication/3rd Party/ParseSpotify/ParseSpotify+combine.swift",
        "Authentication/3rd Party/ParseSpotify/ParseSpotify.swift",
        "Authentication/3rd Party/ParseTwitter/ParseTwitter+async.swift",
        "Authentication/3rd Party/ParseTwitter/ParseTwitter+combine.swift",
        "Authentication/3rd Party/ParseTwitter/ParseTwitter.swift",
        "Authentication/Internal/ParseAnonymous+async.swift",
        "Authentication/Internal/ParseAnonymous+combine.swift",
        "Authentication/Internal/ParseAnonymous.swift",
        "Authentication/Protocols/ParseAuthentication+async.swift",
        "Authentication/Protocols/ParseAuthentication+combine.swift",
        "Authentication/Protocols/ParseAuthentication.swift",
        "Coding/AnyCodable.swift",
        "Coding/AnyDecodable.swift",
        "Coding/AnyEncodable.swift",
        "Coding/ParseCoding.swift",
        "Coding/ParseEncoder.swift",
        "Extensions/Data.swift",
        "Extensions/Date.swift",
        "Extensions/Dictionary.swift",
        "Extensions/Encodable.swift",
        "Extensions/URLCache.swift",
        "Extensions/URLSession.swift",
        "InternalObjects/BaseConfig.swift",
        "InternalObjects/BaseParseInstallation.swift",
        "InternalObjects/BaseParseUser.swift",
        "InternalObjects/NoBody.swift",
        "LiveQuery/LiveQueryConstants.swift",
        "LiveQuery/LiveQuerySocket.swift",
        "LiveQuery/Messages.swift",
        "LiveQuery/Operations.swift",
        "LiveQuery/ParseLiveQuery+async.swift",
        "LiveQuery/ParseLiveQuery+combine.swift",
        "LiveQuery/ParseLiveQuery.swift",
        "LiveQuery/ParseLiveQueryConstants.swift",
        "LiveQuery/Protocols/LiveQuerySocketDelegate.swift",
        "LiveQuery/Protocols/LiveQueryable.swift",
        "LiveQuery/Protocols/ParseLiveQueryDelegate.swift",
        "LiveQuery/Protocols/QuerySubscribable.swift",
        "LiveQuery/Subscription.swift",
        "LiveQuery/SubscriptionCallback.swift",
        "Objects/ParseCloudUser.swift",
        "Objects/ParseInstallation+async.swift",
        "Objects/ParseInstallation+combine.swift",
        "Objects/ParseInstallation.swift",
        "Objects/ParseObject+async.swift",
        "Objects/ParseObject+combine.swift",
        "Objects/ParseObject.swift",
        "Objects/ParsePushStatusable.swift",
        "Objects/ParseRole.swift",
        "Objects/ParseSession.swift",
        "Objects/ParseUser+async.swift",
        "Objects/ParseUser+combine.swift",
        "Objects/ParseUser.swift",
        "Operations/Add.swift",
        "Operations/AddRelation.swift",
        "Operations/AddUnique.swift",
        "Operations/Delete.swift",
        "Operations/Increment.swift",
        "Operations/Operation.swift",
        "Operations/Remove.swift",
        "Operations/RemoveRelation.swift",
        "Parse.swift",
        "ParseConstants.swift",
        "Protocols/CloudObservable.swift",
        "Protocols/Deletable.swift",
        "Protocols/Fetchable.swift",
        "Protocols/Fileable.swift",
        "Protocols/Objectable.swift",
        "Protocols/ParseCloudable+async.swift",
        "Protocols/ParseCloudable+combine.swift",
        "Protocols/ParseCloudable.swift",
        "Protocols/ParseEncodable.swift",
        "Protocols/ParseFileTransferable.swift",
        "Protocols/ParseHookFunctionable+async.swift",
        "Protocols/ParseHookFunctionable+combine.swift",
        "Protocols/ParseHookFunctionable.swift",
        "Protocols/ParseHookParametable.swift",
        "Protocols/ParseHookRequestable+async.swift",
        "Protocols/ParseHookRequestable+combine.swift",
        "Protocols/ParseHookRequestable.swift",
        "Protocols/ParseHookTriggerable+async.swift",
        "Protocols/ParseHookTriggerable+combine.swift",
        "Protocols/ParseHookTriggerable.swift",
        "Protocols/ParseHookable.swift",
        "Protocols/ParsePushApplePayloadable.swift",
        "Protocols/ParsePushFirebasePayloadable.swift",
        "Protocols/ParsePushPayloadable.swift",
        "Protocols/ParseQueryScorable.swift",
        "Protocols/ParseTypeable.swift",
        "Protocols/QueryObservable.swift",
        "Protocols/Queryable.swift",
        "Protocols/Savable.swift",
        "Storage/KeychainStore.swift",
        "Storage/ParseFileManager.swift",
        "Storage/ParseKeyValueStore.swift",
        "Storage/ParseStorage.swift",
        "Storage/SecureStorage.swift",
        "Types/CloudViewModel.swift",
        "Types/ParseACL.swift",
        "Types/ParseAnalytics+async.swift",
        "Types/ParseAnalytics+combine.swift",
        "Types/ParseAnalytics.swift",
        "Types/ParseBytes.swift",
        "Types/ParseCLP.swift",
        "Types/ParseConfig+async.swift",
        "Types/ParseConfig+combine.swift",
        "Types/ParseConfig.swift",
        "Types/ParseConfiguration.swift",
        "Types/ParseError.swift",
        "Types/ParseField.swift",
        "Types/ParseFieldOptions.swift",
        "Types/ParseFile+async.swift",
        "Types/ParseFile+combine.swift",
        "Types/ParseFile.swift",
        "Types/ParseFileDefaultTransfer.swift",
        "Types/ParseGeoPoint.swift",
        "Types/ParseHealth+async.swift",
        "Types/ParseHealth+combine.swift",
        "Types/ParseHealth.swift",
        "Types/ParseHookFunctionRequest.swift",
        "Types/ParseHookResponse.swift",
        "Types/ParseHookTriggerRequest.swift",
        "Types/ParseKeychainAccessGroup.swift",
        "Types/ParseOperation+async.swift",
        "Types/ParseOperation+combine.swift",
        "Types/ParseOperation.swift",
        "Types/ParsePolygon.swift",
        "Types/ParsePush+async.swift",
        "Types/ParsePush+combine.swift",
        "Types/ParsePush.swift",
        "Types/ParsePushPayload/Apple/ParsePushAppleAlert.swift",
        "Types/ParsePushPayload/Apple/ParsePushAppleSound.swift",
        "Types/ParsePushPayload/Apple/ParsePushPayloadApple.swift",
        "Types/ParsePushPayload/Firebase/ParsePushFirebaseNotification.swift",
        "Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift",
        "Types/ParsePushPayload/ParsePushPayloadAny.swift",
        "Types/ParsePushStatus.swift",
        "Types/ParseRelation.swift",
        "Types/ParseSchema+async.swift",
        "Types/ParseSchema+combine.swift",
        "Types/ParseSchema.swift",
        "Types/ParseVersion.swift",
        "Types/Pointer+async.swift",
        "Types/Pointer+combine.swift",
        "Types/Pointer.swift",
        "Types/Query+async.swift",
        "Types/Query+combine.swift",
        "Types/Query.swift",
        "Types/QueryConstraint.swift",
        "Types/QueryViewModel.swift",
        "Types/QueryWhere.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.