Build Information
Successful build of ParseSwift, reference 5.12.3 (12b8e7
), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 02:19:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[198/203] Compiling ParseSwift Query+combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
519 | }
520 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
532 | }
533 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
543 | }
544 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
679 | }
680 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
692 | }
693 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
703 | }
704 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
762 | }
763 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
775 | }
776 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
786 | }
787 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
846 | }
847 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
859 | }
860 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
870 | }
871 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
967 | }
968 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
983 | }
984 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1008 | }
1009 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1020 | }
1021 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1092 | }
1093 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[199/203] Compiling ParseSwift Query.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
519 | }
520 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
532 | }
533 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
543 | }
544 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
679 | }
680 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
692 | }
693 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
703 | }
704 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
762 | }
763 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
775 | }
776 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
786 | }
787 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
846 | }
847 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
859 | }
860 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
870 | }
871 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
967 | }
968 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
983 | }
984 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1008 | }
1009 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1020 | }
1021 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1092 | }
1093 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[200/203] Compiling ParseSwift QueryConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
519 | }
520 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
532 | }
533 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
543 | }
544 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
679 | }
680 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
692 | }
693 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
703 | }
704 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
762 | }
763 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
775 | }
776 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
786 | }
787 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
846 | }
847 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
859 | }
860 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
870 | }
871 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
967 | }
968 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
983 | }
984 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1008 | }
1009 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1020 | }
1021 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1092 | }
1093 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[201/203] Compiling ParseSwift QueryViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
519 | }
520 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
532 | }
533 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
543 | }
544 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
679 | }
680 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
692 | }
693 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
703 | }
704 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
762 | }
763 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
775 | }
776 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
786 | }
787 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
846 | }
847 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
859 | }
860 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
870 | }
871 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
967 | }
968 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
983 | }
984 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1008 | }
1009 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1020 | }
1021 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1092 | }
1093 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[202/203] Compiling ParseSwift QueryWhere.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
519 | }
520 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
532 | }
533 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
543 | }
544 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
679 | }
680 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
692 | }
693 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
703 | }
704 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
762 | }
763 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
775 | }
776 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
786 | }
787 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
846 | }
847 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
859 | }
860 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
870 | }
871 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
967 | }
968 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
983 | }
984 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1008 | }
1009 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1020 | }
1021 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1092 | }
1093 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
[203/203] Compiling ParseSwift Utility.swift
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:518:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
516 | guard limit > 0 else {
517 | callbackQueue.async {
518 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
519 | }
520 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:531:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
532 | }
533 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:542:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
543 | }
544 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:515:43: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
516 | guard limit > 0 else {
517 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:678:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
679 | }
680 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:691:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
692 | }
693 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:702:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
703 | }
704 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:673:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
674 | guard limit > 0 else {
675 | let error = ParseError(code: .objectNotFound,
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:761:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
759 | guard limit > 0 else {
760 | callbackQueue.async {
761 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
762 | }
763 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:774:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
775 | }
776 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:785:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
786 | }
787 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:758:44: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
759 | guard limit > 0 else {
760 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:845:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
843 | guard limit > 0 else {
844 | callbackQueue.async {
845 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
846 | }
847 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:858:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
859 | }
860 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:869:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
870 | }
871 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:842:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
843 | guard limit > 0 else {
844 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:966:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
964 | guard limit > 0 else {
965 | callbackQueue.async {
966 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
967 | }
968 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:982:21: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
983 | }
984 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1007:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1008 | }
1009 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1019:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1020 | }
1021 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:963:48: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
964 | guard limit > 0 else {
965 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1091:17: warning: capture of non-sendable type 'U.Type' in an isolated closure
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
1091 | completion(.success([U]()))
| `- warning: capture of non-sendable type 'U.Type' in an isolated closure
1092 | }
1093 | return
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1107:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1108 | }
1109 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1119:25: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1120 | }
1121 | }
/Users/admin/builder/spi-builder-workspace/Sources/ParseSwift/Types/Query.swift:1088:47: warning: capture of non-sendable type 'U.Type' in an isolated closure
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
1089 | guard limit > 0 else {
1090 | callbackQueue.async {
Build complete! (7.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ParseSwift",
"name" : "ParseSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ParseSwift",
"targets" : [
"ParseSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ParseSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ParseSwiftTests",
"path" : "Tests/ParseSwiftTests",
"sources" : [
"APICommandMultipleAttemptsTests.swift",
"APICommandTests.swift",
"AnyCodableTests/AnyCodableTests.swift",
"AnyCodableTests/AnyDecodableTests.swift",
"AnyCodableTests/AnyEncodableTests.swift",
"BatchUtilsTests.swift",
"ExtensionsTests.swift",
"IOS13Tests.swift",
"InitializeSDKTests.swift",
"KeychainStoreTests.swift",
"MigrateObjCSDKCombineTests.swift",
"MigrateObjCSDKTests.swift",
"NetworkMocking/MockURLProtocol.swift",
"NetworkMocking/MockURLResponse.swift",
"ObjectEndpointTests.swift",
"ParseACLTests.swift",
"ParseAnalyticsAsyncTests.swift",
"ParseAnalyticsCombineTests.swift",
"ParseAnalyticsTests.swift",
"ParseAnonymousAsyncTests.swift",
"ParseAnonymousCombineTests.swift",
"ParseAnonymousTests.swift",
"ParseAppleCombineTests.swift",
"ParseAppleTests.swift",
"ParseAuthenticationAsyncTests.swift",
"ParseAuthenticationCombineTests.swift",
"ParseAuthenticationTests.swift",
"ParseBytesTests.swift",
"ParseCLPTests.swift",
"ParseCloudViewModelTests.swift",
"ParseCloudableAsyncTests.swift",
"ParseCloudableCombineTests.swift",
"ParseCloudableTests.swift",
"ParseConfigAsyncTests.swift",
"ParseConfigCodableCombineTests.swift",
"ParseConfigCodableTests.swift",
"ParseConfigCombineTests.swift",
"ParseConfigTests.swift",
"ParseEncoderTests/ParseEncoderExtraTests.swift",
"ParseEncoderTests/TestParseEncoder.swift",
"ParseErrorTests.swift",
"ParseFacebookCombineTests.swift",
"ParseFacebookTests.swift",
"ParseFileAsyncTests.swift",
"ParseFileCombineTests.swift",
"ParseFileManagerTests.swift",
"ParseFileTests.swift",
"ParseFileTransferableTests.swift",
"ParseGeoPointTests.swift",
"ParseGitHubCombineTests.swift",
"ParseGitHubTests.swift",
"ParseGoogleCombineTests.swift",
"ParseGoogleTests.swift",
"ParseHookFunctionCombineTests.swift",
"ParseHookFunctionRequestCombineTests.swift",
"ParseHookFunctionRequestTests.swift",
"ParseHookFunctionTests.swift",
"ParseHookResponseTests.swift",
"ParseHookTriggerCombineTests.swift",
"ParseHookTriggerRequestCombineTests.swift",
"ParseHookTriggerRequestTests.swift",
"ParseHookTriggerTests.swift",
"ParseInstagramCombineTests.swift",
"ParseInstagramTests.swift",
"ParseInstallationCombineTests.swift",
"ParseInstallationTests.swift",
"ParseKeychainAccessGroupTests.swift",
"ParseLDAPCombineTests.swift",
"ParseLDAPTests.swift",
"ParseLinkedInCombineTests.swift",
"ParseLinkedInTests.swift",
"ParseLiveQueryAsyncTests.swift",
"ParseLiveQueryCombineTests.swift",
"ParseLiveQueryTests.swift",
"ParseObjectAsyncTests.swift",
"ParseObjectBatchTests.swift",
"ParseObjectCombineTests.swift",
"ParseObjectCustomObjectIdTests.swift",
"ParseObjectTests.swift",
"ParseOperationAsyncTests.swift",
"ParseOperationCombineTests.swift",
"ParseOperationTests.swift",
"ParsePointerAsyncTests.swift",
"ParsePointerCombineTests.swift",
"ParsePointerTests.swift",
"ParsePolygonTests.swift",
"ParsePushAsyncTests.swift",
"ParsePushCombineTests.swift",
"ParsePushPayloadAnyTests.swift",
"ParsePushPayloadAppleTests.swift",
"ParsePushPayloadFirebaseTests.swift",
"ParsePushTests.swift",
"ParseQueryAsyncTests.swift",
"ParseQueryCacheTests.swift",
"ParseQueryCombineTests.swift",
"ParseQueryTests.swift",
"ParseQueryViewModelTests.swift",
"ParseRelationTests.swift",
"ParseRoleTests.swift",
"ParseSchemaAsyncTests.swift",
"ParseSchemaCombineTests.swift",
"ParseSchemaTests.swift",
"ParseServerAsyncTests.swift",
"ParseServerCombineTests.swift",
"ParseServerTests.swift",
"ParseSessionTests.swift",
"ParseSpotifyCombineTests.swift",
"ParseSpotifyTests.swift",
"ParseTwitterCombineTests.swift",
"ParseTwitterTests.swift",
"ParseUserCombineTests.swift",
"ParseUserTests.swift",
"ParseVersionTests.swift"
],
"target_dependencies" : [
"ParseSwift"
],
"type" : "test"
},
{
"c99name" : "ParseSwift",
"module_type" : "SwiftTarget",
"name" : "ParseSwift",
"path" : "Sources/ParseSwift",
"product_memberships" : [
"ParseSwift"
],
"sources" : [
"API/API+BatchCommand.swift",
"API/API+Command+async.swift",
"API/API+Command.swift",
"API/API+NonParseBodyCommand+async.swift",
"API/API+NonParseBodyCommand.swift",
"API/API.swift",
"API/BatchUtils.swift",
"API/ParseURLSessionDelegate.swift",
"API/Responses.swift",
"Authentication/3rd Party/ParseApple/ParseApple+async.swift",
"Authentication/3rd Party/ParseApple/ParseApple+combine.swift",
"Authentication/3rd Party/ParseApple/ParseApple.swift",
"Authentication/3rd Party/ParseFacebook/ParseFacebook+async.swift",
"Authentication/3rd Party/ParseFacebook/ParseFacebook+combine.swift",
"Authentication/3rd Party/ParseFacebook/ParseFacebook.swift",
"Authentication/3rd Party/ParseGithub/ParseGitHub+async.swift",
"Authentication/3rd Party/ParseGithub/ParseGitHub+combine.swift",
"Authentication/3rd Party/ParseGithub/ParseGitHub.swift",
"Authentication/3rd Party/ParseGoogle/ParseGoogle+async.swift",
"Authentication/3rd Party/ParseGoogle/ParseGoogle+combine.swift",
"Authentication/3rd Party/ParseGoogle/ParseGoogle.swift",
"Authentication/3rd Party/ParseInstagram/ParseInstagram+async.swift",
"Authentication/3rd Party/ParseInstagram/ParseInstagram+combine.swift",
"Authentication/3rd Party/ParseInstagram/ParseInstagram.swift",
"Authentication/3rd Party/ParseLDAP/ParseLDAP+async.swift",
"Authentication/3rd Party/ParseLDAP/ParseLDAP+combine.swift",
"Authentication/3rd Party/ParseLDAP/ParseLDAP.swift",
"Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+async.swift",
"Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn+combine.swift",
"Authentication/3rd Party/ParseLinkedIn/ParseLinkedIn.swift",
"Authentication/3rd Party/ParseSpotify/ParseSpotify+async.swift",
"Authentication/3rd Party/ParseSpotify/ParseSpotify+combine.swift",
"Authentication/3rd Party/ParseSpotify/ParseSpotify.swift",
"Authentication/3rd Party/ParseTwitter/ParseTwitter+async.swift",
"Authentication/3rd Party/ParseTwitter/ParseTwitter+combine.swift",
"Authentication/3rd Party/ParseTwitter/ParseTwitter.swift",
"Authentication/Internal/ParseAnonymous+async.swift",
"Authentication/Internal/ParseAnonymous+combine.swift",
"Authentication/Internal/ParseAnonymous.swift",
"Authentication/Protocols/ParseAuthentication+async.swift",
"Authentication/Protocols/ParseAuthentication+combine.swift",
"Authentication/Protocols/ParseAuthentication.swift",
"Coding/AnyCodable.swift",
"Coding/AnyDecodable.swift",
"Coding/AnyEncodable.swift",
"Coding/ParseCoding.swift",
"Coding/ParseEncoder.swift",
"Extensions/Data.swift",
"Extensions/Date.swift",
"Extensions/Dictionary.swift",
"Extensions/Encodable.swift",
"Extensions/InputStream.swift",
"Extensions/URLCache.swift",
"Extensions/URLSession.swift",
"InternalObjects/BaseConfig.swift",
"InternalObjects/BaseParseInstallation.swift",
"InternalObjects/BaseParseUser.swift",
"InternalObjects/NoBody.swift",
"LiveQuery/LiveQueryConstants.swift",
"LiveQuery/LiveQuerySocket.swift",
"LiveQuery/Messages.swift",
"LiveQuery/Operations.swift",
"LiveQuery/ParseLiveQuery+async.swift",
"LiveQuery/ParseLiveQuery+combine.swift",
"LiveQuery/ParseLiveQuery.swift",
"LiveQuery/Protocols/LiveQuerySocketDelegate.swift",
"LiveQuery/Protocols/LiveQueryable.swift",
"LiveQuery/Protocols/ParseLiveQueryDelegate.swift",
"LiveQuery/Protocols/QuerySubscribable.swift",
"LiveQuery/SocketTasks.swift",
"LiveQuery/Subscription.swift",
"LiveQuery/SubscriptionCallback.swift",
"LiveQuery/Subscriptions.swift",
"Objects/ParseCloudUser.swift",
"Objects/ParseInstallation+async.swift",
"Objects/ParseInstallation+combine.swift",
"Objects/ParseInstallation.swift",
"Objects/ParseObject+async.swift",
"Objects/ParseObject+combine.swift",
"Objects/ParseObject.swift",
"Objects/ParsePushStatusable.swift",
"Objects/ParseRole.swift",
"Objects/ParseSession.swift",
"Objects/ParseUser+async.swift",
"Objects/ParseUser+combine.swift",
"Objects/ParseUser.swift",
"Parse.swift",
"ParseConstants.swift",
"Protocols/CloudObservable.swift",
"Protocols/Deletable.swift",
"Protocols/Fetchable.swift",
"Protocols/Fileable.swift",
"Protocols/Objectable.swift",
"Protocols/ParseCloudable+async.swift",
"Protocols/ParseCloudable+combine.swift",
"Protocols/ParseCloudable.swift",
"Protocols/ParseConfig+async.swift",
"Protocols/ParseConfig+combine.swift",
"Protocols/ParseConfig.swift",
"Protocols/ParseEncodable.swift",
"Protocols/ParseFileTransferable.swift",
"Protocols/ParseHookFunctionable+async.swift",
"Protocols/ParseHookFunctionable+combine.swift",
"Protocols/ParseHookFunctionable.swift",
"Protocols/ParseHookParametable.swift",
"Protocols/ParseHookRequestable+async.swift",
"Protocols/ParseHookRequestable+combine.swift",
"Protocols/ParseHookRequestable.swift",
"Protocols/ParseHookTriggerRequestable.swift",
"Protocols/ParseHookTriggerable+async.swift",
"Protocols/ParseHookTriggerable+combine.swift",
"Protocols/ParseHookTriggerable.swift",
"Protocols/ParseHookable.swift",
"Protocols/ParseOperationable.swift",
"Protocols/ParsePointerable+async.swift",
"Protocols/ParsePointerable+combine.swift",
"Protocols/ParsePointerable.swift",
"Protocols/ParsePushApplePayloadable.swift",
"Protocols/ParsePushFirebasePayloadable.swift",
"Protocols/ParsePushPayloadable.swift",
"Protocols/ParseQueryScorable.swift",
"Protocols/ParseRelationOperationable.swift",
"Protocols/ParseTypeable.swift",
"Protocols/QueryObservable.swift",
"Protocols/Queryable.swift",
"Protocols/Savable.swift",
"Storage/InMemoryPrimitiveStore.swift",
"Storage/KeychainStore.swift",
"Storage/ParseFileManager.swift",
"Storage/ParsePrimitiveStorable.swift",
"Storage/ParseStorage.swift",
"Storage/SecureStorable.swift",
"Types/CloudViewModel.swift",
"Types/Operations/ParseOperationAdd.swift",
"Types/Operations/ParseOperationAddRelation.swift",
"Types/Operations/ParseOperationAddUnique.swift",
"Types/Operations/ParseOperationBatch.swift",
"Types/Operations/ParseOperationCommand.swift",
"Types/Operations/ParseOperationDelete.swift",
"Types/Operations/ParseOperationIncrement.swift",
"Types/Operations/ParseOperationIncrementDouble.swift",
"Types/Operations/ParseOperationRemove.swift",
"Types/Operations/ParseOperationRemoveRelation.swift",
"Types/ParseACL.swift",
"Types/ParseAnalytics+async.swift",
"Types/ParseAnalytics+combine.swift",
"Types/ParseAnalytics.swift",
"Types/ParseBytes.swift",
"Types/ParseCLP.swift",
"Types/ParseConfigCodable+async.swift",
"Types/ParseConfigCodable+combine.swift",
"Types/ParseConfigCodable.swift",
"Types/ParseConfiguration.swift",
"Types/ParseError.swift",
"Types/ParseField.swift",
"Types/ParseFieldOptions.swift",
"Types/ParseFile+async.swift",
"Types/ParseFile+combine.swift",
"Types/ParseFile.swift",
"Types/ParseFileDefaultTransfer.swift",
"Types/ParseGeoPoint.swift",
"Types/ParseHookFunction.swift",
"Types/ParseHookFunctionRequest.swift",
"Types/ParseHookResponse.swift",
"Types/ParseHookTrigger.swift",
"Types/ParseHookTriggerObjectRequest.swift",
"Types/ParseHookTriggerRequest.swift",
"Types/ParseKeychainAccessGroup.swift",
"Types/ParseOperation+async.swift",
"Types/ParseOperation+combine.swift",
"Types/ParseOperation.swift",
"Types/ParsePolygon.swift",
"Types/ParsePush+async.swift",
"Types/ParsePush+combine.swift",
"Types/ParsePush.swift",
"Types/ParsePushPayload/Apple/ParsePushAppleAlert.swift",
"Types/ParsePushPayload/Apple/ParsePushAppleSound.swift",
"Types/ParsePushPayload/Apple/ParsePushPayloadApple.swift",
"Types/ParsePushPayload/Firebase/ParsePushFirebaseNotification.swift",
"Types/ParsePushPayload/Firebase/ParsePushPayloadFirebase.swift",
"Types/ParsePushPayload/ParsePushPayloadAny.swift",
"Types/ParsePushStatus.swift",
"Types/ParseRelation.swift",
"Types/ParseSchema+async.swift",
"Types/ParseSchema+combine.swift",
"Types/ParseSchema.swift",
"Types/ParseServer+async.swift",
"Types/ParseServer+combine.swift",
"Types/ParseServer.swift",
"Types/ParseVersion.swift",
"Types/Pointer+async.swift",
"Types/Pointer+combine.swift",
"Types/Pointer.swift",
"Types/Query+async.swift",
"Types/Query+combine.swift",
"Types/Query.swift",
"Types/QueryConstraint.swift",
"Types/QueryViewModel.swift",
"Types/QueryWhere.swift",
"Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.