The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ParseCertificateAuthority, reference 1.0.0 (9ed2cb), with Swift 6.1 for Wasm on 18 Jan 2026 08:19:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

 57 |               options: API.Options,
 58 |               callbackQueue: DispatchQueue,
    |                              `- error: cannot find type 'DispatchQueue' in scope
 59 |               completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 60 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:79:32: error: cannot find type 'DispatchQueue' in scope
 77 |     func unlink(_ user: AuthenticatedUser,
 78 |                 options: API.Options,
 79 |                 callbackQueue: DispatchQueue,
    |                                `- error: cannot find type 'DispatchQueue' in scope
 80 |                 completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 81 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:90:32: error: cannot find type 'DispatchQueue' in scope
 88 |      */
 89 |     func unlink(options: API.Options,
 90 |                 callbackQueue: DispatchQueue,
    |                                `- error: cannot find type 'DispatchQueue' in scope
 91 |                 completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 92 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:567:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 565 |         Task {
 566 |             var options = options
 567 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 568 |             await logoutCommand().execute(options: options,
 569 |                                           callbackQueue: callbackQueue) { result in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:620:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 618 |         Task {
 619 |             var options = options
 620 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 621 |             await passwordResetCommand(email: email).execute(options: options,
 622 |                                                              callbackQueue: callbackQueue) { result in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:673:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 671 |         Task {
 672 |             var options = options
 673 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 674 |             let currentUserName = try? await BaseParseUser.current().username
 675 |             let username = currentUserName ?? ""
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:767:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 765 |         Task {
 766 |             var options = options
 767 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 768 |             await verificationEmailCommand(email: email)
 769 |                 .execute(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:816:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 814 |         Task {
 815 |             var options = options
 816 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 817 |             do {
 818 |                 _ = try await Self.current()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:869:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 867 |         Task {
 868 |             var options = options
 869 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 870 |             let body = SignupLoginBody(username: username, password: password)
 871 |             do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1011:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1009 |         Task {
1010 |             var options = options
1011 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1012 |             do {
1013 |                 try await fetchCommand(include: includeKeys)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1393:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1391 |         Task {
1392 |             var options = options
1393 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1394 |             do {
1395 |                 try await deleteCommand().execute(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1668:14: error: extra arguments at positions #2, #3 in call
1666 | 				query = query.include(include)
1667 | 			}
1668 | 			query.find(
     |              `- error: extra arguments at positions #2, #3 in call
1669 | 				options: options,
1670 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:53:25: error: cannot find type 'URLRequest' in scope
 51 |     usingPostForQuery: Bool = false,
 52 |     primitiveStore: ParsePrimitiveStorable? = nil,
 53 |     requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                         `- error: cannot find type 'URLRequest' in scope
 54 |     cacheMemoryCapacity: Int = 512_000,
 55 |     cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:67:34: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 65 |     testLiveQueryDontCloseSocket: Bool = false,
 66 |     authentication: (@Sendable (URLAuthenticationChallenge,
 67 |                      (URLSession.AuthChallengeDisposition,
    |                                  `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 68 |                       URLCredential?) -> Void) -> Void)? = nil
 69 | ) async throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:307:25: error: cannot find type 'URLRequest' in scope
305 |     usingPostForQuery: Bool = false,
306 |     primitiveStore: ParsePrimitiveStorable? = nil,
307 |     requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                         `- error: cannot find type 'URLRequest' in scope
308 |     cacheMemoryCapacity: Int = 512_000,
309 |     cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:319:35: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
317 |     parseFileTransfer: ParseFileTransferable? = nil,
318 |     authentication: (@Sendable (URLAuthenticationChallenge,
319 |                       (URLSession.AuthChallengeDisposition,
    |                                   `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
