Build Information
Failed to build ParseSwift, reference main (12b8e7
), with Swift 6.2 (beta) for Linux on 24 Jun 2025 02:21:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[198/203] Compiling ParseSwift Query+combine.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
519 | }
520 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:525:52: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
523 | if !usingMongoDB {
524 | do {
525 | try await findExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
526 | callbackQueue: callbackQueue,
527 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
529 | let parseError = error as? ParseError ?? ParseError(swift: error)
530 | callbackQueue.async {
531 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
532 | }
533 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
540 | let parseError = error as? ParseError ?? ParseError(swift: error)
541 | callbackQueue.async {
542 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
543 | }
544 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
676 | message: "Object not found on the server.")
677 | callbackQueue.async {
678 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
679 | }
680 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:685:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
683 | if !usingMongoDB {
684 | do {
685 | try await firstExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
686 | callbackQueue: callbackQueue,
687 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
689 | let parseError = error as? ParseError ?? ParseError(swift: error)
690 | callbackQueue.async {
691 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
692 | }
693 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
700 | let parseError = error as? ParseError ?? ParseError(swift: error)
701 | callbackQueue.async {
702 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
703 | }
704 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
762 | }
763 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:768:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
766 | if !usingMongoDB {
767 | do {
768 | try await countExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
769 | callbackQueue: callbackQueue,
770 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
772 | let parseError = error as? ParseError ?? ParseError(swift: error)
773 | callbackQueue.async {
774 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
775 | }
776 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
783 | let parseError = error as? ParseError ?? ParseError(swift: error)
784 | callbackQueue.async {
785 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
786 | }
787 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
846 | }
847 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:852:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
850 | if !usingMongoDB {
851 | do {
852 | try await withCountExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
853 | callbackQueue: callbackQueue,
854 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
856 | let parseError = error as? ParseError ?? ParseError(swift: error)
857 | callbackQueue.async {
858 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
859 | }
860 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
867 | let parseError = error as? ParseError ?? ParseError(swift: error)
868 | callbackQueue.async {
869 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
870 | }
871 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
967 | }
968 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1001:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
999 | do {
1000 | try await query.aggregateExplainCommand()
1001 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1002 | callbackQueue: callbackQueue,
1003 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
980 | message: "Cannot decode \"where\" to String.")
981 | callbackQueue.async {
982 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
983 | }
984 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1005 | let parseError = error as? ParseError ?? ParseError(swift: error)
1006 | callbackQueue.async {
1007 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1008 | }
1009 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1017 | let parseError = error as? ParseError ?? ParseError(swift: error)
1018 | callbackQueue.async {
1019 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1020 | }
1021 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1092 | }
1093 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1101:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1099 | do {
1100 | try await distinctExplainCommand(key: key)
1101 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1102 | callbackQueue: callbackQueue,
1103 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1105 | let parseError = error as? ParseError ?? ParseError(swift: error)
1106 | callbackQueue.async {
1107 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1108 | }
1109 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1117 | let parseError = error as? ParseError ?? ParseError(swift: error)
1118 | callbackQueue.async {
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[199/203] Compiling ParseSwift Query.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
519 | }
520 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:525:52: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
523 | if !usingMongoDB {
524 | do {
525 | try await findExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
526 | callbackQueue: callbackQueue,
527 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
529 | let parseError = error as? ParseError ?? ParseError(swift: error)
530 | callbackQueue.async {
531 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
532 | }
533 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
540 | let parseError = error as? ParseError ?? ParseError(swift: error)
541 | callbackQueue.async {
542 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
543 | }
544 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
676 | message: "Object not found on the server.")
677 | callbackQueue.async {
678 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
679 | }
680 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:685:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
683 | if !usingMongoDB {
684 | do {
685 | try await firstExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
686 | callbackQueue: callbackQueue,
687 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
689 | let parseError = error as? ParseError ?? ParseError(swift: error)
690 | callbackQueue.async {
691 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
692 | }
693 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
700 | let parseError = error as? ParseError ?? ParseError(swift: error)
701 | callbackQueue.async {
702 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
703 | }
704 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
762 | }
763 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:768:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
766 | if !usingMongoDB {
767 | do {
768 | try await countExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
769 | callbackQueue: callbackQueue,
770 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
772 | let parseError = error as? ParseError ?? ParseError(swift: error)
773 | callbackQueue.async {
774 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
775 | }
776 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
783 | let parseError = error as? ParseError ?? ParseError(swift: error)
784 | callbackQueue.async {
785 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
786 | }
787 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
846 | }
847 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:852:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
850 | if !usingMongoDB {
851 | do {
852 | try await withCountExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
853 | callbackQueue: callbackQueue,
854 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
856 | let parseError = error as? ParseError ?? ParseError(swift: error)
857 | callbackQueue.async {
858 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
859 | }
860 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
867 | let parseError = error as? ParseError ?? ParseError(swift: error)
868 | callbackQueue.async {
869 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
870 | }
871 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
967 | }
968 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1001:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
999 | do {
1000 | try await query.aggregateExplainCommand()
1001 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1002 | callbackQueue: callbackQueue,
1003 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
980 | message: "Cannot decode \"where\" to String.")
981 | callbackQueue.async {
982 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
983 | }
984 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1005 | let parseError = error as? ParseError ?? ParseError(swift: error)
1006 | callbackQueue.async {
1007 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1008 | }
1009 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1017 | let parseError = error as? ParseError ?? ParseError(swift: error)
1018 | callbackQueue.async {
1019 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1020 | }
1021 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1092 | }
1093 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1101:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1099 | do {
1100 | try await distinctExplainCommand(key: key)
1101 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1102 | callbackQueue: callbackQueue,
1103 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1105 | let parseError = error as? ParseError ?? ParseError(swift: error)
1106 | callbackQueue.async {
1107 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1108 | }
1109 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1117 | let parseError = error as? ParseError ?? ParseError(swift: error)
1118 | callbackQueue.async {
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[200/203] Compiling ParseSwift QueryConstraint.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
519 | }
520 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:525:52: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
523 | if !usingMongoDB {
524 | do {
525 | try await findExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
526 | callbackQueue: callbackQueue,
527 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
529 | let parseError = error as? ParseError ?? ParseError(swift: error)
530 | callbackQueue.async {
531 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
532 | }
533 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
540 | let parseError = error as? ParseError ?? ParseError(swift: error)
541 | callbackQueue.async {
542 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
543 | }
544 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
676 | message: "Object not found on the server.")
677 | callbackQueue.async {
678 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
679 | }
680 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:685:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
683 | if !usingMongoDB {
684 | do {
685 | try await firstExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
686 | callbackQueue: callbackQueue,
687 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
689 | let parseError = error as? ParseError ?? ParseError(swift: error)
690 | callbackQueue.async {
691 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
692 | }
693 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
700 | let parseError = error as? ParseError ?? ParseError(swift: error)
701 | callbackQueue.async {
702 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
703 | }
704 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
762 | }
763 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:768:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
766 | if !usingMongoDB {
767 | do {
768 | try await countExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
769 | callbackQueue: callbackQueue,
770 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
772 | let parseError = error as? ParseError ?? ParseError(swift: error)
773 | callbackQueue.async {
774 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
775 | }
776 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
783 | let parseError = error as? ParseError ?? ParseError(swift: error)
784 | callbackQueue.async {
785 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
786 | }
787 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
846 | }
847 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:852:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
850 | if !usingMongoDB {
851 | do {
852 | try await withCountExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
853 | callbackQueue: callbackQueue,
854 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
856 | let parseError = error as? ParseError ?? ParseError(swift: error)
857 | callbackQueue.async {
858 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
859 | }
860 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
867 | let parseError = error as? ParseError ?? ParseError(swift: error)
868 | callbackQueue.async {
869 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
870 | }
871 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
967 | }
968 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1001:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
999 | do {
1000 | try await query.aggregateExplainCommand()
1001 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1002 | callbackQueue: callbackQueue,
1003 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
980 | message: "Cannot decode \"where\" to String.")
981 | callbackQueue.async {
982 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
983 | }
984 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1005 | let parseError = error as? ParseError ?? ParseError(swift: error)
1006 | callbackQueue.async {
1007 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1008 | }
1009 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1017 | let parseError = error as? ParseError ?? ParseError(swift: error)
1018 | callbackQueue.async {
1019 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1020 | }
1021 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1092 | }
1093 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1101:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1099 | do {
1100 | try await distinctExplainCommand(key: key)
1101 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1102 | callbackQueue: callbackQueue,
1103 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1105 | let parseError = error as? ParseError ?? ParseError(swift: error)
1106 | callbackQueue.async {
1107 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1108 | }
1109 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1117 | let parseError = error as? ParseError ?? ParseError(swift: error)
1118 | callbackQueue.async {
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[201/203] Compiling ParseSwift QueryViewModel.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
519 | }
520 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:525:52: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
523 | if !usingMongoDB {
524 | do {
525 | try await findExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
526 | callbackQueue: callbackQueue,
527 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
529 | let parseError = error as? ParseError ?? ParseError(swift: error)
530 | callbackQueue.async {
531 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
532 | }
533 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
540 | let parseError = error as? ParseError ?? ParseError(swift: error)
541 | callbackQueue.async {
542 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
543 | }
544 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
676 | message: "Object not found on the server.")
677 | callbackQueue.async {
678 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
679 | }
680 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:685:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
683 | if !usingMongoDB {
684 | do {
685 | try await firstExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
686 | callbackQueue: callbackQueue,
687 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
689 | let parseError = error as? ParseError ?? ParseError(swift: error)
690 | callbackQueue.async {
691 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
692 | }
693 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
700 | let parseError = error as? ParseError ?? ParseError(swift: error)
701 | callbackQueue.async {
702 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
703 | }
704 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
762 | }
763 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:768:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
766 | if !usingMongoDB {
767 | do {
768 | try await countExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
769 | callbackQueue: callbackQueue,
770 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
772 | let parseError = error as? ParseError ?? ParseError(swift: error)
773 | callbackQueue.async {
774 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
775 | }
776 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
783 | let parseError = error as? ParseError ?? ParseError(swift: error)
784 | callbackQueue.async {
785 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
786 | }
787 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
846 | }
847 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:852:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
850 | if !usingMongoDB {
851 | do {
852 | try await withCountExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
853 | callbackQueue: callbackQueue,
854 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
856 | let parseError = error as? ParseError ?? ParseError(swift: error)
857 | callbackQueue.async {
858 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
859 | }
860 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
867 | let parseError = error as? ParseError ?? ParseError(swift: error)
868 | callbackQueue.async {
869 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
870 | }
871 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
967 | }
968 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1001:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
999 | do {
1000 | try await query.aggregateExplainCommand()
1001 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1002 | callbackQueue: callbackQueue,
1003 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
980 | message: "Cannot decode \"where\" to String.")
981 | callbackQueue.async {
982 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
983 | }
984 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1005 | let parseError = error as? ParseError ?? ParseError(swift: error)
1006 | callbackQueue.async {
1007 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1008 | }
1009 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1017 | let parseError = error as? ParseError ?? ParseError(swift: error)
1018 | callbackQueue.async {
1019 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1020 | }
1021 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1092 | }
1093 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1101:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1099 | do {
1100 | try await distinctExplainCommand(key: key)
1101 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1102 | callbackQueue: callbackQueue,
1103 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1105 | let parseError = error as? ParseError ?? ParseError(swift: error)
1106 | callbackQueue.async {
1107 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1108 | }
1109 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1117 | let parseError = error as? ParseError ?? ParseError(swift: error)
1118 | callbackQueue.async {
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[202/203] Compiling ParseSwift QueryWhere.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
519 | }
520 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:525:52: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
523 | if !usingMongoDB {
524 | do {
525 | try await findExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
526 | callbackQueue: callbackQueue,
527 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
529 | let parseError = error as? ParseError ?? ParseError(swift: error)
530 | callbackQueue.async {
531 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
532 | }
533 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
540 | let parseError = error as? ParseError ?? ParseError(swift: error)
541 | callbackQueue.async {
542 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
543 | }
544 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
676 | message: "Object not found on the server.")
677 | callbackQueue.async {
678 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
679 | }
680 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:685:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
683 | if !usingMongoDB {
684 | do {
685 | try await firstExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
686 | callbackQueue: callbackQueue,
687 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
689 | let parseError = error as? ParseError ?? ParseError(swift: error)
690 | callbackQueue.async {
691 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
692 | }
693 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
700 | let parseError = error as? ParseError ?? ParseError(swift: error)
701 | callbackQueue.async {
702 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
703 | }
704 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
762 | }
763 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:768:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
766 | if !usingMongoDB {
767 | do {
768 | try await countExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
769 | callbackQueue: callbackQueue,
770 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
772 | let parseError = error as? ParseError ?? ParseError(swift: error)
773 | callbackQueue.async {
774 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
775 | }
776 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
783 | let parseError = error as? ParseError ?? ParseError(swift: error)
784 | callbackQueue.async {
785 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
786 | }
787 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
846 | }
847 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:852:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
850 | if !usingMongoDB {
851 | do {
852 | try await withCountExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
853 | callbackQueue: callbackQueue,
854 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
856 | let parseError = error as? ParseError ?? ParseError(swift: error)
857 | callbackQueue.async {
858 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
859 | }
860 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
867 | let parseError = error as? ParseError ?? ParseError(swift: error)
868 | callbackQueue.async {
869 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
870 | }
871 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
967 | }
968 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1001:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
999 | do {
1000 | try await query.aggregateExplainCommand()
1001 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1002 | callbackQueue: callbackQueue,
1003 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
980 | message: "Cannot decode \"where\" to String.")
981 | callbackQueue.async {
982 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
983 | }
984 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1005 | let parseError = error as? ParseError ?? ParseError(swift: error)
1006 | callbackQueue.async {
1007 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1008 | }
1009 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1017 | let parseError = error as? ParseError ?? ParseError(swift: error)
1018 | callbackQueue.async {
1019 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1020 | }
1021 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1092 | }
1093 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1101:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1099 | do {
1100 | try await distinctExplainCommand(key: key)
1101 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1102 | callbackQueue: callbackQueue,
1103 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1105 | let parseError = error as? ParseError ?? ParseError(swift: error)
1106 | callbackQueue.async {
1107 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1108 | }
1109 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1117 | let parseError = error as? ParseError ?? ParseError(swift: error)
1118 | callbackQueue.async {
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[203/203] Compiling ParseSwift Utility.swift
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
519 | }
520 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:525:52: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
523 | if !usingMongoDB {
524 | do {
525 | try await findExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
526 | callbackQueue: callbackQueue,
527 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
529 | let parseError = error as? ParseError ?? ParseError(swift: error)
530 | callbackQueue.async {
531 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
532 | }
533 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
540 | let parseError = error as? ParseError ?? ParseError(swift: error)
541 | callbackQueue.async {
542 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
543 | }
544 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
513 | options: API.Options = [],
514 | callbackQueue: DispatchQueue = .main,
515 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
516 | guard limit > 0 else {
517 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
676 | message: "Object not found on the server.")
677 | callbackQueue.async {
678 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
679 | }
680 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:685:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
683 | if !usingMongoDB {
684 | do {
685 | try await firstExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
686 | callbackQueue: callbackQueue,
687 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
689 | let parseError = error as? ParseError ?? ParseError(swift: error)
690 | callbackQueue.async {
691 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
692 | }
693 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
700 | let parseError = error as? ParseError ?? ParseError(swift: error)
701 | callbackQueue.async {
702 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
703 | }
704 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
671 | options: API.Options = [],
672 | callbackQueue: DispatchQueue = .main,
673 | completion: @escaping (Result<U, ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
762 | }
763 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:768:53: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
766 | if !usingMongoDB {
767 | do {
768 | try await countExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
769 | callbackQueue: callbackQueue,
770 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
772 | let parseError = error as? ParseError ?? ParseError(swift: error)
773 | callbackQueue.async {
774 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
775 | }
776 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
783 | let parseError = error as? ParseError ?? ParseError(swift: error)
784 | callbackQueue.async {
785 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
786 | }
787 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
756 | options: API.Options = [],
757 | callbackQueue: DispatchQueue = .main,
758 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
759 | guard limit > 0 else {
760 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
846 | }
847 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:852:57: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
850 | if !usingMongoDB {
851 | do {
852 | try await withCountExplainCommand().execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
853 | callbackQueue: callbackQueue,
854 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
856 | let parseError = error as? ParseError ?? ParseError(swift: error)
857 | callbackQueue.async {
858 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
859 | }
860 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
867 | let parseError = error as? ParseError ?? ParseError(swift: error)
868 | callbackQueue.async {
869 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
870 | }
871 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
840 | options: API.Options = [],
841 | callbackQueue: DispatchQueue = .main,
842 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
843 | guard limit > 0 else {
844 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
967 | }
968 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1001:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
999 | do {
1000 | try await query.aggregateExplainCommand()
1001 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1002 | callbackQueue: callbackQueue,
1003 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
980 | message: "Cannot decode \"where\" to String.")
981 | callbackQueue.async {
982 | completion(.failure(error))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
983 | }
984 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1005 | let parseError = error as? ParseError ?? ParseError(swift: error)
1006 | callbackQueue.async {
1007 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1008 | }
1009 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1017 | let parseError = error as? ParseError ?? ParseError(swift: error)
1018 | callbackQueue.async {
1019 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1020 | }
1021 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
961 | options: API.Options = [],
962 | callbackQueue: DispatchQueue = .main,
963 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
964 | guard limit > 0 else {
965 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1092 | }
1093 | return
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1101:26: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1099 | do {
1100 | try await distinctExplainCommand(key: key)
1101 | .execute(options: options,
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1102 | callbackQueue: callbackQueue,
1103 | completion: completion)
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1105 | let parseError = error as? ParseError ?? ParseError(swift: error)
1106 | callbackQueue.async {
1107 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1108 | }
1109 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1117 | let parseError = error as? ParseError ?? ParseError(swift: error)
1118 | callbackQueue.async {
1119 | completion(.failure(parseError))
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1120 | }
1121 | }
/host/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1086 | options: API.Options = [],
1087 | callbackQueue: DispatchQueue = .main,
1088 | completion: @escaping (Result<[U], ParseError>) -> Void) {
| `- warning: capture of non-Sendable type 'U.Type' in an isolated closure; this is an error in the Swift 6 language mode
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
BUILD FAILURE 6.2 linux