320 |                        URLCredential?) -> Void) -> Void)? = nil
321 | ) async throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:360:20: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
358 | 	_ authentication: (
359 | 		@Sendable (URLAuthenticationChallenge,
360 | 				   (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
    |                    `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
361 | 				  ) -> Void)?
362 | ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:194:29: error: cannot find type 'URLRequest' in scope
192 |         usingPostForQuery: Bool = false,
193 |         primitiveStore: ParsePrimitiveStorable? = nil,
194 |         requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                             `- error: cannot find type 'URLRequest' in scope
195 |         cacheMemoryCapacity: Int = 512_000,
196 |         cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:206:39: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
204 |         parseFileTransfer: ParseFileTransferable? = nil,
205 |         authentication: (@Sendable (URLAuthenticationChallenge,
206 |                           (URLSession.AuthChallengeDisposition,
    |                                       `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
207 |                            URLCredential?) -> Void) -> Void)? = nil
208 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:121:48: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
119 |
120 |     internal var authentication: (@Sendable (URLAuthenticationChallenge,
121 |                                    (URLSession.AuthChallengeDisposition,
    |                                                `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
122 |                                     URLCredential?) -> Void) -> Void)?
123 |     internal var mountPath: String
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:61:26: error: cannot find type 'DispatchQueue' in scope
 59 |     var delegates = SessionDelegate()
 60 |
 61 |     init (callbackQueue: DispatchQueue,
    |                          `- error: cannot find type 'DispatchQueue' in scope
 62 |           authentication: (@Sendable (URLAuthenticationChallenge,
 63 |                             (URLSession.AuthChallengeDisposition,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:63:41: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 61 |     init (callbackQueue: DispatchQueue,
 62 |           authentication: (@Sendable (URLAuthenticationChallenge,
 63 |                             (URLSession.AuthChallengeDisposition,
    |                                         `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 64 |                              URLCredential?) -> Void) -> Void)?) {
 65 |         self.callbackQueue = callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:153:19: error: cannot infer contextual base in reference to member 'main'
151 |     ParseStorage.shared.use(configuration.primitiveStore)
152 |     Parse.sessionDelegate = ParseURLSessionDelegate(
153 | 		callbackQueue: .main,
    |                   `- error: cannot infer contextual base in reference to member 'main'
154 | 		authentication: configuration.authentication
155 | 	)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:18:53: error: cannot find type 'DispatchQueue' in scope
16 |     func find(options: API.Options, callbackQueue: DispatchQueue,
17 |               completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void)
18 |     func first(options: API.Options, callbackQueue: DispatchQueue,
   |                                                     `- error: cannot find type 'DispatchQueue' in scope
19 |                completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void)
20 |     func count(options: API.Options, callbackQueue: DispatchQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query.swift:631:38: error: cannot find type 'DispatchQueue' in scope
 629 |     */
 630 |     public func first(options: API.Options = [],
 631 |                       callbackQueue: DispatchQueue = .main,
     |                                      `- error: cannot find type 'DispatchQueue' in scope
 632 |                       completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void) {
 633 |         guard limit > 0 else {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:52:18: error: cannot find type 'DispatchQueue' in scope
50 |     */
51 |     func first(
52 | 		callbackQueue: DispatchQueue = .main,
   |                  `- error: cannot find type 'DispatchQueue' in scope
53 | 		completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void
54 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:228:44: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
226 |         if let foundInstallation = try? await BaseParseInstallation
227 |             .query("installationId" == installationId)
228 |             .first(options: [.cachePolicy(.reloadIgnoringLocalCacheData)]) {
    |                                            `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
229 |             let newContainer = CurrentInstallationContainer<BaseParseInstallation>(currentInstallation: foundInstallation,
230 |                                                                                    installationId: installationId)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:364:19: error: cannot infer contextual base in reference to member 'main'
362 | ) {
363 | 	Parse.sessionDelegate = ParseURLSessionDelegate(
364 | 		callbackQueue: .main,
    |                   `- error: cannot infer contextual base in reference to member 'main'
365 | 		authentication: authentication
366 | 	)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:375:16: error: type 'URLSession' (aka 'AnyObject') has no member 'parse'
373 |  */
374 | public func clearCache() {
375 |     URLSession.parse.configuration.urlCache?.removeAllCachedResponses()
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'parse'
376 | }
377 |
[204/205] Compiling ParseSwift ParseConstants.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:213:18: error: cannot find type 'DispatchQueue' in scope
211 | 		ignoringCustomObjectIdConfig: Bool = false,
212 | 		options: API.Options = [],
213 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
214 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
215 | 		let method = Method.save
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:252:18: error: cannot find type 'DispatchQueue' in scope
250 | 		transaction: Bool = configuration.isUsingTransactions,
251 | 		options: API.Options = [],
252 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
253 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
254 | 		let method = Method.create
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:291:18: error: cannot find type 'DispatchQueue' in scope
289 | 		transaction: Bool = configuration.isUsingTransactions,
290 | 		options: API.Options = [],
291 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
292 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
293 | 		let method = Method.replace
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:330:18: error: cannot find type 'DispatchQueue' in scope
328 | 		transaction: Bool = configuration.isUsingTransactions,
329 | 		options: API.Options = [],
330 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
331 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
332 | 		let method = Method.update
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:366:18: error: cannot find type 'DispatchQueue' in scope
364 | 		transaction: Bool = configuration.isUsingTransactions,
365 | 		options: API.Options = [],
366 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
367 | 	) async throws -> [(Result<Void, ParseError>)] {
368 | 		var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:412:33: error: cannot find type 'DispatchQueue' in scope
410 |                  ignoringCustomObjectIdConfig: Bool = false,
411 |                  options: API.Options,
412 |                  callbackQueue: DispatchQueue) async throws -> Self {
    |                                 `- error: cannot find type 'DispatchQueue' in scope
413 |         let (savedChildObjects, savedChildFiles) = try await self.ensureDeepSave(options: options)
414 |         do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:548:24: error: cannot find type 'DispatchQueue' in scope
 546 |         includeKeys: [String]? = nil,
 547 |         options: API.Options = [],
 548 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 549 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 550 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:767:24: error: cannot find type 'DispatchQueue' in scope
765 |         includeKeys: [String]? = nil,
766 |         options: API.Options = [],
767 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
768 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
769 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:34:36: error: extra argument 'completion' in call
 32 |             self.fetch(includeKeys: includeKeys,
 33 |                        options: options,
 34 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
 35 |         }
 36 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:631:24: error: cannot find type 'DispatchQueue' in scope
 629 |         ignoringCustomObjectIdConfig: Bool = false,
 630 |         options: API.Options = [],
 631 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 632 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 633 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:820:24: error: cannot find type 'DispatchQueue' in scope
818 |         ignoringCustomObjectIdConfig: Bool = false,
819 |         options: API.Options = [],
820 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
821 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
822 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:64:35: error: extra argument 'completion' in call
 62 |             self.save(ignoringCustomObjectIdConfig: ignoringCustomObjectIdConfig,
 63 |                       options: options,
 64 |                       completion: { continuation.resume(with: $0) })
    |                                   `- error: extra argument 'completion' in call
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:664:24: error: cannot find type 'DispatchQueue' in scope
 662 |     public func create(
 663 |         options: API.Options = [],
 664 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 665 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 666 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:852:24: error: cannot find type 'DispatchQueue' in scope
850 |     public func create(
851 |         options: API.Options = [],
852 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
853 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
854 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:77:37: error: extra argument 'completion' in call
 75 |         try await withCheckedThrowingContinuation { continuation in
 76 |             self.create(options: options,
 77 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 78 |         }
 79 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:698:24: error: cannot find type 'DispatchQueue' in scope
 696 |     public func replace(
 697 |         options: API.Options = [],
 698 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 699 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 700 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:883:24: error: cannot find type 'DispatchQueue' in scope
881 |     public func replace(
882 |         options: API.Options = [],
883 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
884 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
885 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:91:38: error: extra argument 'completion' in call
 89 |         try await withCheckedThrowingContinuation { continuation in
 90 |             self.replace(options: options,
 91 |                          completion: { continuation.resume(with: $0) })
    |                                      `- error: extra argument 'completion' in call
 92 |         }
 93 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:732:24: error: cannot find type 'DispatchQueue' in scope
 730 |     func update(
 731 |         options: API.Options = [],
 732 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 733 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 734 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:914:24: error: cannot find type 'DispatchQueue' in scope
912 |     func update(
913 |         options: API.Options = [],
914 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
915 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
916 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:105:37: error: extra argument 'completion' in call
103 |         try await withCheckedThrowingContinuation { continuation in
104 |             self.update(options: options,
105 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
106 |         }
107 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:869:24: error: cannot find type 'DispatchQueue' in scope
 867 |     public func delete(
 868 |         options: API.Options = [],
 869 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 870 |         completion: @escaping @Sendable (Result<Void, ParseError>) -> Void
 871 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:970:24: error: cannot find type 'DispatchQueue' in scope
968 |     public func delete(
969 |         options: API.Options = [],
970 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
971 |         completion: @escaping @Sendable (Result<Void, ParseError>) -> Void
972 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:119:46: error: extra argument 'completion' in call
117 |     func delete(options: API.Options = []) async throws {
118 | 		try await withCheckedThrowingContinuation { continuation in
119 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
    |                                              `- error: extra argument 'completion' in call
120 | 		}
121 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:118:13: error: generic parameter 'T' could not be inferred
116 |     */
117 |     func delete(options: API.Options = []) async throws {
118 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
119 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
120 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:348:39: error: cannot find type 'DispatchQueue' in scope
 346 |                        copyEntireInstallation: Bool = true,
 347 |                        options: API.Options = [],
 348 |                        callbackQueue: DispatchQueue = .main,
     |                                       `- error: cannot find type 'DispatchQueue' in scope
 349 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 350 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:146:37: error: extra argument 'completion' in call
144 |                         copyEntireInstallation: copyEntireInstallation,
145 |                         options: options,
146 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
147 |         }
148 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1150:18: error: cannot find type 'DispatchQueue' in scope
1148 | 		includeKeys: [String]? = nil,
1149 | 		options: API.Options = [],
1150 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1151 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1152 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:609:18: error: cannot find type 'DispatchQueue' in scope
607 | 		includeKeys: [String]? = nil,
608 | 		options: API.Options = [],
609 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
610 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
611 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1653:18: error: cannot find type 'DispatchQueue' in scope
1651 | 		includeKeys: [String]? = nil,
1652 | 		options: API.Options = [],
1653 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1654 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1655 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/ParsePointerable.swift:126:24: error: cannot find type 'DispatchQueue' in scope
124 |         includeKeys: [String]? = nil,
125 |         options: API.Options = [],
126 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
127 |         completion: @escaping @Sendable (Result<[(Result<Element.Object, ParseError>)], ParseError>) -> Void
128 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:173:39: error: extra argument 'completion' in call
171 |             self.fetchAll(includeKeys: includeKeys,
172 |                           options: options,
173 |                           completion: { continuation.resume(with: $0) })
    |                                       `- error: extra argument 'completion' in call
174 |         }
175 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:492:18: error: cannot find type 'DispatchQueue' in scope
490 | 		ignoringCustomObjectIdConfig: Bool = false,
491 | 		options: API.Options,
492 | 		callbackQueue: DispatchQueue
    |                  `- error: cannot find type 'DispatchQueue' in scope
493 | 	) async throws -> [(Result<Element, ParseError>)] {
494 |         var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API.swift:174:26: error: cannot find type 'URLRequest' in scope
172 |         /// [documentation](https://developer.apple.com/documentation/foundation/url_loading_system/accessing_cached_data)
173 |         /// for more info.
174 |         case cachePolicy(URLRequest.CachePolicy)
    |                          `- error: cannot find type 'URLRequest' in scope
175 |         /// Use a specific server URL.
176 |         /// - note: The URL of the Swift SDK is provided by default. Only set this
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:369:32: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
367 | 	) async throws -> [(Result<Void, ParseError>)] {
368 | 		var options = options
369 | 		options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
370 | 		let updatedOptions = options
371 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command.swift:98:37: error: cannot find type 'DispatchQueue' in scope
 96 |         func execute(options: API.Options,
 97 |                      batching: Bool = false,
 98 |                      callbackQueue: DispatchQueue,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
 99 |                      notificationQueue: DispatchQueue? = nil,
100 |                      childObjects: [String: PointerType]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command.swift:99:41: error: cannot find type 'DispatchQueue' in scope
 97 |                      batching: Bool = false,
 98 |                      callbackQueue: DispatchQueue,
 99 |                      notificationQueue: DispatchQueue? = nil,
    |                                         `- error: cannot find type 'DispatchQueue' in scope
100 |                      childObjects: [String: PointerType]? = nil,
101 |                      childFiles: [String: ParseFile]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command+async.swift:35:33: error: cannot find type 'DispatchQueue' in scope
33 |     func execute(options: API.Options,
34 |                  batching: Bool = false,
35 |                  callbackQueue: DispatchQueue,
   |                                 `- error: cannot find type 'DispatchQueue' in scope
36 |                  notificationQueue: DispatchQueue? = nil,
37 |                  childObjects: [String: PointerType]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command+async.swift:36:37: error: cannot find type 'DispatchQueue' in scope
34 |                  batching: Bool = false,
35 |                  callbackQueue: DispatchQueue,
36 |                  notificationQueue: DispatchQueue? = nil,
   |                                     `- error: cannot find type 'DispatchQueue' in scope
37 |                  childObjects: [String: PointerType]? = nil,
38 |                  childFiles: [String: ParseFile]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:38:37: error: cannot find type 'DispatchQueue' in scope
 36 |         // MARK: Asynchronous Execution
 37 |         func execute(options: API.Options,
 38 |                      callbackQueue: DispatchQueue,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
 39 |                      allowIntermediateResponses: Bool = false,
 40 |                      completion: @escaping @Sendable (Result<U, ParseError>) -> Void) async {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:17:33: error: cannot find type 'DispatchQueue' in scope
15 |     // MARK: Asynchronous Execution
16 |     func execute(options: API.Options,
17 |                  callbackQueue: DispatchQueue,
   |                                 `- error: cannot find type 'DispatchQueue' in scope
18 |                  allowIntermediateResponses: Bool = false) async throws -> U {
19 |         try await withCheckedThrowingContinuation { continuation in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:961:18: error: cannot find type 'DispatchQueue' in scope
 959 | 		ignoringCustomObjectIdConfig: Bool = false,
 960 | 		options: API.Options = [],
 961 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
 962 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
 963 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1010:18: error: cannot find type 'DispatchQueue' in scope
1008 | 		transaction: Bool = configuration.isUsingTransactions,
1009 | 		options: API.Options = [],
1010 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1011 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1012 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1059:18: error: cannot find type 'DispatchQueue' in scope
1057 | 		transaction: Bool = configuration.isUsingTransactions,
1058 | 		options: API.Options = [],
1059 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1060 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1061 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1108:18: error: cannot find type 'DispatchQueue' in scope
1106 | 		transaction: Bool = configuration.isUsingTransactions,
1107 | 		options: API.Options = [],
1108 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1109 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1110 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1251:18: error: cannot find type 'DispatchQueue' in scope
1249 | 		transaction: Bool = configuration.isUsingTransactions,
1250 | 		options: API.Options = [],
1251 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1252 | 		completion: @escaping @Sendable (Result<[(Result<Void, ParseError>)], ParseError>) -> Void
1253 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:552:44: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 550 |     ) {
 551 |         var murabeOptions = options
 552 |         murabeOptions.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                            `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 553 |         let options = murabeOptions
 554 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:458:33: error: cannot find type 'DispatchQueue' in scope
456 |                  ignoringCustomObjectIdConfig: Bool = false,
457 |                  options: API.Options,
458 |                  callbackQueue: DispatchQueue) async throws -> Self {
    |                                 `- error: cannot find type 'DispatchQueue' in scope
459 |         let (savedChildObjects, savedChildFiles) = try await self.ensureDeepSave(options: options)
460 |         do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/ParsePointerable.swift:85:31: error: cannot find type 'DispatchQueue' in scope
 83 |     func fetch(includeKeys: [String]? = nil,
 84 |                options: API.Options = [],
 85 |                callbackQueue: DispatchQueue = .main,
    |                               `- error: cannot find type 'DispatchQueue' in scope
 86 |                completion: @escaping @Sendable (Result<Object, ParseError>) -> Void) {
 87 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:874:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 872 |         Task {
 873 |             var options = options
 874 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 875 |             do {
 876 |                 try await deleteCommand()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:178:18: error: cannot find type 'DispatchQueue' in scope
176 | 		ignoringCustomObjectIdConfig: Bool = false,
177 | 		options: API.Options = [],
178 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
179 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
180 | 		let method = Method.save
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:435:18: error: cannot find type 'DispatchQueue' in scope
433 | 		ignoringCustomObjectIdConfig: Bool = false,
434 | 		options: API.Options = [],
435 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
436 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
437 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:432:18: error: cannot find type 'DispatchQueue' in scope
430 | 		ignoringCustomObjectIdConfig: Bool = false,
431 | 		options: API.Options = [],
432 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
433 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
434 | 		let method = Method.save
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1476:18: error: cannot find type 'DispatchQueue' in scope
1474 | 		ignoringCustomObjectIdConfig: Bool = false,
1475 | 		options: API.Options = [],
1476 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1477 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1478 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:214:18: error: cannot find type 'DispatchQueue' in scope
212 | 		transaction: Bool = configuration.isUsingTransactions,
213 | 		options: API.Options = [],
214 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
215 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
216 | 		let method = Method.create
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:481:18: error: cannot find type 'DispatchQueue' in scope
479 | 		transaction: Bool = configuration.isUsingTransactions,
480 | 		options: API.Options = [],
481 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
482 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
483 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:471:18: error: cannot find type 'DispatchQueue' in scope
469 | 		transaction: Bool = configuration.isUsingTransactions,
470 | 		options: API.Options = [],
471 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
472 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
473 | 		let method = Method.create
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1522:18: error: cannot find type 'DispatchQueue' in scope
1520 | 		transaction: Bool = configuration.isUsingTransactions,
1521 | 		options: API.Options = [],
1522 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1523 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1524 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:249:18: error: cannot find type 'DispatchQueue' in scope
247 | 		transaction: Bool = configuration.isUsingTransactions,
248 | 		options: API.Options = [],
249 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
250 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
251 | 		let method = Method.replace
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:526:18: error: cannot find type 'DispatchQueue' in scope
524 | 		transaction: Bool = configuration.isUsingTransactions,
525 | 		options: API.Options = [],
526 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
527 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
528 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:510:18: error: cannot find type 'DispatchQueue' in scope
508 | 		transaction: Bool = configuration.isUsingTransactions,
509 | 		options: API.Options = [],
510 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
511 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
512 | 		let method = Method.replace
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1568:18: error: cannot find type 'DispatchQueue' in scope
1566 | 		transaction: Bool = configuration.isUsingTransactions,
1567 | 		options: API.Options = [],
1568 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1569 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1570 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:284:18: error: cannot find type 'DispatchQueue' in scope
282 | 		transaction: Bool = configuration.isUsingTransactions,
283 | 		options: API.Options = [],
284 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
285 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
286 | 		let method = Method.update
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:571:18: error: cannot find type 'DispatchQueue' in scope
569 | 		transaction: Bool = configuration.isUsingTransactions,
570 | 		options: API.Options = [],
571 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
572 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
573 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:549:18: error: cannot find type 'DispatchQueue' in scope
547 | 		transaction: Bool = configuration.isUsingTransactions,
548 | 		options: API.Options = [],
549 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
550 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
551 | 		let method = Method.update
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1614:18: error: cannot find type 'DispatchQueue' in scope
1612 | 		transaction: Bool = configuration.isUsingTransactions,
1613 | 		options: API.Options = [],
1614 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1615 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1616 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:16:52: error: cannot find type 'DispatchQueue' in scope
14 |     func first(options: API.Options) async throws -> ResultType
15 |     func count(options: API.Options) async throws -> Int
16 |     func find(options: API.Options, callbackQueue: DispatchQueue,
   |                                                    `- error: cannot find type 'DispatchQueue' in scope
17 |               completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void)
18 |     func first(options: API.Options, callbackQueue: DispatchQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query.swift:475:37: error: cannot find type 'DispatchQueue' in scope
 473 |     */
 474 |     public func find(options: API.Options = [],
 475 |                      callbackQueue: DispatchQueue = .main,
     |                                     `- error: cannot find type 'DispatchQueue' in scope
 476 |                      completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void) {
 477 |         guard limit > 0 else {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:34:18: error: cannot find type 'DispatchQueue' in scope
32 |     */
33 |     func find(
34 | 		callbackQueue: DispatchQueue = .main,
   |                  `- error: cannot find type 'DispatchQueue' in scope
35 | 		completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void
36 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1165:14: error: extra arguments at positions #2, #3 in call
1163 | 				query = query.include(include)
1164 | 			}
1165 | 			query.find(
     |              `- error: extra arguments at positions #2, #3 in call
1166 | 				options: options,
1167 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:316:18: error: cannot find type 'DispatchQueue' in scope
314 | 		transaction: Bool = configuration.isUsingTransactions,
315 | 		options: API.Options = [],
316 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
317 | 	) async throws -> [(Result<Void, ParseError>)] {
318 | 		var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:706:18: error: cannot find type 'DispatchQueue' in scope
704 | 		transaction: Bool = configuration.isUsingTransactions,
705 | 		options: API.Options = [],
706 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
707 | 		completion: @escaping @Sendable (Result<[(Result<Void, ParseError>)], ParseError>) -> Void
708 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:584:18: error: cannot find type 'DispatchQueue' in scope
582 | 		transaction: Bool = configuration.isUsingTransactions,
583 | 		options: API.Options = [],
584 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
585 | 	) async throws -> [(Result<Void, ParseError>)] {
586 | 		var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1754:18: error: cannot find type 'DispatchQueue' in scope
1752 | 		transaction: Bool = configuration.isUsingTransactions,
1753 | 		options: API.Options = [],
1754 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1755 | 		completion: @escaping @Sendable (Result<[(Result<Void, ParseError>)], ParseError>) -> Void
1756 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:587:18: error: cannot find type 'DispatchQueue' in scope
585 | 		filesSavedBeforeThisOne: [String: ParseFile]?,
586 | 		options: API.Options = [],
587 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
588 | 	) async throws -> [(Result<PointerType, ParseError>)] {
589 |         try await API.NonParseBodyCommand<AnyCodable, PointerType>
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:33:36: error: extra argument 'completion' in call
 31 |             self.fetch(includeKeys: includeKeys,
 32 |                        options: options,
 33 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
 34 |         }
 35 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:61:35: error: extra argument 'completion' in call
 59 |             self.save(ignoringCustomObjectIdConfig: ignoringCustomObjectIdConfig,
 60 |                       options: options,
 61 |                       completion: { continuation.resume(with: $0) })
    |                                   `- error: extra argument 'completion' in call
 62 |         }
 63 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:74:37: error: extra argument 'completion' in call
 72 |         try await withCheckedThrowingContinuation { continuation in
 73 |             self.create(options: options,
 74 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 75 |         }
 76 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:87:38: error: extra argument 'completion' in call
 85 |         try await withCheckedThrowingContinuation { continuation in
 86 |             self.replace(options: options,
 87 |                          completion: { continuation.resume(with: $0) })
    |                                      `- error: extra argument 'completion' in call
 88 |         }
 89 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:100:37: error: extra argument 'completion' in call
 98 |         try await withCheckedThrowingContinuation { continuation in
 99 |             self.update(options: options,
100 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
101 |         }
102 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:111:13: error: generic parameter 'T' could not be inferred
109 |     */
110 |     func delete(options: API.Options = []) async throws {
111 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
112 | 			self.delete(options: options,
113 | 						completion: { continuation.resume(with: $0) })
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:113:19: error: extra argument 'completion' in call
111 | 		try await withCheckedThrowingContinuation { continuation in
112 | 			self.delete(options: options,
113 | 						completion: { continuation.resume(with: $0) })
    |                   `- error: extra argument 'completion' in call
114 | 		}
115 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:138:17: error: extra argument 'completion' in call
136 | 				includeKeys: includeKeys,
137 | 				options: options,
138 | 				completion: { continuation.resume(with: $0) }
    |                 `- error: extra argument 'completion' in call
139 | 			)
140 |         }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:319:32: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
317 | 	) async throws -> [(Result<Void, ParseError>)] {
318 | 		var options = options
319 | 		options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
320 | 		let updatedOptions = options
321 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:365:38: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
363 |         // Remove any caching policy added by the developer as fresh data
364 |         // from the server is needed.
365 |         options.remove(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                      `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
366 |         options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
367 |         var objectsFinishedSaving = [String: PointerType]()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:366:38: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
364 |         // from the server is needed.
365 |         options.remove(.cachePolicy(.reloadIgnoringLocalCacheData))
366 |         options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                      `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
367 |         var objectsFinishedSaving = [String: PointerType]()
368 |         var filesFinishedSaving = [String: ParseFile]()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseFile.swift:328:37: error: cannot find type 'DispatchQueue' in scope
326 |     public func save(options: API.Options = [],
327 |                      stream: InputStream,
328 |                      callbackQueue: DispatchQueue = .main,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
329 |                      progress: (@Sendable (URLSessionTask, Int64, Int64, Int64) -> Void)? = nil,
330 |                      completion: @escaping @Sendable (ParseError?) -> Void) throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseFile.swift:384:37: error: cannot find type 'DispatchQueue' in scope
382 |     */
383 |     public func save(options: API.Options = [],
384 |                      callbackQueue: DispatchQueue = .main,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
385 |                      progress: (@Sendable (URLSessionTask, Int64, Int64, Int64) -> Void)? = nil,
386 |                      completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:495:38: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
493 | 	) async throws -> [(Result<Element, ParseError>)] {
494 |         var options = options
495 |         options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                      `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
496 | 		let updatedOptions = options
497 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:624:14: error: extra arguments at positions #2, #3 in call
622 | 				query = query.include(include)
623 | 			}
624 | 			query.find(
    |              `- error: extra arguments at positions #2, #3 in call
625 | 				options: options,
626 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:772:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
770 |         Task {
771 |             var options = options
772 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
773 |             do {
774 |                 try await fetchCommand(include: includeKeys)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:633:33: error: cannot find type 'DispatchQueue' in scope
631 |                  ignoringCustomObjectIdConfig: Bool = false,
632 |                  options: API.Options,
633 |                  callbackQueue: DispatchQueue) async throws -> Self {
    |                                 `- error: cannot find type 'DispatchQueue' in scope
634 |         let (savedChildObjects, savedChildFiles) = try await self.ensureDeepSave(options: options)
635 |         do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:812:66: error: cannot find type 'DispatchQueue' in scope
 810 |      desires a different policy, it should be inserted in `options`.
 811 |     */
 812 |     public func signup(options: API.Options = [], callbackQueue: DispatchQueue = .main,
     |                                                                  `- error: cannot find type 'DispatchQueue' in scope
 813 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 814 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:864:46: error: cannot find type 'DispatchQueue' in scope
 862 |                               password: String,
 863 |                               options: API.Options = [],
 864 |                               callbackQueue: DispatchQueue = .main,
     |                                              `- error: cannot find type 'DispatchQueue' in scope
 865 |                               completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 866 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:38:37: error: extra argument 'completion' in call
 36 |                         password: password,
 37 |                         options: options,
 38 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 39 |         }
 40 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:57:37: error: extra argument 'completion' in call
 55 |         try await withCheckedThrowingContinuation { continuation in
 56 |             self.signup(options: options,
 57 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 58 |         }
 59 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:250:38: error: cannot find type 'DispatchQueue' in scope
248 |                       authData: [String: String],
249 |                       options: API.Options,
250 |                       callbackQueue: DispatchQueue = .main,
    |                                      `- error: cannot find type 'DispatchQueue' in scope
251 |                       completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
252 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:256:24: error: cannot find type 'DispatchQueue' in scope
 254 |         authData: [String: [String: String]?]? = nil,
 255 |         options: API.Options = [],
 256 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 257 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 258 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:88:36: error: extra argument 'completion' in call
 86 |                        authData: authData,
 87 |                        options: options,
 88 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
 89 |         }
 90 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:329:39: error: cannot find type 'DispatchQueue' in scope
 327 |     public func become(sessionToken: String,
 328 |                        options: API.Options = [],
 329 |                        callbackQueue: DispatchQueue = .main,
     |                                       `- error: cannot find type 'DispatchQueue' in scope
 330 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 331 |         Self.become(sessionToken: sessionToken,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:353:46: error: cannot find type 'DispatchQueue' in scope
 351 |     public static func become(sessionToken: String,
 352 |                               options: API.Options = [],
 353 |                               callbackQueue: DispatchQueue = .main,
     |                                              `- error: cannot find type 'DispatchQueue' in scope
 354 |                               completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 355 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:108:83: error: extra argument 'completion' in call
106 |                                    options: API.Options = []) async throws -> Self {
107 |         try await withCheckedThrowingContinuation { continuation in
108 |             self.become(sessionToken: sessionToken, options: options, completion: { continuation.resume(with: $0) })
    |                                                                                   `- error: extra argument 'completion' in call
109 |         }
110 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:127:83: error: extra argument 'completion' in call
125 |                                           options: API.Options = []) async throws -> Self {
126 |         try await withCheckedThrowingContinuation { continuation in
127 |             Self.become(sessionToken: sessionToken, options: options, completion: { continuation.resume(with: $0) })
    |                                                                                   `- error: extra argument 'completion' in call
128 |         }
129 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:402:47: error: cannot find type 'DispatchQueue' in scope
 400 |     public static func loginAs(objectId: String,
 401 |                                options: API.Options = [],
 402 |                                callbackQueue: DispatchQueue = .main,
     |                                               `- error: cannot find type 'DispatchQueue' in scope
 403 |                                completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 404 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:157:76: error: extra argument 'completion' in call
155 |                                            options: API.Options = []) async throws -> Self {
156 |         try await withCheckedThrowingContinuation { continuation in
157 |             Self.loginAs(objectId: objectId, options: options, completion: { continuation.resume(with: $0) })
    |                                                                            `- error: extra argument 'completion' in call
158 |         }
159 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:563:46: error: cannot find type 'DispatchQueue' in scope
 561 |     */
 562 |     public static func logout(options: API.Options = [],
 563 |                               callbackQueue: DispatchQueue = .main,
     |                                              `- error: cannot find type 'DispatchQueue' in scope
 564 |                               completion: @escaping @Sendable (Result<Void, ParseError>) -> Void) {
 565 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:195:13: error: generic parameter 'T' could not be inferred
193 |     */
194 |     static func logout(options: API.Options = []) async throws {
195 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
196 | 			Self.logout(options: options, completion: { continuation.resume(with: $0) })
197 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:196:46: error: extra argument 'completion' in call
194 |     static func logout(options: API.Options = []) async throws {
195 | 		try await withCheckedThrowingContinuation { continuation in
196 | 			Self.logout(options: options, completion: { continuation.resume(with: $0) })
    |                                              `- error: extra argument 'completion' in call
197 | 		}
198 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:616:53: error: cannot find type 'DispatchQueue' in scope
 614 |     */
 615 |     public static func passwordReset(email: String, options: API.Options = [],
 616 |                                      callbackQueue: DispatchQueue = .main,
     |                                                     `- error: cannot find type 'DispatchQueue' in scope
 617 |                                      completion: @escaping @Sendable (Result<Void, ParseError>) -> Void) {
 618 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:211:13: error: generic parameter 'T' could not be inferred
209 |     static func passwordReset(email: String,
210 |                               options: API.Options = []) async throws {
211 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
212 | 			Self.passwordReset(email: email, options: options, completion: { continuation.resume(with: $0) })
213 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:212:67: error: extra argument 'completion' in call
210 |                               options: API.Options = []) async throws {
211 | 		try await withCheckedThrowingContinuation { continuation in
212 | 			Self.passwordReset(email: email, options: options, completion: { continuation.resume(with: $0) })
    |                                                                   `- error: extra argument 'completion' in call
213 | 		}
214 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:668:24: error: cannot find type 'DispatchQueue' in scope
 666 |         usingPost: Bool = false,
 667 |         options: API.Options = [],
 668 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 669 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 670 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:236:63: error: extra argument 'completion' in call
234 |             Self.verifyPassword(password: password,
235 |                                 usingPost: usingPost,
236 |                                 options: options, completion: { continuation.resume(with: $0) })
    |                                                               `- error: extra argument 'completion' in call
237 |         }
238 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:763:57: error: cannot find type 'DispatchQueue' in scope
 761 |     public static func verificationEmail(email: String,
 762 |                                          options: API.Options = [],
 763 |                                          callbackQueue: DispatchQueue = .main,
     |                                                         `- error: cannot find type 'DispatchQueue' in scope
 764 |                                          completion: @escaping @Sendable (Result<Void, ParseError>) -> Void) {
 765 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:251:13: error: generic parameter 'T' could not be inferred
249 |     static func verificationEmail(email: String,
250 |                                   options: API.Options = []) async throws {
251 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
252 | 			Self.verificationEmail(email: email, options: options, completion: { continuation.resume(with: $0) })
253 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:252:71: error: extra argument 'completion' in call
250 |                                   options: API.Options = []) async throws {
251 | 		try await withCheckedThrowingContinuation { continuation in
252 | 			Self.verificationEmail(email: email, options: options, completion: { continuation.resume(with: $0) })
    |                                                                       `- error: extra argument 'completion' in call
253 | 		}
254 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1006:24: error: cannot find type 'DispatchQueue' in scope
1004 |         includeKeys: [String]? = nil,
1005 |         options: API.Options = [],
1006 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1007 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1008 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:273:36: error: extra argument 'completion' in call
271 |             self.fetch(includeKeys: includeKeys,
272 |                        options: options,
273 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
274 |         }
275 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1088:24: error: cannot find type 'DispatchQueue' in scope
1086 |         ignoringCustomObjectIdConfig: Bool = false,
1087 |         options: API.Options = [],
1088 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1089 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1090 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:303:35: error: extra argument 'completion' in call
301 |             self.save(ignoringCustomObjectIdConfig: ignoringCustomObjectIdConfig,
302 |                       options: options,
303 |                       completion: { continuation.resume(with: $0) })
    |                                   `- error: extra argument 'completion' in call
304 |         }
305 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1122:24: error: cannot find type 'DispatchQueue' in scope
1120 |     public func create(
1121 |         options: API.Options = [],
1122 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1123 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1124 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:318:37: error: extra argument 'completion' in call
316 |         try await withCheckedThrowingContinuation { continuation in
317 |             self.create(options: options,
318 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
319 |         }
320 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1154:24: error: cannot find type 'DispatchQueue' in scope
1152 |     public func replace(
1153 |         options: API.Options = [],
1154 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1155 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1156 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:334:38: error: extra argument 'completion' in call
332 |         try await withCheckedThrowingContinuation { continuation in
333 |             self.replace(options: options,
334 |                          completion: { continuation.resume(with: $0) })
    |                                      `- error: extra argument 'completion' in call
335 |         }
336 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1186:24: error: cannot find type 'DispatchQueue' in scope
1184 |     internal func update(
1185 |         options: API.Options = [],
1186 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1187 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1188 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:350:37: error: extra argument 'completion' in call
348 |         try await withCheckedThrowingContinuation { continuation in
349 |             self.update(options: options,
350 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
351 |         }
352 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1388:24: error: cannot find type 'DispatchQueue' in scope
1386 |     public func delete(
1387 |         options: API.Options = [],
1388 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1389 |         completion: @escaping @Sendable (Result<Void, ParseError>) -> Void
1390 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:365:46: error: extra argument 'completion' in call
363 |     func delete(options: API.Options = []) async throws {
364 | 		try await withCheckedThrowingContinuation { continuation in
365 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
    |                                              `- error: extra argument 'completion' in call
366 | 		}
367 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:364:13: error: generic parameter 'T' could not be inferred
362 |     */
363 |     func delete(options: API.Options = []) async throws {
364 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
365 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
366 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:392:39: error: extra argument 'completion' in call
390 |             self.fetchAll(includeKeys: includeKeys,
391 |                           options: options,
392 |                           completion: { continuation.resume(with: $0) })
    |                                       `- error: extra argument 'completion' in call
393 |         }
394 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:587:32: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
585 | 	) async throws -> [(Result<Void, ParseError>)] {
586 | 		var options = options
587 | 		options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
588 | 		let updatedOptions = options
589 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:273:60: error: cannot find type 'DispatchQueue' in scope
271 |                                             authData: [String: String],
272 |                                             options: API.Options = [],
273 |                                             callbackQueue: DispatchQueue = .main,
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
274 |                                             completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
275 |         let body = SignupLoginBody(authData: [type: authData])
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:261:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 259 |         Task {
 260 |             var options = options
 261 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 262 |             await loginCommand(username: username,
 263 |                                email: email,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:331:20: error: extra arguments at positions #3, #4 in call
 329 |                        callbackQueue: DispatchQueue = .main,
 330 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 331 |         Self.become(sessionToken: sessionToken,
     |                    `- error: extra arguments at positions #3, #4 in call
 332 |                     options: options,
 333 |                     callbackQueue: callbackQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:124:36: note: 'become(sessionToken:options:)' declared here
122 |      desires a different policy, it should be inserted in `options`.
123 |     */
124 |     @discardableResult static func become(sessionToken: String,
    |                                    `- note: 'become(sessionToken:options:)' declared here
125 |                                           options: API.Options = []) async throws -> Self {
126 |         try await withCheckedThrowingContinuation { continuation in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:360:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 358 |             var options = options
 359 |             options.insert(.sessionToken(sessionToken))
 360 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 361 |             do {
 362 |                 try await newUser.meCommand(sessionToken: sessionToken)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:407:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 405 |             var options = options
 406 |             options.insert(.usePrimaryKey)
 407 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 408 |             do {
 409 |                 try await loginAsCommand(objectId: objectId)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:46:31: error: cannot find type 'DispatchQueue' in scope
 44 |     func login(authData: [String: String],
 45 |                options: API.Options,
 46 |                callbackQueue: DispatchQueue,
    |                               `- error: cannot find type 'DispatchQueue' in scope
 47 |                completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 48 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:58:30: error: cannot find type 'DispatchQueue' in scope
 56 |     func link(authData: [String: String],
 57 |               options: API.Options,
 58 |               callbackQueue: DispatchQueue,
    |                              `- error: cannot find type 'DispatchQueue' in scope
 59 |               completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 60 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:79:32: error: cannot find type 'DispatchQueue' in scope
 77 |     func unlink(_ user: AuthenticatedUser,
 78 |                 options: API.Options,
 79 |                 callbackQueue: DispatchQueue,
    |                                `- error: cannot find type 'DispatchQueue' in scope
 80 |                 completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 81 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:90:32: error: cannot find type 'DispatchQueue' in scope
 88 |      */
 89 |     func unlink(options: API.Options,
 90 |                 callbackQueue: DispatchQueue,
    |                                `- error: cannot find type 'DispatchQueue' in scope
 91 |                 completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 92 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:567:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 565 |         Task {
 566 |             var options = options
 567 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 568 |             await logoutCommand().execute(options: options,
 569 |                                           callbackQueue: callbackQueue) { result in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:620:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 618 |         Task {
 619 |             var options = options
 620 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 621 |             await passwordResetCommand(email: email).execute(options: options,
 622 |                                                              callbackQueue: callbackQueue) { result in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:673:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 671 |         Task {
 672 |             var options = options
 673 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 674 |             let currentUserName = try? await BaseParseUser.current().username
 675 |             let username = currentUserName ?? ""
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:767:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 765 |         Task {
 766 |             var options = options
 767 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 768 |             await verificationEmailCommand(email: email)
 769 |                 .execute(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:816:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 814 |         Task {
 815 |             var options = options
 816 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 817 |             do {
 818 |                 _ = try await Self.current()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:869:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 867 |         Task {
 868 |             var options = options
 869 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 870 |             let body = SignupLoginBody(username: username, password: password)
 871 |             do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1011:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1009 |         Task {
1010 |             var options = options
1011 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1012 |             do {
1013 |                 try await fetchCommand(include: includeKeys)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1393:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1391 |         Task {
1392 |             var options = options
1393 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1394 |             do {
1395 |                 try await deleteCommand().execute(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1668:14: error: extra arguments at positions #2, #3 in call
1666 | 				query = query.include(include)
1667 | 			}
1668 | 			query.find(
     |              `- error: extra arguments at positions #2, #3 in call
1669 | 				options: options,
1670 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:53:25: error: cannot find type 'URLRequest' in scope
 51 |     usingPostForQuery: Bool = false,
 52 |     primitiveStore: ParsePrimitiveStorable? = nil,
 53 |     requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                         `- error: cannot find type 'URLRequest' in scope
 54 |     cacheMemoryCapacity: Int = 512_000,
 55 |     cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:67:34: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 65 |     testLiveQueryDontCloseSocket: Bool = false,
 66 |     authentication: (@Sendable (URLAuthenticationChallenge,
 67 |                      (URLSession.AuthChallengeDisposition,
    |                                  `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 68 |                       URLCredential?) -> Void) -> Void)? = nil
 69 | ) async throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:307:25: error: cannot find type 'URLRequest' in scope
305 |     usingPostForQuery: Bool = false,
306 |     primitiveStore: ParsePrimitiveStorable? = nil,
307 |     requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                         `- error: cannot find type 'URLRequest' in scope
308 |     cacheMemoryCapacity: Int = 512_000,
309 |     cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:319:35: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
317 |     parseFileTransfer: ParseFileTransferable? = nil,
318 |     authentication: (@Sendable (URLAuthenticationChallenge,
319 |                       (URLSession.AuthChallengeDisposition,
    |                                   `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
320 |                        URLCredential?) -> Void) -> Void)? = nil
321 | ) async throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:360:20: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
358 | 	_ authentication: (
359 | 		@Sendable (URLAuthenticationChallenge,
360 | 				   (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
    |                    `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
361 | 				  ) -> Void)?
362 | ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:194:29: error: cannot find type 'URLRequest' in scope
192 |         usingPostForQuery: Bool = false,
193 |         primitiveStore: ParsePrimitiveStorable? = nil,
194 |         requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                             `- error: cannot find type 'URLRequest' in scope
195 |         cacheMemoryCapacity: Int = 512_000,
196 |         cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:206:39: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
204 |         parseFileTransfer: ParseFileTransferable? = nil,
205 |         authentication: (@Sendable (URLAuthenticationChallenge,
206 |                           (URLSession.AuthChallengeDisposition,
    |                                       `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
207 |                            URLCredential?) -> Void) -> Void)? = nil
208 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:121:48: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
119 |
120 |     internal var authentication: (@Sendable (URLAuthenticationChallenge,
121 |                                    (URLSession.AuthChallengeDisposition,
    |                                                `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
122 |                                     URLCredential?) -> Void) -> Void)?
123 |     internal var mountPath: String
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:61:26: error: cannot find type 'DispatchQueue' in scope
 59 |     var delegates = SessionDelegate()
 60 |
 61 |     init (callbackQueue: DispatchQueue,
    |                          `- error: cannot find type 'DispatchQueue' in scope
 62 |           authentication: (@Sendable (URLAuthenticationChallenge,
 63 |                             (URLSession.AuthChallengeDisposition,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:63:41: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 61 |     init (callbackQueue: DispatchQueue,
 62 |           authentication: (@Sendable (URLAuthenticationChallenge,
 63 |                             (URLSession.AuthChallengeDisposition,
    |                                         `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 64 |                              URLCredential?) -> Void) -> Void)?) {
 65 |         self.callbackQueue = callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:153:19: error: cannot infer contextual base in reference to member 'main'
151 |     ParseStorage.shared.use(configuration.primitiveStore)
152 |     Parse.sessionDelegate = ParseURLSessionDelegate(
153 | 		callbackQueue: .main,
    |                   `- error: cannot infer contextual base in reference to member 'main'
154 | 		authentication: configuration.authentication
155 | 	)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:18:53: error: cannot find type 'DispatchQueue' in scope
16 |     func find(options: API.Options, callbackQueue: DispatchQueue,
17 |               completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void)
18 |     func first(options: API.Options, callbackQueue: DispatchQueue,
   |                                                     `- error: cannot find type 'DispatchQueue' in scope
19 |                completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void)
20 |     func count(options: API.Options, callbackQueue: DispatchQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query.swift:631:38: error: cannot find type 'DispatchQueue' in scope
 629 |     */
 630 |     public func first(options: API.Options = [],
 631 |                       callbackQueue: DispatchQueue = .main,
     |                                      `- error: cannot find type 'DispatchQueue' in scope
 632 |                       completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void) {
 633 |         guard limit > 0 else {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:52:18: error: cannot find type 'DispatchQueue' in scope
50 |     */
51 |     func first(
52 | 		callbackQueue: DispatchQueue = .main,
   |                  `- error: cannot find type 'DispatchQueue' in scope
53 | 		completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void
54 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:228:44: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
226 |         if let foundInstallation = try? await BaseParseInstallation
227 |             .query("installationId" == installationId)
228 |             .first(options: [.cachePolicy(.reloadIgnoringLocalCacheData)]) {
    |                                            `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
229 |             let newContainer = CurrentInstallationContainer<BaseParseInstallation>(currentInstallation: foundInstallation,
230 |                                                                                    installationId: installationId)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:364:19: error: cannot infer contextual base in reference to member 'main'
362 | ) {
363 | 	Parse.sessionDelegate = ParseURLSessionDelegate(
364 | 		callbackQueue: .main,
    |                   `- error: cannot infer contextual base in reference to member 'main'
365 | 		authentication: authentication
366 | 	)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:375:16: error: type 'URLSession' (aka 'AnyObject') has no member 'parse'
373 |  */
374 | public func clearCache() {
375 |     URLSession.parse.configuration.urlCache?.removeAllCachedResponses()
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'parse'
376 | }
377 |
[205/205] Compiling ParseSwift CloudObservable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:213:18: error: cannot find type 'DispatchQueue' in scope
211 | 		ignoringCustomObjectIdConfig: Bool = false,
212 | 		options: API.Options = [],
213 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
214 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
215 | 		let method = Method.save
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:252:18: error: cannot find type 'DispatchQueue' in scope
250 | 		transaction: Bool = configuration.isUsingTransactions,
251 | 		options: API.Options = [],
252 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
253 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
254 | 		let method = Method.create
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:291:18: error: cannot find type 'DispatchQueue' in scope
289 | 		transaction: Bool = configuration.isUsingTransactions,
290 | 		options: API.Options = [],
291 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
292 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
293 | 		let method = Method.replace
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:330:18: error: cannot find type 'DispatchQueue' in scope
328 | 		transaction: Bool = configuration.isUsingTransactions,
329 | 		options: API.Options = [],
330 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
331 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
332 | 		let method = Method.update
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:366:18: error: cannot find type 'DispatchQueue' in scope
364 | 		transaction: Bool = configuration.isUsingTransactions,
365 | 		options: API.Options = [],
366 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
367 | 	) async throws -> [(Result<Void, ParseError>)] {
368 | 		var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:412:33: error: cannot find type 'DispatchQueue' in scope
410 |                  ignoringCustomObjectIdConfig: Bool = false,
411 |                  options: API.Options,
412 |                  callbackQueue: DispatchQueue) async throws -> Self {
    |                                 `- error: cannot find type 'DispatchQueue' in scope
413 |         let (savedChildObjects, savedChildFiles) = try await self.ensureDeepSave(options: options)
414 |         do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:548:24: error: cannot find type 'DispatchQueue' in scope
 546 |         includeKeys: [String]? = nil,
 547 |         options: API.Options = [],
 548 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 549 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 550 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:767:24: error: cannot find type 'DispatchQueue' in scope
765 |         includeKeys: [String]? = nil,
766 |         options: API.Options = [],
767 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
768 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
769 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:34:36: error: extra argument 'completion' in call
 32 |             self.fetch(includeKeys: includeKeys,
 33 |                        options: options,
 34 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
 35 |         }
 36 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:631:24: error: cannot find type 'DispatchQueue' in scope
 629 |         ignoringCustomObjectIdConfig: Bool = false,
 630 |         options: API.Options = [],
 631 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 632 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 633 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:820:24: error: cannot find type 'DispatchQueue' in scope
818 |         ignoringCustomObjectIdConfig: Bool = false,
819 |         options: API.Options = [],
820 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
821 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
822 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:64:35: error: extra argument 'completion' in call
 62 |             self.save(ignoringCustomObjectIdConfig: ignoringCustomObjectIdConfig,
 63 |                       options: options,
 64 |                       completion: { continuation.resume(with: $0) })
    |                                   `- error: extra argument 'completion' in call
 65 |         }
 66 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:664:24: error: cannot find type 'DispatchQueue' in scope
 662 |     public func create(
 663 |         options: API.Options = [],
 664 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 665 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 666 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:852:24: error: cannot find type 'DispatchQueue' in scope
850 |     public func create(
851 |         options: API.Options = [],
852 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
853 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
854 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:77:37: error: extra argument 'completion' in call
 75 |         try await withCheckedThrowingContinuation { continuation in
 76 |             self.create(options: options,
 77 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 78 |         }
 79 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:698:24: error: cannot find type 'DispatchQueue' in scope
 696 |     public func replace(
 697 |         options: API.Options = [],
 698 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 699 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 700 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:883:24: error: cannot find type 'DispatchQueue' in scope
881 |     public func replace(
882 |         options: API.Options = [],
883 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
884 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
885 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:91:38: error: extra argument 'completion' in call
 89 |         try await withCheckedThrowingContinuation { continuation in
 90 |             self.replace(options: options,
 91 |                          completion: { continuation.resume(with: $0) })
    |                                      `- error: extra argument 'completion' in call
 92 |         }
 93 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:732:24: error: cannot find type 'DispatchQueue' in scope
 730 |     func update(
 731 |         options: API.Options = [],
 732 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 733 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 734 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:914:24: error: cannot find type 'DispatchQueue' in scope
912 |     func update(
913 |         options: API.Options = [],
914 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
915 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
916 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:105:37: error: extra argument 'completion' in call
103 |         try await withCheckedThrowingContinuation { continuation in
104 |             self.update(options: options,
105 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
106 |         }
107 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:869:24: error: cannot find type 'DispatchQueue' in scope
 867 |     public func delete(
 868 |         options: API.Options = [],
 869 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 870 |         completion: @escaping @Sendable (Result<Void, ParseError>) -> Void
 871 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:970:24: error: cannot find type 'DispatchQueue' in scope
968 |     public func delete(
969 |         options: API.Options = [],
970 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
971 |         completion: @escaping @Sendable (Result<Void, ParseError>) -> Void
972 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:119:46: error: extra argument 'completion' in call
117 |     func delete(options: API.Options = []) async throws {
118 | 		try await withCheckedThrowingContinuation { continuation in
119 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
    |                                              `- error: extra argument 'completion' in call
120 | 		}
121 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:118:13: error: generic parameter 'T' could not be inferred
116 |     */
117 |     func delete(options: API.Options = []) async throws {
118 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
119 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
120 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:348:39: error: cannot find type 'DispatchQueue' in scope
 346 |                        copyEntireInstallation: Bool = true,
 347 |                        options: API.Options = [],
 348 |                        callbackQueue: DispatchQueue = .main,
     |                                       `- error: cannot find type 'DispatchQueue' in scope
 349 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 350 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:146:37: error: extra argument 'completion' in call
144 |                         copyEntireInstallation: copyEntireInstallation,
145 |                         options: options,
146 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
147 |         }
148 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1150:18: error: cannot find type 'DispatchQueue' in scope
1148 | 		includeKeys: [String]? = nil,
1149 | 		options: API.Options = [],
1150 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1151 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1152 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:609:18: error: cannot find type 'DispatchQueue' in scope
607 | 		includeKeys: [String]? = nil,
608 | 		options: API.Options = [],
609 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
610 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
611 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1653:18: error: cannot find type 'DispatchQueue' in scope
1651 | 		includeKeys: [String]? = nil,
1652 | 		options: API.Options = [],
1653 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1654 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1655 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/ParsePointerable.swift:126:24: error: cannot find type 'DispatchQueue' in scope
124 |         includeKeys: [String]? = nil,
125 |         options: API.Options = [],
126 |         callbackQueue: DispatchQueue = .main,
    |                        `- error: cannot find type 'DispatchQueue' in scope
127 |         completion: @escaping @Sendable (Result<[(Result<Element.Object, ParseError>)], ParseError>) -> Void
128 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:173:39: error: extra argument 'completion' in call
171 |             self.fetchAll(includeKeys: includeKeys,
172 |                           options: options,
173 |                           completion: { continuation.resume(with: $0) })
    |                                       `- error: extra argument 'completion' in call
174 |         }
175 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:492:18: error: cannot find type 'DispatchQueue' in scope
490 | 		ignoringCustomObjectIdConfig: Bool = false,
491 | 		options: API.Options,
492 | 		callbackQueue: DispatchQueue
    |                  `- error: cannot find type 'DispatchQueue' in scope
493 | 	) async throws -> [(Result<Element, ParseError>)] {
494 |         var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API.swift:174:26: error: cannot find type 'URLRequest' in scope
172 |         /// [documentation](https://developer.apple.com/documentation/foundation/url_loading_system/accessing_cached_data)
173 |         /// for more info.
174 |         case cachePolicy(URLRequest.CachePolicy)
    |                          `- error: cannot find type 'URLRequest' in scope
175 |         /// Use a specific server URL.
176 |         /// - note: The URL of the Swift SDK is provided by default. Only set this
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation+async.swift:369:32: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
367 | 	) async throws -> [(Result<Void, ParseError>)] {
368 | 		var options = options
369 | 		options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
370 | 		let updatedOptions = options
371 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command.swift:98:37: error: cannot find type 'DispatchQueue' in scope
 96 |         func execute(options: API.Options,
 97 |                      batching: Bool = false,
 98 |                      callbackQueue: DispatchQueue,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
 99 |                      notificationQueue: DispatchQueue? = nil,
100 |                      childObjects: [String: PointerType]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command.swift:99:41: error: cannot find type 'DispatchQueue' in scope
 97 |                      batching: Bool = false,
 98 |                      callbackQueue: DispatchQueue,
 99 |                      notificationQueue: DispatchQueue? = nil,
    |                                         `- error: cannot find type 'DispatchQueue' in scope
100 |                      childObjects: [String: PointerType]? = nil,
101 |                      childFiles: [String: ParseFile]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command+async.swift:35:33: error: cannot find type 'DispatchQueue' in scope
33 |     func execute(options: API.Options,
34 |                  batching: Bool = false,
35 |                  callbackQueue: DispatchQueue,
   |                                 `- error: cannot find type 'DispatchQueue' in scope
36 |                  notificationQueue: DispatchQueue? = nil,
37 |                  childObjects: [String: PointerType]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+Command+async.swift:36:37: error: cannot find type 'DispatchQueue' in scope
34 |                  batching: Bool = false,
35 |                  callbackQueue: DispatchQueue,
36 |                  notificationQueue: DispatchQueue? = nil,
   |                                     `- error: cannot find type 'DispatchQueue' in scope
37 |                  childObjects: [String: PointerType]? = nil,
38 |                  childFiles: [String: ParseFile]? = nil,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+NonParseBodyCommand.swift:38:37: error: cannot find type 'DispatchQueue' in scope
 36 |         // MARK: Asynchronous Execution
 37 |         func execute(options: API.Options,
 38 |                      callbackQueue: DispatchQueue,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
 39 |                      allowIntermediateResponses: Bool = false,
 40 |                      completion: @escaping @Sendable (Result<U, ParseError>) -> Void) async {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/API+NonParseBodyCommand+async.swift:17:33: error: cannot find type 'DispatchQueue' in scope
15 |     // MARK: Asynchronous Execution
16 |     func execute(options: API.Options,
17 |                  callbackQueue: DispatchQueue,
   |                                 `- error: cannot find type 'DispatchQueue' in scope
18 |                  allowIntermediateResponses: Bool = false) async throws -> U {
19 |         try await withCheckedThrowingContinuation { continuation in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:961:18: error: cannot find type 'DispatchQueue' in scope
 959 | 		ignoringCustomObjectIdConfig: Bool = false,
 960 | 		options: API.Options = [],
 961 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
 962 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
 963 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1010:18: error: cannot find type 'DispatchQueue' in scope
1008 | 		transaction: Bool = configuration.isUsingTransactions,
1009 | 		options: API.Options = [],
1010 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1011 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1012 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1059:18: error: cannot find type 'DispatchQueue' in scope
1057 | 		transaction: Bool = configuration.isUsingTransactions,
1058 | 		options: API.Options = [],
1059 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1060 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1061 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1108:18: error: cannot find type 'DispatchQueue' in scope
1106 | 		transaction: Bool = configuration.isUsingTransactions,
1107 | 		options: API.Options = [],
1108 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1109 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1110 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1251:18: error: cannot find type 'DispatchQueue' in scope
1249 | 		transaction: Bool = configuration.isUsingTransactions,
1250 | 		options: API.Options = [],
1251 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1252 | 		completion: @escaping @Sendable (Result<[(Result<Void, ParseError>)], ParseError>) -> Void
1253 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:552:44: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 550 |     ) {
 551 |         var murabeOptions = options
 552 |         murabeOptions.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                            `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 553 |         let options = murabeOptions
 554 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:458:33: error: cannot find type 'DispatchQueue' in scope
456 |                  ignoringCustomObjectIdConfig: Bool = false,
457 |                  options: API.Options,
458 |                  callbackQueue: DispatchQueue) async throws -> Self {
    |                                 `- error: cannot find type 'DispatchQueue' in scope
459 |         let (savedChildObjects, savedChildFiles) = try await self.ensureDeepSave(options: options)
460 |         do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/ParsePointerable.swift:85:31: error: cannot find type 'DispatchQueue' in scope
 83 |     func fetch(includeKeys: [String]? = nil,
 84 |                options: API.Options = [],
 85 |                callbackQueue: DispatchQueue = .main,
    |                               `- error: cannot find type 'DispatchQueue' in scope
 86 |                completion: @escaping @Sendable (Result<Object, ParseError>) -> Void) {
 87 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:874:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 872 |         Task {
 873 |             var options = options
 874 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 875 |             do {
 876 |                 try await deleteCommand()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:178:18: error: cannot find type 'DispatchQueue' in scope
176 | 		ignoringCustomObjectIdConfig: Bool = false,
177 | 		options: API.Options = [],
178 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
179 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
180 | 		let method = Method.save
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:435:18: error: cannot find type 'DispatchQueue' in scope
433 | 		ignoringCustomObjectIdConfig: Bool = false,
434 | 		options: API.Options = [],
435 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
436 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
437 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:432:18: error: cannot find type 'DispatchQueue' in scope
430 | 		ignoringCustomObjectIdConfig: Bool = false,
431 | 		options: API.Options = [],
432 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
433 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
434 | 		let method = Method.save
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1476:18: error: cannot find type 'DispatchQueue' in scope
1474 | 		ignoringCustomObjectIdConfig: Bool = false,
1475 | 		options: API.Options = [],
1476 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1477 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1478 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:214:18: error: cannot find type 'DispatchQueue' in scope
212 | 		transaction: Bool = configuration.isUsingTransactions,
213 | 		options: API.Options = [],
214 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
215 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
216 | 		let method = Method.create
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:481:18: error: cannot find type 'DispatchQueue' in scope
479 | 		transaction: Bool = configuration.isUsingTransactions,
480 | 		options: API.Options = [],
481 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
482 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
483 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:471:18: error: cannot find type 'DispatchQueue' in scope
469 | 		transaction: Bool = configuration.isUsingTransactions,
470 | 		options: API.Options = [],
471 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
472 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
473 | 		let method = Method.create
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1522:18: error: cannot find type 'DispatchQueue' in scope
1520 | 		transaction: Bool = configuration.isUsingTransactions,
1521 | 		options: API.Options = [],
1522 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1523 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1524 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:249:18: error: cannot find type 'DispatchQueue' in scope
247 | 		transaction: Bool = configuration.isUsingTransactions,
248 | 		options: API.Options = [],
249 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
250 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
251 | 		let method = Method.replace
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:526:18: error: cannot find type 'DispatchQueue' in scope
524 | 		transaction: Bool = configuration.isUsingTransactions,
525 | 		options: API.Options = [],
526 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
527 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
528 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:510:18: error: cannot find type 'DispatchQueue' in scope
508 | 		transaction: Bool = configuration.isUsingTransactions,
509 | 		options: API.Options = [],
510 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
511 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
512 | 		let method = Method.replace
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1568:18: error: cannot find type 'DispatchQueue' in scope
1566 | 		transaction: Bool = configuration.isUsingTransactions,
1567 | 		options: API.Options = [],
1568 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1569 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1570 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:284:18: error: cannot find type 'DispatchQueue' in scope
282 | 		transaction: Bool = configuration.isUsingTransactions,
283 | 		options: API.Options = [],
284 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
285 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
286 | 		let method = Method.update
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:571:18: error: cannot find type 'DispatchQueue' in scope
569 | 		transaction: Bool = configuration.isUsingTransactions,
570 | 		options: API.Options = [],
571 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
572 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
573 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:549:18: error: cannot find type 'DispatchQueue' in scope
547 | 		transaction: Bool = configuration.isUsingTransactions,
548 | 		options: API.Options = [],
549 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
550 | 	) async throws -> [(Result<Self.Element, ParseError>)] {
551 | 		let method = Method.update
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1614:18: error: cannot find type 'DispatchQueue' in scope
1612 | 		transaction: Bool = configuration.isUsingTransactions,
1613 | 		options: API.Options = [],
1614 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1615 | 		completion: @escaping @Sendable (Result<[(Result<Element, ParseError>)], ParseError>) -> Void
1616 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:16:52: error: cannot find type 'DispatchQueue' in scope
14 |     func first(options: API.Options) async throws -> ResultType
15 |     func count(options: API.Options) async throws -> Int
16 |     func find(options: API.Options, callbackQueue: DispatchQueue,
   |                                                    `- error: cannot find type 'DispatchQueue' in scope
17 |               completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void)
18 |     func first(options: API.Options, callbackQueue: DispatchQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query.swift:475:37: error: cannot find type 'DispatchQueue' in scope
 473 |     */
 474 |     public func find(options: API.Options = [],
 475 |                      callbackQueue: DispatchQueue = .main,
     |                                     `- error: cannot find type 'DispatchQueue' in scope
 476 |                      completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void) {
 477 |         guard limit > 0 else {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:34:18: error: cannot find type 'DispatchQueue' in scope
32 |     */
33 |     func find(
34 | 		callbackQueue: DispatchQueue = .main,
   |                  `- error: cannot find type 'DispatchQueue' in scope
35 | 		completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void
36 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseInstallation.swift:1165:14: error: extra arguments at positions #2, #3 in call
1163 | 				query = query.include(include)
1164 | 			}
1165 | 			query.find(
     |              `- error: extra arguments at positions #2, #3 in call
1166 | 				options: options,
1167 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:316:18: error: cannot find type 'DispatchQueue' in scope
314 | 		transaction: Bool = configuration.isUsingTransactions,
315 | 		options: API.Options = [],
316 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
317 | 	) async throws -> [(Result<Void, ParseError>)] {
318 | 		var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:706:18: error: cannot find type 'DispatchQueue' in scope
704 | 		transaction: Bool = configuration.isUsingTransactions,
705 | 		options: API.Options = [],
706 | 		callbackQueue: DispatchQueue = .main,
    |                  `- error: cannot find type 'DispatchQueue' in scope
707 | 		completion: @escaping @Sendable (Result<[(Result<Void, ParseError>)], ParseError>) -> Void
708 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:584:18: error: cannot find type 'DispatchQueue' in scope
582 | 		transaction: Bool = configuration.isUsingTransactions,
583 | 		options: API.Options = [],
584 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
585 | 	) async throws -> [(Result<Void, ParseError>)] {
586 | 		var options = options
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1754:18: error: cannot find type 'DispatchQueue' in scope
1752 | 		transaction: Bool = configuration.isUsingTransactions,
1753 | 		options: API.Options = [],
1754 | 		callbackQueue: DispatchQueue = .main,
     |                  `- error: cannot find type 'DispatchQueue' in scope
1755 | 		completion: @escaping @Sendable (Result<[(Result<Void, ParseError>)], ParseError>) -> Void
1756 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:587:18: error: cannot find type 'DispatchQueue' in scope
585 | 		filesSavedBeforeThisOne: [String: ParseFile]?,
586 | 		options: API.Options = [],
587 | 		callbackQueue: DispatchQueue = .main
    |                  `- error: cannot find type 'DispatchQueue' in scope
588 | 	) async throws -> [(Result<PointerType, ParseError>)] {
589 |         try await API.NonParseBodyCommand<AnyCodable, PointerType>
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:33:36: error: extra argument 'completion' in call
 31 |             self.fetch(includeKeys: includeKeys,
 32 |                        options: options,
 33 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
 34 |         }
 35 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:61:35: error: extra argument 'completion' in call
 59 |             self.save(ignoringCustomObjectIdConfig: ignoringCustomObjectIdConfig,
 60 |                       options: options,
 61 |                       completion: { continuation.resume(with: $0) })
    |                                   `- error: extra argument 'completion' in call
 62 |         }
 63 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:74:37: error: extra argument 'completion' in call
 72 |         try await withCheckedThrowingContinuation { continuation in
 73 |             self.create(options: options,
 74 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 75 |         }
 76 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:87:38: error: extra argument 'completion' in call
 85 |         try await withCheckedThrowingContinuation { continuation in
 86 |             self.replace(options: options,
 87 |                          completion: { continuation.resume(with: $0) })
    |                                      `- error: extra argument 'completion' in call
 88 |         }
 89 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:100:37: error: extra argument 'completion' in call
 98 |         try await withCheckedThrowingContinuation { continuation in
 99 |             self.update(options: options,
100 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
101 |         }
102 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:111:13: error: generic parameter 'T' could not be inferred
109 |     */
110 |     func delete(options: API.Options = []) async throws {
111 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
112 | 			self.delete(options: options,
113 | 						completion: { continuation.resume(with: $0) })
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:113:19: error: extra argument 'completion' in call
111 | 		try await withCheckedThrowingContinuation { continuation in
112 | 			self.delete(options: options,
113 | 						completion: { continuation.resume(with: $0) })
    |                   `- error: extra argument 'completion' in call
114 | 		}
115 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:138:17: error: extra argument 'completion' in call
136 | 				includeKeys: includeKeys,
137 | 				options: options,
138 | 				completion: { continuation.resume(with: $0) }
    |                 `- error: extra argument 'completion' in call
139 | 			)
140 |         }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:319:32: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
317 | 	) async throws -> [(Result<Void, ParseError>)] {
318 | 		var options = options
319 | 		options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
320 | 		let updatedOptions = options
321 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:365:38: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
363 |         // Remove any caching policy added by the developer as fresh data
364 |         // from the server is needed.
365 |         options.remove(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                      `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
366 |         options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
367 |         var objectsFinishedSaving = [String: PointerType]()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:366:38: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
364 |         // from the server is needed.
365 |         options.remove(.cachePolicy(.reloadIgnoringLocalCacheData))
366 |         options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                      `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
367 |         var objectsFinishedSaving = [String: PointerType]()
368 |         var filesFinishedSaving = [String: ParseFile]()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseFile.swift:328:37: error: cannot find type 'DispatchQueue' in scope
326 |     public func save(options: API.Options = [],
327 |                      stream: InputStream,
328 |                      callbackQueue: DispatchQueue = .main,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
329 |                      progress: (@Sendable (URLSessionTask, Int64, Int64, Int64) -> Void)? = nil,
330 |                      completion: @escaping @Sendable (ParseError?) -> Void) throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseFile.swift:384:37: error: cannot find type 'DispatchQueue' in scope
382 |     */
383 |     public func save(options: API.Options = [],
384 |                      callbackQueue: DispatchQueue = .main,
    |                                     `- error: cannot find type 'DispatchQueue' in scope
385 |                      progress: (@Sendable (URLSessionTask, Int64, Int64, Int64) -> Void)? = nil,
386 |                      completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject+async.swift:495:38: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
493 | 	) async throws -> [(Result<Element, ParseError>)] {
494 |         var options = options
495 |         options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                      `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
496 | 		let updatedOptions = options
497 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:624:14: error: extra arguments at positions #2, #3 in call
622 | 				query = query.include(include)
623 | 			}
624 | 			query.find(
    |              `- error: extra arguments at positions #2, #3 in call
625 | 				options: options,
626 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseObject.swift:772:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
770 |         Task {
771 |             var options = options
772 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
773 |             do {
774 |                 try await fetchCommand(include: includeKeys)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:633:33: error: cannot find type 'DispatchQueue' in scope
631 |                  ignoringCustomObjectIdConfig: Bool = false,
632 |                  options: API.Options,
633 |                  callbackQueue: DispatchQueue) async throws -> Self {
    |                                 `- error: cannot find type 'DispatchQueue' in scope
634 |         let (savedChildObjects, savedChildFiles) = try await self.ensureDeepSave(options: options)
635 |         do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:812:66: error: cannot find type 'DispatchQueue' in scope
 810 |      desires a different policy, it should be inserted in `options`.
 811 |     */
 812 |     public func signup(options: API.Options = [], callbackQueue: DispatchQueue = .main,
     |                                                                  `- error: cannot find type 'DispatchQueue' in scope
 813 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 814 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:864:46: error: cannot find type 'DispatchQueue' in scope
 862 |                               password: String,
 863 |                               options: API.Options = [],
 864 |                               callbackQueue: DispatchQueue = .main,
     |                                              `- error: cannot find type 'DispatchQueue' in scope
 865 |                               completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 866 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:38:37: error: extra argument 'completion' in call
 36 |                         password: password,
 37 |                         options: options,
 38 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 39 |         }
 40 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:57:37: error: extra argument 'completion' in call
 55 |         try await withCheckedThrowingContinuation { continuation in
 56 |             self.signup(options: options,
 57 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
 58 |         }
 59 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:250:38: error: cannot find type 'DispatchQueue' in scope
248 |                       authData: [String: String],
249 |                       options: API.Options,
250 |                       callbackQueue: DispatchQueue = .main,
    |                                      `- error: cannot find type 'DispatchQueue' in scope
251 |                       completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
252 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:256:24: error: cannot find type 'DispatchQueue' in scope
 254 |         authData: [String: [String: String]?]? = nil,
 255 |         options: API.Options = [],
 256 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 257 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 258 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:88:36: error: extra argument 'completion' in call
 86 |                        authData: authData,
 87 |                        options: options,
 88 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
 89 |         }
 90 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:329:39: error: cannot find type 'DispatchQueue' in scope
 327 |     public func become(sessionToken: String,
 328 |                        options: API.Options = [],
 329 |                        callbackQueue: DispatchQueue = .main,
     |                                       `- error: cannot find type 'DispatchQueue' in scope
 330 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 331 |         Self.become(sessionToken: sessionToken,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:353:46: error: cannot find type 'DispatchQueue' in scope
 351 |     public static func become(sessionToken: String,
 352 |                               options: API.Options = [],
 353 |                               callbackQueue: DispatchQueue = .main,
     |                                              `- error: cannot find type 'DispatchQueue' in scope
 354 |                               completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 355 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:108:83: error: extra argument 'completion' in call
106 |                                    options: API.Options = []) async throws -> Self {
107 |         try await withCheckedThrowingContinuation { continuation in
108 |             self.become(sessionToken: sessionToken, options: options, completion: { continuation.resume(with: $0) })
    |                                                                                   `- error: extra argument 'completion' in call
109 |         }
110 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:127:83: error: extra argument 'completion' in call
125 |                                           options: API.Options = []) async throws -> Self {
126 |         try await withCheckedThrowingContinuation { continuation in
127 |             Self.become(sessionToken: sessionToken, options: options, completion: { continuation.resume(with: $0) })
    |                                                                                   `- error: extra argument 'completion' in call
128 |         }
129 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:402:47: error: cannot find type 'DispatchQueue' in scope
 400 |     public static func loginAs(objectId: String,
 401 |                                options: API.Options = [],
 402 |                                callbackQueue: DispatchQueue = .main,
     |                                               `- error: cannot find type 'DispatchQueue' in scope
 403 |                                completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 404 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:157:76: error: extra argument 'completion' in call
155 |                                            options: API.Options = []) async throws -> Self {
156 |         try await withCheckedThrowingContinuation { continuation in
157 |             Self.loginAs(objectId: objectId, options: options, completion: { continuation.resume(with: $0) })
    |                                                                            `- error: extra argument 'completion' in call
158 |         }
159 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:563:46: error: cannot find type 'DispatchQueue' in scope
 561 |     */
 562 |     public static func logout(options: API.Options = [],
 563 |                               callbackQueue: DispatchQueue = .main,
     |                                              `- error: cannot find type 'DispatchQueue' in scope
 564 |                               completion: @escaping @Sendable (Result<Void, ParseError>) -> Void) {
 565 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:195:13: error: generic parameter 'T' could not be inferred
193 |     */
194 |     static func logout(options: API.Options = []) async throws {
195 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
196 | 			Self.logout(options: options, completion: { continuation.resume(with: $0) })
197 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:196:46: error: extra argument 'completion' in call
194 |     static func logout(options: API.Options = []) async throws {
195 | 		try await withCheckedThrowingContinuation { continuation in
196 | 			Self.logout(options: options, completion: { continuation.resume(with: $0) })
    |                                              `- error: extra argument 'completion' in call
197 | 		}
198 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:616:53: error: cannot find type 'DispatchQueue' in scope
 614 |     */
 615 |     public static func passwordReset(email: String, options: API.Options = [],
 616 |                                      callbackQueue: DispatchQueue = .main,
     |                                                     `- error: cannot find type 'DispatchQueue' in scope
 617 |                                      completion: @escaping @Sendable (Result<Void, ParseError>) -> Void) {
 618 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:211:13: error: generic parameter 'T' could not be inferred
209 |     static func passwordReset(email: String,
210 |                               options: API.Options = []) async throws {
211 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
212 | 			Self.passwordReset(email: email, options: options, completion: { continuation.resume(with: $0) })
213 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:212:67: error: extra argument 'completion' in call
210 |                               options: API.Options = []) async throws {
211 | 		try await withCheckedThrowingContinuation { continuation in
212 | 			Self.passwordReset(email: email, options: options, completion: { continuation.resume(with: $0) })
    |                                                                   `- error: extra argument 'completion' in call
213 | 		}
214 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:668:24: error: cannot find type 'DispatchQueue' in scope
 666 |         usingPost: Bool = false,
 667 |         options: API.Options = [],
 668 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
 669 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
 670 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:236:63: error: extra argument 'completion' in call
234 |             Self.verifyPassword(password: password,
235 |                                 usingPost: usingPost,
236 |                                 options: options, completion: { continuation.resume(with: $0) })
    |                                                               `- error: extra argument 'completion' in call
237 |         }
238 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:763:57: error: cannot find type 'DispatchQueue' in scope
 761 |     public static func verificationEmail(email: String,
 762 |                                          options: API.Options = [],
 763 |                                          callbackQueue: DispatchQueue = .main,
     |                                                         `- error: cannot find type 'DispatchQueue' in scope
 764 |                                          completion: @escaping @Sendable (Result<Void, ParseError>) -> Void) {
 765 |         Task {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:251:13: error: generic parameter 'T' could not be inferred
249 |     static func verificationEmail(email: String,
250 |                                   options: API.Options = []) async throws {
251 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
252 | 			Self.verificationEmail(email: email, options: options, completion: { continuation.resume(with: $0) })
253 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:252:71: error: extra argument 'completion' in call
250 |                                   options: API.Options = []) async throws {
251 | 		try await withCheckedThrowingContinuation { continuation in
252 | 			Self.verificationEmail(email: email, options: options, completion: { continuation.resume(with: $0) })
    |                                                                       `- error: extra argument 'completion' in call
253 | 		}
254 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1006:24: error: cannot find type 'DispatchQueue' in scope
1004 |         includeKeys: [String]? = nil,
1005 |         options: API.Options = [],
1006 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1007 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1008 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:273:36: error: extra argument 'completion' in call
271 |             self.fetch(includeKeys: includeKeys,
272 |                        options: options,
273 |                        completion: { continuation.resume(with: $0) })
    |                                    `- error: extra argument 'completion' in call
274 |         }
275 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1088:24: error: cannot find type 'DispatchQueue' in scope
1086 |         ignoringCustomObjectIdConfig: Bool = false,
1087 |         options: API.Options = [],
1088 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1089 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1090 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:303:35: error: extra argument 'completion' in call
301 |             self.save(ignoringCustomObjectIdConfig: ignoringCustomObjectIdConfig,
302 |                       options: options,
303 |                       completion: { continuation.resume(with: $0) })
    |                                   `- error: extra argument 'completion' in call
304 |         }
305 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1122:24: error: cannot find type 'DispatchQueue' in scope
1120 |     public func create(
1121 |         options: API.Options = [],
1122 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1123 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1124 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:318:37: error: extra argument 'completion' in call
316 |         try await withCheckedThrowingContinuation { continuation in
317 |             self.create(options: options,
318 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
319 |         }
320 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1154:24: error: cannot find type 'DispatchQueue' in scope
1152 |     public func replace(
1153 |         options: API.Options = [],
1154 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1155 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1156 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:334:38: error: extra argument 'completion' in call
332 |         try await withCheckedThrowingContinuation { continuation in
333 |             self.replace(options: options,
334 |                          completion: { continuation.resume(with: $0) })
    |                                      `- error: extra argument 'completion' in call
335 |         }
336 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1186:24: error: cannot find type 'DispatchQueue' in scope
1184 |     internal func update(
1185 |         options: API.Options = [],
1186 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1187 |         completion: @escaping @Sendable (Result<Self, ParseError>) -> Void
1188 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:350:37: error: extra argument 'completion' in call
348 |         try await withCheckedThrowingContinuation { continuation in
349 |             self.update(options: options,
350 |                         completion: { continuation.resume(with: $0) })
    |                                     `- error: extra argument 'completion' in call
351 |         }
352 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1388:24: error: cannot find type 'DispatchQueue' in scope
1386 |     public func delete(
1387 |         options: API.Options = [],
1388 |         callbackQueue: DispatchQueue = .main,
     |                        `- error: cannot find type 'DispatchQueue' in scope
1389 |         completion: @escaping @Sendable (Result<Void, ParseError>) -> Void
1390 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:365:46: error: extra argument 'completion' in call
363 |     func delete(options: API.Options = []) async throws {
364 | 		try await withCheckedThrowingContinuation { continuation in
365 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
    |                                              `- error: extra argument 'completion' in call
366 | 		}
367 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:364:13: error: generic parameter 'T' could not be inferred
362 |     */
363 |     func delete(options: API.Options = []) async throws {
364 | 		try await withCheckedThrowingContinuation { continuation in
    |             `- error: generic parameter 'T' could not be inferred
365 | 			self.delete(options: options, completion: { continuation.resume(with: $0) })
366 | 		}
_Concurrency.withCheckedThrowingContinuation:3:24: note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
1 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
2 | @backDeployed(before: macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0)
3 | @inlinable public func withCheckedThrowingContinuation<T>(isolation: isolated (any Actor)? = #isolation, function: String = #function, _ body: (CheckedContinuation<T, any Error>) -> Void) async throws -> sending T
  |                        `- note: in call to function 'withCheckedThrowingContinuation(isolation:function:_:)'
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:392:39: error: extra argument 'completion' in call
390 |             self.fetchAll(includeKeys: includeKeys,
391 |                           options: options,
392 |                           completion: { continuation.resume(with: $0) })
    |                                       `- error: extra argument 'completion' in call
393 |         }
394 |     }
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:587:32: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
585 | 	) async throws -> [(Result<Void, ParseError>)] {
586 | 		var options = options
587 | 		options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
    |                                `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
588 | 		let updatedOptions = options
589 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:273:60: error: cannot find type 'DispatchQueue' in scope
271 |                                             authData: [String: String],
272 |                                             options: API.Options = [],
273 |                                             callbackQueue: DispatchQueue = .main,
    |                                                            `- error: cannot find type 'DispatchQueue' in scope
274 |                                             completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
275 |         let body = SignupLoginBody(authData: [type: authData])
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:261:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 259 |         Task {
 260 |             var options = options
 261 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 262 |             await loginCommand(username: username,
 263 |                                email: email,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:331:20: error: extra arguments at positions #3, #4 in call
 329 |                        callbackQueue: DispatchQueue = .main,
 330 |                        completion: @escaping @Sendable (Result<Self, ParseError>) -> Void) {
 331 |         Self.become(sessionToken: sessionToken,
     |                    `- error: extra arguments at positions #3, #4 in call
 332 |                     options: options,
 333 |                     callbackQueue: callbackQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser+async.swift:124:36: note: 'become(sessionToken:options:)' declared here
122 |      desires a different policy, it should be inserted in `options`.
123 |     */
124 |     @discardableResult static func become(sessionToken: String,
    |                                    `- note: 'become(sessionToken:options:)' declared here
125 |                                           options: API.Options = []) async throws -> Self {
126 |         try await withCheckedThrowingContinuation { continuation in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:360:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 358 |             var options = options
 359 |             options.insert(.sessionToken(sessionToken))
 360 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 361 |             do {
 362 |                 try await newUser.meCommand(sessionToken: sessionToken)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:407:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 405 |             var options = options
 406 |             options.insert(.usePrimaryKey)
 407 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 408 |             do {
 409 |                 try await loginAsCommand(objectId: objectId)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:46:31: error: cannot find type 'DispatchQueue' in scope
 44 |     func login(authData: [String: String],
 45 |                options: API.Options,
 46 |                callbackQueue: DispatchQueue,
    |                               `- error: cannot find type 'DispatchQueue' in scope
 47 |                completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 48 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:58:30: error: cannot find type 'DispatchQueue' in scope
 56 |     func link(authData: [String: String],
 57 |               options: API.Options,
 58 |               callbackQueue: DispatchQueue,
    |                              `- error: cannot find type 'DispatchQueue' in scope
 59 |               completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 60 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:79:32: error: cannot find type 'DispatchQueue' in scope
 77 |     func unlink(_ user: AuthenticatedUser,
 78 |                 options: API.Options,
 79 |                 callbackQueue: DispatchQueue,
    |                                `- error: cannot find type 'DispatchQueue' in scope
 80 |                 completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 81 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Authentication/Protocols/ParseAuthentication.swift:90:32: error: cannot find type 'DispatchQueue' in scope
 88 |      */
 89 |     func unlink(options: API.Options,
 90 |                 callbackQueue: DispatchQueue,
    |                                `- error: cannot find type 'DispatchQueue' in scope
 91 |                 completion: @escaping @Sendable (Result<AuthenticatedUser, ParseError>) -> Void)
 92 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:567:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 565 |         Task {
 566 |             var options = options
 567 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 568 |             await logoutCommand().execute(options: options,
 569 |                                           callbackQueue: callbackQueue) { result in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:620:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 618 |         Task {
 619 |             var options = options
 620 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 621 |             await passwordResetCommand(email: email).execute(options: options,
 622 |                                                              callbackQueue: callbackQueue) { result in
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:673:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 671 |         Task {
 672 |             var options = options
 673 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 674 |             let currentUserName = try? await BaseParseUser.current().username
 675 |             let username = currentUserName ?? ""
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:767:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 765 |         Task {
 766 |             var options = options
 767 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 768 |             await verificationEmailCommand(email: email)
 769 |                 .execute(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:816:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 814 |         Task {
 815 |             var options = options
 816 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 817 |             do {
 818 |                 _ = try await Self.current()
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:869:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 867 |         Task {
 868 |             var options = options
 869 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
 870 |             let body = SignupLoginBody(username: username, password: password)
 871 |             do {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1011:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1009 |         Task {
1010 |             var options = options
1011 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1012 |             do {
1013 |                 try await fetchCommand(include: includeKeys)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1393:42: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1391 |         Task {
1392 |             var options = options
1393 |             options.insert(.cachePolicy(.reloadIgnoringLocalCacheData))
     |                                          `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
1394 |             do {
1395 |                 try await deleteCommand().execute(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Objects/ParseUser.swift:1668:14: error: extra arguments at positions #2, #3 in call
1666 | 				query = query.include(include)
1667 | 			}
1668 | 			query.find(
     |              `- error: extra arguments at positions #2, #3 in call
1669 | 				options: options,
1670 | 				callbackQueue: callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query+async.swift:21:10: note: 'find(options:)' declared here
 19 |      - throws: An error of type `ParseError`.
 20 |     */
 21 |     func find(options: API.Options = []) async throws -> [ResultType] {
    |          `- note: 'find(options:)' declared here
 22 |         try await withCheckedThrowingContinuation { continuation in
 23 |             self.find(options: options,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:53:25: error: cannot find type 'URLRequest' in scope
 51 |     usingPostForQuery: Bool = false,
 52 |     primitiveStore: ParsePrimitiveStorable? = nil,
 53 |     requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                         `- error: cannot find type 'URLRequest' in scope
 54 |     cacheMemoryCapacity: Int = 512_000,
 55 |     cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:67:34: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 65 |     testLiveQueryDontCloseSocket: Bool = false,
 66 |     authentication: (@Sendable (URLAuthenticationChallenge,
 67 |                      (URLSession.AuthChallengeDisposition,
    |                                  `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 68 |                       URLCredential?) -> Void) -> Void)? = nil
 69 | ) async throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:307:25: error: cannot find type 'URLRequest' in scope
305 |     usingPostForQuery: Bool = false,
306 |     primitiveStore: ParsePrimitiveStorable? = nil,
307 |     requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                         `- error: cannot find type 'URLRequest' in scope
308 |     cacheMemoryCapacity: Int = 512_000,
309 |     cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:319:35: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
317 |     parseFileTransfer: ParseFileTransferable? = nil,
318 |     authentication: (@Sendable (URLAuthenticationChallenge,
319 |                       (URLSession.AuthChallengeDisposition,
    |                                   `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
320 |                        URLCredential?) -> Void) -> Void)? = nil
321 | ) async throws {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:360:20: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
358 | 	_ authentication: (
359 | 		@Sendable (URLAuthenticationChallenge,
360 | 				   (URLSession.AuthChallengeDisposition, URLCredential?) -> Void
    |                    `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
361 | 				  ) -> Void)?
362 | ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:194:29: error: cannot find type 'URLRequest' in scope
192 |         usingPostForQuery: Bool = false,
193 |         primitiveStore: ParsePrimitiveStorable? = nil,
194 |         requestCachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
    |                             `- error: cannot find type 'URLRequest' in scope
195 |         cacheMemoryCapacity: Int = 512_000,
196 |         cacheDiskCapacity: Int = 10_000_000,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:206:39: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
204 |         parseFileTransfer: ParseFileTransferable? = nil,
205 |         authentication: (@Sendable (URLAuthenticationChallenge,
206 |                           (URLSession.AuthChallengeDisposition,
    |                                       `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
207 |                            URLCredential?) -> Void) -> Void)? = nil
208 |     ) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/ParseConfiguration.swift:121:48: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
119 |
120 |     internal var authentication: (@Sendable (URLAuthenticationChallenge,
121 |                                    (URLSession.AuthChallengeDisposition,
    |                                                `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
122 |                                     URLCredential?) -> Void) -> Void)?
123 |     internal var mountPath: String
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:61:26: error: cannot find type 'DispatchQueue' in scope
 59 |     var delegates = SessionDelegate()
 60 |
 61 |     init (callbackQueue: DispatchQueue,
    |                          `- error: cannot find type 'DispatchQueue' in scope
 62 |           authentication: (@Sendable (URLAuthenticationChallenge,
 63 |                             (URLSession.AuthChallengeDisposition,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/API/ParseURLSessionDelegate.swift:63:41: error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 61 |     init (callbackQueue: DispatchQueue,
 62 |           authentication: (@Sendable (URLAuthenticationChallenge,
 63 |                             (URLSession.AuthChallengeDisposition,
    |                                         `- error: 'AuthChallengeDisposition' is not a member type of type 'Foundation.URLSession' (aka 'AnyObject')
 64 |                              URLCredential?) -> Void) -> Void)?) {
 65 |         self.callbackQueue = callbackQueue
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:153:19: error: cannot infer contextual base in reference to member 'main'
151 |     ParseStorage.shared.use(configuration.primitiveStore)
152 |     Parse.sessionDelegate = ParseURLSessionDelegate(
153 | 		callbackQueue: .main,
    |                   `- error: cannot infer contextual base in reference to member 'main'
154 | 		authentication: configuration.authentication
155 | 	)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:18:53: error: cannot find type 'DispatchQueue' in scope
16 |     func find(options: API.Options, callbackQueue: DispatchQueue,
17 |               completion: @escaping @Sendable (Result<[ResultType], ParseError>) -> Void)
18 |     func first(options: API.Options, callbackQueue: DispatchQueue,
   |                                                     `- error: cannot find type 'DispatchQueue' in scope
19 |                completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void)
20 |     func count(options: API.Options, callbackQueue: DispatchQueue,
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Types/Query.swift:631:38: error: cannot find type 'DispatchQueue' in scope
 629 |     */
 630 |     public func first(options: API.Options = [],
 631 |                       callbackQueue: DispatchQueue = .main,
     |                                      `- error: cannot find type 'DispatchQueue' in scope
 632 |                       completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void) {
 633 |         guard limit > 0 else {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Protocols/Queryable.swift:52:18: error: cannot find type 'DispatchQueue' in scope
50 |     */
51 |     func first(
52 | 		callbackQueue: DispatchQueue = .main,
   |                  `- error: cannot find type 'DispatchQueue' in scope
53 | 		completion: @escaping @Sendable (Result<ResultType, ParseError>) -> Void
54 | 	) {
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:228:44: error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
226 |         if let foundInstallation = try? await BaseParseInstallation
227 |             .query("installationId" == installationId)
228 |             .first(options: [.cachePolicy(.reloadIgnoringLocalCacheData)]) {
    |                                            `- error: cannot infer contextual base in reference to member 'reloadIgnoringLocalCacheData'
229 |             let newContainer = CurrentInstallationContainer<BaseParseInstallation>(currentInstallation: foundInstallation,
230 |                                                                                    installationId: installationId)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:364:19: error: cannot infer contextual base in reference to member 'main'
362 | ) {
363 | 	Parse.sessionDelegate = ParseURLSessionDelegate(
364 | 		callbackQueue: .main,
    |                   `- error: cannot infer contextual base in reference to member 'main'
365 | 		authentication: authentication
366 | 	)
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Parse.swift:375:16: error: type 'URLSession' (aka 'AnyObject') has no member 'parse'
373 |  */
374 | public func clearCache() {
375 |     URLSession.parse.configuration.urlCache?.removeAllCachedResponses()
    |                `- error: type 'URLSession' (aka 'AnyObject') has no member 'parse'
376 | }
377 |
BUILD FAILURE 6.1 wasm